/*!
 * CONTENTS
 *
 * BASE
 * 01. Bootstrap Reboot.....................
 * 02. Bootstrap Typography.................
 * 03. Bootstrap Grid.......................
 * 04. Base Typography......................
 *
 * BOOTSTRAP COMPONENTS
 * 05. Bootstrap Forms......................
 * 06. Bootstrap Buttons....................
 * 07. Bootstrap Progress...................
 * 08. Bootstrap Close......................
 * 09. Bootstrap Tables.....................
 *
 * OZON COMPONENTS
 * 10. Accordion............................
 * 11. Breadcrumbs..........................
 * 12. Flicker..............................
 * 13. Header...............................
 * 14. Heading..............................
 * 15. Icon Wrapper.........................
 * 16. Icons................................
 * 17. List.................................
 * 18. Modal................................
 * 19. Navigation...........................
 * 20. Overlay..............................
 * 21. Pagination...........................
 * 22. Search...............................
 * 23. Section..............................
 * 24. Testimonial..........................
 *
 * UTILITIES
 * 25. Bootstrap Align......................
 * 26. Bootstrap Background.................
 * 27. Bootstrap Borders....................
 * 28. Bootstrap Clearfix...................
 * 29. Bootstrap Display....................
 * 30. Bootstrap Embed......................
 * 31. Bootstrap Flex.......................
 * 32. Bootstrap Float......................
 * 33. Bootstrap Position...................
 * 34. Bootstrap ScreenReaders..............
 * 35. Bootstrap Sizing.....................
 * 36. Bootstrap Spacing....................
 * 37. Bootstrap Text.......................
 * 38. Bootstrap Visibility.................
 * 39. Ozon Utilities.......................
 *
 * OVERRIDES
 * 40. BigPicture Overrides.................
 * 41. Bootstrap Buttons Overrides..........
 * 42. Bootstrap Forms Overrides............
 * 43. Bootstrap Tables Overrides...........
 * 44. Bootstrap Progress Overrides.........
 * 45. Swiper Overrides.....................
 */
/*! 01. Bootstrap Reboot */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

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

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

body {
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  color: #747474;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #32586E;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #262626;
    text-decoration: none; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #646464;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

/*! 02. Bootstrap Typography */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #262626; }

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

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

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

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

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

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

.lead {
  font-size: 1.09375rem;
  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.09375rem; }

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

/*! 03. Bootstrap Grid */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! 04. Base Typography */
body {
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  text-transform: uppercase; }

a {
  transition: all 0.4s ease-in-out; }
  a.text-white:hover {
    text-decoration: underline; }

code {
  background-color: rgba(27, 31, 35, 0.05);
  margin: 0;
  padding: 0.2em 0.4em; }

th {
  font-weight: normal; }

.bg-dark {
  color: #a8a8a8; }
  .bg-dark a:not(.button):not(.btn) {
    color: #a8a8a8; }
    .bg-dark a:not(.button):not(.btn):hover {
      color: #fff; }

.bg-primary {
  color: #fff; }
  .bg-primary a:not(.button):not(.btn) {
    color: #fff; }
    .bg-primary a:not(.button):not(.btn):hover {
      color: #262626; }

/*! 05. Bootstrap Forms */
.form-control {
  display: block;
  width: 100%;
  padding: 0.73rem 1rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #747474;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #b6b6b6;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: inherit;
    background-color: inherit;
    border-color: #5bf3b9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(14, 193, 124, 0.25); }
  .form-control::placeholder {
    color: #b6b6b6;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.73rem;
  padding-bottom: 0.73rem;
  margin-bottom: 0;
  line-height: 1.7;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  padding: 0.38rem 0.5rem;
  font-size: 0.7525rem;
  line-height: 1.7;
  border-radius: 10px; }

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

.form-control-lg {
  padding: 0.7rem 1rem;
  font-size: 1.26875rem;
  line-height: 1.7;
  border-radius: 10px; }

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

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #646464; }

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

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

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #80ce5f; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #80ce5f;
    box-shadow: 0 0 0 0.2rem rgba(128, 206, 95, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

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

.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: #80ce5f; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #cdecc1; }

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(128, 206, 95, 0.25); }

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(212, 72, 84, 0.25); }

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(212, 72, 84, 0.25); }

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

/*! 06. Bootstrap Buttons */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  padding: 0.73rem 2rem;
  font-size: 0.875rem;
  line-height: 1.7;
  border-radius: 10px;
  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, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(14, 193, 124, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

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

.btn-primary {
  color: #fff;
  background-color: #32586E;
  border-color: #32586E; }
  .btn-primary:hover {
    color: #fff;
    background-color: #233d4d;
    border-color: #284658; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(14, 193, 124, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #32586E;
    border-color: #32586E; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #284658;
    border-color: #0a8656; }
    .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(14, 193, 124, 0.5); }

.btn-secondary {
  color: #212529;
  background-color: #f9f9f9;
  border-color: #f9f9f9; }
  .btn-secondary:hover {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #f9f9f9;
    border-color: #f9f9f9; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #e0e0e0;
    border-color: #d9d9d9; }
    .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(249, 249, 249, 0.5); }

.btn-success {
  color: #212529;
  background-color: #80ce5f;
  border-color: #80ce5f; }
  .btn-success:hover {
    color: #212529;
    background-color: #69c542;
    border-color: #62bf3b; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(128, 206, 95, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #212529;
    background-color: #80ce5f;
    border-color: #80ce5f; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #62bf3b;
    border-color: #5db638; }
    .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(128, 206, 95, 0.5); }

.btn-info {
  color: #fff;
  background-color: #8268d5;
  border-color: #8268d5; }
  .btn-info:hover {
    color: #fff;
    background-color: #694acd;
    border-color: #6140ca; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 104, 213, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #8268d5;
    border-color: #8268d5; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #6140ca;
    border-color: #5937c6; }
    .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(130, 104, 213, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #e3b128;
  border-color: #e3b128; }
  .btn-warning:hover {
    color: #212529;
    background-color: #ca9b1a;
    border-color: #bf9319; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 177, 40, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #e3b128;
    border-color: #e3b128; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #bf9319;
    border-color: #b48a17; }
    .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(227, 177, 40, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #d44854;
  border-color: #d44854; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c72f3c;
    border-color: #bd2c39; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(212, 72, 84, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #d44854;
    border-color: #d44854; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2c39;
    border-color: #b22a36; }
    .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(212, 72, 84, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #262626;
  border-color: #262626; }
  .btn-dark:hover {
    color: #fff;
    background-color: #131313;
    border-color: #0d0d0d; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #262626;
    border-color: #262626; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #0d0d0d;
    border-color: #060606; }
    .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(38, 38, 38, 0.5); }

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

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

.btn-outline-success {
  color: #80ce5f;
  background-color: transparent;
  background-image: none;
  border-color: #80ce5f; }
  .btn-outline-success:hover {
    color: #212529;
    background-color: #80ce5f;
    border-color: #80ce5f; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(128, 206, 95, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #80ce5f;
    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: #212529;
    background-color: #80ce5f;
    border-color: #80ce5f; }
    .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(128, 206, 95, 0.5); }

.btn-outline-info {
  color: #8268d5;
  background-color: transparent;
  background-image: none;
  border-color: #8268d5; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #8268d5;
    border-color: #8268d5; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 104, 213, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #8268d5;
    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: #8268d5;
    border-color: #8268d5; }
    .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(130, 104, 213, 0.5); }

.btn-outline-warning {
  color: #e3b128;
  background-color: transparent;
  background-image: none;
  border-color: #e3b128; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #e3b128;
    border-color: #e3b128; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 177, 40, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #e3b128;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #e3b128;
    border-color: #e3b128; }
    .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(227, 177, 40, 0.5); }

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

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

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

.btn-link {
  font-weight: 400;
  color: #32586E;
  background-color: transparent; }
  .btn-link:hover {
    color: #262626;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg {
  padding: 0.7rem 2rem;
  font-size: 1.26875rem;
  line-height: 1.7;
  border-radius: 10px; }

.btn-sm {
  padding: 0.38rem 0.5rem;
  font-size: 0.7525rem;
  line-height: 1.7;
  border-radius: 10px; }

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

/*! 07. Bootstrap Progress */
@keyframes progress-bar-stripes {
  from {
    background-position: 4px 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 4px;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #e4e4e4;
  border-radius: 0; }

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

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

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

/*! 08. Bootstrap Close */
.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

/*! 09. Bootstrap Tables */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 1rem;
    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 .table {
    background-color: #fff; }

.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-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #212529;
  border-color: #32383e; }

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

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

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

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

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

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

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

/*! 10. Accordion */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out; }
  .accordion-content.is-active {
    max-height: 75vh; }

.accordion-icon {
  transition: all 0.4s ease-in-out; }

.accordion-style-1 .accordion-title.is-active h6 {
  color: #32586E !important; }

.accordion-style-1 .accordion-title.is-active .accordion-icon {
  transform: rotate(180deg); }

.accordion-style-2 .accordion-title.is-active {
  background-color: #32586E !important; }
  .accordion-style-2 .accordion-title.is-active h6 {
    color: #fff !important; }
  .accordion-style-2 .accordion-title.is-active .accordion-icon {
    background: #fff !important;
    color: #32586E !important; }

/*! 11. Breadcrumbs */
.breadcrumbs {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0; }

.breadcrumbs-item:not(:last-child)::after {
  content: "/";
  display: inline-block;
  padding: 0 0.5rem; }

/*! 12. Flicker */
.flicker {
  backface-visibility: hidden;
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
  transform: translateZ(0); }

.flicker-content {
  transition: all 0.5s ease; }

.flicker-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease;
  z-index: 2; }

.flicker-primary .flicker-overlay {
  background: rgba(50, 88, 110, 0.8);
  color: #fff; }
  .flicker-primary .flicker-overlay a:not(.button) {
    color: #fff; }
    .flicker-primary .flicker-overlay a:not(.button):hover {
      color: #262626; }

.flicker-dark .flicker-overlay {
  background: rgba(38, 38, 38, 0.8);
  color: #a8a8a8; }
  .flicker-dark .flicker-overlay a:not(.button) {
    color: #a8a8a8; }
    .flicker-dark .flicker-overlay a:not(.button):hover {
      color: #fff; }

.flicker-fade .flicker-overlay {
  opacity: 0; }

.flicker-fade:hover .flicker-overlay {
  opacity: 1; }

.flicker-slide .flicker-overlay {
  transform: translateY(100%); }

.flicker-slide:hover .flicker-overlay {
  transform: translate(0, 0); }

/*! 13. Header */
.header {
  padding: 1rem 0;
  z-index: 2; }
  .header.headroom.headroom-not-top {
    box-shadow: 0 10px 30px rgba(8, 9, 9, 0.1); }

.header-fixed {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%; }
  .header-fixed:not(.headroom):not(.header-transparent) {
    box-shadow: 0 10px 30px rgba(8, 9, 9, 0.1); }

.header-white {
  background: #fff; }
  .header-white .header-logo-white {
    display: none; }
  .header-white .header-logo-dark {
    display: block; }

.header-dark {
  background: #262626; }
  .header-dark .header-logo-white {
    display: block; }
  .header-dark .header-logo-dark {
    display: none; }

.header-transparent {
  background: transparent; }
  .header-transparent .header-logo-white {
    display: block; }
  .header-transparent .header-logo-dark {
    display: none; }
  .header-transparent .navigation > ul > .navigation-item > .navigation-link {
    color: #fff; }
  .header-transparent.headroom.headroom-not-top {
    background: #fff; }
    .header-transparent.headroom.headroom-not-top .navigation-item.navigation-item-active .navigation-link {
      color: #32586E; }
    .header-transparent.headroom.headroom-not-top .navigation-item:not(.navigation-item-active) .navigation-link {
      color: #262626; }
      .header-transparent.headroom.headroom-not-top .navigation-item:not(.navigation-item-active) .navigation-link:hover {
        color: #32586E; }
    @media (max-width: 767.98px) {
      .header-transparent.headroom.headroom-not-top .navigation-item.navigation-item-active .navigation-link {
        color: #fff; }
      .header-transparent.headroom.headroom-not-top .navigation-item:not(.navigation-item-active) .navigation-link {
        color: #a8a8a8; } }
    .header-transparent.headroom.headroom-not-top .header-logo-white {
      display: none; }
    .header-transparent.headroom.headroom-not-top .header-logo-dark {
      display: block; }
  .header-transparent:not(.headroom) {
    position: absolute;
    width: 100%; }

.headroom {
  transition: background .2s, transform .2s;
  will-change: transform; }

.headroom-pinned {
  transform: translateY(0%); }

.headroom-unpinned {
  transform: translateY(-100%); }

/*! 14. Heading */
.heading {
  margin-bottom: 2.15rem; }

.heading-title {
  display: block; }

.heading-tagline {
  color: #32586E;
  display: inline-block;
  font-size: 1.26875rem; }

.heading-subtitle {
  color: #a8a8a8; }

.heading-number {
  color: #e4e4e4;
  float: left;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
  margin-right: 1.45rem; }

.heading-decorated .heading-title::after {
  background: #32586E;
  content: "";
  display: block;
  height: 2px;
  margin-top: 10px;
  width: 50px; }

.heading-decorated-white .heading-title::after {
  background: #ffffff;
  content: "";
  display: block;
  height: 2px;
  margin-top: 10px;
  width: 50px; }

.text-center .heading-decorated .heading-title::after, .heading-decorated.text-center .heading-title::after {
  margin-left: auto;
  margin-right: auto; }

.text-right .heading-decorated, .heading-decorated.text-right {
  margin-left: auto; }

.text-white .heading-title,
.text-white .heading-tagline,
.text-white .heading-subtitle {
  color: inherit; }

/*! 15. Icon Wrapper */
.icon-wrapper {
  align-items: center;
  color: inherit;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 50px; }
  .icon-wrapper:not(a) {
    pointer-events: none; }

.icon-wrapper-small {
  height: 40px;
  width: 40px; }

.icon-wrapper-large {
  height: 110px;
  width: 110px; }

.icon-wrapper-primary {
  border-color: #32586E;
  color: #32586E; }
  .icon-wrapper-primary:hover {
    border-color: #262626;
    color: #262626; }
  .icon-wrapper-primary.icon-wrapper-solid {
    background-color: #32586E;
    color: #fff; }
    .icon-wrapper-primary.icon-wrapper-solid:hover {
      background-color: #262626;
      color: #fff; }

.icon-wrapper-dark {
  border-color: #262626;
  color: #262626; }
  .icon-wrapper-dark:hover {
    border-color: #32586E;
    color: #32586E; }
  .icon-wrapper-dark.icon-wrapper-solid {
    background-color: #262626;
    color: #fff; }
    .icon-wrapper-dark.icon-wrapper-solid:hover {
      background-color: #32586E;
      color: #fff; }

.icon-wrapper-rotated {
  transform: rotate(45deg); }
  .icon-wrapper-rotated > * {
    transform: rotate(-45deg); }

/*! 16. Icons */
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon.eot");
  src: url("../fonts/flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/flaticon.woff") format("woff"), url("../fonts/flaticon.ttf") format("truetype"), url("../fonts/flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg"); } }

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal; }

.flaticon-analysis:before {
  content: "\f100"; }

.flaticon-analysis-1:before {
  content: "\f101"; }

.flaticon-approve:before {
  content: "\f102"; }

.flaticon-attach:before {
  content: "\f103"; }

.flaticon-attractive:before {
  content: "\f104"; }

.flaticon-brainstorming:before {
  content: "\f105"; }

.flaticon-broken-link:before {
  content: "\f106"; }

.flaticon-chat:before {
  content: "\f107"; }

.flaticon-chronometer:before {
  content: "\f108"; }

.flaticon-compass:before {
  content: "\f109"; }

.flaticon-competition:before {
  content: "\f10a"; }

.flaticon-content:before {
  content: "\f10b"; }

.flaticon-design-tool:before {
  content: "\f10c"; }

.flaticon-grid:before {
  content: "\f10d"; }

.flaticon-headphones:before {
  content: "\f10e"; }

.flaticon-html:before {
  content: "\f10f"; }

.flaticon-image:before {
  content: "\f110"; }

.flaticon-layout:before {
  content: "\f111"; }

.flaticon-loading:before {
  content: "\f112"; }

.flaticon-login:before {
  content: "\f113"; }

.flaticon-pantone:before {
  content: "\f114"; }

.flaticon-paper-plane:before {
  content: "\f115"; }

.flaticon-photo-camera:before {
  content: "\f116"; }

.flaticon-piggy-bank:before {
  content: "\f117"; }

.flaticon-pipette:before {
  content: "\f118"; }

.flaticon-pixel:before {
  content: "\f119"; }

.flaticon-placeholder:before {
  content: "\f11a"; }

.flaticon-planning:before {
  content: "\f11b"; }

.flaticon-promotion:before {
  content: "\f11c"; }

.flaticon-pyramid:before {
  content: "\f11d"; }

.flaticon-quality:before {
  content: "\f11e"; }

.flaticon-responsive:before {
  content: "\f11f"; }

.flaticon-schedule:before {
  content: "\f120"; }

.flaticon-search:before {
  content: "\f121"; }

.flaticon-security:before {
  content: "\f122"; }

.flaticon-settings:before {
  content: "\f123"; }

.flaticon-sitemap:before {
  content: "\f124"; }

.flaticon-startup:before {
  content: "\f125"; }

.flaticon-support:before {
  content: "\f126"; }

.flaticon-tap:before {
  content: "\f127"; }

.flaticon-target:before {
  content: "\f128"; }

.flaticon-targeting:before {
  content: "\f129"; }

.flaticon-task:before {
  content: "\f12a"; }

.flaticon-testing:before {
  content: "\f12b"; }

.flaticon-text:before {
  content: "\f12c"; }

.flaticon-timeline:before {
  content: "\f12d"; }

.flaticon-tools:before {
  content: "\f12e"; }

.flaticon-upload:before {
  content: "\f12f"; }

.flaticon-vector:before {
  content: "\f130"; }

.flaticon-video-player:before {
  content: "\f131"; }

/*! 17. List */
.list {
  padding: 0; }
  .list li {
    padding: 10px 0; }
    .list li:first-child {
      padding-top: 0; }
    .list li:last-child {
      padding-bottom: 0; }

.list-dotty {
  list-style: none; }
  .list-dotty li::before {
    content: "\00b7";
    margin-right: 15px; }

.list-letter-bullet {
  list-style: none; }
  .list-letter-bullet li {
    padding-left: 25px;
    position: relative; }
    .list-letter-bullet li :first-child {
      left: 0;
      position: absolute; }

.list-bordered li {
  border: solid #e4e4e4;
  border-width: 1px 0 0 0;
  padding: 15px 0; }
  .list-bordered li:last-child {
    border-bottom-width: 1px; }

/*! 18. Modal */
body.modal-open {
  overflow-x: hidden;
  overflow-y: auto; }

.modal {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  display: none;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999; }

.modal-dialog {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

/*! 19. Navigation */
.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.navigation-item {
  display: block;
  position: relative; }
  @media (min-width: 768px) {
    .navigation-item:hover > .navigation-container {
      display: block;
      opacity: 1;
      visibility: visible;
      transform: translateY(0); } }

.navigation-link {
  align-items: center;
  display: flex;
  justify-content: space-between; }

.navigation-container {
  min-width: 220px;
  left: 0;
  opacity: 0;
  padding: 1.45rem 0;
  position: absolute;
  transform: translateY(10px);
  transition: 0.3s ease;
  visibility: hidden;
  z-index: 2; }

.navigation > ul > .navigation-item {
  display: inline-block; }

.navigation > ul > .navigation-item > .navigation-link {
  color: #262626;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.00625rem;
  padding: 1rem 0.5rem;
  text-transform: uppercase; }
  .navigation > ul > .navigation-item > .navigation-link:hover {
    color: #32586E; }

.navigation > ul > li > div .navigation-item {
  padding: 0 1.45rem 1rem; }
  .navigation > ul > li > div .navigation-item:last-child {
    padding-bottom: 0; }

.navigation > ul > li > div > ul > li > .navigation-container {
  left: 100%;
  margin-top: -1.45rem;
  top: 0; }

@media (max-width: 767.98px) {
  .navigation:not(.navigation-small) > ul {
    background: #262626;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.4s ease-in-out;
    width: 100%;
    visibility: hidden;
    z-index: 9999; }
    .navigation:not(.navigation-small) > ul.is-active {
      opacity: 1;
      visibility: visible; }
  .navigation:not(.navigation-small) > ul > .navigation-item {
    display: block; }
  .navigation:not(.navigation-small) > ul > .navigation-item > .navigation-link {
    color: #e4e4e4;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    padding: 0.5rem 0.5rem;
    text-transform: none; }
    .navigation:not(.navigation-small) > ul > .navigation-item > .navigation-link:hover {
      color: #fff; }
  .navigation:not(.navigation-small) > ul > li > div .navigation-item {
    padding: 0.5rem 1rem; }
  .navigation:not(.navigation-small) > ul > .navigation-item .navigation-link {
    overflow: hidden; }
    .navigation:not(.navigation-small) > ul > .navigation-item .navigation-link.is-active + .navigation-container,
    .navigation:not(.navigation-small) > ul > .navigation-item .navigation-link.is-active + .navigation-container .navigation-container {
      opacity: 1;
      overflow: visible;
      position: static;
      visibility: visible; }
  .navigation:not(.navigation-small) .navigation-container {
    transform: translateY(0);
    padding: 0 0.5rem; }
  .navigation:not(.navigation-small) > ul > li > div > ul > li > .navigation-container {
    margin-top: 0; } }

/*! 20. Overlay */
.overlay-primary,
.overlay-dark,
.overlay-light {
  position: relative; }
  .overlay-primary > *,
  .overlay-dark > *,
  .overlay-light > * {
    position: relative; }
  .overlay-primary::before,
  .overlay-dark::before,
  .overlay-light::before {
    border-radius: inherit;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }

.overlay-primary::before {
  background: #32586E; }

.overlay-dark::before {
  background: #000; }

.overlay-light::before {
  background: #fff; }

.overlay-2::before {
  opacity: 0.2; }

.overlay-3::before {
  opacity: 0.3; }

.overlay-4::before {
  opacity: 0.4; }

.overlay-5::before {
  opacity: 0.5; }

.overlay-6::before {
  opacity: 0.6; }

.overlay-7::before {
  opacity: 0.7; }

.overlay-8::before {
  opacity: 0.8; }

.overlay-9::before {
  opacity: 0.9; }

/*! 21. Pagination */
.pagination {
  display: flex;
  list-style: none;
  padding: 0; }

.pagination-item {
  margin: 0 5px; }
  .pagination-item:first-child {
    margin-left: 0;
    margin-right: 5px; }
  .pagination-item:last-child {
    margin-left: 5px;
    margin-right: 0; }

.pagination-item-disabled .pagination-link {
  color: #a8a8a8;
  pointer-events: none; }

.pagination-item-active .pagination-link {
  background: #32586E;
  color: #fff;
  pointer-events: none; }

.pagination-link {
  border: 1px solid #e4e4e4;
  color: #262626;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  text-transform: uppercase; }
  .pagination-link:hover {
    background: #32586E;
    color: #fff; }

.pagination-condensed .pagination-item {
  margin: 0; }

.pagination-rounded .pagination-link {
  align-items: center;
  border: 2px solid #32586E;
  border-radius: 50%;
  display: flex;
  font-weight: bold;
  height: 40px;
  justify-content: center;
  width: 40px; }

/*! 22. Search */
.search-panel {
  transform: translateY(-150%);
  transition: all 0.4s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000; }
  .search-panel.is-active {
    transform: translateY(0); }

/*! 23. Section */
.section {
  background: center top no-repeat;
  background-size: cover;
  padding: 5rem 2.15rem;
  position: relative; }

.section-patterned {
  background-repeat: repeat;
  background-size: auto; }

/*! 24. Testimonial */
.testimonial {
  padding: 0 1.45rem; }

.testimonial-content {
  background: #fff;
  box-shadow: 0 10px 30px rgba(8, 9, 9, 0.1);
  font-style: italic;
  padding: 3.58rem;
  position: relative; }
  .testimonial-content::after {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 15px 15px 0 0;
    bottom: -15px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0; }

.testimonial-author {
  align-items: center;
  display: flex;
  margin: 1rem 0 0 3.58rem; }

.testimonial-clean {
  padding: 0; }
  .testimonial-clean .testimonial-content {
    box-shadow: none;
    font-style: normal;
    padding: 3.58rem 1rem;
    text-align: center; }
    .testimonial-clean .testimonial-content::after {
      border-width: 15px 15px 0 15px;
      left: 50%;
      margin-left: -15px; }
  .testimonial-clean .testimonial-author {
    display: block;
    margin: 0;
    text-align: center; }

/*! 25. Bootstrap Align */
.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; }

/*! 26. Bootstrap Background */
.bg-primary {
  background-color: #32586E !important; }

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

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

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

.bg-success {
  background-color: #80ce5f !important; }

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

.bg-info {
  background-color: #8268d5 !important; }

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

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

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

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

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

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

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

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

/*! 27. Bootstrap Borders */
.border {
  border: 1px solid #e4e4e4 !important; }

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

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

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

.border-left {
  border-left: 1px solid #e4e4e4 !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: #32586E !important; }

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

.border-success {
  border-color: #80ce5f !important; }

.border-info {
  border-color: #8268d5 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

/*! 28. Bootstrap Clearfix */
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

/*! 29. Bootstrap Display */
.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; } }

/*! 30. Bootstrap Embed */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

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

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

/*! 31. Bootstrap Flex */
.flex-row {
  flex-direction: row !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

/*! 32. Bootstrap Float */
.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; } }

/*! 33. Bootstrap Position */
.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; } }

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

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

/*! 35. Bootstrap Sizing */
.w-25 {
  width: 25% !important; }

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

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

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

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

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

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

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

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

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

/*! 36. Bootstrap Spacing */
.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.3rem !important; }

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

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

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

.ml-1,
.mx-1 {
  margin-left: 0.3rem !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.45rem !important; }

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

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

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

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

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

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

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

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

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

.m-6 {
  margin: 3.58rem !important; }

.mt-6,
.my-6 {
  margin-top: 3.58rem !important; }

.mr-6,
.mx-6 {
  margin-right: 3.58rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 3.58rem !important; }

.ml-6,
.mx-6 {
  margin-left: 3.58rem !important; }

.m-7 {
  margin: 4.29rem !important; }

.mt-7,
.my-7 {
  margin-top: 4.29rem !important; }

.mr-7,
.mx-7 {
  margin-right: 4.29rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 4.29rem !important; }

.ml-7,
.mx-7 {
  margin-left: 4.29rem !important; }

.m-8 {
  margin: 7.15rem !important; }

.mt-8,
.my-8 {
  margin-top: 7.15rem !important; }

.mr-8,
.mx-8 {
  margin-right: 7.15rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 7.15rem !important; }

.ml-8,
.mx-8 {
  margin-left: 7.15rem !important; }

.m-9 {
  margin: 10rem !important; }

.mt-9,
.my-9 {
  margin-top: 10rem !important; }

.mr-9,
.mx-9 {
  margin-right: 10rem !important; }

.mb-9,
.my-9 {
  margin-bottom: 10rem !important; }

.ml-9,
.mx-9 {
  margin-left: 10rem !important; }

.m-10 {
  margin: 20rem !important; }

.mt-10,
.my-10 {
  margin-top: 20rem !important; }

.mr-10,
.mx-10 {
  margin-right: 20rem !important; }

.mb-10,
.my-10 {
  margin-bottom: 20rem !important; }

.ml-10,
.mx-10 {
  margin-left: 20rem !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.3rem !important; }

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

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

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

.pl-1,
.px-1 {
  padding-left: 0.3rem !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.45rem !important; }

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

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

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

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

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

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

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

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

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

.p-6 {
  padding: 3.58rem !important; }

.pt-6,
.py-6 {
  padding-top: 3.58rem !important; }

.pr-6,
.px-6 {
  padding-right: 3.58rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 3.58rem !important; }

.pl-6,
.px-6 {
  padding-left: 3.58rem !important; }

.p-7 {
  padding: 4.29rem !important; }

.pt-7,
.py-7 {
  padding-top: 4.29rem !important; }

.pr-7,
.px-7 {
  padding-right: 4.29rem !important; }

.pb-7,
.py-7 {
  padding-bottom: 4.29rem !important; }

.pl-7,
.px-7 {
  padding-left: 4.29rem !important; }

.p-8 {
  padding: 7.15rem !important; }

.pt-8,
.py-8 {
  padding-top: 7.15rem !important; }

.pr-8,
.px-8 {
  padding-right: 7.15rem !important; }

.pb-8,
.py-8 {
  padding-bottom: 7.15rem !important; }

.pl-8,
.px-8 {
  padding-left: 7.15rem !important; }

.p-9 {
  padding: 10rem !important; }

.pt-9,
.py-9 {
  padding-top: 10rem !important; }

.pr-9,
.px-9 {
  padding-right: 10rem !important; }

.pb-9,
.py-9 {
  padding-bottom: 10rem !important; }

.pl-9,
.px-9 {
  padding-left: 10rem !important; }

.p-10 {
  padding: 20rem !important; }

.pt-10,
.py-10 {
  padding-top: 20rem !important; }

.pr-10,
.px-10 {
  padding-right: 20rem !important; }

.pb-10,
.py-10 {
  padding-bottom: 20rem !important; }

.pl-10,
.px-10 {
  padding-left: 20rem !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.3rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.3rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.3rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.3rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.3rem !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.45rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.45rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.45rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.45rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.45rem !important; }
  .m-sm-5 {
    margin: 2.15rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2.15rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2.15rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2.15rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2.15rem !important; }
  .m-sm-6 {
    margin: 3.58rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 3.58rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 3.58rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 3.58rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 3.58rem !important; }
  .m-sm-7 {
    margin: 4.29rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 4.29rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 4.29rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 4.29rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 4.29rem !important; }
  .m-sm-8 {
    margin: 7.15rem !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 7.15rem !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 7.15rem !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 7.15rem !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 7.15rem !important; }
  .m-sm-9 {
    margin: 10rem !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 10rem !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 10rem !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 10rem !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 10rem !important; }
  .m-sm-10 {
    margin: 20rem !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 20rem !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 20rem !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 20rem !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 20rem !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.3rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.3rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.3rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.3rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.3rem !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.45rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.45rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.45rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.45rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.45rem !important; }
  .p-sm-5 {
    padding: 2.15rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2.15rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2.15rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2.15rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2.15rem !important; }
  .p-sm-6 {
    padding: 3.58rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 3.58rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 3.58rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 3.58rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 3.58rem !important; }
  .p-sm-7 {
    padding: 4.29rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 4.29rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 4.29rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 4.29rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 4.29rem !important; }
  .p-sm-8 {
    padding: 7.15rem !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 7.15rem !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 7.15rem !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 7.15rem !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 7.15rem !important; }
  .p-sm-9 {
    padding: 10rem !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 10rem !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 10rem !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 10rem !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 10rem !important; }
  .p-sm-10 {
    padding: 20rem !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 20rem !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 20rem !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 20rem !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 20rem !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.3rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.3rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.3rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.3rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.3rem !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.45rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.45rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.45rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.45rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.45rem !important; }
  .m-md-5 {
    margin: 2.15rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2.15rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2.15rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2.15rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2.15rem !important; }
  .m-md-6 {
    margin: 3.58rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 3.58rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 3.58rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 3.58rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 3.58rem !important; }
  .m-md-7 {
    margin: 4.29rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 4.29rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 4.29rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 4.29rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 4.29rem !important; }
  .m-md-8 {
    margin: 7.15rem !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 7.15rem !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 7.15rem !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 7.15rem !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 7.15rem !important; }
  .m-md-9 {
    margin: 10rem !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 10rem !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 10rem !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 10rem !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 10rem !important; }
  .m-md-10 {
    margin: 20rem !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 20rem !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 20rem !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 20rem !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 20rem !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.3rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.3rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.3rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.3rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.3rem !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.45rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.45rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.45rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.45rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.45rem !important; }
  .p-md-5 {
    padding: 2.15rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2.15rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 2.15rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2.15rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 2.15rem !important; }
  .p-md-6 {
    padding: 3.58rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 3.58rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 3.58rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 3.58rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 3.58rem !important; }
  .p-md-7 {
    padding: 4.29rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 4.29rem !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 4.29rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 4.29rem !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 4.29rem !important; }
  .p-md-8 {
    padding: 7.15rem !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 7.15rem !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 7.15rem !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 7.15rem !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 7.15rem !important; }
  .p-md-9 {
    padding: 10rem !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 10rem !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 10rem !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 10rem !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 10rem !important; }
  .p-md-10 {
    padding: 20rem !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 20rem !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 20rem !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 20rem !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 20rem !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.3rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.3rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.3rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.3rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.3rem !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.45rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.45rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.45rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.45rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.45rem !important; }
  .m-lg-5 {
    margin: 2.15rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2.15rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2.15rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2.15rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2.15rem !important; }
  .m-lg-6 {
    margin: 3.58rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 3.58rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 3.58rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 3.58rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 3.58rem !important; }
  .m-lg-7 {
    margin: 4.29rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 4.29rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 4.29rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 4.29rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 4.29rem !important; }
  .m-lg-8 {
    margin: 7.15rem !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 7.15rem !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 7.15rem !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 7.15rem !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 7.15rem !important; }
  .m-lg-9 {
    margin: 10rem !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 10rem !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 10rem !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 10rem !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 10rem !important; }
  .m-lg-10 {
    margin: 20rem !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 20rem !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 20rem !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 20rem !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 20rem !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.3rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.3rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.3rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.3rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.3rem !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.45rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.45rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.45rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.45rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.45rem !important; }
  .p-lg-5 {
    padding: 2.15rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2.15rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2.15rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2.15rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2.15rem !important; }
  .p-lg-6 {
    padding: 3.58rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 3.58rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 3.58rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 3.58rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 3.58rem !important; }
  .p-lg-7 {
    padding: 4.29rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 4.29rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 4.29rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 4.29rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 4.29rem !important; }
  .p-lg-8 {
    padding: 7.15rem !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 7.15rem !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 7.15rem !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 7.15rem !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 7.15rem !important; }
  .p-lg-9 {
    padding: 10rem !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 10rem !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 10rem !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 10rem !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 10rem !important; }
  .p-lg-10 {
    padding: 20rem !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 20rem !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 20rem !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 20rem !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 20rem !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.3rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.3rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.3rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.3rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.3rem !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.45rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.45rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.45rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.45rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.45rem !important; }
  .m-xl-5 {
    margin: 2.15rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2.15rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2.15rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2.15rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2.15rem !important; }
  .m-xl-6 {
    margin: 3.58rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 3.58rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 3.58rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 3.58rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 3.58rem !important; }
  .m-xl-7 {
    margin: 4.29rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 4.29rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 4.29rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 4.29rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 4.29rem !important; }
  .m-xl-8 {
    margin: 7.15rem !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 7.15rem !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 7.15rem !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 7.15rem !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 7.15rem !important; }
  .m-xl-9 {
    margin: 10rem !important; }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 10rem !important; }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 10rem !important; }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 10rem !important; }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 10rem !important; }
  .m-xl-10 {
    margin: 20rem !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 20rem !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 20rem !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 20rem !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 20rem !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.3rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.3rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.3rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.3rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.3rem !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.45rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.45rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.45rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.45rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.45rem !important; }
  .p-xl-5 {
    padding: 2.15rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2.15rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2.15rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2.15rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2.15rem !important; }
  .p-xl-6 {
    padding: 3.58rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 3.58rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 3.58rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 3.58rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 3.58rem !important; }
  .p-xl-7 {
    padding: 4.29rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 4.29rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 4.29rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 4.29rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 4.29rem !important; }
  .p-xl-8 {
    padding: 7.15rem !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 7.15rem !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 7.15rem !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 7.15rem !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 7.15rem !important; }
  .p-xl-9 {
    padding: 10rem !important; }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 10rem !important; }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 10rem !important; }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 10rem !important; }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 10rem !important; }
  .p-xl-10 {
    padding: 20rem !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 20rem !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 20rem !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 20rem !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 20rem !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; } }

/*! 37. Bootstrap Text */
.text-justify {
  text-align: justify !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

.text-success {
  color: #80ce5f !important; }

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

.text-info {
  color: #8268d5 !important; }

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

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

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

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

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

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

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

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

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

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

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

/*! 38. Bootstrap Visibility */
.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/*! 39. Ozon Utilities */
.bg-gray-1 {
  background: #f9f9f9 !important; }

.bg-gray-2 {
  background: #e4e4e4 !important; }

.bg-gray-3 {
  background: #a8a8a8 !important; }

.bg-gray-4 {
  background: #747474 !important; }

.bg-gray-5 {
  background: #646464 !important; }

.bg-gray-6 {
  background: #3a3a3a !important; }

.bg-gray-7 {
  background: #262626 !important; }

.bg-gray-8 {
  background: #191919 !important; }

.bg-facebook {
  background: #475b94 !important; }

.bg-twitter {
  background: #63abeb !important; }

.bg-google {
  background: #be4c3d !important; }

.bg-dribbble {
  background: #ca4d84 !important; }

.bg-linkedin {
  background: #477bb4 !important; }

.bg-left-top {
  background-position: left top !important;
  background-repeat: no-repeat; }

.bg-left-center {
  background-position: left center !important;
  background-repeat: no-repeat; }

.bg-left-bottom {
  background-position: left bottom !important;
  background-repeat: no-repeat; }

.bg-center-top {
  background-position: center top !important;
  background-repeat: no-repeat; }

.bg-center-center {
  background-position: center center !important;
  background-repeat: no-repeat; }

.bg-center-bottom {
  background-position: center bottom !important;
  background-repeat: no-repeat; }

.bg-right-top {
  background-position: right top !important;
  background-repeat: no-repeat; }

.bg-right-center {
  background-position: right center !important;
  background-repeat: no-repeat; }

.bg-right-bottom {
  background-position: right bottom !important;
  background-repeat: no-repeat; }

.bg-size-cover {
  background-size: cover !important; }

.bg-size-contain {
  background-size: contain !important; }

.hover-bg-primary:hover {
  background: #32586E !important; }

.border-width-1 {
  border-width: 1px !important; }

.border-width-2 {
  border-width: 2px !important; }

.border-width-5 {
  border-width: 5px !important; }

.border-gray-1 {
  border-color: #f9f9f9 !important; }

.border-gray-2 {
  border-color: #e4e4e4 !important; }

.border-gray-6 {
  border-color: #3a3a3a !important; }

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

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

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

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

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

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

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

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

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

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

.shadow-primary {
  box-shadow: -25px 25px #32586E; }

.shadow-1 {
  box-shadow: 0 10px 30px rgba(8, 9, 9, 0.1); }

.shadow-2 {
  box-shadow: 0 10px 30px rgba(8, 9, 9, 0.2); }

.hover-shadow-1:hover {
  box-shadow: 0 10px 30px rgba(8, 9, 9, 0.1); }

.hover-shadow-2:hover {
  box-shadow: 0 10px 30px rgba(8, 9, 9, 0.2); }

.cursor-pointer {
  cursor: pointer; }

.fill-white svg path,
.fill-white svg polyline {
  fill: #fff; }

.fill-black svg path,
.fill-black svg polyline {
  fill: #000; }

.flex-center {
  align-items: center;
  display: flex;
  justify-content: center; }

.flex-center-between {
  align-items: center;
  display: flex;
  justify-content: space-between; }

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

.font-family-base {
  font-family: 0.875rem !important; }

.font-family-leading {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

.font-family-fancy {
  font-family: "Playfair Display", serif !important; }

.h-30px {
  height: 30px; }

.h-40px {
  height: 40px; }

.h-50px {
  height: 50px; }

.h-100px {
  height: 100px; }

.h-200px {
  height: 200px; }

.h-300px {
  height: 300px; }

.h-400px {
  height: 400px; }

.h-500px {
  height: 500px; }

.h-600px {
  height: 600px; }

.h-700px {
  height: 700px; }

.h-800px {
  height: 800px; }

.h-100vh {
  height: 100vh; }

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

.lh-1 {
  line-height: 1; }

.object-fit-cover {
  object-fit: cover; }

.pointer-events-none {
  pointer-events: none; }

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

.right-0 {
  right: 0; }

.left-0 {
  left: 0; }

.left-100 {
  left: 100%; }

.top-0 {
  top: 0; }

.text-sm {
  font-size: 0.7525rem; }

.text-base {
  font-size: 0.875rem; }

.text-md {
  font-size: 1.00625rem; }

.text-lg {
  font-size: 1.1375rem; }

.text-xl {
  font-size: 1.26875rem; }

.text-2xl {
  font-size: 1.4875rem; }

.text-3xl {
  font-size: 1.88125rem; }

.text-4xl {
  font-size: 2.12625rem; }

.text-5xl {
  font-size: 2.8rem; }

.text-6xl {
  font-size: 3.7625rem; }

.text-7xl {
  font-size: 5.8625rem; }

@media (max-width: 991.98px) {
  .text-6xl,
  .text-7xl {
    font-size: 2.12625rem; } }

@media (max-width: 575.98px) {
  .text-6xl,
  .text-7xl {
    font-size: 1.4875rem; } }

.text-8xl {
  font-size: 18.375rem; }
  @media (max-width: 575.98px) {
    .text-8xl {
      font-size: 5.8625rem; } }

.text-base-color {
  color: #747474; }

.text-gray-3 {
  color: #a8a8a8; }

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

.translate-y-minus-20 {
  transform: translateY(-20%); }

.translate-y-minus-half {
  transform: translateY(-50%); }

.transition-1 {
  transition: all 0.4s ease-in-out; }

.w-30px {
  width: 30px; }

.w-40px {
  width: 40px; }

.w-50px {
  width: 50px; }

.w-100px {
  width: 100px; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

/*! 40. BigPicture Overrides */
.bp-lr {
  outline: 0 !important; }

/*! 41. Bootstrap Buttons Overrides */
.btn {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  box-shadow: none !important; }

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
  color: #32586E; }
  .btn-white:hover {
    color: #212529;
    background-color: rgba(255, 255, 255, 0);
    border-color: #fff; }
  .btn-white:focus, .btn-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-white.disabled, .btn-white:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
    .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-white:hover {
    color: #fff; }

.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff; }
  .btn-outline-white:hover {
    color: #262626;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-white:focus, .btn-outline-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
  .show > .btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
    .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

/*! 42. Bootstrap Forms Overrides */
.form-control-transparent {
  background: transparent;
  color: #fff; }
  .form-control-transparent::placeholder {
    color: #fff;
    opacity: 0.5; }

.form-control-minimal {
  background: transparent;
  border-radius: 0;
  border-width: 0 0 1px 0; }
  .form-control-minimal:focus {
    box-shadow: none !important;
    border-color: #32586E; }

.form-control-dark {
  border-color: #4c4c4c;
  color: #a8a8a8; }
  .form-control-dark::placeholder {
    color: #646464; }

/*! 43. Bootstrap Tables Overrides */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

/*! 44. Bootstrap Progress Overrides */
.progress-bar {
  padding-left: 0;
  width: 0; }

.progress-value {
  margin-left: 0;
  margin-top: -1rem;
  opacity: 0;
  position: absolute;
  transition: all 0.4s ease-in-out;
  transform: translateX(-30px); }

/*! 45. Swiper Overrides */
[data-swiper-pagination] .swiper-wrapper {
  margin-bottom: calc(2.15rem + 12px); }

.swiper-pagination {
  bottom: 0 !important;
  line-height: 0; }

.swiper-pagination-bullet {
  height: 12px;
  width: 12px; }

.swiper-pagination-bullet-active {
  background: #32586E; }

.swiper-arrow-next,
.swiper-arrow-prev {
  cursor: pointer;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  z-index: 1; }
  [data-swiper-pagination] .swiper-arrow-next, [data-swiper-pagination]
  .swiper-arrow-prev {
    top: calc(50% - 2.15rem + 12px); }

.swiper-arrow-next {
  right: 15px; }
  .swiper-arrow-next.swiper-arrow-outside {
    right: calc(-15px - 50px); }

.swiper-arrow-prev {
  left: 15px; }
  .swiper-arrow-prev.swiper-arrow-outside {
    left: calc(-15px - 50px); }

.swiper-arrow-disabled {
  opacity: 0.5;
  pointer-events: none; }

/* Specific to joblisting page */
@media (min-width: 576px) {
  a.flicker.flicker-primary.flicker-fade.job-cards {
    min-height: 325px;
  }
}
.percent-title{
  font-size: 2.5rem;
}
.percent-text{
  font-size: 1.5rem;
}
.people-image{
border: black 3px solid;
}
.people-description{
  border: black 1px solid;
}
.people-image-block{
  text-align: center;
}
@media (min-width: 768px){
.people-description{
 border-left: none;
}
.people-image-block{
  text-align: end;
}
}
.text-start{
  text-align: start !important;
}
.white-decoration::after{
      background: white !important;
    content: "";
    display: block;
    height: 2px;
    margin-top: 10px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}


/*CSS updates 04Feb2022 */
.percent-text{
  font-size: 17px;
  margin-top: 30px;
  display: grid;
}
html {
  scroll-behavior: smooth;
}

/*JOIN*/
.join-team  .card-body img{
    max-height: 89px;
  }
.join-team  .card:hover .card-text{
    display: block;
  }
.join-team  .card:hover{
    background-color: #AACFE5;
  }
.join-team  .card:hover h5,.join-team .card:hover img{
    opacity: 0;
  }
.join-team  .card-text{
      position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  color: #32586E;
  font-size: 16px;
  width: 80%;
  }
.secondary-img{
  opacity: 0!important;
}
.join-team .card:hover .secondary-img{
    opacity: 1!important;
  }

.join-team  .card-title{
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-se
  }


.join-team  .card{
  background-color: #E6E6E6;
  border-radius: 10px;
  transition-property: all;
  transition-duration: 0.5s;
}
.join-team  .card-title{
  color: #32586E;
  font-size: 34px;
}



h3.heading-title{
  font-size: 20px;
}

.average-tenure img{
  max-height: 91px;
}




/*.job-list*/
.job-list .card{
  background-color: #32586E;
  border-radius: 10px;
  padding: auto 5px;
  height: 448px;
  text-align: center;
  transition-property: all;
  transition-duration: 0.5s;
}

.job-list .card-title{
  color: white;
  font-size: 45px;
  transition-property: all;
  transition-duration: 0.5s;
}
.job-list .card-text{
  color: white;
  font-size: 30px;
  transition-property: all;
  transition-duration: 0.5s;
}
.job-list .card-subtext{
  color: white;
  font-weight: bold;
  transition-property: all;
  transition-duration: 0.5s;
}
.job-list .card:hover{
  background-color: #E6E6E6;
  border: 1px solid #9a9a9a;
}
.job-list .card:hover .card-body{
  display: none;
}
.job-list .card:hover .card-hover-body{
  display: block;
}



.job-list .card-hover-body{
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 80%;

}

.card-title-hover{
font-size: 30px;
color: #32586E;
}
.jobTitle2.card-title-hover--small {
    font-size: 20px;
}



.card-text-hover{
  color: #32586E;
  font-size: 20px;
    font-weight: bold;
}
.address-hover{
  font-size: 15px;
}

.other-hover{
  text-decoration: underline;
  margin-bottom: 5px;
}
.job-img-hover{
  width: 300px;
    height: 120px;
    object-fit: cover;
    border: 1px solid #32586E;
    border-radius: 10px;
    max-width:100%;
}
.btns a{
  padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.see-more{
  color: #32586E;
  font-size: 22px;
  text-decoration: underline;
}


/*BENEFITS*/
.benefits  .card:hover .card-text{
    display: block;
  }
.benefits  .card:hover{
    background-color: #E6E6E6;
  }
.benefits  .card:hover h5,.benefits .card:hover img{
    opacity: 0;
  }
.benefits  .card-text{
      position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 90%;
  font-size: 14px;
  font-weight: 500;
  transition-property: all;
  transition-duration: 0.5s;

  }
.secondary-img{
  opacity: 0!important;

}
.benefits .card:hover .secondary-img{
    opacity: 1!important;
  }

.benefits  .card-title{
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-se
  }


.benefits  .card{
  background-color: #32586E;
  border-radius: 10px;
  height: 350px;
  transition-property: all;
  transition-duration: 0.5s;
}
.benefits  .card-title{
  color: white;
  font-size: 34px;
}


.benefits  .card-title::after {
    margin-left: auto;
    margin-right: auto;
}
.benefits  .card-title::after {
    background: #AACFE5;
    content: "";
    display: block;
    height: 3px;
    margin-top: 10px;
    width: 50px;
}

.benefits .title-hover{
  color: #32586E;
  font-size: 24px;
  font-weight: 500;

}

.benefits  .title-hover::after {
    margin-left: auto;
    margin-right: auto;
}
.benefits .title-hover::after {
    background: #AACFE5;
    content: "";
    display: block;
    height: 3px;
    margin-top: 10px;
    width: 50px;
}


/*TEAM*/


.team-card{
  background-color: #ECF4F9;
  height: 530px;
  transition-property: all;
  transition-duration: 0.5s;
}
.team-card:hover{
  background-color: #32586E;
  border-radius: 10px;
}

.team-card img{
  width: 236px;
    height: 236px;
    object-fit: cover;
    border: 2px solid #32586E;
        margin-top: 50px;
        transition-property: all;
  transition-duration: 0.5s;
}
.team-card:hover  img{
  width: 200px;
    height: 200px;
    object-fit: cover;
    border: 2px solid #32586E;
        margin-top: 0px;
}


.team-name{
color: #32586E;
font-size: 26px;
transition-property: all;
  transition-duration: 0.5s;
}
.team-card:hover .team-name{
color: #FFFFFF;
font-size: 22px;
}


.team-title{
color: #6F6F6F;
font-size: 19px;
transition-property: all;
  transition-duration: 0.5s;
}
.team-card:hover .team-title{
color: white;
font-size: 16px;
}

.team-description{
color: #AEC2CE;
display: none;
transition-property: all;
  transition-duration: 0.5s;
}
.team-card:hover .team-description{
display: block;
}


/*FOOTER*/
.footer h4{
  font-size: 37px;
}
.footer .heading-decorated .heading-title::after {
    width: 100px;
}
.list.list-dotty li{
  padding: 0;
}


/*charts*/




.charts-container .box {
  width: 100%;
}

.charts-container .box h2 {
  display: block;
  text-align: center;
  color: #fff;
}

.charts-container .box .chart {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 40px;
  line-height: 160px;
  height: 160px;
  color: #fff;
}

.charts-container .box canvas {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 70%;
    left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.chart {
  font-size: 35px !important;
}


/*header*/
#onePageNavigation .navigation-item{
  display: block ;
}
.navigation-item a{
  padding: 5px 0 !important;
  text-decoration: underline!important;
  color: #32586E!important;
}



/*hamburguer*/
/* VARIABLES */
:root {
  --coal: #3A3A3A;
  --snow: #ECEFF1;
  --apple: #FF4D3A;
}



/* CONTAINER PROPERTIES */

#menu-ctn {
  position: relative;
  top: 10px;
  margin: 0 16px;
  height: 40px;
  
  width: 44px;
  display: inline-block;
  z-index: 9990;
}
.menu-item a {
  cursor: pointer;
  color: white!important;
}
#menu-cnt {
  opacity: 0;
  transform: translate(16px, -10px) scale(0.7);
  background: #FFF;
  padding: 20px;
  
  visibility: none;
  display: inline-block;
  position: absolute;
    top: 0px;
    left: -16px;
    width: 100%;
    padding-left: 80px;
    z-index: 999;
    background: #32586E;
    height: 100%;
}

/* ELEMENT PROPERTIES */
.menu-bars {
  height: 4px;
  width: 30px;
  list-style: none;
  background: #32586E;
  margin: 0 7px;
  position: relative;
  top: 18px;
  transition: 0.4s all ease-in;
}
.menu-item, a.item-link {
  list-style: none;
  text-decoration: none;
  z-index: 1;
  background: transparent;
 /* width: 100%;*/
  display: inline-block;
      font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin: 0 10px;
      font-size: 20px;
}
a.soc-link {
  padding: 5px 20px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
a.soc-link:nth-of-type(1) {
  margin-top: 12px;
}
hr {
  border: 0.5px solid var(--coal);
}
.crossed {
  background: #32586E;
}
.crossed::before, .crossed::after {
  background: white!important;
}
.dropped {
  opacity: 1 !important;
  transform: translate(16px, -10px) !important;
  visibility: visible !important;
}
.menu-bars::before, .menu-bars::after {
  content: '';
  position: absolute;
  height: 4px;
  width: 30px;
  list-style: none;
  background: #32586E ;
}
.menu-bars::before {
  transform: translateY(-10px);
}
.menu-bars::after {
  transform: translateY(10px);
}
.crossed::before {
  animation: rotate-top-bar 0.4s forwards;
}
.crossed::after {
  animation: rotate-bottom-bar 0.4s forwards;
}
.hamburger::before {
  animation: rotate-top-bar-2 0.4s reverse;
}
.hamburger::after {
  animation: rotate-bottom-bar-2 0.4s reverse;
}

/* EVENT HANDLERS */
.menu-item:hover, a.item-link:hover {
  color: var(--coal);
}
a.soc-link:hover {
  background: var(--snow);
  box-shadow: -4px 0 0 var(--apple);
}

/* ANIMATION KEYFRAMES */
@keyframes rotate-top-bar {
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes rotate-bottom-bar {
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes rotate-top-bar-2 {
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes rotate-bottom-bar-2 {
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
.new-nav{
  float: left;
}
.main-logo{
  float: right;
      z-index: 999;
    position: relative;
}
#menu-cnt .menu-item{
  
  }


.side-navigation{
      color: #262626;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.00625rem;
    padding: 1rem 0.5rem;
    text-transform: uppercase;
}
.side-navigation a{

    text-decoration: none!important;
    background-color: transparent;
}
.main-logo img{
  max-width: 150px;
}
.section{
  padding-left: 0!important;
  padding-right: 0!important;
}

.charts-container{
  overflow-x: auto;
  white-space: nowrap;
  }

.charts-container .box{
  display: inline-block;
  }

.btn{
  font-size: 1rem!important;
}
.text-start{
  color: #32586E;
  font-size: 16px;
}
/*MOBILE*/
@media (max-width: 767.98px) { 
  .white-mobile{
  background: white !important;
}
.percent-text{
  color: #32586E;
}
.white-mobile .chart{
  color: #32586E !important;
}
}
@media (max-width: 575.98px) { 
  .main-logo img{
  max-width: 100px;
}
.dropped{
  height: 100vh !important;
} 
#menu-cnt .menu-item{
  margin-bottom: 40px;
font-size: 22px;
}
#menu-cnt{
  padding-left: 0px;
}
.text-center-mobile{
  text-align: center;
}
.menu-item, a.item-link{
  font-size: 38px;
}

.team-card{
  background: #E6E6E6 !important;
}


.team-card  img{
  width: 200px;
    height: 200px;
    object-fit: cover;
    border: 2px solid #32586E;
        margin-top: 0px;
}


.team-card .team-name{
font-size: 30px;
}


.team-card .team-title{
font-size: 22px;
}

.team-card .team-description{
display: block;
color: #000000;
font-size: 18px;
}




/*benefits*/
.benefits .card-body img{
    max-width: 75px!important;
}
.benefits .title-hover{
  display: none!important;
}
.benefits .info-hover{
  display: block;
  color: white;
}
.benefits .card-text{
  display: block;
  position: inherit;
  transform: none;
  width: 100%;
}
.benefits .card{
  height: auto;
}
.benefits *:hover{
  transition-property: none !important;

}


/*jobs*/
.job-list .card{
  background-color: #E6E6E6;
    border: 1px solid #9a9a9a;
}

.job-list .card-body{
  display: none;
}
.job-list .card-hover-body{
  display: block;
  position: inherit;
      transform: none;
      width: 100%;

}
.job-img-hover{
  width: 150px;
  height: 160px;
}
.job-list .card-title-hover{
  font-size: 17px;
}
.job-list .card-text-hover{
  font-size: 15px;
}
.job-list .address-hover{
  font-size: 12px;
}
.other-hover{
  font-size: 12px;
}
.job-list .card{
  height: auto;
}
.job-info-hover{
  text-align: left;
}
.btns a{
  width: 100%
}
.team-title{
  color: #32586E;
}
.see-more{
  color: #767676
}
}
@media (max-width: 1200px) { 
.charts-container{
  display: block;
}
.join-team .card-title {
    font-size: 24px;
}

}
@media (max-width: 992px) { 
.card-title{
  font-size: 24px;
}}

.footer-item p, .footer-item li a{
  color: white !important;
  font-size: 20px;
}
.list-dotty li::before {
    font-size: 25px;
    font-weight: bold;
    color: white;
}
.social-icons{
  font-size: 30px;
  color: white !important;
}
.dropped{
  z-index: 1000 !important
}
.center-btn{
  min-width: 100px !important;
    padding-left: 0;
    padding-right: 0;
}
.average-tenure .percent-text{
  display: block
}
@media only screen (min-width: 576px) and (max-width: 767px){
  .job-img-hover{
  width: 100% ;
   height: 90%;
  }
}
