@charset "UTF-8";
/*

No CSS declaration, this file is only for .scss imports!
You can see folder structure below.

|– base/
|   |– _reset.scss       # Reset/normalize
|   |– _typography.scss  # Typography rules
|   ...                  # Etc…
|
|– components/
|   |– _buttons.scss     # Buttons
|   |– _carousel.scss    # Carousel
|   |– _cover.scss       # Cover
|   |– _dropdown.scss    # Dropdown
|   ...                  # Etc…
|
|– layout/
|   |– _navigation.scss  # Navigation
|   |– _grid.scss        # Grid system
|   |– _header.scss      # Header
|   |– _footer.scss      # Footer
|   |– _sidebar.scss     # Sidebar
|   |– _forms.scss       # Forms
|   ...                  # Etc…
|
|– pages/
|   |– _home.scss        # Home specific styles
|   |– _contact.scss     # Contact specific styles
|   ...                  # Etc…
|
|– themes/
|   |– _theme.scss       # Default theme
|   |– _admin.scss       # Admin theme
|   ...                  # Etc…
|
|– abstract/
|   |– _variables.scss   # Sass Variables
|   |– _functions.scss   # Sass Functions
|   |– _mixins.scss      # Sass Mixins
|   |– _helpers.scss     # Class & placeholders helpers
|
|– vendors/
|   |– _bootstrap.scss   # Bootstrap
|   |– _jquery-ui.scss   # jQuery UI
|   ...                  # Etc…

*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
*,
*::before,
*::after {
  box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

.figure {
  display: inline-block; }

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

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

.container {
  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: 1280px) {
    .container {
      max-width: 1440px; } }

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

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

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

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

@media (min-width: 1280px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1440px; } }

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

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

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

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

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

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

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

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

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

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

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

.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;
    min-width: 0;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .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;
    min-width: 0;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .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;
    min-width: 0;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .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: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

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

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

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007bff !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1650px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

html {
  font-size: 62.5%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

strong {
  font-weight: 600; }

h2 {
  font-weight: normal;
  font-size: 3.4rem;
  line-height: 5.2rem; }

input {
  border-radius: 0 !important; }

.absolute {
  position: absolute; }

.container-wide {
  max-width: 1800px; }

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

.breadcrumbs {
  padding-top: 15px;
  padding-bottom: 15px; }
  .breadcrumbs a {
    font-size: 14px;
    color: black;
    text-decoration: none; }
    @media (min-width: 992px) {
      .breadcrumbs a:not(:last-child) {
        color: #FF5700;
        text-decoration: underline; }
      .breadcrumbs a:hover {
        text-decoration: none; } }
  .breadcrumbs b {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: black; }
    @media (max-width: 991px) {
      .breadcrumbs b {
        transform: rotate(180deg); } }
  @media (max-width: 991px) {
    .breadcrumbs a.resp-invisible-level, .breadcrumbs b.resp-invisible-level {
      display: none; } }

.blog-breadcrumbs {
  background: #EBEFF2; }

.underline {
  text-decoration: underline; }

body * {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6; }

a:hover {
  text-decoration: none; }

p, .p {
  color: #212529;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6; }

b,
strong {
  font-weight: bolder; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #FF5700;
  font-size: 400;
  line-height: 1.2; }

.service-detail-h1,
.service-detail-h2,
.service-detail-h3,
.service-detail-h4,
.service-detail-h5,
.service-detail-h6 {
  font-weight: 600; }

h1 {
  font-size: 36px;
  margin-bottom: 18px; }

#banner h1 {
  font-size: 32px;
  margin-bottom: 0; }

#banner h1.smaller {
  font-size: 28px;
  margin-bottom: 0; }

h2, .h2 {
  font-size: 28px;
  margin-bottom: 14px; }

h3, .h3 {
  font-size: 24px;
  margin-bottom: 12px; }

h4, .h4 {
  font-size: 22px;
  margin-bottom: 11px; }

h5, .h5 {
  font-size: 20px;
  margin-bottom: 10px; }

h6, .h6 {
  font-size: 20px;
  margin-bottom: 10px; }

h1.service-detail-h1 {
  font-size: 30px;
  margin-bottom: 15px; }

h2.service-detail-h2 {
  font-size: 26px;
  margin-bottom: 13px; }

h3.service-detail-h3 {
  font-size: 18px;
  margin-bottom: 9px; }

h4.service-detail-h4 {
  font-size: 16px;
  margin-bottom: 8px; }

p.bigger {
  font-size: 18px; }

.content-text h1, .content-text .h1, .content-text h1 *, .content-text .h1 *,
.content-text h2, .content-text .h2, .content-text h2 *, .content-text .h2 *,
.content-text h3, .content-text .h3, .content-text h3 *, .content-text .h3 *,
.content-text h4, .content-text .h4, .content-text h4 *, .content-text .h4 *,
.content-text h5, .content-text .h5, .content-text h5 *, .content-text .h5 *,
.content-text h6, .content-text .h6, .content-text h6 *, .content-text .h6 * {
  color: #212529;
  line-height: 1.2;
  margin-bottom: 0.5em; }

.content-text h1, .content-text .h1,
.content-text h2, .content-text .h2,
.content-text h3, .content-text .h3,
.content-text h4, .content-text .h4,
.content-text h5, .content-text .h5,
.content-text h6, .content-text .h6, .content-text h6 *, .content-text .h6 * {
  font-weight: 400; }

.content-text h1 {
  font-size: 36px; }

.content-text h2, .content-text .h2, .content-text h2 *, .content-text .h2 * {
  font-size: 28px; }

.content-text h3, .content-text .h3, .content-text h3 *, .content-text .h3 * {
  font-size: 24px; }

.content-text h4, .content-text .h4, .content-text h4 *, .content-text .h4 * {
  font-size: 22px; }

.content-text h5, .content-text .h5, .content-text h5 *, .content-text .h5 * {
  font-size: 20px; }

.content-text h6, .content-text .h6, .content-text h6 *, .content-text .h6 * {
  font-size: 20px; }

.content-text u, .content-text u * {
  text-decoration: underline; }

.content-text b, .content-text strong, .content-text b *, .content-text strong * {
  font-weight: bolder; }

@media (min-width: 576px) {
  h1 {
    font-size: 40px;
    margin-bottom: 20px; }
  #banner h1 {
    font-size: 36px;
    margin-bottom: 0; }
  #banner h1.smaller {
    font-size: 32px;
    margin-bottom: 0; }
  h2, .h2 {
    font-size: 32px;
    margin-bottom: 16px; }
  h3, .h3 {
    font-size: 26px;
    margin-bottom: 13px; }
  h4, .h4 {
    font-size: 24px;
    margin-bottom: 12px; }
  h5, .h5 {
    font-size: 22px;
    margin-bottom: 11px; }
  h6, .h6 {
    font-size: 20px;
    margin-bottom: 10px; }
  h1.service-detail-h1 {
    font-size: 32px;
    margin-bottom: 16px; }
  h2.service-detail-h2 {
    font-size: 28px;
    margin-bottom: 14px; }
  h3.service-detail-h3 {
    font-size: 18px;
    margin-bottom: 9px; }
  h4.service-detail-h4 {
    font-size: 16px;
    margin-bottom: 8px; }
  p.bigger {
    font-size: 24px; }
  .content-text h1, .content-text .h1, .content-text h1 *, .content-text .h1 * {
    font-size: 40px; }
  .content-text h2, .content-text .h2, .content-text h2 *, .content-text .h2 * {
    font-size: 32px; }
  .content-text h3, .content-text .h3, .content-text h3 *, .content-text .h3 * {
    font-size: 26px; }
  .content-text h4, .content-text .h4, .content-text h4 *, .content-text .h4 * {
    font-size: 24px; }
  .content-text h5, .content-text .h5, .content-text h5 *, .content-text .h5 * {
    font-size: 22px; }
  .content-text h6, .content-text .h6, .content-text h6 *, .content-text .h6 * {
    font-size: 20px; } }

@media (min-width: 768px) {
  h1 {
    font-size: 46px;
    margin-bottom: 23px; }
  #banner h1 {
    font-size: 40px;
    margin-bottom: 0; }
  #banner h1.smaller {
    font-size: 36px;
    margin-bottom: 0; }
  h2, .h2 {
    font-size: 36px;
    margin-bottom: 18px; }
  h3, .h3 {
    font-size: 28px;
    margin-bottom: 14px; }
  h4, .h4 {
    font-size: 26px;
    margin-bottom: 13px; }
  h5, .h5 {
    font-size: 24px;
    margin-bottom: 12px; }
  h6, .h6 {
    font-size: 22px;
    margin-bottom: 11px; }
  h1.service-detail-h1 {
    font-size: 38px;
    margin-bottom: 19px; }
  h2.service-detail-h2 {
    font-size: 32px;
    margin-bottom: 16px; }
  h3.service-detail-h3 {
    font-size: 20px;
    margin-bottom: 10px; }
  h4.service-detail-h4 {
    font-size: 16px;
    margin-bottom: 8px; }
  p.bigger {
    font-size: 26px; }
  .content-text h1, .content-text .h1, .content-text h1 *, .content-text .h1 * {
    font-size: 46px; }
  .content-text h2, .content-text .h2, .content-text h2 *, .content-text .h2 * {
    font-size: 36px; }
  .content-text h3, .content-text .h3, .content-text h3 *, .content-text .h3 * {
    font-size: 28px; }
  .content-text h4, .content-text .h4, .content-text h4 *, .content-text .h4 * {
    font-size: 26px; }
  .content-text h5, .content-text .h5, .content-text h5 *, .content-text .h5 * {
    font-size: 24px; }
  .content-text h6, .content-text .h6, .content-text h6 *, .content-text .h6 * {
    font-size: 22px; } }

@media (min-width: 992px) {
  h1 {
    font-size: 50px;
    margin-bottom: 25px; }
  #banner h1 {
    font-size: 46px;
    margin-bottom: 0; }
  #banner h1.smaller {
    font-size: 36px;
    margin-bottom: 0; }
  h2, .h2 {
    font-size: 42px;
    margin-bottom: 21px; }
  h3, .h3 {
    font-size: 32px;
    margin-bottom: 16px; }
  h4, .h4 {
    font-size: 28px;
    margin-bottom: 14px; }
  .services-card h4.text-1 {
    font-size: 26px; }
  h5, .h5 {
    font-size: 24px;
    margin-bottom: 12px; }
  h6, .h6 {
    font-size: 22px;
    margin-bottom: 11px; }
  h1.service-detail-h1 {
    font-size: 38px;
    margin-bottom: 19px; }
  h2.service-detail-h2 {
    font-size: 32px;
    margin-bottom: 16px; }
  h3.service-detail-h3 {
    font-size: 20px;
    margin-bottom: 10px; }
  h4.service-detail-h4 {
    font-size: 16px;
    margin-bottom: 8px; }
  .content-text h1, .content-text .h1, .content-text h1 *, .content-text .h1 * {
    font-size: 50px; }
  .content-text h2, .content-text .h2, .content-text h2 *, .content-text .h2 * {
    font-size: 42px; }
  .content-text h3, .content-text .h3, .content-text h3 *, .content-text .h3 * {
    font-size: 32px; }
  .content-text h4, .content-text .h4, .content-text h4 *, .content-text .h4 * {
    font-size: 28px; }
  .content-text h5, .content-text .h5, .content-text h5 *, .content-text .h5 * {
    font-size: 24px; }
  .content-text h6, .content-text .h6, .content-text h6 *, .content-text .h6 * {
    font-size: 22px; } }

#footer {
  min-height: 350px;
  background-color: #102644;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    #footer {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 992px) {
    #footer {
      padding-top: 90px;
      padding-bottom: 25px; } }
  #footer p {
    font-size: 16px;
    color: white;
    line-height: 1.8; }
  #footer p.p-contact-social-sites {
    font-size: 32px; }
  #footer p.p-contact-social-sites a {
    display: inline-block;
    margin-left: 0;
    margin-right: 15px; }
  @media (min-width: 768px) {
    #footer p.p-contact-social-sites {
      margin-top: 45px; }
    #footer p.p-contact-social-sites a {
      margin-left: 15px;
      margin-right: 0; } }
  @media (min-width: 992px) {
    #footer p.p-contact-social-sites {
      margin-top: 60px; } }
  @media (min-width: 1088px) {
    #footer p.p-contact-social-sites {
      margin-top: 40px; } }
  #footer #loga_group_white_frame {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      #footer #loga_group_white_frame {
        margin-left: 0;
        margin-right: 0; } }
    @media (min-width: 1280px) {
      #footer #loga_group_white_frame {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 80px; } }
    @media (min-width: 1400px) {
      #footer #loga_group_white_frame {
        margin-top: 20px; } }
    #footer #loga_group_white_frame svg#loga_group_white {
      width: 100%;
      max-width: 100%;
      height: auto;
      max-height: 100%; }
  #footer a {
    color: white; }
  #footer .p-contact {
    font-size: 20px;
    color: #FF5700;
    font-weight: bold; }
  @media (min-width: 768px) {
    #footer .p-contact-social-sites:first-child {
      margin-top: 46px; } }
  #footer .p-contact-social-sites a i {
    font-size: 26px;
    color: #fff; }
  @media (min-width: 1400px) {
    #footer .p-contact-social-sites a i {
      font-size: 20px; } }
  @media (min-width: 1500px) {
    #footer .p-contact-social-sites a i {
      font-size: 24px; } }
  @media (min-width: 1600px) {
    #footer .p-contact-social-sites a i {
      font-size: 26px; } }
  #footer .p-contact-social-sites a:hover i {
    color: #FF5700; }
  #footer .footer-row .col-xs-5 {
    padding-bottom: 25px; }
  @media (max-width: 991px) {
    #footer .footer-row .col-xs-5:last-of-type {
      padding-bottom: 0; } }
  @media (max-width: 768px) {
    #footer .text-center-res {
      text-align: center; } }
  #footer .btn-primary {
    background-color: #FF5700;
    border-radius: 31px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: bold;
    border: 0px; }
  @media (min-width: 900px) {
    #footer .btn-primary {
      padding: 12px 28px;
      font-size: 14px; } }
  @media (min-width: 992px) {
    #footer .btn-primary {
      padding: 15px 35px;
      font-size: 16px; } }

#contact p, #contact span, #contact a, #contact li {
  font-size: 16px;
  line-height: 1.6;
  color: #212529;
  font-weight: 400;
  text-decoration: none; }

#contact a.highlight-link {
  font-size: 22px; }

#contact a:hover {
  text-decoration: underline; }

#contact .container .contact-info {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff; }
  @media (min-width: 768px) {
    #contact .container .contact-info {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 992px) {
    #contact .container .contact-info {
      padding-top: 80px;
      padding-bottom: 60px; } }

#contact .container .contact-content {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #EBEFF2; }
  @media (min-width: 768px) {
    #contact .container .contact-content {
      padding-top: 50px;
      padding-bottom: 52px; } }
  @media (min-width: 992px) {
    #contact .container .contact-content {
      padding-top: 96px;
      padding-bottom: 104px; } }
  #contact .container .contact-content .filter-divisions-row {
    margin: 0;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 992px) {
      #contact .container .contact-content .filter-divisions-row {
        margin-bottom: 50px; } }
    @media (min-width: 1200px) {
      #contact .container .contact-content .filter-divisions-row {
        margin-left: 8.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%; } }
  @media (max-width: 991px) {
    #contact .container .contact-content .filter-divisions > .row {
      margin-left: 0;
      margin-right: 0; } }
  #contact .container .contact-content .filter-divisions .divisions {
    border-bottom: 1px solid #000;
    padding: 0; }
    @media (max-width: 991px) {
      #contact .container .contact-content .filter-divisions .divisions > .row {
        overflow: hidden;
        max-height: 0;
        margin-left: 0;
        margin-right: 0;
        transition: max-height 0.3s; }
      #contact .container .contact-content .filter-divisions .divisions.active-divisions > .row {
        max-height: 1000px; } }
    #contact .container .contact-content .filter-divisions .divisions #active-division {
      display: block;
      padding: 15px;
      border: 1px solid #000;
      border-bottom: none;
      margin-bottom: -1px; }
      #contact .container .contact-content .filter-divisions .divisions #active-division span {
        font-weight: 600; }
    @media (min-width: 992px) {
      #contact .container .contact-content .filter-divisions .divisions #active-division {
        display: none; } }
    #contact .container .contact-content .filter-divisions .divisions .division {
      display: block;
      position: relative;
      width: 100%;
      background-color: #EBEFF2;
      padding: 15px;
      border: 1px solid #000;
      border-bottom: none;
      cursor: pointer; }
      #contact .container .contact-content .filter-divisions .divisions .division span {
        font-weight: 400; }
      @media (min-width: 992px) {
        #contact .container .contact-content .filter-divisions .divisions .division {
          display: inline-block;
          width: auto;
          padding: 15px 30px;
          margin-left: 5px;
          margin-right: 5px;
          margin-bottom: -1px;
          border: 1px solid #000; }
          #contact .container .contact-content .filter-divisions .divisions .division span {
            font-weight: 500; } }
    #contact .container .contact-content .filter-divisions .divisions .division.active {
      cursor: default; }
      @media (min-width: 992px) {
        #contact .container .contact-content .filter-divisions .divisions .division.active {
          border-bottom-color: #EBEFF2; } }
  #contact .container .contact-content .division-texts {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      #contact .container .contact-content .division-texts {
        margin-bottom: 25px; } }
    @media (min-width: 992px) {
      #contact .container .contact-content .division-texts {
        margin-bottom: 50px; } }
    #contact .container .contact-content .division-texts .division-text {
      margin-top: 30px; }
      #contact .container .contact-content .division-texts .division-text img {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 100%; }
      #contact .container .contact-content .division-texts .division-text .division-text-custom-image-frame {
        position: relative;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin-right: -45px;
        margin-bottom: -104px; }
      #contact .container .contact-content .division-texts .division-text .division-text-custom h2 {
        color: #212529; }
      #contact .container .contact-content .division-texts .division-text .division-text-custom p.division-text-custom-quote {
        font-size: 22px;
        line-height: 1;
        margin-bottom: 22px; }
      @media (min-width: 992px) {
        #contact .container .contact-content .division-texts .division-text .division-text-custom p.division-text-custom-quote {
          font-size: 26px;
          margin-bottom: 26px; } }
      @media (min-width: 992px) {
        #contact .container .contact-content .division-texts .division-text .division-text-custom p.division-text-custom-quote {
          font-size: 30px;
          margin-bottom: 30px; } }
      @media (min-width: 992px) {
        #contact .container .contact-content .division-texts .division-text .division-text-custom-image {
          display: flex;
          align-items: flex-end;
          justify-content: flex-end;
          margin-bottom: 20px; }
          #contact .container .contact-content .division-texts .division-text .division-text-custom-image .division-text-custom-image-frame {
            margin-bottom: -125px; }
        #contact .container .contact-content .division-texts .division-text .division-text-custom {
          display: flex;
          flex-direction: column;
          justify-content: center; } }
      @media (min-width: 992px) {
        #contact .container .contact-content .division-texts .division-text .division-text-custom p.division-text-custom-quote {
          width: 120%; } }
      @media (min-width: 1280px) {
        #contact .container .contact-content .division-texts .division-text .division-text-custom p.division-text-custom-quote {
          font-size: 36px;
          width: 145%; } }
      @media (min-width: 1400px) {
        #contact .container .contact-content .division-texts .division-text .division-text-custom p.division-text-custom-quote {
          width: 150%; } }
      @media (min-width: 1600px) {
        #contact .container .contact-content .division-texts .division-text .division-text-custom p.division-text-custom-quote {
          width: 160%; } }
  #contact .container .contact-content .card {
    padding: 15px;
    background-color: #EBEFF2;
    border: none;
    border-radius: 0;
    /*
          &:hover {
            .card-text {
              background-color: $dark-blue;
              span, a {
                color: #fff;
              }

              .card-name {
                span {
                  color: $orange;
                }
              }
            }
          }
          */ }
    #contact .container .contact-content .card-frame {
      height: auto;
      width: 100%;
      position: relative; }
    #contact .container .contact-content .card-info-overlay {
      position: absolute;
      top: 100%;
      left: 0;
      bottom: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.8);
      transition: top 0.5s;
      overflow: hidden;
      z-index: 1; }
      #contact .container .contact-content .card-info-overlay-frame {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        width: 100%;
        padding: 25px 15px;
        overflow: hidden; }
      #contact .container .contact-content .card-info-overlay-text * {
        color: #fff; }
      #contact .container .contact-content .card-info-overlay-text ul, #contact .container .contact-content .card-info-overlay-text ol {
        padding-left: 25px; }
      #contact .container .contact-content .card-info-overlay-institution * {
        color: #fff; }
      #contact .container .contact-content .card-info-overlay-address * {
        color: #fff; }
      #contact .container .contact-content .card-info-overlay .card-info-overlay-close-block {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-top: 30px; }
        #contact .container .contact-content .card-info-overlay .card-info-overlay-close-block .card-info-overlay-close {
          cursor: pointer;
          display: flex;
          border: 1px solid #FF5700;
          font-size: 16px;
          line-height: 1.6;
          text-decoration: none;
          color: #FF5700;
          background-color: rgba(0, 0, 0, 0);
          padding: 10px 15px; }
          #contact .container .contact-content .card-info-overlay .card-info-overlay-close-block .card-info-overlay-close i {
            display: block;
            font-size: 16px;
            line-height: 1.6;
            color: #FF5700;
            padding-left: 30px; }
        #contact .container .contact-content .card-info-overlay .card-info-overlay-close-block .card-info-overlay-close:hover {
          text-decoration: none;
          color: #000;
          border-color: #FF5700;
          background-color: #FF5700; }
          #contact .container .contact-content .card-info-overlay .card-info-overlay-close-block .card-info-overlay-close:hover i {
            color: #fff; }
    #contact .container .contact-content .card.active .card-info-overlay {
      top: 0; }
    #contact .container .contact-content .card-image {
      height: 0;
      width: 100%;
      padding-top: 88%;
      position: relative;
      overflow: hidden; }
      #contact .container .contact-content .card-image-frame {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        overflow: hidden; }
        #contact .container .contact-content .card-image-frame img {
          opacity: 1;
          z-index: 1;
          height: auto;
          width: auto;
          min-height: 100%;
          min-width: 100%; }
        #contact .container .contact-content .card-image-frame img.loaded {
          opacity: 1; }
      #contact .container .contact-content .card-image .bg-image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        transition: scale 0.3s; }
    #contact .container .contact-content .card-text {
      background-color: #fff;
      height: 260px;
      width: 100%;
      padding: 25px 15px; }
      @media (min-width: 1280px) {
        #contact .container .contact-content .card-text {
          height: 310px; } }
      @media (min-width: 1500px) {
        #contact .container .contact-content .card-text {
          height: 300px; } }
      @media (min-width: 1600px) {
        #contact .container .contact-content .card-text {
          height: 280px; } }
      @media (min-width: 1700px) {
        #contact .container .contact-content .card-text {
          height: 270px; } }
      #contact .container .contact-content .card-text-title-part {
        height: 55px;
        overflow: hidden;
        margin-bottom: 20px; }
        #contact .container .contact-content .card-text-title-part .card-name span {
          font-size: 18px;
          color: #FF5700;
          font-weight: 400; }
        #contact .container .contact-content .card-text-title-part .card-role-title span {
          font-weight: 600; }
        @media (min-width: 1280px) {
          #contact .container .contact-content .card-text-title-part {
            height: 110px;
            margin-bottom: 0; } }
        @media (min-width: 1600px) {
          #contact .container .contact-content .card-text-title-part {
            height: 90px;
            margin-bottom: 0; } }
        @media (min-width: 1800px) {
          #contact .container .contact-content .card-text-title-part .card-name span {
            font-size: 20px; } }
      #contact .container .contact-content .card-text-contact-part span.contact-type {
        font-size: 14px;
        padding-right: 10px; }
      #contact .container .contact-content .card-text-contact-part a {
        font-size: 16px; }
    #contact .container .contact-content .card-text-more-info {
      padding-top: 10px; }
      #contact .container .contact-content .card-text-more-info-btn {
        cursor: pointer;
        font-size: 14px;
        font-weight: bold;
        color: black; }
  #contact .container .contact-content.content-prezident .division-texts {
    margin-bottom: 0; }

#contact .container .contact-map {
  padding-top: 60px;
  padding-bottom: 60px; }
  #contact .container .contact-map-image {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center; }

#contact .container .vertical {
  writing-mode: vertical-lr;
  transform: scale(-1);
  text-orientation: mixed; }

#contact .container .responsive-specs-text {
  font-size: 50px; }

#contact .container .form-control {
  background-color: transparent !important;
  border: 0px;
  border-bottom: 1px solid #d2d2d3;
  padding: 20px;
  font-size: 16px;
  color: #D2D2D3; }
  #contact .container .form-control:focus {
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25); }

#contact .container .text-area {
  border: 1px solid #d2d2d3 !important;
  border-radius: 0px; }

#contact .container input[type=submit] {
  padding: 8px 40px;
  font-size: 16px;
  border-width: 0px !important; }
  #contact .container input[type=submit]:focus {
    outline: 0px; }

#contact #preloader {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background: #ededed; }

#contact #preloader .lds-spinner {
  color: #000;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

#contact #preloader .lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite; }

#contact #preloader .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #000; }

#contact #preloader .lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s; }

#contact #preloader .lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s; }

#contact #preloader .lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s; }

#contact #preloader .lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s; }

#contact #preloader .lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s; }

#contact #preloader .lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s; }

#contact #preloader .lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s; }

#contact #preloader .lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s; }

#contact #preloader .lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s; }

#contact #preloader .lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s; }

#contact #preloader .lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s; }

#contact #preloader .lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s; }

@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@media (max-width: 900px) {
  .contact-responsive {
    text-align: center !important;
    margin-top: 100px; } }

.col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .offset-xxl-1 {
    margin-left: 8.33333333%; } }

.primary-menu {
  position: fixed;
  z-index: 998;
  width: 100%;
  background-color: white;
  top: 0px !important;
  max-width: 2200px; }

.navbar {
  min-height: 105px;
  padding-top: 0;
  padding-bottom: 0; }
  .navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px; }
    .navbar .container .menu-logos, .navbar .container-fluid .menu-logos, .navbar .container-sm .menu-logos, .navbar .container-md .menu-logos, .navbar .container-lg .menu-logos, .navbar .container-xl .menu-logos {
      display: flex; }
    .navbar .container .logo-text, .navbar .container-fluid .logo-text, .navbar .container-sm .logo-text, .navbar .container-md .logo-text, .navbar .container-lg .logo-text, .navbar .container-xl .logo-text {
      color: #0D141C;
      font-size: 32px;
      font-family: 'Raleway', sans-serif;
      font-weight: bold;
      line-height: 0.9; }
    .navbar .container .navbar-collapse-x, .navbar .container-fluid .navbar-collapse-x, .navbar .container-sm .navbar-collapse-x, .navbar .container-md .navbar-collapse-x, .navbar .container-lg .navbar-collapse-x, .navbar .container-xl .navbar-collapse-x {
      -ms-flex-preferred-size: 100%;
      /* flex-basis: 100%; */
      -ms-flex-positive: 1;
      /* flex-grow: 1; */
      -ms-flex-align: center;
      align-items: center; }
    .navbar .container .navbar-nav, .navbar .container-fluid .navbar-nav, .navbar .container-sm .navbar-nav, .navbar .container-md .navbar-nav, .navbar .container-lg .navbar-nav, .navbar .container-xl .navbar-nav {
      flex-direction: row !important; }
    .navbar .container .collapse:not(.show), .navbar .container-fluid .collapse:not(.show), .navbar .container-sm .collapse:not(.show), .navbar .container-md .collapse:not(.show), .navbar .container-lg .collapse:not(.show), .navbar .container-xl .collapse:not(.show) {
      display: unset; }
    .navbar .container #navbar-menu ul, .navbar .container-fluid #navbar-menu ul, .navbar .container-sm #navbar-menu ul, .navbar .container-md #navbar-menu ul, .navbar .container-lg #navbar-menu ul, .navbar .container-xl #navbar-menu ul {
      display: flex;
      align-items: center;
      list-style: none; }
      .navbar .container #navbar-menu ul li, .navbar .container-fluid #navbar-menu ul li, .navbar .container-sm #navbar-menu ul li, .navbar .container-md #navbar-menu ul li, .navbar .container-lg #navbar-menu ul li, .navbar .container-xl #navbar-menu ul li {
        padding: 0 6px;
        font-size: 16px;
        color: black; }
        @media (min-width: 1600px) {
          .navbar .container #navbar-menu ul li, .navbar .container-fluid #navbar-menu ul li, .navbar .container-sm #navbar-menu ul li, .navbar .container-md #navbar-menu ul li, .navbar .container-lg #navbar-menu ul li, .navbar .container-xl #navbar-menu ul li {
            padding: 0 15px; } }
        .navbar .container #navbar-menu ul li a span, .navbar .container-fluid #navbar-menu ul li a span, .navbar .container-sm #navbar-menu ul li a span, .navbar .container-md #navbar-menu ul li a span, .navbar .container-lg #navbar-menu ul li a span, .navbar .container-xl #navbar-menu ul li a span {
          color: #262626;
          font-family: "Raleway", sans-serif;
          font-size: 18px;
          padding: 0px 10px;
          display: block;
          font-weight: normal; }
          .navbar .container #navbar-menu ul li a span:hover, .navbar .container-fluid #navbar-menu ul li a span:hover, .navbar .container-sm #navbar-menu ul li a span:hover, .navbar .container-md #navbar-menu ul li a span:hover, .navbar .container-lg #navbar-menu ul li a span:hover, .navbar .container-xl #navbar-menu ul li a span:hover {
            color: #FF5700;
            text-decoration: underline; }
          @media (min-width: 1280px) and (max-width: 1319px) {
            .navbar .container #navbar-menu ul li a span, .navbar .container-fluid #navbar-menu ul li a span, .navbar .container-sm #navbar-menu ul li a span, .navbar .container-md #navbar-menu ul li a span, .navbar .container-lg #navbar-menu ul li a span, .navbar .container-xl #navbar-menu ul li a span {
              font-size: 14px; } }
          @media (min-width: 1320px) and (max-width: 1471px) {
            .navbar .container #navbar-menu ul li a span, .navbar .container-fluid #navbar-menu ul li a span, .navbar .container-sm #navbar-menu ul li a span, .navbar .container-md #navbar-menu ul li a span, .navbar .container-lg #navbar-menu ul li a span, .navbar .container-xl #navbar-menu ul li a span {
              font-size: 15px; } }
          @media (min-width: 1471px) and (max-width: 1599px) {
            .navbar .container #navbar-menu ul li a span, .navbar .container-fluid #navbar-menu ul li a span, .navbar .container-sm #navbar-menu ul li a span, .navbar .container-md #navbar-menu ul li a span, .navbar .container-lg #navbar-menu ul li a span, .navbar .container-xl #navbar-menu ul li a span {
              font-size: 16px; } }
          @media (min-width: 1600px) and (max-width: 1743px) {
            .navbar .container #navbar-menu ul li a span, .navbar .container-fluid #navbar-menu ul li a span, .navbar .container-sm #navbar-menu ul li a span, .navbar .container-md #navbar-menu ul li a span, .navbar .container-lg #navbar-menu ul li a span, .navbar .container-xl #navbar-menu ul li a span {
              font-size: 16px; } }
          @media (min-width: 1744px) {
            .navbar .container #navbar-menu ul li a span, .navbar .container-fluid #navbar-menu ul li a span, .navbar .container-sm #navbar-menu ul li a span, .navbar .container-md #navbar-menu ul li a span, .navbar .container-lg #navbar-menu ul li a span, .navbar .container-xl #navbar-menu ul li a span {
              font-size: 18px; } }
    .navbar .container .header-text, .navbar .container-fluid .header-text, .navbar .container-sm .header-text, .navbar .container-md .header-text, .navbar .container-lg .header-text, .navbar .container-xl .header-text {
      margin-right: auto; }
      .navbar .container .header-text span, .navbar .container-fluid .header-text span, .navbar .container-sm .header-text span, .navbar .container-md .header-text span, .navbar .container-lg .header-text span, .navbar .container-xl .header-text span {
        font-family: verveine, sans-serif;
        font-size: 31px;
        color: #b1b1b1;
        line-height: 1; }

.navbar-item {
  font-size: 18px;
  font-weight: 600; }

.flag-disabled {
  opacity: 0.5; }
  .flag-disabled:hover {
    cursor: pointer;
    opacity: 1; }

.icon-search {
  padding: 10px;
  border: 1px solid lightgrey;
  border-radius: 25px; }

.search-bar {
  display: inline-block;
  padding: 10px;
  border: 1px solid lightgrey !important;
  border-radius: 25px !important; }

.search-button-frame {
  position: relative;
  display: flex;
  align-items: center; }

.search-button, .search-button-form {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  background: #fff;
  border: 1px solid lightgrey !important;
  border-radius: 25px !important;
  cursor: pointer; }
  .search-button input[type='submit'], .search-button-form input[type='submit'] {
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    opacity: 0;
    padding: 10px;
    border: 1px solid lightgrey !important;
    border-radius: 25px !important; }

.search-button form {
  display: flex;
  flex-direction: row;
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: 0;
  left: auto;
  height: 100%;
  width: 0;
  overflow: hidden;
  transition: width 0.3s; }

.search-button.active-search-bar form {
  width: auto;
  transition: width 0.3s; }

.search-icon {
  position: absolute;
  display: flex;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .search-icon svg {
    width: 100%;
    height: 100%; }

.btn-primary {
  background-color: #FF5700;
  border-radius: 31px;
  padding: 15px 35px;
  font-size: 18px;
  font-weight: bold;
  border: 0px; }
  .btn-primary:hover, .btn-primary:target, .btn-primary:active, .btn-primary:focus {
    background-color: #FF5700 !important; }

.close-menu {
  display: none; }

@media (min-width: 1650px) {
  .open-menu {
    display: none; } }

@media (max-width: 1650px) {
  .products-menu .dropdown-toggle {
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    padding: 0 !important;
    border: none;
    position: relative;
    background: none !important;
    z-index: 100;
    top: 9px;
    left: -5px; }
    .products-menu .dropdown-toggle:hover, .products-menu .dropdown-toggle:active, .products-menu .dropdown-toggle:focus {
      background: none !important; }
    .products-menu .dropdown-toggle .dropdown-arrow {
      right: 10px;
      top: 8px; }
  .open-menu {
    position: relative;
    float: right;
    padding: 10px 10px;
    padding-right: 0;
    margin: 0;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }
    .open-menu .icon-bar {
      display: block;
      width: 28px;
      height: 2px;
      border-radius: 1px;
      margin-bottom: 6px;
      background: #000; }
  .navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important; }
    .navbar-header .logo-block {
      width: 150px; }
  nav.navbar, nav.navbar .container {
    padding: 0;
    background: rgba(255, 255, 255, 0.91); }
  body.disable-scroll-menu {
    overflow: hidden; }
    body.disable-scroll-menu:after {
      content: '';
      width: 100%;
      height: 150%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }
  nav.navbar {
    padding: 0;
    z-index: 1000000;
    margin-top: -1px; }
    nav.navbar .navbar-brand svg {
      max-width: 195px; }
  .navbar-toggle {
    border: none; }
  .main-menu {
    position: fixed;
    width: 100%;
    height: 110vh;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    left: 100%;
    opacity: 0;
    z-index: 1000000;
    margin-top: 0 !important;
    background-color: #102644 !important; }
    .main-menu .pull-right {
      float: none !important;
      clear: both !important; }
    .main-menu.in {
      left: 0;
      opacity: 1; }
    .main-menu a {
      color: #fff !important;
      text-align: left;
      padding: 15px 20px 15px 0px !important;
      border-bottom: 1px solid #fff;
      text-decoration: none;
      /*
      &:hover, &:focus {
        color: $linkColorHover;
        text-decoration: none;
      }
      */ }
    .main-menu > ul {
      overflow-y: auto;
      margin: 0 !important;
      width: 100%;
      margin-left: 14% !important;
      background: #102644;
      display: block;
      height: calc(100vh - 49px); }
      .main-menu > ul li.language {
        border-top: 2px solid #333; }
      .main-menu > ul li:last-of-type a {
        border-bottom: none; }
      .main-menu > ul li > ul {
        background: #102644;
        border-radius: 0;
        padding: 0; }
        .main-menu > ul li > ul li {
          display: block;
          border-bottom: 1px #333; }
          .main-menu > ul li > ul li:last-child {
            border: none; }
          .main-menu > ul li > ul li a {
            color: #fff !important;
            text-align: left;
            display: block;
            padding: 15px 20px 15px 40px !important;
            border-bottom: 1px solid #555;
            /*
              &:hover, &:focus {
                color: $linkColorHover;
              }
              */ }
          .main-menu > ul li > ul li.active a {
            color: #fff !important; }
          .main-menu > ul li > ul li.real-active a {
            color: #FF5700 !important; }
    .main-menu .close-menu {
      display: block;
      position: absolute;
      width: 14%;
      height: 51px;
      background: #102644;
      border-bottom: 1px solid #333;
      border-right: 1px solid #333;
      cursor: pointer; }
      .main-menu .close-menu:before, .main-menu .close-menu:after {
        content: '';
        width: 2px;
        height: 25px;
        background: #fff;
        display: block;
        position: relative;
        left: 47%; }
      .main-menu .close-menu:before {
        top: 25%;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .main-menu .close-menu:after {
        top: -25%;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
    .main-menu .dropdown {
      position: relative; }
      .main-menu .dropdown-arrow {
        display: block;
        position: absolute;
        right: 15px;
        top: 18px;
        width: 10px;
        height: 10px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .main-menu .dropdown-menu {
        background: #102644;
        border-radius: 0;
        padding: 0; }
        .main-menu .dropdown-menu li {
          display: block;
          border-bottom: 1px #333; }
          .main-menu .dropdown-menu li:last-child {
            border: none; }
          .main-menu .dropdown-menu li a {
            color: #fff !important;
            text-align: left;
            padding: 15px 20px 15px 40px !important;
            border-bottom: 1px solid #555;
            /*
            &:hover, &:focus {
              color: $linkColorHover;
            }
            */ }
            .main-menu .dropdown-menu li a:before {
              content: '-';
              position: relative;
              top: -2px; }
          .main-menu .dropdown-menu li.active a {
            color: #fff !important; }
          .main-menu .dropdown-menu li.real-active a {
            color: #FF5700 !important; }
      .main-menu .dropdown.open {
        background: #333;
        background-color: #102644;
        color: #fff !important; }
        .main-menu .dropdown.open:hover, .main-menu .dropdown.open:active, .main-menu .dropdown.open:focus {
          background: #102644;
          background-color: #102644; }
      .main-menu .dropdown.active {
        color: #FF5700 !important; }
        .main-menu .dropdown.active > a {
          color: #FF5700 !important; }
        .main-menu .dropdown.active ul li > a.active {
          color: #FF5700 !important; }
        .main-menu .dropdown.active ul li > ul > li > a {
          padding-left: 60px !important; }
      .main-menu .dropdown a:hover, .main-menu .dropdown a:active, .main-menu .dropdown a:focus {
        background: #102644;
        background-color: #102644; } }
  @media (max-width: 1650px) and (max-width: 1650px) {
    .main-menu {
      max-width: 25vw;
      position: fixed;
      top: 0; }
      .main-menu .close-menu {
        top: 16px;
        left: 6px;
        border-right: 0;
        border-bottom: 0; }
      .main-menu ul {
        margin-left: 0 !important;
        padding-top: 84px; }
        .main-menu ul li {
          padding-left: 30px;
          /*
          &:hover {
            color: $linkColorHover !important;
            span {
              color: $linkColorHover;
            }
          }
          */ }
          .main-menu ul li a {
            display: inline-block;
            width: 100%; }
            .main-menu ul li a span {
              color: #fff; } }
  @media (max-width: 1650px) and (max-width: 1200px) {
    .main-menu {
      max-width: 45%; } }
  @media (max-width: 1650px) and (max-width: 768px) {
    .main-menu {
      max-width: 60%; } }
  @media (max-width: 1650px) and (max-width: 550px) {
    .main-menu {
      max-width: 100%; } }

/* Colapsing */
@media (min-width: 768px) and (max-width: 1650px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap; }
  .navbar-header {
    float: none;
    height: 84px; }
  .navbar-toggle {
    display: block;
    margin-top: 20px; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin: 7.5px 0 7.5px -15px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .navbar-text {
    float: none;
    margin: 15px 0; }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important; }
  .collapsing {
    overflow: hidden !important; } }

.slide-from-right {
  transition: 0.5s ease;
  width: 100%;
  float: right;
  position: fixed;
  opacity: 1 !important;
  left: 100% !important; }

.slide-from-right.in {
  transform: translateX(-100%);
  opacity: 1 !important; }

.visible-xxl {
  display: none; }
  .visible-xxl .menu-logos {
    padding-left: 15px; }
  .visible-xxl #navbar-menu {
    padding-right: 15px; }
  .visible-xxl.numbers-item {
    display: none; }
  @media (min-width: 1280px) {
    .visible-xxl {
      display: block; } }
  @media (min-width: 1650px) {
    .visible-xxl.numbers-item {
      display: block; } }

@media (min-width: 1280px) {
  .hidden-xxl {
    display: none; } }

/*
.blog-img {
  img {
    width: 100%;
  }
}


.blog-date {
  font-size: 16px;
}

.posts {
  margin-top: 30px;
  min-height: 100vh;
}


#blog-detail-h {
  margin-top: 50px;
  background: $light-grey;

  @media (min-width: 500px){
    padding-top: 70px;
    padding-bottom: 50px;
  }
}

#blog-detail-content {
  min-height: 100vh;
  padding-bottom: 50px;
  background: $light-grey;
}

.blog-content-img {
  img {
    width: 100%;
    height: 100%;
  }
}

.blog-content-block {
  margin-top: 50px;
}
*/
.blog-detail .container-wide {
  background-color: #EBEFF2;
  padding-top: 0;
  padding-bottom: 0; }

.blog-detail-image {
  background-image: url("/theme/images/img-placeholder.jpg");
  background-size: cover;
  background-position: center;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 1280px) {
    .blog-detail-image {
      flex: 0 0 36%;
      max-width: 36%; } }

.blog-detail-content {
  /*
      padding-top: 83px;
      padding-bottom: 60px;
      padding-left: 120px;
      padding-right: 120px;
      */
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%; }
  @media (min-width: 768px) {
    .blog-detail-content {
      padding-left: 35px;
      padding-right: 35px; } }
  @media (min-width: 992px) {
    .blog-detail-content {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 1200px) {
    .blog-detail-content {
      padding-left: 120px;
      padding-right: 120px; } }
  .blog-detail-content .blog-content-block h1, .blog-detail-content .blog-content-block .h1, .blog-detail-content .blog-content-block h2, .blog-detail-content .blog-content-block .h2, .blog-detail-content .blog-content-block h3, .blog-detail-content .blog-content-block .h3, .blog-detail-content .blog-content-block h4, .blog-detail-content .blog-content-block .h4 {
    color: #212529;
    font-weight: 600;
    line-height: 1.8; }
  .blog-detail-content .blog-content-block h1, .blog-detail-content .blog-content-block .h1 {
    font-size: 38px; }
  .blog-detail-content .blog-content-block h2, .blog-detail-content .blog-content-block .h2 {
    font-size: 32px; }
  .blog-detail-content .blog-content-block h3, .blog-detail-content .blog-content-block .h3 {
    font-size: 20px; }
  .blog-detail-content .blog-content-block h3, .blog-detail-content .blog-content-block .h3 {
    font-size: 16px; }
  .blog-detail-content .blog-content-block span, .blog-detail-content .blog-content-block p {
    color: #212529;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6; }
  .blog-detail-content .blog-content-block a {
    cursor: default;
    color: #102644;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    text-decoration: underline; }
  .blog-detail-content .blog-content-block a:hover {
    cursor: pointer;
    color: #102644;
    text-decoration: none; }
  .blog-detail-content .blog-content-img img {
    width: 100%;
    height: 100%; }

#news {
  margin-top: 86px;
  background-color: #0D141C; }
  #news .news-photo {
    background-image: url("/theme/images/Ride_Parking_1.jpg");
    background-position: 0px -450px;
    background-size: cover;
    width: 850px;
    height: 300px;
    position: absolute;
    right: 0;
    margin-top: -100px; }
  #news .container {
    padding-top: 50px;
    padding-bottom: 50px; }
    #news .container .responsive-specs-text {
      font-size: 50px; }

#news-1 {
  padding-top: 50px;
  background-color: #eaeaea; }

#news-2 {
  background-color: #eaeaea;
  padding-top: 250px;
  padding-bottom: 100px; }
  #news-2 a {
    color: black; }
    #news-2 a:hover {
      cursor: pointer;
      color: black; }
  #news-2 .news-article {
    background-color: white;
    min-height: 400px;
    margin-bottom: 50px; }
  #news-2 .news-image {
    background-size: cover;
    background-position-y: bottom;
    width: 100%;
    height: 200px; }
  #news-2 .news-title {
    padding: 15px 15px;
    font-size: 22px;
    font-family: myriad-pro, sans-serif;
    font-weight: bold; }
  #news-2 .news-text {
    font-size: 18px;
    line-height: 1.3;
    font-family: myriad-pro, sans-serif;
    padding: 0 15px 15px 15px;
    font-weight: 300; }
  #news-2 .blog-date {
    padding: 0 15px 25px 15px; }

@media (max-width: 1500px) {
  .news-photo {
    width: 1000px !important; } }

@media (max-width: 1024px) {
  .news-photo {
    width: 650px !important; } }

@media (max-width: 900px) {
  .contact-responsive {
    text-align: center !important;
    margin-top: 100px; }
  .news-photo {
    width: 450px !important; } }

@media (max-width: 500px) {
  .news-photo {
    width: 200px !important; } }

.header-blue .container-wide {
  background-color: #102644;
  margin-top: 105px;
  position: relative;
  background-size: cover;
  /*
    min-height: 300px;
    max-height: 360px;
    */
  height: 360px; }
  .header-blue .container-wide > .row {
    height: 100%;
    align-items: flex-end; }
  .header-blue .container-wide .header-effect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #020024 0%, #102644 0%, rgba(255, 255, 255, 0) 70%); }
  .header-blue .container-wide .header-frame {
    display: flex;
    width: 100%;
    height: auto;
    padding-top: 46px;
    padding-bottom: 46px;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 300px;
    max-height: 360px; }
    .header-blue .container-wide .header-frame > .header-text {
      width: 100%;
      /*margin-top: 170px;
        margin-bottom: 46px;*/
      overflow: hidden;
      min-height: 60px;
      max-height: 139px; }
  .header-blue .container-wide div:not(.header-frame) > .header-text {
    margin-top: 170px;
    margin-bottom: 46px;
    overflow: hidden;
    min-height: 60px;
    max-height: 139px; }
  .header-blue .container-wide .header-text h1 {
    color: white; }
  .header-blue .container-wide .header-text.header-text-category {
    margin-top: 150px; }
  .header-blue .container-wide .header-text .header-date {
    margin: 0;
    color: #FF5700;
    text-decoration: none;
    font-weight: normal; }
  .header-blue .container-wide .header-text span.header-text,
  .header-blue .container-wide .header-text span.header-text * {
    margin: 0;
    color: #fff;
    text-decoration: none; }

main.shorter .header-blue .header-frame,
main.shorter .header-blue .header-text,
main.shorter .breadcrumbs {
  margin-left: auto;
  margin-right: auto;
  max-width: 930px; }

#nabizime .container-wide {
  background-color: #EBEFF2;
  padding-bottom: 50px; }
  #nabizime .container-wide .card {
    border: none;
    margin-bottom: 30px;
    height: 558px;
    text-decoration: none; }
    #nabizime .container-wide .card:hover {
      cursor: pointer;
      text-decoration: none; }
    #nabizime .container-wide .card-image {
      height: 233px;
      background-position: center;
      background-repeat: no-repeat; }
      #nabizime .container-wide .card-image-tags {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: flex-start;
        align-items: flex-end;
        flex-wrap: wrap;
        padding: 5px; }
        #nabizime .container-wide .card-image-tags-frame {
          position: relative;
          display: flex;
          width: 100%;
          justify-content: flex-start;
          align-items: flex-end;
          flex-wrap: wrap; }
    #nabizime .container-wide .card-title {
      padding: 25px 25px 5px;
      color: #FF5700;
      font-size: 20px;
      max-height: 114px;
      overflow: hidden;
      /*
        height: 56px;
        overflow: hidden;
        margin-bottom: 0;
        */
      line-height: 1.4;
      /*
        &.higher-title {
          height: 114px;
        }
        */ }
    #nabizime .container-wide .card-text {
      padding: 5px 25px;
      font-size: 16px;
      color: #212529;
      max-height: 153.6px;
      overflow: hidden;
      /*
        height: 102.4px !important;
        overflow: hidden;
        */
      line-height: 1.6;
      /*
        &.higher-text {
          height: 153.6px !important;
        }
        */ }
    #nabizime .container-wide .card-link {
      padding: 10px 25px 15px;
      font-size: 16px;
      font-weight: bold;
      color: black; }
    #nabizime .container-wide .card.card-smaller {
      height: 406px; }
      #nabizime .container-wide .card.card-smaller .card-image {
        height: 160px; }
        #nabizime .container-wide .card.card-smaller .card-image-icon-frame {
          padding: 25px 25px 5px; }
          #nabizime .container-wide .card.card-smaller .card-image-icon-frame img {
            width: 100%;
            height: auto;
            max-height: 50px;
            max-width: 55px; }
      #nabizime .container-wide .card.card-smaller .card-title {
        max-height: 86px; }
      #nabizime .container-wide .card.card-smaller .card-text {
        max-height: 102.4px; }

div.tag {
  display: inline-block;
  background: #FF5700;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 3px 6px;
  margin: 3px;
  border-radius: 2px; }

img.tag {
  width: 40px;
  height: 24px;
  max-width: 100%;
  max-height: 100%;
  margin: 3px;
  border-radius: 2px; }

/*
.service-detail-p {
  font-size: 16px;
  font-weight: 400;
}

.service-detail-h1,
.service-detail-h2,
.service-detail-h3,
.service-detail-h4 {
  color: black;
  font-weight: 600;
  line-height: 1.8;
}

.service-detail-h1 {
  font-size: 38px;
}

.service-detail-h2 {
  font-size: 32px;
}

.service-detail-h3 {
  font-size: 20px;
}

.service-detail-h4 {
  font-size: 16px;
}
*/
.service-block-articles .block-content {
  padding-top: 67px;
  padding-right: 90px;
  padding-bottom: 77px;
  padding-left: 90px; }

.service-block-articles .external-link-block {
  margin-top: 30px; }

.service-block-articles .article-item {
  padding: 0 15px;
  border-bottom: 1px solid #EBEFF2;
  position: relative; }
  .service-block-articles .article-item-frame {
    display: block;
    position: relative;
    padding: 15px 0;
    text-decoration: none; }
    .service-block-articles .article-item-frame .article-item-part {
      display: flex;
      align-items: flex-start;
      position: relative;
      padding: 0 15px;
      text-decoration: none; }
      .service-block-articles .article-item-frame .article-item-part span {
        font-size: 16px;
        color: #102644;
        text-decoration: none; }
    .service-block-articles .article-item-frame .article-icon {
      width: 55px; }
      @media (max-width: 767px) {
        .service-block-articles .article-item-frame .article-icon {
          display: none; } }
    .service-block-articles .article-item-frame .article-date {
      font-weight: normal; }
      .service-block-articles .article-item-frame .article-date span {
        color: #FF5700; }
      @media (min-width: 768px) {
        .service-block-articles .article-item-frame .article-date {
          margin-left: 3.25%; } }
    .service-block-articles .article-item-frame .article-title {
      font-weight: bold; }
    .service-block-articles .article-item-frame:hover {
      text-decoration: none; }
      .service-block-articles .article-item-frame:hover .article-item-part.article-title span {
        text-decoration: underline; }
    .service-block-articles .article-item-frame .icon-frame {
      display: block;
      width: 25px;
      height: 27px;
      background: #fff; }
      .service-block-articles .article-item-frame .icon-frame img.icon {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%; }

.service-block-articles .pagination {
  margin-top: 30px;
  justify-content: center; }
  .service-block-articles .pagination .page-item {
    font-weight: 400; }
    .service-block-articles .pagination .page-item.active .page-link {
      background: #FF5700;
      border-color: #FF5700; }
    .service-block-articles .pagination .page-item .page-link {
      font-size: 16px;
      line-height: 1.6;
      font-weight: 400;
      text-decoration: none; }
    .service-block-articles .pagination .page-item a.page-link:hover {
      color: #FF5700; }

.service-block-selected-articles .block-content {
  padding-top: 67px;
  padding-right: 90px;
  padding-bottom: 77px;
  padding-left: 90px; }

.service-block-selected-articles .external-link-block {
  margin-top: 30px; }

.service-block-selected-articles .selected-article-item {
  padding: 0 15px;
  border-bottom: 1px solid #EBEFF2;
  position: relative; }
  .service-block-selected-articles .selected-article-item-frame {
    display: block;
    position: relative;
    padding: 15px 0;
    text-decoration: none; }
    .service-block-selected-articles .selected-article-item-frame .selected-article-item-part {
      display: flex;
      align-items: flex-start;
      position: relative;
      padding: 0 15px;
      text-decoration: none; }
      .service-block-selected-articles .selected-article-item-frame .selected-article-item-part span {
        font-size: 16px;
        color: #102644;
        text-decoration: none; }
    .service-block-selected-articles .selected-article-item-frame .selected-article-image-part .selected-article-image-frame {
      width: 100%;
      position: relative;
      height: 0;
      padding-top: 50%;
      background: #d2d2d2;
      background-size: cover; }
      .service-block-selected-articles .selected-article-item-frame .selected-article-image-part .selected-article-image-frame .selected-article-image {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .service-block-selected-articles .selected-article-item-frame .selected-article-image-part .selected-article-image-frame .selected-article-image img {
          width: 100%;
          height: auto;
          max-width: 50px;
          max-height: 50px; }
    .service-block-selected-articles .selected-article-item-frame .selected-article-text-part {
      padding-top: 15px;
      padding-bottom: 15px; }
      @media (max-width: 991px) {
        .service-block-selected-articles .selected-article-item-frame .selected-article-text-part {
          padding-top: 30px; } }
    .service-block-selected-articles .selected-article-item-frame .selected-article-date {
      font-weight: normal; }
      .service-block-selected-articles .selected-article-item-frame .selected-article-date span {
        color: #FF5700; }
    .service-block-selected-articles .selected-article-item-frame .selected-article-title {
      font-weight: bold; }
    .service-block-selected-articles .selected-article-item-frame .selected-article-perex {
      font-weight: normal; }
    .service-block-selected-articles .selected-article-item-frame .selected-article-link {
      font-weight: normal;
      margin-top: 0; }
      .service-block-selected-articles .selected-article-item-frame .selected-article-link span {
        color: #FF5700;
        text-decoration: underline; }
    .service-block-selected-articles .selected-article-item-frame:hover {
      text-decoration: none; }
      .service-block-selected-articles .selected-article-item-frame:hover .selected-article-item-part.selected-article-title span {
        text-decoration: underline; }
      .service-block-selected-articles .selected-article-item-frame:hover .selected-article-item-part.selected-article-perex p {
        text-decoration: none; }
  .service-block-selected-articles .selected-article-item:first-of-type .selected-article-item-frame {
    padding-top: 0; }
    .service-block-selected-articles .selected-article-item:first-of-type .selected-article-item-frame .selected-article-text-part {
      padding-top: 0; }
  .service-block-selected-articles .selected-article-item:last-of-type {
    border-bottom: none; }

.service-block-selected-articles .pagination {
  margin-top: 30px;
  justify-content: center; }
  .service-block-selected-articles .pagination .page-item {
    font-weight: 400; }
    .service-block-selected-articles .pagination .page-item.active .page-link {
      background: #FF5700;
      border-color: #FF5700; }
    .service-block-selected-articles .pagination .page-item .page-link {
      font-size: 16px;
      line-height: 1.6;
      font-weight: 400;
      text-decoration: none; }
    .service-block-selected-articles .pagination .page-item a.page-link:hover {
      color: #FF5700; }

.service-block-career.content-block {
  background: #EBEFF2; }
  .service-block-career.content-block .content-text.content-text-p150 {
    padding-top: 0;
    padding-bottom: 0; }

.service-block-career .career-item {
  max-width: 930px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  background: #fff;
  border-bottom: 1px solid #EBEFF2;
  position: relative; }
  .service-block-career .career-item:last-of-type {
    margin-bottom: 0; }
  .service-block-career .career-item-frame {
    display: block;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none; }
    @media (min-width: 768px) {
      .service-block-career .career-item-frame {
        padding-left: 35px;
        padding-right: 35px; } }
    @media (min-width: 992px) {
      .service-block-career .career-item-frame {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (min-width: 1200px) {
      .service-block-career .career-item-frame {
        padding-left: 90px;
        padding-right: 90px; } }
    .service-block-career .career-item-frame .career-item-part {
      display: flex;
      align-items: flex-start;
      position: relative;
      padding: 0 15px;
      text-decoration: none; }
      .service-block-career .career-item-frame .career-item-part span {
        font-size: 16px;
        color: #102644;
        text-decoration: none; }
    .service-block-career .career-item-frame .career-image {
      width: 100%;
      height: 100%;
      background-size: cover; }
      .service-block-career .career-item-frame .career-image.image-placeholder {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 1px solid #EBEFF2; }
    .service-block-career .career-item-frame .career-info {
      font-weight: bold;
      flex-wrap: wrap;
      justify-content: flex-start; }
      .service-block-career .career-item-frame .career-info .career-title {
        font-size: 26px;
        font-weight: normal;
        color: #FF5700; }
      .service-block-career .career-item-frame .career-info .career-desc {
        font-size: 16px;
        font-weight: bold;
        color: #000; }
      .service-block-career .career-item-frame .career-info .career-control-login {
        display: inline-block;
        padding: 17px 51px;
        border: 1px solid #FF5700;
        background: #FF5700;
        color: #fff;
        text-decoration: none;
        cursor: pointer; }
        .service-block-career .career-item-frame .career-info .career-control-login:hover {
          background: #fff;
          color: #FF5700;
          text-decoration: none;
          cursor: pointer; }
        .service-block-career .career-item-frame .career-info .career-control-login-disabled {
          font-size: 16px;
          line-height: 1.6;
          font-weight: bold;
          display: inline-block;
          padding: 17px 51px;
          border: 1px solid #b5b5b5;
          background: #b5b5b5;
          color: #646464;
          text-decoration: none;
          cursor: default; }
          .service-block-career .career-item-frame .career-info .career-control-login-disabled:hover {
            background: #b5b5b5;
            color: #646464;
            text-decoration: none;
            cursor: default; }
      .service-block-career .career-item-frame .career-info .career-control-link {
        display: flex;
        align-items: center;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 14px;
        font-weight: bold;
        color: #102644;
        text-decoration: none; }
        .service-block-career .career-item-frame .career-info .career-control-link img {
          margin-right: 5px; }
        .service-block-career .career-item-frame .career-info .career-control-link:hover {
          text-decoration: underline; }
      .service-block-career .career-item-frame .career-info .career-block-title {
        margin-bottom: 30px; }
      .service-block-career .career-item-frame .career-info .career-block-details {
        margin-bottom: 0; }
        .service-block-career .career-item-frame .career-info .career-block-details span, .service-block-career .career-item-frame .career-info .career-block-details a {
          font-size: 16px;
          font-weight: normal;
          color: #000; }
        .service-block-career .career-item-frame .career-info .career-block-details .detail-value {
          font-weight: bold;
          color: #102644; }
        .service-block-career .career-item-frame .career-info .career-block-details a.detail-value {
          text-decoration: none; }
          .service-block-career .career-item-frame .career-info .career-block-details a.detail-value:hover {
            text-decoration: underline; }
      .service-block-career .career-item-frame .career-info .career-block-desc {
        margin-bottom: 30px; }
    .service-block-career .career-item-frame:hover {
      text-decoration: none; }
      .service-block-career .career-item-frame:hover .career-item-part.career-title span {
        text-decoration: none; }
    .service-block-career .career-item-frame .icon-frame {
      display: block;
      width: 200px;
      height: 200px;
      background: #fff; }
      .service-block-career .career-item-frame .icon-frame img.icon {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%; }

.service-block-career .pagination {
  margin-top: 30px;
  justify-content: center; }
  .service-block-career .pagination .page-item {
    font-weight: 400; }
    .service-block-career .pagination .page-item.active .page-link {
      background: #FF5700;
      border-color: #FF5700; }
    .service-block-career .pagination .page-item .page-link {
      font-size: 16px;
      line-height: 1.6;
      font-weight: 400;
      text-decoration: none; }
    .service-block-career .pagination .page-item a.page-link:hover {
      color: #FF5700; }

.service-block-conference.content-block {
  background: #EBEFF2; }
  .service-block-conference.content-block .content-text.content-text-p150 {
    padding-top: 0;
    padding-bottom: 0; }

.service-block-conference .conference-item:not(.conference-item-new) {
  max-width: 930px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  background: #fff;
  border-bottom: 1px solid #EBEFF2;
  position: relative; }
  .service-block-conference .conference-item:not(.conference-item-new):last-of-type {
    margin-bottom: 0; }
  .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame {
    display: block;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none; }
    @media (min-width: 768px) {
      .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame {
        padding-left: 35px;
        padding-right: 35px; } }
    @media (min-width: 992px) {
      .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (min-width: 1200px) {
      .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame {
        padding-left: 90px;
        padding-right: 90px; } }
    .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-item-part {
      display: flex;
      align-items: flex-start;
      position: relative;
      padding: 0 15px;
      text-decoration: none; }
      .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-item-part span {
        font-size: 16px;
        color: #102644;
        text-decoration: none; }
    .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-icon {
      width: 90px; }
      @media (max-width: 991px) {
        .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-icon {
          display: none; } }
    .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-info {
      font-weight: bold;
      flex-wrap: wrap;
      justify-content: flex-start; }
      .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-info .conference-title {
        color: #FF5700; }
      .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-info .conference-desc {
        font-size: 16px;
        font-weight: bold;
        color: #000; }
      .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-info .conference-control-login {
        display: inline-block;
        padding: 17px 51px;
        border: 1px solid #FF5700;
        background: #FF5700;
        color: #fff;
        text-decoration: none;
        cursor: pointer; }
        .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-info .conference-control-login:hover {
          background: #fff;
          color: #FF5700;
          text-decoration: none;
          cursor: pointer; }
        .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-info .conference-control-login-disabled {
          font-size: 16px;
          line-height: 1.6;
          font-weight: bold;
          display: inline-block;
          padding: 17px 51px;
          border: 1px solid #b5b5b5;
          background: #b5b5b5;
          color: #646464;
          text-decoration: none;
          cursor: default; }
          .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-info .conference-control-login-disabled:hover {
            background: #b5b5b5;
            color: #646464;
            text-decoration: none;
            cursor: default; }
      .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-info .conference-control-link {
        display: flex;
        align-items: center;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
        font-weight: bold;
        color: #102644;
        text-decoration: none; }
        @media (min-width: 992px) {
          .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-info .conference-control-link {
            padding-top: 19px;
            padding-bottom: 17px;
            min-height: 61px; } }
        .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-info .conference-control-link img {
          margin-right: 5px; }
        .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-info .conference-control-link:hover {
          text-decoration: underline; }
      .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-info .conference-block-title {
        margin-bottom: 0; }
        @media (min-width: 992px) {
          .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-info .conference-block-title {
            margin-bottom: 30px; } }
      .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-info .conference-block-details {
        margin-bottom: 0; }
        .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-info .conference-block-details span, .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-info .conference-block-details a {
          font-size: 16px;
          font-weight: normal;
          color: #000; }
        .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-info .conference-block-details .detail-value {
          font-weight: bold;
          color: #102644; }
        .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-info .conference-block-details a.detail-value {
          text-decoration: none; }
          .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-info .conference-block-details a.detail-value:hover {
            text-decoration: underline; }
      .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-info .conference-block-desc {
        margin-bottom: 15px; }
        @media (min-width: 992px) {
          .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-info .conference-block-desc {
            margin-bottom: 30px; } }
      @media (max-width: 991px) {
        .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-info .conference-block-control-login {
          order: 0; } }
      @media (min-width: 992px) {
        .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-info .conference-block-control-login {
          order: -1; } }
      @media (max-width: 991px) {
        .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-info .conference-block-control-links {
          padding-top: 19px;
          padding-bottom: 19px;
          order: -1; } }
      @media (min-width: 992px) {
        .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .conference-info .conference-block-control-links {
          order: 0; } }
    .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame:hover {
      text-decoration: none; }
      .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame:hover .conference-item-part.conference-title span {
        text-decoration: none; }
    .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .icon-frame {
      display: block;
      width: 50px;
      height: 54px;
      background: #fff; }
      .service-block-conference .conference-item:not(.conference-item-new) .conference-item-frame .icon-frame img.icon {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%; }

.service-block-conference .conference-item.conference-item-new {
  width: 100%;
  padding: 15px;
  position: relative; }
  @media (min-width: 576px) {
    .service-block-conference .conference-item.conference-item-new {
      max-width: 50%; } }
  @media (min-width: 768px) {
    .service-block-conference .conference-item.conference-item-new {
      max-width: 25%; } }
  .service-block-conference .conference-item.conference-item-new:last-of-type {
    margin-bottom: 0; }
  .service-block-conference .conference-item.conference-item-new .conference-item-frame {
    display: flex;
    flex-direction: column;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #EBEFF2;
    padding: 15px;
    height: 100%;
    text-decoration: none; }
    .service-block-conference .conference-item.conference-item-new .conference-item-frame > .row {
      margin-top: -15px;
      margin-bottom: -15px;
      flex-grow: 1;
      flex-direction: column; }
    .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-item-part {
      display: flex;
      align-items: flex-start;
      position: relative;
      padding: 0 15px;
      text-decoration: none; }
      .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-item-part span {
        font-size: 16px;
        color: #102644;
        text-decoration: none; }
    .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-icon {
      width: 100%;
      height: auto;
      position: relative;
      padding: 0; }
    .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info {
      font-weight: bold;
      flex-wrap: wrap;
      flex-direction: column;
      flex-grow: 1;
      justify-content: flex-start;
      padding-bottom: 30px; }
      .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info > .row {
        /*flex-direction: column;*/
        flex-grow: 1; }
      .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-title {
        color: #FF5700;
        margin-bottom: 0;
        font-size: 20px;
        line-height: 1.4; }
      .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-desc {
        font-size: 16px;
        font-weight: bold;
        color: #000; }
      .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-control-login {
        display: inline-block;
        padding: 17px 51px;
        border: 1px solid #FF5700;
        background: #FF5700;
        color: #fff;
        text-decoration: none;
        cursor: pointer; }
        .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-control-login:hover {
          background: #fff;
          color: #FF5700;
          text-decoration: none;
          cursor: pointer; }
        .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-control-login-disabled {
          font-size: 16px;
          line-height: 1.6;
          font-weight: bold;
          display: inline-block;
          padding: 17px 51px;
          border: 1px solid #b5b5b5;
          background: #b5b5b5;
          color: #646464;
          text-decoration: none;
          cursor: default; }
          .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-control-login-disabled:hover {
            background: #b5b5b5;
            color: #646464;
            text-decoration: none;
            cursor: default; }
      .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-control-link {
        display: flex;
        align-items: center;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
        font-weight: bold;
        color: #102644;
        text-decoration: none; }
        @media (min-width: 992px) {
          .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-control-link {
            padding-top: 19px;
            padding-bottom: 17px;
            min-height: 61px; } }
        .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-control-link img {
          margin-right: 5px; }
        .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-control-link:hover {
          text-decoration: underline; }
      .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-block-title {
        margin-bottom: 15px; }
      .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-block-details {
        margin-bottom: 30px; }
        .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-block-details span, .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-block-details a {
          font-size: 16px;
          font-weight: bold;
          color: #000; }
        .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-block-details .detail-value {
          font-weight: normal;
          color: #102644; }
        .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-block-details a.detail-value {
          text-decoration: none; }
          .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-block-details a.detail-value:hover {
            text-decoration: underline; }
        .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-block-details .conference-date-start,
        .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-block-details .conference-date-end,
        .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-block-details .conference-lector,
        .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-block-details .conference-target-group,
        .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-block-details .conference-hours,
        .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-block-details .conference-price,
        .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-block-details .conference-place,
        .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-block-details .conference-gala,
        .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-block-details .conference-gala-price {
          display: none; }
      .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-block-desc {
        display: none;
        margin-bottom: 15px; }
        @media (min-width: 992px) {
          .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-block-desc {
            margin-bottom: 30px; } }
      .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-block-control {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: center; }
        .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-block-control-login {
          width: 100% !important;
          text-align: center; }
          @media (max-width: 991px) {
            .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-block-control-login {
              order: 0; } }
          @media (min-width: 992px) {
            .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-block-control-login {
              order: -1; } }
          .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-block-control-login .form-link-block a.form-link.form-link-filled {
            color: #FF5700;
            background-color: #fff; }
            .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-block-control-login .form-link-block a.form-link.form-link-filled:hover {
              color: #fff;
              background-color: #FF5700; }
        .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-block-control-links {
          display: none; }
          @media (max-width: 991px) {
            .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-block-control-links {
              padding-top: 19px;
              padding-bottom: 19px;
              order: -1; } }
          @media (min-width: 992px) {
            .service-block-conference .conference-item.conference-item-new .conference-item-frame .conference-info .conference-block-control-links {
              order: 0; } }
    .service-block-conference .conference-item.conference-item-new .conference-item-frame:hover {
      text-decoration: none; }
      .service-block-conference .conference-item.conference-item-new .conference-item-frame:hover .conference-item-part.conference-title span {
        text-decoration: none; }
    .service-block-conference .conference-item.conference-item-new .conference-item-frame .icon-frame {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      /*background: #ff5800;*/
      background: #fff;
      width: 100%;
      height: 0;
      padding: 30%;
      margin-bottom: 15px;
      position: relative; }
      .service-block-conference .conference-item.conference-item-new .conference-item-frame .icon-frame .icon {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        position: absolute; }
      .service-block-conference .conference-item.conference-item-new .conference-item-frame .icon-frame img.icon {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%; }

.service-block-conference .pagination {
  margin-top: 30px;
  justify-content: center; }
  .service-block-conference .pagination .page-item {
    font-weight: 400; }
    .service-block-conference .pagination .page-item.active .page-link {
      background: #FF5700;
      border-color: #FF5700; }
    .service-block-conference .pagination .page-item .page-link {
      font-size: 16px;
      line-height: 1.6;
      font-weight: 400;
      text-decoration: none; }
    .service-block-conference .pagination .page-item a.page-link:hover {
      color: #FF5700; }

.service-block-conference-detail.content-block {
  background: #fff; }
  .service-block-conference-detail.content-block .content-text.content-text-p150 {
    padding-top: 0;
    padding-bottom: 0; }

.service-block-conference-detail .conference-item {
  max-width: 930px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  background: #fff;
  position: relative; }
  .service-block-conference-detail .conference-item .conference-item-frame.conference-item-form > .row {
    border: 15px solid #EBEFF2;
    margin-left: -30px;
    margin-right: -30px; }
    .service-block-conference-detail .conference-item .conference-item-frame.conference-item-form > .row > .col-12 {
      padding: 30px 30px 20px; }
  .service-block-conference-detail .conference-item:last-of-type {
    margin-bottom: 0; }
  .service-block-conference-detail .conference-item-frame {
    display: block;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none; }
    @media (min-width: 768px) {
      .service-block-conference-detail .conference-item-frame {
        padding-left: 35px;
        padding-right: 35px; } }
    @media (min-width: 992px) {
      .service-block-conference-detail .conference-item-frame {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (min-width: 1200px) {
      .service-block-conference-detail .conference-item-frame {
        padding-left: 90px;
        padding-right: 90px; } }
    .service-block-conference-detail .conference-item-frame .conference-item-part {
      display: flex;
      align-items: flex-start;
      position: relative;
      padding: 0 15px;
      text-decoration: none; }
      .service-block-conference-detail .conference-item-frame .conference-item-part span {
        font-size: 16px;
        color: #102644;
        text-decoration: none; }
    .service-block-conference-detail .conference-item-frame .conference-icon {
      width: 90px; }
      @media (max-width: 991px) {
        .service-block-conference-detail .conference-item-frame .conference-icon {
          display: none; } }
    .service-block-conference-detail .conference-item-frame .conference-info {
      font-weight: bold;
      flex-wrap: wrap;
      justify-content: flex-start; }
      .service-block-conference-detail .conference-item-frame .conference-info .conference-title {
        font-size: 26px;
        font-weight: normal;
        color: #FF5700; }
      .service-block-conference-detail .conference-item-frame .conference-info .conference-desc {
        font-size: 16px;
        font-weight: bold;
        color: #000; }
      .service-block-conference-detail .conference-item-frame .conference-info .conference-control-login {
        display: inline-block;
        padding: 17px 51px;
        border: 1px solid #FF5700;
        background: #FF5700;
        color: #fff;
        text-decoration: none;
        cursor: pointer; }
        .service-block-conference-detail .conference-item-frame .conference-info .conference-control-login:hover {
          background: #fff;
          color: #FF5700;
          text-decoration: none;
          cursor: pointer; }
        .service-block-conference-detail .conference-item-frame .conference-info .conference-control-login-disabled {
          font-size: 16px;
          line-height: 1.6;
          font-weight: bold;
          display: inline-block;
          padding: 17px 51px;
          border: 1px solid #b5b5b5;
          background: #b5b5b5;
          color: #646464;
          text-decoration: none;
          cursor: default; }
          .service-block-conference-detail .conference-item-frame .conference-info .conference-control-login-disabled:hover {
            background: #b5b5b5;
            color: #646464;
            text-decoration: none;
            cursor: default; }
      .service-block-conference-detail .conference-item-frame .conference-info .conference-control-link {
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 14px;
        font-weight: bold;
        color: #102644;
        text-decoration: none; }
        .service-block-conference-detail .conference-item-frame .conference-info .conference-control-link:hover {
          text-decoration: underline; }
      .service-block-conference-detail .conference-item-frame .conference-info .conference-block-title {
        margin-bottom: 30px; }
      .service-block-conference-detail .conference-item-frame .conference-info .conference-block-details {
        margin-bottom: 0; }
        .service-block-conference-detail .conference-item-frame .conference-info .conference-block-details span, .service-block-conference-detail .conference-item-frame .conference-info .conference-block-details a {
          font-size: 16px;
          font-weight: normal;
          color: #000; }
        .service-block-conference-detail .conference-item-frame .conference-info .conference-block-details .detail-value {
          font-weight: bold;
          color: #102644; }
        .service-block-conference-detail .conference-item-frame .conference-info .conference-block-details a.detail-value {
          text-decoration: none; }
          .service-block-conference-detail .conference-item-frame .conference-info .conference-block-details a.detail-value:hover {
            text-decoration: underline; }
      .service-block-conference-detail .conference-item-frame .conference-info .conference-block-desc {
        margin-bottom: 30px; }
    .service-block-conference-detail .conference-item-frame:hover {
      text-decoration: none; }
      .service-block-conference-detail .conference-item-frame:hover .conference-item-part.conference-title span {
        text-decoration: none; }
    .service-block-conference-detail .conference-item-frame .icon-frame {
      display: block;
      width: 50px;
      height: 54px;
      background: #fff; }
      .service-block-conference-detail .conference-item-frame .icon-frame img.icon {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%; }

.service-block-conference-detail .pagination {
  margin-top: 30px;
  justify-content: center; }
  .service-block-conference-detail .pagination .page-item {
    font-weight: 400; }
    .service-block-conference-detail .pagination .page-item.active .page-link {
      background: #FF5700;
      border-color: #FF5700; }
    .service-block-conference-detail .pagination .page-item .page-link {
      font-size: 16px;
      line-height: 1.6;
      font-weight: 400;
      text-decoration: none; }
    .service-block-conference-detail .pagination .page-item a.page-link:hover {
      color: #FF5700; }

.service-block-documents .block-content {
  padding-top: 67px;
  padding-right: 90px;
  padding-bottom: 77px;
  padding-left: 90px; }

.service-block-documents .document-item {
  padding: 0 15px;
  border-bottom: 1px solid #EBEFF2;
  position: relative; }
  .service-block-documents .document-item-frame {
    display: block;
    position: relative;
    padding: 15px 0;
    text-decoration: none; }
    .service-block-documents .document-item-frame .document-item-part {
      display: flex;
      align-items: flex-start;
      position: relative;
      padding: 0 15px;
      text-decoration: none; }
      .service-block-documents .document-item-frame .document-item-part span {
        font-size: 16px;
        color: #102644;
        text-decoration: none; }
    .service-block-documents .document-item-frame .document-icon {
      width: 55px; }
    .service-block-documents .document-item-frame .document-date {
      font-weight: normal;
      margin-left: 3.25%; }
      .service-block-documents .document-item-frame .document-date span {
        color: #FF5700; }
    .service-block-documents .document-item-frame .document-title {
      margin-left: 4.88%;
      font-weight: bold; }
    .service-block-documents .document-item-frame:hover {
      text-decoration: none; }
      .service-block-documents .document-item-frame:hover .document-item-part.document-title span {
        text-decoration: underline; }
    .service-block-documents .document-item-frame .icon-frame {
      display: block;
      width: 25px;
      height: 27px;
      background: #fff; }
      .service-block-documents .document-item-frame .icon-frame img.icon {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%; }

.service-block-membership .container-wide {
  background: #EBEFF2; }
  .service-block-membership .container-wide .card {
    border: none;
    margin-bottom: 30px;
    height: 558px;
    text-decoration: none; }
    .service-block-membership .container-wide .card:hover {
      cursor: pointer;
      text-decoration: none; }
    .service-block-membership .container-wide .card-image {
      height: 233px; }
      .service-block-membership .container-wide .card-image .image-frame {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%; }
        .service-block-membership .container-wide .card-image .image-frame img {
          width: auto;
          height: auto;
          max-width: 100%;
          max-height: 100%; }
      .service-block-membership .container-wide .card-image-tags {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: flex-start;
        align-items: flex-end;
        flex-wrap: wrap;
        padding: 5px; }
        .service-block-membership .container-wide .card-image-tags-frame {
          position: relative;
          display: flex;
          width: 100%;
          justify-content: flex-start;
          align-items: flex-end;
          flex-wrap: wrap; }
          .service-block-membership .container-wide .card-image-tags-frame div.tag {
            display: inline-block;
            background: #FF5700;
            color: #fff;
            font-size: 12px;
            font-weight: 400;
            padding: 3px 6px;
            margin: 3px;
            border-radius: 2px; }
          .service-block-membership .container-wide .card-image-tags-frame img.tag {
            width: 40px;
            height: 24px;
            max-width: 100%;
            max-height: 100%;
            margin: 3px;
            border-radius: 2px; }
    .service-block-membership .container-wide .card-title {
      padding: 25px 25px 5px;
      color: #FF5700;
      font-size: 20px;
      max-height: 114px;
      overflow: hidden;
      /*
          height: 56px;
          overflow: hidden;
          margin-bottom: 0;
          */
      line-height: 1.4;
      /*
          &.higher-title {
            height: 114px;
          }
          */ }
    .service-block-membership .container-wide .card-text {
      padding: 5px 25px;
      font-size: 16px;
      color: #212529;
      max-height: 153.6px;
      overflow: hidden;
      /*
          height: 102.4px !important;
          overflow: hidden;
          */
      line-height: 1.6;
      /*
          &.higher-text {
            height: 153.6px !important;
          }
          */ }
    .service-block-membership .container-wide .card-link {
      padding: 10px 25px 15px;
      font-size: 16px;
      font-weight: bold;
      color: black; }
    .service-block-membership .container-wide .card.card-smaller {
      height: 406px; }
      .service-block-membership .container-wide .card.card-smaller .card-image {
        height: 160px; }
        .service-block-membership .container-wide .card.card-smaller .card-image-icon-frame {
          padding: 25px 25px 5px; }
          .service-block-membership .container-wide .card.card-smaller .card-image-icon-frame img {
            width: 100%;
            height: auto;
            max-height: 50px;
            max-width: 55px; }
      .service-block-membership .container-wide .card.card-smaller .card-title {
        max-height: 86px; }
      .service-block-membership .container-wide .card.card-smaller .card-text {
        max-height: 102.4px; }

.service-block-recommends .container-wide {
  background: #EBEFF2; }
  .service-block-recommends .container-wide .card {
    border: none;
    margin-bottom: 30px;
    height: 558px;
    text-decoration: none; }
    .service-block-recommends .container-wide .card:hover {
      cursor: pointer;
      text-decoration: none; }
    .service-block-recommends .container-wide .card-image {
      height: 233px; }
      .service-block-recommends .container-wide .card-image-tags {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: flex-start;
        align-items: flex-end;
        flex-wrap: wrap;
        padding: 5px; }
        .service-block-recommends .container-wide .card-image-tags-frame {
          position: relative;
          display: flex;
          width: 100%;
          justify-content: flex-start;
          align-items: flex-end;
          flex-wrap: wrap; }
          .service-block-recommends .container-wide .card-image-tags-frame div.tag {
            display: inline-block;
            background: #FF5700;
            color: #fff;
            font-size: 12px;
            font-weight: 400;
            padding: 3px 6px;
            margin: 3px;
            border-radius: 2px; }
          .service-block-recommends .container-wide .card-image-tags-frame img.tag {
            width: 40px;
            height: 24px;
            max-width: 100%;
            max-height: 100%;
            margin: 3px;
            border-radius: 2px; }
    .service-block-recommends .container-wide .card-title {
      padding: 25px 25px 5px;
      color: #FF5700;
      font-size: 20px;
      max-height: 114px;
      overflow: hidden;
      /*
          height: 56px;
          overflow: hidden;
          margin-bottom: 0;
          */
      line-height: 1.4;
      /*
          &.higher-title {
            height: 114px;
          }
          */ }
    .service-block-recommends .container-wide .card-text {
      padding: 5px 25px;
      font-size: 16px;
      color: #212529;
      max-height: 153.6px;
      overflow: hidden;
      /*
          height: 102.4px !important;
          overflow: hidden;
          */
      line-height: 1.6;
      /*
          &.higher-text {
            height: 153.6px !important;
          }
          */ }
    .service-block-recommends .container-wide .card-link {
      padding: 10px 25px 15px;
      font-size: 16px;
      font-weight: bold;
      color: black; }
    .service-block-recommends .container-wide .card.card-smaller {
      height: 406px; }
      .service-block-recommends .container-wide .card.card-smaller .card-image {
        height: 160px; }
        .service-block-recommends .container-wide .card.card-smaller .card-image-icon-frame {
          padding: 25px 25px 5px; }
          .service-block-recommends .container-wide .card.card-smaller .card-image-icon-frame img {
            width: 100%;
            height: auto;
            max-height: 50px;
            max-width: 55px; }
        .service-block-recommends .container-wide .card.card-smaller .card-image-logo-frame {
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 25px 25px 5px;
          width: 100%;
          height: 100%; }
          .service-block-recommends .container-wide .card.card-smaller .card-image-logo-frame img {
            width: auto;
            height: auto;
            max-height: 100%;
            max-width: 70%; }
      .service-block-recommends .container-wide .card.card-smaller .card-title {
        max-height: 86px; }
      .service-block-recommends .container-wide .card.card-smaller .card-text {
        max-height: 102.4px; }

.service-block-partnership .container-wide {
  background: #EBEFF2; }
  .service-block-partnership .container-wide .card {
    border: none;
    margin-bottom: 30px;
    height: 558px;
    text-decoration: none; }
    .service-block-partnership .container-wide .card:hover {
      cursor: pointer;
      text-decoration: none; }
    .service-block-partnership .container-wide .card-image {
      height: 233px; }
      .service-block-partnership .container-wide .card-image-tags {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: flex-start;
        align-items: flex-end;
        flex-wrap: wrap;
        padding: 5px; }
        .service-block-partnership .container-wide .card-image-tags-frame {
          position: relative;
          display: flex;
          width: 100%;
          justify-content: flex-start;
          align-items: flex-end;
          flex-wrap: wrap; }
          .service-block-partnership .container-wide .card-image-tags-frame div.tag {
            display: inline-block;
            background: #FF5700;
            color: #fff;
            font-size: 12px;
            font-weight: 400;
            padding: 3px 6px;
            margin: 3px;
            border-radius: 2px; }
          .service-block-partnership .container-wide .card-image-tags-frame img.tag {
            width: 40px;
            height: 24px;
            max-width: 100%;
            max-height: 100%;
            margin: 3px;
            border-radius: 2px; }
    .service-block-partnership .container-wide .card-title {
      padding: 25px 25px 5px;
      color: #FF5700;
      font-size: 20px;
      max-height: 114px;
      overflow: hidden;
      /*
          height: 56px;
          overflow: hidden;
          margin-bottom: 0;
          */
      line-height: 1.4;
      /*
          &.higher-title {
            height: 114px;
          }
          */ }
    .service-block-partnership .container-wide .card-text {
      padding: 5px 25px;
      font-size: 16px;
      color: #212529;
      max-height: 153.6px;
      overflow: hidden;
      /*
          height: 102.4px !important;
          overflow: hidden;
          */
      line-height: 1.6;
      /*
          &.higher-text {
            height: 153.6px !important;
          }
          */ }
    .service-block-partnership .container-wide .card-link {
      padding: 10px 25px 15px;
      font-size: 16px;
      font-weight: bold;
      color: black; }
    .service-block-partnership .container-wide .card.card-smaller {
      height: 406px; }
      .service-block-partnership .container-wide .card.card-smaller .card-image {
        height: 160px; }
        .service-block-partnership .container-wide .card.card-smaller .card-image-icon-frame {
          padding: 25px 25px 5px; }
          .service-block-partnership .container-wide .card.card-smaller .card-image-icon-frame img {
            width: 100%;
            height: auto;
            max-height: 50px;
            max-width: 55px; }
        .service-block-partnership .container-wide .card.card-smaller .card-image-logo-frame {
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 25px 25px 5px;
          width: 100%;
          height: 100%; }
          .service-block-partnership .container-wide .card.card-smaller .card-image-logo-frame img {
            width: auto;
            height: auto;
            max-height: 100%;
            max-width: 100%; }
      .service-block-partnership .container-wide .card.card-smaller .card-title {
        max-height: 86px; }
      .service-block-partnership .container-wide .card.card-smaller .card-text {
        max-height: 102.4px; }

.service-block-appreciation .container-wide {
  background: #EBEFF2; }
  .service-block-appreciation .container-wide .card {
    border: none;
    margin-bottom: 30px;
    height: 558px;
    text-decoration: none; }
    .service-block-appreciation .container-wide .card:hover {
      cursor: pointer;
      text-decoration: none; }
    .service-block-appreciation .container-wide .card-image {
      height: 233px; }
      .service-block-appreciation .container-wide .card-image-tags {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: flex-start;
        align-items: flex-end;
        flex-wrap: wrap;
        padding: 5px; }
        .service-block-appreciation .container-wide .card-image-tags-frame {
          position: relative;
          display: flex;
          width: 100%;
          justify-content: flex-start;
          align-items: flex-end;
          flex-wrap: wrap; }
          .service-block-appreciation .container-wide .card-image-tags-frame div.tag {
            display: inline-block;
            background: #FF5700;
            color: #fff;
            font-size: 12px;
            font-weight: 400;
            padding: 3px 6px;
            margin: 3px;
            border-radius: 2px; }
          .service-block-appreciation .container-wide .card-image-tags-frame img.tag {
            width: 40px;
            height: 24px;
            max-width: 100%;
            max-height: 100%;
            margin: 3px;
            border-radius: 2px; }
    .service-block-appreciation .container-wide .card-title {
      padding: 25px 25px 5px;
      color: #FF5700;
      font-size: 20px;
      max-height: 114px;
      overflow: hidden;
      /*
          height: 56px;
          overflow: hidden;
          margin-bottom: 0;
          */
      line-height: 1.4;
      /*
          &.higher-title {
            height: 114px;
          }
          */ }
    .service-block-appreciation .container-wide .card-text {
      padding: 5px 25px;
      font-size: 16px;
      color: #212529;
      max-height: 153.6px;
      overflow: hidden;
      /*
          height: 102.4px !important;
          overflow: hidden;
          */
      line-height: 1.6;
      /*
          &.higher-text {
            height: 153.6px !important;
          }
          */ }
    .service-block-appreciation .container-wide .card-link {
      padding: 10px 25px 15px;
      font-size: 16px;
      font-weight: bold;
      color: black; }
    .service-block-appreciation .container-wide .card.card-smaller {
      height: 406px; }
      .service-block-appreciation .container-wide .card.card-smaller .card-image {
        height: 160px; }
        .service-block-appreciation .container-wide .card.card-smaller .card-image-icon-frame {
          padding: 25px 25px 5px; }
          .service-block-appreciation .container-wide .card.card-smaller .card-image-icon-frame img {
            width: 100%;
            height: auto;
            max-height: 50px;
            max-width: 55px; }
        .service-block-appreciation .container-wide .card.card-smaller .card-image-logo-frame {
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 25px 25px 5px;
          width: 100%;
          height: 100%; }
          .service-block-appreciation .container-wide .card.card-smaller .card-image-logo-frame img {
            width: auto;
            height: auto;
            max-height: 100%;
            max-width: 100%; }
      .service-block-appreciation .container-wide .card.card-smaller .card-title {
        max-height: 86px; }
      .service-block-appreciation .container-wide .card.card-smaller .card-text {
        max-height: 102.4px; }

.service-block-representation .block-content {
  padding-top: 67px;
  padding-right: 90px;
  padding-bottom: 77px;
  padding-left: 90px; }

.service-block-representation .representation-item {
  padding: 0 15px;
  border-bottom: 1px solid #EBEFF2;
  position: relative; }
  .service-block-representation .representation-item-frame {
    display: block;
    position: relative;
    padding: 15px 0;
    text-decoration: none; }
    .service-block-representation .representation-item-frame .representation-item-part {
      display: flex;
      align-items: flex-start;
      position: relative;
      padding: 0 15px;
      text-decoration: none; }
      .service-block-representation .representation-item-frame .representation-item-part span {
        font-size: 16px;
        color: #102644;
        text-decoration: none; }
    .service-block-representation .representation-item-frame .representation-icon {
      width: 55px; }
      @media (max-width: 767px) {
        .service-block-representation .representation-item-frame .representation-icon {
          display: none; } }
    .service-block-representation .representation-item-frame .representation-date {
      font-weight: normal; }
      .service-block-representation .representation-item-frame .representation-date span {
        color: #FF5700; }
      @media (min-width: 768px) {
        .service-block-representation .representation-item-frame .representation-date {
          margin-left: 3.25%; } }
    .service-block-representation .representation-item-frame .representation-title {
      font-weight: bold;
      flex-direction: column;
      justify-content: flex-start; }
      @media (min-width: 768px) {
        .service-block-representation .representation-item-frame .representation-title {
          margin-left: 4.88%; } }
    .service-block-representation .representation-item-frame:hover {
      text-decoration: none; }
      .service-block-representation .representation-item-frame:hover .representation-item-part.representation-title span {
        text-decoration: underline; }
    .service-block-representation .representation-item-frame .icon-frame {
      display: block;
      width: 25px;
      height: 27px;
      background: #fff; }
      .service-block-representation .representation-item-frame .icon-frame img.icon {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%; }

.service-block-support .block-content {
  padding-top: 67px;
  padding-right: 90px;
  padding-bottom: 77px;
  padding-left: 90px; }

.service-block-support .external-link-block {
  margin-top: 30px; }

.service-block-support .support-item {
  padding: 0 15px;
  border-bottom: 1px solid #EBEFF2;
  position: relative; }
  .service-block-support .support-item-frame {
    display: block;
    position: relative;
    padding: 15px 0;
    text-decoration: none; }
    .service-block-support .support-item-frame .support-item-part {
      display: flex;
      align-items: flex-start;
      position: relative;
      padding: 0 15px;
      text-decoration: none; }
      .service-block-support .support-item-frame .support-item-part span {
        font-size: 16px;
        color: #102644;
        text-decoration: none; }
    .service-block-support .support-item-frame .support-icon {
      width: 55px; }
      @media (max-width: 767px) {
        .service-block-support .support-item-frame .support-icon {
          display: none; } }
    .service-block-support .support-item-frame .support-date {
      font-weight: normal; }
      .service-block-support .support-item-frame .support-date span {
        color: #FF5700; }
      @media (min-width: 768px) {
        .service-block-support .support-item-frame .support-date {
          margin-left: 3.25%; } }
    .service-block-support .support-item-frame .support-title-part {
      margin-left: 4.88%;
      flex-direction: column;
      justify-content: flex-start; }
    .service-block-support .support-item-frame .support-title {
      font-weight: bold; }
      .service-block-support .support-item-frame .support-title span {
        font-weight: bold; }
    .service-block-support .support-item-frame .support-info {
      width: 100%; }
      .service-block-support .support-item-frame .support-info-donate-amount {
        font-weight: bold; }
    .service-block-support .support-item-frame:hover {
      text-decoration: none; }
      .service-block-support .support-item-frame:hover .support-item-part.support-title span {
        text-decoration: none; }
    .service-block-support .support-item-frame .icon-frame {
      display: block;
      width: 25px;
      height: 27px;
      background: #fff; }
      .service-block-support .support-item-frame .icon-frame img.icon {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%; }

.service-block-support .pagination {
  margin-top: 30px;
  justify-content: center; }
  .service-block-support .pagination .page-item {
    font-weight: 400; }
    .service-block-support .pagination .page-item.active .page-link {
      background: #FF5700;
      border-color: #FF5700; }
    .service-block-support .pagination .page-item .page-link {
      font-size: 16px;
      line-height: 1.6;
      font-weight: 400;
      text-decoration: none; }
    .service-block-support .pagination .page-item a.page-link:hover {
      color: #FF5700; }

.service-block-publications .block-content {
  padding-top: 67px;
  padding-right: 90px;
  padding-bottom: 77px;
  padding-left: 90px; }

.service-block-publications .publication-item {
  padding: 0 15px;
  border-bottom: 1px solid #EBEFF2;
  position: relative; }
  .service-block-publications .publication-item-frame {
    display: block;
    position: relative;
    padding: 15px 0;
    text-decoration: none; }
    .service-block-publications .publication-item-frame .publication-item-part {
      display: flex;
      align-items: flex-start;
      position: relative;
      padding: 0 15px;
      text-decoration: none; }
      .service-block-publications .publication-item-frame .publication-item-part span {
        font-size: 16px;
        color: #102644;
        text-decoration: none; }
    .service-block-publications .publication-item-frame .publication-image {
      width: 100%; }
      @media (min-width: 768px) {
        .service-block-publications .publication-item-frame .publication-image {
          width: 30%; } }
      @media (min-width: 992px) {
        .service-block-publications .publication-item-frame .publication-image {
          width: 26%; } }
      @media (min-width: 1400px) {
        .service-block-publications .publication-item-frame .publication-image {
          width: 20%; } }
    .service-block-publications .publication-item-frame .publication-date {
      margin-left: 3.25%;
      font-weight: normal; }
      .service-block-publications .publication-item-frame .publication-date span {
        color: #FF5700; }
    .service-block-publications .publication-item-frame .publication-title {
      padding-top: 5%;
      font-weight: bold;
      flex-direction: column; }
      .service-block-publications .publication-item-frame .publication-title-row-first {
        width: 100%; }
      .service-block-publications .publication-item-frame .publication-title-row-second {
        width: 100%; }
        .service-block-publications .publication-item-frame .publication-title-row-second span {
          font-weight: 400; }
      @media (min-width: 768px) {
        .service-block-publications .publication-item-frame .publication-title {
          margin-left: 4.88%; } }
    .service-block-publications .publication-item-frame:hover {
      text-decoration: none; }
      .service-block-publications .publication-item-frame:hover .publication-item-part.publication-title .publication-title-row-first span {
        text-decoration: underline; }
      .service-block-publications .publication-item-frame:hover .publication-item-part.publication-title .publication-title-row-second span {
        text-decoration: none; }
    .service-block-publications .publication-item-frame .image-block {
      display: block;
      position: relative;
      width: 100%;
      height: 0;
      padding-top: 140%; }
      .service-block-publications .publication-item-frame .image-block .image-frame {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .service-block-publications .publication-item-frame .image-block .image-frame img {
          width: 100%;
          height: auto;
          max-width: 100%;
          max-height: 100%; }

.service-block-subservices.content-block {
  background-color: #EBEFF2;
  padding-bottom: 50px; }

.service-block-subservices .card {
  border: none;
  margin-bottom: 30px;
  height: 558px;
  text-decoration: none; }
  .service-block-subservices .card:hover {
    cursor: pointer;
    text-decoration: none; }
  .service-block-subservices .card-image {
    height: 233px; }
    .service-block-subservices .card-image-tags {
      position: relative;
      display: flex;
      width: 100%;
      height: 100%;
      justify-content: flex-start;
      align-items: flex-end;
      flex-wrap: wrap;
      padding: 5px; }
      .service-block-subservices .card-image-tags-frame {
        position: relative;
        display: flex;
        width: 100%;
        justify-content: flex-start;
        align-items: flex-end;
        flex-wrap: wrap; }
        .service-block-subservices .card-image-tags-frame div.tag {
          display: inline-block;
          background: #FF5700;
          color: #fff;
          font-size: 12px;
          font-weight: 400;
          padding: 3px 6px;
          margin: 3px;
          border-radius: 2px; }
        .service-block-subservices .card-image-tags-frame img.tag {
          width: 40px;
          height: 24px;
          max-width: 100%;
          max-height: 100%;
          margin: 3px;
          border-radius: 2px; }
  .service-block-subservices .card-title {
    padding: 25px 25px 5px;
    color: #FF5700;
    font-size: 20px;
    max-height: 114px;
    overflow: hidden;
    /*
        height: 56px;
        overflow: hidden;
        margin-bottom: 0;
        */
    line-height: 1.4;
    /*
        &.higher-title {
          height: 114px;
        }
        */ }
  .service-block-subservices .card-text {
    padding: 5px 25px;
    font-size: 16px;
    color: #212529;
    max-height: 153.6px;
    overflow: hidden;
    /*
        height: 102.4px !important;
        overflow: hidden;
        */
    line-height: 1.6;
    /*
        &.higher-text {
          height: 153.6px !important;
        }
        */ }
  .service-block-subservices .card-link {
    padding: 10px 25px 15px;
    font-size: 16px;
    font-weight: bold;
    color: black; }
  .service-block-subservices .card.card-smaller {
    height: 406px; }
    .service-block-subservices .card.card-smaller .card-image {
      height: 160px; }
      .service-block-subservices .card.card-smaller .card-image-icon-frame {
        padding: 25px 25px 5px; }
        .service-block-subservices .card.card-smaller .card-image-icon-frame img {
          width: 100%;
          height: auto;
          max-height: 50px;
          max-width: 55px; }
    .service-block-subservices .card.card-smaller .card-title {
      max-height: 86px; }
    .service-block-subservices .card.card-smaller .card-text {
      max-height: 102.4px; }

.service-block-organizations .organization-item {
  padding: 0;
  border-bottom: 1px solid #EBEFF2;
  position: relative; }
  .service-block-organizations .organization-item-frame {
    display: block;
    position: relative;
    padding: 15px 0;
    text-decoration: none; }
    .service-block-organizations .organization-item-frame .organization-item-part {
      display: flex;
      align-items: flex-start;
      position: relative;
      padding: 0 15px;
      text-decoration: none; }
      .service-block-organizations .organization-item-frame .organization-item-part span {
        font-size: 16px;
        color: #102644;
        text-decoration: none; }
    .service-block-organizations .organization-item-frame .organization-order {
      width: calc(40px + 4.88%); }
      .service-block-organizations .organization-item-frame .organization-order span {
        font-size: 26px;
        line-height: 1; }
    .service-block-organizations .organization-item-frame .organization-date {
      font-size: 16px;
      line-height: 1.6;
      font-weight: 400;
      color: #212529; }
    .service-block-organizations .organization-item-frame .organization-title {
      font-size: 16px;
      line-height: 1.6;
      font-weight: 400;
      color: #212529; }

.previous-page-block {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #EBEFF2;
  padding-top: 50px;
  padding-bottom: 0; }
  .previous-page-block .previous-page {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none; }
    .previous-page-block .previous-page i {
      margin-right: 10px; }
    .previous-page-block .previous-page:hover {
      color: #FF5700;
      text-decoration: none; }

.spacer-block {
  width: 100%;
  height: 50px; }

#content-image-text .container-wide {
  background-color: #EBEFF2; }

#conference-signup .signup-form-content {
  background: #fff;
  margin-bottom: 50px; }

.content-block {
  background-color: white;
  margin-bottom: 0; }
  .content-block > .row {
    flex-grow: 1; }
  .content-block img {
    /*
    width: 100%;
    height: auto;
    */
    max-width: 100%;
    max-height: 100%; }
  .content-block:first-of-type {
    margin-top: 5px; }
    @media (max-width: 768px) {
      .content-block:first-of-type {
        margin-top: 0px; } }
  .content-block.gallery-content-block .gallery-item-frame {
    padding: 15px; }
    .content-block.gallery-content-block .gallery-item-frame .gallery-item {
      display: block;
      position: relative;
      width: 100%;
      height: 0;
      padding-top: 67%;
      background-size: cover; }
      .content-block.gallery-content-block .gallery-item-frame .gallery-item.gallery-item-vertical {
        padding-top: 150%; }
      .content-block.gallery-content-block .gallery-item-frame .gallery-item .gallery-item-image {
        position: absolute;
        background-repeat: no-repeat;
        background-size: cover;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%; }

.sl-wrapper.simple-lightbox {
  z-index: 1000002; }
  .sl-wrapper.simple-lightbox .sl-navigation button {
    color: #fff; }
  .sl-wrapper.simple-lightbox .sl-counter {
    color: #fff; }
  .sl-wrapper.simple-lightbox .sl-close {
    color: #fff; }
  .sl-wrapper.simple-lightbox .sl-image {
    position: absolute; }

.sl-overlay {
  background: #000 !important;
  z-index: 1000001 !important; }

.search-content-block.content-block {
  background: #EBEFF2; }
  .search-content-block.content-block:only-of-type .content-text {
    padding-top: 0;
    padding-bottom: 0;
    background: #EBEFF2; }
  .search-content-block.content-block .content-text .search-page-frame {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .search-content-block.content-block .content-text .search-page-frame {
        padding-left: 35px;
        padding-right: 35px; } }
    @media (min-width: 992px) {
      .search-content-block.content-block .content-text .search-page-frame {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (min-width: 1200px) {
      .search-content-block.content-block .content-text .search-page-frame {
        padding-left: 90px;
        padding-right: 90px; } }
    .search-content-block.content-block .content-text .search-page-frame .search-group-title {
      display: inline-block;
      padding: 25px 0 0;
      color: #FF5700;
      font-size: 20px;
      line-height: 1.4; }
    .search-content-block.content-block .content-text .search-page-frame .search-group p {
      font-size: 16px;
      color: #212529;
      font-weight: 400;
      line-height: 1.6; }
    .search-content-block.content-block .content-text .search-page-frame .search-group h1, .search-content-block.content-block .content-text .search-page-frame .search-group h2, .search-content-block.content-block .content-text .search-page-frame .search-group h3, .search-content-block.content-block .content-text .search-page-frame .search-group h4, .search-content-block.content-block .content-text .search-page-frame .search-group h5, .search-content-block.content-block .content-text .search-page-frame .search-group h6 {
      color: #212529; }

.career-content-block.content-block {
  background: #EBEFF2; }
  .career-content-block.content-block:only-of-type .content-text {
    padding-top: 0;
    padding-bottom: 0;
    background: #EBEFF2; }
  .career-content-block.content-block .content-text .career-detail-frame {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .career-content-block.content-block .content-text .career-detail-frame {
        padding-left: 35px;
        padding-right: 35px; } }
    @media (min-width: 992px) {
      .career-content-block.content-block .content-text .career-detail-frame {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (min-width: 1200px) {
      .career-content-block.content-block .content-text .career-detail-frame {
        padding-left: 90px;
        padding-right: 90px; } }
    .career-content-block.content-block .content-text .career-detail-frame .form-control {
      height: auto; }
    .career-content-block.content-block .content-text .career-detail-frame label {
      margin-bottom: 0.25rem;
      margin-top: 1rem; }
  .career-content-block.content-block .career-detail-item {
    padding-bottom: 20px; }
  .career-content-block.content-block h3 {
    font-size: 26px;
    font-weight: normal;
    color: #FF5700; }
  .career-content-block.content-block p, .career-content-block.content-block label, .career-content-block.content-block input, .career-content-block.content-block textarea {
    font-size: 16px;
    font-weight: normal;
    color: #000; }
  .career-content-block.content-block .place-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px; }

main.shorter .content-block {
  background: #EBEFF2; }
  main.shorter .content-block .content-text {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto; }

main.shorter .content-block:not(.service-block-articles) .content-text {
  padding-left: 15px !important;
  padding-right: 15px !important; }

main.shorter .blog-detail .content-block .content-text,
main.shorter .service-block-articles.content-block .content-text,
main.shorter .career-content-block.content-block .content-text {
  background: #fff; }

main.shorter .blog-detail .content-block .content-text {
  width: 100%; }
  main.shorter .blog-detail .content-block .content-text .blog-detail-content {
    padding-top: 0;
    padding-bottom: 0; }

.external-link-block {
  display: inline-block;
  margin-top: 30px; }
  .external-link-block a.external-link {
    display: flex;
    align-items: center;
    border: 1px solid #FF5700;
    font-size: 16px;
    line-height: 1.6;
    text-decoration: none;
    color: #FF5700;
    background-color: #fff;
    padding: 10px 15px; }
    .external-link-block a.external-link i {
      display: block;
      font-size: 16px;
      line-height: 1.6;
      color: #FF5700;
      padding-left: 30px; }
    .external-link-block a.external-link .external-link-inside {
      display: flex;
      align-items: center;
      /*transform: translateY(1px);*/ }
      .external-link-block a.external-link .external-link-inside i {
        transform: translateY(1px); }
  .external-link-block a.external-link:hover {
    text-decoration: none;
    color: #fff;
    border-color: #FF5700;
    background-color: #FF5700; }
    .external-link-block a.external-link:hover i {
      color: #fff; }

.archive-link-block {
  display: inline-block;
  margin-top: 30px; }
  .archive-link-block a.archive-link {
    display: flex;
    border: 1px solid #FF5700;
    font-size: 16px;
    line-height: 1.6;
    text-decoration: none;
    color: #FF5700;
    background-color: #fff;
    padding: 10px 15px; }
    .archive-link-block a.archive-link i {
      display: block;
      font-size: 16px;
      line-height: 1.6;
      color: #FF5700;
      padding-left: 30px; }
  .archive-link-block a.archive-link:hover {
    text-decoration: none;
    color: #fff;
    border-color: #FF5700;
    background-color: #FF5700; }
    .archive-link-block a.archive-link:hover i {
      color: #fff; }

.content-image {
  height: 0;
  padding-top: 142.5%;
  background-size: cover; }
  .content-image .company-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 100px 35px; }
    .content-image .company-logo img {
      position: relative;
      height: auto;
      width: auto;
      max-width: 100%;
      max-height: 100%; }

.content-text-p150 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.content-text {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px; }
  .content-text .table td, .content-text .table th {
    padding: 0;
    vertical-align: baseline;
    border: none;
    color: #212529;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6; }
  .content-text p {
    color: #212529;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6; }
  .content-text h1, .content-text h2, .content-text h3, .content-text h4, .content-text h5, .content-text h6 {
    color: #212529; }
  .content-text a {
    color: #102644;
    text-decoration: underline;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold; }
  .content-text p a,
  .content-text span a,
  .content-text li a {
    word-break: break-word; }
  .content-text ul, .content-text ol {
    padding-left: 25px; }
  .content-text li {
    color: #212529;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400; }
  .content-text ol.styled-ol {
    counter-reset: customCounter;
    padding: 0;
    width: 100%;
    list-style: none; }
    .content-text ol.styled-ol > li {
      counter-increment: customCounter;
      padding: 15px 0;
      padding-left: calc(40px + 4.88%);
      width: 100%;
      border-bottom: 1px solid #EBEFF2;
      position: relative; }
      .content-text ol.styled-ol > li:last-of-type {
        border-bottom: none; }
    .content-text ol.styled-ol > li:before {
      content: counter(customCounter);
      position: absolute;
      top: 15px;
      left: 0;
      font-size: 26px;
      line-height: 1; }
  .content-text figure.image {
    display: flex;
    flex-direction: row;
    height: auto;
    margin-left: 0;
    margin-right: auto;
    justify-content: flex-start; }
    .content-text figure.image:not(.image_resized) {
      width: 100% !important; }
    .content-text figure.image.image-style-side {
      margin-left: auto;
      margin-right: 0;
      justify-content: flex-end; }
    .content-text figure.image.image-style-align-left {
      display: block;
      margin-left: 0;
      margin-right: 15px;
      float: left; }
    .content-text figure.image.image-style-align-right {
      display: block;
      margin-left: 15px;
      margin-right: 0;
      float: right; }
    .content-text figure.image:not(.image_resized).image-style-align-left, .content-text figure.image:not(.image_resized).image-style-align-right {
      width: auto !important; }
    .content-text figure.image.image-style-align-center {
      margin-left: auto;
      margin-right: auto;
      justify-content: center; }
  .content-text figure.image img {
    width: auto;
    height: auto;
    max-width: 100%; }
  .content-text figure.image.image_resized img {
    width: 100%; }

main.shorter .content-block.service-block-articles .content-text {
  margin-top: 0;
  margin-bottom: 0; }

main.shorter .content-block.service-block-articles:first-of-type:not(:only-of-type) .content-text {
  padding-bottom: 15px; }

.content-block:first-of-type .content-text {
  padding-top: 50px;
  margin-top: 0; }

.content-block:last-of-type .content-text {
  padding-bottom: 50px;
  margin-bottom: 0; }

.content-block:only-of-type .content-text {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 0;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .content-text-p150 {
    padding-left: 35px !important;
    padding-right: 35px !important; }
  .content-text-p150.content-text-right:not(.content-text-left) {
    padding-left: 35px !important;
    padding-right: 35px !important; }
  .content-text-p150.content-text-left:not(.content-text-right) {
    padding-left: 35px !important;
    padding-right: 35px !important; } }

@media (min-width: 992px) {
  .content-text-p150 {
    padding-left: 50px !important;
    padding-right: 50px !important; } }

@media (min-width: 1200px) {
  .content-block:first-of-type .content-text {
    padding-top: 100px; }
  .content-block:last-of-type .content-text {
    padding-bottom: 100px; }
  .content-block:only-of-type .content-text {
    padding-top: 100px;
    padding-bottom: 100px; }
  .content-text-p150 {
    padding-left: 150px !important;
    padding-right: 150px !important; }
  .content-text-p150.content-text-right:not(.content-text-left) {
    padding-left: 35px !important; }
  .content-text-p150.content-text-left:not(.content-text-right) {
    padding-right: 35px !important; } }

.back-link {
  padding-bottom: 50px; }
  .back-link a {
    color: black;
    text-decoration: none;
    font-size: 14px; }
    .back-link a:hover {
      text-decoration: underline; }

.career-link-block {
  display: inline-block; }

.career-link-block.career-category {
  padding: 15px; }

.career-link-block .career-link,
.type-filter-block .type-filter {
  display: flex;
  border: 1px solid #FF5700;
  font-size: 16px;
  line-height: 1.6;
  text-decoration: none;
  color: #FF5700;
  background-color: #fff;
  padding: 10px 15px; }

.type-filter-block .type-filter.type-filter-inactive {
  color: #FF5700;
  background-color: #fff; }

.career-link-block .career-link.career-link-filled,
.type-filter-block .type-filter:not(.type-filter-inactive) {
  color: #fff;
  background-color: #FF5700; }

.career-link-block .career-link:hover {
  color: #fff;
  background-color: #FF5700; }

.form-link-block {
  display: inline-block; }

.form-link-block a.form-link {
  display: flex;
  border: 1px solid #FF5700;
  font-size: 16px;
  line-height: 1.6;
  text-decoration: none;
  color: #FF5700;
  background-color: #fff;
  padding: 10px 15px; }

.form-link-block a.form-link:not(.form-link-filled):hover {
  color: #FF5700;
  background-color: #fff; }

.form-link-block a.form-link.form-link-filled {
  color: #fff;
  background-color: #FF5700; }

.form-link-block a.form-link.form-link-filled:hover {
  color: #fff;
  background-color: #FF5700; }

.form-link-block a.form-link i {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  color: #FF5700; }

.form-link-block a.form-link i.fa-arrow-left {
  padding-right: 30px; }

.form-link-block a.form-link i.fa-arrow-right {
  padding-left: 30px; }

.blog-content-block .table td, .blog-content-block .table th {
  padding: 0;
  vertical-align: baseline;
  border: none;
  color: #212529;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6; }

.blog-content-block p {
  color: #212529;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6; }

.blog-content-block h1, .blog-content-block h2, .blog-content-block h3, .blog-content-block h4, .blog-content-block h5, .blog-content-block h6 {
  color: #212529; }

.blog-content-block a {
  color: #102644;
  text-decoration: underline;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold; }

.blog-content-block p a {
  word-break: break-word; }

.blog-content-block ul, .blog-content-block ol {
  padding-left: 25px; }

.blog-content-block li {
  color: #212529;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400; }

.blog-content-block ol.styled-ol {
  counter-reset: customCounter;
  padding: 0;
  width: 100%;
  list-style: none; }
  .blog-content-block ol.styled-ol > li {
    counter-increment: customCounter;
    padding: 15px 0;
    padding-left: calc(40px + 4.88%);
    width: 100%;
    border-bottom: 1px solid #EBEFF2;
    position: relative; }
    .blog-content-block ol.styled-ol > li:last-of-type {
      border-bottom: none; }
  .blog-content-block ol.styled-ol > li:before {
    content: counter(customCounter);
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 26px;
    line-height: 1; }

.blog-content-block figure.image {
  display: flex;
  flex-direction: row;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  justify-content: flex-start; }
  .blog-content-block figure.image:not(.image_resized) {
    width: 100% !important; }
  .blog-content-block figure.image.image-style-side {
    margin-left: auto;
    margin-right: 0;
    justify-content: flex-end; }
  .blog-content-block figure.image.image-style-align-left {
    display: block;
    margin-left: 0;
    margin-right: 15px;
    float: left; }
  .blog-content-block figure.image.image-style-align-right {
    display: block;
    margin-left: 15px;
    margin-right: 0;
    float: right; }
  .blog-content-block figure.image:not(.image_resized).image-style-align-left, .blog-content-block figure.image:not(.image_resized).image-style-align-right {
    width: auto !important; }
  .blog-content-block figure.image.image-style-align-center {
    margin-left: auto;
    margin-right: auto;
    justify-content: center; }

.blog-content-block figure.image img {
  width: auto;
  height: auto;
  max-width: 100%; }

.blog-content-block figure.image.image_resized img {
  width: 100%; }

@keyframes bake-pie {
  from {
    transform: rotate(0deg) translate3d(0, 0, 0); } }

.pieID {
  display: inline-block;
  vertical-align: top;
  text-align: left; }

.pie {
  height: 200px;
  width: 200px;
  position: relative;
  margin: 0 30px 30px 0; }

.pie::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  top: 50px;
  left: 50px; }

.pie::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1);
  margin: 220px auto; }

.slice {
  position: absolute;
  width: 200px;
  height: 200px;
  clip: rect(0px, 200px, 200px, 100px);
  animation: bake-pie 1s; }

.slice span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  clip: rect(0px, 200px, 200px, 100px); }

.legend {
  list-style-type: none;
  margin: 0;
  background: #FFF;
  padding: 15px;
  font-size: 13px; }
  .legend-unit {
    float: right;
    display: inline-block; }

.legend li {
  height: 1.25em;
  margin-bottom: 0.7em;
  padding-left: 0.5em;
  border-left: 1.25em solid black;
  clear: both; }

.legend em {
  font-style: normal;
  padding-right: 10px; }

.legend span {
  float: right; }

.all_text_left p, .all_text_left span, .all_text_left h3 {
  text-align: left !important; }

.career-imgwp {
  position: relative;
  background-size: cover;
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center; }

* {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  scroll-behavior: smooth;
  font-variant-numeric: lining-nums; }

html {
  background: #f2f2f2; }

body {
  max-width: 2200px;
  -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.6);
  margin: 0 auto; }

@media (max-width: 768px) {
  body {
    width: 100vw; } }

.hidden {
  display: none; }

/*
h1 {
  font-size: 70px;
}

h2 {
  font-size: 46px;
  color:#212529;
  font-weight: 600;
  line-height: 1;
}
*/
.text-align-left {
  text-align: left !important; }

#banner {
  margin-top: 105px;
  /*
  @media (min-width: 768px) {
    margin-top: 80px;
  }

  @media (min-width: 1280px) {
    margin-top: 105px;
  }
  */
  /*
  @media(max-width: $xxl-breakpoint) {
    margin-top: 93px;
  }

  @media (min-width: 992px) {
    height: 1050px;
  }
  */ }
  #banner .banner {
    overflow: hidden; }
    #banner .banner iframe {
      width: 100%;
      height: 100%; }
    #banner .banner-img {
      width: 100%;
      position: relative;
      /*
      @media (min-width: 992px) {
        margin-bottom: -100px;
      }
      */ }
      #banner .banner-img .swiper#hp-banner-swiper {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 45%;
        overflow: visible;
        /*
        height: auto;
        height: 500px;

        @media (min-width: 992px) {
          height: 800px;
        }
        */ }
        #banner .banner-img .swiper#hp-banner-swiper .swiper-wrapper {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: flex;
          width: 100%;
          height: 100%;
          z-index: 2;
          /*
          height: 500px;

          @media (min-width: 992px) {
            height: 800px;
          }
          */ }
          #banner .banner-img .swiper#hp-banner-swiper .swiper-wrapper .swiper-slide {
            position: relative;
            width: 100%;
            height: 100%; }
            #banner .banner-img .swiper#hp-banner-swiper .swiper-wrapper .swiper-slide .swiper-slide-link {
              position: absolute;
              display: block;
              width: 100%;
              height: 100%;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0; }
            #banner .banner-img .swiper#hp-banner-swiper .swiper-wrapper .swiper-slide .swiper-slide-image {
              width: 100%;
              height: 100%;
              background: #000;
              background-repeat: no-repeat;
              background-size: cover;
              background-position: center; }
            #banner .banner-img .swiper#hp-banner-swiper .swiper-wrapper .swiper-slide .swiper-slide-text {
              display: flex;
              position: relative;
              width: 100%;
              height: 230px;
              z-index: 2;
              overflow: hidden;
              padding-top: 30px;
              padding-bottom: 80px; }
              @media (min-width: 992px) {
                #banner .banner-img .swiper#hp-banner-swiper .swiper-wrapper .swiper-slide .swiper-slide-text {
                  height: 200px;
                  padding-bottom: 30px; } }
              @media (min-width: 1470px) {
                #banner .banner-img .swiper#hp-banner-swiper .swiper-wrapper .swiper-slide .swiper-slide-text {
                  position: absolute;
                  bottom: -200px;
                  left: 0;
                  bottom: -100px; } }
              #banner .banner-img .swiper#hp-banner-swiper .swiper-wrapper .swiper-slide .swiper-slide-text .swiper-slide-text-bg {
                display: block;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: auto;
                background-color: #102644;
                height: 100%;
                width: 82%;
                max-width: 1440px; }
                @media (max-width: 1650px) {
                  #banner .banner-img .swiper#hp-banner-swiper .swiper-wrapper .swiper-slide .swiper-slide-text .swiper-slide-text-bg {
                    width: 100%; } }
              #banner .banner-img .swiper#hp-banner-swiper .swiper-wrapper .swiper-slide .swiper-slide-text .swiper-slide-text-content {
                position: relative;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                height: 100%;
                opacity: 0; }
                @media (min-width: 1500px) {
                  #banner .banner-img .swiper#hp-banner-swiper .swiper-wrapper .swiper-slide .swiper-slide-text .swiper-slide-text-content {
                    width: 80%; } }
                #banner .banner-img .swiper#hp-banner-swiper .swiper-wrapper .swiper-slide .swiper-slide-text .swiper-slide-text-content .swiper-slide-text-content-text {
                  position: relative;
                  width: 100%;
                  flex-basis: 0;
                  flex-grow: 1;
                  max-width: 100%; }
                  #banner .banner-img .swiper#hp-banner-swiper .swiper-wrapper .swiper-slide .swiper-slide-text .swiper-slide-text-content .swiper-slide-text-content-text h2 {
                    width: 100%;
                    color: #fff;
                    font-size: 32px;
                    line-height: 1.2;
                    margin-bottom: 0; }
                  #banner .banner-img .swiper#hp-banner-swiper .swiper-wrapper .swiper-slide .swiper-slide-text .swiper-slide-text-content .swiper-slide-text-content-text h2.smaller {
                    font-size: 28px; }
                  @media (min-width: 576px) {
                    #banner .banner-img .swiper#hp-banner-swiper .swiper-wrapper .swiper-slide .swiper-slide-text .swiper-slide-text-content .swiper-slide-text-content-text h2 {
                      font-size: 36px; }
                    #banner .banner-img .swiper#hp-banner-swiper .swiper-wrapper .swiper-slide .swiper-slide-text .swiper-slide-text-content .swiper-slide-text-content-text h2.smaller {
                      font-size: 32px; } }
                  @media (min-width: 768px) {
                    #banner .banner-img .swiper#hp-banner-swiper .swiper-wrapper .swiper-slide .swiper-slide-text .swiper-slide-text-content .swiper-slide-text-content-text h2 {
                      font-size: 40px; }
                    #banner .banner-img .swiper#hp-banner-swiper .swiper-wrapper .swiper-slide .swiper-slide-text .swiper-slide-text-content .swiper-slide-text-content-text h2.smaller {
                      font-size: 36px; } }
                  @media (min-width: 992px) {
                    #banner .banner-img .swiper#hp-banner-swiper .swiper-wrapper .swiper-slide .swiper-slide-text .swiper-slide-text-content .swiper-slide-text-content-text {
                      max-width: 90%; }
                      #banner .banner-img .swiper#hp-banner-swiper .swiper-wrapper .swiper-slide .swiper-slide-text .swiper-slide-text-content .swiper-slide-text-content-text h2 {
                        font-size: 46px; }
                      #banner .banner-img .swiper#hp-banner-swiper .swiper-wrapper .swiper-slide .swiper-slide-text .swiper-slide-text-content .swiper-slide-text-content-text h2.smaller {
                        font-size: 36px; } }
                  @media (min-width: 1200px) {
                    #banner .banner-img .swiper#hp-banner-swiper .swiper-wrapper .swiper-slide .swiper-slide-text .swiper-slide-text-content .swiper-slide-text-content-text {
                      max-width: 80%; } }
                #banner .banner-img .swiper#hp-banner-swiper .swiper-wrapper .swiper-slide .swiper-slide-text .swiper-slide-text-content .swiper-slide-text-content-link {
                  display: none;
                  position: relative;
                  flex: 0 0 auto;
                  width: auto;
                  max-width: 100%; }
                  @media (min-width: 992px) {
                    #banner .banner-img .swiper#hp-banner-swiper .swiper-wrapper .swiper-slide .swiper-slide-text .swiper-slide-text-content .swiper-slide-text-content-link {
                      display: inline-block; } }
                  #banner .banner-img .swiper#hp-banner-swiper .swiper-wrapper .swiper-slide .swiper-slide-text .swiper-slide-text-content .swiper-slide-text-content-link .swiper-slide-text-content-link-btn {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border: 1px solid #fff;
                    width: 50px;
                    height: 50px;
                    text-decoration: none; }
                    #banner .banner-img .swiper#hp-banner-swiper .swiper-wrapper .swiper-slide .swiper-slide-text .swiper-slide-text-content .swiper-slide-text-content-link .swiper-slide-text-content-link-btn:hover {
                      text-decoration: none; }
                    #banner .banner-img .swiper#hp-banner-swiper .swiper-wrapper .swiper-slide .swiper-slide-text .swiper-slide-text-content .swiper-slide-text-content-link .swiper-slide-text-content-link-btn i {
                      font: 40px;
                      color: #fff; }
        #banner .banner-img .swiper#hp-banner-swiper .swiper-pagination-block {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          position: absolute;
          width: 100%;
          bottom: -205px;
          left: 0; }
          @media (min-width: 992px) {
            #banner .banner-img .swiper#hp-banner-swiper .swiper-pagination-block {
              bottom: -30px; } }
          @media (min-width: 1470px) {
            #banner .banner-img .swiper#hp-banner-swiper .swiper-pagination-block {
              bottom: 70px; } }
          @media (min-width: 1650px) {
            #banner .banner-img .swiper#hp-banner-swiper .swiper-pagination-block {
              bottom: 30px; } }
          #banner .banner-img .swiper#hp-banner-swiper .swiper-pagination-block .swiper-pagination-spacer {
            width: 0; }
            @media (min-width: 1650px) {
              #banner .banner-img .swiper#hp-banner-swiper .swiper-pagination-block .swiper-pagination-spacer {
                flex: 0 0 82%;
                width: 82%;
                max-width: 1440px; } }
          #banner .banner-img .swiper#hp-banner-swiper .swiper-pagination-block .swiper-pagination {
            padding-left: 15px;
            padding-right: 15px;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            flex-basis: 0;
            flex-grow: 1;
            width: 100%;
            max-width: 100%;
            text-align: left;
            position: relative;
            bottom: auto;
            right: auto;
            top: auto;
            left: auto;
            align-items: center;
            justify-content: center; }
            @media (max-width: 1649px) {
              #banner .banner-img .swiper#hp-banner-swiper .swiper-pagination-block .swiper-pagination {
                max-width: 1440px; } }
            @media (min-width: 992px) {
              #banner .banner-img .swiper#hp-banner-swiper .swiper-pagination-block .swiper-pagination {
                justify-content: flex-end; } }
            @media (min-width: 1650px) {
              #banner .banner-img .swiper#hp-banner-swiper .swiper-pagination-block .swiper-pagination {
                padding-left: 30px;
                justify-content: flex-start; } }
            #banner .banner-img .swiper#hp-banner-swiper .swiper-pagination-block .swiper-pagination .swiper-pagination-bullet {
              width: 8px;
              height: 8px;
              margin-left: 8px;
              margin-right: 8px;
              opacity: 1;
              background-color: #fff; }
              #banner .banner-img .swiper#hp-banner-swiper .swiper-pagination-block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                width: 14px;
                height: 14px;
                margin-left: 2px;
                margin-right: 2px;
                border: 1px solid #fff;
                opacity: 1;
                background-color: rgba(255, 255, 255, 0); }
        #banner .banner-img .swiper#hp-banner-swiper.swiper-initialized .swiper-slide .swiper-slide-text .swiper-slide-text-content {
          opacity: 1; }
      #banner .banner-img iframe {
        position: absolute;
        width: 100%;
        height: 166%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        overflow: hidden;
        z-index: 0; }
      #banner .banner-img .iframe-shader {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1; }
    #banner .banner-block-up {
      background-color: #102644;
      padding-left: 15px;
      padding-right: 15px;
      height: 230px;
      width: 82%;
      max-width: 1440px;
      z-index: 1;
      position: relative; }
      @media (min-width: 992px) {
        #banner .banner-block-up {
          height: 200px;
          margin-top: -100px; } }
      @media (max-width: 1650px) {
        #banner .banner-block-up {
          width: 100%; } }
    #banner .banner-block-down {
      position: relative;
      background-color: #FF5700;
      width: 100%;
      margin-top: 230px; }
      @media (min-width: 992px) {
        #banner .banner-block-down {
          height: 250px;
          margin-top: 100px; } }
      @media (min-width: 1470px) {
        #banner .banner-block-down {
          margin-top: 0; } }
  #banner #banner .news-item:hover a {
    text-decoration: none !important; }
  #banner #banner .news-item a:hover .news-item-date {
    text-decoration: none; }
  @media (min-width: 1400px) {
    #banner .news {
      padding-left: 75px;
      padding-right: 75px; }
      #banner .news-item {
        padding-left: 50px; }
        #banner .news-item:first-of-type {
          padding-left: 15px; } }
  #banner .numbers {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (min-width: 992px) {
      #banner .numbers {
        padding-top: 0;
        padding-bottom: 0;
        height: 150px;
        transform: translate(0px, 100px); } }
    @media (min-width: 1280px) {
      #banner .numbers {
        align-items: center; } }
    @media (max-width: 1650px) {
      #banner .numbers .numbers-item-p0 {
        padding-left: 0; } }
    #banner .numbers-item {
      display: flex;
      flex-direction: column;
      padding-left: 15px;
      color: white; }
      @media (max-width: 991px) {
        #banner .numbers-item {
          padding: 15px; } }
      @media (max-width: 767px) {
        #banner .numbers-item:nth-child(2) {
          justify-content: flex-end; } }
      @media (min-width: 768px) {
        #banner .numbers-item {
          justify-content: flex-end; } }
      @media (min-width: 992px) {
        #banner .numbers-item {
          justify-content: center; } }
      #banner .numbers-item .up {
        font-size: 16px; }
        #banner .numbers-item .up h2.number {
          color: #fff;
          margin: 0; }
      #banner .numbers-item .up.contact {
        color: #102644;
        font-size: 26px;
        margin-top: 12px;
        margin-bottom: 8px;
        font-weight: bold; }
      #banner .numbers-item .down {
        font-size: 16px;
        line-height: 1.3;
        font-weight: normal; }
        @media (min-width: 992px) {
          #banner .numbers-item .down {
            height: 42px; } }
        @media (min-width: 1651px) {
          #banner .numbers-item .down {
            width: 133%; } }
        @media (min-width: 1745px) {
          #banner .numbers-item .down {
            width: 120%; } }
      #banner .numbers-item .down.contact a {
        color: #102644;
        text-decoration: none;
        font-weight: bold; }
      #banner .numbers-item h4 {
        color: #fff;
        margin: 0; }
      #banner .numbers-item .up.up-first {
        display: flex;
        align-items: flex-end;
        /*
        margin-top: 11px;
          div {
            margin-top: 16px;
          }
          */ }
        #banner .numbers-item .up.up-first div {
          line-height: 1; }
      @media (max-width: 991px) {
        #banner .numbers-item .up.up-first {
          margin-bottom: 5px; }
          #banner .numbers-item .up.up-first svg {
            max-height: 20px; } }
  #banner .numbers-contact-orange {
    display: none; }
  #banner .numbers-about {
    display: block; }
  @media (max-width: 1650px) {
    #banner .numbers-contact {
      display: none; } }
  @media (min-width: 992px) {
    #banner .numbers-about {
      display: none; } }
  @media (min-width: 1651px) {
    #banner .numbers-item {
      padding-left: 50px; }
      #banner .numbers-item:first-of-type {
        padding-left: 15px; }
    #banner .numbers-about {
      display: block; }
    #banner .numbers-contact-orange {
      display: none; }
    #banner .numbers-contact {
      position: absolute;
      bottom: 20px;
      right: -50px;
      transform: translateX(80%); } }

#articles .swiper#hp-news-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  /*
    height: auto;
    height: 500px;

    @media (min-width: 992px) {
      height: 800px;
    }
    */ }
  #articles .swiper#hp-news-swiper .swiper-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: nowrap; }
    @media (min-width: 768px) {
      #articles .swiper#hp-news-swiper .swiper-wrapper {
        flex-wrap: wrap;
        transform: none !important; } }
    #articles .swiper#hp-news-swiper .swiper-wrapper .swiper-slide {
      position: relative;
      height: auto; }
  #articles .swiper#hp-news-swiper .swiper-pagination-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2; }
    @media (min-width: 768px) {
      #articles .swiper#hp-news-swiper .swiper-pagination-block {
        display: none; } }
    #articles .swiper#hp-news-swiper .swiper-pagination-block .swiper-pagination {
      padding-left: 15px;
      padding-right: 15px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      flex-basis: 0;
      flex-grow: 1;
      width: 100%;
      max-width: 100%;
      text-align: left;
      position: relative;
      bottom: auto;
      right: auto;
      top: auto;
      left: auto;
      align-items: center;
      justify-content: center; }
      #articles .swiper#hp-news-swiper .swiper-pagination-block .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin-left: 8px;
        margin-right: 8px;
        opacity: 1;
        background-color: #102644; }
        #articles .swiper#hp-news-swiper .swiper-pagination-block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          width: 14px;
          height: 14px;
          margin-left: 2px;
          margin-right: 2px;
          border: 1px solid #102644;
          opacity: 1;
          background-color: rgba(255, 255, 255, 0); }
  #articles .swiper#hp-news-swiper.swiper-initialized .swiper-slide .swiper-slide-text .swiper-slide-text-content {
    opacity: 1; }

#articles > .container.container-wide > .col-12 {
  background: #EBEFF2; }

#articles .news {
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 100%;
  align-content: center; }
  @media (min-width: 768px) {
    #articles .news {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 992px) {
    #articles .news {
      padding-top: 75px;
      padding-bottom: 65px; } }
  #articles .news-item {
    display: flex;
    flex-direction: column;
    padding-left: 15px; }
    #articles .news-item a {
      color: #fff; }
      #articles .news-item a:hover {
        text-decoration: none !important; }
        #articles .news-item a:hover .news-item-text {
          text-decoration: underline;
          cursor: pointer; }
    @media (max-width: 991px) {
      #articles .news-item {
        padding-top: 0;
        padding-bottom: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #articles .news-item {
        padding-top: 15px;
        padding-bottom: 15px; }
        #articles .news-item:nth-of-type(even) {
          border-left: 1px solid #b9c1ca;
          padding-left: 28px; }
        #articles .news-item:not(:nth-of-type(1)):not(:nth-of-type(2)) {
          border-top: 1px solid #b9c1ca; } }
    @media (min-width: 992px) {
      #articles .news-item:not(:first-of-type) {
        border-left: 1px solid #b9c1ca;
        padding-left: 28px; } }
    #articles .news-item-date {
      color: #102644;
      font-size: 13px;
      font-weight: normal; }
    #articles .news-item-text {
      color: #102644;
      font-size: 18px;
      height: 81px;
      overflow: hidden;
      padding-top: 0;
      padding-bottom: 0;
      margin-top: 10px;
      margin-bottom: 10px; }
      #articles .news-item-text:hover {
        text-decoration: underline;
        cursor: pointer; }
    #articles .news-item-arrow {
      color: #7B8798; }
      @media (max-width: 767px) {
        #articles .news-item-arrow {
          margin-bottom: -4px; } }

#main-text {
  margin-top: 30px; }
  @media (min-width: 768px) {
    #main-text {
      margin-top: 50px; } }
  @media (min-width: 992px) {
    #main-text {
      margin-top: 120px; } }
  #main-text h2 {
    color: #FF5700;
    margin: 0; }
  #main-text .orange-text {
    color: #FF5700;
    font-size: 20px; }
  #main-text .icon {
    padding: 5px; }
  #main-text .text {
    font-size: 18px;
    padding: 0px 10px; }

#awards {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    #awards {
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media (min-width: 992px) {
    #awards {
      margin-top: 60px;
      margin-bottom: 60px; } }
  #awards h1 {
    color: #FF5700; }
  #awards p {
    font-size: 26px;
    font-weight: 400; }
  #awards .award-item {
    display: flex;
    align-items: center;
    height: 150px;
    padding: 15px; }
    #awards .award-item img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }

#grey-block {
  background-color: #EBEFF2;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    #grey-block {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 992px) {
    #grey-block {
      /*height: 600px;*/
      padding-top: 100px;
      padding-bottom: 100px; } }
  #grey-block .partners-text {
    padding-top: 0;
    padding-bottom: 15px;
    font-size: 14px; }
  #grey-block .partners-img-1,
  #grey-block .partners-img-2,
  #grey-block .partners-img-3 {
    height: 0;
    padding-top: 89%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat; }
  @media (max-width: 991px) {
    #grey-block .grey-block-banner {
      margin-bottom: 30px; }
    #grey-block .grey-block-banner:last-of-type {
      margin-bottom: 0; } }
  #grey-block .col-12.col-lg-4 .partners-img-1 {
    display: block; }
  #grey-block .col-12.col-lg-4 a.partners-img-1 {
    cursor: pointer; }
  #grey-block .col-12.col-lg-4 div.partners-img-1 {
    cursor: default; }
  #grey-block .partners-img-text-1,
  #grey-block .partners-img-text-2,
  #grey-block .partners-img-text-3 {
    height: 160px;
    opacity: 0.68;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-left: 20px; }
    #grey-block .partners-img-text-1 span,
    #grey-block .partners-img-text-2 span,
    #grey-block .partners-img-text-3 span {
      font-size: 36px;
      text-transform: uppercase;
      color: white;
      font-weight: bold;
      line-height: 1; }
    @media (min-width: 1280px) {
      #grey-block .partners-img-text-1,
      #grey-block .partners-img-text-2,
      #grey-block .partners-img-text-3 {
        width: 255px; } }
  #grey-block .col-12.col-lg-4:nth-of-type(odd) .partners-img-1 .partners-img-text-1 {
    background-color: #102644; }
  #grey-block .col-12.col-lg-4:nth-of-type(even) .partners-img-1 .partners-img-text-1 {
    background-color: #FF5800; }

#nase-sluzby {
  margin-bottom: 0;
  background: linear-gradient(0deg, white 50%, #ebeff2 50%); }
  @media (min-width: 768px) {
    #nase-sluzby {
      margin-bottom: 50px; } }
  @media (min-width: 1280px) {
    #nase-sluzby {
      height: 560px; } }
  #nase-sluzby .container-wide {
    background-color: #102644;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      #nase-sluzby .container-wide {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (min-width: 1280px) {
      #nase-sluzby .container-wide {
        padding-top: 100px;
        padding-bottom: 100px; } }
    @media (max-width: 991px) {
      #nase-sluzby .container-wide .nase-sluzba {
        margin-bottom: 30px; }
      #nase-sluzby .container-wide .nase-sluzba:last-of-type {
        margin-bottom: 0; } }
    #nase-sluzby .container-wide .services-header {
      color: white;
      padding-bottom: 0; }
      @media (min-width: 768px) {
        #nase-sluzby .container-wide .services-header {
          padding-bottom: 25px; } }
      @media (min-width: 992px) {
        #nase-sluzby .container-wide .services-header {
          padding-bottom: 50px; } }
    #nase-sluzby .container-wide .services-card {
      display: flex;
      flex-direction: column; }
      #nase-sluzby .container-wide .services-card .service-image {
        padding: 0 40px; }
        @media (min-width: 768px) {
          #nase-sluzby .container-wide .services-card .service-image {
            padding: 20px 40px 0; } }
        @media (min-width: 992px) {
          #nase-sluzby .container-wide .services-card .service-image {
            padding: 40px; } }
        #nase-sluzby .container-wide .services-card .service-image span {
          display: inline-block;
          border: 2px solid #FF5700;
          border-radius: 50%;
          padding: 20px; }
          #nase-sluzby .container-wide .services-card .service-image span img {
            width: 50px;
            height: 50px; }
      #nase-sluzby .container-wide .services-card .service-link {
        margin-top: 20px;
        text-align: center; }
        #nase-sluzby .container-wide .services-card .service-link a {
          font-size: 16px;
          color: #FF5700;
          text-decoration: underline; }
      #nase-sluzby .container-wide .services-card .text-1 {
        color: #FF5700;
        margin: 0; }
      #nase-sluzby .container-wide .services-card .text-2 {
        color: white;
        font-size: 16px;
        margin-top: 10px; }

#kurzy {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    #kurzy {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 992px) {
    #kurzy {
      padding-top: 50px;
      padding-bottom: 100px; } }
  #kurzy .course-item .course-item-frame {
    padding: 15px 0;
    border-bottom: 1px solid #EBEFF2; }
  #kurzy .course-item:last-of-type .course-item-frame {
    border-bottom: none; }
  #kurzy .course-item .course-title {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
    color: #FF5700; }
    #kurzy .course-item .course-title h5 {
      margin: 0; }
    #kurzy .course-item .course-title:hover {
      font-size: 24px;
      font-weight: normal;
      color: #FF5700;
      line-height: 1.2;
      text-decoration: underline; }
  #kurzy .course-item .course-text {
    font-size: 16px;
    font-weight: normal;
    color: #000; }
  #kurzy .hp-course-link-block {
    display: inline-block; }
    #kurzy .hp-course-link-block .hp-course-link {
      display: flex;
      border: 1px solid #FF5700;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
      text-decoration: none;
      color: #FF5700;
      background-color: #fff;
      padding: 10px 15px; }
      #kurzy .hp-course-link-block .hp-course-link:not(.hp-course-link-filled):hover {
        color: #FF5700;
        background-color: #fff; }
      #kurzy .hp-course-link-block .hp-course-link.hp-course-link-filled {
        color: #fff;
        background-color: #FF5700; }
        #kurzy .hp-course-link-block .hp-course-link.hp-course-link-filled:hover {
          color: #fff;
          background-color: #FF5700; }
  @media (min-width: 1280px) {
    #kurzy .magazine-block {
      margin-left: 8.33333333%; } }
  #kurzy .magazine-block .magazine-block-frame {
    display: inline-block;
    margin-top: 15px;
    padding: 15px;
    background: #EBEFF2; }
    @media (min-width: 768px) {
      #kurzy .magazine-block .magazine-block-frame {
        padding: 30px; } }
    @media (min-width: 992px) {
      #kurzy .magazine-block .magazine-block-frame {
        margin-top: 0;
        padding: 50px; } }
    @media (min-width: 1280px) {
      #kurzy .magazine-block .magazine-block-frame {
        margin-top: -50px; } }
    #kurzy .magazine-block .magazine-block-frame:hover {
      text-decoration: none; }
    #kurzy .magazine-block .magazine-block-frame .magazine-image-col,
    #kurzy .magazine-block .magazine-block-frame .magazine-text-col {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 992px) {
        #kurzy .magazine-block .magazine-block-frame .magazine-image-col,
        #kurzy .magazine-block .magazine-block-frame .magazine-text-col {
          width: 50%; } }
      @media (min-width: 1280px) {
        #kurzy .magazine-block .magazine-block-frame .magazine-image-col,
        #kurzy .magazine-block .magazine-block-frame .magazine-text-col {
          width: 100%; } }
  #kurzy .magazine-block .magazine-image-frame {
    /*
      display: flex;
      justify-content: center;
      margin-bottom: 30px;
      */
    position: relative;
    width: 60%;
    height: 0;
    padding-top: 84%;
    margin-left: auto;
    margin-right: auto;
    /*
      img {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 100%;
      }
      */ }
    @media (min-width: 992px) {
      #kurzy .magazine-block .magazine-image-frame {
        width: 100%;
        height: 0;
        padding-top: 141%; } }
    @media (min-width: 1280px) {
      #kurzy .magazine-block .magazine-image-frame {
        width: 80%;
        padding-top: 113%; } }
    #kurzy .magazine-block .magazine-image-frame .magazine-image {
      background: #000;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-size: cover; }
  #kurzy .magazine-block .magazine-text {
    margin-top: 30px; }
  #kurzy .magazine-block .magazine-title {
    font-weight: bold; }
  #kurzy .magazine-block p {
    font-size: 16px; }

/*# sourceMappingURL=main.css.map */