@charset "UTF-8";
@import url("https://web-archive.nli.org.il/National_Library/cs_/https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700&family=Lato:wght@400;700;900&display=swap");
@import url("https://web-archive.nli.org.il/National_Library/cs_/https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css");
/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #101D62;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #101D62;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --blue2: #0E7CC6;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Heebo", "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #101D62;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #050a20;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: none;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Heebo", "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #03233A;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bcc0d3;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #8389ad;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-blue2,
.table-blue2 > th,
.table-blue2 > td {
  background-color: #bcdaef;
}
.table-blue2 th,
.table-blue2 td,
.table-blue2 thead th,
.table-blue2 tbody + tbody {
  border-color: #82bbe1;
}

.table-hover .table-blue2:hover {
  background-color: #a7cfea;
}
.table-hover .table-blue2:hover > td,
.table-hover .table-blue2:hover > th {
  background-color: #a7cfea;
}

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

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

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

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #848383;
  border-radius: 0;
  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:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #223dd0;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(16, 29, 98, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  border-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background: #34ce57 linear-gradient(180deg, #52d570, #34ce57) repeat-x;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background: #e4606d linear-gradient(180deg, #e87883, #e4606d) repeat-x;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #03233A;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  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 {
  color: #03233A;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(16, 29, 98, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background: #101D62 linear-gradient(180deg, #343f7a, #101D62) repeat-x;
  border-color: #101D62;
}
.btn-primary:hover {
  color: #fff;
  background: #0b1341 linear-gradient(180deg, #30365e, #0b1341) repeat-x;
  border-color: #091036;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background: #0b1341 linear-gradient(180deg, #30365e, #0b1341) repeat-x;
  border-color: #091036;
  box-shadow: 0 0 0 0.2rem rgba(52, 63, 122, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #101D62;
  border-color: #101D62;
  background-image: none;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #091036;
  background-image: none;
  border-color: #070d2b;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 63, 122, 0.5);
}

.btn-secondary {
  color: #fff;
  background: #6c757d linear-gradient(180deg, #828a91, #6c757d) repeat-x;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background: #5a6268 linear-gradient(180deg, #737a7f, #5a6268) repeat-x;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background: #5a6268 linear-gradient(180deg, #737a7f, #5a6268) repeat-x;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  background-image: none;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  background-image: none;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background: #28a745 linear-gradient(180deg, #48b461, #28a745) repeat-x;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background: #218838 linear-gradient(180deg, #429a56, #218838) repeat-x;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background: #218838 linear-gradient(180deg, #429a56, #218838) repeat-x;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  background-image: none;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  background-image: none;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background: #138496 linear-gradient(180deg, #3696a6, #138496) repeat-x;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background: #138496 linear-gradient(180deg, #3696a6, #138496) repeat-x;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  background-image: none;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  background-image: none;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #fff;
  background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #fff;
  background: #e0a800 linear-gradient(180deg, #e5b526, #e0a800) repeat-x;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background: #e0a800 linear-gradient(180deg, #e5b526, #e0a800) repeat-x;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 44, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  background-image: none;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #d39e00;
  background-image: none;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 44, 0.5);
}

.btn-danger {
  color: #fff;
  background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background: #c82333 linear-gradient(180deg, #d04452, #c82333) repeat-x;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background: #c82333 linear-gradient(180deg, #d04452, #c82333) repeat-x;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  background-image: none;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  background-image: none;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #fff;
  background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #fff;
  background: #e2e6ea linear-gradient(180deg, #e6eaed, #e2e6ea) repeat-x;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #fff;
  background: #e2e6ea linear-gradient(180deg, #e6eaed, #e2e6ea) repeat-x;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(249, 250, 251, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  background-image: none;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #dae0e5;
  background-image: none;
  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(249, 250, 251, 0.5);
}

.btn-dark {
  color: #fff;
  background: #343a40 linear-gradient(180deg, #52585d, #343a40) repeat-x;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background: #23272b linear-gradient(180deg, #44474b, #23272b) repeat-x;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background: #23272b linear-gradient(180deg, #44474b, #23272b) repeat-x;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  background-image: none;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  background-image: none;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-blue2 {
  color: #fff;
  background: #0E7CC6 linear-gradient(180deg, #3290cf, #0E7CC6) repeat-x;
  border-color: #0E7CC6;
}
.btn-blue2:hover {
  color: #fff;
  background: #0b66a2 linear-gradient(180deg, #307db0, #0b66a2) repeat-x;
  border-color: #0b5e96;
}
.btn-blue2:focus, .btn-blue2.focus {
  color: #fff;
  background: #0b66a2 linear-gradient(180deg, #307db0, #0b66a2) repeat-x;
  border-color: #0b5e96;
  box-shadow: 0 0 0 0.2rem rgba(50, 144, 207, 0.5);
}
.btn-blue2.disabled, .btn-blue2:disabled {
  color: #fff;
  background-color: #0E7CC6;
  border-color: #0E7CC6;
  background-image: none;
}
.btn-blue2:not(:disabled):not(.disabled):active, .btn-blue2:not(:disabled):not(.disabled).active, .show > .btn-blue2.dropdown-toggle {
  color: #fff;
  background-color: #0b5e96;
  background-image: none;
  border-color: #0a578a;
}
.btn-blue2:not(:disabled):not(.disabled):active:focus, .btn-blue2:not(:disabled):not(.disabled).active:focus, .show > .btn-blue2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 144, 207, 0.5);
}

.btn-outline-primary {
  color: #101D62;
  border-color: #101D62;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #101D62;
  border-color: #101D62;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 29, 98, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #101D62;
  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: #101D62;
  border-color: #101D62;
}
.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(16, 29, 98, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #fff;
  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: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-blue2 {
  color: #0E7CC6;
  border-color: #0E7CC6;
}
.btn-outline-blue2:hover {
  color: #fff;
  background-color: #0E7CC6;
  border-color: #0E7CC6;
}
.btn-outline-blue2:focus, .btn-outline-blue2.focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 124, 198, 0.5);
}
.btn-outline-blue2.disabled, .btn-outline-blue2:disabled {
  color: #0E7CC6;
  background-color: transparent;
}
.btn-outline-blue2:not(:disabled):not(.disabled):active, .btn-outline-blue2:not(:disabled):not(.disabled).active, .show > .btn-outline-blue2.dropdown-toggle {
  color: #fff;
  background-color: #0E7CC6;
  border-color: #0E7CC6;
}
.btn-outline-blue2:not(:disabled):not(.disabled):active:focus, .btn-outline-blue2:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 124, 198, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #101D62;
  text-decoration: none;
}
.btn-link:hover {
  color: #050a20;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}

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

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #03233A;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #021422;
  text-decoration: none;
  background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background: #101D62 linear-gradient(180deg, #343f7a, #101D62) repeat-x;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
  background-image: none;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

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

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #101D62;
  background: #101D62 linear-gradient(180deg, #343f7a, #101D62) repeat-x;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(16, 29, 98, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #223dd0;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #445de0;
  border-color: #445de0;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #101D62;
  background: #101D62 linear-gradient(180deg, #343f7a, #101D62) repeat-x;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background: rgba(16, 29, 98, 0.5) linear-gradient(180deg, rgba(99, 107, 152, 0.575), rgba(16, 29, 98, 0.5)) repeat-x;
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background: rgba(16, 29, 98, 0.5) linear-gradient(180deg, rgba(99, 107, 152, 0.575), rgba(16, 29, 98, 0.5)) repeat-x;
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background: rgba(16, 29, 98, 0.5) linear-gradient(180deg, rgba(99, 107, 152, 0.575), rgba(16, 29, 98, 0.5)) repeat-x;
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background: rgba(16, 29, 98, 0.5) linear-gradient(180deg, rgba(99, 107, 152, 0.575), rgba(16, 29, 98, 0.5)) repeat-x;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #848383;
  border-radius: 0;
  appearance: none;
}
.custom-select:focus {
  border-color: #223dd0;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(16, 29, 98, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #223dd0;
  box-shadow: 0 0 0 0.2rem rgba(16, 29, 98, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #848383;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background: #e9ecef linear-gradient(180deg, #eceff1, #e9ecef) repeat-x;
  border-left: inherit;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(16, 29, 98, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(16, 29, 98, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(16, 29, 98, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background: #101D62 linear-gradient(180deg, #343f7a, #101D62) repeat-x;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background: #445de0 linear-gradient(180deg, #6075e5, #445de0) repeat-x;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background: #101D62 linear-gradient(180deg, #343f7a, #101D62) repeat-x;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background: #445de0 linear-gradient(180deg, #6075e5, #445de0) repeat-x;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background: #101D62 linear-gradient(180deg, #343f7a, #101D62) repeat-x;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background: #445de0 linear-gradient(180deg, #6075e5, #445de0) repeat-x;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='28' viewBox='0 0 40 28'%3E%3Cg id='Group_107' data-name='Group 107' transform='translate%28-24 -30%29'%3E%3Crect id='Rectangle_12' data-name='Rectangle 12' width='40' height='4' transform='translate%2824 30%29' fill='%2333305d'/%3E%3Crect id='Rectangle_13' data-name='Rectangle 13' width='40' height='4' transform='translate%2824 42%29' fill='%2333305d'/%3E%3Crect id='Rectangle_14' data-name='Rectangle 14' width='40' height='4' transform='translate%2824 54%29' fill='%2333305d'/%3E%3C/g%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

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

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

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

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

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
}
.accordion > .card > .card-header {
  margin-bottom: -1px;
}

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

.breadcrumb-item {
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-left: 0.5rem;
  color: #6c757d;
  content: ">";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #101D62;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #050a20;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(16, 29, 98, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #101D62;
  border-color: #101D62;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  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;
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #fff;
  background-color: #101D62;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #091036;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(16, 29, 98, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #fff;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #fff;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #fff;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #fff;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-blue2 {
  color: #fff;
  background-color: #0E7CC6;
}
a.badge-blue2:hover, a.badge-blue2:focus {
  color: #fff;
  background-color: #0b5e96;
}
a.badge-blue2:focus, a.badge-blue2.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(14, 124, 198, 0.5);
}

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

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #03233A;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #101D62;
  border-color: #101D62;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #080f33;
  background-color: #bcc0d3;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #080f33;
  background-color: #adb2c9;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #080f33;
  border-color: #080f33;
}

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

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

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

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

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

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

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

.list-group-item-blue2 {
  color: #074067;
  background-color: #bcdaef;
}
.list-group-item-blue2.list-group-item-action:hover, .list-group-item-blue2.list-group-item-action:focus {
  color: #074067;
  background-color: #a7cfea;
}
.list-group-item-blue2.list-group-item-action.active {
  color: #fff;
  background-color: #074067;
  border-color: #074067;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

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

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

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

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

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

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

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Heebo", "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-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.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Heebo", "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-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.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

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

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001));
}

.carousel-control-next {
  right: 0;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.001));
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
.carousel-indicators .active {
  opacity: 1;
}

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

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

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

.bg-secondary {
  background-color: #6c757d !important;
}

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

.bg-success {
  background-color: #28a745 !important;
}

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

.bg-info {
  background-color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

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

.bg-blue2 {
  background-color: #0E7CC6 !important;
}

a.bg-blue2:hover, a.bg-blue2:focus,
button.bg-blue2:hover,
button.bg-blue2:focus {
  background-color: #0b5e96 !important;
}

.bg-gradient-primary {
  background: #101D62 linear-gradient(180deg, #343f7a, #101D62) repeat-x !important;
}

.bg-gradient-secondary {
  background: #6c757d linear-gradient(180deg, #828a91, #6c757d) repeat-x !important;
}

.bg-gradient-success {
  background: #28a745 linear-gradient(180deg, #48b461, #28a745) repeat-x !important;
}

.bg-gradient-info {
  background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x !important;
}

.bg-gradient-warning {
  background: #ffc107 linear-gradient(180deg, #ffca2c, #ffc107) repeat-x !important;
}

.bg-gradient-danger {
  background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x !important;
}

.bg-gradient-light {
  background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x !important;
}

.bg-gradient-dark {
  background: #343a40 linear-gradient(180deg, #52585d, #343a40) repeat-x !important;
}

.bg-gradient-blue2 {
  background: #0E7CC6 linear-gradient(180deg, #3290cf, #0E7CC6) repeat-x !important;
}

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

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #101D62 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

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

.border-blue2 {
  border-color: #0E7CC6 !important;
}

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.user-select-auto {
  user-select: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-secondary {
  color: #6c757d !important;
}

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

.text-success {
  color: #28a745 !important;
}

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

.text-info {
  color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

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

.text-blue2 {
  color: #0E7CC6 !important;
}

a.text-blue2:hover, a.text-blue2:focus {
  color: #094f7f !important;
}

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

.text-muted {
  color: #6c757d !important;
}

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0 ; /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: rgb(185, 74, 72);
}
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select .dropdown-toggle .bs-select-clear-selected {
  position: relative;
  display: block;
  margin-right: 5px;
  text-align: center;
}
.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .bs-select-clear-selected span {
  position: relative;
  top: calc((-0.6666666667em + 1ex) / 2);
  pointer-events: none;
}
.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected span {
  top: auto;
}

.bootstrap-select .dropdown-toggle.bs-placeholder .bs-select-clear-selected {
  display: none;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: rgb(245, 245, 245);
  border: 1px solid rgb(227, 227, 227);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform-style: preserve-3d;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.dropdown.bootstrap-select.form-control {
  border: 1px solid;
}
.dropdown.bootstrap-select.form-control > .dropdown-toggle {
  border: 0;
  background: 0;
  padding: 0.5rem 0.75rem;
  height: calc(2em + 0.75rem + 2px);
}
.dropdown.bootstrap-select.form-control > .dropdown-toggle .filter-option {
  text-align: right;
  margin-top: 7px;
}
.dropdown.bootstrap-select.form-control.show-tick .dropdown-menu .selected span.check-mark {
  right: auto;
  left: 15px;
}
.dropdown.bootstrap-select.form-control.show-tick .dropdown-menu li a {
  padding-right: 0.75rem;
}
.dropdown.bootstrap-select.form-control.show-tick .dropdown-menu li a span.text {
  margin-right: 0;
  margin-left: 34px;
}

.print {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17'%3E%3Cdefs/%3E%3Cpath fill='%23101d62' d='M4.53 17a.57.57 0 01-.56-.57v-3.4H1.99A1.99 1.99 0 010 11.06v-5.1a1.99 1.99 0 011.99-2H3.4V.57A.57.57 0 013.97 0h9.06a.57.57 0 01.57.57v3.4h1.41A1.99 1.99 0 0117 5.94v5.1a1.99 1.99 0 01-1.99 2h-1.98v3.4a.57.57 0 01-.56.56zm.57-1.13h6.8v-6.8H5.1zm7.93-7.94a.57.57 0 010 1.14v2.83h1.98a.86.86 0 00.86-.86V5.96a.85.85 0 00-.85-.86H2a.85.85 0 00-.86.84v5.1a.85.85 0 00.86.86h1.98V9.07a.57.57 0 110-1.14zm-8.5-3.96h7.94V1.13H4.53zm2.94 10.19a.41.41 0 110-.83h2.48a.41.41 0 010 .83zm0-2.66a.41.41 0 110-.82h2.48a.41.41 0 010 .82z'/%3E%3C/svg%3E") center/contain no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.exl {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='26' viewBox='0 0 21 26'%3E%3Cg id='Group_439' data-name='Group 439' transform='translate(-474 -377)'%3E%3Cg id='Group_433' data-name='Group 433' transform='translate(462 374.5)'%3E%3Cpath id='Path_143' data-name='Path 143' d='M32.392,9.1,26.341,3.1A2.065,2.065,0,0,0,24.9,2.5H14.045a2.016,2.016,0,0,0-1.437.6A1.978,1.978,0,0,0,12,4.525V26.475A2.03,2.03,0,0,0,14.045,28.5H30.955A2.03,2.03,0,0,0,33,26.475V10.519A2.026,2.026,0,0,0,32.392,9.1Zm-1.161.493H26.755a.916.916,0,0,1-.912-.9V4.279Zm-.276,17.735H14.045a.857.857,0,0,1-.857-.848V4.525a.845.845,0,0,1,.249-.6.861.861,0,0,1,.608-.246H24.655V8.685a2.089,2.089,0,0,0,2.1,2.08h5.057V26.475A.857.857,0,0,1,30.955,27.323Z' fill='%23101d62'/%3E%3C/g%3E%3Cpath id='Path_5197' data-name='Path 5197' d='M68.369,39.69h3.87V38.232H71.2l1.418-2.216c.167-.261.246-.468.291-.468h.03a.4.4,0,0,0,.069.138,2.9,2.9,0,0,0,.236.33l1.472,2.216H73.672V39.69H77.68V38.232h-.936L74.1,34.475l2.684-3.885H77.7V29.118H73.864V30.59h1.019l-1.418,2.191c-.167.261-.291.468-.291.453h-.03a.4.4,0,0,0-.069-.138,1.58,1.58,0,0,0-.236-.315L71.382,30.59h1.049V29.118H68.438V30.59h.936l2.6,3.747-2.669,3.895h-.936V39.69Z' transform='translate(411 358.546)' fill='%231e2a6b'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.gear {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.527' height='17.527' viewBox='0 0 17.527 17.527'%3E%3Cpath id='Path_5200' data-name='Path 5200' d='M32.934,27.071l.342-1.8-.342-1.8h-1.7a6.191,6.191,0,0,0-.475-1.147l1.2-1.2-1.028-1.513L29.42,18.589l-1.2,1.2a6.176,6.176,0,0,0-1.147-.475v-1.7l-1.8-.342-1.8.342v1.7a6.169,6.169,0,0,0-1.147.475l-1.2-1.2-1.513,1.029L18.59,21.13l1.2,1.2a6.191,6.191,0,0,0-.475,1.147h-1.7l-.342,1.8.342,1.8h1.7a6.191,6.191,0,0,0,.475,1.147l-1.2,1.2,1.028,1.513,1.513,1.028,1.2-1.2a6.192,6.192,0,0,0,1.147.475v1.7l1.8.342,1.8-.342v-1.7a6.186,6.186,0,0,0,1.147-.475l1.2,1.2,1.513-1.028,1.028-1.512-1.2-1.2a6.2,6.2,0,0,0,.475-1.147Zm-7.658,1.754a3.551,3.551,0,1,1,3.551-3.551A3.551,3.551,0,0,1,25.276,28.825Z' transform='translate(-16.513 -16.511)' fill='none' stroke='%230e7cc6' stroke-linecap='round' stroke-width='1.5'/%3E%3C/svg%3E") center/contain no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.search-magB {
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='52.419' height='52.43'%3e%3cpath fill='%230C084E' d='M51.772 48.252l-16.81-16.83c6.579-8.533 4.994-20.784-3.54-27.362C22.889-2.519 10.638-.935 4.06 7.599-2.52 16.133-.935 28.384 7.6 34.962a19.507 19.507 0 0 0 23.823 0l16.84 16.84a2.498 2.498 0 0 0 3.529-.217 2.498 2.498 0 0 0-.02-3.333m-42.5-18.48c-5.662-5.664-5.66-14.845.004-20.506 5.663-5.662 14.845-5.66 20.506.004 5.66 5.662 5.66 14.84 0 20.501-5.666 5.656-14.843 5.656-20.51.001'/%3e%3c/svg%3E") center/contain no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.info {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.157' height='25.075' viewBox='0 0 13.157 25.075'%3E%3Cg id='Group' transform='translate(1 1)'%3E%3Ccircle id='Oval' cx='3.581' cy='3.581' r='3.581' transform='translate(1.309 0)' fill='none' stroke='%230c084e' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Shape' d='M1.19,13.032c-1.617,0-1.557-2.806,0-2.806H2.926V2.806H1.19C-.414,2.806-.379,0,1.19,0h7a.432.432,0,0,1,.429.434v9.792H9.968c1.557,0,1.612,2.806,0,2.806Z' transform='translate(0 10.043)' fill='none' stroke='%230c084e' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.phone {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.5 23.58'%3E%3Cdefs/%3E%3Cpath fill='%23101d62' d='M22.62 16.63l-2.83-2.83a2.69 2.69 0 00-1.95-.89 2.78 2.78 0 00-1.97.88l-1.48 1.48-.2-.1a5.31 5.31 0 01-.5-.27 17.47 17.47 0 01-4.16-3.8 10.4 10.4 0 01-1.27-1.95c.37-.35.73-.7 1.06-1.05l.43-.43a2.64 2.64 0 000-3.97l-1.4-1.41-.48-.48c-.3-.32-.64-.66-.97-.96A2.75 2.75 0 004.96 0 2.83 2.83 0 003 .85L1.22 2.62A4 4 0 00.02 5.2 9.1 9.1 0 00.7 9.14a22.32 22.32 0 004 6.67 24.6 24.6 0 008.16 6.4 12.95 12.95 0 004.65 1.36h.02l.33.01a4.11 4.11 0 003.18-1.36l.05-.07a10.78 10.78 0 01.8-.82l.07-.07a23 23 0 00.68-.67 2.85 2.85 0 00.86-1.99 2.77 2.77 0 00-.88-1.97zM1.98 5.36A2.08 2.08 0 012.62 4l1.75-1.75a.88.88 0 01.58-.29.84.84 0 01.56.3h.02l.8.8.12.12.24.25.25.25 1.4 1.4a.95.95 0 01.33.6.95.95 0 01-.32.6l-.22.22-.22.22-.1.1c-.4.4-.78.78-1.19 1.15L6.58 8a1.33 1.33 0 00-.33 1.46l.01.04.01.03A11.57 11.57 0 008 12.33a19.3 19.3 0 004.64 4.23 5.2 5.2 0 00.56.3l.1.06a5.31 5.31 0 01.48.26l.04.02.05.03a1.4 1.4 0 00.64.16 1.37 1.37 0 00.99-.44l1.76-1.76a.89.89 0 01.58-.3.81.81 0 01.54.29l2.85 2.84a.74.74 0 01-.02 1.21l-.61.61-.06.06a13.16 13.16 0 00-.95 1 2.17 2.17 0 01-1.72.71h-.22a11 11 0 01-3.92-1.19 22.56 22.56 0 01-7.5-5.87 20.64 20.64 0 01-3.67-6.09 7.27 7.27 0 01-.57-3.1z'/%3E%3C/svg%3E") center/contain no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.envelope {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.078' height='20.536' viewBox='0 0 27.078 20.536'%3E%3Cg id='Group' transform='translate(1 1)'%3E%3Cpath id='Shape' d='M19.63,0,10.987,7.772a1.777,1.777,0,0,1-2.344,0L0,0' transform='translate(2.603 2.574)' fill='none' stroke='%23101d62' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Shape-2' data-name='Shape' d='M0,0,5.79,4.816' transform='translate(16.444 11.149)' fill='none' stroke='%23101d62' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Shape-3' data-name='Shape' d='M5.79,0,0,4.816' transform='translate(2.603 11.149)' fill='none' stroke='%23101d62' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Shape-4' data-name='Shape' d='M0,2.5V16.042a2.508,2.508,0,0,0,2.554,2.494H22.516a2.515,2.515,0,0,0,2.562-2.494V2.5A2.518,2.518,0,0,0,22.516,0H2.554A2.511,2.511,0,0,0,0,2.5Z' transform='translate(0 0)' fill='none' stroke='%23101d62' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.wb {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg id='thin-0804_wheelbarrow_full' xmlns='http://www.w3.org/2000/svg' width='27.727' height='27.727' viewBox='0 0 27.727 27.727'%3E%3Cg id='Group' transform='translate(1.851 3.886)'%3E%3Cpath id='Shape' d='M38.414,7.33S37.883,4,36.559,3.945s-2.971,1.746-3.544.741S31.4,3.257,29.292,2.993,28.075.93,26.75,1.512s-3.795,4.866-3.9,5.819' transform='translate(-20.29 -1.396)' fill='none' stroke='%230c084e' stroke-linecap='round' stroke-width='2' fill-rule='evenodd'/%3E%3Ccircle id='Oval' cx='2.276' cy='2.276' r='2.276' transform='translate(0 16.4)' fill='none' stroke='%230c084e' stroke-linecap='round' stroke-width='2'/%3E%3Cpath id='Shape-2' data-name='Shape' d='M11.139,21.941H8.545L3.858,36.96H2.274L.021,32.021' transform='translate(13.577 -16.007)' fill='none' stroke='%230c084e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' fill-rule='evenodd'/%3E%3Cpath id='Shape-3' data-name='Shape' d='M31.038,34.746S17.12,44.96,11.5,29.941H32.546' transform='translate(-11.144 -21.697)' fill='none' stroke='%230c084e' stroke-linecap='round' stroke-width='2' fill-rule='evenodd'/%3E%3C/g%3E%3Cpath id='Rectangle-path' d='M27.736,3.941H.009V31.668H27.736Z' transform='translate(-0.009 -3.941)' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E") center/contain no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.location {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.477' height='30.858' viewBox='0 0 18.477 30.858'%3E%3Cg id='Group' transform='translate(1 1)'%3E%3Cpath id='Shape' d='M16.477,8.238c0,4.55-8.238,17.069-8.238,17.069S0,12.788,0,8.238a8.238,8.238,0,1,1,16.477,0Z' transform='translate(0 0)' fill='none' stroke='%23101d62' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Ccircle id='Oval' cx='2.543' cy='2.543' r='2.543' transform='translate(5.695 4.796)' fill='none' stroke='%23101d62' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath id='Shape-2' data-name='Shape' d='M11.594.006C13.962.47,15.56,1.352,15.56,2.364c0,1.5-3.483,2.707-7.781,2.707S0,3.861,0,2.364C0,1.347,1.613.462,4,0' transform='translate(0.459 23.787)' fill='none' stroke='%23101d62' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.fb {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.397' height='27.811' viewBox='0 0 15.397 27.811'%3E%3Cpath id='hollow-cut-facebook' d='M41.719,24.407c1.326,0,2.727-.039,4.053.039-.038,1.431,0,2.938-.038,4.369H41.719V42.347H36.037V28.814c-1.174-.039-2.424,0-3.637-.039V24.368H36c.038-1.16,0-2.2.076-3.132a5.076,5.076,0,0,1,4.849-4.678c1.515-.077,3.22.039,4.849.039,0,1.469.038,2.977-.038,4.408-.8.039-1.629-.077-2.311,0a1.765,1.765,0,0,0-1.477,1.044A5.223,5.223,0,0,0,41.719,24.407Z' transform='translate(-31.4 -15.535)' fill='none' stroke='%23101d62' stroke-width='2'/%3E%3C/svg%3E") center/contain no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.yt {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.1' height='16.959' viewBox='0 0 24.1 16.959'%3E%3Cg id='Group_514' data-name='Group 514' transform='translate(-10 -13.594)'%3E%3Cg id='Rectangle_21' data-name='Rectangle 21' transform='translate(10 13.594)' fill='none' stroke='%23101d62' stroke-width='2'%3E%3Crect width='24.1' height='16.959' rx='2' stroke='none'/%3E%3Crect x='1' y='1' width='22.1' height='14.959' rx='1' fill='none'/%3E%3C/g%3E%3Cpath id='Polygon_1' data-name='Polygon 1' d='M3.57,0l3.57,6.248H0Z' transform='translate(26.045 18.897) rotate(90)' fill='%23171251'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.at {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.759' height='27.759' viewBox='0 0 27.759 27.759'%3E%3Cpath id='Path_5120' data-name='Path 5120' d='M15.88,1.95a13.88,13.88,0,0,0,0,27.759h6.94V26.933H15.88a11.246,11.246,0,0,1-11.1-11.1,11.246,11.246,0,0,1,11.1-11.1,11.246,11.246,0,0,1,11.1,11.1v1.985A2.244,2.244,0,0,1,24.9,19.994a2.244,2.244,0,0,1-2.082-2.179V15.83a6.942,6.942,0,1,0-2.026,4.9A5.14,5.14,0,0,0,24.9,22.77a4.876,4.876,0,0,0,4.858-4.955V15.83A13.885,13.885,0,0,0,15.88,1.95Zm0,18.044a4.164,4.164,0,1,1,4.164-4.164A4.158,4.158,0,0,1,15.88,19.994Z' transform='translate(-2 -1.95)' fill='%23101d62'/%3E%3C/svg%3E") center/contain no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.wapp {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.984' height='25.993' viewBox='0 0 25.984 25.993'%3E%3Cg id='Group_513' data-name='Group 513' transform='translate(-1186.686 -1240.853)'%3E%3Cpath id='Path_5208' data-name='Path 5208' d='M14.678,0m0,26.43h0a11.974,11.974,0,0,1-6.1-1.672l-.438-.26L3.593,25.689,4.8,21.264l-.285-.454a11.992,11.992,0,1,1,10.159,5.62' transform='translate(1185 1239.416)' fill='none' stroke='%230c084e' stroke-width='2' fill-rule='evenodd'/%3E%3Cpath id='Path_5209' data-name='Path 5209' d='M21.491,17.84c-.361-.18-2.133-1.052-2.463-1.173s-.571-.18-.811.18-.931,1.173-1.142,1.414-.421.271-.781.09a9.845,9.845,0,0,1-2.9-1.789,10.862,10.862,0,0,1-2.006-2.5c-.21-.361-.022-.556.158-.736.162-.162.361-.421.541-.632a2.461,2.461,0,0,0,.361-.6.664.664,0,0,0-.03-.632c-.09-.18-.811-1.955-1.112-2.677-.293-.7-.59-.608-.811-.619s-.451-.013-.691-.013a1.324,1.324,0,0,0-.961.451,4.043,4.043,0,0,0-1.262,3.008,7.012,7.012,0,0,0,1.472,3.729,16.07,16.07,0,0,0,6.159,5.444,20.7,20.7,0,0,0,2.055.759,4.94,4.94,0,0,0,2.271.143,3.713,3.713,0,0,0,2.433-1.714,3.014,3.014,0,0,0,.21-1.714c-.09-.15-.33-.241-.691-.421' transform='translate(1184.765 1239.025)' fill='%230c084e' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.inst {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.823' height='24.823' viewBox='0 0 24.823 24.823'%3E%3Cg id='Group_506' data-name='Group 506' transform='translate(-4.079 -4.079)'%3E%3Ccircle id='Ellipse_16' data-name='Ellipse 16' cx='1.489' cy='1.489' r='1.489' transform='translate(21.627 8.375)' fill='%23171251'/%3E%3Cpath id='Path_5206' data-name='Path 5206' d='M16.491,6.315c3.314,0,3.707.013,5.015.072a6.868,6.868,0,0,1,2.3.427,4.11,4.11,0,0,1,2.356,2.356,6.866,6.866,0,0,1,.427,2.3c.06,1.309.072,1.7.072,5.015s-.013,3.707-.072,5.015a6.869,6.869,0,0,1-.427,2.3,4.11,4.11,0,0,1-2.356,2.356,6.867,6.867,0,0,1-2.3.427c-1.309.06-1.7.072-5.015.072s-3.707-.013-5.015-.072a6.87,6.87,0,0,1-2.3-.427,4.11,4.11,0,0,1-2.356-2.356,6.867,6.867,0,0,1-.427-2.3c-.06-1.309-.072-1.7-.072-5.015s.013-3.707.072-5.015a6.868,6.868,0,0,1,.427-2.3A4.111,4.111,0,0,1,9.171,6.815a6.867,6.867,0,0,1,2.3-.427c1.309-.06,1.7-.072,5.015-.072m0-2.236c-3.371,0-3.794.014-5.117.075a9.11,9.11,0,0,0-3.013.577,6.349,6.349,0,0,0-3.63,3.63,9.112,9.112,0,0,0-.576,3.013c-.061,1.324-.075,1.746-.075,5.117s.014,3.794.075,5.117a9.11,9.11,0,0,0,.577,3.013,6.347,6.347,0,0,0,3.63,3.63,9.11,9.11,0,0,0,3.013.577c1.324.06,1.746.075,5.117.075s3.794-.014,5.117-.075a9.11,9.11,0,0,0,3.013-.577,6.347,6.347,0,0,0,3.63-3.63,9.11,9.11,0,0,0,.577-3.013c.06-1.324.075-1.746.075-5.117s-.014-3.794-.075-5.117a9.11,9.11,0,0,0-.577-3.013,6.348,6.348,0,0,0-3.63-3.63,9.112,9.112,0,0,0-3.013-.576c-1.324-.061-1.746-.075-5.117-.075h0Z' fill='%23171251'/%3E%3Cpath id='Path_5207' data-name='Path 5207' d='M133.009,126.635a6.374,6.374,0,1,0,6.374,6.374A6.374,6.374,0,0,0,133.009,126.635Zm0,10.511a4.137,4.137,0,1,1,4.137-4.137,4.137,4.137,0,0,1-4.137,4.137Z' transform='translate(-116.519 -116.519)' fill='%23171251'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.user {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.86 19.93'%3E%3Cdefs/%3E%3Cdefs/%3E%3Cpath d='M4.53 7.87a3.29 3.29 0 003.4 2.96 3.29 3.29 0 003.4-2.96c.34-.14.73-.56.83-1.7a1.82 1.82 0 00-.3-1.41.85.85 0 00-.4-.25c.2-1.01.37-2.71-.41-3.29a1.45 1.45 0 00-.8-.24A2.04 2.04 0 008.5.02h-.18L7.74 0a3.42 3.42 0 00-2.68 1.02A4.45 4.45 0 004.4 4.5a.85.85 0 00-.42.25 1.82 1.82 0 00-.3 1.42c.12 1.13.5 1.55.85 1.69zm6.75-1.77c-.07.72-.24.9-.28.94a.45.45 0 00-.53.42 2.48 2.48 0 01-2.54 2.47A2.46 2.46 0 015.4 7.46a.42.42 0 00-.16-.35.4.4 0 00-.23-.09.4.4 0 00-.13.02s-.21-.13-.29-.94a1.3 1.3 0 01.06-.73.3.3 0 01.09.02.45.45 0 00.65-.47l-.02-.13c.17-.27.32-.27.94-.14a4.95 4.95 0 001.21.14 3.37 3.37 0 002.06-.66.65.65 0 01.53 0 1.04 1.04 0 01.42.6l-.03.16a.44.44 0 00.16.45.45.45 0 00.48.05l.08-.03s.12.14.07.74zM5.75 1.6a2.43 2.43 0 012-.7h.54l.18.01a1.11 1.11 0 011.08.66.44.44 0 00.47.3h.1a.85.85 0 01.4.07c.21.15.26.79.2 1.54a1.51 1.51 0 00-.21-.14 1.55 1.55 0 00-1.34 0 .48.48 0 00-.14.08 2.41 2.41 0 01-1.54.47 4.34 4.34 0 01-1.01-.12 2.19 2.19 0 00-1.24 0 3.1 3.1 0 01.51-2.18zM15.03 13.42c-.61-.63-3.54-1.55-4.13-1.73a.45.45 0 00-.54.25l-1.05 2.48-.23-.82.6-.85a.63.63 0 00-.09-.8l-.48-.47a.63.63 0 00-.43-.18h-1.5a.62.62 0 00-.43.18l-.48.47a.62.62 0 00-.07.8l.59.85-.24.82-1.05-2.47a.45.45 0 00-.54-.26c-.58.18-3.52 1.1-4.13 1.73-.3.32-.73 1.14-.83 4.53a.64.64 0 00.2.47c.7.71 4.15 1.51 7.73 1.51s7.04-.8 7.73-1.51a.63.63 0 00.2-.47c-.1-3.4-.52-4.2-.83-4.53zM7.3 12.19h1.27l.24.24-.38.55h-.98l-.4-.55zM.9 17.84c.1-3.07.47-3.68.58-3.8a14.43 14.43 0 013.36-1.37l2.68 6.3a.6.6 0 00.04.07 16.44 16.44 0 01-6.66-1.2zm6.21-2.12l.53-1.85h.58l.53 1.85-.82 1.93zm1.2 3.31a.46.46 0 00.03-.07l2.69-6.3a14.43 14.43 0 013.36 1.38c.1.11.48.73.58 3.8a16.42 16.42 0 01-6.67 1.2z' class='a'/%3E%3C/svg%3E") center/contain no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.fb2 {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-8.91 -2.36 32.01 32'%3E%3Cdefs/%3E%3Cpath fill='%233B5998' d='M9.24 29.64l.02-13.83h4.78c.43 0 .79-.32.84-.75l.52-4.45a.84.84 0 00-.84-.95H9.24V5.93c0-1.69.47-2.84 2.89-2.84h2.25c.46 0 .84-.38.84-.85V-1.5a.85.85 0 00-.84-.85h-3.66C6.26-2.36 3.2.36 3.2 5.36v4.3H-.38a.85.85 0 00-.85.85l.02 4.46c0 .47.38.84.85.84h3.59l-.02 13.83h6.03z'/%3E%3C/svg%3E") center/contain no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.yt2 {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-.04 -4.71 32 32'%3E%3Cdefs/%3E%3Cpath fill='%23C31B1A' d='M20.82 11.75l-8.76 4.17a.35.35 0 01-.5-.31V7a.35.35 0 01.51-.32l8.75 4.44a.35.35 0 010 .63zm4.5-11.78H6.6A6.65 6.65 0 00-.04 6.62v9.35a6.65 6.65 0 006.64 6.65h18.71a6.65 6.65 0 006.65-6.65V6.62A6.65 6.65 0 0025.3-.03z'/%3E%3C/svg%3E") center/contain no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.inst2 {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.64 28.64'%3E%3Cdefs/%3E%3Cdefs%3E%3CradialGradient id='a' cx='.08' cy='.99' r='1.18' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23f7e000'/%3E%3Cstop offset='.04' stop-color='%23f6c700'/%3E%3Cstop offset='.1' stop-color='%23f6af00'/%3E%3Cstop offset='.14' stop-color='%23f6a700'/%3E%3Cstop offset='.32' stop-color='%23e66149'/%3E%3Cstop offset='.35' stop-color='%23e3534d'/%3E%3Cstop offset='.43' stop-color='%23de3159'/%3E%3Cstop offset='.51' stop-color='%23d70568'/%3E%3Cstop offset='.66' stop-color='%23bc0090'/%3E%3Cstop offset='.76' stop-color='%23a113a5'/%3E%3Cstop offset='.87' stop-color='%238528bc'/%3E%3Cstop offset='1' stop-color='%235456da'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M86.62 12.29H75.05a8.54 8.54 0 00-8.54 8.53v11.57a8.54 8.54 0 008.54 8.54h11.57a8.54 8.54 0 008.54-8.54V20.82a8.54 8.54 0 00-8.54-8.54zm5.65 20.1a5.65 5.65 0 01-5.65 5.65H75.05a5.65 5.65 0 01-5.65-5.65V20.82a5.65 5.65 0 015.65-5.65h11.57a5.65 5.65 0 015.65 5.65zM80.83 19.2a7.4 7.4 0 107.41 7.4 7.42 7.42 0 00-7.4-7.4zm0 11.93a4.53 4.53 0 114.53-4.53 4.53 4.53 0 01-4.53 4.53zm9.2-11.87a1.77 1.77 0 11-1.77-1.78 1.77 1.77 0 011.77 1.77z' transform='translate(-66.51 -12.29)'/%3E%3C/svg%3E") center/contain no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.trash {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 17'%3E%3Cdefs/%3E%3Cg fill='%23101D62'%3E%3Cpath d='M8.42 7.17H8.4a.61.61 0 00-.17-.11l-.08-.02L8.03 7H8h-.03l-.12.03c-.02 0-.05 0-.08.02a.61.61 0 00-.16.1l-.03.01c-.11.11-.19.26-.2.43v4.74c.01.22.15.42.34.51l.04.02.05.02.17.04c.34.01.62-.25.64-.6V7.6a.6.6 0 00-.2-.42zM5.46 7.18l-.02-.02a.61.61 0 00-.17-.1l-.08-.02L5.07 7h-.05l-.12.03c-.03 0-.06 0-.08.02a.61.61 0 00-.16.1c-.01 0-.02 0-.03.02-.12.1-.2.25-.2.42v4.74c0 .22.14.4.32.5l.05.04h.05l.17.05c.18 0 .34-.06.45-.17 0 0 0-.02.02-.02a.6.6 0 00.17-.4V7.6a.61.61 0 00-.2-.42z'/%3E%3Cpath d='M16 3.42a.59.59 0 00-.6-.57h-3.95l-.5-1.62a1.79 1.79 0 00-.21-.4C10.4.33 9.86 0 9.24 0H6.77C5.99 0 5.3.5 5.05 1.23l-.5 1.62H.57c-.04 0-.06.02-.1.03-.03 0-.07 0-.1.02l-.1.06-.1.07-.06.1c-.02.02-.05.05-.06.09l-.03.11-.02.09v.05l.02.09.03.11c.01.04.04.07.06.1l.06.09.1.06c.03.03.06.05.1.06.03.02.07.02.1.03l.1.02h.77v11.35a1.66 1.66 0 001.36 1.6h.13l.2.02h9.95c.92.02 1.67-.71 1.7-1.63V4.01h.7a.6.6 0 00.22-.03h.02a.6.6 0 00.38-.56zM6.24 1.57a.57.57 0 01.53-.4h2.48c.24 0 .46.16.53.4l.4 1.28H5.82l.42-1.28zM3.04 15.8a.47.47 0 01-.47-.45V4h10.88l-.01 11.5h-.04a.48.48 0 01-.44.3H3.04z'/%3E%3Cpath d='M11.37 7.18l-.02-.02a.6.6 0 00-.17-.1l-.08-.02c-.04-.01-.07-.03-.12-.03h-.05l-.12.03c-.02 0-.05 0-.08.02a.61.61 0 00-.16.1c-.01 0-.02 0-.03.02a.6.6 0 00-.2.42v4.73c0 .23.14.42.33.52l.05.02.05.02c.05.01.1.03.17.03a.61.61 0 00.64-.59V7.6a.63.63 0 00-.2-.42z'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
  width: 16px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
}

.navbar {
  padding: 0.4rem 3% 0;
  align-items: start;
  border-top: 7px solid #FFD339;
  background-color: #fff;
  box-shadow: 8px 8px 17px #d2d2d2, -8px -8px 17px #ffffff;
  opacity: 1;
}
.navbar .navbar-brand .otherLogo {
  display: block;
  height: 60px;
}
.navbar .navbar-brand-oposit {
  order: 4;
}
.navbar .userDropdown {
  order: 4;
  color: #fff;
  margin-top: 1.9rem;
}
.navbar .userDropdown .dropdown-toggle {
  color: #101D62;
}
.navbar .userDropdown .dropdown-toggle span {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.navbar .userDropdown .dropdown-toggle:after {
  margin: 0 0.255em 0 0;
}
.navbar .userDropdown .dropdown-menu {
  right: auto;
  left: 0;
  border: 0;
  border-radius: 0;
  background-color: #101D62;
  padding: 0.5rem 1rem;
}
.navbar .userDropdown .dropdown-menu .dropdown-item {
  color: #fff;
  padding: 0.5rem 0;
  font-size: 0.937rem;
  margin-bottom: 0.1rem;
  border-bottom: 1px solid #fff;
}
.navbar .userDropdown .dropdown-menu .dropdown-item:last-child {
  border: 0;
}
.navbar .userDropdown .dropdown-menu .dropdown-item:hover {
  background: 0;
  color: #FFD339;
}
.navbar .navbar-collapse .close {
  display: none;
}
.navbar .navbar-collapse .navbar-nav {
  padding: 0;
  margin: auto;
}
.navbar .navbar-collapse .navbar-nav .nav-item {
  margin: 1rem 0.5rem 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 1.125rem;
  font-weight: 500;
  color: #101D62;
}
@media (min-width: 992px) {
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    padding: 0.9rem 1rem 1.3rem;
    text-underline-position: under;
  }
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  text-decoration: underline;
}
.navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .navbar .navbar-collapse .navbar-nav .nav-item.show .nav-link {
  text-decoration: underline;
}
.navbar .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle:after {
  margin: 0 0.255em 0 0;
}
@media (min-width: 992px) {
  .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle:after {
    display: none;
  }
}
.navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: #101D62;
  padding: 0.5rem 1rem;
}
@media (min-width: 992px) {
  .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    right: auto;
  }
}
.navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-item {
  color: #fff;
  color: #fff;
  padding: 0.5rem 0;
  font-size: 0.937rem;
  margin-bottom: 0.1rem;
  border-bottom: 1px solid #fff;
}
.navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-item:last-child {
  border: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-item:hover {
  background: 0;
  color: #FFD339;
}
@media (max-width: 991.98px) {
  .navbar {
    align-items: center;
  }
  .navbar .navbar-brand {
    order: 2;
    margin: 0;
  }
  .navbar .navbar-brand img {
    max-width: 80px;
  }
  .navbar .navbar-brand .otherLogo {
    max-width: calc(100vw - 220px);
    height: 49px;
  }
  .navbar .navbar-brand-oposit img {
    max-width: 80px;
  }
  .navbar .navbar-toggler {
    order: 1;
    border-color: transparent;
  }
  .navbar .navbar-collapse {
    order: 4;
    position: absolute;
    top: 0;
    height: calc(100vh - 7px);
    overflow: auto;
    width: 300px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 5.81 22.47 16.14'%3E%3Cg opacity='.79' transform='rotate(-90 134.27 134.27)'%3E%3ClinearGradient id='a' x1='257.63' x2='256.61' y1='-22.67' y2='-22.72' gradientTransform='matrix(0 22.4417 16.1109 0 622.06 -5770.15)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23eaf8ff'/%3E%3Cstop offset='1' stop-color='%2391c8ff'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23a)' d='M246.62.03h15.72c1.8 5.33-3.31 5.5-2.81 6.96 2.03 5.82-2.96 8.8-5.44 10.3-3.45 2.1 2.93 3.48-.41 5.18h-7.05L246.62.03z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center bottom #fff;
    background-size: 100% auto;
    right: 0;
    transition: width 0.35s ease;
    border-bottom: 7px solid #FFD339;
    box-shadow: -8px 8px 17px #d2d2d2, 8px -8px 17px #ffffff;
  }
  .navbar .navbar-collapse .navbar-nav {
    width: 100%;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 1.25rem;
    padding-right: 1rem;
  }
  .navbar .navbar-collapse .close {
    display: block;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.71 22.71'%3E%3Cg fill='none' stroke='%231d184c' data-name='Group 130'%3E%3Cpath d='M22.35.35l-22 22' data-name='Line 9'/%3E%3Cpath d='M.35.35l22 22' data-name='Line 10'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
    padding: 0.375rem 0.75rem;
    width: 22px;
    height: 22px;
    opacity: 1;
    margin: 1.1rem 1.5rem;
    display: block;
  }
  .navbar .navbar-collapse.collapsing {
    position: absolute;
    height: 100vh;
    width: 0;
    overflow: hidden;
    transition: none;
    transition: width 0.35s ease;
  }
  .navbar .dropdown.userDropdown {
    margin-top: 0;
  }
  .navbar .dropdown.userDropdown .dropdown-toggle {
    font-size: 0.937rem;
    max-width: 145px;
  }
}

#main-nav-backdrop {
  background: #fff;
  opacity: 0.7;
}

@media (max-width: 992px) {
  header .main-nav .dropdown {
    order: 3 !important;
  }
}
.personal-area {
  margin-left: -3.2%;
  margin-top: -0.4rem;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.5s;
}
.personal-area a {
  font-size: 18px;
  color: #ffc107;
  background-color: #121F4D;
  padding: 0 20px;
  display: flex;
  height: 100%;
  align-items: center;
}
.personal-area a:before {
  content: "";
  margin-left: 5px;
  background-image: url(/National_Library/oe_/https://my.acb.org.il/images/user.svg);
  width: 25px;
  height: 27px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.personal-area a:hover {
  background-color: #056EB5;
}
@media (max-width: 991.98px) {
  .personal-area {
    order: 10;
  }
  .personal-area a {
    font-size: 16px;
  }
  .personal-area a:before {
    width: 18px;
    height: 19px;
  }
}
@media (min-width: 992px) {
  .sm-blue ul {
    border-radius: 0 !important;
    transform: translate(0, 29px) !important;
  }
}
/* 
 * sizes and positions
 */
a.datepicker-button {
  cursor: pointer;
}

div.datepicker-calendar {
  margin: 0 10px 10px 0;
  font-size: 0.9em;
  padding: 2px;
  position: absolute;
  width: 261px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 50;
}
div.datepicker-calendar div.datepicker-month-wrap {
  margin: 0;
  padding-top: 1px;
  text-align: center;
  height: 30px;
}
div.datepicker-calendar.bootstrap4 div.datepicker-month-wrap > div {
  padding-top: 0;
}
div.datepicker-calendar.bootstrap4 div.datepicker-month-wrap div.datepicker-month-prev, div.datepicker-calendar.bootstrap4 div.datepicker-month-wrap div.datepicker-month-next {
  padding-top: 2px;
}
div.datepicker-calendar.bootstrap4 div.datepicker-month-wrap i.fa-caret-left, div.datepicker-calendar.bootstrap4 div.datepicker-month-wrap i.fa-caret-right {
  font-size: 1.3em;
}
div.datepicker-calendar div.datepicker-month-fast-prev.disabled, div.datepicker-calendar div.datepicker-month-fast-next.disabled, div.datepicker-calendar div.datepicker-month-prev.disabled, div.datepicker-calendar div.datepicker-month-next.disabled {
  border: none;
  cursor: default;
}
div.datepicker-calendar div.datepicker-month-fast-prev, div.datepicker-calendar div.datepicker-month-fast-next, div.datepicker-calendar div.datepicker-month-prev, div.datepicker-calendar div.datepicker-month-next {
  cursor: pointer;
  margin: 3px;
  width: 24px;
  height: 24px;
  padding-top: 3px;
}
div.datepicker-calendar div.datepicker-month-fast-prev {
  padding-right: 2px;
}
div.datepicker-calendar div.datepicker-month-fast-next {
  padding-left: 2px;
}
div.datepicker-calendar div.datepicker-month-fast-prev.enabled:hover, div.datepicker-calendar div.datepicker-month-fast-prev.enabled:focus {
  margin-top: 2px;
  border: 1px solid #800;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.datepicker-calendar div.datepicker-month-fast-next.enabled:hover, div.datepicker-calendar div.datepicker-month-fast-next.enabled:focus {
  margin-top: 2px;
  border: 1px solid #800;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.datepicker-calendar div.datepicker-month-prev.enabled:hover, div.datepicker-calendar div.datepicker-month-prev.enabled:focus {
  margin-top: 2px;
  border: 1px solid #800;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.datepicker-calendar div.datepicker-month-next.enabled:hover, div.datepicker-calendar div.datepicker-month-next.enabled:focus {
  margin-top: 2px;
  border: 1px solid #800;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.datepicker-calendar div.datepicker-month {
  margin: 3px 56px 2px 56px;
  height: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  cursor: pointer;
  padding-top: 1px;
}
div.datepicker-calendar:not(.bootstrap4) div.datepicker-month:after {
  font-family: "Glyphicons Halflings";
  font-size: 0.6em;
  display: inline-block;
  content: "\e252";
}
div.datepicker-calendar.bootstrap4 div.datepicker-month:after {
  font-family: "Font Awesome 5 Free";
  font-size: 0.7em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-left: 0.4em;
  content: "\f078";
}
div.datepicker-calendar div.datepicker-month:hover, div.datepicker-calendar div.datepicker-month:focus {
  padding-top: 0;
  border: 1px solid #800;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.datepicker-calendar table.datepicker-grid {
  width: 100%;
  font-size: 1.2em;
  text-align: center;
}
div.datepicker-calendar table.datepicker-grid.rtl {
  direction: rtl;
}
div.datepicker-calendar table.datepicker-grid:focus {
  outline: none;
}
div.datepicker-calendar table.datepicker-grid th, div.datepicker-calendar table.datepicker-grid td {
  text-align: center;
  padding: 0;
}
div.datepicker-calendar table.datepicker-grid th abbr {
  border: none;
}
div.datepicker-calendar table.datepicker-grid td {
  border: 1px solid #999;
  cursor: pointer;
}
div.datepicker-calendar table.datepicker-grid td.unselectable {
  cursor: default;
}
div.datepicker-calendar table.datepicker-grid th {
  height: 30px;
}
div.datepicker-calendar table.datepicker-grid td.day {
  height: 30px;
}
div.datepicker-calendar table.datepicker-grid td.month {
  height: 60px;
}
div.datepicker-calendar table.datepicker-grid td.year {
  height: 45px;
}
div.datepicker-calendar table.datepicker-grid td.curDay, div.datepicker-calendar table.datepicker-grid td.curMonth, div.datepicker-calendar table.datepicker-grid td.curYear {
  border: 1px solid #999;
}
div.datepicker-calendar table.datepicker-grid td.empty {
  border: 1px solid #999;
  cursor: default;
}
div.datepicker-calendar .offscreen {
  position: absolute;
  left: -200em;
  top: -100em;
}

.datepicker-overlay {
  background: #777;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  height: 100%;
  min-height: 100%;
  z-index: 40;
}

div.datepicker-calendar button.datepicker-close {
  height: 30px;
  width: 100%;
  font-weight: bold;
  margin-top: 1px;
  border: 1px solid #eee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/**************************** 
 * colors
 ***************************/
/**************************** 
 * default theme colors
 ***************************/
/**************************** 
 * bootstrap theme colors
 ***************************/
a.datepicker-button.bootstrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  text-align: left;
}
a.datepicker-button.bootstrap .input-group-text .cal {
  background: red;
}
a.datepicker-button.bootstrap:hover, a.datepicker-button.bootstrap:focus {
  background-color: 0;
}

div.datepicker-calendar.bootstrap {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  min-width: 200px;
  font-size: 0.8em;
  background-clip: padding-box;
  background-color: #FFF;
  border-radius: 4px;
  line-height: 20px;
}
div.datepicker-calendar.bootstrap.below {
  margin-top: 2px;
}
div.datepicker-calendar.bootstrap.above {
  margin-top: -2px;
}
div.datepicker-calendar.bootstrap:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 7px;
}
div.datepicker-calendar.bootstrap:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
  left: 6px;
}
div.datepicker-calendar.bootstrap.below:before {
  top: -7px;
}
div.datepicker-calendar.bootstrap.below:after {
  top: -6px;
}
div.datepicker-calendar.bootstrap.above:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
div.datepicker-calendar.bootstrap.above:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
div.datepicker-calendar.bootstrap div.datepicker-month-fast-prev.disabled, div.datepicker-calendar.bootstrap div.datepicker-month-fast-next.disabled, div.datepicker-calendar.bootstrap div.datepicker-month-prev.disabled, div.datepicker-calendar.bootstrap div.datepicker-month-next.disabled {
  color: #999;
}
div.datepicker-calendar.bootstrap div.datepicker-month-fast-prev.enabled:hover, div.datepicker-calendar.bootstrap div.datepicker-month-fast-prev.enabled:focus {
  background-color: #EEE;
  border-color: #999;
}
div.datepicker-calendar.bootstrap div.datepicker-month-fast-next.enabled:hover, div.datepicker-calendar.bootstrap div.datepicker-month-fast-next.enabled:focus {
  background-color: #EEE;
  border-color: #999;
}
div.datepicker-calendar.bootstrap div.datepicker-month-prev.enabled:hover, div.datepicker-calendar.bootstrap div.datepicker-month-prev.enabled:focus {
  background-color: #EEE;
  border-color: #999;
}
div.datepicker-calendar.bootstrap div.datepicker-month-next.enabled:hover, div.datepicker-calendar.bootstrap div.datepicker-month-next.enabled:focus {
  background-color: #EEE;
  border-color: #999;
}
div.datepicker-calendar.bootstrap div.datepicker-month:hover, div.datepicker-calendar.bootstrap div.datepicker-month:focus {
  background-color: #EEE;
  border-color: #999;
}
div.datepicker-calendar.bootstrap button.datepicker-close:hover, div.datepicker-calendar.bootstrap button.datepicker-close:focus {
  background-color: #EEE;
  border-color: #999;
}
div.datepicker-calendar.bootstrap table.datepicker-grid:focus {
  outline: none;
}
div.datepicker-calendar.bootstrap tr.datepicker-weekdays {
  border: none;
}
div.datepicker-calendar.bootstrap table.datepicker-grid th abbr {
  text-decoration: none;
  cursor: default;
}
div.datepicker-calendar.bootstrap table.datepicker-grid td {
  border: none;
  color: #000;
}
div.datepicker-calendar.bootstrap table.datepicker-grid td.unselectable {
  color: #999;
}
div.datepicker-calendar.bootstrap table.datepicker-grid td.curDay, div.datepicker-calendar.bootstrap table.datepicker-grid td.curMonth, div.datepicker-calendar.bootstrap table.datepicker-grid td.curYear {
  background-color: #FFF0C4;
}
div.datepicker-calendar.bootstrap table.datepicker-grid td.empty {
  border: none;
  color: #CCC;
}
div.datepicker-calendar.bootstrap table.datepicker-grid td.selectable:hover, div.datepicker-calendar.bootstrap table.datepicker-grid td.selectable.focus {
  background-color: #DDD;
}
div.datepicker-calendar.bootstrap table.datepicker-grid td.empty:hover {
  background-color: #F9F9F9;
}
div.datepicker-calendar.bootstrap button.datepicker-close {
  background-color: #DDD;
  border-color: #999;
  color: #000;
}

/**************************** 
 * maroon theme colors
 ***************************/
/**************************** 
 * blue theme colors
 ***************************/
/**************************** 
 * green theme colors
 ***************************/
.date.form-control {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21.01'%3E%3Cpath fill='%23848383' d='M5.63 0a.48.48 0 00-.43.48v1.4H2.67A2.68 2.68 0 000 4.55V18.34C0 19.8 1.2 21 2.67 21h15.67C19.8 21 21 19.8 21 18.34V7.48v-.03-2.9c0-1.47-1.19-2.66-2.66-2.67h-2.62V.48a.48.48 0 00-.96 0v1.4h-8.6V.48c0-.26-.2-.47-.47-.48h-.06zM2.67 2.83H5.2v1.4a.48.48 0 10.96 0v-1.4h8.6v1.4a.48.48 0 10.96 0v-1.4h2.62c.94 0 1.7.77 1.7 1.72v2.42H.95V4.55c0-.95.77-1.72 1.72-1.72zM.95 7.93h19.1v10.4c0 .95-.77 1.72-1.71 1.72H2.67c-.95 0-1.71-.77-1.72-1.71V7.93z'/%3E%3Cpath fill='%23707070' d='M18.23 11.73h-3a.5.5 0 010-1h3a.5.5 0 010 1zM18.23 14.73h-3a.5.5 0 010-1h3a.5.5 0 010 1zM18.23 17.73h-3a.5.5 0 010-1h3a.5.5 0 010 1z'/%3E%3Cg%3E%3Cpath fill='%23707070' d='M12.23 11.73h-3a.5.5 0 010-1h3a.5.5 0 010 1zM12.23 14.73h-3a.5.5 0 010-1h3a.5.5 0 010 1zM12.23 17.73h-3a.5.5 0 010-1h3a.5.5 0 010 1z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23707070' d='M6.23 11.73h-3a.5.5 0 010-1h3a.5.5 0 010 1zM6.23 14.73h-3a.5.5 0 010-1h3a.5.5 0 010 1zM6.23 17.73h-3a.5.5 0 010-1h3a.5.5 0 010 1z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  background-size: auto 62%;
  background-position: 3% center;
  border-radius: 0;
}

/**
 * Swiper 6.5.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 30, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight {
  height: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0 - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.custom-control-label {
  cursor: pointer;
}

.gcManageBigTitle {
  font-size: 20px;
  border-bottom: 1px solid #ffd33b;
  position: relative;
  padding-bottom: 0.6rem;
}
.gcManageBigTitle:after {
  position: absolute;
  content: "";
  bottom: -4px;
  right: 0;
  height: 4px;
  background-color: #ffd33b;
  width: 6em;
}
.gcManageBigTitle a.btn-link {
  text-decoration: underline;
  float: left;
}

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

.gcHead {
  border-bottom: 1px solid #e0e0e0;
  height: 90px;
}
.gcHead h1 {
  font-size: 24px;
}
@media (min-width: 768px) {
  .gcHead {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .gcHead {
    padding: 0.5rem 0;
  }
  .gcHead h1 {
    text-align: center;
    line-height: 1;
  }
}

.gcConteiner input {
  border-color: #848282;
  color: #0f1d61;
}
.gcConteiner h3 {
  font-size: 20px;
}
.gcConteiner h3 .info {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #0f1d61;
  font-size: 13px;
  text-align: center;
  border: 1px solid;
  border-radius: 100%;
}
.gcConteiner h3 .info:hover, .gcConteiner h3 .info:focus {
  background: #0f1d61;
  border-color: #0f1d61;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .gcConteiner {
    max-width: 1000px;
  }
}

/*.login {
  color: #032339;
  position: relative;
  min-height: calc(100vh - 93px);
}
.login:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/National_Library/oe_/https://my.acb.org.il/images/loginBg.jpg) no-repeat 0 -160px;
}
.login .form {
  position: relative;
}
.login .form h2 {
  font-size: 22px;
  font-weight: 400;
}
.login .form p {
  font-size: 16px;
}
.login .form .form-group {
  max-width: 350px;
  margin-bottom: 2.5rem;
}
.login .form .form-group {
  position: relative;
}
.login .form .form-group label {
  color: #032339;
  font-size: 16px;
  margin-bottom: 0;
}
.login .form .form-group .error {
  font-size: 14px;
  color: red;
  position: absolute;
  line-height: 1.2;
}
.login .form .butLine {
  max-width: 350px;
  padding: 15px 0;
}
.login .form .butLine .submit {
  border: 1px solid #101d62;
  background-color: #ffd33b;
  min-width: 135px;
  color: #000;
}
.login .form .butLine .submit:hover, .login .form .butLine .submit:focus {
  background-color: #ffeca9;
}
@media (max-width: 767.98px) {
  .login {
    padding: 10% 5%;
  }
  .login .form-group {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 1rem;
  }
}
@media (max-width: 991.98px) {
  .login {
    padding-top: 35px;
  }
  .login:before {
    opacity: 0.2;
    background-size: contain;
    background-position: 0 0;
  }
  .login .form h2, .login .form p {
    text-align: center;
  }
  .login .form .form-group {
    margin-left: auto;
    margin-right: auto;
  }
  .login .form .butLine {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .login {
    padding-top: 165px;
  }
  .login figure {
    margin: auto auto auto 0;
  }
}*/

.gcOrdersHead {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: space-between;
  border-bottom: 1px solid #ffd33b;
  border-top: 1px solid #ffd33b;
  margin: 1rem auto;
}
.gcOrdersHead li {
  padding: 1rem 15px;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  line-height: 1;
}
.gcOrdersHead li:first-child {
  border-color: #ffd33b;
}
.gcOrdersHead li strong {
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .gcOrdersHead {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .gcOrdersHead {
    flex-direction: column;
  }
  .gcOrdersHead li {
    padding: 10px 15px;
  }
}

.gcManageOrdersHead {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: space-between;
  margin: 0;
}
.gcManageOrdersHead li {
  padding: 1rem 15px;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}
.gcManageOrdersHead li strong {
  font-weight: 500;
  display: block;
}
@media (max-width: 991.98px) {
  .gcManageOrdersHead {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .gcManageOrdersHead {
    flex-direction: column;
  }
  .gcManageOrdersHead li {
    padding: 10px 15px;
  }
}

.gcBigTitle {
  display: flex;
  justify-content: space-between;
  font-size: 36px;
  font-weight: 500;
  align-items: center;
  line-height: 1;
  margin-bottom: 1.3rem;
}
.gcBigTitle .btn-solid {
  border: 1px solid #101d62;
  background-color: #ffd33b;
  min-width: 135px;
  color: #000;
  border-radius: 0;
  font-size: 18px;
  line-height: 1;
  padding: 0.782rem 0.75rem;
}
.gcBigTitle .btn-solid:hover, .gcBigTitle .btn-solid:focus {
  background-color: #ffeca9;
}
.gcBigTitle .btn-link {
  color: #101d62;
  text-decoration: underline;
}

.gcSmallTitle {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 1.3rem;
}
.gcSmallTitle:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 4px;
  background-color: #ffd33b;
  width: 5em;
}

.gcTable.table {
  margin-bottom: 3rem;
}
.gcTable.table thead th {
  padding: 0 0.75rem 0.2rem;
  border-top: 0;
}
.gcTable.table td {
  line-height: 1.2;
  padding: 1.5rem 0.75rem;
}
.gcTable.table td a {
  color: #101d62;
  text-decoration: underline;
}
.gcTable.table td[data-css-title=סטטוס] img {
  width: 16px;
  height: auto;
  margin-inline-end: 5px;
}
@media (max-width: 767.98px) {
  .gcTable.table thead {
    display: none;
  }
  .gcTable.table tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
  }
  .gcTable.table td {
    display: block;
    border: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0.75rem;
  }
  .gcTable.table td:before {
    display: block;
    content: attr(data-css-title);
    font-weight: 500;
  }
  .gcTable.table.mobTd100 tr {
    border-bottom: 20px solid #fff;
  }
  .gcTable.table.mobTd100 td {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    background: #F7F7F7;
  }
  .gcTable.table.mobTd100 td:before {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.gcManageTable.table {
  margin-bottom: 3rem;
}
.gcManageTable.table thead th {
  padding: 0 0.75rem 0.2rem;
  border-top: 0;
  white-space: nowrap;
  background: #1e1362;
  color: #fff;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.gcManageTable.table td {
  line-height: 1.2;
  padding: 1.5rem 0.75rem;
}
.gcManageTable.table td a {
  color: #101d62;
  text-decoration: underline;
}
.gcManageTable.table td[data-css-title=סטטוס] img {
  width: 16px;
  height: auto;
}
.gcManageTable.table tbody tr:hover {
  background: #f8f9fb;
}
.gcManageTable.table tbody tr:hover td {
  background: #f8f9fb;
  cursor: pointer;
}
.gcManageTable.table tbody tr:hover td:first-child {
  box-shadow: inset -10px 0px 0 -5px #ffd33b;
}
@media (min-width: 768px) {
  .gcManageTable.table {
    table-layout: fixed;
  }
}
@media (max-width: 767.98px) {
  .gcManageTable.table thead {
    display: none;
  }
  .gcManageTable.table tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
  }
  .gcManageTable.table td {
    display: block;
    border: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0.75rem;
  }
  .gcManageTable.table td:before {
    display: block;
    content: attr(data-css-title);
    font-weight: 500;
  }
}

.emptyInfo {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
.emptyInfo img {
  max-width: 100%;
}
.emptyInfo .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #032339;
  text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .emptyInfo img {
    opacity: 0.5;
  }
  .emptyInfo .title {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
  }
}

.formHr {
  margin: 1.9rem 0;
  border-color: #cdd1d3;
}

footer.gcFooter {
  background: #f4f4f4;
}
footer.gcFooter .container {
  text-align: left;
}
footer.gcFooter .btn-solid {
  border: 1px solid #101d62;
  background-color: #ffd33b;
  min-width: 135px;
  color: #000;
  border-radius: 0;
  font-size: 18px;
  line-height: 1;
  padding: 0.782rem 0.75rem;
}
footer.gcFooter .btn-solid:hover, footer.gcFooter .btn-solid:focus {
  background-color: #ffeca9;
}
@media (max-width: 767.98px) {
  .displayDesktop {
    display: none;
  }
}

.personMeta {
  max-width: 840px;
}
.personMeta strong {
  display: block;
}
.personMeta .form-group {
  max-width: 210px;
}
.personMeta .form-group.col-12 {
  flex: 0 0 100%;
  max-width: 630px;
  align-self: flex-end;
}
@media (min-width: 768px) {
  .personMeta .form-group {
    min-width: 210px;
  }
}
@media (max-width: 767.98px) {
  .personMeta .form-group {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .personMeta .col:before {
    display: block;
    content: attr(data-css-title);
    font-weight: 500;
  }
}
.tavTypeContent .personMeta {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .tavTypeContent .personMeta .form-group {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.personMeta.display {
  padding: 1rem 0 0.5rem 0;
}
@media (max-width: 767.98px) {
  .personMeta.display {
    border-top: 1px solid #ccc;
  }
  .displayDesktop + .personMeta.display {
    border: 0;
  }
  .personMeta.display .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.tavTypeNav {
  padding: 0;
  border: 0;
}
.tavTypeNav .nav-item {
  width: 100%;
  max-width: 180px;
  margin: 0;
}
.tavTypeNav .nav-item .nav-link {
  text-align: center;
  color: #0f1d61;
  border: 1px solid #848282;
  border-radius: 0;
}
.tavTypeNav .nav-item .nav-link.active {
  background: #ffd33b;
}
@media (max-width: 767.98px) {
  .tavTypeNav .nav-item {
    width: 50%;
  }
}

.totalBox {
  margin: 1.2rem 0 -2rem;
  max-width: 485px;
  font-size: 18px;
}
.totalBox .row {
  margin: 0;
  border-top: 1px solid #cdd1d3;
  padding: 1.3rem 0;
}
.totalBox .row .label {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  font-weight: 500;
}
.totalBox .row span {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.totalBox .row.last {
  font-size: 20px;
}
.totalBox .row.last .label {
  font-weight: 600;
}
.totalBox .row.last span {
  font-weight: 600;
}
hr + .totalBox .row:first-child {
  border: 0;
  margin-top: -2rem;
}

.input-group.uploadFile {
  width: 100%;
  max-width: 280px;
  background: #f4f4f4;
  border: 0.5px dotted #848282;
  padding: 0.8rem 0;
  margin-bottom: 2rem;
}
.input-group.uploadFile .custom-file {
  cursor: pointer;
}
.input-group.uploadFile .custom-file .custom-file-input {
  border: 0;
}
.input-group.uploadFile .custom-file .custom-file-input ~ .custom-file-label::after {
  content: "";
  background: url(/National_Library/oe_/https://my.acb.org.il/images/upload.png) no-repeat right 15px center;
  border: 0;
  width: 57px;
}
.input-group.uploadFile .custom-file .custom-file-label {
  cursor: pointer;
  background: 0;
  border: 0;
  border-radius: 0;
  padding: 0.375rem 60px 0.375rem 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.input-group.uploadFile .input-group-prepend .input-group-text {
  background: 0;
  border: 0;
  border-radius: 0;
  text-decoration: underline;
}
.showFile {
  width: 100%;
  max-width: 280px;
  background: #f4f4f4;
  border: 0.5px dotted #848282;
  padding: 1.2rem 0.8rem;
  margin-bottom: 2rem;
  display: block;
  color: #000;
}
.showFile img {
  vertical-align: middle;
}
.showFile div {
  display: inline-block;
  vertical-align: middle;
}
.showFile .truncate {
  width: 215px;
}

.row.spinnersTitle {
  margin: 1.2rem -15px 0;
  font-size: 18px;
}
.row.spinnersTitle .col {
  max-width: 210px;
}
@media (max-width: 767.98px) {
  .row.spinnersTitle .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.row.spinnerRow {
  margin: 0.2rem -15px 0;
  font-size: 18px;
  clear: both;
}
.row.spinnerRow .col.spinner.form-group .input-group {
  border: 1px solid #848282;
}
.row.spinnerRow .col.spinner.form-group .input-group .input-group-prepend {
  border: 0;
}
.row.spinnerRow .col.spinner.form-group .input-group .form-control {
  border: 0;
  height: calc(1.5em + 0.75rem);
}
.row.spinnerRow .col.spinner.form-group .input-group .input-group-append {
  border: 0;
}
.row.spinnerRow .col.spinner.form-group .input-group .btn.btn-decrement.btn-outline-secondary {
  border: 0;
  margin: 2px;
  border-radius: 5px;
  background: #e3e6e9;
  padding: 0rem 0.75rem;
  line-height: 1;
}
.row.spinnerRow .col.spinner.form-group .input-group .btn.btn-increment.btn-outline-secondary {
  border: 0;
  margin: 2px;
  border-radius: 5px;
  background: #e3e6e9;
  padding: 0rem 0.75rem;
  line-height: 1;
}
.row.spinnerRow .col.form-group {
  max-width: 210px;
}
@media (max-width: 767.98px) {
  .row.spinnerRow .col.form-group {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.row.spinnerRow .del {
  color: #0f1d61;
}

.btn.btn-link {
  color: #0f1d61;
}

.wraps {
  padding-top: 45px;
}
.wraps .custom-control.custom-radio.custom-control-inline {
  min-width: 180px;
}
.wraps .custom-control.custom-radio.custom-control-inline .custom-control-label img {
  display: block;
  margin: -28px auto 0;
}
@media (max-width: 767.98px) {
  .wraps .custom-control.custom-radio.custom-control-inline {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 45px;
  }
}
@media (max-width: 767.98px) {
  .wraps {
    padding-top: 0;
  }
}

.gcManageConteiner input, .gcManageConteiner select {
  border-color: #848282;
  color: #0f1d61;
}
.gcManageConteiner h3 {
  font-size: 20px;
}
.gcManageConteiner h3 .info {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #0f1d61;
  font-size: 13px;
  text-align: center;
  border: 1px solid;
  border-radius: 100%;
}
.gcManageConteiner h3 .info:hover, .gcManageConteiner h3 .info:focus {
  background: #0f1d61;
  border-color: #0f1d61;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .gcManageConteiner {
    max-width: 1134px;
  }
}

.searchBar {
  background: #5d5d90;
  display: flex;
  flex-wrap: wrap;
  margin: 1.5rem 0 1rem;
  align-items: center;
  padding-top: 10px;
}
.searchBar .col.form-group {
  max-width: 225px;
}
.searchBar .col.form-group label {
  color: #fff;
}
.searchBar .btn {
  font-size: 18px;
  margin: 0.8rem 5px 0;
  min-width: 100px;
  padding: 0.5rem 0.75rem;
}
.searchBar .btn.submit {
  background: #1e1362;
  color: #fff;
  border-radius: 0;
}
.searchBar .btn.reset {
  color: #fff;
  text-decoration: underline;
}
.searchBar .btn-link {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .searchBar {
    padding-bottom: 15px;
  }
  .searchBar .col.form-group {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .searchBar .col.form-group label {
    margin: 0;
  }
  .searchBar .btn {
    margin: 0.8rem 15px 0;
  }
}
@media (min-width: 768px) {
  .searchBar {
    padding: 15px 15px 0;
    margin: 2.5rem 0 1.5rem;
  }
}

.form-group.rep {
  background: #f4f4f4;
  padding: 15px;
}
.form-group.rep .form-control {
  max-width: 540px;
  height: 80px;
}

.gcManageFtr {
  background: 0;
  padding: 1.5rem 0 5rem;
}
.gcManageFtr .form-group {
  max-width: 200px;
}
.gcManageFtr .form-group label {
  margin: 0;
}
.gcManageFtr .btn {
  color: #fff;
  border-radius: 0;
  min-width: 180px;
  font-size: 20px;
  font-weight: 500;
}
.gcManageFtr .btn.btn-green {
  background: #4ea76a;
}
.gcManageFtr .btn.btn-green:hover, .gcManageFtr .btn.btn-green:focus {
  background: #447e57;
}
.gcManageFtr .btn.btn-red {
  background: #ed002c;
}
.gcManageFtr .btn.btn-red:hover, .gcManageFtr .btn.btn-red:focus {
  background: #b80f2e;
}
.text-decoration-underline {
  text-decoration: underline !important;
}

.btn-outline-primary:hover img {
  filter: invert(1);
}

body {
  background: #F7F7F7;
  direction: rtl;
  text-align: right;
  font-family: "Heebo", sans-serif;
  padding-top: calc(90px + 3rem);
}
@media (max-width: 991.98px) {
  body {
    padding-top: calc(72px + 1.5rem);
  }
}

.form-control {
  border-radius: 0;
}
.form-control.is-valid {
  padding-right: 0.75rem;
  padding-left: calc(1.5em + 0.75rem);
  background-position: center left calc(0.375em + 0.1875rem);
}
.form-control.is-invalid {
  padding-right: 0.75rem;
  padding-left: calc(1.5em + 0.75rem);
  background-position: center left calc(0.375em + 0.1875rem);
}

main {
  min-height: calc(100vh - 203px);
}

.custom-control {
  padding-left: 0;
  padding-right: 1.5rem;
}

.custom-control-label:before, .custom-control-label:after {
  left: auto;
  right: -1.5rem;
}

.modal-header .close {
  margin: -1rem auto -1rem -1rem;
}

.form-check {
  padding-left: 0;
  padding-right: 1.25rem;
}

.form-check-input {
  margin-left: auto;
  margin-right: -1.25rem;
}

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

.form-group .error {
  font-size: 80%;
  color: red;
  position: absolute;
  line-height: 1.2;
}

a, button {
  transition: all 0.3s ease-in-out;
}
a *, button * {
  transition: all 0.3s ease-in-out;
}

.custom-select {
  padding: 0.375rem 0.375rem 0.75rem 1.75rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M17.418 6.109a.697.697 0 0 1 .979 0 .68.68 0 0 1 0 .969l-7.908 7.83a.697.697 0 0 1-.979 0l-7.908-7.83c-.27-.268-.27-.701 0-.969s.709-.268.979 0L10 13.25l7.418-7.141z'/%3E%3C/svg%3E");
  background-size: 12px 12px;
  background-position: left 0.5rem center;
}

.custom-select.is-invalid {
  border-color: #dc3545;
  padding: 0.375rem 0.375rem 0.75rem 1.75rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M17.418 6.109a.697.697 0 0 1 .979 0 .68.68 0 0 1 0 .969l-7.908 7.83a.697.697 0 0 1-.979 0l-7.908-7.83c-.27-.268-.27-.701 0-.969s.709-.268.979 0L10 13.25l7.418-7.141z'/%3E%3C/svg%3E") no-repeat left 0.5rem center/12px 12px, url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center left 1.5rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-select.is-valid {
  border-color: #28a745;
  padding: 0.375rem 0.375rem 0.75rem 1.75rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M17.418 6.109a.697.697 0 0 1 .979 0 .68.68 0 0 1 0 .969l-7.908 7.83a.697.697 0 0 1-.979 0l-7.908-7.83c-.27-.268-.27-.701 0-.969s.709-.268.979 0L10 13.25l7.418-7.141z'/%3E%3C/svg%3E") no-repeat left 0.5rem center/12px 12px, url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center left 1.5rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-control {
  padding-right: 1.5rem;
  padding-left: 0;
}

.custom-control-input {
  right: 0;
  left: auto;
}

.custom-control-label:before {
  left: auto;
  right: -1.5rem;
}
.custom-control-label:after {
  left: auto;
  right: -1.5rem;
}

.custom-control-inline {
  margin-right: auto;
  margin-left: 1rem;
}

.ms-parent.form-control {
  display: block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M17.418 6.109a.697.697 0 0 1 .979 0 .68.68 0 0 1 0 .969l-7.908 7.83a.697.697 0 0 1-.979 0l-7.908-7.83c-.27-.268-.27-.701 0-.969s.709-.268.979 0L10 13.25l7.418-7.141z'/%3E%3C/svg%3E");
  background-size: 12px 12px;
  background-position: left 0.5rem center;
  padding: 0;
}
.ms-parent.form-control button {
  width: 100%;
  height: 100%;
  background: transparent;
}
.ms-parent.form-control button > span:first-child {
  padding: 0.375rem 0.75rem;
}
.ms-parent.form-control button .icon-caret {
  display: none;
}

.qt {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='10.3' r='10.11' fill='%23FFF' transform='translate(0 .76)'/%3E%3Cpath fill='%23101D62' d='M12 21.04a9.99 9.99 0 010-19.95 9.99 9.99 0 010 19.95zm0-18.95a8.98 8.98 0 000 17.95 8.98 8.98 0 000-17.95z'/%3E%3Cg%3E%3Cpath fill='%23101D62' d='M10.7 12.96c.08-.34.21-.65.4-.92.18-.27.44-.57.77-.9.33-.3.57-.55.73-.73.16-.18.3-.38.4-.61s.17-.48.17-.77c0-.49-.12-.86-.36-1.13-.25-.26-.6-.39-1.06-.39-.42 0-.78.12-1.07.36-.3.24-.44.6-.45 1.07h-2c.01-.66.17-1.22.48-1.69.3-.46.72-.81 1.24-1.05a4.35 4.35 0 011.8-.35c.71 0 1.33.12 1.84.37s.91.6 1.18 1.06a3.28 3.28 0 01.14 2.9c-.18.38-.4.72-.68 1.03a15 15 0 01-1.06 1.07c-.27.26-.46.54-.57.85-.11.3-.17.67-.17 1.1h-1.86c.01-.5.05-.93.13-1.27zm1.68 2.98c.2.2.3.46.3.78 0 .3-.1.56-.3.76-.2.2-.48.3-.83.3s-.62-.1-.82-.3c-.2-.2-.3-.45-.3-.76 0-.32.1-.57.3-.77s.48-.31.82-.31c.35 0 .63.1.83.3z'/%3E%3C/g%3E%3C/svg%3E") center no-repeat;
  padding: 0;
  margin: 0;
  border: 0;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.tooltip {
  opacity: 1 !important;
}
.tooltip .arrow {
  width: 50px;
  bottom: -17px;
  height: 25px;
  overflow: hidden;
}
.tooltip .arrow:before {
  content: "";
  border: 0;
  position: absolute;
  width: 15px;
  height: 15px;
  background: #EAF2FF;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  top: 0;
  left: 50%;
  box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.6);
}
.tooltip .tooltip-inner {
  background: #EAF2FF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.251);
  border: 1px solid #DBE9FF;
  color: #000;
  opacity: 1;
}
.tooltip .tooltip-inner a {
  color: #1D72E2;
}

/****************************/
/****************************/
/****************************/
.breadcrumbWrapper {
  background: #fff;
  position: sticky;
  top: 90px;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .breadcrumbWrapper {
    top: 65px;
    padding-top: 1px;
  }
}

.breadcrumb {
  padding: 1.5rem max(1.9%, 15px) 0;
  background: #fff;
  margin: 0;
}
/****************************/
/****************************/
/****************************/
.loginSection {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1040' height='882.5' viewBox='0 0 1040 882.5'%3E%3Cdefs%3E%3Cstyle%3E.a{fill:%23fff;}.b{opacity:0.078;}.b,.f,.g{mix-blend-mode:multiply;isolation:isolate;}.c,.f{fill:%23ffd339;}.d{fill:url(%23a);}.e{opacity:0.22;}.g{fill:%23f4faff;}.h{fill:none;opacity:0.305;}%3C/style%3E%3ClinearGradient id='a' x1='1.609' y1='-0.269' x2='0.579' y2='1.107' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23c0ddf9'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect class='a' width='1040' height='881.934'/%3E%3Cg class='b'%3E%3Cpath class='c' d='M126.375,0H90.183a114.509,114.509,0,0,1,30.38,77.778A115.078,115.078,0,0,1,5.615,192.726q-2.823,0-5.615-.133v28.666q2.8.111,5.615.109a142.656,142.656,0,0,0,101.536-42.059A142.631,142.631,0,0,0,149.205,77.778,142.6,142.6,0,0,0,126.375,0Z'/%3E%3C/g%3E%3Cpath class='d' d='M800,0V436.785c-144.686-11-90.825-103.876-156.928-128.578-44.41-16.592-116.909,28.316-153.235-64.049s-128.657-30.914-164.03-94.03C291.694,89.254,360.869,0,360.869,0Z' transform='translate(240)'/%3E%3Cg class='e' transform='translate(185.092 734.653)'%3E%3Cpath class='f' d='M354.9,466.947c-25.136-22.195-58.563-34.419-94.119-34.419s-68.978,12.224-94.118,34.419-38.983,51.7-38.983,83.09a105.193,105.193,0,0,0,4.454,30.338h29.995a82.138,82.138,0,0,1-5.807-30.338c0-50.851,46.859-92.224,104.459-92.224s104.464,41.372,104.464,92.224a82.138,82.138,0,0,1-5.807,30.338h30a105.194,105.194,0,0,0,4.454-30.338C393.891,518.648,380.044,489.142,354.9,466.947Z' transform='translate(-127.684 -432.528)'/%3E%3C/g%3E%3Ccircle class='g' cx='27.122' cy='27.122' r='27.122' transform='translate(6.088 648.201) rotate(-45)'/%3E%3Cpath class='h' d='M800,0V252.37a223.028,223.028,0,0,1-28.835,1.867c-122,0-220.9-98.9-220.9-220.9A222.822,222.822,0,0,1,552.765,0Z' transform='translate(240)'/%3E%3C/svg%3E") center/cover no-repeat;
  max-width: 1040px;
  margin: 2vh auto;
  padding: 8vh 0;
}
.loginSection .form {
  max-width: 600px;
  margin: auto;
  background: #fff;
  box-shadow: 8px 8px 17px #d2d2d2, -8px -8px 17px #ffffff;
  padding: 1rem 1.4rem;
}
.loginSection h1 {
  font-size: 2rem;
  max-width: 300px;
  margin: 0 auto 1.5rem;
  line-height: 1.5;
}
.loginSection h1:after {
  content: "";
  width: 4.5em;
  height: 4px;
  display: block;
  background: #FFD339;
}
.loginSection h1 + p {
  font-size: 0.95rem;
  line-height: 1.3;
  margin-top: -0.5rem;
}
.loginSection h2 {
  font-size: 1.25rem;
  max-width: 300px;
  margin: 0 auto;
}
.loginSection a {
  text-decoration: underline;
  font-weight: 500;
}
.loginSection .form-group {
  max-width: 300px;
  margin: 0 auto 2.4rem;
}
.loginSection .butline {
  text-align: center;
  border-top: 1px solid #cdd1d3;
  padding: 1.7rem 0 0.3rem;
}
.loginSection label {
  margin: 0;
}
.loginSection .btn {
  font-size: 1.125rem;
}
.loginSection p {
  max-width: 300px;
  margin: 0 auto 1.5rem;
}
.loginSection .registration .butline .btn.btn-primary, .loginSection .login .butline .btn.btn-primary {
  width: 300px;
  display: block;
  margin: 0 auto 0.5rem;
}
.loginSection .registrationCode .butline .btn, .loginSection .loginCode .butline .btn {
  width: 130px;
  margin: 0 0.2rem 0.5rem;
}
.loginSection .registrationCompleted {
  text-align: center;
  padding: 16vh 0;
}
.loginSection .registrationCompleted p {
  font-size: 1.375rem;
  font-weight: 500;
  padding: 0.7rem 0 4.15rem;
}
@media (max-width: 991.98px) {
  .loginSection {
    margin: 0 auto;
    min-height: calc(100vh - 72px);
  }
}
.loginSection.wide .form-group:not(.col-12) {
  max-width: 40%;
  flex: 0 0 40%;
}
.loginSection.wide .col-12 {
  flex: 0 0 95%;
  max-width: 95%;
}
@media (max-width: 767.98px) {
  .loginSection.wide .form-group:not(.col-12) {
    max-width: 95%;
    flex: 0 0 95%;
    padding: 0 15px;
  }
}

/****************************/
.transactionCompleted {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1040' height='882.5' viewBox='0 0 1040 882.5'%3E%3Cdefs%3E%3Cstyle%3E.a{fill:%23fff;}.b{opacity:0.078;}.b,.f,.g{mix-blend-mode:multiply;isolation:isolate;}.c,.f{fill:%23ffd339;}.d{fill:url(%23a);}.e{opacity:0.22;}.g{fill:%23f4faff;}.h{fill:none;opacity:0.305;}%3C/style%3E%3ClinearGradient id='a' x1='1.609' y1='-0.269' x2='0.579' y2='1.107' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23c0ddf9'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect class='a' width='1040' height='881.934'/%3E%3Cg class='b'%3E%3Cpath class='c' d='M126.375,0H90.183a114.509,114.509,0,0,1,30.38,77.778A115.078,115.078,0,0,1,5.615,192.726q-2.823,0-5.615-.133v28.666q2.8.111,5.615.109a142.656,142.656,0,0,0,101.536-42.059A142.631,142.631,0,0,0,149.205,77.778,142.6,142.6,0,0,0,126.375,0Z'/%3E%3C/g%3E%3Cpath class='d' d='M800,0V436.785c-144.686-11-90.825-103.876-156.928-128.578-44.41-16.592-116.909,28.316-153.235-64.049s-128.657-30.914-164.03-94.03C291.694,89.254,360.869,0,360.869,0Z' transform='translate(240)'/%3E%3Cg class='e' transform='translate(185.092 734.653)'%3E%3Cpath class='f' d='M354.9,466.947c-25.136-22.195-58.563-34.419-94.119-34.419s-68.978,12.224-94.118,34.419-38.983,51.7-38.983,83.09a105.193,105.193,0,0,0,4.454,30.338h29.995a82.138,82.138,0,0,1-5.807-30.338c0-50.851,46.859-92.224,104.459-92.224s104.464,41.372,104.464,92.224a82.138,82.138,0,0,1-5.807,30.338h30a105.194,105.194,0,0,0,4.454-30.338C393.891,518.648,380.044,489.142,354.9,466.947Z' transform='translate(-127.684 -432.528)'/%3E%3C/g%3E%3Ccircle class='g' cx='27.122' cy='27.122' r='27.122' transform='translate(6.088 648.201) rotate(-45)'/%3E%3Cpath class='h' d='M800,0V252.37a223.028,223.028,0,0,1-28.835,1.867c-122,0-220.9-98.9-220.9-220.9A222.822,222.822,0,0,1,552.765,0Z' transform='translate(240)'/%3E%3C/svg%3E") center/cover no-repeat;
  max-width: 1040px;
  margin: -2rem auto 2rem;
  padding: 8vh 0;
}
.transactionCompleted .inner {
  max-width: 600px;
  margin: auto;
  background: #fff;
  box-shadow: 8px 8px 17px #d2d2d2, -8px -8px 17px #ffffff;
  padding: 1rem 1.4rem;
  text-align: center;
}
.transactionCompleted a {
  text-decoration: underline;
}

/****************************/
footer {
  background: #fff;
}
@media (max-width: 991.98px) {
  footer .row {
    margin: 0;
  }
  footer .row .col-auto {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
footer .col-auto a {
  color: #000;
}
footer .col-auto .social {
  font-weight: 500;
}
footer .col-auto .social a {
  color: #101D62;
  border: 1px solid #101D62;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1.2rem;
  margin-left: 0.5rem;
}
footer .col-auto .social a:hover, footer .col-auto .social a:focus {
  color: #fff;
  background: #101D62;
}
footer .col-auto:last-child {
  text-align: left;
  direction: ltr;
  font-family: Helvetica, sans-serif;
}
footer .col-auto:last-child a {
  color: #605c5c;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  footer .row {
    margin: 0;
  }
  footer .row .col-auto {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 1.1rem;
  }
  footer .row .col-auto a:not(.social a) {
    display: block;
  }
  footer .row .col-auto:first-child {
    background: #fff;
    border: 1px solid rgba(42, 39, 92, 0.102);
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  footer .row .col-auto:first-child .social {
    display: block;
    font-size: 1.25rem;
    border-bottom: 1px solid #333;
    margin-bottom: 0.7rem;
    padding-bottom: 1.4rem;
  }
  footer .row .col-auto:first-child .social a {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 53px;
    font-size: 2rem;
    margin-top: 1.4rem;
  }
  footer .row .col-auto:last-child {
    text-align: center;
    font-size: 1.1rem;
    padding: 3rem;
  }
  footer .row .col-auto:last-child img {
    width: 100px;
    height: auto;
  }
  footer .row .col-auto .spacer {
    display: block;
    border-top: 1px solid #333;
    height: 0;
    margin: 0.7rem 0;
  }
}
@media (min-width: 992px) {
  footer .row {
    padding: 1.1rem 3.5%;
  }
  footer .row .col-auto:last-child {
    margin-left: 0;
    margin-right: auto;
    font-size: 1.1rem;
  }
  footer .row .col-auto:last-child a {
    font-size: 0.85rem;
  }
  footer .row .col-auto:last-child img {
    width: 70px;
    height: auto;
  }
  footer .row .social {
    margin: 0 0 0 1.1rem;
    display: inline-block;
    vertical-align: middle;
  }
  footer .row .social br {
    display: none;
  }
  footer .row .social a {
    margin: 0 0.5rem 0 0;
    vertical-align: middle;
  }
  footer .row .spacer {
    display: inline-block;
    margin: 0 1rem;
  }
  footer .row .spacer:after {
    content: "|";
  }
}
footer.blue {
  background: #1F2E65;
  color: #fff;
}
footer.blue * {
  color: #fff !important;
}
@media (max-width: 991.98px) {
  footer.blue .row .col-auto:first-child {
    background: 0;
    border-color: transparent;
  }
  footer.blue .row .col-auto:first-child .social, footer.blue .row .col-auto:first-child .spacer {
    border-color: #fff;
  }
}

/****************************/
.firstPage {
  padding: 0 max(3.7%, 15px) 2rem;
}
@media (max-width: 767.98px) {
  .firstPage {
    padding: 0 max(3.7%, 15px) 2rem;
  }
}
.firstPage .row {
  margin: 0 -17px;
}
.firstPage .col {
  padding: 0 17px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1.5rem;
  width: 100%;
}
@media (min-width: 1200px) {
  .firstPage .col:nth-child(1) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .firstPage .col:nth-child(2) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .firstPage .col:nth-child(3) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .firstPage .col:nth-child(1) {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .firstPage .col:nth-child(2) {
    flex: 0 0 31%;
    max-width: 31%;
  }
  .firstPage .col:nth-child(3) {
    flex: 0 0 34%;
    max-width: 34%;
  }
}
.firstPage .inner {
  border: 1px solid rgba(206, 212, 218, 0.5019607843);
  height: 100%;
  padding: 1.2rem 20px;
  background: #fff;
}
.firstPage h2 {
  line-height: 1.1;
  margin-bottom: 0.8rem;
  font-size: 1.9rem;
}
.firstPage .item:not(.img-icon) {
  border-top: 1px solid #9aa4b3;
  display: flex;
  align-items: flex-end;
  padding: 1rem 0 1.9rem;
  line-height: 1.2;
}
.firstPage .item:not(.img-icon):last-child {
  border-bottom: 1px solid #9aa4b3;
}
.firstPage .item:not(.img-icon) .text {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.firstPage .item:not(.img-icon) .helpText {
  color: rgba(30, 26, 77, 0.63);
}
.firstPage .item:not(.img-icon) a {
  color: #0b6fb3;
  font-weight: 500;
}
.firstPage .item:not(.img-icon):hover {
  background: #f4f9fd;
}
.firstPage .switch-field {
  display: flex;
  overflow: hidden;
  margin-top: -8px;
}
.firstPage .switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.firstPage .switch-field label {
  background: 0;
  color: #0E7CC6;
  text-align: center;
  padding: 7px 11px;
  border: 1px solid #0E7CC6;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}
.firstPage .switch-field label:hover {
  cursor: pointer;
}
.firstPage .switch-field input:checked + label {
  background-color: rgba(14, 124, 198, 0.1);
  box-shadow: none;
}
.firstPage .switch-field label:first-of-type {
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
}
.firstPage .switch-field label:last-of-type {
  border-radius: 4px 0 0 4px;
}
.firstPage .inner.news {
  padding: 1.2rem 0;
}
.firstPage .inner.news .d-flex {
  border-bottom: 1px solid #9aa4b3;
  padding: 0 6.5% 0 3%;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .firstPage .inner.news .d-flex {
    flex-direction: column;
  }
  .firstPage .inner.news .d-flex .switch-field {
    margin: 0 0 0.7rem;
  }
}
.firstPage .inner.news .d-flex .btn {
  font-weight: 500;
  font-size: 1.125rem;
  margin-top: -5px;
  box-shadow: 0px 1px 3px rgba(30, 26, 77, 0.1490196078);
}
.firstPage .inner.news .newsItem {
  padding: 1rem 6.5% 1rem 3%;
  font-weight: 500;
  line-height: 1.4;
  font-size: 1rem;
}
.firstPage .inner.news .newsItem .date {
  color: rgba(30, 26, 77, 0.63);
  font-weight: 600;
}
.firstPage .inner.news .text-left {
  padding: 0 0 0 3%;
}
.firstPage .inner.news .text-left a {
  color: #0E7CC6;
  font-size: 1rem;
  font-weight: 600;
}
.firstPage .inner.join {
  background: url(/National_Library/oe_/https://my.acb.org.il/images/puzzle.png) left 15px bottom 15px no-repeat, url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='9.17 1.98 14.83 19.74'%3E%3Cg opacity='.79' transform='translate(191)'%3E%3ClinearGradient id='a' x1='-176.14' x2='-175.41' y1='4.63' y2='3.4' gradientTransform='matrix(21.1505 0 0 -19.7421 3553.85 102.17)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23eaf8ff'/%3E%3Cstop offset='1' stop-color='%2391c8ff'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23a)' d='M-160.68 21.72h-20.64c-2.37-4.7 4.35-4.85 3.7-6.12-2.67-5.13 3.89-7.74 7.14-9.07 4.52-1.85-3.85-3.06.54-4.55h9.24l.02 19.74z'/%3E%3C/g%3E%3C/svg%3E") right bottom/65% no-repeat #fff;
  padding: 1.2rem 8%;
  font-size: 2rem;
}
.firstPage .inner.join h2 {
  font-size: 2rem;
}
.firstPage .inner.join span {
  font-weight: 300;
  display: block;
  margin-bottom: 1.3rem;
}
.firstPage .inner.join .btn.btn-primary {
  border-radius: 4px;
  font-weight: 500;
  padding: 0.375rem 1.2rem;
}
@media (max-width: 767.98px) {
  .firstPage .inner.join {
    text-align: center;
    padding-bottom: 20rem;
    font-size: 1.8rem;
  }
  .firstPage .inner.join h2 {
    font-size: 1.8rem;
  }
}

/****************************/
.img-list {
  width: 100%;
  text-align: center;
}
.img-list .item {
  height: auto;
  min-height: 190px;
  background-position: center 20px;
  background-size: 46px;
  padding: 65px 10px 15px;
  display: flex;
  border: 2px dashed #ced4da !important;
  width: 100%;
  flex-direction: column;
  color: #686868;
  position: relative;
  transition: all 300ms linear;
}
.img-list .item .dropzoneFile {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  background: transparent;
  border: 0;
  z-index: 10;
  transition: all 300ms linear;
  opacity: 0;
}
.img-list .item .dropzoneFile:hover {
  cursor: pointer;
}
.img-list .item.dragover {
  transform: scale(1.1);
  opacity: 0.8;
  border: 2px dashed #1282d0;
  background-color: #e5f2ff;
}
.img-list .item .title {
  font-size: 20px;
  font-weight: bold;
}
.img-list .item .file-name {
  color: #0465da;
  margin-top: 10px;
  position: relative;
  z-index: 1000;
}
.img-list .item .file-name .remove {
  background: #0353a4;
  width: 20px;
  height: 20px;
  overflow: hidden;
  border-radius: 50px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1px 1px 4px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  font-size: 19px;
  padding: 1px;
}
.img-list .item small {
  font-size: 15px;
  color: #686a8a;
  font-weight: normal;
  padding: 2px 0;
}

.file-form-group {
  text-align: center;
  min-width: 1px !important;
  text-align: right;
}
.file-form-group label:first-child {
  display: block;
  margin-bottom: 0.1rem;
}
.file-form-group .item {
  min-height: 38px;
  min-width: 150px;
  display: inline-block;
  padding: 0.375rem 0.75rem;
  padding-right: 60px;
  height: auto;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='2.37 9.9 29.16 12.96'%3E%3Cpath d='M31.52 16.38c0 3.58-2.9 6.48-6.48 6.48H6.9a4.54 4.54 0 010-9.07h18.14a2.6 2.6 0 110 5.18H8.2a.65.65 0 11-.04-1.3h16.88a1.3 1.3 0 100-2.59H6.9a3.24 3.24 0 000 6.48h18.14a5.18 5.18 0 000-10.37H8.2a.65.65 0 11-.04-1.3h16.89c3.57 0 6.47 2.9 6.47 6.49z'/%3E%3C/svg%3E") center right 15px/31px 15px no-repeat #F4F4F4;
  border: 1px dashed #ced4da;
  color: #686868;
  position: relative;
  transition: all 300ms linear;
}
.file-form-group .item .dropzoneFile {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  background: red;
  border: 0;
  z-index: 10;
  transition: all 300ms linear;
  opacity: 0;
}
.file-form-group .item .dropzoneFile:hover {
  cursor: pointer;
}
.file-form-group .item.dragover {
  transform: scale(1.1);
  opacity: 0.8;
  border: 2px dashed #1282d0;
  background-color: #e5f2ff;
}
.file-form-group .item .file-name {
  color: #0465da;
  position: relative;
  z-index: 1000;
}
.file-form-group .item .file-name .remove {
  background: #0353a4;
  width: 20px;
  height: 20px;
  overflow: hidden;
  border-radius: 50px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1px 1px 4px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  font-size: 19px;
  padding: 1px;
}
.file-form-group .item .file-name:empty, .file-form-group .item .file-name:not(:empty) + .title {
  display: none;
}

.img-icon {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M0 0h26v26H0z' data-name='Rectangle 1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Vector Smart Object'%3E%3Cg data-name='Vector Smart Object'%3E%3Cg data-name='Group 6'%3E%3Cg clip-path='url(%23a)' data-name='Group 5'%3E%3Cg fill='%23767676' data-name='Group 4'%3E%3Cpath d='M24.17 23.16a1.02 1.02 0 110 2.03H1.83a1.02 1.02 0 110-2.03z' data-name='Path 10'/%3E%3Cpath d='M14.02 17.18V1.83a1.02 1.02 0 10-2.03 0v15.35c0 .45-.26.56-.58.24l-5.14-5.14a1.01 1.01 0 00-1.44 0 1.02 1.02 0 000 1.44l7.6 7.59a.81.81 0 001.14 0l7.6-7.6a1.02 1.02 0 00-.72-1.73 1 1 0 00-.72.3l-5.14 5.14c-.32.32-.57.21-.57-.24z' data-name='Path 11'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath fill='%23242153' d='M1.83 25.19a1.02 1.02 0 110-2.03h22.34a1.02 1.02 0 110 2.03zm10.6-3.88l-7.6-7.6a1.02 1.02 0 01.72-1.73 1 1 0 01.72.3l5.14 5.15c.32.31.58.2.58-.24V1.83a1.02 1.02 0 112.03 0v15.35c0 .45.25.56.57.24l5.14-5.14a1.02 1.02 0 011.44 0 1.02 1.02 0 010 1.44l-7.6 7.6a.81.81 0 01-1.14 0z' data-name='Color Overlay'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  height: 34px;
  width: 34px;
  background-size: contain;
}

.dz-hidden-input {
  left: auto !important;
  right: 0 !important;
}

/****************************/
.orgInfo .d-flex h2 button {
  display: flex;
  align-items: center;
  border: 0;
  padding: 0;
  background: 0;
  text-align: right;
  font-weight: 500;
}
.orgInfo .d-flex h2 button .fas {
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
}
.orgInfo .d-flex h2 button[aria-expanded=true] .fas {
  transform: rotate(180deg);
}
.orgInfo .d-flex figure {
  max-width: 215px;
  position: relative;
}
.orgInfo .d-flex .img-list figure[style="display:block"] {
  margin-top: -3.5rem;
  width: 100%;
  max-width: 100%;
  padding: 0 0.5rem;
}
.orgInfo .d-flex .img-list figure[style="display:block"] .orgInfo figure img {
  max-width: 100%;
  display: block;
  margin: auto;
  height: auto;
}
.orgInfo figure {
  margin: 0;
  max-width: 100%;
}
.orgInfo figure img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.orgInfo .img-list .item {
  border-radius: 8px !important;
  background-color: rgba(14, 124, 198, 0.051);
  min-height: 1px;
  padding: 3.9rem 0 0.5rem;
  background-size: 28px;
  background-position: center 23px;
}
.orgInfo .img-list .title {
  font-size: 1rem;
  font-weight: 500;
}
.orgInfo .img-list small {
  color: #0E7CC6;
  font-size: 0.9rem;
}
.orgInfo .visitCard h3 {
  font-size: 1.125rem;
  color: #101D62;
  font-weight: 700;
  margin: 0;
}
.orgInfo .visitCard h3:after {
  content: "";
  display: block;
  max-width: 5em;
  height: 4px;
  background: #FFD339;
  margin-top: 0.6rem;
}
.orgInfo .visitCard .item {
  display: flex;
  padding: 0.91rem 0.4rem 0.9rem;
}
.orgInfo .visitCard .item .fas {
  font-size: 1.23rem;
  color: #101D62;
  margin-left: 8%;
}
.orgInfo .text-left .btn.btn-outline-blue2 {
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .orgInfo .d-flex h2 {
    font-size: 1.7rem;
  }
  .orgInfo .orgInfoCollapse {
    padding: 2.2rem 0 0.8rem;
  }
  .orgInfo .orgInfoCollapse .img-list .item.img-icon {
    background-size: 42px;
    background-position: center 30px;
    padding: 5.9rem 0 0.9rem;
  }
  .orgInfo .orgInfoCollapse .img-list .item.img-icon .title {
    font-size: 1.15rem;
  }
  .orgInfo .orgInfoCollapse .img-list .item.img-icon small {
    font-size: 1.1rem;
    font-weight: 500;
  }
  .orgInfo .visitCard .item {
    display: flex;
    padding: 1.1rem 0 1.26rem;
    font-size: 1.125rem;
  }
  .orgInfo .visitCard .item .fas {
    font-size: 1.7rem;
    margin-left: 18%;
  }
  .orgInfo .text-left .btn.btn-outline-blue2 {
    font-size: 1.125rem;
    font-weight: 500;
    padding: 0.6rem 0.75rem;
    width: 100%;
    max-width: 200px;
    margin: 1.95rem auto 0;
    display: block;
  }
}
@media (min-width: 768px) {
  .orgInfo {
    padding: 1.2rem 5.2% !important;
  }
  .orgInfo .d-flex {
    min-height: 162px;
  }
  .orgInfo .d-flex h2 {
    order: 2;
    font-size: 2rem;
  }
  .orgInfo .d-flex h2 .fas {
    display: none;
  }
  .orgInfo .d-flex h2 button {
    pointer-events: none;
  }
  .orgInfo .d-flex figure {
    margin-top: -1rem;
  }
  .orgInfo .d-flex .img-list {
    max-width: 48%;
    margin-left: 5%;
  }
  .orgInfo .orgInfoCollapse {
    display: block;
  }
  .orgInfo .visitCard {
    min-height: 235px;
    margin-bottom: 1.4rem;
  }
  .orgInfo .visitCard .item .fas {
    margin-left: 18%;
  }
}

/****************************/
.logoUpload .img-list .item.img-icon {
  border-radius: 8px;
  background-color: rgba(14, 124, 198, 0.051);
  min-height: 1px;
  padding: 3.9rem 0 0.5rem;
  background-size: 28px;
  background-position: center 23px;
}
.logoUpload .img-list .title {
  font-size: 1rem;
  font-weight: 500;
}
.logoUpload .img-list small {
  color: #0E7CC6;
  font-size: 0.9rem;
}
@media (max-width: 767.98px) {
  .logoUpload .img-list .item.img-icon {
    background-size: 42px;
    background-position: center 30px;
    padding: 5.9rem 0 0.9rem;
  }
  .logoUpload .img-list .item.img-icon .title {
    font-size: 1.15rem;
  }
  .logoUpload .img-list .item.img-icon small {
    font-size: 1.1rem;
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  .logoUpload .img-list {
    max-width: 48%;
    margin-left: 5%;
  }
}

/****************************/
.blueBar {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg data-name='Group 93' opacity='.85' transform='translate(-1801.5 -159)'%3E%3Ccircle cx='32' cy='32' r='32' fill='%230e7cc6' data-name='Ellipse 3' transform='translate(1801.5 159)'/%3E%3Cg data-name='Group 92'%3E%3Cg fill='rgba(12,8,78,0.49)' data-name='noun_exclamation point_417823 copy' transform='translate(1828.57 171.06)'%3E%3Cpath d='M6.5 0A6.7 6.7 0 000 6.8c0 1.88 2.92 23.5 2.92 23.5a3.55 3.55 0 107.09-.25s2.92-20.6 2.92-23.42A6.46 6.46 0 006.5 0z' data-name='Path 46'/%3E%3Ccircle cx='3.25' cy='3.25' r='3.25' data-name='Ellipse 2' transform='translate(3.25 35.97)'/%3E%3C/g%3E%3Cg fill='%23fff' data-name='noun_exclamation point_417823 copy' transform='translate(1825.5 168.97)'%3E%3Cpath d='M6.5 0A6.7 6.7 0 000 6.8c0 1.88 2.92 23.5 2.92 23.5a3.55 3.55 0 107.09-.25s2.92-20.6 2.92-23.42A6.46 6.46 0 006.5 0z' data-name='Path 46'/%3E%3Ccircle cx='3.25' cy='3.25' r='3.25' data-name='Ellipse 2' transform='translate(3.25 35.97)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat right 50px top 24px/65px #E3EDFC;
  border-bottom: 4px solid #101D62;
  font-size: 1.125rem;
  padding: 1.9rem 8.2rem 0 0.5rem;
  margin-bottom: 1.5rem;
}
.blueBar h2 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.blueBar h2 + .row {
  margin-top: 1rem;
}
.blueBar .row {
  align-items: center;
  font-size: 1rem;
}
.blueBar .row .col a {
  text-decoration: underline;
  font-weight: 500;
  font-size: 1rem;
}
.blueBar .row .col.text-left .btn.btn-primary {
  font-size: 1rem;
  font-weight: 500;
  padding: 0.375rem 1.2rem;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .blueBar {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg data-name='Group 93' opacity='.85' transform='translate(-1801.5 -159)'%3E%3Ccircle cx='32' cy='32' r='32' fill='%230e7cc6' data-name='Ellipse 3' transform='translate(1801.5 159)'/%3E%3Cg data-name='Group 92'%3E%3Cg fill='rgba(12,8,78,0.49)' data-name='noun_exclamation point_417823 copy' transform='translate(1828.57 171.06)'%3E%3Cpath d='M6.5 0A6.7 6.7 0 000 6.8c0 1.88 2.92 23.5 2.92 23.5a3.55 3.55 0 107.09-.25s2.92-20.6 2.92-23.42A6.46 6.46 0 006.5 0z' data-name='Path 46'/%3E%3Ccircle cx='3.25' cy='3.25' r='3.25' data-name='Ellipse 2' transform='translate(3.25 35.97)'/%3E%3C/g%3E%3Cg fill='%23fff' data-name='noun_exclamation point_417823 copy' transform='translate(1825.5 168.97)'%3E%3Cpath d='M6.5 0A6.7 6.7 0 000 6.8c0 1.88 2.92 23.5 2.92 23.5a3.55 3.55 0 107.09-.25s2.92-20.6 2.92-23.42A6.46 6.46 0 006.5 0z' data-name='Path 46'/%3E%3Ccircle cx='3.25' cy='3.25' r='3.25' data-name='Ellipse 2' transform='translate(3.25 35.97)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat right 25px top 25px/65px #E3EDFC;
    padding: 1.9rem 6.8rem 0 0.5rem;
  }
  .blueBar h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .blueBar h2 + .row {
    margin-top: 1.5rem;
  }
  .blueBar .row {
    align-items: center;
    font-size: 1rem;
    margin: 0 -6.8rem 0 -0.5rem;
    flex-direction: column;
  }
  .blueBar .row .col {
    text-align: center;
  }
  .blueBar .row .col + .col {
    order: -1;
  }
  .blueBar .row .col a {
    text-decoration: underline;
    font-weight: 500;
    font-size: 1.125rem;
  }
  .blueBar .row .col.text-left {
    text-align: center !important;
  }
  .blueBar .row .col.text-left .btn.btn-primary {
    font-size: 1.125rem;
  }
}

/****************************/
.mainUpdates {
  background: #fff;
  margin-bottom: 2rem;
  padding: 1rem 15px;
}
@media (min-width: 1200px) {
  .mainUpdates {
    max-width: 1040px;
    padding: clamp(15px, 3vw, 35px);
  }
}
@media (max-width: 575.98px) {
  .mainUpdates {
    padding-top: 1rem;
    margin: 0 15px 2rem;
    max-width: calc(100% - 30px);
  }
}
.mainUpdates h1 {
  font-size: clamp(1.625rem, 3vw, 2rem);
  border-bottom: 1px solid #9aa4b3;
  padding-bottom: 0.75em;
  margin-bottom: 1.2em;
}
.mainUpdates .search {
  border-bottom: 1px solid #9aa4b3;
  padding-bottom: 1.75em;
  margin-bottom: 2.2em;
}
.mainUpdates .search h2 {
  font-size: 1.375rem;
}
.mainUpdates .mediaItem {
  margin-bottom: 3.8rem;
}
.mainUpdates .mediaItem a {
  display: flex;
  align-items: flex-start;
}
.mainUpdates .mediaItem .text {
  margin-bottom: 1rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mainUpdates .mediaItem .title {
  font-size: 1.25rem;
}
.mainUpdates .mediaItem .textCol {
  font-size: 0.875rem;
  max-width: 630px;
}
.mainUpdates .mediaItem figure, .mainUpdates .mediaItem .figure {
  margin: 0;
  max-width: 230px;
  margin: 0 auto 0 0;
  overflow: hidden;
  border-radius: 10px;
}
.mainUpdates .mediaItem figure img, .mainUpdates .mediaItem .figure img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.mainUpdates .mediaItem .credits {
  color: #7D7C93;
  font-weight: 500;
}
.mainUpdates .btn-outline-dark {
  font-size: 1.125rem;
  font-weight: 500;
  min-width: 190px;
}
.mainUpdates .btn-outline-dark:not(:hover):not(:focus) {
  background-color: #F7F7F7;
}
@media (max-width: 767.98px) {
  .mainUpdates .search .form-inline {
    display: flex;
  }
  .mainUpdates .search .form-inline .form-control {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .mainUpdates .mediaItem figure, .mainUpdates .mediaItem .figure {
    display: none;
  }
}
.mainUpdates .back {
  font-size: 1.125rem;
}
.mainUpdates .back .fas.fa-chevron-right {
  font-size: 1rem;
  vertical-align: middle;
}
/****************************/
.mediaItemBig {
  border-top: 1px solid #9aa4b3;
  margin-top: 1.65rem;
  padding-top: 1.3rem;
}
.mediaItemBig .title {
  max-width: 800px;
  border: 0 !important;
  padding: 0;
  margin-bottom: 0.5rem;
}
.mediaItemBig .credits {
  color: #7D7C93;
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 2rem;
}
.mediaItemBig .credits + figure, .mediaItemBig .credits + .figure {
  margin-bottom: 2rem;
}
.mediaItemBig figure, .mediaItemBig .figure {
  overflow: hidden;
  border-radius: 12px;
  max-width: 800px;
}
.mediaItemBig figure img, .mediaItemBig .figure img {
  display: block;
  margin: 0;
  border-radius: 12px;
  max-width: 100%;
}

/****************************/
.debtCollection {
  background: #fff;
  margin-bottom: 2rem;
  padding: 1rem 15px;
  min-height: calc(100vh - 235px);
}
.debtCollection h1 {
  font-size: clamp(1.6rem, 3vw, 2rem);
}
.debtCollection .subtitle {
  font-size: clamp(1rem, 3vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
}
.debtCollection hr {
  margin-bottom: 2rem;
}
.debtCollection h3 {
  font-size: 1.25rem;
}
.debtCollection .form-group {
  margin: 0 15px 3rem;
  flex: 0 0 230px;
  max-width: 230px;
}
.debtCollection .form-group.w-100 {
  flex: 0 0 100%;
  max-width: 74%;
}
.debtCollection .form-group label {
  margin: 0 0 0.1rem;
}
.debtCollection .form-group.half {
  flex: 0 0 100px;
  max-width: 100px;
}
.debtCollection .form-group.dubble {
  flex: 0 0 490px;
  max-width: 490px;
}
@media (min-width: 1200px) {
  .debtCollection {
    max-width: 1040px;
    padding: clamp(15px, 3vw, 35px);
  }
}
@media (max-width: 575.98px) {
  .debtCollection {
    padding-top: 1rem;
    margin: 0 15px 2rem;
    max-width: calc(100% - 30px);
  }
}
.debtCollection .butLine .btn {
  font-size: 1.125rem;
  font-weight: 400;
  min-width: 150px;
  padding: 0.5rem 0.75rem;
}

/****************************/
.gcOrdersHead {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: space-between;
  border-bottom: 1px solid #ffd33b;
  border-top: 1px solid #ffd33b;
  margin: 1rem auto 2rem;
}
.gcOrdersHead li {
  padding: 1rem 15px;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  line-height: 1;
}
.gcOrdersHead li:first-child {
  border-color: #ffd33b;
}
.gcOrdersHead li strong {
  font-weight: 500;
}
@media (min-width: 992px) {
  .gcOrdersHead {
    justify-content: flex-start;
  }
  .gcOrdersHead li:not(:last-child) {
    margin-left: 2rem;
  }
}
@media (max-width: 991.98px) {
  .gcOrdersHead {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .gcOrdersHead {
    flex-direction: column;
  }
  .gcOrdersHead li {
    padding: 10px 15px;
  }
}

/****************************/
.paymentsDetails .butLine {
  margin: 0 15px;
}
.paymentsDetails .butLine.text-left {
  display: flex;
  flex-wrap: wrap;
}
.paymentsDetails .butLine.text-left hr {
  min-width: 100%;
}

/****************************/
.paymentsDetailsResult .butLine.update {
  justify-content: flex-end;
}
.paymentsDetailsResult .butLine.w-100 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.paymentsDetailsResult .butLine.w-100 hr {
  min-width: 100%;
}
.paymentsDetailsResult .butLine.w-100 span {
  margin-right: 30px;
}
.paymentsDetailsResult .butLine.w-100 .btn-outline-primary:not(:first-child) {
  margin: auto 30px auto 0;
}
.paymentsDetailsResult .butLine.w-100 .btn-primary {
  margin: auto 30px auto 0;
}
@media (max-width: 767.98px) {
  .paymentsDetailsResult .butLine.w-100 span {
    min-width: 100%;
    margin-bottom: 0.5rem;
  }
  .paymentsDetailsResult .butLine.w-100 .btn {
    margin: 0 auto !important;
  }
}
.paymentsDetailsResult .table-responsive .table.paymentsTable th, .paymentsDetailsResult .table-responsive .table.paymentsTable td {
  padding: 0.2rem 5px;
}
.paymentsDetailsResult .table-responsive .table.paymentsTable tr th {
  border: 0;
  font-weight: 500;
}
.paymentsDetailsResult .table-responsive .table.paymentsTable tr td {
  border: 0;
  vertical-align: middle;
}
.paymentsDetailsResult .table-responsive .table.paymentsTable .subTotal td {
  border-top: 1px solid #dee2e6 !important;
  border-bottom: 1px solid #dee2e6;
  padding: 1.4rem 5px 0.9rem;
}
.paymentsDetailsResult .table-responsive .table.paymentsTable .subTotal td:first-child {
  font-weight: 500;
}
.paymentsDetailsResult .table-responsive .table.paymentsTable .extras td {
  padding-top: 1.4rem;
}
.paymentsDetailsResult .table-responsive .table.paymentsTable .extras td:first-child {
  font-weight: 500;
}
.paymentsDetailsResult .table-responsive .table.paymentsTable .extras + .extras td {
  padding: 0.2rem 5px;
}
.paymentsDetailsResult .table-responsive .table.totalTable {
  max-width: 310px;
  margin-left: 0;
  margin-right: auto;
}
.paymentsDetailsResult .table-responsive .table.totalTable tr th {
  border: 0;
  border-bottom: 1px solid #dee2e6;
  font-weight: 500;
  font-size: 1.125rem;
  padding-top: 0;
  padding-right: 1.5rem;
}
.paymentsDetailsResult .table-responsive .table.totalTable tr td {
  border: 0;
  padding: 0.5rem 1.5rem;
}
.paymentsDetailsResult .table-responsive .table.totalTable tr td:first-child {
  font-weight: 500;
}
.paymentsDetailsResult .table-responsive .table.totalTable .totalTr {
  background: #F7F7F7;
}
.paymentsDetailsResult .table-responsive .table.totalTable .totalTr td {
  border-top: 5px solid #101D62;
  padding: 1.5rem 1.5rem;
  font-size: 1.125rem;
}
.paymentsDetailsResult .table-responsive .table.totalTable .totalTr td:last-child {
  font-size: 1.5rem;
  font-weight: 500;
}
.paymentsDetailsResult .table-responsive .table.totalTable .totalTr td small {
  font-size: 1rem;
}
.paymentsDetailsResult .table-responsive .butLine.w-100 {
  white-space: nowrap;
  display: block;
}
.paymentsDetailsResult .custom-control.custom-checkbox {
  margin: 1rem 0;
}
/****************************/
.pdTabl {
  max-width: 950px;
}
.pdTabl .form-control {
  max-width: 240px;
  min-width: 120px;
}

/****************************/
.asideNav {
  display: block;
  margin: auto;
}
.asideNav ul {
  width: 100%;
  background: #fff;
  padding: 0;
  list-style: none;
  margin: 0;
}
.asideNav li a {
  border: 0;
}
.asideNav li a.active {
  border: 0;
  position: relative; /* font-weight: 500;*/
  opacity: 1;
}
.asideNav li a.active:before {
  content: "";
  width: 8px;
  height: 100%;
  top: 0;
  right: 0;
  background: #FFD339;
  position: absolute;
}
.asideNav li a:hover {
  text-decoration: underline;
}
.asideNav li .nav-link {
  padding: 1.5rem 1.5rem 1.5rem 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #101D62;
}
.asideNav li .nav-link.active {
  color: #101D62;
}
.asideNav .nav-tabs .nav-item {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .asideNav {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .asideNav {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .asideNav {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .asideNav {
    max-width: 1040px;
  }
}
@media (min-width: 1530px) {
  .asideNav {
    position: sticky;
    top: 138px;
    margin-right: calc((100% - 1040px) / 2 - 225px);
    z-index: 1;
  }
  .asideNav ul {
    position: absolute;
    max-width: 205px;
  }
  .asideNav ul .nav-item {
    border-bottom: 1px solid #ccc;
    min-width: 100%;
  }
}
@media (max-width: 959.98px) {
  .asideNav li .nav-link {
    padding: 1rem 1rem 1rem 0.5rem;
    font-size: 1rem;
  }
}
@media (max-width: 1529.98px) {
  .asideNav {
    position: relative;
    z-index: 1;
    max-width: 1040px;
  }
}
@media (min-width: 1530px) {
  .asideNav {
    top: 8.6rem;
    margin-right: calc((100% - 1040px) / 2 - 215px);
  }
}
/****************************/
.checkbox-group .custom-checkbox {
  width: 100%;
  max-width: 175px;
  margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
  .checkbox-group .custom-checkbox {
    max-width: 100%;
  }
}

/****************************/
.paymentsTab {
  padding: 1.2rem 0 0;
}
.paymentsTab .nav-item {
  margin-left: 2rem;
}
.paymentsTab .nav-item .nav-link {
  font-size: clamp(0.937rem, 3vw, 1.25rem);
  font-weight: 500;
  color: #101D62;
  padding: 0 0 0.5rem;
  border: 0;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}
.paymentsTab .nav-item .nav-link.active {
  font-weight: 700;
  border-color: #101D62;
}
.paymentsTab .nav-item:nth-child(2) {
  margin-left: auto;
}
.paymentsTab .tools {
  margin: 0 auto 0 0;
}
.paymentsTab .tools a {
  display: inline-block;
  margin: 0 1.5rem 0 0.5rem;
}
@media (max-width: 767.98px) {
  .paymentsTab .tools {
    order: -1;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
  }
}

.paymentsTabContent {
  padding: 1.6rem 0;
}
@media (max-width: 767.98px) {
  .paymentsTabContent .table thead th {
    min-width: 140px;
  }
}

/****************************/
.contractorsSearch {
  border-top: 7px solid #FFD339;
  min-height: 100%;
  position: relative;
  min-height: calc(100vh - 161px);
  padding: 6.3% 15px;
  margin-top: calc(-90px - 3rem);
}
.contractorsSearch .navbar-brand {
  position: absolute;
  right: 3%;
  top: 3%;
}
.contractorsSearch .navbar-brand img {
  width: 138px;
}
@media (max-width: 991.98px) {
  .contractorsSearch {
    margin-top: calc(-72px - 1.5rem);
  }
}
.contractorsSearch h1 {
  font-size: clamp(1.8rem, 3vw, 2.812rem);
  color: #101D62;
}
.contractorsSearch h1:after {
  content: "";
  border-top: 4px solid #FFD339;
  display: block;
  width: 7em;
  margin: 3px 0 0;
}
.contractorsSearch p {
  max-width: 830px;
}
.contractorsSearch .nav.nav-tabs {
  border: 0;
  padding: 0;
}
.contractorsSearch .nav.nav-tabs .nav-item {
  margin: 0;
}
.contractorsSearch .nav.nav-tabs .nav-item .nav-link {
  border: 0;
  padding: 0.8rem 1rem;
  font-size: 1.125rem;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}
.contractorsSearch .nav.nav-tabs .nav-item .nav-link.active {
  border-color: #FFD339;
  font-weight: bold;
}
.contractorsSearch .tab-content {
  background: #F7F7F7;
  border-top: 1px solid #A2A1A1;
}
.contractorsSearch .tab-content .tab-pane {
  padding: 3.3% 5%;
}
.contractorsSearch .form {
  margin: auto;
  max-width: 1330px;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 6.2% 7.7%;
}
.contractorsSearch .form h1 {
  margin-bottom: 0.68em;
}
.contractorsSearch .form .row .form-group {
  margin-bottom: 1.5rem;
}
.contractorsSearch .form .row .btn.btn-primary {
  font-size: 1.125rem;
  font-weight: 500;
  height: calc(2em + 0.75rem + 2px);
  min-width: 16.4%;
}
.contractorsSearch .form .row .btn.btn-primary:before {
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='52.419' height='52.43'%3e%3cpath fill='%23fff' d='M51.772 48.252l-16.81-16.83c6.579-8.533 4.994-20.784-3.54-27.362C22.889-2.519 10.638-.935 4.06 7.599-2.52 16.133-.935 28.384 7.6 34.962a19.507 19.507 0 0 0 23.823 0l16.84 16.84a2.498 2.498 0 0 0 3.529-.217 2.498 2.498 0 0 0-.02-3.333m-42.5-18.48c-5.662-5.664-5.66-14.845.004-20.506 5.663-5.662 14.845-5.66 20.506.004 5.66 5.662 5.66 14.84 0 20.501-5.666 5.656-14.843 5.656-20.51.001'/%3e%3c/svg%3E") center center/contain no-repeat;
  display: inline-block;
  margin: auto;
  content: "";
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin-left: 0.8rem;
}
.contractorsSearch .form .row label {
  font-weight: 500;
  color: #101D62;
  font-size: 0.875rem;
  margin-bottom: 0.45rem;
}
.contractorsSearch .form .row a:not([role]) {
  font-weight: 500;
  color: #0E7CC6;
  float: left;
  margin-left: 5px;
}
.contractorsSearch .form .row a:not([role]) .gear {
  vertical-align: middle;
}
.contractorsSearch .form .row .form-control {
  border-color: #848383;
  font-size: 1.125rem;
  height: calc(2em + 0.75rem + 2px);
}
.contractorsSearch .form #genSearch .form-group {
  min-width: 82%;
  margin-left: 1.6%;
}
.contractorsSearch .form #genSearch .btn.btn-primary {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .contractorsSearch .form #advancedSearch .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contractorsSearch .form #advancedSearch .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contractorsSearch .form #advancedSearch .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contractorsSearch .form #advancedSearch .btn.btn-primary {
    min-width: 15.4%;
    margin: 30px auto 0;
  }
}
@media (min-width: 768px) {
  .contractorsSearch .form #advancedSearch .col-3 {
    flex: 0 0 23%;
    max-width: 23%;
    padding-left: 5px;
  }
  .contractorsSearch .form #advancedSearch .col-2 {
    padding-left: 5px;
    flex: 0 0 15.5%;
    max-width: 15.5%;
  }
  .contractorsSearch .form #advancedSearch .col-4 {
    flex: 0 0 28.6%;
    max-width: 28.6%;
  }
  .contractorsSearch .form #advancedSearch .btn.btn-primary {
    min-width: 15.4%;
    margin-top: 30px;
  }
}
.contractorsSearch legend {
  color: #03233A;
  font-size: 1.125rem;
  font-weight: 600;
  transform: translateY(1rem);
}
.contractorsSearch .checks {
  padding: 1.5rem 0;
}
.contractorsSearch .checks .custom-control-inline {
  width: 100%;
  max-width: 160px;
  margin-bottom: 1rem;
}
.contractorsSearch .collapseChecksBtn {
  color: #0E7CC6;
}
.contractorsSearch .collapseChecksBtn i {
  vertical-align: middle;
}
@media (max-width: 620px) {
  .contractorsSearch .form #advancedSearch {
    max-width: 100%;
    margin: auto;
  }
  .contractorsSearch .form #advancedSearch .form-group {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contractorsSearch .form #genSearch .form-group {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contractorsSearch .form #genSearch .btn.btn-primary {
    min-width: 180px;
    margin: auto;
  }
}

/****************************/
.contractorsResults {
  background: #F7F7F7;
  min-height: 100%;
  margin-top: -42px;
  min-height: calc(100vh - 161px);
  margin-bottom: 3rem;
}
.contractorsResults .head {
  position: relative;
  padding: 2.6rem 0 0;
}
.contractorsResults .head .inner {
  background: #fff;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding: 1.6rem 1.8% 1rem;
  max-width: 1040px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contractorsResults .head h1 {
  font-weight: 700;
  margin-bottom: 1.9rem;
  color: #101D62;
  font-size: clamp(1.5rem, 3vw, 2.812rem);
  min-width: 100%;
}
.contractorsResults .head h1:after {
  content: "";
  border-top: 4px solid #FFD339;
  display: block;
  width: 10em;
  margin: 3px 0 0;
}
.contractorsResults .head p {
  font-size: 1.125rem;
  margin: 0;
}
.contractorsResults .head .btn.btn-outline-primary {
  font-weight: 600;
  margin: 0 auto 0 0;
  font-size: 1rem;
  min-width: 130px;
  padding: 0.4rem 0.75rem;
}
.contractorsResults .head .btn.btn-outline-primary i {
  vertical-align: middle;
  transition: all 0.4s ease;
  width: 13px;
  height: 13px;
}
.contractorsResults .head .btn.btn-outline-primary:hover i, .contractorsResults .head .btn.btn-outline-primary:focus i {
  filter: invert(1);
}
@media (max-width: 700px) {
  .contractorsResults .head {
    background-position: top center;
  }
}
.contractorsResults .resultItems {
  padding: 0.6rem 15px 1rem;
  max-width: 1040px;
  width: 100%;
  margin: auto;
  color: #101D62;
  background: #fff;
}
.contractorsResults .resultItems .item {
  border: 1px solid #fff;
  border-bottom: 2px solid #e2e2e3;
  padding: 2% 1.5%;
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  background: #fff;
}
.contractorsResults .resultItems .item:first-child {
  position: relative;
}
.contractorsResults .resultItems .item:first-child:before {
  content: "";
  border-top: 2px solid #e2e2e3;
  display: block;
  height: 0;
  position: absolute;
  right: 15px;
  left: 15px;
  top: -3px;
}
.contractorsResults .resultItems .item figure {
  margin: 0 auto 0 0;
  width: 194px;
  max-height: 194px;
  min-height: 100px;
  position: relative;
  overflow: hidden;
}
.contractorsResults .resultItems .item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.contractorsResults .resultItems .item .col {
  padding: 0;
}
.contractorsResults .resultItems .item h3 {
  font-size: 1.562rem;
  margin-bottom: 1.5rem;
}
.contractorsResults .resultItems .item ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.2rem;
}
.contractorsResults .resultItems .item li {
  font-weight: 400;
  white-space: nowrap;
  line-height: 1;
  margin-bottom: 1.5rem;
  margin-left: 0.9rem;
}
.contractorsResults .resultItems .item li:not(:first-child) {
  border-right: 2px solid #ccc;
  padding-right: 0.9rem;
}
.contractorsResults .resultItems .item li a {
  color: #0E7CC6;
  text-decoration: underline;
}
.contractorsResults .resultItems .item:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #C5C5C5;
  padding: calc(2% + 1px) 1.5%;
  margin-top: -1px;
}
@media (max-width: 700px) {
  .contractorsResults .resultItems .item {
    flex-direction: column;
  }
  .contractorsResults .resultItems .item figure {
    order: -1;
    margin: auto auto 1rem;
    width: 120px;
    height: 120px;
  }
}
.contractorsResults .resultItems .text-center {
  padding: 2.5rem 15px;
}
.contractorsResults .resultItems .text-center .more {
  font-size: 1.125rem;
  color: #242153;
  min-width: 200px;
  color: #242153;
  font-weight: bold;
}
.contractorsResults .resultItems .text-center .more:before {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.7 23.04'%3E%3Cpath d='M21.99 14.45l2.71-3.41h-1.66a11.52 11.52 0 10-11.48 12 1.14 1.14 0 000-2.28 9.2 9.2 0 119.2-9.72h-1.49z'/%3E%3Cpath d='M4.55 10.95a7.07 7.07 0 117.01 7.88 1.18 1.18 0 010-2.36 4.69 4.69 0 100-9.38 4.62 4.62 0 00-4.55 3.86h1.31L5.7 14.28l-2.71-3.33z'/%3E%3C/svg%3E") center center/contain no-repeat;
  width: 25px;
  height: 23px;
  display: block;
  margin: auto;
}
.contractorsResults .resultItems .text-center .more:hover, .contractorsResults .resultItems .text-center .more:focus {
  background: rgba(0, 0, 0, 0.251);
}
.contractorsResults .content {
  color: #101D62;
  position: relative;
  z-index: 1;
  padding: 1rem 15px 1rem;
  max-width: 1040px;
  width: 100%;
  margin: auto;
  background: #fff;
  margin-top: 2.8rem;
}
@media (max-width: 1529.98px) {
  .contractorsResults .content {
    padding-top: 2rem;
  }
}
.contractorsResults .content .itemHead.row {
  font-weight: 600;
  margin: aut;
  background: #fff;
  padding: clamp(20px, 60vh, 3%) 20px 0rem;
}
.contractorsResults .content .itemHead.row .col {
  padding: 0;
}
.contractorsResults .content .itemHead.row .col h1 {
  color: #101D62;
  font-size: clamp(2.2rem, 3vw, 3.437rem);
  font-weight: 700;
  line-height: 1.05;
}
.contractorsResults .content .itemHead.row .col h2 {
  color: #101D62;
  font-size: clamp(1.8rem, 3vw, 2.666rem);
  font-weight: 500;
  line-height: 1.05;
}
.contractorsResults .content .itemHead.row .col figure {
  margin: 0 0 0 auto;
  height: 100%;
  max-height: 84px;
  position: relative;
  overflow: hidden;
}
.contractorsResults .content .itemHead.row .col figure img {
  object-fit: scale-down;
  height: 100%; /*@include centerer; max-width: 100%; max-height: 100%;*/
}
.contractorsResults .content .itemHead.row .col .subTitle {
  color: #101D62;
  font-size: clamp(1.125rem, 3vw, 1.562rem);
  font-weight: 500;
  line-height: 1.9;
}
@media (max-width: 767.98px) {
  .contractorsResults .content .itemHead.row .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contractorsResults .content .itemHead.row .col:nth-child(2) {
    order: -1;
  }
  .contractorsResults .content .itemHead.row .col:nth-child(2) figure {
    width: 100%;
  }
}
.contractorsResults .content .itemHead.row .gcOrdersHead {
  margin-bottom: 0.3rem;
}
.contractorsResults .content .itemHead.row .gcOrdersHead h1 {
  font-size: 1rem;
  margin: 0;
}
.contractorsResults .content .itemHead.row .text-left {
  padding-top: 1rem;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding-right: 15px;
}
.contractorsResults .content .itemHead.row .text-left a .print {
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
.contractorsResults .content .itemHead.row .text-left a:hover i {
  filter: invert(1);
}
.contractorsResults .content .itemHead.row .dropdown.share {
  margin-left: 5px;
}
.contractorsResults .content .itemHead.row .dropdown.share .btn.dropdown-toggle {
  border: 1px solid #101D62;
}
.contractorsResults .content .itemHead.row .dropdown.share .btn.dropdown-toggle:after {
  display: none;
}
.contractorsResults .content .itemHead.row .dropdown.share .dropdown-menu {
  min-width: 100%;
  top: auto !important;
  padding: 3px;
  border-radius: 3px;
  margin-top: 3px;
}
.contractorsResults .content .itemHead.row .dropdown.share .dropdown-menu.show {
  left: 50% !important;
  transform: translate(-50%, 0) !important;
}
.contractorsResults .content .itemHead.row .dropdown.share .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.45rem;
  font-size: 1.45rem;
  line-height: 1;
  margin: 0 3px;
  border-radius: 3px;
}
.contractorsResults .content .itemHead.row .dropdown.share .dropdown-menu .dropdown-item:hover, .contractorsResults .content .itemHead.row .dropdown.share .dropdown-menu .dropdown-item:focus {
  background: #03233A;
  color: #fff !important;
}
.contractorsResults .content .itemHead.row .dropdown.share .dropdown-menu .dropdown-item:hover i, .contractorsResults .content .itemHead.row .dropdown.share .dropdown-menu .dropdown-item:focus i {
  filter: none;
}
.contractorsResults .content h2, .contractorsResults .content h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
.contractorsResults .content .inner {
  background: #fff;
  position: relative;
  padding: 0rem 15px;
  min-height: 100%;
}
.contractorsResults .content .inner > i {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
}
.contractorsResults .content .inner table {
  color: #101D62;
}
.contractorsResults .content .inner table th, .contractorsResults .content .inner table td {
  border-top: 0;
  border-bottom: 1px solid #dee2e6;
}
.contractorsResults .content .inner table th {
  border-bottom: 2px solid #101D62;
}
.contractorsResults .content .inner a i {
  opacity: 0.7;
}
.contractorsResults .content .inner a:hover i {
  opacity: 1;
}
.contractorsResults .content .row:not(.itemHead) [class*=col] {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .contractorsResults .content .row:not(.itemHead) [class*=col] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contractorsResults .content .row:not(.itemHead) i {
  background-size: 24px 24px;
  display: inline-block;
  width: 48px;
  height: 48px;
}
.contractorsResults .content .contactList {
  background: #fff;
  border-right: 1px solid #C5C5C5;
  padding: 0 2.5rem 0 0;
  list-style: none;
  min-height: 100%;
}
.contractorsResults .content .contactList li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.3rem;
}
.contractorsResults .content .contactList li h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.contractorsResults .content .contactList li i {
  margin-left: 1.35rem;
}
.contractorsResults .content .contactList li .text {
  padding: 0.5rem 0 0;
}
.contractorsResults .content .contactList li .text a {
  color: #0E7CC6;
  text-decoration: underline;
}
.contractorsResults .content .contactList.social a {
  font-weight: 500;
}
.contractorsResults .content .contactList.small {
  border-right: 1px solid #C5C5C5;
  padding: 0 2.5rem;
  list-style: none;
  min-height: 100%;
}
.contractorsResults .content .contactList.small li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}
.contractorsResults .content .contactList.small li h2 {
  margin: 0;
}
.contractorsResults .content .contactList.small li i {
  margin: 0 0 0 11px;
  background-size: contain;
  width: 17px;
  height: 17px;
}
.contractorsResults .content .contactList.small li i.user {
  width: 19px;
  height: 19px;
}
.contractorsResults .content .contactList.small li .text {
  flex: 0 0 calc(100% - 35px);
  max-width: calc(100% - 35px);
  padding: 0 0 0.3rem;
}
.contractorsResults .content .contactList.small li strong {
  font-size: 1.125rem;
}
.contractorsResults .content .contactList.small li:not(:first-child):not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .contractorsResults .content .contactList {
    border: 0;
  }
}

/****************************/
.contractorsResultItem {
  background: #F7F7F7;
  min-height: 100%;
  min-height: calc(100vh - 161px);
  position: relative;
  margin-bottom: 3rem;
}
@media (max-width: 1529.98px) {
  .contractorsResultItem {
    padding-top: 2rem;
  }
}
.contractorsResultItem .headBg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 58vh;
  background: no-repeat top center/cover;
}
.contractorsResultItem .content {
  color: #101D62;
  position: relative;
  z-index: 1;
  padding: 1rem 15px 1rem;
  max-width: 1040px;
  width: 100%;
  margin: auto;
  background: #fff;
}
@media (max-width: 1529.98px) {
  .contractorsResultItem .content {
    padding-top: 2rem;
  }
}
.contractorsResultItem .content .itemHead.row {
  font-weight: 600;
  margin: aut;
  background: #fff;
  padding: clamp(20px, 60vh, 3%) 20px 1rem;
}
.contractorsResultItem .content .itemHead.row .col {
  padding: 0;
}
.contractorsResultItem .content .itemHead.row .col h1 {
  color: #101D62;
  font-size: clamp(2.2rem, 3vw, 3.437rem);
  font-weight: 700;
  line-height: 1.05;
}
.contractorsResultItem .content .itemHead.row .col h2 {
  color: #101D62;
  font-size: clamp(1.8rem, 3vw, 2.666rem);
  font-weight: 500;
  line-height: 1.05;
}
.contractorsResultItem .content .itemHead.row .col figure {
  margin: 0 0 0 auto;
  height: 100%;
  max-height: 84px;
  position: relative;
  overflow: hidden;
}
.contractorsResultItem .content .itemHead.row .col figure img {
  object-fit: scale-down;
  height: 100%; /*@include centerer; max-width: 100%; max-height: 100%;*/
}
.contractorsResultItem .content .itemHead.row .col .subTitle {
  color: #101D62;
  font-size: clamp(1.125rem, 3vw, 1.562rem);
  font-weight: 500;
  line-height: 1.9;
}
@media (max-width: 767.98px) {
  .contractorsResultItem .content .itemHead.row .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contractorsResultItem .content .itemHead.row .col:nth-child(2) {
    order: -1;
  }
  .contractorsResultItem .content .itemHead.row .col:nth-child(2) figure {
    width: 100%;
  }
}
.contractorsResultItem .content .itemHead.row .gcOrdersHead {
  margin-bottom: 1.3rem;
}
.contractorsResultItem .content .itemHead.row .gcOrdersHead h1 {
  font-size: 1rem;
  margin: 0;
}
.contractorsResultItem .content .itemHead.row .text-left {
  padding-top: 1rem;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding-right: 15px;
}
.contractorsResultItem .content .itemHead.row .text-left a .print {
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
.contractorsResultItem .content .itemHead.row .text-left a:hover i {
  filter: invert(1);
}
.contractorsResultItem .content .itemHead.row .dropdown.share {
  margin-left: 5px;
}
.contractorsResultItem .content .itemHead.row .dropdown.share .btn.dropdown-toggle {
  border: 1px solid #101D62;
}
.contractorsResultItem .content .itemHead.row .dropdown.share .btn.dropdown-toggle:after {
  display: none;
}
.contractorsResultItem .content .itemHead.row .dropdown.share .dropdown-menu {
  min-width: 100%;
  top: auto !important;
  padding: 3px;
  border-radius: 3px;
  margin-top: 3px;
}
.contractorsResultItem .content .itemHead.row .dropdown.share .dropdown-menu.show {
  left: 50% !important;
  transform: translate(-50%, 0) !important;
}
.contractorsResultItem .content .itemHead.row .dropdown.share .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.45rem;
  font-size: 1.45rem;
  line-height: 1;
  margin: 0 3px;
  border-radius: 3px;
}
.contractorsResultItem .content .itemHead.row .dropdown.share .dropdown-menu .dropdown-item:hover, .contractorsResultItem .content .itemHead.row .dropdown.share .dropdown-menu .dropdown-item:focus {
  background: #03233A;
  color: #fff !important;
}
.contractorsResultItem .content .itemHead.row .dropdown.share .dropdown-menu .dropdown-item:hover i, .contractorsResultItem .content .itemHead.row .dropdown.share .dropdown-menu .dropdown-item:focus i {
  filter: none;
}
.contractorsResultItem .content h2, .contractorsResultItem .content h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
.contractorsResultItem .content .inner {
  background: #fff;
  position: relative;
  padding: 0rem 15px;
  min-height: 100%;
}
.contractorsResultItem .content .inner > i {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
}
.contractorsResultItem .content .inner table {
  color: #101D62;
}
.contractorsResultItem .content .inner table th, .contractorsResultItem .content .inner table td {
  border-top: 0;
  border-bottom: 1px solid #dee2e6;
}
.contractorsResultItem .content .inner table th {
  border-bottom: 2px solid #101D62;
}
.contractorsResultItem .content .inner a i {
  opacity: 0.7;
}
.contractorsResultItem .content .inner a:hover i {
  opacity: 1;
}
.contractorsResultItem .content .row:not(.itemHead) [class*=col] {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .contractorsResultItem .content .row:not(.itemHead) [class*=col] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contractorsResultItem .content .row:not(.itemHead) i {
  background-size: 24px 24px;
  display: inline-block;
  width: 48px;
  height: 48px;
}
.contractorsResultItem .content .contactList {
  background: #fff;
  border-right: 1px solid #C5C5C5;
  padding: 0 2.5rem 0 0;
  list-style: none;
  min-height: 100%;
}
.contractorsResultItem .content .contactList li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.3rem;
}
.contractorsResultItem .content .contactList li h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.contractorsResultItem .content .contactList li i {
  margin-left: 1.35rem;
}
.contractorsResultItem .content .contactList li .text {
  padding: 0.5rem 0 0;
}
.contractorsResultItem .content .contactList li .text a {
  color: #0E7CC6;
  text-decoration: underline;
}
.contractorsResultItem .content .contactList.social a {
  font-weight: 500;
}
.contractorsResultItem .content .contactList.small {
  border-right: 1px solid #C5C5C5;
  padding: 0 2.5rem;
  list-style: none;
  min-height: 100%;
}
.contractorsResultItem .content .contactList.small li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}
.contractorsResultItem .content .contactList.small li h2 {
  margin: 0;
}
.contractorsResultItem .content .contactList.small li i {
  margin: 0 0 0 11px;
  background-size: contain;
  width: 17px;
  height: 17px;
}
.contractorsResultItem .content .contactList.small li i.user {
  width: 19px;
  height: 19px;
}
.contractorsResultItem .content .contactList.small li .text {
  flex: 0 0 calc(100% - 35px);
  max-width: calc(100% - 35px);
  padding: 0 0 0.3rem;
}
.contractorsResultItem .content .contactList.small li strong {
  font-size: 1.125rem;
}
.contractorsResultItem .content .contactList.small li:not(:first-child):not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .contractorsResultItem .content .contactList {
    border: 0;
  }
}

/****************************/
#divLow .form-group {
  flex: 0 0 100%;
  max-width: 100%;
}

/****************************/
.jobsTable {
  border-bottom: 1px solid #dee2e6;
}
.jobsTable .status:before {
  content: "●";
  color: #a9a9a9;
}
.jobsTable .status.on:before {
  color: #0BB1BF;
}
.jobsTable td {
  padding: 1.45rem 0.75rem;
}

/****************************/
.contractor {
  background: #fff;
}
.contractor .container {
  max-width: 1780px;
}

.contractorProjects .itemHead.row {
  font-weight: 600;
  margin: auto;
  padding: 2rem 0 1rem;
  align-items: center;
}
.contractorProjects .itemHead.row .col {
  padding: 0;
}
.contractorProjects .itemHead.row .col h1 {
  color: #101D62;
  font-size: clamp(1.8rem, 3vw, 2.666rem);
  font-weight: 500;
  line-height: 1.05;
}
@media (max-width: 767.98px) {
  .contractorProjects .itemHead.row .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contractorProjects .itemHead.row .col:nth-child(2) {
    order: -1;
    margin-bottom: 0.5rem;
  }
  .contractorProjects .itemHead.row .col:nth-child(2) figure {
    width: 100%;
  }
}
.contractorProjects .itemHead.row .col .statusLabel {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 91 85.67'%3E%3Cdefs/%3E%3Cdefs%3E%3Cfilter id='a' width='91' height='85.67' x='0' y='0' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='3'/%3E%3CfeGaussianBlur result='blur' stdDeviation='3'/%3E%3CfeFlood flood-opacity='.16'/%3E%3CfeComposite in2='blur' operator='in'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23101d62' d='M9 6h73v51.2L48.67 73.67 9 57.2z' data-name='Path 5230'/%3E%3C/g%3E%3C/svg%3E") left 0 top -10px/contain no-repeat;
  width: 92px;
  height: 90px;
  padding-top: 0.6rem;
  top: 0;
  right: 20px;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 600;
}
.contractorProjects .itemHead.row .col .statusLabel.on {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 91 85.67'%3E%3Cdefs/%3E%3Cdefs%3E%3Cfilter id='a' width='91' height='85.67' x='0' y='0' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='3'/%3E%3CfeGaussianBlur result='blur' stdDeviation='3'/%3E%3CfeFlood flood-opacity='.16'/%3E%3CfeComposite in2='blur' operator='in'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23ffd339' d='M9 6h73v51.2L48.67 73.67 9 57.2z' data-name='Path 5228'/%3E%3C/g%3E%3C/svg%3E");
  color: #101D62;
}
.contractorProjects .itemHead.row .text-left {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding-right: 15px;
}
.contractorProjects .itemHead.row .text-left a .print {
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
.contractorProjects .itemHead.row .text-left a:hover i {
  filter: invert(1);
}
.contractorProjects .itemHead.row .dropdown.share {
  margin-left: 5px;
}
.contractorProjects .itemHead.row .dropdown.share .btn.dropdown-toggle {
  border: 1px solid #101D62;
}
.contractorProjects .itemHead.row .dropdown.share .btn.dropdown-toggle:after {
  display: none;
}
.contractorProjects .itemHead.row .dropdown.share .dropdown-menu {
  min-width: 100%;
  top: auto !important;
  padding: 3px;
  border-radius: 3px;
  margin-top: 3px;
}
.contractorProjects .itemHead.row .dropdown.share .dropdown-menu.show {
  left: 50% !important;
  transform: translate(-50%, 0) !important;
}
.contractorProjects .itemHead.row .dropdown.share .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.45rem;
  font-size: 1.45rem;
  line-height: 1;
  margin: 0 3px;
  border-radius: 3px;
}
.contractorProjects .itemHead.row .dropdown.share .dropdown-menu .dropdown-item:hover, .contractorProjects .itemHead.row .dropdown.share .dropdown-menu .dropdown-item:focus {
  background: #03233A;
  color: #fff !important;
}
.contractorProjects .itemHead.row .dropdown.share .dropdown-menu .dropdown-item:hover i, .contractorProjects .itemHead.row .dropdown.share .dropdown-menu .dropdown-item:focus i {
  filter: none;
}
.contractorProjects .itemHead.row .col-12 {
  padding: 1rem 0 0;
}
.contractorProjects .itemHead.row .col-12 .projectsDropdown .dropdown-toggle {
  color: #03233A;
  background: 0;
  border: 0;
  padding: 0;
  font-weight: 600;
  font-size: 1.125rem;
  min-width: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contractorProjects .itemHead.row .col-12 .projectsDropdown .dropdown-toggle:after {
  border: 0;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M17.418 6.109a.697.697 0 0 1 .979 0 .68.68 0 0 1 0 .969l-7.908 7.83a.697.697 0 0 1-.979 0l-7.908-7.83c-.27-.268-.27-.701 0-.969s.709-.268.979 0L10 13.25l7.418-7.141z'/%3E%3C/svg%3E") center center/contain no-repeat;
  width: 13px;
  height: 1em;
  margin: 0;
}
.contractorProjects .itemHead.row .col-12 .projectsDropdown .dropdown-menu.show {
  left: auto !important;
  right: 0;
  transform: translate3d(0, 27px, 0px) !important;
}

/****************************/
.projectsItems .col-12 {
  margin-bottom: 30px;
  height: 500px;
  overflow: hidden;
}
.projectsItems .projectInfo {
  position: relative;
  z-index: 1;
  height: 100%;
  text-align: center;
  padding: 20px;
}
.projectsItems .projectInfo h3 {
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  background: rgba(16, 30, 98, 0.9);
  font-size: 1.5rem;
  color: #fff;
  margin: 0;
  font-weight: 400;
  top: calc(100% - 6rem);
  padding: 2rem 0;
}
.projectsItems .projectInfo .collapsible {
  transition: all 0.3s ease-in-out;
  background: rgba(16, 30, 98, 0.9);
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  height: 0;
  overflow: hidden;
  top: 90%;
}
.projectsItems .projectInfo .text {
  margin-bottom: 1rem;
}
.projectsItems .projectInfo .more {
  position: relative;
  color: #101D62;
  background: #FFD339;
  border: 1px solid #707070;
  display: block;
  width: 150px;
  height: 44px;
  margin: auto;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.75rem;
}
.projectsItems .projectInfo:hover h3 {
  top: 6.5rem;
  padding: 2.5rem 0 1.2rem;
}
.projectsItems .projectInfo:hover .collapsible {
  height: auto;
  top: 6.5rem;
  padding-bottom: 2rem;
}
.projectsItems .statusLabel {
  position: absolute;
  z-index: 1;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 91 85.67'%3E%3Cdefs/%3E%3Cdefs%3E%3Cfilter id='a' width='91' height='85.67' x='0' y='0' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='3'/%3E%3CfeGaussianBlur result='blur' stdDeviation='3'/%3E%3CfeFlood flood-opacity='.16'/%3E%3CfeComposite in2='blur' operator='in'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23101d62' d='M9 6h73v51.2L48.67 73.67 9 57.2z' data-name='Path 5230'/%3E%3C/g%3E%3C/svg%3E") left 0 top -10px/contain no-repeat;
  width: 92px;
  height: 90px;
  padding-top: 0.6rem;
  top: 0;
  right: 20px;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 600;
}
.projectsItems .statusLabel.on {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 91 85.67'%3E%3Cdefs/%3E%3Cdefs%3E%3Cfilter id='a' width='91' height='85.67' x='0' y='0' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='3'/%3E%3CfeGaussianBlur result='blur' stdDeviation='3'/%3E%3CfeFlood flood-opacity='.16'/%3E%3CfeComposite in2='blur' operator='in'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23ffd339' d='M9 6h73v51.2L48.67 73.67 9 57.2z' data-name='Path 5228'/%3E%3C/g%3E%3C/svg%3E");
  color: #101D62;
}
.projectsItems figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: center center/cover no-repeat #03233A;
}

/****************************/
.projectItem-head {
  color: #fff;
  font-size: 1.125rem;
  background: center center/cover fixed no-repeat rgba(0, 0, 0, 0.3);
  padding-top: 480px;
  margin-bottom: 2.8rem;
}
.projectItem-head .row {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  margin: 0;
  padding: 0 3.5% 0 0;
}
.projectItem-head .col-6 {
  overflow: hidden;
  padding: 1.7rem 15px;
}
.projectItem-head img {
  float: right;
  margin: 0 1rem;
}
.projectItem-head .title {
  color: #FFD339;
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .projectItem-head {
    padding-top: 280px;
    background-size: auto 100%;
  }
  .projectItem-head .row {
    background: rgba(0, 0, 0, 0.5);
  }
  .projectItem-head img {
    float: none;
    display: block;
    margin: 0 0 1rem;
  }
}
@media (max-width: 1199.98px) {
  .projectItem-head .row {
    padding: 0;
  }
}

/****************************/
.projectItem-about {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 618.51 260.17'%3E%3Cdefs/%3E%3Cg fill='%23e6e6e6'%3E%3Cpath d='M0 258.42h618.51v1.75H0zM29.36 161.96h36.83v95h1.75V160.2H27.6v96.75h1.76z'/%3E%3Cpath d='M59.76 242.34h1.75v4.97h-1.75zM54.5 242.34h1.75v4.97H54.5zM49.23 242.34h1.75v4.97h-1.75zM38.71 242.34h1.75v4.97h-1.75zM33.45 242.34h1.75v4.97h-1.75zM54.5 234.74h1.75v4.97H54.5zM49.23 234.74h1.75v4.97h-1.75zM43.97 234.74h1.75v4.97h-1.75zM38.71 234.74h1.75v4.97h-1.75zM33.45 234.74h1.75v4.97h-1.75zM59.76 227.14h1.75v4.97h-1.75zM54.5 227.14h1.75v4.97H54.5zM49.23 227.14h1.75v4.97h-1.75zM43.97 227.14h1.75v4.97h-1.75zM59.76 219.54h1.75v4.97h-1.75zM54.5 219.54h1.75v4.97H54.5zM49.23 219.54h1.75v4.97h-1.75zM43.97 219.54h1.75v4.97h-1.75zM38.71 219.54h1.75v4.97h-1.75zM33.45 219.54h1.75v4.97h-1.75zM59.76 211.94h1.75v4.97h-1.75zM54.5 211.94h1.75v4.97H54.5zM49.23 211.94h1.75v4.97h-1.75zM43.97 211.94h1.75v4.97h-1.75zM38.71 211.94h1.75v4.97h-1.75zM33.45 211.94h1.75v4.97h-1.75zM59.76 204.34h1.75v4.97h-1.75zM49.23 204.34h1.75v4.97h-1.75zM43.97 204.34h1.75v4.97h-1.75zM38.71 204.34h1.75v4.97h-1.75zM59.76 196.74h1.75v4.97h-1.75zM54.5 196.74h1.75v4.97H54.5zM49.23 196.74h1.75v4.97h-1.75zM43.97 196.74h1.75v4.97h-1.75zM38.71 196.74h1.75v4.97h-1.75zM59.76 189.14h1.75v4.97h-1.75zM54.5 189.14h1.75v4.97H54.5zM49.23 189.14h1.75v4.97h-1.75zM43.97 189.14h1.75v4.97h-1.75zM38.71 189.14h1.75v4.97h-1.75zM33.45 189.14h1.75v4.97h-1.75zM59.76 181.54h1.75v4.97h-1.75zM54.5 181.54h1.75v4.97H54.5zM49.23 181.54h1.75v4.97h-1.75zM43.97 181.54h1.75v4.97h-1.75zM33.45 181.54h1.75v4.97h-1.75zM59.76 173.94h1.75v4.97h-1.75zM49.23 173.94h1.75v4.97h-1.75zM43.97 173.94h1.75v4.97h-1.75zM38.71 173.94h1.75v4.97h-1.75zM33.45 173.94h1.75v4.97h-1.75zM59.76 166.34h1.75v4.97h-1.75zM54.5 166.34h1.75v4.97H54.5zM43.97 166.34h1.75v4.97h-1.75zM38.71 166.34h1.75v4.97h-1.75zM33.45 166.34h1.75v4.97h-1.75zM66.19 157.38h1.75v-33.74l36.01-14.41v106.61h1.76V101.02l3.74-3.98v118.6h1.75V81.28h5.65v114.58h1.76V79.53h-9.16v14.95l-5.5 5.84v7.02l-37.76 15.1zM86.52 237.76v-1.75H71.64v6.62h14.69v-1.75H73.4v-3.12zM86.52 227.82v-1.75H71.64v6.62h14.69v-1.75H73.4v-3.12zM98.63 217.89v-1.76H71.64v6.63h14.69V221H73.4v-3.12z'/%3E%3Cpath d='M71.64 212.82h27.87v-6.62H71.64v6.62zm1.76-4.87h24.36v3.11H73.4v-3.11zM71.64 202.88h27.87v-6.63H71.64v6.63zm1.76-4.87h24.36v3.12H73.4V198zM71.64 192.94h27.87v-6.63H71.64v6.63zm1.76-4.87h24.36v3.12H73.4v-3.12zM71.64 183h27.87v-6.62H71.64V183zm1.76-4.87h24.36v3.12H73.4v-3.12zM71.64 173.06h27.87v-6.62H71.64v6.63zm1.76-4.87h24.36v3.12H73.4v-3.12zM71.64 163.13h27.87v-6.63H71.64v6.63zm1.76-4.87h24.36v3.12H73.4v-3.12zM71.64 153.19h27.87v-6.63H71.64v6.63zm1.76-4.87h24.36v3.12H73.4v-3.12zM71.64 143.25h27.87v-6.63H71.64v6.63zm1.76-4.87h24.36v3.12H73.4v-3.12zM99.51 126.69H71.64v6.62h27.87v-6.62zm-1.75 4.87H73.4v-3.12h24.36v3.12zM181.06 256.95v-51H153v-7.26h-36.15v17.15h1.76v-15.4h32.64v7.27h28.06v49.24z'/%3E%3Cpath d='M151.54 247.46h24.85v1.75h-24.85zM151.54 243.36h24.85v1.75h-24.85zM151.54 239.27h24.85v1.75h-24.85zM151.54 235.18h24.85v1.75h-24.85zM151.54 231.09h24.85v1.75h-24.85zM151.54 226.99h24.85v1.75h-24.85zM151.54 222.9h24.85v1.75h-24.85zM151.54 218.81h24.85v1.75h-24.85zM151.54 214.72h24.85v1.75h-24.85zM151.54 210.63h24.85v1.75h-24.85zM146.43 245.26h1.75v3.95h-1.75zM142.92 245.26h1.75v3.95h-1.75zM139.41 245.26h1.75v3.95h-1.75zM135.9 245.26h1.75v3.95h-1.75zM132.39 245.26h1.75v3.95h-1.75zM125.38 245.26h1.75v3.95h-1.75zM121.87 245.26h1.75v3.95h-1.75zM142.92 239.42h1.75v3.94h-1.75zM139.41 239.42h1.75v3.94h-1.75zM135.9 239.42h1.75v3.94h-1.75zM128.89 239.42h1.75v3.94h-1.75zM125.38 239.42h1.75v3.94h-1.75zM121.87 239.42h1.75v3.94h-1.75zM146.43 233.57h1.75v3.94h-1.75zM142.92 233.57h1.75v3.94h-1.75zM139.41 233.57h1.75v3.94h-1.75zM135.9 233.57h1.75v3.94h-1.75zM132.39 233.57h1.75v3.94h-1.75zM125.38 233.57h1.75v3.94h-1.75zM121.87 233.57h1.75v3.94h-1.75zM146.43 227.73h1.75v3.94h-1.75zM142.92 227.73h1.75v3.94h-1.75zM139.41 227.73h1.75v3.94h-1.75zM132.39 227.73h1.75v3.94h-1.75zM128.89 227.73h1.75v3.94h-1.75zM125.38 227.73h1.75v3.94h-1.75zM146.43 221.88h1.75v3.95h-1.75zM142.92 221.88h1.75v3.95h-1.75zM139.41 221.88h1.75v3.95h-1.75zM135.9 221.88h1.75v3.95h-1.75zM132.39 221.88h1.75v3.95h-1.75zM128.89 221.88h1.75v3.95h-1.75zM125.38 221.88h1.75v3.95h-1.75zM121.87 221.88h1.75v3.95h-1.75zM146.43 216.03h1.75v3.95h-1.75zM142.92 216.03h1.75v3.95h-1.75zM139.41 216.03h1.75v3.95h-1.75zM135.9 216.03h1.75v3.95h-1.75zM132.39 216.03h1.75v3.95h-1.75zM128.89 216.03h1.75v3.95h-1.75zM125.38 216.03h1.75v3.95h-1.75zM121.87 216.03h1.75v3.95h-1.75zM146.43 210.19h1.75v3.95h-1.75zM142.92 210.19h1.75v3.95h-1.75zM139.41 210.19h1.75v3.95h-1.75zM135.9 210.19h1.75v3.95h-1.75zM132.39 210.19h1.75v3.95h-1.75zM128.89 210.19h1.75v3.95h-1.75zM121.87 210.19h1.75v3.95h-1.75zM146.43 204.34h1.75v3.95h-1.75zM139.41 204.34h1.75v3.95h-1.75zM132.39 204.34h1.75v3.95h-1.75zM128.89 204.34h1.75v3.95h-1.75zM125.38 204.34h1.75v3.95h-1.75zM121.87 204.34h1.75v3.95h-1.75zM130.64 117.31l4.06-1.14v79.7h1.76v-80.2l4.09-1.15v81.35h1.75v-81.85l4.09-1.16v83h1.76v-83.5l4.09-1.15v84.65h1.75v-85.15l5.73-1.62v21.78h11.11V81l17.61-7.12h13.37v121.89h1.76V68.91h-1.76v3.21H188.1l-19.02 7.69v49.31h-7.6v-22.34l-32.6 9.21v79.88h1.76zM159.72 199.66h11.4v1.75h-11.4z'/%3E%3Cpath d='M159.72 194.99h11.4v1.75h-11.4zM159.72 190.31h11.4v1.75h-11.4zM159.72 185.63h11.4v1.75h-11.4zM159.72 180.96h11.4v1.75h-11.4zM159.72 176.28h11.4v1.75h-11.4zM159.72 171.6h11.4v1.75h-11.4zM159.72 166.93h11.4v1.75h-11.4zM159.72 162.25h11.4V164h-11.4zM159.72 157.57h11.4v1.75h-11.4zM159.72 152.9h11.4v1.75h-11.4zM159.72 148.22h11.4v1.75h-11.4zM159.72 143.54h11.4v1.75h-11.4zM159.72 138.87h11.4v1.75h-11.4zM159.72 134.19h11.4v1.75h-11.4zM242.16 256.95v-58.26h-56.13v58.26h1.75v-56.51h52.62v56.51z'/%3E%3Cpath d='M191.49 241.39v6.06h45.01v-1.75h-43.26v-4.31zM236.5 236.93h-43.26v-4.31h-1.75v6.07h45.01zM236.5 228.16h-43.26v-4.31h-1.75v6.07h45.01zM236.5 219.39h-43.26v-4.31h-1.75v6.07h45.01zM236.5 210.63h-43.26v-4.32h-1.75v6.07h45.01zM196.56 188.85h-21.05v5.26h1.75v-3.51h19.3zM175.51 186.51h1.75V183h19.3v-1.75h-21.05zM175.51 178.91h1.75v-3.51h19.3v-1.75h-21.05zM175.51 171.31h1.75v-3.51h19.3v-1.75h-21.05zM175.51 163.71h1.75v-3.51h19.3v-1.75h-21.05zM175.51 156.11h1.75v-3.51h19.3v-1.75h-21.05zM175.51 148.51h1.75V145h19.3v-1.75h-21.05zM175.51 140.91h1.75v-3.51h19.3v-1.75h-21.05zM175.51 133.31h1.75v-3.51h19.3v-1.75h-21.05zM175.51 125.71h1.75v-3.51h19.3v-1.75h-21.05zM175.51 118.11h1.75v-3.51h19.3v-1.75h-21.05zM175.51 110.51h1.75V107h19.3v-1.75h-21.05zM175.51 102.91h1.75V99.4h19.3v-1.75h-21.05zM175.51 95.31h1.75V91.8h19.3v-1.75h-21.05zM196.56 84.2v-1.75h-21.05v5.26h1.75V84.2zM213.56 195.86h1.75V124.4h56.07v87.69h1.75v-89.45h-59.57zM247.32 245.16h4.65v1.75h-4.65zM247.32 239.9h5.23v1.75h-5.23zM247.32 234.64h5.23v1.75h-5.23zM247.32 224.12h4.94v1.75h-4.94zM247.32 218.86h5.23v1.75h-5.23z'/%3E%3Cpath d='M247.32 208.34h18.71v1.75h-18.71zM247.32 203.07h18.71v1.75h-18.71zM247.32 197.81h18.71v1.75h-18.71zM220.04 192.55h45.99v1.75h-45.99zM220.04 187.29h45.99v1.75h-45.99zM220.04 176.77h45.99v1.75h-45.99zM220.04 171.51h45.99v1.75h-45.99zM220.04 166.24h45.99v1.75h-45.99zM220.04 160.98h45.99v1.75h-45.99zM220.04 150.46h45.99v1.75h-45.99zM220.04 145.2h45.99v1.75h-45.99zM220.04 139.94h45.99v1.75h-45.99zM220.04 129.41h45.99v1.75h-45.99zM244.22 93.63l22.03-12.35h20.33V43.87h17.54v16.46h1.75V42.11h-21.04v37.42H265.8L242.47 92.6v28.72h1.75zM298.27 238.97h1.75v7.61h-1.75zM293.01 238.97h1.75v7.61h-1.75zM298.27 229.26h1.75v7.61h-1.75zM293.01 229.26h1.75v7.61h-1.75zM298.27 219.55h1.75v7.61h-1.75zM293.01 219.55h1.75v7.61h-1.75zM298.27 209.85h1.75v7.61h-1.75zM293.01 209.85h1.75v7.61h-1.75zM287.75 209.85h1.75v7.61h-1.75zM298.27 200.14h1.75v7.61h-1.75zM293.01 200.14h1.75v7.61h-1.75zM287.75 200.14h1.75v7.61h-1.75zM282.49 200.14h1.75v7.61h-1.75zM277.23 200.14h1.75v7.61h-1.75zM298.27 190.44h1.75v7.61h-1.75zM293.01 190.44h1.75v7.61h-1.75zM287.75 190.44h1.75v7.61h-1.75zM282.49 190.44h1.75v7.61h-1.75zM277.23 190.44h1.75v7.61h-1.75zM298.27 180.73h1.75v7.61h-1.75zM293.01 180.73h1.75v7.61h-1.75zM287.75 180.73h1.75v7.61h-1.75zM282.49 180.73h1.75v7.61h-1.75zM277.23 180.73h1.75v7.61h-1.75zM298.27 171.02h1.75v7.61h-1.75zM293.01 171.02h1.75v7.61h-1.75zM287.75 171.02h1.75v7.61h-1.75zM282.49 171.02h1.75v7.61h-1.75zM277.23 171.02h1.75v7.61h-1.75zM298.27 161.32h1.75v7.61h-1.75zM293.01 161.32h1.75v7.61h-1.75zM287.75 161.32h1.75v7.61h-1.75zM282.49 161.32h1.75v7.61h-1.75zM277.23 161.32h1.75v7.61h-1.75zM298.27 151.61h1.75v7.61h-1.75zM293.01 151.61h1.75v7.61h-1.75zM287.75 151.61h1.75v7.61h-1.75zM282.49 151.61h1.75v7.61h-1.75zM277.23 151.61h1.75v7.61h-1.75zM298.27 141.91h1.75v7.61h-1.75zM293.01 141.91h1.75v7.61h-1.75zM287.75 141.91h1.75v7.61h-1.75zM282.49 141.91h1.75v7.61h-1.75zM277.23 141.91h1.75v7.61h-1.75zM298.27 132.2h1.75v7.61h-1.75zM293.01 132.2h1.75v7.61h-1.75zM287.75 132.2h1.75v7.61h-1.75zM282.49 132.2h1.75v7.61h-1.75zM277.23 132.2h1.75v7.61h-1.75zM298.27 122.5h1.75v7.61h-1.75zM293.01 122.5h1.75v7.61h-1.75zM287.75 122.5h1.75v7.61h-1.75zM282.49 122.5h1.75v7.61h-1.75zM277.23 122.5h1.75v7.61h-1.75z'/%3E%3Cpath d='M331.79 256.95V65.5h-38.78v49.51h1.76V67.25h9.35v189.7h1.76V67.25h24.16v189.7z'/%3E%3Cpath d='M308.65 243.07h1.75v-2.78h15.5v-1.75h-17.25zM325.9 231.52h-17.25v4.54h1.75v-2.78h15.5zM325.9 224.51h-17.25v4.53h1.75v-2.78h15.5zM325.9 217.5h-17.25v4.53h1.75v-2.78h15.5zM325.9 210.48h-17.25v4.53h1.75v-2.78h15.5zM325.9 203.46h-17.25V208h1.75v-2.78h15.5zM325.9 196.45h-17.25v4.53h1.75v-2.78h15.5zM325.9 189.43h-17.25v4.53h1.75v-2.77h15.5zM325.9 182.42h-17.25v4.53h1.75v-2.78h15.5zM325.9 175.4h-17.25v4.54h1.75v-2.78h15.5zM325.9 168.39h-17.25v4.53h1.75v-2.78h15.5zM325.9 161.37h-17.25v4.53h1.75v-2.77h15.5zM325.9 154.36h-17.25v4.53h1.75v-2.78h15.5zM325.9 147.34h-17.25v4.53h1.75v-2.78h15.5zM325.9 140.33h-17.25v4.53h1.75v-2.78h15.5zM325.9 133.31h-17.25v4.53h1.75v-2.77h15.5zM325.9 126.3h-17.25v4.53h1.75v-2.78h15.5zM325.9 119.28h-17.25v4.53h1.75v-2.77h15.5zM325.9 112.27h-17.25v4.53h1.75v-2.78h15.5zM325.9 105.25h-17.25v4.53h1.75V107h15.5zM325.9 98.24h-17.25v4.53h1.75v-2.78h15.5zM325.9 91.22h-17.25v4.53h1.75v-2.77h15.5zM325.9 84.2h-17.25v4.54h1.75v-2.78h15.5zM325.9 77.19h-17.25v4.53h1.75v-2.78h15.5zM325.9 70.17h-17.25v4.54h1.75v-2.78h15.5zM340.12 99.49h-1.75v124.87h1.75V122.8l38.58 20.76v113.39h1.76V78.72l39.46-11.69V43.27l8.34-11.62h6.56V198.4h1.76V29.9h-9.22l-7.44 10.37v-4.1h-1.76v29.55L378.7 77.41v64.15l-38.58-20.75z'/%3E%3Cpath d='M478.37 256.95v-54.66h-77.16v54.66h1.75v-52.9h73.66v52.9zM527.48 215.64h1.75v-38.41H469.9v20.82h1.75v-19.07h55.83z'/%3E%3Cpath d='M446.76 88.59h45.6v84.77h1.76V86.84h-49.11V198.5h1.75zM527.48 94.02l-20.17 11.14v68.2h1.75V106.2l20.17-11.15V71.93h25.43v140.02h1.75V70.17h-28.93zM590.9 256.95v-40.29h-54.36v1.75h52.61v5.22h-29.69v1.76h29.69v4.67h-29.69v1.76h29.69v4.67h-29.69v1.76h29.69v4.67h-29.69v1.76h29.69v4.67h-29.69v1.76h29.69v5.84zM553.42 247.31h1.75v3.99h-1.75zM549.33 247.31h1.75v3.99h-1.75zM545.24 247.31h1.75v3.99h-1.75zM541.15 247.31h1.75v3.99h-1.75zM549.33 241.46h1.75v4h-1.75zM545.24 241.46h1.75v4h-1.75z'/%3E%3Cpath d='M553.42 235.62h1.75v4h-1.75zM549.33 235.62h1.75v4h-1.75zM545.24 235.62h1.75v4h-1.75zM541.15 235.62h1.75v4h-1.75zM549.33 229.77h1.75v4h-1.75zM541.15 229.77h1.75v4h-1.75zM553.42 223.93h1.75v4h-1.75zM549.33 223.93h1.75v4h-1.75zM545.24 223.93h1.75v4h-1.75zM532.15 205.36h1.76v-2.63h17.37v-1.75h-19.13zM532.15 198.35h1.76v-2.63h17.37v-1.76h-19.13zM532.15 191.33h1.76v-2.63h17.37v-1.75h-19.13zM532.15 184.32h1.76v-2.63h17.37v-1.76h-19.13zM532.15 177.3h1.76v-2.63h17.37v-1.75h-19.13zM532.15 170.29h1.76v-2.63h17.37v-1.75h-19.13zM532.15 163.27h1.76v-2.63h17.37v-1.75h-19.13zM532.15 156.26h1.76v-2.63h17.37v-1.76h-19.13zM532.15 149.24h1.76v-2.63h17.37v-1.75h-19.13zM532.15 142.23h1.76v-2.63h17.37v-1.76h-19.13zM532.15 135.21h1.76v-2.63h17.37v-1.75h-19.13zM532.15 128.2h1.76v-2.63h17.37v-1.76h-19.13zM532.15 121.18h1.76v-2.62h17.37v-1.76h-19.13zM532.15 114.17h1.76v-2.64h17.37v-1.75h-19.13zM532.15 107.15h1.76v-2.63h17.37v-1.75h-19.13zM532.15 100.14h1.76V97.5h17.37v-1.75h-19.13zM532.15 93.12h1.76v-2.63h17.37v-1.76h-19.13zM532.15 86.11h1.76v-2.64h17.37v-1.75h-19.13zM551.28 76.46v-1.75h-19.13v4.38h1.76v-2.63zM526.29 167.22h1.75v3.65h-1.75zM521.61 167.22h1.75v3.65h-1.75zM512.26 167.22h1.75v3.65h-1.75zM526.29 161.37h1.75v3.65h-1.75zM512.26 161.37h1.75v3.65h-1.75zM526.29 155.53h1.75v3.65h-1.75zM521.61 155.53h1.75v3.65h-1.75zM516.93 155.53h1.75v3.65h-1.75zM512.26 155.53h1.75v3.65h-1.75zM521.61 149.68h1.75v3.65h-1.75zM516.93 149.68h1.75v3.65h-1.75zM512.26 149.68h1.75v3.65h-1.75zM526.29 143.84h1.75v3.65h-1.75zM521.61 143.84h1.75v3.65h-1.75zM516.93 143.84h1.75v3.65h-1.75zM512.26 143.84h1.75v3.65h-1.75zM526.29 137.99h1.75v3.65h-1.75zM521.61 137.99h1.75v3.65h-1.75zM516.93 137.99h1.75v3.65h-1.75zM526.29 132.14h1.75v3.65h-1.75zM521.61 132.14h1.75v3.65h-1.75zM516.93 132.14h1.75v3.65h-1.75zM512.26 132.14h1.75v3.65h-1.75zM526.29 126.3h1.75v3.65h-1.75zM521.61 126.3h1.75v3.65h-1.75zM516.93 126.3h1.75v3.65h-1.75zM512.26 126.3h1.75v3.65h-1.75zM526.29 120.45h1.75v3.65h-1.75zM521.61 120.45h1.75v3.65h-1.75zM512.26 120.45h1.75v3.65h-1.75zM521.61 114.61h1.75v3.65h-1.75zM516.93 114.61h1.75v3.65h-1.75zM512.26 114.61h1.75v3.65h-1.75zM526.29 108.76h1.75v3.65h-1.75zM521.61 108.76h1.75v3.65h-1.75zM526.29 102.62h1.75v3.65h-1.75zM521.61 102.62h1.75v3.65h-1.75zM516.93 108.76h1.75v3.65h-1.75zM512.26 108.76h1.75v3.65h-1.75zM521.76 182.56h1.75v32.88h-1.75zM517.08 182.56h1.75v38.34h-1.75zM512.4 182.56h1.75v38.15h-1.75zM507.73 182.56h1.75v38.06h-1.75zM503.05 182.56h1.75v69.86h-1.75zM498.37 182.56h1.75v69.86h-1.75zM493.69 182.56h1.75v61.34h-1.75zM489.02 182.56h1.75V224h-1.75zM484.34 182.56h1.75v40.88h-1.75zM479.67 182.56h1.75v15.64h-1.75zM474.99 182.56h1.75v15.64h-1.75zM464.46 183.98h1.75v4.97h-1.75zM459.79 183.98h1.75v4.97h-1.75zM450.44 183.98h1.75v4.97h-1.75zM464.46 176.38h1.75v4.97h-1.75zM455.11 176.38h1.75v4.97h-1.75zM450.44 176.38h1.75v4.97h-1.75zM487.85 168.78h1.75v4.97h-1.75zM483.17 168.78h1.75v4.97h-1.75zM478.5 168.78h1.75v4.97h-1.75zM473.82 168.78h1.75v4.97h-1.75zM469.14 168.78h1.75v4.97h-1.75zM459.79 168.78h1.75v4.97h-1.75zM455.11 168.78h1.75v4.97h-1.75zM450.44 168.78h1.75v4.97h-1.75zM487.85 161.18h1.75v4.97h-1.75zM478.5 161.18h1.75v4.97h-1.75zM473.82 161.18h1.75v4.97h-1.75zM469.14 161.18h1.75v4.97h-1.75zM464.46 161.18h1.75v4.97h-1.75zM459.79 161.18h1.75v4.97h-1.75zM455.11 161.18h1.75v4.97h-1.75zM450.44 161.18h1.75v4.97h-1.75zM487.85 153.58h1.75v4.97h-1.75zM483.17 153.58h1.75v4.97h-1.75zM478.5 153.58h1.75v4.97h-1.75zM473.82 153.58h1.75v4.97h-1.75zM464.46 153.58h1.75v4.97h-1.75zM459.79 153.58h1.75v4.97h-1.75zM455.11 153.58h1.75v4.97h-1.75zM450.44 153.58h1.75v4.97h-1.75zM487.85 145.98h1.75v4.97h-1.75zM483.17 145.98h1.75v4.97h-1.75zM478.5 145.98h1.75v4.97h-1.75zM473.82 145.98h1.75v4.97h-1.75zM469.14 145.98h1.75v4.97h-1.75zM464.46 145.98h1.75v4.97h-1.75zM459.79 145.98h1.75v4.97h-1.75zM455.11 145.98h1.75v4.97h-1.75zM450.44 145.98h1.75v4.97h-1.75zM487.85 138.38h1.75v4.97h-1.75zM483.17 138.38h1.75v4.97h-1.75zM478.5 138.38h1.75v4.97h-1.75zM469.14 138.38h1.75v4.97h-1.75zM464.46 138.38h1.75v4.97h-1.75zM459.79 138.38h1.75v4.97h-1.75zM455.11 138.38h1.75v4.97h-1.75zM450.44 138.38h1.75v4.97h-1.75zM487.85 130.78h1.75v4.97h-1.75zM483.17 130.78h1.75v4.97h-1.75zM478.5 130.78h1.75v4.97h-1.75zM473.82 130.78h1.75v4.97h-1.75zM469.14 130.78h1.75v4.97h-1.75zM464.46 130.78h1.75v4.97h-1.75zM459.79 130.78h1.75v4.97h-1.75zM455.11 130.78h1.75v4.97h-1.75zM450.44 130.78h1.75v4.97h-1.75zM487.85 123.18h1.75v4.97h-1.75zM483.17 123.18h1.75v4.97h-1.75zM478.5 123.18h1.75v4.97h-1.75zM473.82 123.18h1.75v4.97h-1.75zM469.14 123.18h1.75v4.97h-1.75zM464.46 123.18h1.75v4.97h-1.75zM459.79 123.18h1.75v4.97h-1.75zM450.44 123.18h1.75v4.97h-1.75zM487.85 115.58h1.75v4.97h-1.75zM483.17 115.58h1.75v4.97h-1.75zM478.5 115.58h1.75v4.97h-1.75zM473.82 115.58h1.75v4.97h-1.75zM469.14 115.58h1.75v4.97h-1.75zM464.46 115.58h1.75v4.97h-1.75zM459.79 115.58h1.75v4.97h-1.75zM455.11 115.58h1.75v4.97h-1.75zM450.44 115.58h1.75v4.97h-1.75zM487.85 107.98h1.75v4.97h-1.75zM478.5 107.98h1.75v4.97h-1.75zM473.82 107.98h1.75v4.97h-1.75zM469.14 107.98h1.75v4.97h-1.75zM459.79 107.98h1.75v4.97h-1.75zM455.11 107.98h1.75v4.97h-1.75zM450.44 107.98h1.75v4.97h-1.75zM487.85 100.38h1.75v4.97h-1.75zM478.5 100.38h1.75v4.97h-1.75zM473.82 100.38h1.75v4.97h-1.75zM469.14 100.38h1.75v4.97h-1.75zM464.46 100.38h1.75v4.97h-1.75zM459.79 100.38h1.75v4.97h-1.75zM455.11 100.38h1.75v4.97h-1.75zM450.44 100.38h1.75v4.97h-1.75zM487.85 92.78h1.75v4.97h-1.75zM483.17 92.78h1.75v4.97h-1.75zM478.5 92.78h1.75v4.97h-1.75zM473.82 92.78h1.75v4.97h-1.75zM469.14 92.78h1.75v4.97h-1.75zM455.11 92.78h1.75v4.97h-1.75zM450.44 92.78h1.75v4.97h-1.75zM406.76 246.29h64.89v-5.41h-64.89v5.4zm63.13-3.66v1.9h-61.37v-1.9h61.37zM471.65 232.7h-64.9v5.4h64.9v-5.4zm-1.75 3.65h-61.38v-1.9h61.38v1.9zM406.76 224.5v5.42h64.89v-5.41h-64.89zm63.13 3.66h-61.37v-1.9h61.38v1.9zM406.76 216.33v5.4h64.89v-5.4h-64.89zm63.13 3.65h-61.37v-1.9h61.38v1.9zM406.76 208.14v5.4h64.89v-5.4h-64.89zm63.13 3.66h-61.37v-1.9h61.38v1.9zM385.35 248.62h8.38v-7.89h-8.38v7.9zm1.75-6.13h4.87v4.38h-4.87v-4.38zM393.73 230.2h-8.38v7.9h8.38v-7.9zm-1.75 6.15h-4.88v-4.39h4.88v4.39zM393.73 219.69h-8.38v7.89h8.38v-7.9zm-1.75 6.13h-4.88v-4.38h4.88v4.38zM393.73 198.64h-8.38v7.9h8.38v-7.9zm-1.75 6.14h-4.88v-4.39h4.88v4.39zM420.43 196.01h8.37v-7.9h-8.37v7.9zm1.75-6.14h4.87v4.39h-4.87v-4.39zM408.73 196.01h8.38v-7.9h-8.38v7.9zm1.76-6.14h4.87v4.39h-4.87v-4.39zM397.04 196.01h8.38v-7.9h-8.38v7.9zm1.75-6.14h4.87v4.39h-4.87v-4.39zM393.73 188.12h-8.38V196h8.38v-7.9zm-1.75 6.14h-4.88v-4.39h4.88v4.39zM420.43 185.49h8.37v-7.9h-8.37v7.9zm1.75-6.14h4.87v4.38h-4.87v-4.38zM408.73 185.49h8.38v-7.9h-8.38v7.9zm1.76-6.14h4.87v4.38h-4.87v-4.38zM420.43 174.96h8.37v-7.89h-8.37v7.9zm1.75-6.13h4.87v4.38h-4.87v-4.38zM408.73 174.96h8.38v-7.89h-8.38v7.9zm1.76-6.13h4.87v4.38h-4.87v-4.38zM397.04 174.96h8.38v-7.89h-8.38v7.9zm1.75-6.13h4.87v4.38h-4.87v-4.38zM393.73 167.07h-8.38v7.9h8.38v-7.9zm-1.75 6.14h-4.88v-4.38h4.88v4.38zM408.73 164.44h8.38v-7.9h-8.38v7.9zm1.76-6.14h4.87v4.39h-4.87v-4.39zM397.04 164.44h8.38v-7.9h-8.38v7.9zm1.75-6.14h4.87v4.39h-4.87v-4.39zM393.73 156.55h-8.38v7.9h8.38v-7.9zm-1.75 6.14h-4.88v-4.39h4.88v4.39zM420.43 153.92h8.37v-7.9h-8.37v7.9zm1.75-6.14h4.87v4.39h-4.87v-4.39zM408.73 153.92h8.38v-7.9h-8.38v7.9zm1.76-6.14h4.87v4.39h-4.87v-4.39zM397.04 153.92h8.38v-7.9h-8.38v7.9zm1.75-6.14h4.87v4.39h-4.87v-4.39zM420.43 143.4h8.37v-7.9h-8.37v7.9zm1.75-6.14h4.87v4.38h-4.87v-4.38zM397.04 143.4h8.38v-7.9h-8.38v7.9zm1.75-6.14h4.87v4.38h-4.87v-4.38zM393.73 135.5h-8.38v7.9h8.38v-7.9zm-1.75 6.14h-4.88v-4.38h4.88v4.38zM420.43 132.87h8.37v-7.89h-8.37v7.9zm1.75-6.14h4.87v4.39h-4.87v-4.39zM408.73 132.87h8.38v-7.89h-8.38v7.9zm1.76-6.14h4.87v4.39h-4.87v-4.39zM397.04 132.87h8.38v-7.89h-8.38v7.9zm1.75-6.14h4.87v4.39h-4.87v-4.39zM393.73 124.98h-8.38v7.9h8.38v-7.9zm-1.75 6.14h-4.88v-4.39h4.88v4.39zM420.43 122.35h8.37v-7.9h-8.37v7.9zm1.75-6.14h4.87v4.39h-4.87v-4.39zM408.73 122.35h8.38v-7.9h-8.38v7.9zm1.76-6.14h4.87v4.39h-4.87v-4.39zM393.73 114.46h-8.38v7.89h8.38v-7.9zm-1.75 6.14h-4.88v-4.4h4.88v4.4zM420.43 111.83h8.37v-7.9h-8.37v7.9zm1.75-6.14h4.87v4.38h-4.87v-4.38zM408.73 111.83h8.38v-7.9h-8.38v7.9zm1.76-6.14h4.87v4.38h-4.87v-4.38zM397.04 111.83h8.38v-7.9h-8.38v7.9zm1.75-6.14h4.87v4.38h-4.87v-4.38zM393.73 103.94h-8.38v7.89h8.38v-7.9zm-1.75 6.13h-4.88v-4.38h4.88v4.38zM420.43 101.3h8.37v-7.89h-8.37v7.9zm1.75-6.14h4.87v4.39h-4.87v-4.39zM408.73 101.3h8.38v-7.89h-8.38v7.9zm1.76-6.14h4.87v4.39h-4.87v-4.39zM397.04 101.3h8.38v-7.89h-8.38v7.9zm1.75-6.14h4.87v4.39h-4.87v-4.39zM420.43 90.78h8.37V82.9h-8.37v7.9zm1.75-6.14h4.87v4.39h-4.87v-4.39zM428.8 72.22h-8.37v7.9h8.37v-7.9zm-1.75 6.14h-4.87v-4.39h4.87v4.39zM417.11 72.22h-8.38v7.9h8.38v-7.9zm-1.75 6.14h-4.87v-4.39h4.87v4.39zM405.42 82.89h-8.38v7.9h8.38v-7.9zm-1.75 6.14h-4.88v-4.38h4.88v4.38zM393.73 82.89h-8.38v7.9h8.38v-7.9zm-1.75 6.14h-4.88v-4.38h4.88v4.38zM372.49 236.56h1.75v9.85h-1.75zM372.49 223.89h1.75v9.85h-1.75zM372.49 211.22h1.75v9.85h-1.75zM372.49 198.56h1.75v9.85h-1.75zM372.49 185.89h1.75v9.85h-1.75zM372.49 173.22h1.75v9.85h-1.75zM372.49 160.55h1.75v9.85h-1.75zM372.49 147.88h1.75v9.85h-1.75zM367.81 236.56h1.75v9.85h-1.75zM367.81 223.89h1.75v9.85h-1.75zM367.81 211.22h1.75v9.85h-1.75zM367.81 198.56h1.75v9.85h-1.75zM367.81 185.89h1.75v9.85h-1.75zM367.81 173.22h1.75v9.85h-1.75zM367.81 160.55h1.75v9.85h-1.75zM367.81 147.88h1.75v9.85h-1.75zM363.13 236.56h1.75v9.85h-1.75zM363.13 223.89h1.75v9.85h-1.75zM363.13 211.22h1.75v9.85h-1.75zM363.13 198.56h1.75v9.85h-1.75zM363.13 173.22h1.75v9.85h-1.75zM363.13 147.88h1.75v9.85h-1.75zM358.46 236.56h1.75v9.85h-1.75zM358.46 223.89h1.75v9.85h-1.75zM358.46 198.56h1.75v9.85h-1.75zM358.46 185.89h1.75v9.85h-1.75zM358.46 173.22h1.75v9.85h-1.75zM358.46 160.55h1.75v9.85h-1.75zM358.46 147.88h1.75v9.85h-1.75zM353.78 236.56h1.75v9.85h-1.75zM353.78 223.89h1.75v9.85h-1.75zM353.78 211.22h1.75v9.85h-1.75zM353.78 198.56h1.75v9.85h-1.75zM353.78 185.89h1.75v9.85h-1.75zM353.78 173.22h1.75v9.85h-1.75zM353.78 160.55h1.75v9.85h-1.75zM349.1 223.89h1.75v9.85h-1.75zM349.1 198.56h1.75v9.85h-1.75zM349.1 185.89h1.75v9.85h-1.75zM349.1 160.55h1.75v9.85h-1.75zM349.1 147.88h1.75v9.85h-1.75zM344.43 211.22h1.75v9.85h-1.75zM344.43 198.56h1.75v9.85h-1.75zM344.43 185.89h1.75v9.85h-1.75zM344.43 173.22h1.75v9.85h-1.75zM344.43 160.55h1.75v9.85h-1.75zM344.43 147.88h1.75v9.85h-1.75zM344.43 135.21h1.75v9.85h-1.75z'/%3E%3Cpath d='M529.23 257.27v-9.56a9.7 9.7 0 005.86-16.67 8.29 8.29 0 10-14.88-6.37 7.25 7.25 0 00-10.41 9.85 8.48 8.48 0 005.08 14.48v8.11h1.76V249a8.47 8.47 0 005.82-3.25 9.6 9.6 0 005.02 1.96v9.56h1.75zm-8.22-12.51a6.73 6.73 0 01-4.38 2.46v-2.72l3.34-3.34-1.24-1.24-2.1 2.1v-4.15h-1.75v1.25l-2.4-2.4-1.24 1.25 3.64 3.63v5.62a6.72 6.72 0 01-3.34-11.91l.72-.58-.6-.69a5.5 5.5 0 118.2 0l-.62.7.72.57a6.72 6.72 0 011.05 9.45zm2.37-.5a8.44 8.44 0 00-1.67-9.74 7.23 7.23 0 00.1-8.12v-.18a6.54 6.54 0 1111.41 4.34l-.61.7.72.57a7.96 7.96 0 01-4.1 14.12v-3.4l3.92-3.92-1.24-1.24-2.68 2.69v-5.16h-1.75v1.8l-3.03-3.03-1.24 1.24 4.27 4.27v6.75a7.88 7.88 0 01-4.1-1.7z'/%3E%3Cpath d='M531.9 226.22h1.76c0-.86-.21-1.7-.6-2.45l-1.56.81c.27.5.4 1.07.4 1.64zM531.85 222.24a5.3 5.3 0 00-3.5-1.32v1.75c.86 0 1.7.32 2.34.89l1.16-1.32zM519.91 228.22l-1.55.81c.22.42.33.89.33 1.36h1.75c0-.76-.18-1.5-.53-2.17zM515.76 225.7v1.75c.71 0 1.4.26 1.93.73l1.16-1.31a4.68 4.68 0 00-3.1-1.17zM278.5 257.19V246.6a10.58 10.58 0 006.41-18.22 9.02 9.02 0 10-16.17-6.86 7.88 7.88 0 00-11.39 10.68 9.23 9.23 0 005.56 15.82v9h1.75v-9a9.23 9.23 0 006.47-3.61 10.47 10.47 0 005.62 2.2v10.58h1.75zm-8.87-13.69a7.48 7.48 0 01-4.96 2.75v-3.13l3.7-3.7-1.25-1.24-2.46 2.46v-4.77h-1.75v1.59l-2.78-2.78-1.24 1.24 4.02 4.02v6.31a7.48 7.48 0 01-3.8-13.26l.72-.58-.62-.69a6.14 6.14 0 119.15 0l-.61.7.72.57a7.48 7.48 0 011.16 10.51zm7.11-10.87v2.18l-3.47-3.47-1.24 1.24 4.71 4.71v7.56a8.75 8.75 0 01-4.69-1.93 9.2 9.2 0 00-1.83-10.72 7.85 7.85 0 00.14-8.9v-.23a7.27 7.27 0 1112.68 4.83l-.61.69.72.58a8.83 8.83 0 01-4.65 15.68v-3.86l4.34-4.34-1.24-1.24-3.1 3.1v-5.88h-1.76z'/%3E%3Cpath d='M281.61 223.07h1.75c0-.92-.22-1.83-.65-2.65l-1.55.81c.3.57.45 1.2.45 1.84zM281.41 218.76a5.73 5.73 0 00-3.79-1.43v1.75c.97 0 1.9.36 2.63 1l1.16-1.32zM268.27 225.3l-1.55.82c.25.47.38 1 .37 1.53h1.76c0-.82-.2-1.62-.58-2.34zM263.78 222.59v1.75c.8 0 1.58.3 2.19.82l1.15-1.31a5.05 5.05 0 00-3.34-1.26zM110.86 257.27v-9.56a9.7 9.7 0 005.86-16.67 8.29 8.29 0 10-14.88-6.37 7.25 7.25 0 00-10.4 9.85A8.48 8.48 0 0096.5 249v8.11h1.76V249a8.47 8.47 0 005.82-3.25 9.6 9.6 0 005.02 1.96v9.56h1.75zm-8.21-12.51a6.72 6.72 0 01-4.38 2.46v-2.72l3.34-3.34-1.24-1.24-2.1 2.1v-4.15h-1.75v1.25l-2.4-2.4-1.24 1.25 3.64 3.63v5.62a6.72 6.72 0 01-3.34-11.91l.72-.58-.61-.69a5.5 5.5 0 118.2 0l-.6.7.71.57a6.72 6.72 0 011.05 9.45zm6.46-5.57v6.76a7.87 7.87 0 01-4.1-1.7 8.44 8.44 0 00-1.66-9.73 7.23 7.23 0 00.1-8.12v-.18a6.54 6.54 0 1111.41 4.34l-.61.7.72.57a7.96 7.96 0 01-4.1 14.12v-3.4l3.92-3.92-1.24-1.24-2.68 2.69v-5.16h-1.76v1.8l-3.03-3.03-1.24 1.24 4.27 4.26z'/%3E%3Cpath d='M113.54 226.22h1.75c0-.86-.2-1.7-.6-2.45l-1.55.81c.26.5.4 1.07.4 1.64zM113.48 222.24a5.3 5.3 0 00-3.5-1.32v1.75c.87 0 1.7.32 2.34.89l1.17-1.32zM101.55 228.22l-1.56.81c.22.42.34.89.33 1.36h1.76c0-.76-.19-1.5-.53-2.17zM97.4 225.7v1.75c.7 0 1.39.26 1.92.73l1.16-1.31a4.68 4.68 0 00-3.09-1.17zM337.38 234.72a3.4 3.4 0 100 6.8 3.4 3.4 0 000-6.8zm1.17 4.57a1.7 1.7 0 01-2.34 0 1.65 1.65 0 112.34 0z'/%3E%3Cpath d='M345.14 256.82h1.76v-9.15c0-1.1-.7-2.06-1.73-2.43v-13.48a4.34 4.34 0 10-8.67 0v.2a5.2 5.2 0 00-2.82 1.45l1.24 1.24a3.48 3.48 0 014.92 0l1.24-1.24a5.21 5.21 0 00-2.82-1.45v-.2a2.58 2.58 0 015.16 0v13.48a2.6 2.6 0 00-1.72 2.43v9.15h1.75v-9.15a.84.84 0 011.7 0v9.15zM483.02 234.72a3.4 3.4 0 100 6.8 3.4 3.4 0 000-6.8zm1.17 4.57a1.7 1.7 0 01-2.33 0 1.65 1.65 0 112.33 0z'/%3E%3Cpath d='M490.79 256.82h1.75v-9.15c0-1.1-.7-2.06-1.72-2.43v-13.48a4.34 4.34 0 00-8.67 0v.2a5.2 5.2 0 00-2.83 1.45l1.24 1.24a3.48 3.48 0 014.92 0l1.24-1.24a5.2 5.2 0 00-2.82-1.45v-.2a2.58 2.58 0 015.17 0v13.48a2.6 2.6 0 00-1.73 2.43v9.15h1.76v-9.15a.84.84 0 011.69 0v9.15zM460.86 76.07h4.5c.49 0 .88-.39.88-.87a4.68 4.68 0 017.71-3.58.88.88 0 101.14-1.34 6.45 6.45 0 00-1.92-1.12 10.05 10.05 0 0118.93-1.18.88.88 0 101.61-.69c-.2-.47-.44-.94-.7-1.38a7.03 7.03 0 018.11 6.94.88.88 0 001.76 0c0-.4-.04-.79-.1-1.18h.02a4 4 0 013.99 4c0 .47.39.87.87.87h4.44a.88.88 0 100-1.76h-3.63a5.75 5.75 0 00-5.67-4.86c-.15 0-.3 0-.43.02a8.75 8.75 0 00-10.45-5.6 11.8 11.8 0 00-20.46 4.44 6.42 6.42 0 00-6.92 5.54h-3.68a.88.88 0 000 1.75zM194.83 54.4a6.28 6.28 0 00-6.2 5.4h-3.55a.88.88 0 000 1.75h4.36c.49 0 .88-.4.88-.88a4.51 4.51 0 017.43-3.44.88.88 0 101.13-1.34 6.23 6.23 0 00-1.84-1.08 9.71 9.71 0 0118.3-1.13.88.88 0 001.6-.68c-.19-.45-.4-.89-.66-1.31a6.78 6.78 0 017.8 6.7.88.88 0 101.75.01c0-.38-.03-.75-.08-1.12a3.84 3.84 0 013.82 3.84c0 .48.39.87.87.88h4.3a.88.88 0 000-1.76h-3.5a5.6 5.6 0 00-5.52-4.71c-.13 0-.26 0-.4.02a8.52 8.52 0 00-10.13-5.43 11.47 11.47 0 00-19.86 4.3 6.64 6.64 0 00-.5-.02zM501.24 33.71h3.97c.48 0 .87-.39.87-.87a4.03 4.03 0 016.64-3.08.88.88 0 101.13-1.33 5.71 5.71 0 00-1.63-.97 8.76 8.76 0 0116.47-.95.88.88 0 101.61-.68c-.16-.38-.34-.75-.55-1.1a6.1 6.1 0 016.88 6.04.88.88 0 001.76 0c0-.32-.02-.63-.06-.94a3.41 3.41 0 013.3 3.41c0 .49.4.88.88.88h3.91a.88.88 0 000-1.75h-3.1a5.18 5.18 0 00-5.1-4.3l-.3.03a7.83 7.83 0 00-9.25-4.95 10.51 10.51 0 00-18.16 3.93l-.4-.02a5.79 5.79 0 00-5.71 4.9h-3.16a.88.88 0 100 1.75zM133.08 28.18v.01h5.55c.48 0 .88-.39.88-.87a5.98 5.98 0 019.84-4.56.88.88 0 101.15-1.32l-.02-.02a7.71 7.71 0 00-2.47-1.4 12.58 12.58 0 0123.75-1.68.88.88 0 001.63-.64l-.02-.04c-.28-.67-.61-1.31-1-1.93a8.84 8.84 0 0110.53 8.7.88.88 0 001.75 0c0-.55-.05-1.1-.14-1.65l.25-.01c2.82 0 5.11 2.3 5.12 5.12 0 .48.39.88.87.88h5.47a.88.88 0 000-1.76h-4.65a6.88 6.88 0 00-7.48-5.96 10.58 10.58 0 00-12.81-6.87 14.33 14.33 0 00-24.98 5.45 7.68 7.68 0 00-8.5 6.77v.03h-4.72a.88.88 0 000 1.75zM45.34 95.1v.01h4.26c.49 0 .88-.4.88-.88a4.39 4.39 0 017.23-3.34.88.88 0 101.13-1.34 6.13 6.13 0 00-1.79-1.05 9.47 9.47 0 0117.83-1.09.88.88 0 101.63-.64l-.02-.04c-.18-.43-.4-.85-.63-1.25a6.62 6.62 0 017.56 6.54.88.88 0 101.75 0c0-.36-.03-.72-.07-1.08a3.74 3.74 0 013.69 3.73c0 .49.39.88.87.88h4.2a.88.88 0 000-1.75h-3.39a5.5 5.5 0 00-5.42-4.61c-.12 0-.25 0-.37.02a8.34 8.34 0 00-9.9-5.3 11.22 11.22 0 00-19.44 4.2 6.15 6.15 0 00-6.55 5.25h-3.45a.88.88 0 000 1.75zM309.22 20.4h5.9c.48 0 .87-.4.87-.88a6.4 6.4 0 0110.55-4.89.88.88 0 101.14-1.34 8.15 8.15 0 00-2.66-1.5 13.43 13.43 0 0125.36-1.84.88.88 0 101.62-.68 15.4 15.4 0 00-1.1-2.11 9.46 9.46 0 0111.32 9.29.88.88 0 001.76 0c0-.6-.06-1.2-.16-1.8l.33-.02a5.5 5.5 0 015.5 5.5c0 .49.4.88.88.88h5.8a.88.88 0 000-1.76h-4.98a7.25 7.25 0 00-7.95-6.33 11.2 11.2 0 00-13.6-7.3 15.17 15.17 0 00-26.49 5.8 8.1 8.1 0 00-9 7.08l-.02.15h-5.07a.88.88 0 000 1.75zM247.29 118.21l18.95-9.79h20.44v-1.75h-20.87l-18.53 9.56z'/%3E%3Cpath d='M286.68 113.15h-20.87l-10.44 5.4v1.97l10.87-5.61h20.44zM286.68 86.84h-20.87l-18.53 9.57v1.97l18.96-9.79h20.44z'/%3E%3Cpath d='M247.29 103.23v1.97l18.95-9.79h20.44v-1.75h-20.87z'/%3E%3Cpath d='M247.29 111.39l18.95-9.79h20.44v-1.76h-20.87l-18.53 9.57z'/%3E%3C/g%3E%3C/svg%3E") bottom 0 left 0/auto 65% repeat-x #F7F7F7;
  text-align: center;
  font-size: 1.25rem;
  color: #474747;
  line-height: 1.6;
  margin-bottom: 2.8rem;
}
.projectItem-about .content {
  padding: 4rem 30px 3.4rem;
  margin: auto;
  max-width: 990px;
}
.projectItem-about h2 {
  font-size: 2rem;
  font-weight: 500;
  color: #03233A;
  margin-bottom: 1.1rem;
}
/****************************/
.projectItem-props {
  margin-bottom: 2.8rem;
  font-weight: 600;
}
.projectItem-props .bgImg {
  height: 100%;
  margin: 0;
  min-height: 200px;
  background: 0 0/cover no-repeat;
}
.projectItem-props .content {
  background: #fff;
  color: #474747;
  padding: 1.8rem 4.6rem 1rem 1rem;
}
.projectItem-props a {
  color: #0A8AE6;
}
.projectItem-props ul {
  list-style: none;
}
.projectItem-props .check {
  font-size: 1.25rem;
  margin-bottom: 4rem;
}
.projectItem-props .check li {
  margin: 1.7rem 0 2.3rem;
}
.projectItem-props .check li:before {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs/%3E%3Cg data-name='Group 589'%3E%3Cg fill='%234d66e6' stroke='%234d66e6' stroke-width='2' data-name='Ellipse 16'%3E%3Ccircle cx='12' cy='12' r='12' stroke='none'/%3E%3Ccircle cx='12' cy='12' r='11' fill='none'/%3E%3C/g%3E%3Cg data-name='Group 581'%3E%3Cg data-name='Group 580'%3E%3Cg data-name='Group 579'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M8.99 16.98a1.1 1.1 0 001.02-.3l7.79-7.8a1.1 1.1 0 10-1.56-1.55l-7.02 7L6.88 12a1.1 1.1 0 00-1.56 1.56l3.13 3.13a1.07 1.07 0 00.54.3z' data-name='Path 5239'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
  width: 24px;
  height: 24px;
  float: right;
  margin: 0.1rem -38px 0 0;
}
.projectItem-props h3 {
  color: #101D62;
  font-weight: 600;
}
.projectItem-props h3:last-of-type {
  font-size: 1.75rem;
}
.projectItem-props .get {
  font-size: 1.125rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding: 0;
}
.projectItem-props .get li {
  flex: 0 0 50%;
  width: 100%;
  max-width: 50%;
  margin: 1.7rem 0 0;
  padding: 0 0 0 1rem;
  display: flex;
}
.projectItem-props .get li:before {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs/%3E%3Cpath fill='%230a8ae6' d='M10.97 15.59V6.7a.7.7 0 111.4 0v8.87l2.76-2.76a.7.7 0 011 1l-3.9 3.9a.66.66 0 01-.06.07.71.71 0 01-1 0 .66.66 0 01-.06-.06l-3.9-3.91a.7.7 0 011-1z' data-name='Path 5242'/%3E%3Cg fill='none' stroke='%230a8ae6' data-name='Ellipse 18'%3E%3Ccircle cx='12' cy='12' r='12' stroke='none'/%3E%3Ccircle cx='12' cy='12' r='11.5'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin-left: 1rem;
}
@media (max-width: 576px) {
  .projectItem-props .get li {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .projectItem-props .content {
    padding: 1.8rem 2rem 1rem 1rem;
  }
}
@media (min-width: 992px) {
  .projectItem-props .col-12.col-lg-7 {
    padding-left: 5px;
  }
  .projectItem-props .col-12.col-lg-5 {
    padding-right: 0;
  }
}

/****************************/
.projectItem-gallery {
  padding-top: 4rem;
  margin-bottom: 4.8rem;
}
.projectItem-gallery h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.projectItem-gallery .swiper-slide {
  width: auto;
  overflow: hidden;
  height: 640px;
}
.projectItem-gallery .swiper-slide img {
  min-height: 100%;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
.projectItem-gallery .swiper-button-prev, .projectItem-gallery .swiper-button-next {
  color: #fff;
  font-weight: bolder;
}
@media (min-width: 1780px) {
  .projectItem-gallery {
    margin-left: -2.3%;
    margin-right: -2.3%;
  }
}

/****************************/
.projectItem-location {
  background: #F7F7F7;
  color: #474747;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 4.8rem;
}
.projectItem-location .content {
  max-width: 1020px;
  margin: auto;
  padding: 4.1rem 1rem 1rem;
}
.projectItem-location h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #03233A;
}
.projectItem-location .check {
  font-size: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  max-width: 1220px;
  margin: 0 auto 1.2rem;
}
.projectItem-location .check li {
  width: 100%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  margin: 0.8rem 0 1.7rem;
  padding: 0 0 0 1rem;
  display: flex;
  font-weight: 600;
}
.projectItem-location .check li:before {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs/%3E%3Cg data-name='Group 589'%3E%3Cg fill='%234d66e6' stroke='%234d66e6' stroke-width='2' data-name='Ellipse 16'%3E%3Ccircle cx='12' cy='12' r='12' stroke='none'/%3E%3Ccircle cx='12' cy='12' r='11' fill='none'/%3E%3C/g%3E%3Cg data-name='Group 581'%3E%3Cg data-name='Group 580'%3E%3Cg data-name='Group 579'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M8.99 16.98a1.1 1.1 0 001.02-.3l7.79-7.8a1.1 1.1 0 10-1.56-1.55l-7.02 7L6.88 12a1.1 1.1 0 00-1.56 1.56l3.13 3.13a1.07 1.07 0 00.54.3z' data-name='Path 5239'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin-left: 1rem;
}
@media (max-width: 576px) {
  .projectItem-location .check li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.projectItem-location iframe {
  margin: auto;
  display: block;
  width: 100%;
  height: 480px;
}

/****************************/
.projectItem-contact {
  color: #474747;
  text-align: center;
  font-size: 1.25rem;
  margin: 0 calc((-100vw + 100% + 20px) / 2);
  position: relative;
  overflow: hidden;
  line-height: 1.6;
  padding: 3rem 0 4rem;
}
.projectItem-contact:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 50%;
  background: var(--background) center center/cover fixed;
}
.projectItem-contact .content {
  margin: auto;
  max-width: 866px;
  position: relative;
}
.projectItem-contact h2 {
  color: #101D62;
  font-size: 2rem;
  font-weight: 600;
}
.projectItem-contact .contactForm {
  background: #101D62;
  color: #fff;
  margin: 2.5rem auto;
  padding: 2rem;
}
.projectItem-contact .contactForm h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.projectItem-contact .contactForm .row {
  margin: auto;
  max-width: 590px;
}
.projectItem-contact .contactForm .form-group {
  text-align: right;
  padding: 0 8.5px;
}
.projectItem-contact .contactForm .form-group label {
  font-size: 1rem;
}
@media (max-width: 576px) {
  .projectItem-contact .contactForm .form-group {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.projectItem-contact .contactForm .btn {
  background: #FFD339;
  margin: 0.5rem auto auto 8.5px;
  font-size: 1.25rem;
  color: #101D62;
  min-width: 175px;
}
@media (max-width: 576px) {
  .projectItem-contact .contactForm .btn {
    width: 100%;
    margin: 0.5rem 8.5px auto;
  }
}

/****************************/
.gcBigTitle {
  display: flex;
  justify-content: space-between;
  font-size: 36px;
  font-weight: 500;
  align-items: center;
  line-height: 1;
  margin-bottom: 1.3rem;
}

.emptyInfo {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
.emptyInfo .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #032339;
  text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff;
  font-size: 20px;
}

.gcBigTitle .btn-link {
  color: #101d62;
  text-decoration: underline;
}

.personMeta {
  max-width: 840px;
}
.personMeta .form-group {
  max-width: 176px;
}
@media (min-width: 768px) {
  .personMeta .form-group {
    min-width: 176px;
  }
}

.gcHead {
  border-bottom: 1px solid #e0e0e0;
  height: 90px;
}
.gcHead h1 {
  font-size: 24px;
}
@media (min-width: 768px) {
  .gcHead {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .gcHead {
    padding: 0.5rem 0;
  }
  .gcHead h1 {
    text-align: center;
    line-height: 1;
  }
}

.gcConteiner input {
  border-color: #848282;
  color: #0f1d61;
}
.gcConteiner h3 {
  font-size: 20px;
}

.info2 {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #0f1d61;
  font-size: 13px;
  text-align: center;
  border: 1px solid;
  border-radius: 100%;
}
.info2:hover {
  background: #0f1d61;
  border-color: #0f1d61;
  color: #fff;
  text-decoration: none;
}

.gcConteiner h3 .info:focus {
  background: #0f1d61;
  border-color: #0f1d61;
  color: #fff;
  text-decoration: none;
}

.tavTypeNav .nav-item {
  width: 100%;
  max-width: 180px;
  margin: 0;
}
.tavTypeNav .nav-item .nav-link {
  text-align: center;
  color: #0f1d61;
  border: 1px solid #848282;
  border-radius: 0;
}
.tavTypeNav .nav-item .nav-link.active {
  background: #ffd33b;
}

.tavTypeNav {
  padding: 0;
  border: 0;
}

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

.formHr {
  margin: 1.9rem 0;
  border-color: #cdd1d3;
}

.totalBox {
  margin: 1.2rem 0 -2rem;
  max-width: 485px;
  font-size: 18px;
}
.totalBox .row {
  margin: 0;
  border-top: 1px solid #cdd1d3;
  padding: 1.3rem 0;
}

.row.spinnersTitle {
  margin: 1.2rem 1px 0;
  font-size: 18px;
}
.row.spinnersTitle .col {
  max-width: 259px;
}
@media (max-width: 767.98px) {
  .row.spinnersTitle .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.row.spinnerRow {
  margin: 0.2rem -15px 0;
  font-size: 18px;
  clear: both;
}
.row.spinnerRow .col.spinner.form-group .input-group {
  border: 1px solid #848282;
}
.row.spinnerRow .col.spinner.form-group .input-group .input-group-prepend {
  border: 0;
}
.row.spinnerRow .col.spinner.form-group .input-group .form-control {
  border: 0;
  height: calc(1.5em + 0.75rem);
}
.row.spinnerRow .col.spinner.form-group .input-group .input-group-append {
  border: 0;
}
.row.spinnerRow .col.spinner.form-group .input-group .btn.btn-decrement.btn-outline-secondary, .row.spinnerRow .col.spinner.form-group .input-group .btn.btn-increment.btn-outline-secondary {
  border: 0;
  margin: 2px;
  border-radius: 5px;
  background: #e3e6e9;
  padding: 0rem 0.75rem;
  line-height: 1;
}
.row.spinnerRow .col.form-group {
  max-width: 210px;
}
@media (max-width: 767.98px) {
  .row.spinnerRow .col.form-group {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.row.spinnerRow .del {
  color: #0f1d61;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
  z-index: 99999 !important;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}

.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.input-group.uploadFile .input-group-prepend .input-group-text {
  background: 0;
  border: 0;
  border-radius: 0;
  text-decoration: underline;
}

.gcSmallTitle {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 1.3rem;
}
.gcSmallTitle:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 4px;
  background-color: #ffd33b;
  width: 5em;
}

.error {
  color: red;
}

/****************************/
@media (max-width: 576px) {
  #divBut {
    padding: 0;
  }
  #divBut .butLine {
    justify-content: space-between;
    display: flex;
  }
  #divBut .butLine .btn {
    margin: auto !important;
    max-width: 49%;
    flex: 0 0 49%;
    min-width: auto;
  }
}

.buildItBody {
  padding: 0;
  background: 0 0/100% auto no-repeat #fff;
}
.buildItBody .contractorsSearch {
  border: 0;
  margin: 0;
}
.buildItBody .contractorsSearch .nav.nav-tabs {
  border-bottom: 1px solid #d2d2d2;
}
.buildItBody .contractorsSearch h1 {
  font-size: clamp(1.8rem, 3.2vw, 3.812rem);
  margin-bottom: 0.5em;
}
.buildItBody .contractorsSearch h1:after {
  display: none;
}
.buildItBody .contractorsSearch legend span {
  border-bottom: 4px solid #FFD339;
}
.buildItBody .contractorsSearch .form {
  background: 0;
  margin: auto 5.6% auto 0;
  padding: 4.7% 0;
  width: 735px;
  max-width: 88.2%;
}
.buildItBody .contractorsSearch .form #advancedSearch .col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.buildItBody .contractorsSearch .form #advancedSearch .btn.btn-primary {
  min-width: 150px;
  margin: 6px auto auto 15px;
}
.buildItBody .contractorsSearch .tab-content {
  border: 0;
  background: 0;
}
.buildItBody .contractorsSearch .tab-content .tab-pane {
  padding: 0;
}
@media (max-width: 620px) {
  .buildItBody .contractorsSearch .form #advancedSearch .form-group {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.buildItHeader { /*margin-top: calc(-90px - 3rem);*/
  border-top: 7px solid #FFD339;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px 2.6%;
}
.buildItHeader .btn.btn-outline-primary {
  background-color: #fff;
  font-weight: 600;
  min-width: 200px;
}
.buildItHeader .btn.btn-outline-primary:hover, .buildItHeader .btn.btn-outline-primary:focus {
  background-color: #101D62;
  border-color: #101D62;
}
.buildItHeader + main {
  min-height: calc(100vh - 290px);
}

/*
*<section class="buildIt">
*			<div class="container">
*				<div class="intro">
*					<h1>הכל בזירה אחת</h1>
*					<p>
*						<strong>אם יש צורך בכמה משפטים של קבלת פנים, הסבר על הדף המקדים עד שני משפטים, לא רצוי יותר</strong>
*					</p>
*				</div>
*				<ul class="buildItSearchSelect">
*					<li>
*						<a href="#">
*							<figure><img src="../images/tradesman.png" alt=""></figure>
*							<h2>חיפוש קבלנים</h2>
*							<div class="text">.מאגר הקבלנים שלנו לרשותכם לכל סוגי הפרוייקטים, מתאים גם לקבלני משנה או כל טקסט אחר</div>
*							<div class="more">מאגר קבלנים</div>
*						</a>
*					</li>
*/
.buildItLoby {
  min-height: 670px;
}
.buildItLoby .container {
  max-width: 1670px;
}
.buildItLoby .intro {
  padding: 3.5rem 0 1rem;
}
.buildItLoby .intro h1 {
  font-size: clamp(46px, 4.2vw, 80px);
  font-weight: 700;
  margin: 0;
}
.buildItLoby .intro p {
  font-size: 1.25rem;
  font-weight: 600;
}
.buildItLoby .buildItSearchSelect {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.buildItLoby .buildItSearchSelect li {
  max-width: 340px;
  padding-left: 70px;
  width: 100%;
}
.buildItLoby .buildItSearchSelect a {
  font-weight: 600;
  font-size: 1.125rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.buildItLoby .buildItSearchSelect a:hover, .buildItLoby .buildItSearchSelect a:focus {
  text-decoration: none;
}
.buildItLoby .buildItSearchSelect a:hover figure, .buildItLoby .buildItSearchSelect a:focus figure {
  opacity: 1;
}
.buildItLoby .buildItSearchSelect a:hover figure.tradesman, .buildItLoby .buildItSearchSelect a:focus figure.tradesman {
  background-image: url(/National_Library/oe_/https://my.acb.org.il/images/tradesmanH.png);
}
.buildItLoby .buildItSearchSelect a:hover figure.building, .buildItLoby .buildItSearchSelect a:focus figure.building {
  background-image: url(/National_Library/oe_/https://my.acb.org.il/images/buildingH.png);
}
.buildItLoby .buildItSearchSelect a:hover figure.toolbox, .buildItLoby .buildItSearchSelect a:focus figure.toolbox {
  background-image: url(/National_Library/oe_/https://my.acb.org.il/images/toolboxH.png);
}
.buildItLoby .buildItSearchSelect a:hover .more:after, .buildItLoby .buildItSearchSelect a:focus .more:after {
  transform: translateX(-14px);
}
.buildItLoby .buildItSearchSelect figure {
  opacity: 0.7;
  background: center center/cover no-repeat;
  width: 140px;
  height: 140px; /*margin: 0 auto 1rem; border:1px dashed #0E7CC6; border-radius: 100%; overflow: hidden; display: flex; justify-content: center; align-items: center;*/
}
.buildItLoby .buildItSearchSelect figure img {
  width: 61%;
  height: auto;
  visibility: hidden;
}
.buildItLoby .buildItSearchSelect figure.tradesman {
  background-image: url(/National_Library/oe_/https://my.acb.org.il/images/tradesman.png);
}
.buildItLoby .buildItSearchSelect figure.building {
  background-image: url(/National_Library/oe_/https://my.acb.org.il/images/building.png);
}
.buildItLoby .buildItSearchSelect figure.toolbox {
  background-image: url(/National_Library/oe_/https://my.acb.org.il/images/toolbox.png);
}
.buildItLoby .buildItSearchSelect h2 {
  font-size: clamp(26px, 4.2vw, 36px);
  margin-bottom: 1rem;
}
.buildItLoby .buildItSearchSelect .text {
  margin-bottom: 0.5rem;
}
.buildItLoby .buildItSearchSelect .more {
  margin: auto 0 0;
  color: #0E7CC6;
}
.buildItLoby .buildItSearchSelect .more:after {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 10.59'%3E%3Cdefs/%3E%3Cpath fill='%230e7cc6' d='M4.9 10.4a.53.53 0 10.75-.75L1.82 5.8h12.67a.54.54 0 000-1.07H1.82L5.66.91a.54.54 0 000-.75.53.53 0 00-.75 0L.16 4.9a.52.52 0 000 .76z'/%3E%3C/svg%3E") center center/contain no-repeat;
  width: 15px;
  height: 11px;
  display: inline-block;
  transform: translateX(-4px);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .buildItLoby .buildItSearchSelect {
    flex-direction: column;
  }
  .buildItLoby .buildItSearchSelect li {
    max-width: 100%;
    padding: 0 1rem 3rem;
  }
}

@media (max-width: 991.98px) {
  footer.buildItFtr .row .col-auto:nth-child(2) {
    text-align: center;
    padding-top: 1rem;
  }
}
@media (min-width: 992px) {
  footer.buildItFtr .row {
    align-items: baseline;
  }
  footer.buildItFtr .row .col-auto:nth-child(2), footer.buildItFtr .row .col-auto:nth-child(3) {
    margin: 0;
  }
  footer.buildItFtr .row .col-auto:nth-child(1) {
    margin: auto;
  }
  footer.buildItFtr .row .col-auto:nth-child(2) {
    order: -1;
  }
}

/****************************/
/*
*<div class="modal fade" id="welcomeModal" tabindex="-1" aria-labelledby="welcomeModalLabel" aria-hidden="true">
*		<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable">
*			<div class="modal-content">
*				<div class="modal-header">
*					<img src="https://picsum.photos/id/294/200/300" alt="" title="" aria-hidden="true">
*					<h5 class="modal-title" id="welcomeModalLabel"> קבלנים יקרים, הגיע הזמן ללהינות מהשירותים החדשים!</h5>
*					<button type="button" class="close" data-dismiss="modal" aria-label="Close">
*						<span aria-hidden="true"></span>
*					</button>
*				</div>
*				<div class="modal-body">
*					<p>להאמית קרהשק סכעיט דז מא, מנכם למטכין נשואי מנורך. קוואזי במר מודוף. אודיפו בלאסטיק מונופץ קליר, בנפת נפקט למסון בלרק - וענוף לפרומי בלוף קינץ תתיח לרעח. <br>
*						 לת צשחמי צש בליא, מנסוטו צמלח לביקו ננבי, צמוקו בלוקריה שיצמה ברורק.</p>
*						 <a href="#" class="btn" data-dismiss="modal">לחצו כאן</a>
*				</div>
*			</div>
*		</div>
*	</div>
*/
#welcomeModal .modal-dialog {
  max-width: 620px;
}
#welcomeModal .modal-header {
  padding: 0;
  border: 0;
  background: #000;
  flex-wrap: wrap;
  text-align: center;
}
#welcomeModal .modal-header img {
  flex: 0 0 100%;
  width: 100%;
  object-fit: contain;
  display: block;
  margin: auto;
}
#welcomeModal .modal-header .modal-title {
  flex: 0 0 100%;
  width: 100%;
  color: #fff;
  font-size: 1.56rem;
  padding: 0.4rem 0;
}
#welcomeModal .modal-header .close {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='46' width='46' style=''%3E%3Crect id='backgroundrect' width='100%25' height='100%25' x='0' y='0' fill='none' stroke='none'/%3E%3Cg class='currentLayer' style=''%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath d='M19.97013578796387,22.9161376953125 l-19.36,-19.36 a2.083,2.083 0 0 1 2.946,-2.946 L22.916135787963867,19.970137695312502 l19.36,-19.36 a2.083,2.083 0 0 1 2.946,2.946 L25.862135787963865,22.9161376953125 l19.36,19.36 a2.083,2.083 0 0 1 -2.946,2.946 L22.916135787963867,25.862137695312498 l-19.36,19.36 a2.083,2.083 0 0 1 -2.946,-2.946 L19.97013578796387,22.9161376953125 z' id='svg_1' class=''/%3E%3C/g%3E%3C/svg%3E") no-repeat center center/contain rgba(255, 255, 255, 0.6);
  position: absolute;
  opacity: 0.9;
  border-radius: 100%;
  border: 8px solid rgba(0, 0, 0, 0);
  padding: 0.4rem;
  left: 40px;
  top: 40px;
}
#welcomeModal .modal-body {
  padding: 0.5rem 2rem;
  font-size: 17px;
}
#welcomeModal .modal-body .text-center {
  padding: 1rem 0;
}
#welcomeModal .modal-body .btn {
  font-size: 18px;
  width: 120px;
}
/****************************/
#regModal, #loginModal {
  color: #101d62;
}
#regModal .modal-dialog, #loginModal .modal-dialog {
  max-width: 390px;
}
#regModal label, #loginModal label {
  margin: 0;
}
#regModal .modal-title:after, #loginModal .modal-title:after {
  content: "";
  border-top: 4px solid #FFD339;
  display: block;
  width: 3em;
  margin: 3px 0 0;
}
#regModal p a, #loginModal p a {
  text-decoration: underline;
  color: #1d72e2;
}
#regModal legend, #loginModal legend {
  font-size: 1rem;
}

/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
/****************************/
.narrow .container {
  max-width: 1036px;
}
.wide .container {
  max-width: 1744px;
}
.storeTopBanner {
  margin-bottom: 2.1rem;
}
.storeTopBanner .container {
  background: center center/100% auto no-repeat fixed #121F4D;
  color: #fff;
  position: relative;
  padding: 0;
}
.storeTopBanner .inner-banner-picture {
  position: relative;
  overflow: hidden;
  display: block;
}
@media (max-width: 767.98px) {
  .storeTopBanner .inner-banner-picture {
    height: 180px;
  }
  .storeTopBanner .inner-banner-picture img {
    width: 100%;
    height: auto;
  }
}
.storeTopBanner .content {
  padding: 1.5rem 25px;
  position: relative;
  font-size: 1.25rem;
  font-weight: 300;
}
.storeTopBanner h1 {
  font-size: clamp(1.75rem, 1.7rem + 0.25vw, 2rem);
}
.storeTopBanner .btn {
  background: #fff;
  border: 1px solid #0E7CC6;
  color: #0e7ac2;
  font-weight: 400;
}
.storeTopBanner .btn:hover, .storeTopBanner .btn:focus {
  background: #0e7ac2;
  color: #fff;
}
@media (min-width: 768px) {
  .storeTopBanner {
    margin-bottom: 2.5rem;
  }
  .storeTopBanner .container {
    display: flex;
    min-height: 330px;
    align-items: center;
  }
  .storeTopBanner .inner-banner-picture {
    position: absolute;
    inset: 0 0 0 0;
  }
  .storeTopBanner .inner-banner-picture img {
    position: absolute;
    height: auto;
    width: 71%;
    max-width: none;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  .storeTopBanner .inner-banner-picture:after {
    content: "";
    position: absolute;
    inset: 0 0 0 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 46%, #121f4d 63%, #121f4d 100%);
  }
  .storeTopBanner .content {
    padding: 0 7.5%;
  }
}

.filtersWrap {
  margin-bottom: 2.1rem;
}
.filtersWrap .toggleFilters {
  background: #fff;
  border: 1px solid #CFCFCF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 11px;
}
.filtersWrap .toggleFilters:after {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6.861'%3E%3Cpath d='M6.002 4.793 10.539.254a.854.854 0 0 1 1.211 0 .865.865 0 0 1 0 1.215L6.612 6.612a.856.856 0 0 1-1.183.025L.25 1.471A.858.858 0 0 1 1.461.254Z'/%3E%3C/svg%3E");
  width: 12px;
  height: 7px;
}
.filtersWrap .toggleFilters span span:nth-child(2) {
  display: none;
}
.filtersWrap .toggleFilters[aria-expanded=true]:after {
  transform: scale(-1);
}
.filtersWrap .toggleFilters[aria-expanded=true] span span:nth-child(1) {
  display: none;
}
.filtersWrap .toggleFilters[aria-expanded=true] span span:nth-child(2) {
  display: inline-block;
}
.filtersWrap .filters {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.filtersWrap h2 {
  font-size: clamp(1.75rem, 1.7rem + 0.25vw, 2rem);
}
.filtersWrap h2:after {
  content: "";
  border-top: 4px solid #FFD339;
  display: block;
  width: 3em;
  margin: 3px 0 0;
}
.filtersWrap h2 small {
  display: block;
  font-size: 1.25rem;
}
.filtersWrap .count {
  color: #7D7C93;
  font-weight: 500;
}
.filtersWrap .form-inline {
  flex-wrap: nowrap;
  background: #fff;
  border: 1px solid #CFCFCF;
  justify-content: space-between;
  margin: auto auto auto 0;
}
.filtersWrap .form-inline .form-control {
  border: 0;
}
.filtersWrap .form-inline .btn {
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='52.419' height='52.43'%3e%3cpath d='M51.772 48.252l-16.81-16.83c6.579-8.533 4.994-20.784-3.54-27.362C22.889-2.519 10.638-.935 4.06 7.599-2.52 16.133-.935 28.384 7.6 34.962a19.507 19.507 0 0 0 23.823 0l16.84 16.84a2.498 2.498 0 0 0 3.529-.217 2.498 2.498 0 0 0-.02-3.333m-42.5-18.48c-5.662-5.664-5.66-14.845.004-20.506 5.663-5.662 14.845-5.66 20.506.004 5.66 5.662 5.66 14.84 0 20.501-5.666 5.656-14.843 5.656-20.51.001'/%3e%3c/svg%3E") center center/70% no-repeat;
  width: 55px;
  height: 47px;
}
.filtersWrap .collapseFilters .row {
  position: relative;
}
.filtersWrap .collapseFilters fieldset {
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 3rem;
  gap: 0.85rem 1rem;
}
.filtersWrap .collapseFilters .custom-control {
  flex: 0 0 calc(50% - 0.5rem);
}
.filtersWrap .collapseFilters.show {
  background: transparent linear-gradient(0deg, #E9E1E1 0%, #ECE6E6 0%, #F3F1F1 2%, #F7F7F7 15%) 0% 0% no-repeat padding-box;
}
.filtersWrap .collapseFilters.show .filtersControl {
  display: block;
}
.filtersWrap legend {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.filtersWrap .custom-control {
  padding-right: 1.7rem;
}
.filtersWrap .custom-control-label {
  line-height: 1;
}
.filtersWrap .custom-control-label:before, .filtersWrap .custom-control-label:after {
  width: 1.25rem;
  height: 1.25rem;
  top: -0.15rem;
}
.filtersWrap .filtersControl {
  display: none;
  position: absolute;
  bottom: -2rem;
  padding: 0 15px;
  font-size: 1.125rem;
}
.filtersWrap .filtersControl a {
  display: inline-block;
  margin-inline-start: 1rem;
  color: #1D72E2;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .filtersWrap .row {
    margin: 0;
  }
  .filtersWrap .toggleFilters {
    width: 75px;
  }
  .filtersWrap .toggleFilters:before {
    content: "";
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 14a3 3 0 0 1 2.835 2.015l.048-.008L13 16h6a1 1 0 0 1 .117 1.993L19 18h-6a1 1 0 0 1-.166-.014 3 3 0 0 1-5.669 0l-.048.008L7 18H1a1 1 0 0 1-.117-1.993L1 16h6a1 1 0 0 1 .166.014A3 3 0 0 1 10 14Zm0 2a1 1 0 1 0 1 1 1 1 0 0 0-1-1ZM3 7a3 3 0 0 1 2.835 2.015l.048-.008L6 9h13a1 1 0 0 1 .117 1.993L19 11H6a1 1 0 0 1-.166-.014A3 3 0 1 1 3 7Zm0 2a1 1 0 1 0 1 1 1 1 0 0 0-1-1Zm11-9a3 3 0 0 1 2.835 2.015l.048-.008L17 2h2a1 1 0 0 1 .117 1.993L19 4h-2a1 1 0 0 1-.166-.014 3 3 0 0 1-5.669 0l-.048.008L11 4H1a1 1 0 0 1-.117-1.993L1 2h10a1 1 0 0 1 .166.014A3 3 0 0 1 14 0Zm0 2a1 1 0 1 0 1 1 1 1 0 0 0-1-1Z' data-name='Path 11052'/%3E%3C/svg%3E") center center/contain no-repeat;
    width: 20px;
    height: 20px;
  }
  .filtersWrap .toggleFilters span {
    display: none;
  }
  .filtersWrap .text {
    width: 100%;
  }
  .filtersWrap .form-inline {
    width: 100%;
    flex: 1 0 calc(100% - 75px - 1rem);
    max-width: calc(100% - 75px - 1rem);
  }
  .filtersWrap .form-inline:first-child {
    max-width: 100%;
  }
  .filtersWrap .filters {
    width: 100%;
  }
  .filtersWrap hr {
    margin-bottom: 0.3rem;
  }
  .filtersWrap .collapseFilters .row {
    flex-direction: column;
  }
  .filtersWrap .collapseFilters .col {
    flex: 0 0 100%;
  }
  .filtersWrap .collapseFilters fieldset {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 3rem;
    gap: 0.85rem 1rem;
  }
  .filtersWrap .collapseFilters .custom-control {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
@media (min-width: 768px) {
  .filtersWrap {
    margin-bottom: 5.1rem;
  }
  .filtersWrap:not(.wide) .row {
    margin: 0;
  }
  .filtersWrap .row {
    justify-content: space-between;
    align-items: center;
  }
  .filtersWrap .toggleFilters {
    min-width: 180px;
  }
  .filtersWrap .text {
    width: 50%;
  }
  .filtersWrap .filters {
    padding-top: 5px;
    width: 50%;
    max-width: 625px;
  }
  .filtersWrap .filters .form-inline {
    width: 100%;
    max-width: calc(100% - 213px);
  }
  .filtersWrap .filters .form-inline .form-control {
    flex: 0 0 calc(100% - 60px);
  }
  .filtersWrap .collapseFilters {
    padding-top: 2rem;
  }
  .filtersWrap .filtersControl {
    bottom: -4rem;
  }
}

.description .prices, .storeItems .prices {
  margin: auto 0 0.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0;
  max-width: 460px;
}
.description .prices dt, .storeItems .prices dt, .description .prices dd, .storeItems .prices dd {
  flex: 0 0 50%;
  padding: 1rem 0 0;
  margin: 0;
  border-top: 1px solid rgba(14, 124, 198, 0.2);
}
.description .prices dt, .storeItems .prices dt {
  font-weight: normal;
}
.description .prices dd, .storeItems .prices dd {
  font-size: 1.125rem;
  text-align: center;
}
.description .prices dd.font-weight-bold, .storeItems .prices dd.font-weight-bold {
  font-size: 1.25rem;
}

.storeItems {
  margin-bottom: 5rem;
}
.storeItems ul.storeItemsList {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.storeItems ul.storeItemsList li {
  width: calc(33.3333333333% - 1.335rem);
  max-width: 100%;
}
.storeItems ul.storeItemsList a {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #33305D;
  position: relative;
}
.storeItems ul.storeItemsList a:hover, .storeItems ul.storeItemsList a:focus {
  text-decoration: none;
}
.storeItems ul.storeItemsList a:hover figure img, .storeItems ul.storeItemsList a:focus figure img {
  transform: translate(-50%, -50%) scale(1.08);
}
.storeItems ul.storeItemsList a:hover .btn, .storeItems ul.storeItemsList a:focus .btn {
  opacity: 1;
}
.storeItems figure {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 56%;
}
.storeItems figure img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
}
.storeItems .text {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  margin: auto 0 0;
  flex: 1 0 auto;
  line-height: 1.4;
}
.storeItems .name {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.storeItems .supplier {
  color: #7D7C93;
  font-weight: 500;
  margin-bottom: 1.4rem;
}
.storeItems .btn {
  position: absolute;
  top: 25%;
  color: #242153;
  border: 1px solid #101D62;
  width: 150px;
  height: 45px;
  background: #F7F7F7;
  left: calc(50% - 75px);
  line-height: 31px;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .storeItems ul.storeItemsList li {
    width: 47%;
    max-width: 47%;
  }
}
@media (max-width: 575.98px) {
  .storeItems ul.storeItemsList li {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .storeItems .text {
    padding: 0 30px;
  }
}
@media (min-width: 1300px) {
  .storeItems.wide .container {
    padding: 0;
  }
  .storeItems.wide ul.storeItemsList li {
    max-width: 412px;
  }
}

.pagination {
  direction: ltr;
}
.pagination .page-item .page-link {
  color: #056EB5;
  font-size: 1.5rem;
  border: 0;
  background: 0;
}
.pagination .page-item .page-link.prev, .pagination .page-item .page-link.next {
  border: 1px solid #DBDBDB;
  background: no-repeat center/34% #fff;
  border-radius: 100%;
  width: 46px;
  opacity: 0.8;
  height: 46px;
}
.pagination .page-item .page-link.prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M13.891 17.418a.695.695 0 0 1 0 .979.68.68 0 0 1-.969 0l-7.83-7.907a.697.697 0 0 1 0-.979l7.83-7.908a.68.68 0 0 1 .969 0 .695.695 0 0 1 0 .979L6.75 10l7.141 7.418z'/%3E%3C/svg%3E");
}
.pagination .page-item .page-link.next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M13.25 10L6.109 2.58a.697.697 0 0 1 0-.979.68.68 0 0 1 .969 0l7.83 7.908a.697.697 0 0 1 0 .979l-7.83 7.909a.68.68 0 0 1-.969 0 .697.697 0 0 1 0-.979L13.25 10z'/%3E%3C/svg%3E");
}
.pagination .page-item .page-link:hover {
  opacity: 1;
}
.pagination .page-item .page-link:active {
  opacity: 1;
}
.pagination .page-item .page-link:focus {
  opacity: 1;
}
.pagination .page-item span.page-link {
  color: #121F4D;
}

.product .container {
  position: relative;
}
.product .row {
  padding: 20px;
}
.product .back {
  position: absolute;
  top: -1.8rem;
  color: #1D72E2;
  font-size: 1.125rem;
  right: 0;
  text-decoration: underline;
}
.product .description {
  width: 100%;
}
@media (max-width: 991.98px) {
  .product .row {
    margin: 0 0 2rem;
    background: #fff;
  }
  .product .back {
    position: relative;
    top: auto;
  }
}
@media (min-width: 992px) {
  .product {
    margin: 1.85rem 0;
  }
  .product .row {
    justify-content: space-between;
    background: #fff;
    padding: 2.8% 3.19%;
  }
  .product .description {
    order: -1;
    max-width: 465px;
  }
  .product .gallery {
    max-width: 460px;
  }
}

.description h1 {
  font-size: clamp(1.625rem, 1.4643rem + 0.7143vw, 2rem);
  margin-bottom: 1rem;
}
.description .subtitle {
  color: #7D7C93;
  font-weight: 500;
  font-size: 1.125rem;
}
.description .prices {
  border-bottom: 1px solid rgba(14, 124, 198, 0.2);
  margin: 1.4rem 0 2.5rem;
  padding-bottom: 0.5rem;
}
.description .add {
  display: flex;
  justify-content: space-between;
}
.description .add .numberInput {
  width: 100%;
  max-width: 146px;
  border: 1px solid rgba(42, 39, 92, 0.0980392157);
  border-radius: 5px;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.description .add .numberInput button {
  border: 0;
  background: 0;
  font-size: 130%;
  line-height: 1;
  aspect-ratio: 1/1;
  width: 40px;
}
.description .add .numberInput .quantity {
  border: 0;
  background: 0;
  text-align: center;
  width: calc(100% - 80px);
  padding-right: 15px;
}
.description .add .numberInput .quantity::-webkit-inner-spin-button, .description .add .numberInput .quantity::-webkit-outer-spin-button {
  height: auto;
  width: 0;
}
.description .add .btn.btn-primary {
  border-radius: 5px;
  width: 100%;
  max-width: 146px;
  font-size: 1.125rem;
  font-weight: 300;
}
@media (min-width: 620px) {
  .description .add {
    gap: 2rem;
    justify-content: flex-start;
  }
}
.description .moreInfo {
  padding: 2.5rem 0 1rem;
}
.description .moreInfo .btn {
  font-size: 1.25rem;
  color: #101D62;
  font-weight: 500;
  padding-inline: 0;
}
.description .moreInfo .btn:after {
  display: inline-block;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M17.418 6.109a.697.697 0 0 1 .979 0 .68.68 0 0 1 0 .969l-7.908 7.83a.697.697 0 0 1-.979 0l-7.908-7.83c-.27-.268-.27-.701 0-.969s.709-.268.979 0L10 13.25l7.418-7.141z'/%3E%3C/svg%3E") center/15px auto no-repeat;
  width: 15px;
  height: 15px;
  margin-inline-start: 7px;
}
.description .moreInfo .btn[aria-expanded=true]:after {
  transform: scale(-1);
}
.gallery figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 461px;
  border: 1px solid #DCDCDC;
  cursor: move;
  height: 259px;
}
.gallery figure .zoom {
  max-width: 100%;
}
.gallery .thumbs {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0.66rem;
  flex-wrap: wrap;
  overflow: auto;
}
.gallery .thumbs li {
  aspect-ratio: 106/59;
  width: 100%;
  flex: 0 0 calc(25% - 0.5rem);
  overflow: hidden;
  border: 1px solid #DCDCDC;
}
.gallery .thumbs li a {
  display: flex;
  width: 100%;
  height: 100%; /*width: 106px;	height: 59px;*/
  align-items: center;
  justify-content: center;
}
.gallery .thumbs li a img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .gallery figure {
    height: auto;
    width: 100%;
    aspect-ratio: 106/59;
  }
}

.cart {
  margin-bottom: 2rem;
  border-bottom: 1px solid #E6E8E9;
}
.cart .sideCartCollapse {
  background: #fff;
}
.cart .sideCartCollapseBtn {
  width: 100%;
  background: #fff;
  border-top: 1px solid #E6E8E9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 1.5rem;
}
.cart .sideCartCollapseBtn:after {
  content: "";
  transform: rotate(90deg);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23101d62' d='M13.25 10L6.109 2.58a.697.697 0 0 1 0-.979.68.68 0 0 1 .969 0l7.83 7.908a.697.697 0 0 1 0 .979l-7.83 7.909a.68.68 0 0 1-.969 0 .697.697 0 0 1 0-.979L13.25 10z'/%3E%3C/svg%3E") center center/contain no-repeat;
  width: 15px;
  height: 20px;
  display: block;
  margin: 0;
}
.cart .sideCartCollapseBtn span {
  display: none;
}
.cart .sideCartCollapseBtn .sum {
  font-size: 1.625rem;
  font-weight: 500;
  margin: auto auto auto 15px;
}
.cart .sideCartCollapseBtn[aria-expanded=true]:after {
  transform: rotate(-90deg);
}
.cart h3 {
  font-size: 1.625rem;
  padding-top: 0.5rem;
}
.cart .cartItem {
  padding: 1.1rem 0;
  border-bottom: 1px solid rgba(14, 124, 198, 0.2);
  margin: 1rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 0;
  align-items: flex-start;
}
.cart .cartItem:first-of-type {
  border-top: 1px solid rgba(14, 124, 198, 0.2);
  margin-top: 0;
}
.cart .cartItem figure {
  width: 100%;
  flex: 0 0 90px;
  max-width: 90px;
  height: 50px;
  margin: 0 0 0 10px;
}
.cart .cartItem figure img {
  max-width: 100%;
}
.cart .cartItem .title {
  width: 100%;
  flex: 0 0 calc(100% - 160px);
  max-width: calc(100% - 160px);
  margin: 0 0 0 10px;
}
.cart .cartItem .quntity {
  width: 100%;
  flex: 0 0 50px;
  max-width: 50px;
  text-align: end;
}
.cart .cartItem .del {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17'%3E%3Cg fill='%23101d62'%3E%3Cpath d='M5.045 12.92a.6.6 0 0 0 .614-.581V7.6a.615.615 0 0 0-1.229 0v4.735a.6.6 0 0 0 .615.585Z'/%3E%3Cpath d='M7.999 12.92a.6.6 0 0 0 .614-.581V7.6a.615.615 0 0 0-1.229 0v4.735a.6.6 0 0 0 .615.585Z'/%3E%3Cpath d='M10.954 12.92a.6.6 0 0 0 .614-.581V7.6a.615.615 0 0 0-1.229 0v4.735a.6.6 0 0 0 .615.585Z'/%3E%3Cpath d='M15.385 2.854h-3.931l-.506-1.626A1.8 1.8 0 0 0 9.238 0h-2.47a1.8 1.8 0 0 0-1.714 1.228l-.506 1.626H.614a.59.59 0 1 0 0 1.179h.731v11.349A1.664 1.664 0 0 0 3.038 17h9.94a1.664 1.664 0 0 0 1.694-1.626V4.014h.711a.6.6 0 0 0 .614-.59.586.586 0 0 0-.6-.57ZM6.238 1.566a.569.569 0 0 1 .526-.387h2.483a.546.546 0 0 1 .534.389l.394 1.286H5.817Zm7.2 13.937h-.043a.476.476 0 0 1-.44.307H3.038a.467.467 0 0 1-.469-.455V4.014h10.876Z'/%3E%3C/g%3E%3C/svg%3E") center center/16px 17px no-repeat;
  border: 0;
  min-height: 24px; /*width:100%; flex:0 0 50%; max-width: 50%;*/
  margin: 0 0 0 auto;
}
.cart .cartItem .sum {
  width: 100%;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: end;
  font-weight: 500;
  margin: 0 auto 0 0;
}
.cart .cartItem .sum s {
  font-weight: normal;
}
.cart .cartSubTotal {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 1.5rem;
  font-size: 18px;
  justify-content: space-between;
}
.cart .cartSubTotal div {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 0 0.5rem 0;
}
.cart .cartSubTotal div:nth-child(even) {
  text-align: end;
  font-weight: 600;
}
.cart .cartTotal {
  padding: 1rem;
  background: rgba(14, 124, 198, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 1.25rem;
  color: #101D62;
}
.cart .btnWrapper {
  padding: 1rem;
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1607843137);
}
.cart .btn.btn-primary {
  border-radius: 5px;
  width: 100%;
  height: 45px;
}
@media (min-width: 1200px) {
  .cart {
    position: fixed;
    left: 0;
    top: 95px;
    z-index: 2;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
  .cart .sideCartCollapseBtn {
    padding-inline: 2rem;
    margin: 3.3rem 0 0.3rem;
    background: 0;
    box-shadow: none;
    border-radius: 0;
    border: 0;
  }
  .cart .sideCartCollapseBtn span {
    display: none;
    font-weight: 500;
    font-size: 0.85rem;
  }
  .cart .sideCartCollapseBtn .sum {
    display: none;
  }
  .cart .sideCartCollapseBtn[aria-expanded=true]:after {
    content: "";
    transform: rotate(-180deg);
  }
  .cart .sideCartCollapseBtn.collapsed {
    position: absolute;
    background: #fff;
    left: 0;
    min-width: max-content;
    border-radius: 0 5px 5px 0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    flex-direction: column;
    padding: 0.5rem;
  }
  .cart .sideCartCollapseBtn.collapsed h3 {
    display: none;
  }
  .cart .sideCartCollapseBtn.collapsed span {
    display: block;
  }
  .cart .sideCartCollapseBtn.collapsed:before {
    transform: scale(1);
    display: block;
  }
  .cart .sideCartCollapse {
    border: 0;
    height: calc(100vh - 190px);
    width: 390px;
  }
  .cart .sideCartCollapse.show {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .cart .sideCartCollapse.collapsing {
    transition: width 0.35s ease;
    width: 0;
    height: calc(100vh - 95px);
  }
  .cart h3 {
    font-size: 1.25rem;
    padding: 0;
    margin: 0;
  }
  .cart .scroll { /*height:calc(100% - 110px - 3.1rem);*/
    overflow: auto;
    overscroll-behavior: contain;
    margin: 0 0 auto;
  }
  .cart .cartItem {
    margin: 1rem 2rem;
  }
  .cart .cartSubTotal {
    margin: 1rem 2rem;
  }
  .cart .cartTotal {
    padding: 1rem 2rem;
    margin: auto 0 0;
  }
  .cart .btnWrapper {
    padding: 1rem 2rem;
    margin: 0;
  }
}

.storeForm .container {
  background: #fff;
  margin-bottom: 2rem;
  min-height: calc(100vh - 235px);
  padding: clamp(15px, 3vw, 35px);
}
.storeForm .row {
  margin: 0;
  gap: 0 2rem;
}
.storeForm h2 {
  font-size: clamp(1.6rem, 3vw, 2rem);
  width: 100%;
}
.storeForm .subtitle {
  font-size: clamp(1rem, 3vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
}
.storeForm hr {
  margin-bottom: 2rem;
  width: 100%;
}
.storeForm h3 {
  font-size: 1.25rem;
  width: 100%;
}
.storeForm .form-group {
  margin: 0 0 3rem;
  flex: 0 0 calc(33.3333333333% - 1.4rem);
  min-width: 290px;
}
.storeForm .form-group.w-100 {
  flex: 0 0 100%;
  max-width: 65.5%;
}
.storeForm .form-group label {
  margin: 0 0 0.1rem;
}
.storeForm .form-group.half {
  flex: 0 0 100px;
  max-width: 100px;
}
.storeForm .form-group.dubble {
  flex: 0 0 490px;
  max-width: 490px;
}
.storeForm .total {
  flex: 0 0 100%;
  display: flex;
  font-size: 1.5rem;
  gap: 1rem;
  font-weight: 600;
}
.storeForm .total div {
  flex: 0 0 35%;
}
.storeForm .butLine {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  flex-wrap: wrap;
  gap: 1rem;
}
.storeForm .butLine .btn {
  width: 100%;
  flex: 0 0 auto;
  font-size: 1.125rem;
}
.storeForm .butLine .btn-primary {
  max-width: 330px;
}
.storeForm .butLine .btn-link {
  max-width: max-content;
  min-width: 330px;
  color: #1D72E2;
  text-decoration: underline;
}
@media (max-width: 669.98px) {
  .storeForm .form-group {
    flex: 0 0 100%;
    min-width: 290px;
  }
  .storeForm .form-group.w-100 {
    max-width: 100%;
  }
  .storeForm .butLine .btn {
    max-width: 100%;
  }
}

.input-group.uploadFile {
  width: 100%;
  max-width: 360px;
  background: #f4f4f4;
  border: 0.5px dotted #848282;
  padding: 0.8rem 0;
}
.input-group.uploadFile .custom-file .custom-file-label {
  cursor: pointer;
  background: 0;
  border: 0;
  border-radius: 0;
  padding: 0.375rem 60px 0.375rem 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.input-group.uploadFile .custom-file .custom-file-input ~ .custom-file-label::after {
  content: "";
  background: url(/National_Library/oe_/https://my.acb.org.il/images/upload.png) no-repeat right 15px center;
  border: 0;
  width: 57px;
}

.whatCards {
  background: #f7f7f7;
  padding: 3rem 1rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  justify-content: center;
  text-align: center;
}
.whatCards p {
  width: 100%;
}

.transactionCompleted .inner {
  transform: translateY(2rem);
}/*# sourceMappingURL=style.css.map */