@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*@import "bootstrap/functions";
@import "bootstrap/variables";
@import "bootstrap/mixins";
@import "bootstrap/print";
@import "bootstrap/reboot";
@import "bootstrap/type";
@import "bootstrap/images";
@import "bootstrap/code";
@import "bootstrap/grid";
@import "bootstrap/tables";
@import "bootstrap/forms";
@import "bootstrap/buttons";
@import "bootstrap/transitions";
@import "bootstrap/dropdown";
@import "bootstrap/button-group";
@import "bootstrap/input-group";
@import "bootstrap/custom-forms";
@import "bootstrap/nav";
@import "bootstrap/navbar";
@import "bootstrap/card";
@import "bootstrap/breadcrumb";
@import "bootstrap/pagination";
@import "bootstrap/badge";
@import "bootstrap/jumbotron";
@import "bootstrap/alert";
@import "bootstrap/progress";
@import "bootstrap/media";
@import "bootstrap/list-group";
@import "bootstrap/close";
@import "bootstrap/modal";
@import "bootstrap/tooltip";
@import "bootstrap/popover";
@import "bootstrap/carousel";
@import "bootstrap/utilities";*/
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #de0200;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #de0200;
  --secondary: #263038;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #de0200;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1440px;
  --font-family-sans-serif: "Overpass", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -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: "Overpass", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  color: #4d4d4d;
  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: 1rem;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #4d4d4d;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #000;
  text-decoration: none;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #868e96;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #deddd9;
  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: #868e96;
}

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

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

pre {
  display: block;
  font-size: 87.5%;
  color: #4d4d4d;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1440px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .block-branch-entrance .branch-entrance-icons .block:nth-last-child(-n+3):first-child,
.block-branch-entrance .branch-entrance-icons .block:nth-last-child(-n+3):first-child ~ .block, .col-lg-3, .block-branch-entrance .branch-entrance-icons .block:nth-last-child(-n+4):first-child,
.block-branch-entrance .branch-entrance-icons .block:nth-last-child(-n+4):first-child ~ .block, .block-icons-tabs .nav-item:nth-last-child(-n+4):first-child,
.block-icons-tabs .nav-item:nth-last-child(-n+4):first-child ~ .nav-item, .col-lg-2, .block-branch-entrance .branch-entrance-icons .block:nth-last-child(n+5),
.block-branch-entrance .branch-entrance-icons .block:nth-last-child(n+5) ~ .block, .block-icons-tabs .nav-item:nth-last-child(n+5),
.block-icons-tabs .nav-item:nth-last-child(n+5) ~ .nav-item, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3, .block-branch-entrance .branch-entrance-icons .block:nth-last-child(-n+4):first-child,
  .block-branch-entrance .branch-entrance-icons .block:nth-last-child(-n+4):first-child ~ .block, .block-icons-tabs .nav-item:nth-last-child(-n+4):first-child,
  .block-icons-tabs .nav-item:nth-last-child(-n+4):first-child ~ .nav-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4, .block-branch-entrance .branch-entrance-icons .block:nth-last-child(-n+3):first-child,
  .block-branch-entrance .branch-entrance-icons .block:nth-last-child(-n+3):first-child ~ .block, .block-branch-entrance .branch-entrance-icons .block:nth-last-child(n+5),
  .block-branch-entrance .branch-entrance-icons .block:nth-last-child(n+5) ~ .block, .block-icons-tabs .nav-item:nth-last-child(n+5),
  .block-icons-tabs .nav-item:nth-last-child(n+5) ~ .nav-item {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3, .block-branch-entrance .branch-entrance-icons .block:nth-last-child(-n+4):first-child,
  .block-branch-entrance .branch-entrance-icons .block:nth-last-child(-n+4):first-child ~ .block, .block-icons-tabs .nav-item:nth-last-child(-n+4):first-child,
  .block-icons-tabs .nav-item:nth-last-child(-n+4):first-child ~ .nav-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4, .block-branch-entrance .branch-entrance-icons .block:nth-last-child(-n+3):first-child,
  .block-branch-entrance .branch-entrance-icons .block:nth-last-child(-n+3):first-child ~ .block {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2, .block-branch-entrance .branch-entrance-icons .block:nth-last-child(n+5),
  .block-branch-entrance .branch-entrance-icons .block:nth-last-child(n+5) ~ .block, .block-icons-tabs .nav-item:nth-last-child(n+5),
  .block-icons-tabs .nav-item:nth-last-child(n+5) ~ .nav-item {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3, .block-branch-entrance .branch-entrance-icons .block:nth-last-child(-n+4):first-child,
  .block-branch-entrance .branch-entrance-icons .block:nth-last-child(-n+4):first-child ~ .block, .block-icons-tabs .nav-item:nth-last-child(-n+4):first-child,
  .block-icons-tabs .nav-item:nth-last-child(-n+4):first-child ~ .nav-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4, .block-branch-entrance .branch-entrance-icons .block:nth-last-child(-n+3):first-child,
  .block-branch-entrance .branch-entrance-icons .block:nth-last-child(-n+3):first-child ~ .block {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1440px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #4d4d4d;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #deddd9;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #deddd9;
}
.table tbody + tbody {
  border-top: 2px solid #deddd9;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(245.76, 184.16, 183.6);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(237.84, 123.44, 122.4);
}

.table-hover .table-primary:hover {
  background-color: rgb(242.838125, 161.7589583333, 161.021875);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(242.838125, 161.7589583333, 161.021875);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(194.24, 197.04, 199.28);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(142.16, 147.36, 151.52);
}

.table-hover .table-secondary:hover {
  background-color: rgb(180.9383173077, 184.3512980769, 187.0816826923);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(180.9383173077, 184.3512980769, 187.0816826923);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.76, 184.16, 183.6);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(237.84, 123.44, 122.4);
}

.table-hover .table-danger:hover {
  background-color: rgb(242.838125, 161.7589583333, 161.021875);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(242.838125, 161.7589583333, 161.021875);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #d9d9d9;
  border-color: #deddd9;
}

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.875em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #7f7f7f;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(255, 95.9459459459, 94.5);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(222, 2, 0, 0.25);
}
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #d9d9d9;
  opacity: 1;
}

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

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.875;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

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

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

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

.invalid-feedback, .nti-checkout-billing + .info-feedback-static, .nti-checkout-billing + .invalid-feedback-static {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #de0200;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.875;
  color: #fff;
  background-color: rgba(222, 2, 0, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .nti-checkout-billing + .info-feedback-static, .was-validated .nti-checkout-billing:invalid + .info-feedback-static, .was-validated :invalid ~ .nti-checkout-billing + .invalid-feedback-static, .was-validated .nti-checkout-billing:invalid + .invalid-feedback-static,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .nti-checkout-billing + .info-feedback-static,
.is-invalid.nti-checkout-billing + .info-feedback-static,
.is-invalid ~ .nti-checkout-billing + .invalid-feedback-static,
.is-invalid.nti-checkout-billing + .invalid-feedback-static,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #de0200;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .nti-checkout-billing + .info-feedback-static, .was-validated .form-check-input.nti-checkout-billing:invalid + .info-feedback-static, .was-validated .form-check-input:invalid ~ .nti-checkout-billing + .invalid-feedback-static, .was-validated .form-check-input.nti-checkout-billing:invalid + .invalid-feedback-static,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .nti-checkout-billing + .info-feedback-static, .form-check-input.is-invalid.nti-checkout-billing + .info-feedback-static, .form-check-input.is-invalid ~ .nti-checkout-billing + .invalid-feedback-static, .form-check-input.is-invalid.nti-checkout-billing + .invalid-feedback-static,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #de0200;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #de0200;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(255, 20.1351351351, 18);
  background-color: rgb(255, 20.1351351351, 18);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(222, 2, 0, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #de0200;
}

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #4d4d4d;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.875;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #4d4d4d;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(222, 2, 0, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #de0200;
  border-color: #de0200;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(183.75, 1.6554054054, 0);
  border-color: rgb(171, 1.5405405405, 0);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(183.75, 1.6554054054, 0);
  border-color: rgb(171, 1.5405405405, 0);
  box-shadow: 0 0 0 0.2rem rgba(226.95, 39.95, 38.25, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #de0200;
  border-color: #de0200;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(171, 1.5405405405, 0);
  border-color: rgb(158.25, 1.4256756757, 0);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(226.95, 39.95, 38.25, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #263038;
  border-color: #263038;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(22.5372340426, 28.4680851064, 33.2127659574);
  border-color: rgb(17.3829787234, 21.9574468085, 25.6170212766);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(22.5372340426, 28.4680851064, 33.2127659574);
  border-color: rgb(17.3829787234, 21.9574468085, 25.6170212766);
  box-shadow: 0 0 0 0.2rem rgba(70.55, 79.05, 85.85, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #263038;
  border-color: #263038;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3829787234, 21.9574468085, 25.6170212766);
  border-color: rgb(12.2287234043, 15.4468085106, 18.0212765957);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(70.55, 79.05, 85.85, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #4d4d4d;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #4d4d4d;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #4d4d4d;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(228.3, 175.6, 17.5, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #4d4d4d;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #4d4d4d;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(228.3, 175.6, 17.5, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #de0200;
  border-color: #de0200;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(183.75, 1.6554054054, 0);
  border-color: rgb(171, 1.5405405405, 0);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(183.75, 1.6554054054, 0);
  border-color: rgb(171, 1.5405405405, 0);
  box-shadow: 0 0 0 0.2rem rgba(226.95, 39.95, 38.25, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #de0200;
  border-color: #de0200;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(171, 1.5405405405, 0);
  border-color: rgb(158.25, 1.4256756757, 0);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(226.95, 39.95, 38.25, 0.5);
}

.btn-light {
  color: #4d4d4d;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #4d4d4d;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #4d4d4d;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(222.35, 223.2, 224.05, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #4d4d4d;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #4d4d4d;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222.35, 223.2, 224.05, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #de0200;
  border-color: #de0200;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #de0200;
  border-color: #de0200;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 2, 0, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #de0200;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #de0200;
  border-color: #de0200;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 2, 0, 0.5);
}

.btn-outline-secondary {
  color: #263038;
  border-color: #263038;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #263038;
  border-color: #263038;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 48, 56, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #263038;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #263038;
  border-color: #263038;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 48, 56, 0.5);
}

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

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #4d4d4d;
  text-decoration: none;
}
.btn-link:hover {
  color: #000;
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #868e96;
  pointer-events: none;
}

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

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

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

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

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #4d4d4d;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(64.25, 64.25, 64.25);
  text-decoration: none;
  background-color: #d9d9d9;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #de0200;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.4375rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #de0200;
  background-color: #de0200;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(222, 2, 0, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(255, 95.9459459459, 94.5);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(255, 146.4864864865, 145.5);
  border-color: rgb(255, 146.4864864865, 145.5);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #868e96;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #d9d9d9;
}

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

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #de0200;
  background-color: #de0200;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(222, 2, 0, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(222, 2, 0, 0.5);
}

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

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.4375rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(222, 2, 0, 0.5);
}

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

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.875em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(255, 95.9459459459, 94.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 2, 0, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #d9d9d9;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.875em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.875;
  color: #495057;
  background-color: #fff;
  border: 1px solid #7f7f7f;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.875em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.875;
  color: #495057;
  content: "Browse";
  background-color: #d9d9d9;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(222, 2, 0, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(222, 2, 0, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(222, 2, 0, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #de0200;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(255, 146.4864864865, 145.5);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #deddd9;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #de0200;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(255, 146.4864864865, 145.5);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #deddd9;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #de0200;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(255, 146.4864864865, 145.5);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #deddd9;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #deddd9;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

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

.nav-tabs {
  border-bottom: 1px solid #deddd9;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #d9d9d9 #d9d9d9 #deddd9;
}
.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #deddd9 #deddd9 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #de0200;
}

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

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

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

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

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

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

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

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

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

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

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

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

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

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

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

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

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

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

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

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

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #868e96;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #868e96;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #4d4d4d;
  background-color: #fff;
  border: 1px solid #deddd9;
}
.page-link:hover {
  z-index: 2;
  color: #000;
  text-decoration: none;
  background-color: #d9d9d9;
  border-color: #deddd9;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(222, 2, 0, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #de0200;
  border-color: #de0200;
}
.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #deddd9;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #de0200;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(171, 1.5405405405, 0);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(222, 2, 0, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #263038;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(17.3829787234, 21.9574468085, 25.6170212766);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 48, 56, 0.5);
}

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

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

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

.badge-danger {
  color: #fff;
  background-color: #de0200;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(171, 1.5405405405, 0);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(222, 2, 0, 0.5);
}

.badge-light {
  color: #4d4d4d;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #4d4d4d;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #d9d9d9;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(115.44, 1.04, 0);
  background-color: rgb(248.4, 204.4, 204);
  border-color: rgb(245.76, 184.16, 183.6);
}
.alert-primary hr {
  border-top-color: rgb(242.838125, 161.7589583333, 161.021875);
}
.alert-primary .alert-link {
  color: rgb(64.44, 0.5805405405, 0);
}

.alert-secondary {
  color: rgb(19.76, 24.96, 29.12);
  background-color: rgb(211.6, 213.6, 215.2);
  border-color: rgb(194.24, 197.04, 199.28);
}
.alert-secondary hr {
  border-top-color: rgb(180.9383173077, 184.3512980769, 187.0816826923);
}
.alert-secondary .alert-link {
  color: black;
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(115.44, 1.04, 0);
  background-color: rgb(248.4, 204.4, 204);
  border-color: rgb(245.76, 184.16, 183.6);
}
.alert-danger hr {
  border-top-color: rgb(242.838125, 161.7589583333, 161.021875);
}
.alert-danger .alert-link {
  color: rgb(64.44, 0.5805405405, 0);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #d9d9d9;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #de0200;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.media-body {
  flex: 1;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #de0200;
  border-color: #de0200;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

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

.list-group-item-primary {
  color: rgb(115.44, 1.04, 0);
  background-color: rgb(245.76, 184.16, 183.6);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(115.44, 1.04, 0);
  background-color: rgb(242.838125, 161.7589583333, 161.021875);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(115.44, 1.04, 0);
  border-color: rgb(115.44, 1.04, 0);
}

.list-group-item-secondary {
  color: rgb(19.76, 24.96, 29.12);
  background-color: rgb(194.24, 197.04, 199.28);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(19.76, 24.96, 29.12);
  background-color: rgb(180.9383173077, 184.3512980769, 187.0816826923);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(19.76, 24.96, 29.12);
  border-color: rgb(19.76, 24.96, 29.12);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(115.44, 1.04, 0);
  background-color: rgb(245.76, 184.16, 183.6);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(115.44, 1.04, 0);
  background-color: rgb(242.838125, 161.7589583333, 161.021875);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(115.44, 1.04, 0);
  border-color: rgb(115.44, 1.04, 0);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

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

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

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

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #868e96;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

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

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

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

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

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

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

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #deddd9;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #deddd9;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1440px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Overpass", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Overpass", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #000;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

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

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

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

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

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

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

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

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

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.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: #de0200 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(171, 1.5405405405, 0) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(17.3829787234, 21.9574468085, 25.6170212766) !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: rgb(30.1449275362, 125.8550724638, 52) !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: rgb(17.3333333333, 122.0869565217, 138.6666666667) !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: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(171, 1.5405405405, 0) !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: rgb(218.25, 223.5, 228.75) !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: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

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

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

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

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

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

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

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

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

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

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

.border-danger {
  border-color: #de0200 !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: 1440px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center, .block-branch-entrance .branch-entrance-icons .block {
  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: 1440px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: rgb(145.5, 1.3108108108, 0) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(7.0744680851, 8.9361702128, 10.4255319149) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(145.5, 1.3108108108, 0) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #deddd9 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #deddd9;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #deddd9;
  }
}
.epi-editContainer {
  display: flex;
  flex-wrap: wrap;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* 
 *  Custom styling.
*/
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}
.slick-prev:before,
.slick-next:before {
  content: "\e90f";
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  transform: translate(0, -50%) rotate(90deg);
}
.slick-next {
  right: 0;
  transform: translate(0, -50%) rotate(-90deg);
}
.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 30px;
  padding: 10px;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  text-align: center;
  opacity: 0.25;
  color: black;
  background-color: grey;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 300ms, background-color 200ms 100ms;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #dd0000;
}

/* General colors */
/* Header and navigation */
/* Footer */
/* Course Calendart colors */
/* Theming and block colors */
html,
body {
  overflow-x: clip;
}

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

.block {
  margin-bottom: 18px;
}
.block.display-auto {
  width: 100%;
  padding: 0 15px;
}
.block.hide-margin {
  margin-bottom: 0;
}

.btn-color-red {
  background-color: #de0200;
  border-color: #de0200;
}
.btn-color-red:hover, .btn-color-red:focus, .btn-color-red:active {
  background-color: rgb(145.5, 1.3108108108, 0) !important;
  border-color: rgb(145.5, 1.3108108108, 0) !important;
}
.btn-color-blue {
  background-color: #006fb6;
  border-color: #006fb6;
}
.btn-color-blue:hover, .btn-color-blue:focus, .btn-color-blue:active {
  background-color: rgb(0, 64.3434065934, 105.5) !important;
  border-color: rgb(0, 64.3434065934, 105.5) !important;
}
.btn-color-black {
  background-color: #263038;
  border-color: #263038;
}
.btn-color-black:hover, .btn-color-black:focus, .btn-color-black:active {
  background-color: rgb(7.0744680851, 8.9361702128, 10.4255319149) !important;
  border-color: rgb(7.0744680851, 8.9361702128, 10.4255319149) !important;
}
.btn-color-green {
  background-color: #367A00;
  border-color: #367A00;
}
.btn-color-green:hover, .btn-color-green:focus, .btn-color-green:active {
  background-color: rgb(42.7131147541, 96.5, 0) !important;
  border-color: rgb(42.7131147541, 96.5, 0) !important;
}
.btn-color-white {
  background-color: #fff;
  border-color: #fff;
  color: #263038;
}
.btn-color-white:hover, .btn-color-white:focus, .btn-color-white:active {
  background-color: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
}
.btn-color-white:not(:hover):not(:focus):not(:active) .video-icon svg circle {
  stroke: #263038;
}
.btn-color-white:not(:hover):not(:focus):not(:active) .video-icon svg path {
  fill: #263038;
}

[class*=btn-icon-]:not(.btn-icon-noicon) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
[class*=btn-icon-]:not(.btn-icon-noicon)::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
}

.btn-icon-case::before {
  background-image: url("/icons/cases-white.svg");
}
.btn-icon-case.btn-color-white::before {
  background-image: url("/icons/cases-black.svg");
}
.btn-icon-case.btn-color-white:hover::before, .btn-icon-case.btn-color-white:focus::before {
  background-image: url("/icons/cases-white.svg");
}
.btn-icon-course::before {
  background-image: url("/icons/courses-white.svg");
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
}
.btn-icon-course.btn-color-white::before {
  background-image: url("/icons/courses-black.svg");
}
.btn-icon-course.btn-color-white:hover::before, .btn-icon-course.btn-color-white:focus::before {
  background-image: url("/icons/courses-white.svg");
}
.btn-icon-ebook::before {
  background-image: url("/icons/ebook-white.svg");
}
.btn-icon-ebook.btn-color-white::before {
  background-image: url("/icons/ebook-black.svg");
}
.btn-icon-ebook.btn-color-white:hover::before, .btn-icon-ebook.btn-color-white:focus::before {
  background-image: url("/icons/ebook-white.svg");
}
.btn-icon-event::before {
  background-image: url("/icons/event-white.svg");
}
.btn-icon-event.btn-color-white::before {
  background-image: url("/icons/event-black.svg");
}
.btn-icon-event.btn-color-white:hover::before, .btn-icon-event.btn-color-white:focus::before {
  background-image: url("/icons/event-white.svg");
}
.btn-icon-software::before {
  background-image: url("/icons/software-white.svg");
}
.btn-icon-software.btn-color-white::before {
  background-image: url("/icons/software-black.svg");
}
.btn-icon-software.btn-color-white:hover::before, .btn-icon-software.btn-color-white:focus::before {
  background-image: url("/icons/software-white.svg");
}
.btn-icon-video::before {
  background-image: url("/icons/video-play.svg");
}
.btn-icon-video.btn-color-white::before {
  background-image: url("/icons/video-play_black.svg");
}
.btn-icon-video.btn-color-white:hover::before, .btn-icon-video.btn-color-white:focus::before {
  background-image: url("/icons/video-play.svg");
}
.btn-icon-email::before {
  background-image: url("/icons/envelope.svg");
}
.btn-icon-email.btn-color-white::before {
  background-image: url("/icons/envelope_black.svg");
}
.btn-icon-email.btn-color-white:hover::before, .btn-icon-email.btn-color-white:focus::before {
  background-image: url("/icons/envelope.svg");
}
.btn-icon-download::before {
  background-image: url("/icons/download_white.svg");
}
.btn-icon-download.btn-color-white::before {
  background-image: url("/icons/download.svg");
}
.btn-icon-download.btn-color-white:hover::before, .btn-icon-download.btn-color-white:focus::before {
  background-image: url("/icons/download_white.svg");
}
.btn-icon-openinnewwindow::before {
  background-image: url("/icons/open-in-new-window.svg");
}
.btn-icon-openinnewwindow.btn-color-white::before {
  background-image: url("/icons/open-in-new-window_black.svg");
}
.btn-icon-openinnewwindow.btn-color-white:hover::before, .btn-icon-openinnewwindow.btn-color-white:focus::before {
  background-image: url("/icons/open-in-new-window.svg");
}
.btn-icon-calendar::before {
  background-image: url("/icons/calendar_white.svg");
}
.btn-icon-calendar.btn-color-white::before {
  background-image: url("/icons/calendar.svg");
}
.btn-icon-calendar.btn-color-white:hover::before, .btn-icon-calendar.btn-color-white:focus::before {
  background-image: url("/icons/calendar_white.svg");
}
.btn-icon-location::before {
  background-image: url("/icons/location_white.svg");
}
.btn-icon-location.btn-color-white::before {
  background-image: url("/icons/location.svg");
}
.btn-icon-location.btn-color-white:hover::before, .btn-icon-location.btn-color-white:focus::before {
  background-image: url("/icons/location_white.svg");
}
.btn-icon-shoppingcart::before {
  background-image: url("/icons/cart.svg");
}
.btn-icon-shoppingcart.btn-color-white::before {
  background-image: url("/icons/cart_black.svg");
}
.btn-icon-shoppingcart.btn-color-white:hover::before, .btn-icon-shoppingcart.btn-color-white:focus::before {
  background-image: url("/icons/cart.svg");
}
.btn-icon-pencil::before {
  background-image: url("/icons/pencil.svg");
}
.btn-icon-pencil.btn-color-white::before {
  background-image: url("/icons/pencil_black.svg");
}
.btn-icon-pencil.btn-color-white:hover::before, .btn-icon-pencil.btn-color-white:focus::before {
  background-image: url("/icons/pencil.svg");
}
.btn-icon-phone::before {
  background-image: url("/icons/phone.svg");
}
.btn-icon-phone.btn-color-white::before {
  background-image: url("/icons/phone_black.svg");
}
.btn-icon-phone.btn-color-white:hover::before, .btn-icon-phone.btn-color-white:focus::before {
  background-image: url("/icons/phone.svg");
}
.btn-icon-share::before {
  background-image: url("/icons/share_btn.svg");
}
.btn-icon-share.btn-color-white::before {
  background-image: url("/icons/share_btn_black.svg");
}
.btn-icon-share.btn-color-white:hover::before, .btn-icon-share.btn-color-white:focus::before {
  background-image: url("/icons/share_btn.svg");
}
.btn-icon-info::before {
  background-image: url("/icons/info.svg");
}
.btn-icon-info.btn-color-white::before {
  background-image: url("/icons/info_black.svg");
}
.btn-icon-info.btn-color-white:hover::before, .btn-icon-info.btn-color-white:focus::before {
  background-image: url("/icons/info.svg");
}

main {
  padding-top: 161px;
}
main.nti-webshop-main-content {
  padding-top: 81px;
}
main.start-page, main.reference-page, main.article-page {
  padding-top: 81px;
}
main .article-date {
  color: #263038;
  display: inline-block;
  line-height: 1.875rem;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: capitalize;
}
main ul li {
  padding-left: 15px;
}
main ul {
  list-style-image: url("/public/images/list-bullet.svg");
}
main ol {
  counter-reset: item;
  padding-left: 23px;
}
main ol > li {
  display: block;
  margin-left: 35px;
}
main ol > li::before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #de0200;
  padding-right: 15px;
  margin-left: -35px;
  font-weight: 700;
}
main .gif-loader {
  width: 100%;
  height: auto;
}
main img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 576px) {
  .block {
    margin-bottom: 36px;
  }
  .block.mb-15 {
    margin-bottom: 51px;
  }
  .block.mb-30 {
    margin-bottom: 66px;
  }
}
@media (min-width: 768px) {
  main.article-page, main.reference-page {
    padding-top: 161px;
  }
  .block {
    margin-bottom: 54px;
  }
  .block.mb-15 {
    margin-bottom: 69px;
  }
  .block.mb-30 {
    margin-bottom: 84px;
  }
}
@media (min-width: 992px) {
  .block {
    margin-bottom: 72px;
  }
  .block.mb-15 {
    margin-bottom: 87px;
  }
  .block.mb-30 {
    margin-bottom: 102px;
  }
}
.block-accordion h2.heading-h4, body h4, body h6, body .header-size-h4, body .header-size-h6 {
  font-weight: 700;
}

.fat-link {
  color: #263038;
  font-weight: 700;
  border-bottom: 5px solid #de0200;
  line-height: 1;
  padding-bottom: 10px;
}

.divider {
  background: #de0200;
  display: inline-block;
  height: 2px;
  width: 100%;
}

.spinner {
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: multiSpin 1.1s infinite ease;
  transform: translateZ(0);
}

@keyframes multiSpin {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #263038, 1.8em -1.8em 0 0em rgba(38, 48, 56, 0.2), 2.5em 0em 0 0em rgba(38, 48, 56, 0.2), 1.75em 1.75em 0 0em rgba(38, 48, 56, 0.2), 0em 2.5em 0 0em rgba(38, 48, 56, 0.2), -1.8em 1.8em 0 0em rgba(38, 48, 56, 0.2), -2.6em 0em 0 0em rgba(38, 48, 56, 0.5), -1.8em -1.8em 0 0em rgba(38, 48, 56, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(38, 48, 56, 0.7), 1.8em -1.8em 0 0em #263038, 2.5em 0em 0 0em rgba(38, 48, 56, 0.2), 1.75em 1.75em 0 0em rgba(38, 48, 56, 0.2), 0em 2.5em 0 0em rgba(38, 48, 56, 0.2), -1.8em 1.8em 0 0em rgba(38, 48, 56, 0.2), -2.6em 0em 0 0em rgba(38, 48, 56, 0.2), -1.8em -1.8em 0 0em rgba(38, 48, 56, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(38, 48, 56, 0.5), 1.8em -1.8em 0 0em rgba(38, 48, 56, 0.7), 2.5em 0em 0 0em #263038, 1.75em 1.75em 0 0em rgba(38, 48, 56, 0.2), 0em 2.5em 0 0em rgba(38, 48, 56, 0.2), -1.8em 1.8em 0 0em rgba(38, 48, 56, 0.2), -2.6em 0em 0 0em rgba(38, 48, 56, 0.2), -1.8em -1.8em 0 0em rgba(38, 48, 56, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(38, 48, 56, 0.2), 1.8em -1.8em 0 0em rgba(38, 48, 56, 0.5), 2.5em 0em 0 0em rgba(38, 48, 56, 0.7), 1.75em 1.75em 0 0em #263038, 0em 2.5em 0 0em rgba(38, 48, 56, 0.2), -1.8em 1.8em 0 0em rgba(38, 48, 56, 0.2), -2.6em 0em 0 0em rgba(38, 48, 56, 0.2), -1.8em -1.8em 0 0em rgba(38, 48, 56, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(38, 48, 56, 0.2), 1.8em -1.8em 0 0em rgba(38, 48, 56, 0.2), 2.5em 0em 0 0em rgba(38, 48, 56, 0.5), 1.75em 1.75em 0 0em rgba(38, 48, 56, 0.7), 0em 2.5em 0 0em #263038, -1.8em 1.8em 0 0em rgba(38, 48, 56, 0.2), -2.6em 0em 0 0em rgba(38, 48, 56, 0.2), -1.8em -1.8em 0 0em rgba(38, 48, 56, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(38, 48, 56, 0.2), 1.8em -1.8em 0 0em rgba(38, 48, 56, 0.2), 2.5em 0em 0 0em rgba(38, 48, 56, 0.2), 1.75em 1.75em 0 0em rgba(38, 48, 56, 0.5), 0em 2.5em 0 0em rgba(38, 48, 56, 0.7), -1.8em 1.8em 0 0em #263038, -2.6em 0em 0 0em rgba(38, 48, 56, 0.2), -1.8em -1.8em 0 0em rgba(38, 48, 56, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(38, 48, 56, 0.2), 1.8em -1.8em 0 0em rgba(38, 48, 56, 0.2), 2.5em 0em 0 0em rgba(38, 48, 56, 0.2), 1.75em 1.75em 0 0em rgba(38, 48, 56, 0.2), 0em 2.5em 0 0em rgba(38, 48, 56, 0.5), -1.8em 1.8em 0 0em rgba(38, 48, 56, 0.7), -2.6em 0em 0 0em #263038, -1.8em -1.8em 0 0em rgba(38, 48, 56, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(38, 48, 56, 0.2), 1.8em -1.8em 0 0em rgba(38, 48, 56, 0.2), 2.5em 0em 0 0em rgba(38, 48, 56, 0.2), 1.75em 1.75em 0 0em rgba(38, 48, 56, 0.2), 0em 2.5em 0 0em rgba(38, 48, 56, 0.2), -1.8em 1.8em 0 0em rgba(38, 48, 56, 0.5), -2.6em 0em 0 0em rgba(38, 48, 56, 0.7), -1.8em -1.8em 0 0em #263038;
  }
}
@media (max-width: 767.98px) {
  .spinner {
    font-size: 8px;
  }
}
@font-face {
  font-family: "icomoon";
  font-display: swap;
  src: url("/fonts/icomoon.eot?g09oxa");
  src: url("/fonts/icomoon.eot?g09oxa#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?g09oxa") format("truetype"), url("/fonts/icomoon.woff?g09oxa") format("woff");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]::before, [class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e907";
  color: #6c6a6e;
}

.icon-linkedin:before {
  content: "\e908";
  color: #6c6a6e;
}

.icon-youtube:before {
  content: "\e90b";
  color: #6c6a6e;
}

.icon-logo .path1:before {
  content: "\e900";
  color: rgb(0, 0, 0);
}

.icon-logo .path2:before {
  content: "\e901";
  margin-left: -2.5em;
  color: rgb(0, 0, 0);
}

.icon-logo .path3:before {
  content: "\e902";
  margin-left: -2.5em;
  color: rgb(0, 0, 0);
}

.icon-logo .path4:before {
  content: "\e903";
  margin-left: -2.5em;
  color: rgb(0, 13, 0);
}

.icon-logo .path5:before {
  content: "\e904";
  margin-left: -2.5em;
  color: rgb(222, 2, 0);
}

.icon-basket:before {
  content: "\e905";
}

.icon-search:before {
  content: "\e906";
  color: #de0200;
}

.icon-menu-button:before {
  content: "\e90c";
}

.icon-plus:before {
  content: "\e90d";
  color: #d00;
}

.icon-minus:before {
  content: "\e90e";
  color: #d00;
}

.icon-arrow-down:before {
  content: "\e90f";
  color: #d00;
}

.icon-arrow-up:before {
  content: "\e910";
  color: #d00;
}

.icon-danger:before {
  content: "\e911";
  color: #7f7f7f;
}

.icon-arrow-left:before, ul.pagination .first:before {
  content: "\e912";
}

.icon-arrow-right:before, ul.pagination .last:before {
  content: "\e913";
}

.icon-pointy-arrow-right:before {
  content: "\e909";
}

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

.icon-share:before {
  content: "\e914";
}

.icon-close:before {
  content: "\e917";
}

.icon-ellipsis:before {
  content: "\e919";
}

.icon-email:before {
  content: "\e909";
}

.icon-facebook-share:before {
  content: "\e916";
}

.icon-linkedin-share:before {
  content: "\e918";
}

.icon-share-toggle:before {
  content: "\e91a";
}

.icon-twitter-share:before {
  content: url("/icons/x-twitter.svg");
}

body h1, body h2, body h3 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}
body {
  /*	h4 {
  	@extend %uppercase;
  }*/
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  overflow-wrap: break-word;
}
body main {
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  main h1, main .header-size-h1 {
    font-size: 2.125rem;
  }
  main h2, main .header-size-h2 {
    font-size: 1.75rem;
  }
  main h3, main .header-size-h3 {
    font-size: 1.5rem;
  }
  main h4, main .header-size-h4 {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  main h1, main .header-size-h1 {
    font-size: 2.625rem;
  }
  main h2, main .header-size-h2 {
    font-size: 2.125rem;
  }
  main h3, main .header-size-h3 {
    font-size: 1.75rem;
  }
  main h4, main .header-size-h4 {
    font-size: 1.5rem;
  }
  main h5, main .header-size-h5 {
    font-size: 1.25rem;
  }
}
A.nti-button,
BUTTON.nti-button {
  position: relative;
  border: 2px solid #7f7f7f;
  background-color: #fff;
  border-radius: 2px;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 10px 30px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
A.nti-button p,
BUTTON.nti-button p {
  margin: 0;
  display: inline-block;
}
A.nti-button:hover,
BUTTON.nti-button:hover {
  background-color: #f2f1ee;
}
A.nti-button:hover .nti-svg--arrow-left,
BUTTON.nti-button:hover .nti-svg--arrow-left {
  margin-right: 13px;
}
A.nti-button__link,
BUTTON.nti-button__link {
  display: flex;
  justify-content: center;
}
A.nti-button--no-styling,
BUTTON.nti-button--no-styling {
  border: none;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
}
A.nti-button--no-styling:hover,
BUTTON.nti-button--no-styling:hover {
  background-color: transparent;
}
A.nti-button--no-styling:focus,
BUTTON.nti-button--no-styling:focus {
  outline: none;
}
A.nti-button--selected,
BUTTON.nti-button--selected {
  background-color: #f2f1ee;
}
A.nti-button--selected p,
BUTTON.nti-button--selected p {
  width: calc(100% + 18px);
}
A.nti-button--large-text,
BUTTON.nti-button--large-text {
  font-size: 1.125rem;
  font-weight: 800;
  padding: 12px 32px;
}
A.nti-button--no-border,
BUTTON.nti-button--no-border {
  background-color: transparent;
  color: #4d4d4d;
  border: none;
  padding: 2px 30px;
}
A.nti-button--no-border:hover,
BUTTON.nti-button--no-border:hover {
  background-color: transparent;
  color: #263038;
}
A.nti-button--to-basket,
BUTTON.nti-button--to-basket {
  padding: 15px 43px 15px 32px;
}
A.nti-button--to-basket:hover .nti-svg--arrow-right,
BUTTON.nti-button--to-basket:hover .nti-svg--arrow-right {
  margin-left: 15px;
}
A.nti-button--related-product,
BUTTON.nti-button--related-product {
  background-color: #263038;
  border: 1px solid #fff;
  color: #fff;
  margin-bottom: 0;
  padding: 12px 24px;
}
A.nti-button--related-product:hover,
BUTTON.nti-button--related-product:hover {
  background-color: #343d45;
  color: #fff;
}
A.nti-button--related-product-course,
BUTTON.nti-button--related-product-course {
  background-color: #263038;
  border: 1px solid #fff;
  color: #fff;
  margin-bottom: 0;
  margin-right: 30px;
  padding: 12px 24px;
}
A.nti-button--related-product-course:hover,
BUTTON.nti-button--related-product-course:hover {
  background-color: #343d45;
  color: #fff;
}
@media (max-width: 720px) {
  A.nti-button--related-product-course,
  BUTTON.nti-button--related-product-course {
    margin-bottom: 30px;
    margin-right: 0;
    margin-left: 30px;
  }
}
A.nti-button--return,
BUTTON.nti-button--return {
  padding: 13px 30px;
}
A.nti-button--confirm,
BUTTON.nti-button--confirm {
  width: 100%;
  font-size: 1rem;
  border: none;
  background-color: #367A00;
  color: #fff !important;
  padding: 15px 30px;
}
A.nti-button--confirm:hover, A.nti-button--confirm:focus,
BUTTON.nti-button--confirm:hover,
BUTTON.nti-button--confirm:focus {
  background-color: rgb(42.7131147541, 96.5, 0);
}
A.nti-button--confirm:hover .nti-svg--go-to-checkout, A.nti-button--confirm:focus .nti-svg--go-to-checkout,
BUTTON.nti-button--confirm:hover .nti-svg--go-to-checkout,
BUTTON.nti-button--confirm:focus .nti-svg--go-to-checkout {
  margin-left: 15px;
}
A.nti-button--confirm:disabled,
BUTTON.nti-button--confirm:disabled {
  background-color: #7f7f7f;
  cursor: default;
}
A.nti-button--not-ready,
BUTTON.nti-button--not-ready {
  background-color: #7f7f7f;
}
A.nti-button--not-ready:hover,
BUTTON.nti-button--not-ready:hover {
  background-color: #7f7f7f;
}
A.nti-button--remove-from-cart,
BUTTON.nti-button--remove-from-cart {
  margin-bottom: 0;
  padding: 7px 40px;
}
A.nti-button--remove-from-cart p,
BUTTON.nti-button--remove-from-cart p {
  font-size: 0.85rem;
  margin-top: 2px;
  width: calc(100% + 18px);
}
A.nti-button--remove-from-cart:hover,
BUTTON.nti-button--remove-from-cart:hover {
  border-color: #EB6766;
  color: #EB6766;
  background-color: #fff;
}
A.nti-button--remove-from-cart:hover svg,
BUTTON.nti-button--remove-from-cart:hover svg {
  transition: all 0.15s ease-in-out;
  fill: #EB6766;
}
A.nti-button--discount-voucher,
BUTTON.nti-button--discount-voucher {
  border-radius: 0;
  border-color: transparent;
  background-color: #7f7f7f;
  margin-bottom: 0;
  color: #fff;
  font-size: 1rem;
  min-width: 140px;
  padding: 0;
}
A.nti-button--discount-voucher:hover,
BUTTON.nti-button--discount-voucher:hover {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}
A.nti-button--discount-voucher:hover .nti-webshop-checkout__discount-container__input,
BUTTON.nti-button--discount-voucher:hover .nti-webshop-checkout__discount-container__input {
  border: 2px solid #4d4d4d;
}
A .nti-button-configurator-selected p,
BUTTON .nti-button-configurator-selected p {
  width: calc(100% + 16px);
}

.nti-svg__container-large {
  height: 18px;
  width: 18px;
  display: inline-block;
}
.nti-svg__container-medium {
  height: 12px;
  width: 12px;
  display: inline-block;
}
.nti-svg__container-medium--checkmark {
  position: absolute;
  left: 18px;
}
.nti-svg__container-small {
  height: 8px;
  width: 8px;
  display: inline-block;
  margin-left: 10px;
}
.nti-svg--add-to-cart {
  height: 20px;
  width: 20px;
  margin-right: 8px;
  margin-top: -1px;
}
.nti-svg--add-to-cart svg {
  fill: #fff;
}
.nti-svg--go-to-checkout {
  transition: all 0.15s ease-in-out;
  height: 9px;
  width: 9px;
  margin-top: -1px;
}
.nti-svg--go-to-checkout svg {
  fill: #fff;
}
.nti-svg--arrow-left {
  transition: all 0.15s ease-in-out;
  height: 9px;
  width: 9px;
  margin-top: 1px;
  margin-left: 0;
  margin-right: 8px;
}
.nti-svg--arrow-right {
  transition: all 0.15s ease-in-out;
  margin-right: 0;
  margin-left: 5px;
  position: absolute;
  top: 7px;
}
.nti-svg--drop-down {
  position: absolute;
  right: 15px;
}
.nti-svg--drop-down-selected {
  transform: rotate(180deg);
  top: 22px;
}
.nti-svg--filter {
  margin-right: 4px;
}
.nti-svg--filter svg {
  fill: #7f7f7f;
}
.nti-svg--remove-from-cart {
  transition: all 0.15s ease-in-out;
  height: 12px;
  width: 12px;
  display: inline-block;
  position: absolute;
  left: 27px;
  margin-top: 1px;
}

.nti-flex-container {
  display: flex;
  flex-wrap: wrap;
}

.nti-container {
  max-width: 1480px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.3s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.nti-link {
  color: #de0200;
}
.nti-link:hover {
  color: #EB6766;
}

.block-content-top a, .nti-product-info__list a {
  border-bottom: 2px solid #de0200;
}

s.header .header-basket {
  display: none !important;
}

.header {
  min-height: 80px;
  border-bottom: 1px solid #d9d9d9;
  position: fixed;
  width: 100vw;
  z-index: 99;
  background: white;
}
.header.flexnav-open {
  position: inherit;
}
.header .header-flex-wrapper {
  display: flex;
  flex-direction: row;
  position: static;
}
.header .header-logo,
.header .header-basket,
.header .header-search,
.header .header-menu-button {
  display: flex;
  align-items: center;
}
.header .header-logo {
  height: 80px;
  padding-left: 15px;
  z-index: 210;
}
.header .header-logo img {
  max-height: 32px;
  image-rendering: -webkit-optimize-contrast;
}
.header .header-search,
.header .header-basket {
  z-index: 200;
}
.header .header-menu-button {
  z-index: 230;
}
.header .header-search,
.header .header-basket,
.header .header-menu-button {
  color: #263038;
  line-height: 80px;
  padding: 0 15px;
  font-size: 1.4rem;
}
.header .header-search:hover,
.header .header-basket:hover,
.header .header-menu-button:hover {
  text-decoration: none;
}
.header .header-search:active, .header .header-search:focus,
.header .header-basket:active,
.header .header-basket:focus,
.header .header-menu-button:active,
.header .header-menu-button:focus {
  text-decoration: none;
}
.header .header-menu-button.js-active {
  position: fixed;
  top: 30px;
  right: 0;
}
.header .header-menu-button.js-active::before {
  content: "\e917";
}
.header .header-menu-button .touch-button {
  display: none;
}
.header .header-basket {
  position: relative;
}
.header .header-basket .header-basket__amount {
  position: absolute;
  right: 14px;
  top: 25px;
  width: 16px;
  height: 16px;
  background-color: #de0200;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 0.625rem;
  line-height: 18px;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.header .header-basket .header-basket__amount.show {
  opacity: 1;
}
.header .header-language.header-language-desktop:hover .language-select {
  display: block;
}
.header .header-language-desktop {
  display: none;
}
.header .language-select {
  padding: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.header .language-select a {
  padding-right: 10px;
}
.header .language-current {
  display: inline-block;
  color: #263038;
  padding-right: 10px;
}

@media (min-width: 992px) {
  .header nav ul {
    max-width: 760px;
    overflow: hidden;
  }
  .header .header-search,
  .header .header-basket {
    font-size: 1rem;
  }
  .header .header-search:hover,
  .header .header-basket:hover {
    color: #7f7f7f;
  }
  .header .header-menu-button {
    display: none;
  }
  .header .header-language-desktop {
    display: inline-block;
  }
  .header .header-language {
    z-index: 201;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    padding-right: 40px;
    position: relative;
  }
  .header .header-language::after {
    content: "\e90f";
    font-family: "icomoon";
    display: inline-block;
    width: 10px;
    height: 10px;
    font-size: 8px;
    position: absolute;
    right: 20px;
    top: 30px;
  }
  .header .header-language .language-select {
    position: absolute;
    top: 50px;
    left: 5px;
    opacity: 0;
    display: none;
    transition: opacity 0.5s ease-out;
    color: #7f7f7f;
    padding: 15px 20px 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
    background: #fff;
  }
  .header .header-language .language-select a {
    display: block;
    margin-bottom: 5px;
    padding-right: 0;
  }
  .header .header-language .language-select a:hover {
    color: #263038;
  }
  .header .header-language .language-current {
    line-height: 80px;
    margin-bottom: 0;
    padding-right: 0;
  }
  .header .header-language:hover .language-select {
    opacity: 1;
  }
}
@media (min-width: 1440px) {
  .header nav ul {
    max-width: 1040px;
  }
}
nav.flexnav {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0;
  padding: 0;
  position: absolute;
  left: 0;
  z-index: 220;
  background: #fff;
  overflow-y: scroll;
}
nav.flexnav.flexnav-show {
  height: 100%;
  max-height: 2000px;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  position: fixed;
}
nav.flexnav .touch-button {
  z-index: 999;
  width: 45px;
  height: 32px;
  padding: 14px 0;
  display: inline-block;
  position: absolute;
  box-sizing: content-box;
}
nav.flexnav .touch-button:hover {
  cursor: pointer;
}
nav.flexnav .touch-button::before {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -10px;
  color: #263038;
}
nav.flexnav .navigation-level1 {
  padding: 0;
  text-transform: uppercase;
  margin-top: 90px;
}
nav.flexnav .navigation-level1-item {
  list-style: none;
  overflow: visible;
}
nav.flexnav .navigation-level1-item-link {
  position: relative;
  display: block;
  z-index: 2;
  overflow: hidden;
  font-size: 1.85rem;
  line-height: 60px;
  font-weight: 700;
  padding: 0 0 0 45px;
  color: #263038;
}
nav.flexnav .navigation-level2 {
  padding: 0 50px 0 45px;
  text-transform: none;
}
nav.flexnav .navigation-level2 .navigation-level2-item {
  margin-bottom: 1.4rem;
  overflow: hidden;
}
nav.flexnav .navigation-level2 .navigation-level2-item-link {
  display: block;
  padding: 0;
}
nav.flexnav .navigation-level2 h5 {
  color: #263038;
  margin-bottom: 0;
  font-weight: 700;
}
nav.flexnav .navigation-level2 .navigation-item-header {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #263038;
  font-weight: 700;
}
nav.flexnav .navigation-level2 .navigation-item-text {
  color: #7f7f7f;
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
nav.flexnav .dropdown-megamenu {
  display: none;
}
nav.flexnav .dropdown-megamenu .row {
  flex-wrap: wrap-reverse;
}
nav.flexnav .support-information {
  padding: 20px;
  text-transform: none;
}
nav.flexnav .support-information h4 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
nav.flexnav .language-select {
  margin-bottom: 30px;
}

.breadcrumbs {
  margin-top: 20px;
  margin-bottom: 20px;
}
.breadcrumbs ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
  margin: 0;
  padding: 0 15px;
}
.breadcrumbs ol li {
  margin: 0;
  position: relative;
  font-size: 13px;
  display: block;
}
.breadcrumbs ol li::before {
  content: none;
}
.breadcrumbs ol li:not(:last-child)::after {
  content: "›";
  color: #de0200;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumbs ol li a {
  font-size: 13px;
  display: block;
}

.nti-flex-container.nti-container .breadcrumbs {
  margin-bottom: 0;
}
.nti-flex-container.nti-container .breadcrumbs ol {
  padding-left: 0;
}

@media (max-width: 767.98px) {
  .breadcrumbs ol li a, .breadcrumbs ol li span {
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (max-width: 991.98px) {
  .dropdown-megamenu .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  nav.flexnav {
    max-height: none;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    overflow: visible;
    z-index: 200;
  }
  nav.flexnav .touch-button {
    display: none;
  }
  nav.flexnav .navigation-level1 {
    margin: 0 210px 0 auto;
    position: static;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-self: stretch;
    height: 80px;
  }
  nav.flexnav .navigation-level1-item {
    display: flex;
    align-items: center;
    padding: 0 5px;
  }
  nav.flexnav .navigation-level1-item:hover > a, nav.flexnav .navigation-level1-item__active > a {
    border-bottom: 5px solid #dd0000;
  }
  nav.flexnav .navigation-level1-item.dropdown {
    position: static;
  }
  nav.flexnav .navigation-level1-item-link {
    font-size: 1rem;
    display: flex;
    align-self: stretch;
    color: #263038;
    margin: 0 4px;
    padding: 5px 0 0 0;
    border-bottom: 5px solid transparent;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  nav.flexnav .navigation-level1-item-link span {
    display: flex;
    align-self: center;
  }
  nav.flexnav .navigation-level1-item-link:hover, nav.flexnav .navigation-level1-item-link:active, nav.flexnav .navigation-level1-item-link:focus {
    text-decoration: none;
  }
  nav.flexnav .navigation-level2 {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  nav.flexnav .navigation-level2 .navigation-level2-item {
    margin: 0 0 10px 0;
    padding: 0 15px;
    width: 33.33%;
    align-items: unset;
    white-space: normal;
  }
  nav.flexnav .navigation-level2 .navigation-level2-item .navigation-level2-item-link {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
  }
  nav.flexnav .navigation-level2 .navigation-level2-item .navigation-level2-item-link:hover {
    background: #f9f8f3;
  }
  nav.flexnav .navigation-level2 .navigation-level2-item__active .navigation-level2-item-link {
    background: #f9f8f3;
  }
  nav.flexnav .navigation-level2 .navigation-item-text {
    margin-bottom: 0;
    color: #7f7f7f;
  }
  nav.flexnav .has-children:hover .dropdown-megamenu {
    display: block;
  }
  nav.flexnav .dropdown-megamenu {
    font-weight: 400;
    position: absolute;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
    background-color: #fff;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.1) 0 8px 10px;
    text-transform: none;
    z-index: 10;
    padding: 40px 0;
    border-top: 1px solid #f2f1ee;
    min-height: 250px;
  }
  nav.flexnav .dropdown-megamenu .support-information {
    line-height: 26px;
    flex-direction: column;
    padding: 15px;
  }
  nav.flexnav .dropdown-megamenu h4 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #263038;
    text-transform: none;
  }
  nav.flexnav .dropdown-megamenu .navigation-item-header {
    font-weight: 700;
    margin-bottom: 0;
  }
  nav.flexnav .dropdown-megamenu .navigation-item-text {
    font-size: 0.75rem;
    line-height: 1rem;
    max-height: 32px;
    overflow: hidden;
  }
}
@media (min-width: 1440px) {
  nav.flexnav .navigation-level1 {
    margin: 0 auto;
  }
  nav.flexnav .navigation-level1-item {
    padding: 0 10px;
  }
}
footer {
  position: relative;
  z-index: 1;
  line-height: 22px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  padding-top: 50px;
}
footer .row {
  display: block;
}
footer .footer-column {
  margin-bottom: 50px;
  width: 100%;
  max-width: 100%;
}
footer strong {
  margin: 20px 0 10px;
  color: #4d4d4d;
}
footer p, footer a {
  font-size: 1rem;
  color: #4d4d4d;
  margin-bottom: 10px;
}
footer h6 {
  text-transform: uppercase;
  color: #263038;
  margin-bottom: 20px;
}
footer a {
  color: #4d4d4d;
  display: block;
  clear: both;
}
footer a:hover, footer a:active, footer a:focus {
  color: #263038;
  text-decoration: none;
}
footer .footer-follow-facebook,
footer .footer-follow-linkedin,
footer .footer-follow-youtube {
  line-height: 40px;
}
footer .footer-follow-facebook::before,
footer .footer-follow-linkedin::before,
footer .footer-follow-youtube::before {
  font-size: 24px;
  vertical-align: middle;
  padding-right: 10px;
}

@media (min-width: 576px) {
  footer .row {
    display: flex;
  }
  footer .col {
    flex-basis: auto;
  }
  footer .footer-column {
    max-width: 33.33%;
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  footer .footer-column {
    max-width: 20%;
  }
  footer p, footer a {
    font-size: 0.8rem;
  }
}
.cookie-banner {
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #263038;
  z-index: 100;
  align-items: center;
  padding: 15px;
  color: #7f7f7f;
}
.cookie-banner.hidden {
  display: none;
}
.cookie-banner .icon, .cookie-banner ul.pagination .last, ul.pagination .cookie-banner .last, .cookie-banner ul.pagination .first, ul.pagination .cookie-banner .first {
  font-size: 30px;
}
.cookie-banner .message {
  margin: 0 1rem;
  flex: 1;
}
.cookie-banner .accept {
  background-color: #fff;
  border: none;
  height: 40px;
  width: 80px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cookie-banner {
    padding: 20px;
  }
}
@media (min-width: 1440px) {
  .cookie-banner {
    max-width: 1230px;
    height: 120px;
    padding: 0 35px 0 50px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
  .cookie-banner .message {
    margin: 0 3rem;
  }
  .cookie-banner .accept {
    height: 50px;
    width: 100px;
  }
}

.partner-footer {
  background: #f2f1ee;
}
.partner-footer img {
  margin: 30px 0;
  max-width: 100%;
  height: auto;
}

.dropdown-searchbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 240;
  display: none;
}
.dropdown-searchbox .search-close {
  position: absolute;
  z-index: 221;
  line-height: 1;
  top: 29px;
  right: 15px;
  font-size: 1.4rem;
  color: #263038;
}
.dropdown-searchbox form {
  position: relative;
  margin-top: 30%;
  font-size: 1.875rem;
}
.dropdown-searchbox input[type=search] {
  border: none;
  border-bottom: 2px solid #f2f1ee;
  outline: none;
  height: auto;
}
.dropdown-searchbox input[type=search]::placeholder {
  color: #263038;
  opacity: 1;
}
.dropdown-searchbox input[type=search]::-webkit-search-cancel-button {
  display: none;
}
.dropdown-searchbox button[type=submit] {
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  background: none;
  font-size: 2rem;
  padding: 0;
}
.dropdown-searchbox .search-result__suggestions {
  list-style-image: none;
  list-style-type: none;
  padding: 0;
}
.dropdown-searchbox .search-result__suggestions li:hover, .dropdown-searchbox .search-result__suggestions li:focus {
  background: #f2f1ee;
  cursor: pointer;
}

@media (min-width: 992px) {
  .dropdown-searchbox {
    padding: 10px 0;
    top: 80px;
    bottom: auto;
    border-top: 1px solid #f2f1ee;
    box-shadow: rgba(0, 0, 0, 0.1) 0 8px 10px;
    z-index: 8;
  }
  .dropdown-searchbox .search-close {
    display: none;
  }
  .dropdown-searchbox form {
    margin-top: 0;
  }
  .dropdown-searchbox input[type=search] {
    padding: 0;
    border-bottom: 0;
  }
  .dropdown-searchbox input[type=search]::placeholder {
    color: #d9d9d9;
  }
  .dropdown-searchbox button[type=submit] {
    display: none;
  }
}
.parallax-box {
  padding-top: 170px;
  padding-bottom: 170px;
}

.parallax-box-title {
  margin-bottom: 95px;
  padding: 0;
}
.parallax-box-title h1::after {
  content: "";
  display: block;
  height: 5px;
  width: 16.66%;
  margin-top: 40px;
  background-color: #de0200;
}

.parallax-box-content {
  position: relative;
  padding: 0;
}
.parallax-box-content .content-box {
  background-color: #263038;
  padding: 35px 25px 45px;
  box-shadow: 30px 30px 165px -33px rgba(0, 0, 0, 0.38);
}
.parallax-box-content .background-box {
  position: absolute;
  background-color: #f2f1ee;
  height: calc(100% - 30px);
  top: -30px;
  right: 0;
}

@media (min-width: 992px) {
  .parallax-box {
    display: flex;
  }
  .parallax-box.text-box-right .parallax-box-title {
    order: 1;
    padding-left: 8.3333%;
  }
  .parallax-box-title h1::after {
    height: 5px;
  }
  .parallax-box-content .content-box {
    padding: 80px 50px 100px 50px;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
}
@media (min-width: 1440px) {
  .parallax-box-content .content-box {
    padding: 80px 60px 100px 60px;
  }
}
.youtubecard {
  text-align: center;
}

.block-cards.block-cards__grid {
  margin-top: 60px;
}
.block-cards h1 {
  text-align: center;
}
.block-cards .card-deck {
  display: block;
}
.block-cards .card-deck .card {
  flex: 0 0 calc(100% - 30px);
  flex-basis: calc(100% - 30px);
}
.block-cards-slider .slick-prev::before, .block-cards-slider .slick-next::before {
  color: #263038;
}
.block-cards-slider .slick-prev {
  left: -30px;
}
.block-cards-slider .slick-next {
  right: -30px;
}
.block-cards-slider .slick-track {
  display: flex;
}
.block-cards-slider .slick-slide {
  height: inherit;
  padding-left: 15px;
  padding-right: 15px;
}
.block-cards-slider .slick-slide > div, .block-cards-slider .slick-slide .slide-wrapper, .block-cards-slider .slick-slide .card {
  height: 100%;
}
.block-cards-slider .slick-slide .card-body {
  line-height: 1.875;
}
.block-cards-slider .slick-slide img {
  display: inline-block;
}
.block-cards-slider .slick-dots {
  position: relative;
}
.block-cards .card-deck__content .card-title {
  font-size: 1rem;
  line-height: 1.75rem;
}
.block-cards .card-deck__content .media {
  /*height: 160px;*/
  width: 100%;
  overflow: hidden;
}
.block-cards .card-cta {
  margin-top: 40px;
}
.block-cards .card {
  border: none;
  background-color: #f2f1ee;
  border-radius: 0;
  margin-bottom: 9px;
}
.block-cards .card-event-details {
  margin-bottom: 1rem;
}
.block-cards .card-event-details p {
  margin-bottom: 0;
}
.block-cards .card .card-img-top {
  border-radius: 0;
}
.block-cards .card .card-body {
  padding: 30px 30px 40px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.block-cards .card .card-body .card-readmore-button {
  border-bottom: 2px solid #de0200;
  color: #263038;
  text-decoration: none;
  margin: auto auto 0;
}
.block-cards .card .card-body-icon {
  margin-right: 10px;
  position: relative;
  top: -2px;
  width: 20px;
}
.block-cards .card .card-tag {
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.block-cards .card .card-title {
  font-weight: 700;
  text-transform: none;
  color: #263038;
}
.block-cards .card .card-img-top {
  /*height: 160px;*/
  min-width: 100%;
}
.block-cards .card .card-image {
  position: relative;
  padding-top: 75%;
  width: 100%;
  overflow: hidden;
}
.block-cards .card .card-image img {
  border-radius: 6px 6px 0 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block-cards .card .card-image .card-tag {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-image: linear-gradient(to right, transparent, white);
  padding: 7px 15px;
  right: 0px;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 0;
}
.block-cards .card .card-footer {
  padding: 0;
  background-color: #f2f1ee;
  border: none;
  overflow: hidden;
}
.block-cards .card .card-footer .media-body {
  padding: 0 0 30px 30px;
}
.block-cards .card .card-footer p {
  margin: 0;
}
.block-cards .card .card-footer img {
  height: 60px;
  max-width: 60px;
  font-size: 0.7rem;
  line-height: 12px;
}
.block-cards .card .card-price {
  display: inline-grid;
  text-align: right;
}
.block-cards .card .card-price .small {
  padding-right: 10px;
}
.block-cards .card .card-price--regular {
  color: #7f7f7f;
  text-decoration: line-through;
  margin-right: 8px;
  font-weight: 400;
}
.block-cards .card .card-price--discounted {
  color: red;
}
.block-cards .card .fat-link {
  padding-bottom: 0;
}
.block-cards .card__concept, .block-cards .card__article, .block-cards .card__reference {
  align-items: flex-start;
}
.block-cards .card__concept .card-title, .block-cards .card__article .card-title, .block-cards .card__reference .card-title {
  font-size: 1rem;
  line-height: 1.75rem;
}
.block-cards .card__concept .media, .block-cards .card__article .media, .block-cards .card__reference .media {
  /*height: 160px;*/
  width: 100%;
  overflow: hidden;
}
.block-cards .card__reference, .block-cards .card__concept {
  background-color: #263038;
}
.block-cards .card__reference .card-body .card-title, .block-cards .card__reference .card-body .card-text, .block-cards .card__reference .card-body .card-readmore-button, .block-cards .card__concept .card-body .card-title, .block-cards .card__concept .card-body .card-text, .block-cards .card__concept .card-body .card-readmore-button {
  color: #fff;
}
.block-cards .card__product {
  background-color: #fcfcfc;
  border: 1px solid #f2f1ee;
  border-radius: 6px;
}
.block-cards .card__product .card-body {
  padding: 25px 15px 15px;
}
.block-cards .card__product .card-body .card-title {
  font-size: 1rem;
  line-height: 1.5rem;
}
.block-cards .card__product .card-footer {
  border-radius: 6px 6px 0 0;
}
.block-cards .card__product .card-footer .media-body {
  padding: 15px;
  text-align: right;
}
.block-cards .card__course {
  background-color: #fcfcfc;
  border: 1px solid #f2f1ee;
  border-radius: 6px;
  position: relative;
}
.block-cards .card__course .card-body {
  padding: 25px 15px 15px;
}
.block-cards .card__course .card-body .card-title {
  font-size: 1rem;
  line-height: 1.5rem;
}
.block-cards .card__course .card-footer {
  border-radius: 6px 6px 0 0;
}
.block-cards .card__course .card-footer .media-body {
  padding: 15px;
  text-align: right;
}

@media (min-width: 576px) {
  .block-cards .card-deck {
    display: flex;
  }
  .block-cards .card-deck .card {
    flex: 0 0 calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
  .block-cards .card-deck__no-products {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .block-cards .card .card-body {
    padding: 40px 40px 50px;
  }
  .block-cards .card .card-footer .media-body {
    padding: 0 0 30px 40px;
  }
  .block-cards .card__product .card-body {
    padding: 25px 15px 15px;
  }
  .block-cards .card__product .card-body .card-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .block-cards .card__product .card-footer .media-body {
    padding: 15px;
  }
  .block-cards .card__course .card-body {
    padding: 25px 15px 15px;
  }
  .block-cards .card__course .card-body .card-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .block-cards .card__course .card-footer .media-body {
    padding: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .card .card-image .card-tag {
    font-size: 1.3rem;
    padding: 10px 15px;
  }
}
@media (max-width: 575.98px) {
  .card .card-image .card-tag {
    font-size: 1.3rem;
    padding: 10px 15px;
  }
}
@media (min-width: 1440px) {
  .block-cards .card-deck .card {
    flex: 0 0 calc(25% - 30px);
    flex-basis: calc(25% - 30px);
    max-width: calc(25% - 30px);
  }
  .col-md-6 .block-cards .card-deck .card {
    flex: 0 0 calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
  .col-lg-3 .block-cards .card-deck .card, .block-branch-entrance .branch-entrance-icons .block:nth-last-child(-n+4):first-child .block-cards .card-deck .card,
  .block-branch-entrance .branch-entrance-icons .block:nth-last-child(-n+4):first-child ~ .block .block-cards .card-deck .card, .block-icons-tabs .nav-item:nth-last-child(-n+4):first-child .block-cards .card-deck .card,
  .block-icons-tabs .nav-item:nth-last-child(-n+4):first-child ~ .nav-item .block-cards .card-deck .card {
    flex: 0 0 calc(100% - 30px);
    flex-basis: calc(100% - 30px);
    max-width: unset;
  }
}
ul.pagination {
  flex-wrap: wrap;
}
ul.pagination li {
  padding: 0.5rem;
}
ul.pagination li a {
  font-weight: 700;
  padding: 0.7rem;
  min-width: 15px;
}
ul.pagination li a:focus, ul.pagination li a:hover, .active ul.pagination li a {
  color: #263038;
  background-color: transparent;
  border-bottom: 5px solid #de0200;
}
ul.pagination .active a {
  color: #263038;
  background-color: transparent;
  border-bottom: 5px solid #de0200;
}
ul.pagination .first a:hover,
ul.pagination .last a:hover,
ul.pagination .prev a:hover,
ul.pagination .next a:hover,
ul.pagination .first a:focus,
ul.pagination .last a:focus,
ul.pagination .prev.active a,
ul.pagination .prev a:focus,
ul.pagination .next.active a,
ul.pagination .next a:focus {
  border-bottom: none;
}
ul.pagination .first {
  font-family: "icomoon";
}
ul.pagination .last {
  font-family: "icomoon";
}
ul.pagination .first::before,
ul.pagination .last::before {
  margin-right: -18px;
}
ul.pagination .hidden {
  display: none;
}
ul.pagination .disabled {
  display: none;
}

button[type=submit], .link-button {
  height: 50px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.btn {
  border-radius: 0;
  min-width: 150px;
  padding: 0 1.5rem;
  line-height: 50px;
  cursor: pointer;
  margin-bottom: 30px;
}
.btn .video-icon {
  margin-right: 10px;
}
.btn .video-icon svg {
  width: 25px;
  height: 25px;
}

.btn:focus,
.btn-primary:focus {
  box-shadow: none;
}

.cta {
  min-width: 100%;
}

.link-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 50px;
  line-height: 1.3;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

button.close {
  width: 40px;
  height: 40px;
  background-color: #d9d9d9;
  text-shadow: none;
  opacity: 1;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  outline: none;
}
button.close:before, button.close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 4px;
  margin: -2px 0 0 -14px;
  background-color: #263038;
  transform: rotate(45deg);
}
button.close:after {
  transform: rotate(-45deg);
}

.custom-select {
  height: 50px;
  border-radius: 0;
  border: 3px solid #7f7f7f;
  color: #7f7f7f;
  background: #fff url("/icons/arrow-down.svg") no-repeat right 0.75rem center;
  background-size: 14px;
  cursor: pointer;
}
.custom-select:focus {
  border-color: #1F7AB8;
}

.custom-control {
  display: flex;
}

input {
  height: 50px;
  border-radius: 0;
}

label {
  margin-bottom: 5px;
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
}
.form-inline label {
  margin-bottom: 5px;
}

.form-control {
  border-radius: 0;
  border: 3px solid #7f7f7f;
}
.form-control:focus {
  border-color: #1F7AB8;
  box-shadow: none;
}
.form-control:disabled {
  background-color: transparent;
  border-color: #ebebeb;
}

.invalid-feedback, .nti-checkout-billing + .info-feedback-static, .nti-checkout-billing + .invalid-feedback-static {
  text-align: right;
  line-height: 1rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #7f7f7f;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus,
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  box-shadow: none;
}

.was-validated .custom-control-input:valid ~ .custom-control-description,
.custom-control-input.is-valid ~ .custom-control-description {
  color: #4d4d4d;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid,
.was-validated .custom-control-input:invalid ~ .custom-control-indicator,
.custom-control-input.is-invalid ~ .custom-control-indicator {
  border: 3px solid #de0200;
}

.was-validated .custom-control-input:invalid ~ .custom-control-description,
.custom-control-input.is-invalid ~ .custom-control-description {
  color: #4d4d4d;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .nti-checkout-billing + .info-feedback-static, .was-validated .custom-control-input.nti-checkout-billing:invalid + .info-feedback-static, .was-validated .custom-control-input:invalid ~ .nti-checkout-billing + .invalid-feedback-static, .was-validated .custom-control-input.nti-checkout-billing:invalid + .invalid-feedback-static,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .nti-checkout-billing + .info-feedback-static,
.custom-control-input.is-invalid.nti-checkout-billing + .info-feedback-static,
.custom-control-input.is-invalid ~ .nti-checkout-billing + .invalid-feedback-static,
.custom-control-input.is-invalid.nti-checkout-billing + .invalid-feedback-static {
  display: block;
  position: absolute;
  bottom: -20px;
}

input[type=reset] {
  background: none;
  border: none;
  border-bottom: 5px solid #de0200;
  padding: 0;
  height: auto;
  cursor: pointer;
}

.form-check {
  margin-bottom: 30px;
  padding-left: 0;
}
.form-check .custom-control {
  display: -ms-grid !important;
  display: grid !important;
}

.form-check-input {
  height: auto;
  margin-top: -1px;
}

.form-check-label {
  cursor: pointer;
}

html [type=button] {
  -webkit-appearance: inherit;
}

textarea {
  border: 3px solid #7f7f7f;
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  min-height: 140px;
  color: #495057;
  background-color: #fff;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  outline: none;
  resize: none;
}
textarea:focus {
  border-color: #1F7AB8;
}

.custom-radio--box {
  position: relative;
  display: block;
  padding: 36px 20px 30px 60px;
  margin-bottom: 10px;
  width: 100%;
  background-color: #f2f1ee;
  font-weight: 400;
}
.custom-radio--box .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none;
}
.custom-radio--box .custom-control-indicator {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(-50%);
  width: 26px;
  height: 26px;
  background-color: #fff !important;
  outline: none;
  box-shadow: none;
}
.custom-radio--box .custom-control-indicator:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: #263038;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.25s ease-out;
}
.custom-radio--box .custom-control-input:checked ~ .custom-control-indicator {
  background-color: #fff;
  background-image: none;
}
.custom-radio--box .custom-control-input:checked ~ .custom-control-indicator:after {
  opacity: 1;
}
.custom-radio--box .custom-control-description .custom-control-description__headline {
  display: block;
  font-size: 1.75rem;
  margin-bottom: 10px;
}
.custom-radio--box .custom-control-description .custom-control-description__subline {
  display: block;
  font-size: 1rem;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .custom-radio--box {
    padding: 36px 70px 30px 100px;
  }
  .custom-radio--box .custom-control-indicator {
    left: 50px;
  }
}
.custom-checkbox {
  position: relative;
  padding-left: 2.5rem;
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none;
}
.custom-checkbox .custom-control-indicator {
  top: 0;
  width: 25px;
  height: 25px;
  background-color: #fff !important;
  outline: none;
  box-shadow: none;
  border: 1px solid #7f7f7f;
  border-radius: 0;
  position: absolute;
  cursor: pointer;
}
.custom-checkbox .custom-control-indicator:after {
  position: absolute;
  top: 5px;
  left: 9px;
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease-out;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-color: #fff;
  background-image: none;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator:after {
  opacity: 1;
}
.custom-checkbox .custom-control-description {
  padding-top: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-left: 30px;
}
.custom-checkbox .custom-control-description a {
  color: #de0200;
}

.plus-minus-selector {
  display: flex;
  justify-content: center;
  font-weight: 700;
  color: #000;
}
.plus-minus-selector .plus-minus-selector__btn {
  position: relative;
  outline: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 2px;
  border: none;
  background-color: transparent;
}
.plus-minus-selector .plus-minus-selector__btn:before, .plus-minus-selector .plus-minus-selector__btn:after {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #263038;
}
.plus-minus-selector .plus-minus-selector__btn.plus-minus-selector__btn--plus:after {
  transform: rotate(90deg);
}
.plus-minus-selector .plus-minus-selector__number {
  min-width: 30px;
  font-size: 0.8rem;
}
@media (min-width: 576px) {
  .plus-minus-selector .plus-minus-selector__btn {
    width: 14px;
    height: 14px;
    margin-top: 6px;
  }
  .plus-minus-selector .plus-minus-selector__number {
    min-width: 50px;
    font-size: 1rem;
  }
}

.tabs-content {
  margin-bottom: 8rem;
}
.tabs-content h2 {
  text-align: center;
}
.tabs-content .nav {
  margin-bottom: 4rem;
}
.tabs-content .content {
  padding: 0;
}

.tag-list {
  margin-bottom: 18px;
}

.tag-list-link {
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  background-color: #263038;
  padding: 5px 10px;
  margin: 0 2px;
}

.tabs-filter .nav-link {
  padding: 0;
  margin: 0 0.5rem;
  font-weight: 700;
  border-bottom: 5px solid transparent;
}
.tabs-filter .nav-link--webshop {
  padding-bottom: 7px;
}
.tabs-filter .nav-link--webshop.active {
  font-weight: 900;
}
.tabs-filter .nav-link.active, .tabs-filter .nav-link:hover {
  color: #263038;
  border-bottom: 5px solid #de0200;
}
.tabs-filter .nav-link:first-of-type {
  margin-left: 0;
}
.tabs-filter .nav-link:last-of-type {
  margin-right: 0;
}

@media (min-width: 768px) {
  .tabs-filter .nav-link {
    margin: 0 1rem;
  }
}
.step-indicator {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #263038;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 54px;
  text-align: center;
}

.toggle-box .toggle-box__trigger {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #f2f1ee;
  border-bottom: 1px solid #f2f1ee;
  padding: 2.4rem 4rem 2.2rem;
}
.toggle-box .toggle-box__trigger--course-info {
  padding: 40px 0 0 0;
  align-items: initial;
}
.toggle-box .toggle-box__trigger.collapsed .icon, .toggle-box .toggle-box__trigger.collapsed ul.pagination .first, ul.pagination .toggle-box .toggle-box__trigger.collapsed .first, .toggle-box .toggle-box__trigger.collapsed ul.pagination .last, ul.pagination .toggle-box .toggle-box__trigger.collapsed .last {
  transform: rotate(0);
}
.toggle-box .toggle-box__trigger h3, .toggle-box .toggle-box__trigger h6 {
  margin: 0;
}
.toggle-box .toggle-box__trigger h3 {
  margin-bottom: 17px;
  font-weight: 400;
}
.toggle-box .toggle-box__trigger h6 {
  text-transform: uppercase;
}
.toggle-box .toggle-box__trigger .icon, .toggle-box .toggle-box__trigger ul.pagination .first, ul.pagination .toggle-box .toggle-box__trigger .first, .toggle-box .toggle-box__trigger ul.pagination .last, ul.pagination .toggle-box .toggle-box__trigger .last {
  position: absolute;
  top: 45%;
  right: 1rem;
  transform: translateY(-50%) rotate(180deg);
  line-height: 1;
}
.toggle-box .toggle-box__trigger .icon:before, .toggle-box .toggle-box__trigger ul.pagination .first:before, ul.pagination .toggle-box .toggle-box__trigger .first:before, .toggle-box .toggle-box__trigger ul.pagination .last:before, ul.pagination .toggle-box .toggle-box__trigger .last:before {
  color: #263038;
}
.toggle-box .toggle-box__trigger .icon--top-aligned {
  top: 22%;
}
.block__full-width {
  width: 100vw;
  opacity: 0;
}

[data-editmode=true] .block__full-width {
  opacity: 1;
}

.some-sharing {
  margin-top: 14px;
  margin-bottom: 25px;
}
.some-sharing .share-buttons {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.some-sharing .share-buttons.open {
  opacity: 1;
  float: right;
}
.some-sharing a {
  float: right;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 8px 0;
  text-align: center;
  line-height: 40px;
}
.some-sharing a.icon-share-toggle, .some-sharing a.icon-twitter-share {
  line-height: 42px;
}
.some-sharing .icon-share-toggle::before {
  padding-left: 3px;
}
.some-sharing .icon-share-toggle.open::before {
  content: "\e917";
  padding-left: 0;
}

@media (max-width: 575.98px) {
  .some-sharing {
    position: relative;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .some-sharing .share-buttons {
    opacity: 1;
  }
}
.slick-slide > div {
  line-height: 0;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  bottom: -25px;
}

.slick-dots li button:before {
  opacity: 0.5;
  background-color: #7f7f7f;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #de0200;
}

@media (min-width: 576px) {
  .slick-prev,
  .slick-next {
    display: inline-block !important;
  }
  .slick-dots {
    bottom: -10px;
  }
}
@media (min-width: 768px) {
  .slick-dots {
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .slick-dots {
    height: 75px;
  }
}
.media-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.media-modal .media-content {
  position: relative;
  width: 95%;
  max-width: 1200px;
  text-align: right;
}
.media-modal .media-content iframe, .media-modal .media-content video, .media-modal .media-content img {
  width: 100%;
  max-height: 90vh;
  pointer-events: auto;
}
.media-modal .media-close {
  font-size: 30px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease-in-out;
}
.media-modal .media-close:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .media-modal .media-content {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .media-modal .media-content {
    width: 70%;
  }
}
@media (min-width: 1440px) {
  .media-modal .media-content {
    width: 60%;
  }
}

.product-page .add-to-basket-form label {
  display: block;
  margin-bottom: 5px;
}
.product-page .add-to-basket-form label h6 {
  margin: 0;
}
.product-page .add-to-basket-form select {
  width: 100%;
}
.product-page .order-request-form {
  margin: 30px 0;
}
.product-page .image {
  margin-bottom: 30px;
}
.product-page .image img {
  max-width: 100%;
}
.product-page .short-description h6 {
  margin-bottom: 16px;
}
.product-page .product-view-body {
  margin-bottom: 60px;
}

.course-page .view-courses {
  margin-bottom: 30px;
}
.course-page .view-courses .link-button {
  width: 100%;
  margin-bottom: 10px;
}
.course-page .view-courses .conditions {
  font-size: 13px;
  line-height: 30px;
}
.course-page .image {
  margin-bottom: 30px;
}
.course-page .image img {
  max-width: 100%;
}
.course-page .course-details-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f1ee;
}
.course-page .course-details-section h6 {
  margin-bottom: 20px;
  font-size: 1rem;
  color: #263038;
}
.course-page .course-details-section p {
  margin: 0;
}
.course-page .course-details-section dt {
  font-weight: normal;
}
.course-page .course-details-section ul {
  list-style: none;
  padding: 0;
}
.course-page .course-details-section ul li {
  padding: 0;
}
.course-page .course-description,
.course-page .course-upcoming-courses {
  margin-bottom: 80px;
}
.course-page .course-description h2,
.course-page .course-upcoming-courses h2 {
  text-align: center;
}
.course-page #calendar-accordion {
  padding-top: 180px;
  margin-top: -180px;
}

@media (min-width: 768px) {
  .course-page .view-courses .link-button {
    display: flex;
    max-width: 285px;
  }
  .course-page #calendar-accordion {
    padding-top: 220px;
    margin-top: -220px;
  }
}
.courses-list {
  margin: 60px 0;
}
.courses-list ul {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
}
.courses-list li {
  padding: 0;
  border-bottom: 1px solid #d9d9d9;
}
.courses-list li:first-of-type {
  border-top: 1px solid #d9d9d9;
}
.courses-list li:hover {
  background-color: #f2f1ee;
}
.courses-list h5 {
  margin-bottom: 0;
  padding: 30px 45px 30px 15px;
  font-weight: 700;
  position: relative;
}
.courses-list .icon, .courses-list ul.pagination .first, ul.pagination .courses-list .first, .courses-list ul.pagination .last, ul.pagination .courses-list .last {
  float: right;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

@media (min-width: 992px) {
  .courses-list h5 {
    padding: 30px 45px 30px 30px;
  }
  .courses-list .icon, .courses-list ul.pagination .first, ul.pagination .courses-list .first, .courses-list ul.pagination .last, ul.pagination .courses-list .last {
    right: 30px;
  }
}
.search-results-page .search-panel {
  position: relative;
}
.search-results-page .search-panel .input-group .form-control {
  border: none;
  border-bottom: 1px solid #de0200;
  outline: 0;
  padding: 8px 15px;
  transition: padding 0.2s;
  width: calc(100% - 60px);
}
.search-results-page .search-panel .input-group .icon-search::before {
  color: #de0200;
  font-size: 26px;
  line-height: 2;
}
.search-results-page .search-panel .search-result__suggestions {
  background: #fff;
  left: 0;
  position: absolute;
  top: 55px;
  width: calc(100% - 60px);
  z-index: 1;
}
.search-results-page .search-panel .search-result__suggestions li {
  padding: 8px 15px;
}
.search-results-page .search-panel .search-result__suggestions li:hover, .search-results-page .search-panel .search-result__suggestions li:focus {
  background: #f2f1ee;
  cursor: pointer;
}
.search-results-page .search-result__categories {
  margin: 100px 0 50px;
}
.search-results-page .search-result__categories .dropdown .dropdown-toggle, .search-results-page .search-result__categories .dropdown .dropdown-item {
  display: flex;
}
.search-results-page .search-result__categories .dropdown .dropdown-toggle img, .search-results-page .search-result__categories .dropdown .dropdown-item img {
  margin-right: 30px;
}
.search-results-page .search-result__categories .dropdown .dropdown-toggle img.icons-tab-image, .search-results-page .search-result__categories .dropdown .dropdown-item img.icons-tab-image {
  width: 25px;
}
.search-results-page .search-result__categories .dropdown .dropdown-toggle {
  position: relative;
  border: 2px solid #263038;
  padding: 10px 20px;
  align-items: center;
}
.search-results-page .search-result__categories .dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: unset;
  vertical-align: unset;
  width: 18px;
  height: 18px;
  border-left: 2px solid black;
  border-top: 2px solid black;
  border-right: none;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 30px;
  top: 50%;
}
.search-results-page .search-result__categories .dropdown h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.search-results-page .search-result__categories .dropdown .dropdown-menu {
  border-left: 2px solid #263038;
  border-right: 2px solid #263038;
  border-bottom: 2px solid #263038;
  border-radius: 0;
  width: 100%;
  z-index: 50;
}
.search-results-page .search-result__categories .dropdown .dropdown-menu li.dropdown-item {
  padding: 10px 20px;
}
.search-results-page .search-result__categories .dropdown .dropdown-menu li.dropdown-item:hover img, .search-results-page .search-result__categories .dropdown .dropdown-menu li.dropdown-item:hover h6, .search-results-page .search-result__categories .dropdown .dropdown-menu li.dropdown-item:focus img, .search-results-page .search-result__categories .dropdown .dropdown-menu li.dropdown-item:focus h6 {
  color: #de0200;
}
.search-results-page .search-result__categories .dropdown .dropdown-menu li.dropdown-item .media {
  position: relative;
  padding-right: 20px;
}
.search-results-page .search-result__categories .dropdown .dropdown-menu li.dropdown-item .relevant-results-counter {
  background: #de0200;
  border-radius: 5px;
  bottom: -5px;
  color: #fff;
  font-size: 8px;
  font-weight: 600;
  left: 20px;
  padding: 2px 6px 0;
  position: absolute;
}
.search-results-page .search-result__categories .dropdown .dropdown-menu li.dropdown-item .nav-link {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.search-results-page .search-result__categories .block-icons-tabs .nav-item .nav-link .media {
  position: relative;
}
.search-results-page .search-result__categories .block-icons-tabs .nav-item .nav-link .media .icons-tab-image {
  height: 100px;
  object-fit: contain;
}
.search-results-page .search-result__categories .block-icons-tabs .nav-item .nav-link .media .relevant-results-counter {
  background: #de0200;
  border-radius: 10px;
  bottom: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  left: 70px;
  padding: 2px 12px 0;
  position: absolute;
}
.search-results-page .search-result__sorting {
  text-align: right;
}
.search-results-page .search-result__sorting select {
  border: none;
  cursor: pointer;
  outline: none;
}
.search-results-page ul {
  list-style-image: none;
  list-style-type: none;
  padding: 0;
}
.search-results-page nav.tabs-filter {
  justify-content: space-around;
  margin-bottom: 60px;
}
.search-results-page nav.tabs-filter .nav-link {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.search-results-page nav.tabs-filter .nav-link.active, .search-results-page nav.tabs-filter .nav-link:hover {
  border-bottom: none;
}
.search-results-page nav.tabs-filter .nav-link.active .nav-link__icon, .search-results-page nav.tabs-filter .nav-link:hover .nav-link__icon {
  border-color: #de0200;
}
.search-results-page nav.tabs-filter .nav-link__icon {
  border: 1px solid #263038;
  border-radius: 50%;
  margin-bottom: 20px;
  padding: 25px;
}
.search-results-page h1 {
  text-align: center;
  margin-bottom: 0;
}
.search-results-page .search-results-page__total {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  color: #263038;
}
.search-results-page .search-results-page__overview {
  text-align: center;
  margin-bottom: 70px;
}
.search-results-page .search-results-page__overview span {
  font-weight: 700;
}
.search-results-page .search-results-page__no-results {
  text-align: center;
}
.search-results-page .search-results-page__no-results a {
  color: #de0200;
  border-bottom: 2px solid #de0200;
}
.search-results-page .search-results-page__result {
  border-top: 1px solid #f2f1ee;
  padding: 0;
}
@media (max-width: 991.98px) {
  .search-results-page .search-results-page__result {
    padding: 20px 0;
  }
}
.search-results-page .search-results-page__result:last-of-type {
  border-bottom: 1px solid #f2f1ee;
}
.search-results-page .search-results-page__result > a {
  display: block;
}
@media (min-width: 768px) {
  .search-results-page .search-results-page__result > a {
    padding: 24px 40px 29px 0;
  }
}
@media (max-width: 991.98px) {
  .search-results-page .search-results-page__result .row {
    row-gap: 15px;
  }
}
.search-results-page .search-results-page__result-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}
@media (min-width: 768px) {
  .search-results-page .search-results-page__result-content {
    padding-right: 150px;
  }
}
.search-results-page .search-results-page__result-content-category {
  border-bottom: 3px solid #de0200;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.search-results-page .search-results-page__result-content h3 {
  font-family: "Overpass", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 22px;
}
.search-results-page .search-results-page__result-content .search-result-page__date {
  margin-top: -13px;
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 1;
  color: #7f7f7f;
}
.search-results-page .search-results-page__result-content .search-result-page__result-description {
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .search-results-page .search-results-page__result-content .search-result-page__result-description {
    font-size: 14px;
    line-height: 18px;
  }
}
.search-results-page .search-results-page__result .pointy-arrow-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  background-image: url("/icons/pointy-arrow-right.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.search-results-page .price-container {
  margin-top: 30px;
  margin-bottom: 0;
}
.search-results-page .price-container .price span {
  font-size: 1rem;
  font-weight: 700;
}

@media (min-width: 992px) {
  .search-results-page .search-results-page__total {
    padding-left: 25px;
  }
  .search-results-page .search-results-page__result > a {
    padding-left: 30px;
    padding-right: 60px;
  }
  .search-results-page .search-results-page__result .pointy-arrow-right {
    right: 20px;
  }
}
.checkout-page h2 {
  text-align: center;
  margin-bottom: 28px;
}
.checkout-page .step-indicator {
  margin: 0 auto 25px;
}
.checkout-page .basket .basket__price {
  width: 45%;
}
.checkout-page .basket .basket__count {
  width: 10%;
}
.checkout-page .checkout-page__price {
  border-top: 1px solid #7f7f7f;
  border-bottom: 1px solid #7f7f7f;
}
@media (min-width: 768px) {
  .checkout-page .basket .basket__price,
  .checkout-page .basket .basket__count {
    width: auto;
  }
}

.nti-webshop-checkout__overlay {
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 999;
}
.nti-webshop-checkout__overlay-message {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 50px 150px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.nti-webshop-checkout__overlay-message h2 {
  font-weight: 700;
}

.spinner {
  margin: 50px auto 30px;
}

@media (max-width: 767.98px) {
  .nti-webshop-checkout__overlay-message {
    padding: 30px 20px;
    width: 90vw;
  }
}
.cart-page h1 {
  text-align: center;
  color: #263038;
  margin-bottom: 1rem;
}
.cart-page .basket {
  margin-bottom: 45px;
}
.cart-page .product-addition h4 {
  text-align: center;
  color: #263038;
}
.cart-page .related-products h3 {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}
.cart-page .cart-page__actions {
  text-align: center;
}
.cart-page .cart-page__actions .btn {
  width: 100%;
  margin: 15px 0 0;
}
.cart-page .order-request-form {
  max-width: 480px;
  margin: 50px auto 0;
}
@media (min-width: 768px) {
  .cart-page .cart-page__actions .btn {
    min-width: 350px;
    width: auto;
    margin: 15px 15px 0;
  }
}

.publication-page {
  width: 100%;
}
.publication-page .publication-page__intro {
  margin-bottom: 50px;
}
.publication-page .tabs-filter {
  margin-bottom: 55px;
}
.publication-page .card-deck.hide .card {
  opacity: 0;
}
.publication-page .card-deck .card {
  opacity: 1;
  transition: opacity 0.25s ease-out;
}
.publication-page .block-content-top {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .publication-page {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .publication-page {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .publication-page {
    margin-bottom: 0;
  }
}
.start-page {
  margin-top: 0;
}

.courses-calendar-page .block-content-top {
  margin-bottom: 0;
}

.product-overview-page .block-content-top {
  margin-bottom: 0;
}

.error-page {
  margin-bottom: 80px;
}

.nti-webshop-front-page__left-aligned {
  width: 25%;
  border-right: 1px solid #d9d9d9;
}
@media (max-width: 1080px) {
  .nti-webshop-front-page__left-aligned {
    width: 100%;
    border-right: none;
  }
}
.nti-webshop-front-page__right-aligned {
  width: 75%;
}
@media (max-width: 1080px) {
  .nti-webshop-front-page__right-aligned {
    width: 100%;
  }
}

.nti-webshop-product-page {
  width: 100%;
}
.nti-webshop-product-page__bottom-container {
  margin-bottom: 70px;
  padding-top: 50px;
  display: flex;
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 1330px) {
  .nti-webshop-product-page__bottom-container {
    margin-top: 50px;
    flex-direction: column;
    margin-right: 20px;
    margin-left: 20px;
  }
}
.nti-webshop-product-page__left-aligned {
  padding-right: 60px;
  border-right: 1px solid #d9d9d9;
  width: 50%;
}
.nti-webshop-product-page__left-aligned__bottom {
  width: 50%;
  padding-right: 60px;
}
@media (max-width: 1330px) {
  .nti-webshop-product-page__left-aligned__bottom {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 920px) {
  .nti-webshop-product-page__left-aligned {
    width: 100%;
    padding-right: 0;
    border-right: none;
    margin-right: 20px;
    margin-left: 20px;
  }
}
.nti-webshop-product-page__right-aligned {
  padding-left: 60px;
  width: 50%;
}
.nti-webshop-product-page__right-aligned__bottom {
  width: 50%;
  padding-left: 60px;
}
@media (max-width: 1330px) {
  .nti-webshop-product-page__right-aligned__bottom {
    margin-top: 50px;
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 920px) {
  .nti-webshop-product-page__right-aligned {
    width: 100%;
    padding-left: 0;
    margin-right: 20px;
    margin-left: 20px;
  }
}

.nti-webshop-checkout__title {
  font-size: 2rem;
  margin: 0;
  font-weight: 700;
  margin-top: 40px;
}
.nti-webshop-checkout__title-paragraph {
  margin-top: 5px;
  font-size: 1rem;
  font-weight: 500;
  color: #7f7f7f;
}
.nti-webshop-checkout__top-container {
  max-width: 1480px;
  min-height: 120px;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  z-index: 1;
}
@media (max-width: 1080px) {
  .nti-webshop-checkout__top-container {
    height: 275px;
  }
}
.nti-webshop-checkout__left-aligned {
  border-right: 1px solid #d9d9d9;
  width: 67%;
}
@media (max-width: 1330px) {
  .nti-webshop-checkout__left-aligned {
    width: 100%;
    border-right: none;
  }
}
.nti-webshop-checkout__right-aligned {
  align-self: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 65px;
  width: 33%;
  padding-left: 60px;
}
@media (max-width: 1330px) {
  .nti-webshop-checkout__right-aligned {
    width: 100%;
    padding-left: 0;
  }
}
.nti-webshop-checkout__right-aligned__wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.nti-webshop-checkout__right-aligned__wrapper::-webkit-scrollbar {
  display: none;
}
.nti-webshop-checkout__right-aligned__wrapper {
  /* Hide scrollbar for IE and Edge */
  -ms-overflow-style: none;
}
.nti-webshop-checkout__stepper {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 17px;
}
.nti-webshop-checkout__stepper__wrapper {
  min-width: 80px;
  max-width: 100px;
  overflow: visible;
  position: relative;
}
.nti-webshop-checkout__stepper__step {
  background-color: #263038;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
.nti-webshop-checkout__stepper__step--next {
  background-color: #7f7f7f;
}
.nti-webshop-checkout__stepper__number-container {
  position: absolute;
  color: #fff;
  left: 13px;
  top: 3px;
  z-index: 2;
}
.nti-webshop-checkout__stepper__number-container--first {
  left: 16px;
}
.nti-webshop-checkout__stepper__number-container span {
  font-size: 1.3rem;
  font-weight: 700;
}
.nti-webshop-checkout__stepper__label {
  text-align: center;
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 600;
  color: #263038;
}
.nti-webshop-checkout__stepper__label--next {
  color: #7f7f7f;
}
.nti-webshop-checkout__stepper__label--current {
  font-weight: 800;
}
.nti-webshop-checkout__stepper__line {
  border-bottom: 2px solid #263038;
  position: absolute;
  top: 20px;
  left: 40px;
  width: 250px;
  z-index: 1;
}
.nti-webshop-checkout__stepper__line--next {
  border-bottom: 2px solid #7f7f7f;
}
@media (max-width: 720px) {
  .nti-webshop-checkout__stepper__line {
    width: 40vw;
  }
}
.nti-webshop-checkout__help {
  position: absolute;
  right: 0;
  top: 40px;
}
.nti-webshop-checkout__help__title-container {
  display: flex;
}
@media (max-width: 1080px) {
  .nti-webshop-checkout__help {
    top: 160px;
  }
}
.nti-webshop-checkout__help-container h5 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 5px 0 10px 15px;
  text-align: right;
}
.nti-webshop-checkout__help-container p {
  text-align: right;
  margin: 0;
  color: #7f7f7f;
}
.nti-webshop-checkout__help-container p:last-of-type {
  margin-top: -10px;
}
.nti-webshop-checkout__complete-purchase {
  padding-top: 25px;
  border-top: 1px solid #f2f1ee;
}
@media (max-width: 1330px) {
  .nti-webshop-checkout__complete-purchase__container {
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 720px) {
  .nti-webshop-checkout__complete-purchase__container {
    width: 100%;
  }
}
.nti-webshop-checkout__agreement-container {
  margin-bottom: 20px;
}
.nti-webshop-checkout__agreement-container .nti-checkbox--invalid {
  border-width: 2px;
  border-color: #de0200;
}
.nti-webshop-checkout__agreement-wrapper {
  margin-bottom: 10px;
}
.nti-webshop-checkout__agreement-label {
  color: #263038;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.8;
  padding-top: 1px;
  margin-left: 40px;
}
.nti-webshop-checkout__discount-container {
  margin-top: 5px;
  margin-bottom: 130px;
}
@media (max-width: 1330px) {
  .nti-webshop-checkout__discount-container {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 80px;
  }
}
@media (max-width: 720px) {
  .nti-webshop-checkout__discount-container {
    width: 100%;
  }
}
.nti-webshop-checkout__discount-container__input {
  border: 2px solid #7f7f7f;
  display: flex;
  position: relative;
}
.nti-webshop-checkout__discount-container__label {
  font-size: 0.85rem;
  color: #de0200;
}
.nti-webshop-checkout__discount-input {
  width: 100%;
  margin-left: auto;
  padding: 0 10px;
}
.nti-webshop-checkout__discount-apply-button {
  min-width: 105px;
}
.nti-webshop-checkout {
  /* CSS FOR THE CART DISPLAYED WITHIN THE PAYMENT SECTION (STEP 2) */
}
.nti-webshop-checkout__mini-cart__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 40px 0 10px 0;
}
.nti-webshop-checkout__mini-cart__label {
  font-size: 0.85rem;
  color: #7f7f7f;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1330px) {
  .nti-webshop-checkout__mini-cart__label:first-child {
    margin-right: auto;
  }
}
.nti-webshop-checkout__mini-cart__label-container {
  padding-top: 10px;
  border-top: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-around;
  padding-left: 65px;
}
.nti-webshop-checkout__mini-cart .nti-checkout-cart__container {
  max-height: 22vh;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 25px;
  border-bottom: 1px solid #f2f1ee;
}
@media (max-width: 1330px) {
  .nti-webshop-checkout__mini-cart .nti-checkout-cart__container {
    max-height: 35vh;
  }
}
@media (max-width: 1330px) {
  .nti-webshop-checkout__mini-cart .nti-checkout-line__item__info-container {
    margin-left: auto;
    margin-top: 0;
  }
}
.nti-webshop-checkout__mini-cart .nti-checkout-line__item {
  padding: 10px 0 10px;
}
@media (max-width: 1330px) {
  .nti-webshop-checkout__mini-cart .nti-checkout-line__item {
    flex-direction: row;
  }
}
.nti-webshop-checkout__mini-cart .nti-checkout-line__item__title {
  font-size: 0.85rem;
  margin-bottom: 0;
  width: 135px;
  display: inline-block;
}
@media (max-width: 365px) {
  .nti-webshop-checkout__mini-cart .nti-checkout-line__item__title {
    width: 105px;
  }
}
@media (max-width: 720px) {
  .nti-webshop-checkout__mini-cart .nti-checkout-line__item__wrapper {
    flex-direction: column;
  }
}
.nti-webshop-checkout__mini-cart .nti-checkout-line__item__info-block {
  margin-right: 40px;
  margin-top: 5px;
  font-size: 0.85rem;
}
.nti-webshop-checkout__mini-cart .nti-checkout-line__item__info-block__price {
  font-weight: 500;
}
.nti-webshop-checkout__mini-cart .nti-checkout-line__item__info-block--scroll-margin-nav {
  padding-right: 40px;
}
.nti-webshop-checkout__mini-cart .nti-checkout-line__item__info-block--scroll-margin {
  padding-right: 20px;
}
.nti-webshop-checkout__mini-cart .nti-checkout-line__item__info-block--scroll-margin-middle {
  margin-right: 20px;
}
.nti-webshop-checkout__mini-cart .nti-checkout-line__item__mini-cart-header {
  display: flex;
  position: relative;
  background-color: #fff;
  padding: 0;
  border-bottom: none;
  border-top: 1px solid #f2f1ee;
}
.nti-webshop-checkout__mini-cart .nti-checkout-line__item__mini-cart-header .nti-checkout-line__item__labels {
  margin-top: 10px;
}
.nti-webshop-checkout__mini-cart .nti-configurator-tablist__plus-minus--checkout-line, .nti-webshop-checkout__mini-cart .nti-checkout-line__item__info-block__label {
  display: none;
}
.nti-webshop-checkout__mini-cart .nti-configurator-tablist__plus-minus__input--mini-cart {
  display: block;
}
.nti-webshop-checkout__mini-cart .nti-checkout-line__item__info-block--price {
  margin-right: 0;
  text-align: right;
}
.nti-webshop-checkout__mini-cart .nti-checkout-line__item__info-block--mini-cart {
  display: none;
}
.nti-webshop-checkout__mini-cart .nti-checkout-line__item__info-block__label--mini-cart {
  display: none;
}
.nti-webshop-checkout__mini-cart .nti-checkout-line__item__remove-container {
  display: none;
}
.nti-webshop-checkout__mini-cart .nti-checkout-line__item__image-container {
  max-width: 50px;
}
@media (max-width: 720px) {
  .nti-webshop-checkout__mini-cart .nti-checkout-line__item__image-container {
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
.nti-webshop-checkout__mini-cart .nti-checkout-line__item__labels {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-self: center;
}
.nti-webshop-checkout__mini-cart .nti-checkout-line__item__labels p {
  display: none;
}
@media (max-width: 720px) {
  .nti-webshop-checkout__mini-cart .nti-checkout-line__item__labels {
    margin-top: 50px;
  }
}
.nti-webshop-checkout__mini-cart .nti-checkout-line__total {
  margin-top: 5px;
}
.nti-webshop-checkout__mini-cart .nti-checkout-line__total--vat {
  padding-top: 10px;
}
.nti-webshop-checkout__mini-cart .nti-checkout-line__total__container {
  display: flex;
  width: 100%;
  line-height: 1.5rem;
  padding-right: 0;
}
.nti-webshop-checkout__mini-cart .nti-checkout-line__total__sum {
  font-size: 0.85rem;
}
.nti-webshop-checkout__mini-cart .nti-checkout-line__total__sum--discount {
  font-size: 0.85rem;
}
.nti-webshop-checkout__mini-cart .nti-checkout-line__total__price {
  display: flex;
  justify-content: flex-end;
}
.nti-webshop-checkout__mini-cart .nti-checkout-line__total__price p, .nti-webshop-checkout__mini-cart .nti-checkout-line__total__labels p {
  margin: 0;
}
.nti-webshop-checkout__mini-cart .nti-checkout-line__total__wrapper {
  margin: 20px 0 10px 0;
}

.nti-webshop-receipt-page__title {
  font-size: 2rem;
  margin: 0;
  font-weight: 700;
  margin-top: 50px;
}
.nti-webshop-receipt-page__line-item-title {
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 1.25rem;
  max-width: 470px;
}

.block-image {
  position: relative;
  margin-bottom: 174px;
}
.block-image figure.hoverfigure:hover {
  transform: scale(1.04);
  transition: 0.4s ease-out;
}
.block-image.image__landscape img, .block-image.image__landscape figcaption {
  max-width: calc(100% - 30px);
}
.block-image figcaption {
  background-color: #263038;
  color: #ffffff;
  text-align: left;
  padding-left: 8px;
}
.block-image figcaption a {
  color: #fff;
  border-bottom: 2px solid #de0200;
}
.block-image figcaption a:hover {
  color: #8B98A3;
}
.block-image.image__portrait img, .block-image.image__portrait figcaption {
  max-width: calc(92.5% - 30px);
}
.block-image img {
  height: auto;
}
.block-image:not(.no-shadow) img {
  box-shadow: rgba(0, 0, 0, 0.25) 30px 30px 50px;
}
.block-image .background-box {
  width: calc((100% - 30px) * 0.75);
  height: calc(100% - 30px);
  background-color: #f2f1ee;
  z-index: -1;
  position: absolute;
  top: 120px;
  right: 15px;
}

.modal .modal-content {
  border: none;
  border-radius: 0;
}
.modal button.close {
  align-self: flex-end;
  background: transparent;
}
.modal button.close::before, .modal button.close::after {
  width: 20px;
  height: 2px;
}
.modal img {
  margin: 0 auto 20px;
}
@media (min-width: 992px) {
  .modal .modal-2xl {
    max-width: 1920px;
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 1049;
  background: rgba(0, 0, 0, 0.5);
}

.block-text a, .block-text a:focus, .block-text a:active, .block-text a:hover {
  color: #263038;
  text-decoration: none;
  border-bottom: 2px solid #de0200;
}
.block-text a:hover {
  color: #4d4d4d;
}
.block-text a.btn {
  border-bottom: 0;
  color: #fff;
}
.block-text.bg-white, .block-text.bg-black, .block-text.bg-light-gray, .block-text.bg-medium-gray, .block-text.bg-dark-gray, .block-text.bg-light-blue, .block-text.bg-dark-blue, .block-text.bg-green, .block-text.bg-dark-green {
  padding: 30px;
  height: 100%;
}
.block-text.bg-white {
  background: #fff;
}
.block-text.bg-black {
  background: #000000;
}
.block-text.bg-black * {
  color: #fff;
}
.block-text.bg-light-gray {
  background: #f2f1ee;
}
.block-text.bg-medium-gray {
  background: #737D85;
}
.block-text.bg-dark-gray {
  background: #263038;
}
.block-text.bg-dark-gray * {
  color: #fff;
}
.block-text.bg-light-blue {
  background: #006fb6;
}
.block-text.bg-light-blue * {
  color: #fff;
}
.block-text.bg-dark-blue {
  background: #1F3D83;
}
.block-text.bg-dark-blue * {
  color: #fff;
}
.block-text.bg-green {
  background: #367A00;
}
.block-text.bg-green * {
  color: #fff;
}
.block-text.bg-dark-green {
  background: #065B5B;
}
.block-text.bg-dark-green * {
  color: #fff;
}
.block-text a.icon, .block-text ul.pagination a.first, ul.pagination .block-text a.first, .block-text ul.pagination a.last, ul.pagination .block-text a.last {
  border-bottom: none;
}
.block-text a.icon span, .block-text ul.pagination a.first span, ul.pagination .block-text a.first span, .block-text ul.pagination a.last span, ul.pagination .block-text a.last span {
  border-bottom: 2px solid #de0200;
  margin-left: 10px;
}
.block-text a.icon::before, .block-text ul.pagination a.first::before, ul.pagination .block-text a.first::before, .block-text ul.pagination a.last::before, ul.pagination .block-text a.last::before {
  min-width: 15px;
  display: inline-block;
}
.block-text strong {
  color: #263038;
}
.block-text blockquote {
  font-size: 1.5rem;
  padding: 0 70px;
  margin: 50px 0;
  font-style: italic;
  position: relative;
}
.block-text blockquote::before {
  content: "";
  display: inline-flex;
  height: 90%;
  border-left: 5px solid #de0200;
  float: left;
  position: absolute;
  align-self: center;
  top: 5%;
  left: 0;
}

.accordion-body a, .accordion-body a:focus, .accordion-body a:active, .accordion-body a:hover, .imagetextblock-text__text a, .imagetextblock-text__text a:focus, .imagetextblock-text__text a:active, .imagetextblock-text__text a:hover {
  color: #263038;
  text-decoration: none;
  border-bottom: 2px solid #de0200;
}
.accordion-body a:hover, .imagetextblock-text__text a:hover {
  color: #4d4d4d;
}
.accordion-body a.btn, .imagetextblock-text__text a.btn {
  border-bottom: 0;
  color: #fff;
}

.block.col-sm-6 .block-text {
  padding-right: 16.66%;
}

@media (min-width: 768px) {
  .display-auto .block-text, .block.col-12 .block-text {
    margin: 0 auto;
    text-align: left;
  }
  .block-text blockquote::before {
    height: 80%;
    top: 10%;
  }
}
.block-contacts {
  background-color: #263038;
  padding: 50px 0;
  color: #d9d9d9;
}
.block-contacts h2, .block-contacts strong {
  color: #fff;
}
.block-contacts .mega {
  margin-bottom: 23px;
}
.block-contacts .contacts-item {
  clear: both;
  margin-bottom: 30px;
  display: inline-block;
  align-self: center;
}
.block-contacts .media {
  flex-direction: column;
}
.block-contacts .media img {
  margin: 0 auto 20px;
  max-width: 150px;
  height: auto;
}
.block-contacts .media .media-body {
  padding-left: 20px;
  flex: 0 1 auto;
}
.block-contacts.block__full-width .media .media-body {
  padding-left: 20px;
  flex: 0 1 auto;
}
.block-contacts .contacts-header {
  margin-bottom: 40px;
  text-align: center;
}
.block-contacts .contacts-details {
  margin-left: 30px;
  margin-top: 18px;
  line-height: 22px;
  text-align: center;
}
.block-contacts .contacts-name {
  display: block;
  margin-bottom: 10px;
}
.block-contacts .contacts-title {
  margin-bottom: 0;
}
.block-contacts .contacts-email a {
  color: #d9d9d9;
}
.block-contacts .contacts-email a:hover {
  color: #fff;
}

@media (min-width: 1260px) {
  .block-contacts .media img {
    margin: 0 45px 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1260px) {
  .block-contacts .media img {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .block-contacts .media {
    flex-direction: row;
    /*img {
        margin: 0 auto;
    }*/
  }
  .block-contacts .contacts-details {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .block-contacts .media img {
    max-width: 180px;
  }
}
.block-quote {
  padding: 80px 0 0 0;
}
.block-quote.img-middle {
  padding: 80px 0;
}
.block-quote.img-middle blockquote {
  margin: 0;
}
.block-quote.img-middle .media {
  padding-top: 0;
}
.block-quote .quotationmark {
  font-size: 275px;
  text-align: center;
  line-height: 120px;
  height: 0;
  position: relative;
  color: #deddd9;
}
.block-quote.block__full-width {
  overflow: hidden;
}
.block-quote.block__full-width .quotationmark::before {
  display: inline-flex;
  height: 5px;
  width: 100vw;
  background: #de0200;
  content: "";
  position: absolute;
  right: calc(50% + 70px);
}
.block-quote.block-quote__dark {
  background-color: #263038;
  color: #8B98A3;
}
.block-quote.block-quote__dark h2, .block-quote.block-quote__dark h6, .block-quote.block-quote__dark a {
  color: #fff;
}
.block-quote.block-quote__dark .quotationmark {
  color: #3E4D59;
}
.block-quote.block-quote__dark a:hover {
  color: #8B98A3;
}
.block-quote.block-quote__dark .blockquote-footer p {
  color: #8B98A3;
}
.block-quote.block-quote__light {
  background-color: #f2f1ee;
}
.block-quote.block-quote__light h2, .block-quote.block-quote__light h6, .block-quote.block-quote__light a {
  color: #263038;
}
.block-quote.block-quote__light a:hover {
  color: #de0200;
}
.block-quote.block-quote__light .blockquote-footer p {
  color: #4d4d4d;
}
.block-quote .quote-text {
  margin-bottom: 40px;
}
.block-quote blockquote {
  border: none;
  margin: 80px 0 40px;
}
.block-quote .media {
  display: none;
}
.block-quote .blockquote-footer {
  padding-top: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.block-quote .blockquote-footer::before {
  content: none;
}
.block-quote .blockquote-footer .blockquote-author {
  display: flex;
  flex-direction: column;
}
.block-quote .blockquote-footer {
  text-transform: uppercase;
  font-size: 100%;
}
.block-quote .blockquote-footer h6 {
  margin-bottom: 4px;
}
.block-quote .blockquote-footer .quote-link a {
  display: inline;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .block-quote .quotationmark {
    align-self: center;
    margin-right: 0;
  }
  .block-quote .quotationmark::before {
    height: 5px;
    right: 100%;
    margin-top: -40px;
  }
  .block-quote blockquote {
    border: none;
    margin: 0 0 40px;
    align-self: center;
  }
}
@media (min-width: 992px) {
  .block-quote .media {
    display: flex;
    padding-top: 30px;
  }
}
.block-icons-tabs {
  text-align: center;
}
.block-icons-tabs .icons-tabs-header {
  margin-bottom: 45px;
}
.block-icons-tabs .nav-item:nth-last-child(n+5),
.block-icons-tabs .nav-item:nth-last-child(n+5) ~ .nav-item {
  width: 50%;
}
.block-icons-tabs .nav-item:nth-last-child(-n+4):first-child,
.block-icons-tabs .nav-item:nth-last-child(-n+4):first-child ~ .nav-item {
  width: 50%;
}
.block-icons-tabs .nav-item:nth-last-child(-n+3):first-child,
.block-icons-tabs .nav-item:nth-last-child(-n+3):first-child ~ .nav-item {
  max-width: 33.33%;
}
.block-icons-tabs .nav-link {
  color: #7f7f7f;
  padding: 0;
}
.block-icons-tabs .nav-link.active {
  background-color: transparent;
  color: #263038;
}
.block-icons-tabs .nav-link:hover {
  color: #263038;
}
.block-icons-tabs .nav-link:hover .media {
  border-color: #de0200;
}
.block-icons-tabs .nav-link h6 {
  margin-top: 20px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.block-icons-tabs .icons-tab-image {
  width: 75px;
  margin-bottom: 20px;
}
.block-icons-tabs .icons-bordered .media {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 3px solid #263038;
}
.block-icons-tabs .icons-bordered .active .media {
  border-color: #de0200;
}
.block-icons-tabs .icons-bordered .icons-tab-image {
  width: 40px;
  margin-bottom: 0;
}
.block-icons-tabs .tab-content {
  margin-top: 22px;
}

@media (min-width: 576px) {
  .block-icons-tabs .nav-item:nth-last-child(n+5),
  .block-icons-tabs .nav-item:nth-last-child(n+5) ~ .nav-item {
    max-width: 33.33%;
  }
  .block-icons-tabs .nav-item:nth-last-child(-n+4):first-child,
  .block-icons-tabs .nav-item:nth-last-child(-n+4):first-child ~ .nav-item {
    max-width: 20%;
  }
  .block-icons-tabs .icons-tabs-header {
    margin-bottom: 52px;
  }
  .block-icons-tabs .nav-item {
    max-width: auto;
  }
  .block-icons-tabs .icons-bordered .media {
    width: 100px;
    height: 100px;
  }
  .block-icons-tabs .icons-bordered .icons-tab-image {
    width: 35px;
  }
  .block-icons-tabs .icons-tab-image {
    width: 100px;
  }
  .block-icons-tabs .nav-link h6 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .block-icons-tabs .tab-content {
    margin-top: 28px;
  }
}
@media (min-width: 992px) {
  .block-cons-tabs .nav-item:nth-last-child(n+5),
  .block-cons-tabs .nav-item:nth-last-child(n+5) ~ .nav-item {
    max-width: 16.66%;
  }
}
.block-accordion h2 {
  text-align: center;
  margin-bottom: 35px;
}
.block-accordion .questions {
  border-top: 1px solid #f2f1ee;
}
.block-accordion .question {
  border-bottom: 1px solid #f2f1ee;
}
.block-accordion .question.open .question-header .icon, .block-accordion .question.open .question-header ul.pagination .first, ul.pagination .block-accordion .question.open .question-header .first, .block-accordion .question.open .question-header ul.pagination .last, ul.pagination .block-accordion .question.open .question-header .last {
  transform: translateY(-50%) rotate(180deg);
}
.block-accordion .question-header {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  position: relative;
  padding-left: 35px;
}
.block-accordion .question-header h3 {
  font-size: 20px;
  margin: 0;
  flex: 1;
}
.block-accordion .question-header.collapsed .icon, .block-accordion .question-header.collapsed ul.pagination .first, ul.pagination .block-accordion .question-header.collapsed .first, .block-accordion .question-header.collapsed ul.pagination .last, ul.pagination .block-accordion .question-header.collapsed .last {
  transform: translateY(-50%);
}
.block-accordion .question-header .icon, .block-accordion .question-header ul.pagination .first, ul.pagination .block-accordion .question-header .first, .block-accordion .question-header ul.pagination .last, ul.pagination .block-accordion .question-header .last {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 150ms;
}
.block-accordion .question-header .icon::before, .block-accordion .question-header ul.pagination .first::before, ul.pagination .block-accordion .question-header .first::before, .block-accordion .question-header ul.pagination .last::before, ul.pagination .block-accordion .question-header .last::before {
  color: #263038;
}
.block-accordion .question-body {
  padding-left: 35px;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .block-accordion h2.heading-h3 {
    font-size: 1.5rem;
  }
  .block-accordion h2.heading-h4 {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .block-accordion h2.heading-h3 {
    font-size: 1.75rem;
  }
  .block-accordion h2.heading-h4 {
    font-size: 1.5rem;
  }
  .block-accordion h2.heading-h5 {
    font-size: 1.25rem;
  }
  .block-accordion .question-header {
    padding-left: 4rem;
  }
  .block-accordion .question-header .icon, .block-accordion .question-header ul.pagination .first, ul.pagination .block-accordion .question-header .first, .block-accordion .question-header ul.pagination .last, ul.pagination .block-accordion .question-header .last {
    left: 1rem;
  }
  .block-accordion .question-body {
    padding: 0 0 2rem 4rem;
  }
}
@media (min-width: 1440px) {
  .block-accordion .question-header:hover {
    background-color: #f2f1ee;
  }
  .block-accordion .question-body {
    padding-top: 2rem;
  }
}
.block-usp .usp-list {
  list-style-image: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.block-usp .usp-list-item {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  align-items: center;
}
.block-usp .usp-list-item:last-of-type {
  margin-bottom: 0;
}
.block-usp .usp-list-item img {
  width: 50px;
  margin-right: 30px;
}
.block-usp .usp-list-item h6 {
  color: #fff;
  margin: 0;
  flex: 1;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .block-usp.text-box {
    display: flex;
  }
  .block-usp.text-box.text-box-right .text-box-title {
    order: 1;
  }
  .block-usp .text-box-title h1 {
    margin-bottom: 0;
  }
  .block-usp .text-box-title h1::after {
    height: 5px;
  }
  .block-usp .text-box-content .content-box {
    padding: 80px 48px 103px 105px;
  }
  .block-usp .usp-list-item {
    margin-bottom: 45px;
  }
  .block-usp .usp-list-item img {
    max-height: 50px;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
}
@media (min-width: 1440px) {
  .block-usp .text-box-content .content-box {
    padding: 80px 50px 100px 100px;
  }
}
.block-download-client {
  text-align: center;
}
.block-download-client .download-client-text {
  margin-bottom: 45px;
}
.block-download-client .download-client-image {
  margin-bottom: 30px;
}
.block-download-client .download-client-link {
  display: inline-flex;
  margin-bottom: 30px;
}

.block-embed {
  position: relative;
  margin-bottom: 87px;
}
.block-embed .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  box-shadow: rgba(0, 0, 0, 0.25) 30px 30px 50px;
  background-color: #263038;
}
.block-embed .video iframe {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-embed .video #native-video-player,
.block-embed .video video {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-embed .background-box {
  width: calc((100% - 30px) * 0.75);
  height: calc(100% - 30px);
  background-color: #f2f1ee;
  z-index: -1;
  position: absolute;
  top: 75px;
  right: 0;
}

.video-placeholder {
  background-color: #4d4d4d;
}
.video-placeholder div {
  padding: 3rem 2rem;
  color: #fff;
}
.video-placeholder div img {
  float: left;
  margin-right: 1rem;
}
.video-placeholder div h1, .video-placeholder div h2, .video-placeholder div h3, .video-placeholder div h4, .video-placeholder div h5, .video-placeholder div h6 {
  color: #fff;
}
.video-placeholder div a {
  color: #fff !important;
  font-weight: 700;
  border-bottom: 5px solid #de0200;
  padding-bottom: 10px;
  display: inline-block;
  margin-top: 4rem;
}

@media (min-width: 768px) {
  .block.col-md-4 .block-embed, .block-branch-entrance .branch-entrance-icons .block:nth-last-child(-n+3):first-child .block-embed,
  .block-branch-entrance .branch-entrance-icons .block:nth-last-child(-n+3):first-child ~ .block .block-embed {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 991.98px) {
  .video-placeholder {
    min-height: 250px;
    height: fit-content;
    padding-bottom: 0;
  }
  .video-placeholder div {
    padding: 1rem;
  }
  .video-placeholder div img {
    width: 12%;
  }
  .video-placeholder div h1, .video-placeholder div h2, .video-placeholder div h3, .video-placeholder div h4, .video-placeholder div h5, .video-placeholder div h6 {
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 1.2;
  }
  .video-placeholder div p, .video-placeholder div a {
    font-size: 13px;
    line-height: 1.2;
  }
  .video-placeholder div a {
    margin-top: 0;
    padding-bottom: 5px;
    display: initial;
  }
}
.block-content-top {
  text-align: center;
}
.block-content-top p,
.block-content-top h2,
.block-content-top h3,
.block-content-top h5,
.block-content-top h6 {
  text-align: left;
  color: #263038;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "Overpass", sans-serif;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .block-content-top {
    margin-bottom: -60px;
  }
  .block-content-top p,
  .block-content-top h2,
  .block-content-top h3,
  .block-content-top h5,
  .block-content-top h6 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .block-content-top p,
  .block-content-top h2,
  .block-content-top h3,
  .block-content-top h5,
  .block-content-top h6 {
    line-height: 1.875rem;
  }
}
.price-container {
  margin-bottom: 30px;
}
.price-container .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.price-container .price span {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
}
.price-container .conditions {
  font-size: 0.8rem;
}

.block-hero {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -18px;
}
.block-hero[data-overlay=True] .hero-overlay {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
}
.block-hero[data-overlay=True] .hero-overlay-dark {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
}
.block-hero-slide {
  margin-bottom: 18px;
}
.block-hero-text {
  padding-top: 30px;
  padding-bottom: 11px;
}
.block-hero-text .whitetext {
  color: #fff;
}
.block-hero-text .blacktext {
  color: #263038;
}
.block-hero.hero-video {
  transition: opacity 0.2s ease-in-out;
}
.block-hero.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-hero.hero-video .video-text-wrapper {
  position: relative;
}
.block-hero.hero-video .video-text-wrapper .block-hero-text {
  padding: 16px 15px 0;
}
.block-hero.hero-video .video-text-wrapper .block-hero-text.bg-white-transparent {
  background: rgba(255, 255, 255, 0.4);
}
.block-hero.hero-video .video-text-wrapper .block-hero-text.bg-black-transparent {
  background: var(--secondary);
}
.block-hero.hero-video .hero-video__nav-wrapper {
  display: none;
  padding-bottom: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.block-hero.hero-video .hero-video__nav-wrapper .hero-video__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-items: end;
  width: 100%;
}
.block-hero.hero-video .hero-video__nav-wrapper .hero-video__nav .hero-video__scroll {
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.block-hero.hero-video .hero-video__nav-wrapper .hero-video__nav .hero-video__scroll::before {
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  background-image: url(/icons/scroll.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.block-hero.hero-video .hero-video__nav-wrapper .hero-video__nav .hero-video__scroll:hover {
  transform: translateY(10px);
}
.block-hero.hero-video .hero-video__nav-wrapper .hero-video__nav .hero-video__pause-play {
  cursor: pointer;
}
.block-hero.hero-video .hero-video__nav-wrapper .hero-video__nav .hero-video__pause-play::before {
  display: block;
  width: 45px;
  height: 45px;
}
.block-hero.hero-video .hero-video__nav-wrapper .hero-video__nav .hero-video__pause-play.video-pause {
  content: url("/icons/video-pause.svg");
}
.block-hero.hero-video .hero-video__nav-wrapper .hero-video__nav .hero-video__pause-play.video-play {
  content: url("/icons/video-play.svg");
  opacity: 0.8;
}
.block-hero h1 {
  margin-bottom: 1rem;
}
.block-hero h3 {
  line-height: 1.3;
  margin-bottom: 1rem;
}
.block-hero .btn {
  margin-top: 20px;
}

section.block-hero[onclick] {
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .slick-list {
    overflow: inherit;
  }
  .slick-slider {
    overflow: hidden;
  }
  .slick-slide:not(.slick-active) {
    height: 0;
  }
  .block-hero {
    background-size: auto 280px;
    background-position: top;
    display: grid;
    grid-template-rows: 280px auto;
    grid-template-areas: "hero-background" "hero-text";
  }
  .block-hero .container {
    background: white;
    grid-area: hero-text;
  }
  .block-hero .container.mob-bg-dark {
    background: var(--secondary);
  }
  .slick-dots {
    bottom: 0;
    position: relative;
  }
  .block-hero-text {
    padding-top: 1rem;
    padding-bottom: 0;
  }
  .block-hero-text .btn {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .block-hero {
    margin-bottom: -36px;
  }
  .block-hero-slide {
    margin-bottom: 36px;
  }
  .block-hero.hero-video {
    height: 50vh;
  }
  .block-hero.hero-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
  }
  .block-hero.hero-video .video-text-wrapper {
    top: 35%;
    transform: translateY(-35%);
  }
  .block-hero.hero-video .video-text-wrapper .block-hero-text {
    padding: 60px;
  }
  .block-hero.hero-video .video-text-wrapper .block-hero-text.bg-white-transparent {
    background: rgba(255, 255, 255, 0.4);
  }
  .block-hero.hero-video .video-text-wrapper .block-hero-text.bg-black-transparent {
    background: rgba(0, 0, 0, 0.4);
  }
  .block-hero.hero-video .hero-video__nav-wrapper {
    display: block;
  }
}
@media (min-width: 768px) {
  .block-hero {
    min-height: 400px;
    margin-bottom: -54px;
  }
  .block-hero-slide {
    max-height: 400px;
    margin-bottom: 54px;
  }
  .block-hero-text {
    padding-top: 60px;
    padding-bottom: 45px;
  }
  .block-hero .btn {
    margin-top: 32px;
  }
  .block-hero.hero-video {
    height: calc(100vh - 80px);
  }
}
@media (min-width: 992px) {
  .block-hero {
    min-height: 500px;
  }
  .block-hero-slide {
    max-height: 500px;
    margin-bottom: 72px;
  }
  .block-hero-text {
    padding-top: 100px;
    padding-bottom: 45px;
  }
}
@media (min-width: 2300px) {
  .block-hero.hero-video .video-text-wrapper {
    max-width: 2000px;
  }
}
.block-branch-entrance {
  background-color: #f2f1ee;
  padding: 50px 0 20px;
}
.block-branch-entrance h2 {
  margin-bottom: 30px;
}
.block-branch-entrance p {
  margin-bottom: 70px;
}
.block-branch-entrance .branch-entrance-icons .block {
  margin-bottom: 30px;
  display: inline-flex;
}
.block-branch-entrance .branch-entrance-icons .block:nth-last-child(n+5),
.block-branch-entrance .branch-entrance-icons .block:nth-last-child(n+5) ~ .block {
  width: 50%;
}
.block-branch-entrance .branch-entrance-icons .block:nth-last-child(-n+4):first-child,
.block-branch-entrance .branch-entrance-icons .block:nth-last-child(-n+4):first-child ~ .block {
  width: 50%;
}
.block-branch-entrance .branch-entrance-icons img {
  padding-bottom: 30px;
}
.block-branch-entrance .branch-entrance-icons h6 {
  margin-bottom: 0;
}

/*@include media-breakpoint-up(sm) {
    .block-branch-entrance {
        margin-bottom: -(2 * $margin-bottom);
    }
}

@include media-breakpoint-up(md) {
    .block-branch-entrance {
        margin-bottom: -(3 * $margin-bottom);
    }
}*/
@media (min-width: 992px) {
  .block-branch-entrance {
    padding: 100px 0 96px;
  }
}
.course-calendar a, .course-calendar a:focus, .course-calendar a:active, .course-calendar a:hover {
  color: #263038;
  text-decoration: none;
  border-bottom: 2px solid #de0200;
}
.course-calendar a:hover {
  color: #4d4d4d;
}
.course-calendar a.btn {
  border-bottom: 0;
  color: #fff;
}
.course-calendar {
  margin-bottom: 60px;
}
.course-calendar .accordion-item {
  border-bottom: 1px solid #f2f1ee;
  padding-top: 10px;
  margin: 0;
}
.course-calendar .accordion-item:first-of-type {
  border-top: 1px solid #f2f1ee;
}
.course-calendar .accordion-header {
  position: absolute;
  right: 0;
  z-index: 100;
  cursor: pointer;
}
.course-calendar .accordion-header::before {
  float: right;
  content: "\e917";
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-family: icomoon;
}
.course-calendar .accordion-header.collapsed::before {
  content: "\e90d";
}
.course-calendar .accordion-header p,
.course-calendar .accordion-body p {
  margin-bottom: 0;
  padding-bottom: 10px;
  line-height: 1.2rem;
}
.course-calendar .accordion-body {
  padding-left: 0;
}
.course-calendar .course-calendar-header {
  display: none;
}
.course-calendar .date {
  font-weight: 700;
  color: #263038;
}
.course-calendar .name {
  color: #4d4d4d;
}
.course-calendar .location,
.course-calendar .duration,
.course-calendar .dates {
  font-size: 0.875rem;
  color: #7f7f7f;
}
.course-calendar .duration span,
.course-calendar .dates span {
  margin-bottom: 0;
  display: block;
}
.course-calendar .link-button {
  width: 100%;
  margin-bottom: 15px;
  margin-right: -15px;
}

@media (min-width: 992px) {
  .course-calendar .course-calendar-header {
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    color: #263038;
    padding-bottom: 0;
  }
  .course-calendar .accordion-header {
    display: none;
  }
  .course-calendar .accordion-header::before {
    display: none;
  }
  .course-calendar .accordion-body {
    display: flex;
    padding-left: 0.25rem;
  }
  .course-calendar .date {
    font-weight: 300;
  }
  .course-calendar .date,
  .course-calendar .name,
  .course-calendar .location,
  .course-calendar .duration span,
  .course-calendar .dates span {
    font-size: 0.85rem;
    color: #4d4d4d;
  }
}
.add-participants {
  border-bottom: 1px solid #7f7f7f;
  padding-bottom: 50px;
  margin-bottom: 100px;
}
.add-participants .add-participants__intro {
  text-align: center;
  margin-bottom: 62px;
}
.add-participants .add-participants__participant {
  margin: 57px 0 10px;
}
.add-participants .toggle-box {
  margin-bottom: 50px;
}
.add-participants .toggle-box h4 {
  text-align: center;
  margin-bottom: 30px;
}
.add-participants .toggle-box .row {
  padding: 0 0 14px;
}
.add-participants .toggle-box .toggle-box__target {
  padding: 0 0 26px;
}
@media (min-width: 992px) {
  .add-participants .toggle-box .row {
    padding-left: 30px;
    padding-left: 30px;
  }
}

.billing {
  border-bottom: 1px solid #7f7f7f;
  padding-bottom: 90px;
  margin-bottom: 100px;
}
.billing h2 {
  margin-bottom: 63px;
}
.billing .billing__last-in-group {
  padding-bottom: 60px;
}
.billing .form-group {
  margin-bottom: 10px;
}
.billing label {
  width: 100%;
}
.billing .custom-select {
  width: 100%;
}

.payment-method h2 {
  margin-bottom: 74px;
}
.payment-method .payment-method__choices {
  margin-bottom: 70px;
}
.payment-method .payment-method__info {
  border-top: 1px solid #f2f1ee;
  border-bottom: 1px solid #f2f1ee;
  text-align: right;
  padding: 22px 0 8px;
}
.payment-method .payment-method__info table {
  display: table;
  width: 100%;
}
.payment-method .payment-method__info table td {
  text-align: left;
  width: 50%;
  padding: 0;
}
.payment-method .payment-method__info table td:nth-child(2) {
  text-align: right;
  padding-left: 0;
}
.payment-method .payment-method__price {
  border-bottom: 1px solid #f2f1ee;
  margin-bottom: 70px;
  padding: 17px 0 11px;
}
.payment-method .payment-method__price table {
  width: 100%;
}
.payment-method .payment-method__price table td {
  padding: 0;
  text-align: left;
  font-weight: 700;
  font-size: 1.75rem;
  color: #263038;
}
.payment-method .payment-method__price table td:nth-child(2) {
  text-align: right;
}
.payment-method .payment-method__actions {
  text-align: center;
}
.payment-method .payment-method__actions .custom-checkbox {
  text-align: left;
  margin-right: 0;
}
.payment-method .payment-method__actions .btn {
  display: inline-block;
  margin-top: 60px;
  min-width: 200px;
}
@media (min-width: 992px) {
  .payment-method .payment-method__info table {
    display: inline-block;
    width: auto;
  }
  .payment-method .payment-method__info table td {
    width: auto;
  }
  .payment-method .payment-method__info table td:nth-child(2) {
    padding-left: 90px;
  }
  .payment-method .payment-method__actions .custom-checkbox {
    text-align: center;
  }
}

/* BASKET */
.basket {
  border-top: 1px solid #f2f1ee;
}
.basket .basket__item {
  position: relative;
  padding: 45px 0 17px;
  border-bottom: 1px solid #f2f1ee;
}
.basket .basket__item .close {
  position: absolute;
  top: 25px;
  right: 0;
}
.basket .basket__item h4 {
  margin-bottom: 20px;
  margin-right: 50px;
  color: #263038;
  text-transform: inherit;
}
.basket .basket__item h4 a {
  color: #263038;
}
.basket .basket__item h4 span {
  display: block;
  padding-left: 0;
  color: #de0200;
  font-size: 0.75rem;
  text-transform: initial;
}
.basket .basket__row {
  display: flex;
  flex-wrap: wrap;
}
.basket .basket__row label {
  font-weight: 400;
  color: #4d4d4d;
}
.basket .basket__info {
  width: 100%;
}
.basket .basket__count {
  color: #263038;
  text-align: center;
  width: 20%;
}
.basket .basket__price {
  padding-left: 20px;
  text-align: right;
  width: 40%;
}
.basket .basket__price .basket__price-amount {
  font-weight: 700;
  color: #263038;
  font-size: 0.8rem;
}
.basket .basket__subtotal {
  border-bottom: 1px solid #f2f1ee;
  padding: 16px 0 11px;
}
.basket .basket__subtotal table {
  width: 100%;
}
.basket .basket__subtotal table td {
  font-size: 1.5rem;
  font-weight: 700;
  color: #263038;
}
.basket .basket__subtotal table td:nth-child(2) {
  text-align: right;
}
@media (min-width: 768px) {
  .basket .basket__row {
    flex-wrap: nowrap;
  }
  .basket .basket__count {
    align-self: flex-end;
    width: auto;
  }
  .basket .basket__price {
    align-self: flex-end;
    min-width: 150px;
    width: auto;
  }
}
@media (min-width: 576px) {
  .basket .basket__price .basket__price-amount {
    font-size: 0.8rem;
    font-size: 1rem;
  }
}

/* BASKET POPUP */
.basket-popup-con .row {
  position: relative;
}

.basket-popup {
  position: absolute;
  top: 19px;
  right: 15px;
  z-index: 300;
  width: calc(100% - 30px);
  border-top: 6px solid #de0200;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease-out, transform 0.25s cubic-bezier(0.15, 0.44, 0.74, 1.29), visibility 0.25s linear 0.25s;
}
.basket-popup.show {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  transform: translateY(-24px);
}
.basket-popup {
  /*&.fadein {
      opacity: 1;
      visibility: visible;
      top: -4px;
      transition-delay: 0s;
  }*/
}
.basket-popup:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(-24px);
}
.basket-popup:after {
  bottom: 100%;
  right: 59px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(221, 0, 0, 0);
  border-bottom-color: #dd0000;
  border-width: 15px;
  margin-left: -15px;
}
.basket-popup .basket-popup__items {
  padding: 25px 25px 0px;
}
.basket-popup .basket-popup__item {
  font-size: 0.6875rem;
  line-height: 1.5;
  margin-bottom: 17px;
}
.basket-popup .basket-popup__item span {
  display: inline-block;
  vertical-align: top;
}
.basket-popup .basket-popup__item .basket-popup__title {
  font-weight: 700;
  width: 55%;
  padding-right: 55px;
}
.basket-popup .basket-popup__item .basket-popup__count {
  width: 12%;
}
.basket-popup .basket-popup__item .basket-popup__price {
  width: 31%;
  text-align: right;
}
.basket-popup .basket-popup__actions {
  padding: 21px 30px 21px;
  background-color: #f2f1ee;
}
.basket-popup .basket-popup__actions .btn {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 11px;
  min-width: 0;
  width: 45%;
}
.basket-popup .basket-popup__actions .basket-popup__total {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  width: 53%;
  text-align: right;
}
@media (min-width: 576px) {
  .basket-popup {
    width: 394px;
    right: 62px;
  }
  .basket-popup:after {
    right: 12px;
  }
}
@media (min-width: 992px) {
  .basket-popup {
    right: 0;
  }
}

.products-resume {
  border-bottom: 1px solid #7f7f7f;
  padding-bottom: 50px;
  margin-bottom: 100px;
}

.promocard {
  box-shadow: rgba(0, 0, 0, 0.15) 10px 10px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.promocard.background .promocard-body {
  padding-top: 190px;
  height: 100%;
}
.promocard-overlay {
  background: linear-gradient(transparent, #000);
  bottom: 0;
  height: 75%;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.promocard-img {
  object-fit: contain;
  width: 100%;
}
.promocard-img.image-background {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 2;
}
.promocard-body {
  flex-grow: 1;
  padding: 30px 30px 80px;
  position: relative;
  z-index: 30;
}
.promocard-body.bg-white {
  background-color: #fff;
}
.promocard-body.bg-light-gray {
  background-color: #f2f1ee;
}
.promocard-body.bg-dark-gray {
  background-color: #263038;
}
.promocard-body.bg-transparent {
  background-color: transparent;
}
.promocard-body_title.blacktext, .promocard-body_text.blacktext {
  color: #263038;
}
.promocard-body_title.whitetext, .promocard-body_text.whitetext {
  color: #fff;
}
.promocard-body .nti-button--arrow {
  background: #de0200;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.promocard-body .nti-button--arrow::before {
  content: url("/icons/pointy-arrow-right.svg");
  display: block;
  filter: invert(1);
  line-height: 1;
}
.promocard-body .nti-button--arrow.btn-color-black {
  background: #263038;
}
.promocard-body .nti-button--arrow.btn-color-blue {
  background: #006fb6;
}
.promocard-body .nti-button--arrow.btn-color-green {
  background: #367A00;
}
.promocard-body .nti-button--arrow.btn-color-white {
  background: #fff;
}
.promocard-body .nti-button--arrow.btn-color-white::before {
  filter: invert(0);
}

.flipcard {
  height: 100%;
  min-height: 500px;
  perspective: 1000px;
  width: 100%;
  max-width: 600px;
}
.flipcard-inner {
  box-shadow: rgba(0, 0, 0, 0.15) 10px 10px 30px;
  display: grid;
  height: 100%;
  position: relative;
  text-align: center;
  transition: transform 1s;
  transition-delay: 250ms;
  transform-style: preserve-3d;
  width: 100%;
}
.flipcard-inner:hover {
  transform: rotateY(180deg);
}
.flipcard-front, .flipcard-back {
  grid-area: 1/1;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flipcard-front {
  cursor: pointer;
}
.flipcard-front-bg {
  height: 100%;
  position: relative;
  width: 100%;
}
.flipcard-front-bg::after {
  content: url("/icons/hand-pointer-regular.svg");
  filter: invert(1);
  display: block;
  opacity: 0.3;
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 24px;
  width: 24px;
}
.flipcard-front-bg.bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flipcard-front-bg:not(.bg-image) .flipcard-overlay {
  display: none;
}
.flipcard-front-bg .flipcard-overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.flipcard-front-bg .flipcard-front-header {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
}
.flipcard-front-bg .flipcard-front-header.position-top {
  top: 45px;
}
.flipcard-front-bg .flipcard-front-header.position-middle {
  top: 50%;
  transform: translate(-50%, -50%);
}
.flipcard-front-bg .flipcard-front-header.whitetext {
  color: #fff;
}
.flipcard-front-bg .flipcard-front-header.blacktext {
  color: black;
}
.flipcard-front-bg.bg-light-gray, .flipcard-back.bg-light-gray {
  background-color: #f2f1ee;
}
.flipcard-front-bg.bg-light-gray.bg-transparency10, .flipcard-back.bg-light-gray.bg-transparency10 {
  background-color: rgba(242, 241, 238, 0.9);
}
.flipcard-front-bg.bg-light-gray.bg-transparency20, .flipcard-back.bg-light-gray.bg-transparency20 {
  background-color: rgba(242, 241, 238, 0.8);
}
.flipcard-front-bg.bg-dark-gray, .flipcard-back.bg-dark-gray {
  background-color: #263038;
}
.flipcard-front-bg.bg-dark-gray.bg-transparency10, .flipcard-back.bg-dark-gray.bg-transparency10 {
  background-color: rgba(38, 48, 56, 0.9);
}
.flipcard-front-bg.bg-dark-gray.bg-transparency20, .flipcard-back.bg-dark-gray.bg-transparency20 {
  background-color: rgba(38, 48, 56, 0.8);
}
.flipcard-front-bg.bg-light-blue, .flipcard-back.bg-light-blue {
  background-color: #006fb6;
}
.flipcard-front-bg.bg-light-blue.bg-transparency10, .flipcard-back.bg-light-blue.bg-transparency10 {
  background-color: rgba(0, 111, 182, 0.9);
}
.flipcard-front-bg.bg-light-blue.bg-transparency20, .flipcard-back.bg-light-blue.bg-transparency20 {
  background-color: rgba(0, 111, 182, 0.8);
}
.flipcard-front-bg.bg-dark-blue, .flipcard-back.bg-dark-blue {
  background-color: #1F3D83;
}
.flipcard-front-bg.bg-dark-blue.bg-transparency10, .flipcard-back.bg-dark-blue.bg-transparency10 {
  background-color: rgba(31, 61, 131, 0.9);
}
.flipcard-front-bg.bg-dark-blue.bg-transparency20, .flipcard-back.bg-dark-blue.bg-transparency20 {
  background-color: rgba(31, 61, 131, 0.8);
}
.flipcard-front-bg.bg-dark-green, .flipcard-back.bg-dark-green {
  background-color: #065B5B;
}
.flipcard-front-bg.bg-dark-green.bg-transparency10, .flipcard-back.bg-dark-green.bg-transparency10 {
  background-color: rgba(6, 91, 91, 0.9);
}
.flipcard-front-bg.bg-dark-green.bg-transparency20, .flipcard-back.bg-dark-green.bg-transparency20 {
  background-color: rgba(6, 91, 91, 0.8);
}
.flipcard-back {
  align-items: center;
  background-color: #f2f1ee;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 45px 15px;
  text-align: center;
  transform: rotateY(180deg);
}
.flipcard-back.bg-dark-gray .flipcard-back_header, .flipcard-back.bg-dark-gray .flipcard-back_text, .flipcard-back.bg-light-blue .flipcard-back_header, .flipcard-back.bg-light-blue .flipcard-back_text, .flipcard-back.bg-dark-blue .flipcard-back_header, .flipcard-back.bg-dark-blue .flipcard-back_text, .flipcard-back.bg-dark-green .flipcard-back_header, .flipcard-back.bg-dark-green .flipcard-back_text {
  color: #fff;
}
.flipcard-back.bg-dark-gray .divider, .flipcard-back.bg-light-blue .divider, .flipcard-back.bg-dark-blue .divider, .flipcard-back.bg-dark-green .divider {
  background: #fff;
}
.flipcard-back .divider {
  height: 3px;
  left: unset;
  margin: 10px auto 27px;
  position: relative;
  transform: none;
  width: 50%;
}
.flipcard-back .btn {
  justify-self: flex-end;
  margin-bottom: 0;
  margin-top: auto;
}

.imagetextblock {
  display: flex;
  flex-direction: row;
}
.imagetextblock-image, .imagetextblock-content {
  flex: 0 0 50%;
  max-width: 50%;
}
.imagetextblock-content {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.imagetextblock-content.bg-white {
  background-color: #fff;
}
.imagetextblock-content.bg-light-gray {
  background-color: #f2f1ee;
}
.imagetextblock-content.bg-dark-gray {
  background-color: #263038;
}
.imagetextblock-content.bg-dark-gray * {
  color: #fff;
}
.imagetextblock-content.bg-transparent {
  background-color: transparent;
}
.imagetextblock-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imagetextblock.image-left .imagetextblock-image {
  order: 1;
}
.imagetextblock.image-left .imagetextblock-content {
  order: 2;
  padding-right: 15px;
}
.imagetextblock.image-right .imagetextblock-image {
  order: 2;
}
.imagetextblock.image-right .imagetextblock-content {
  order: 1;
  padding-left: 15px;
}

@media (max-width: 767.98px) {
  .imagetextblock {
    flex-direction: column;
  }
  .imagetextblock-image, .imagetextblock-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .imagetextblock-image {
    margin-bottom: 0;
  }
  .imagetextblock.image-left .imagetextblock-image, .imagetextblock.image-right .imagetextblock-image {
    order: 1;
  }
  .imagetextblock.image-left .imagetextblock-content, .imagetextblock.image-right .imagetextblock-content {
    order: 2;
    padding: 30px 15px;
  }
}
.background-container {
  padding: 50px 0 20px;
}
.background-container h2 {
  margin-bottom: 30px;
  text-align: center;
}
.background-container.bg-white {
  background: #fff;
}
.background-container.bg-light-gray {
  background: #f2f1ee;
}
.background-container.bg-dark-gray {
  background: #263038;
}
.background-container.bg-dark-gray .bg-header, .background-container.bg-dark-gray .bg-subheader {
  color: #fff;
}
.background-container.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .background-container {
    padding: 100px 0 20px;
  }
}
.language-selection-block {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 81px);
  padding-top: 30px;
  position: relative;
}
.language-selection-block.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
}
.language-selection-block .hero-overlay-dark {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.language-selection-block .whitetext * {
  color: #fff;
}
.language-selection-block .header-wrapper {
  margin-bottom: 30px;
}
.language-selection-block .languages-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 115px);
  grid-gap: 1rem;
  justify-content: space-between;
}
.language-selection-block .languages-container .country-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.language-selection-block .languages-container .country-wrapper .flag {
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  width: 80px;
}

html[lang=en-DK] .start-page .block {
  margin-bottom: 0 !important;
}

.dropdown-block .btn.dropdown-toggle {
  color: #fff;
}
.dropdown-block .btn.dropdown-toggle:focus {
  box-shadow: none;
}
.dropdown-block .btn.dropdown-toggle.btn-color-white {
  border-color: #263038 !important;
  background-color: #fff;
  color: #263038;
}
.dropdown-block .btn.dropdown-toggle.btn-color-white:hover, .dropdown-block .btn.dropdown-toggle.btn-color-white:focus {
  background-color: #263038 !important;
}
.dropdown-block ul li {
  padding: 0;
}
.dropdown-block .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.dropdown-block .dropdown-item img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-right: 10px;
}

.form-generel {
  position: relative;
}
.form-generel .form-generel__form,
.form-generel .form-generel__receipt {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease-out 0s, visibility 0.25s linear 0.25s;
}
.form-generel .form-generel__form.hide,
.form-generel .form-generel__receipt.hide {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0s;
}
.form-generel select {
  width: 100%;
}
.form-generel .form-generel__receipt {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

.EPiServerForms {
  background: #263038;
  color: #fff;
  padding: 50px 0;
  text-align: center;
  opacity: 1;
  width: 100%;
  max-width: 90vw;
  margin: 0 20px;
}
.EPiServerForms input {
  font-size: 14px;
  padding: 0 10px;
}
.EPiServerForms legend {
  font-size: 15px;
  line-height: 1;
  text-align: left;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .EPiServerForms {
    max-width: unset;
    margin: auto;
  }
}
@media (min-width: 576px) {
  .EPiServerForms {
    max-width: 80vw;
    margin: 0px;
  }
}
@media (max-width: 1439.98px) {
  .EPiServerForms {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .EPiServerForms {
    max-width: 95.5vw;
    padding: 100px;
  }
}
@media (min-width: 1440px) {
  .EPiServerForms {
    max-width: 1440px;
  }
}
.EPiServerForms.EPiServerForms .ValidationRequired .Form__Element__Caption:after {
  content: " *";
}
.EPiServerForms .Form__Status .Form__Status__Message {
  padding: 0 !important;
  margin: 0 !important;
}
.EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message {
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFF;
}
.EPiServerForms .Form__Title {
  color: #FFF;
  margin-bottom: 1rem;
}
.EPiServerForms .Form__MainBody {
  width: 100%;
}
.EPiServerForms .Form__MainBody section {
  display: flex;
  justify-content: unset;
  flex-wrap: wrap;
}
.EPiServerForms .Form__MainBody section .Form__ElementWrapper {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.EPiServerForms .Form__MainBody section .Form__ElementWrapper > .Form__Element {
  flex: 1 1 auto;
}
.EPiServerForms .Form__MainBody section > .Form__ElementWrapper > .Form__Element.FormTextbox,
.EPiServerForms .Form__MainBody section > .Form__ElementWrapper > .Form__Element.FormSelection,
.EPiServerForms .Form__MainBody section > .Form__ElementWrapper > .Form__Element.FormChoice,
.EPiServerForms .Form__MainBody section > .Form__ElementWrapper > .Form__Element.Form__CustomElement {
  flex: 1 1 auto;
}
.EPiServerForms .Form__MainBody section button {
  flex: 0 1 100%;
  margin: 15px;
  margin-top: 15px !important;
  min-width: 250px;
  height: 50px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 0 1.5rem;
  line-height: 50px;
  cursor: pointer;
  margin-bottom: 30px;
  color: #fff;
  background-color: #dd0000;
  border-color: #dd0000;
}
@media screen and (min-width: 768px) {
  .EPiServerForms .Form__MainBody section button {
    margin: 10px;
    margin-left: calc((100% - 250px) / 2);
    margin-right: calc((100% - 250px) / 2);
  }
}
.EPiServerForms .Form__MainBody section button:before {
  content: " ";
  height: 1px;
  width: 100%;
  position: relative;
  background-color: transparent;
}
.EPiServerForms .Form__MainBody section .Form__Element.Form__CustomElement.FormRecaptcha {
  margin: 0 auto 1.5rem;
}
.EPiServerForms .Form__MainBody section .Form__Element {
  margin: 0;
}
.EPiServerForms .Form__MainBody section .Form__Element.FormSelection {
  display: flex;
  flex-direction: column;
  padding: 2% 15px 5%;
  flex: 1 1 250px;
  justify-content: flex-end;
  position: relative;
}
.EPiServerForms .Form__MainBody section .Form__Element.FormSelection label {
  text-align: left;
  font-size: 15px;
}
.EPiServerForms .Form__MainBody section .Form__Element.FormSelection span {
  position: absolute;
}
.EPiServerForms .Form__MainBody section .Form__Element.FormSelection select {
  height: 50px;
  border-radius: 0;
  border: 3px solid #7f7f7f;
  color: #7f7f7f;
  background: #fff url("/icons/arrow-down.svg") no-repeat right 0.75rem center;
  background-size: 14px;
  cursor: pointer;
  /* remove arrow icon for Firefox */
  -moz-appearance: none;
  /*remove arrow icon for Chrome */
  -webkit-appearance: none;
  /* For IE10 */
}
.EPiServerForms .Form__MainBody section .Form__Element.FormSelection select::-ms-expand {
  display: none;
}
@media screen and (min-width: 768px) {
  .EPiServerForms .Form__MainBody section .Form__Element.FormChoice {
    padding: 2% 15px 5%;
  }
}
.EPiServerForms .Form__MainBody section .Form__Element.FormChoice {
  display: flex;
  flex-direction: column;
  padding: 2% 15px 5%;
  flex: 1 1 250px;
  justify-content: flex-end;
  position: relative;
}
.EPiServerForms .Form__MainBody section .Form__Element.FormChoice fieldset > div {
  display: flex;
  align-items: flex-start;
}
.EPiServerForms .Form__MainBody section .Form__Element.FormChoice fieldset label {
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  float: left;
  line-height: 1.6;
  margin-right: 10px;
  text-align: justify;
}
.EPiServerForms .Form__MainBody section .Form__Element.FormChoice fieldset input[type=radio],
.EPiServerForms .Form__MainBody section .Form__Element.FormChoice fieldset input[type=checkbox] {
  height: 20px;
  width: 20px;
  min-width: 20px;
  transform: translateY(2px);
  float: left;
  margin-right: 5px;
}
.EPiServerForms .Form__MainBody section .Form__Element.FormTextbox {
  flex: 1 1 250px;
  padding: 15px 0 20px;
  position: relative;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .EPiServerForms .Form__MainBody section .Form__Element.FormTextbox {
    padding: 2% 15px 5%;
  }
}
.EPiServerForms .Form__MainBody section .Form__Element.FormTextbox input {
  width: 100%;
}
.EPiServerForms .Form__MainBody section .Form__Element.FormTextbox label {
  text-align: left;
  width: 100%;
  font-size: 15px;
}
.EPiServerForms .Form__MainBody section .Form__Element.FormTextbox span {
  position: absolute;
}
.EPiServerForms .Form__MainBody section .Form__Element.FormSelection.ValidationRequired.ValidationFail input,
.EPiServerForms .Form__MainBody section .Form__Element.FormSelection.ValidationRequired.ValidationFail select, .EPiServerForms .Form__MainBody section .Form__Element.FormChoice.ValidationRequired.ValidationFail input,
.EPiServerForms .Form__MainBody section .Form__Element.FormChoice.ValidationRequired.ValidationFail select, .EPiServerForms .Form__MainBody section .Form__Element.FormTextbox.ValidationRequired.ValidationFail input,
.EPiServerForms .Form__MainBody section .Form__Element.FormTextbox.ValidationRequired.ValidationFail select {
  border: 3px solid #dd0000;
}
.EPiServerForms .Form__MainBody section .Form__Element.FormSelection.ValidationRequired.ValidationFail input, .EPiServerForms .Form__MainBody section .Form__Element.FormChoice.ValidationRequired.ValidationFail input, .EPiServerForms .Form__MainBody section .Form__Element.FormTextbox.ValidationRequired.ValidationFail input {
  padding-right: 2.625rem;
  background-repeat: no-repeat;
  background-position: center right 0.65625rem;
  background-size: 1.05rem 1.05rem;
  background-image: url("/icons/redx.svg");
}
.EPiServerForms .Form__MainBody section .Form__Element.FormSelection .Form__Element__ValidationError, .EPiServerForms .Form__MainBody section .Form__Element.FormChoice .Form__Element__ValidationError, .EPiServerForms .Form__MainBody section .Form__Element.FormTextbox .Form__Element__ValidationError {
  color: #dd0000;
  font-size: 0.8rem;
  text-align: left;
  display: block;
}
.EPiServerForms .Form__MainBody section .Form__Element.FormSelection .Form__Element__ValidationError, .EPiServerForms .Form__MainBody section .Form__Element.FormTextbox .Form__Element__ValidationError {
  margin-top: 5px;
}

.courses-filters,
.product-filters {
  margin-top: 60px;
}
.courses-filters label,
.product-filters label {
  float: left;
}
.courses-filters .custom-select,
.product-filters .custom-select {
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .courses-filters .custom-select,
  .product-filters .custom-select {
    margin-bottom: 0;
  }
}
.block-call .custom-select {
  border-color: #fff;
  width: 100%;
}
.block-call .form-control {
  border-color: #fff;
}
.block-call .form-actions {
  display: block;
  margin-top: 40px;
}
.block-call .form-actions .form-check {
  margin-bottom: 0;
  margin-right: 20px;
}
.block-call .form-actions .custom-checkbox {
  display: flex;
  align-items: center;
  margin: 0;
}
.block-call .form-actions .custom-checkbox .custom-control-indicator {
  background-color: #fff;
  border-radius: 0;
  left: 0 !important;
}
.block-call .form-actions button {
  width: 100%;
  margin-top: 40px;
}
.block-call label {
  color: #fff;
}
.block-call .form-generel__receipt {
  color: #fff;
}

@media (min-width: 992px) {
  .block-call .form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .block-call button {
    width: 150px;
    margin-top: 0;
  }
}
.block-form__newsletter-signup {
  background: #263038;
  color: #fff;
  padding: 100px 0 110px 0;
  text-align: center;
}
.block-form__newsletter-signup h2 {
  font-weight: 300;
  color: #fff;
}
.block-form__newsletter-signup form,
.block-form__newsletter-signup .form-actions {
  padding: 40px 0 0 0;
}
.block-form__newsletter-signup .form-group {
  margin-bottom: 40px;
}
.block-form__newsletter-signup .custom-select {
  border-color: #fff;
  width: 100%;
}
.block-form__newsletter-signup .form-control {
  border-color: #fff;
}
.block-form__newsletter-signup label {
  float: left;
  color: #fff;
}
.block-form__newsletter-signup button {
  min-width: 100%;
}

@media (min-width: 768px) {
  .block-form__newsletter-signup button {
    min-width: 150px;
  }
}
.block-form__download-whitepaper {
  background-color: #f2f1ee;
  text-align: center;
  padding: 100px 0 110px 0;
}
.block-form__download-whitepaper label {
  float: left;
}
.block-form__download-whitepaper button {
  min-width: 100%;
}
.block-form__download-whitepaper form,
.block-form__download-whitepaper .form-actions {
  padding: 40px 0 0 0;
}

@media (min-width: 768px) {
  .block-form__download-whitepaper button {
    min-width: auto;
  }
}
.courses-filters,
.product-filters {
  margin-top: 60px;
}
.courses-filters label,
.product-filters label {
  float: left;
}
.courses-filters .custom-select,
.product-filters .custom-select {
  width: 100%;
}

.block-form__support .col-auto {
  width: 100%;
}
.block-form__support h2 {
  text-align: center;
}
.block-form__support .block-form__intro {
  margin-bottom: 50px;
  text-align: center;
}
.block-form__support .form-actions {
  text-align: center;
  padding-top: 30px;
}

.nti-shop-filter-container {
  display: block;
}
@media (max-width: 1080px) {
  .nti-shop-filter-container {
    display: none;
  }
}

.nti-shop-filter {
  margin-bottom: 100px;
}
.nti-shop-filter input:disabled {
  cursor: default;
}
@media (max-width: 1080px) {
  .nti-shop-filter {
    margin-bottom: 0;
  }
}
@media (max-width: 1080px) {
  .nti-shop-filter--open {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 25px;
  }
}
.nti-shop-filter__title {
  display: inline-block;
  background-color: #fff;
  padding-right: 15px;
  position: absolute;
  top: -14px;
  left: 0;
  font-size: 1.125rem;
  font-weight: bold;
  color: #263038;
}
.nti-shop-filter__section {
  position: relative;
  margin-top: 60px;
  margin-left: 20px;
  border-top: 1px solid #d9d9d9;
}
@media (max-width: 1080px) {
  .nti-shop-filter__section {
    margin-top: 40px;
    margin-left: 0;
  }
}
.nti-shop-filter__wrapper {
  transition: all 0.5s;
  position: relative;
  bottom: 0;
  height: 100%;
  opacity: 1;
}
@media (max-width: 1080px) {
  .nti-shop-filter__wrapper {
    position: relative;
    bottom: -999px;
    height: 0;
    opacity: 0;
  }
  .nti-shop-filter__wrapper > * {
    display: none;
  }
  .nti-shop-filter__wrapper--open {
    opacity: 1;
    bottom: 0;
    height: 100%;
  }
  .nti-shop-filter__wrapper--open > * {
    display: block;
  }
}
.nti-shop-filter__level-one {
  margin-top: 35px;
  margin-left: 22px;
}
.nti-shop-filter__level-one__wrapper {
  margin-top: 5px;
}
.nti-shop-filter__level-one__label-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.nti-shop-filter__level-one__label-container:hover .nti-shop-filter__label::before {
  border: 1px solid #7f7f7f;
}
.nti-shop-filter__level-two {
  padding-left: 37px;
  position: relative;
  margin-top: 30px;
}
.nti-shop-filter__level-two__title {
  font-size: 1rem;
  font-weight: bold;
  color: #737D85;
  display: inline-block;
  position: absolute;
  top: -15px;
  background-color: #fff;
  padding-right: 15px;
}
.nti-shop-filter__level-two__container {
  border-top: 1px solid #d9d9d9;
  padding-top: 20px;
  padding-left: 0;
  margin-bottom: 35px;
}
.nti-shop-filter__level-two__container--no-sub-header {
  border-top: none;
  padding-top: 15px;
  margin-top: -10px;
}
.nti-shop-filter__level-two__label-container {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 0;
  padding-bottom: 2px;
  list-style: none;
}
.nti-shop-filter__level-two__label-container:hover .nti-shop-filter__label::before {
  border: 1px solid #7f7f7f;
}
.nti-shop-filter__level-two__wrapper {
  position: relative;
}
.nti-shop-filter__checkbox {
  cursor: pointer;
  width: 22px;
  height: 22px;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.nti-shop-filter__checkbox:disabled + label {
  opacity: 0.3;
  cursor: default;
}
.nti-shop-filter__checkbox:checked + label::before {
  background-color: transparent;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #263038;
}
.nti-shop-filter__checkbox:checked + label::after {
  display: block;
}
.nti-shop-filter__label {
  cursor: pointer;
  font-size: 0.95rem;
  color: #263038;
  padding-left: 36px;
  padding-right: 40px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: padding-left 0.3s;
}
.nti-shop-filter__label::before, .nti-shop-filter__label::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nti-shop-filter__label::before {
  transition: all 0.2s;
  left: 0;
  top: 13px;
  border: 1px solid #d9d9d9;
  box-shadow: inset 1px 1px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
}
.nti-shop-filter__label::after {
  top: 13px;
  left: 0;
  border-radius: 4px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNzMuODk4IDQzOS40MDRsLTE2Ni40LTE2Ni40Yy05Ljk5Ny05Ljk5Ny05Ljk5Ny0yNi4yMDYgMC0zNi4yMDRsMzYuMjAzLTM2LjIwNGM5Ljk5Ny05Ljk5OCAyNi4yMDctOS45OTggMzYuMjA0IDBMMTkyIDMxMi42OSA0MzIuMDk1IDcyLjU5NmM5Ljk5Ny05Ljk5NyAyNi4yMDctOS45OTcgMzYuMjA0IDBsMzYuMjAzIDM2LjIwNGM5Ljk5NyA5Ljk5NyA5Ljk5NyAyNi4yMDYgMCAzNi4yMDRsLTI5NC40IDI5NC40MDFjLTkuOTk4IDkuOTk3LTI2LjIwNyA5Ljk5Ny0zNi4yMDQtLjAwMXoiLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3N2Zz4=") no-repeat center center;
  background-size: 12px;
  background-color: #737D85;
  display: none;
}
.nti-shop-filter__button-container {
  display: flex;
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 1080px) {
  .nti-shop-filter__button-container button {
    width: 100%;
    max-width: 235px;
    margin: 0 auto;
  }
}
.nti-shop-filter__button-container--mobile-filter {
  display: none;
  margin-top: 40px;
  margin-bottom: -50px;
}
@media (max-width: 1080px) {
  .nti-shop-filter__button-container--mobile-filter {
    display: block;
  }
}

.nti-filter-pager {
  width: 100%;
  position: absolute;
  display: flex;
  top: 9px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 270px;
}
@media (max-width: 1080px) {
  .nti-filter-pager {
    position: relative;
  }
}
.nti-filter-pager__button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 1;
}
.nti-filter-pager__next-button {
  margin-left: auto;
  margin-right: 15px;
}
.nti-filter-pager__number-button {
  position: relative;
  z-index: 1;
  padding: 0 5px;
}
.nti-filter-pager__number-button__container {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  justify-content: center;
}
.nti-filter-pager--current {
  font-weight: bold;
  color: #263038;
}
.nti-filter-pager--current:before {
  display: inline-block;
  content: "";
  height: 3px;
  width: 100%;
  background-color: #de0200;
  position: absolute;
  bottom: 2px;
  left: 0;
}

.nti-promotion {
  background-color: #f2f1ee;
  margin: 60px 0 0 60px;
  border-radius: 3px;
}
@media (max-width: 1080px) {
  .nti-promotion {
    margin: -10px 0 0px 0;
  }
}
.nti-promotion__title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #263038;
  margin: 0 0 15px 0;
}
.nti-promotion__container {
  padding: 20px 20px 0 20px;
}
.nti-promotion__card-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 920px) {
  .nti-promotion__card-container {
    flex-direction: column;
  }
}
.nti-promotion__best-seller-card {
  cursor: pointer;
  min-height: 105px;
  border-radius: 3px;
  min-width: calc(50% - 20px);
  background-color: #263038;
  max-width: calc(50% - 20.1px);
  margin-left: 10px;
  margin-right: 10px;
  height: 100%;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
}
.nti-promotion__best-seller-card:hover {
  background-color: #343d45;
}
@media (max-width: 920px) {
  .nti-promotion__best-seller-card {
    margin-top: 20px;
    width: calc(100% - 20px);
    max-width: initial;
  }
}
.nti-promotion__best-seller-card__link-container {
  display: flex;
}
@media (max-width: 465px) {
  .nti-promotion__best-seller-card__link-container {
    flex-direction: column;
  }
}
.nti-promotion__best-seller-card__image {
  max-width: 200px;
  max-height: 134px;
}
@media (max-width: 465px) {
  .nti-promotion__best-seller-card__image {
    max-height: 100%;
    max-width: 100%;
  }
}
.nti-promotion__best-seller-card__left-container {
  padding: 15px 20px 10px 20px;
  width: 70%;
  position: relative;
}
@media (max-width: 1330px) {
  .nti-promotion__best-seller-card__left-container {
    padding: 10px 20px 10px 20px;
  }
}
@media (max-width: 465px) {
  .nti-promotion__best-seller-card__left-container {
    width: 100%;
  }
}
.nti-promotion__best-seller-card__right-container {
  width: 30%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}
.nti-promotion__best-seller-card__image-container {
  width: 85px;
  background-size: cover;
}
.nti-promotion__best-seller-card__title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 1rem;
  font-weight: 800;
}
@media (max-width: 1330px) {
  .nti-promotion__best-seller-card__title {
    margin-bottom: 23px;
    font-size: 0.85rem;
  }
}
@media (max-width: 465px) {
  .nti-promotion__best-seller-card__title {
    font-size: 1rem;
    margin-bottom: 40px;
  }
}
.nti-promotion__best-seller-card__price {
  color: #EB6766;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0;
  margin-top: 5px;
  position: absolute;
  bottom: 12px;
}
@media (max-width: 1330px) {
  .nti-promotion__best-seller-card__price {
    bottom: 8px;
  }
}
.nti-promotion__best-seller-card__small-font {
  font-size: 0.75rem;
  font-weight: 400;
}
.nti-promotion__campaign-card {
  cursor: pointer;
  margin-bottom: 30px;
  min-height: 105px;
  border-radius: 3px;
  width: calc(33.3333333333% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  background-size: cover;
  padding: 15px 20px 10px 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 920px) {
  .nti-promotion__campaign-card {
    width: calc(100% - 20px);
    max-width: initial;
  }
}
.nti-promotion__campaign-card:hover .nti-promotion__campaign-card__image {
  transform: scale(1.07);
}
.nti-promotion__campaign-card__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.25s ease-in-out;
  z-index: 1;
}
.nti-promotion__campaign-card__content-container {
  position: relative;
  z-index: 1;
}
.nti-promotion__campaign-card__title {
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 25px;
}
.nti-promotion__campaign-card__line {
  width: 40px;
  border-top: 2px solid #EB6766;
  position: relative;
  top: -13px;
}
.nti-promotion__campaign-card__text {
  color: #fff;
  font-size: 0.85rem;
  margin-bottom: 0;
  max-width: 80%;
  line-height: 1.25rem;
}
@media (max-width: 720px) {
  .nti-promotion__campaign-card__text {
    max-width: 100%;
  }
}

.nti-product-tile-grid {
  width: calc(100% - 60px);
  margin-top: 60px;
  margin-left: 60px;
}
@media (max-width: 1080px) {
  .nti-product-tile-grid {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
.nti-product-tile-grid__container {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}
@media (max-width: 720px) {
  .nti-product-tile-grid__container {
    justify-content: center;
  }
}
.nti-product-tile-grid__sort {
  padding: 5px 5px 5px 15px;
  border: 3px solid #7f7f7f;
  max-width: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 720px) {
  .nti-product-tile-grid__sort {
    width: 100%;
    max-width: 235px;
    margin-bottom: 30px;
  }
}
.nti-product-tile-grid__mobile-filter {
  display: none;
  width: 100%;
}
@media (max-width: 1080px) {
  .nti-product-tile-grid__mobile-filter {
    display: block;
  }
}
.nti-product-tile-grid__mobile-filter .nti-shop-filter__section:first-child {
  margin-top: 90px;
}
.nti-product-tile-grid__mobile-filter .nti-shop-filter {
  margin-bottom: 20px;
}
.nti-product-tile-grid__error {
  margin: 40px 0 60px;
  padding: 30px;
  border: 2px solid #7f7f7f;
  text-align: center;
}
@media (max-width: 720px) {
  .nti-product-tile-grid__error {
    margin: 20px 15px 40px;
  }
}
.nti-product-tile-grid__error-message {
  margin-bottom: 20px;
}
.nti-product-tile-grid__warning {
  margin: 0 0 20px;
  padding: 12px 16px;
  background: rgb(190.75, 190.75, 190.75);
  border-left: 4px solid #7f7f7f;
  font-size: 0.95em;
}
@media (max-width: 720px) {
  .nti-product-tile-grid__warning {
    margin: 0 15px 20px;
  }
}
.nti-product-tile-grid__warning-message {
  display: block;
}
.nti-product-tile-grid__navigation-container {
  display: flex;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1080px) {
  .nti-product-tile-grid__navigation-container {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
}
.nti-product-tile-grid__navigation-container--bottom {
  margin-bottom: 110px;
}
.nti-product-tile-grid__navigation-container:nth-child(2) {
  margin: 0 auto;
}

.nti-product-tile {
  width: calc(25% - 30.01px);
  background-color: #fcfcfc;
  border-radius: 6px;
  cursor: pointer;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #f2f1ee;
}
@media (max-width: 1330px) {
  .nti-product-tile {
    width: calc(33.3333333333% - 30.01px);
  }
}
@media (max-width: 920px) {
  .nti-product-tile {
    width: calc(50% - 30.01px);
  }
}
@media (max-width: 465px) {
  .nti-product-tile {
    width: 235px;
  }
}
.nti-product-tile:hover .nti-product-tile__image-container {
  transform: scale(1.035);
}
.nti-product-tile__image-wrapper {
  position: relative;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  margin: -1px;
}
.nti-product-tile__image-wrapper__label-container {
  display: flex;
  position: absolute;
  bottom: 12px;
  border-radius: 20px;
  padding: 3px 16px 2px 16px;
  left: 15px;
  font-size: 0.85rem;
  font-weight: 800;
  background-color: #f2f1ee;
}
.nti-product-tile__image-wrapper__label-container--Course {
  border: 1px solid #EB6766;
  color: #de0200;
}
.nti-product-tile__image-wrapper__label-container--Course-with-image {
  margin-left: 7px;
}
.nti-product-tile__image-wrapper__label-container--Software {
  border: 1px solid #70CB29;
  color: #70CB29;
}
.nti-product-tile__image-wrapper__label-container--Hardware {
  border: 1px solid #41B5FF;
  color: #41B5FF;
}
.nti-product-tile__image-container {
  border-radius: 6px 6px 0 0;
  height: 174px;
  background-size: 100% auto;
  object-fit: contain;
  position: relative;
  transform: scale(1);
  transition: all 0.25s ease-in-out;
}
.nti-product-tile__image-container__logo {
  height: 18px;
  width: 18px;
}
.nti-product-tile__image {
  margin-left: -1px;
  border-radius: 6px 6px 0 0;
}
.nti-product-tile__info-label {
  font-size: 0.7rem;
  color: #263038;
  display: block;
  margin-bottom: -12px;
}
.nti-product-tile__info-label--bottom {
  color: #7f7f7f;
  margin-top: -16px;
}
.nti-product-tile__info-wrapper {
  padding: 15px;
}
.nti-product-tile__info-container__title {
  margin-bottom: 105px;
  font-size: 1rem;
  font-weight: 900;
  color: #263038;
}
.nti-product-tile__info-container__price {
  font-size: 1.4rem;
  font-weight: 900;
  color: #263038;
  margin-bottom: 0;
  margin-left: -1px;
}
.nti-product-tile__info-container__price__wrapper {
  position: absolute;
  bottom: 55px;
}
.nti-product-tile__info-container__price--discount {
  color: red;
  margin-top: -15px;
}
.nti-product-tile__info-container__price--old {
  font-size: 1.125rem;
  color: #7f7f7f;
  text-decoration: line-through;
}
.nti-product-tile__button-container {
  margin: -1px;
  margin-top: 11px;
  text-align: center;
  background-color: #f2f1ee;
  border-radius: 6px;
  bottom: 0;
  position: absolute;
  width: calc(100% + 1px);
  border: 1px solid #f2f1ee;
  transition: all 0.25s ease-in-out;
}
.nti-product-tile__button-container:hover {
  background-color: rgba(242, 241, 238, 0.65);
}
.nti-product-tile__button-container button {
  font-size: 0.9rem;
  color: #263038;
  margin-bottom: 1px;
  margin-top: 2px;
}

.nti-product-info {
  margin-bottom: 60px;
  padding-top: 60px;
}
.nti-product-info__container {
  display: flex;
}
@media (max-width: 1080px) {
  .nti-product-info__container {
    flex-direction: column;
  }
}
.nti-product-info__container h5 {
  margin-bottom: 20px;
}
.nti-product-info__title {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 465px) {
  .nti-product-info__title {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.nti-product-info__scroll-to-configurator-button {
  display: none;
  margin-top: 40px;
  max-width: 465px;
}
@media (max-width: 920px) {
  .nti-product-info__scroll-to-configurator-button {
    display: block;
  }
}
.nti-product-info__image-container {
  max-width: 300px;
  width: 100%;
  height: 100%;
}
@media (max-width: 465px) {
  .nti-product-info__image-container {
    max-width: 100%;
  }
}
.nti-product-info__list {
  margin-left: 40px;
  max-width: 50%;
}
@media (max-width: 1080px) {
  .nti-product-info__list {
    margin-top: 30px;
    max-width: 100%;
    margin-left: 0;
  }
}
.nti-product-info__list__title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 465px) {
  .nti-product-info__list__title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.nti-product-info__list li {
  font-size: 0.85rem;
  color: #7f7f7f;
}

.nti-product-info-tablist {
  padding-bottom: 50px;
}
.nti-product-info-tablist a {
  color: #de0200;
}
.nti-product-info-tablist a:hover {
  color: #EB6766;
}
.nti-product-info-tablist__tab-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 465px) {
  .nti-product-info-tablist__tab-container {
    flex-direction: column;
    align-items: center;
  }
}
.nti-product-info-tablist__tab-container button {
  margin-bottom: 20px;
}
.nti-product-info-tablist__tabcontent {
  margin-top: 10px;
}
.nti-product-info-tablist__tabcontent__text {
  font-size: 0.95rem;
}
.nti-product-info-tablist__tablink {
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 400;
  padding-bottom: 7px;
}
.nti-product-info-tablist__tablink__wrapper {
  margin-right: 50px;
  margin-bottom: 20px;
}
@media (max-width: 465px) {
  .nti-product-info-tablist__tablink__wrapper {
    margin-bottom: 25px;
    margin-right: 0;
  }
}
.nti-product-info-tablist__video {
  margin-top: 50px;
}
.nti-product-info-tablist__video .background-box {
  top: 140px;
}

.nti-configurator-tablist {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (max-width: 920px) {
  .nti-configurator-tablist {
    padding-top: 120px;
    padding-bottom: 0;
    margin-top: -120px;
  }
}
.nti-configurator-tablist__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.nti-configurator-tablist__subtitle {
  font-size: 0.85rem;
  color: #7f7f7f;
  font-weight: 500;
  margin-bottom: 7px;
}
.nti-configurator-tablist__tab-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.nti-configurator-tablist__tab {
  border-bottom: 1px solid #d9d9d9;
  margin-top: 30px;
  display: inline-block;
  flex-wrap: wrap;
  transition: display 1s;
}
.nti-configurator-tablist__tab--underline {
  display: flex;
}
.nti-configurator-tablist__tab__link {
  margin-right: 20px;
}
.nti-configurator-tablist__plus-minus {
  text-align: center;
  margin-bottom: 25px;
  /* Chrome, Safari, Edge, Opera */
}
.nti-configurator-tablist__plus-minus input::-webkit-outer-spin-button,
.nti-configurator-tablist__plus-minus input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.nti-configurator-tablist__plus-minus {
  /* Firefox */
}
.nti-configurator-tablist__plus-minus input[type=number] {
  -moz-appearance: textfield;
}
.nti-configurator-tablist__plus-minus__input {
  height: 30px;
  width: 35px;
  text-align: center;
  margin-left: 7px;
  margin-right: 7px;
  border: none;
  background-color: transparent;
}
.nti-configurator-tablist__plus-minus__input--mini-cart {
  display: none;
}
.nti-configurator-tablist__plus-minus__input:hover {
  border: 1px solid #7f7f7f;
}
.nti-configurator-tablist__plus-minus--checkout-line {
  margin-bottom: 0;
}
.nti-configurator-tablist__plus-minus button {
  cursor: pointer;
}
.nti-configurator-tablist__add-to-cart {
  width: 50%;
  float: right;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1330px) {
  .nti-configurator-tablist__add-to-cart {
    width: 100%;
  }
}
@media (max-width: 920px) {
  .nti-configurator-tablist__add-to-cart {
    float: none;
    max-width: 400px;
    margin-bottom: 0;
  }
}
.nti-configurator-tablist__add-to-cart__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.nti-configurator-tablist__add-to-cart__price-text {
  padding-top: 4px;
  margin-bottom: 0;
  font-size: 1.125rem;
  color: #7f7f7f;
}
.nti-configurator-tablist__add-to-cart__price-container {
  display: flex;
  flex-direction: column;
}
.nti-configurator-tablist__add-to-cart__total-price {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 800;
  align-self: flex-end;
}
.nti-configurator-tablist__add-to-cart__total-price--discount {
  text-decoration: line-through;
  color: #7f7f7f;
  font-weight: 500;
}
.nti-configurator-tablist__add-to-cart__label {
  margin-top: -5px;
  align-self: flex-end;
  font-size: 0.75rem;
  color: #7f7f7f;
}
.nti-configurator-tablist__add-to-cart svg {
  fill: #fff;
}

.nti-cart-notification {
  position: relative;
  max-width: 500px;
  background-color: #fff;
  box-shadow: 0 1px 10px 2px rgba(38, 48, 56, 0.12);
  transition: opacity 0.3s;
  border-radius: 3px;
  position: absolute;
  right: 24px;
  top: 18px;
  z-index: 3;
}
@media (max-width: 465px) {
  .nti-cart-notification {
    left: 24px;
  }
}
.nti-cart-notification__overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background-color: transparent;
}
.nti-cart-notification__overlay-wrapper {
  max-width: 1480px;
  height: 100vh;
  margin: 0 auto;
  position: relative;
}
.nti-cart-notification__image {
  max-width: 100%;
  height: auto;
}
.nti-cart-notification:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 0;
  top: -8px;
  left: 10px;
  transform: rotate(45deg);
  width: 16px;
  height: 16px;
  background-color: #fff;
  box-shadow: 1px -5px 15px 0px rgba(0, 0, 0, 0.12);
  left: calc(50% + 130px);
}
@media (max-width: 465px) {
  .nti-cart-notification:before {
    left: 50%;
  }
}
.nti-cart-notification:after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 1px;
  right: 1px;
  height: 15px;
  background-color: #fff;
}
.nti-cart-notification__item-added {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 40px 2px 40px;
}
@media (max-width: 465px) {
  .nti-cart-notification__item-added {
    padding: 20px 20px 2px 20px;
  }
}
.nti-cart-notification__item-added__title {
  font-size: 0.85rem;
  color: #7f7f7f;
  font-weight: bold;
  max-width: 200px;
  margin-bottom: 40px;
  padding-right: 20px;
  margin-left: 30px;
}
@media (max-width: 465px) {
  .nti-cart-notification__item-added__title {
    margin-top: 0;
    padding-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    max-width: 170px;
    padding-left: 20px;
  }
}
.nti-cart-notification__item-added__amount {
  font-size: 0.85rem;
  font-weight: bold;
  margin-left: auto;
}
@media (max-width: 465px) {
  .nti-cart-notification__item-added__amount {
    margin-bottom: 10px;
    margin-left: auto;
  }
}
.nti-cart-notification__item-added__image-container {
  width: 60px;
  max-height: 45px;
}
.nti-cart-notification__info {
  padding: 5px 40px 2px 40px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 5px;
}
@media (max-width: 465px) {
  .nti-cart-notification__info {
    padding: 5px 20px 2px 20px;
  }
}
.nti-cart-notification__info__wrapper {
  width: 100%;
  padding-left: 0;
  display: flex;
}
@media (max-width: 465px) {
  .nti-cart-notification__info__wrapper {
    margin-bottom: 5px;
  }
}
.nti-cart-notification__info__wrapper li:not(:first-child) {
  margin-left: 40px;
}
.nti-cart-notification__info__item {
  padding: 0;
  display: flex;
  list-style: none;
  flex-direction: column;
}
.nti-cart-notification__info__item p {
  font-size: 0.75rem;
  margin-bottom: 8px;
}
.nti-cart-notification__info__item__label {
  color: #7f7f7f;
  font-weight: 500;
}
.nti-cart-notification__info__item__text {
  color: #263038;
  font-weight: 900;
}
.nti-cart-notification__confirmation {
  display: flex;
}
.nti-cart-notification__confirmation svg {
  fill: #50D164;
}
.nti-cart-notification__confirmation__text {
  font-weight: 700;
  font-size: 1rem;
  color: #50D164;
  margin-left: 10px;
  margin-bottom: 10px;
}
.nti-cart-notification__confirmation__bottom {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 465px) {
  .nti-cart-notification__confirmation__bottom {
    margin-top: 20px;
  }
}
.nti-cart-notification__confirmation__button-container {
  display: flex;
  margin: 0 auto;
}
@media (max-width: 465px) {
  .nti-cart-notification__confirmation__button-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.nti-related-product-course__container-title {
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 30px;
}
.nti-related-product-course__image-container {
  max-width: 180px;
  width: 100%;
}
@media (max-width: 720px) {
  .nti-related-product-course__image-container {
    max-width: 100%;
  }
}
.nti-related-product-course__card {
  cursor: pointer;
  margin-bottom: 20px;
  height: 100%;
  border-radius: 3px;
  width: 100%;
  background-color: #263038;
  min-height: 135px;
  display: flex;
}
.nti-related-product-course__card:hover .nti-button--related-product-course {
  background-color: #343d45;
  color: #fff;
}
@media (max-width: 720px) {
  .nti-related-product-course__card {
    flex-direction: column;
  }
}
.nti-related-product-course__card p {
  color: #fff;
}
.nti-related-product-course__card__left-container {
  padding: 15px 15px 15px 25px;
  width: 65%;
  position: relative;
}
@media (max-width: 720px) {
  .nti-related-product-course__card__left-container {
    width: 100%;
  }
}
.nti-related-product-course__card__right-container {
  width: 35%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 720px) {
  .nti-related-product-course__card__right-container {
    margin-top: 20px;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
  }
}
.nti-related-product-course__card__title {
  color: #EB6766;
  margin-bottom: 5px;
  font-size: 1.125rem;
  font-weight: 800;
}
.nti-related-product-course__card__text {
  font-size: 0.85rem;
  margin-bottom: 0;
  max-width: 100%;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 30px;
}
@media (max-width: 720px) {
  .nti-related-product-course__card__text {
    max-width: 100%;
  }
}
.nti-related-product-course__card__price {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 0;
  margin-top: 5px;
  position: absolute;
  bottom: 15px;
}
@media (max-width: 720px) {
  .nti-related-product-course__card__price {
    bottom: -10px;
  }
}
.nti-related-product-course__card__small-font {
  font-size: 0.75rem;
  font-weight: 400;
}

.nti-related-product__container-title {
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 30px;
}
.nti-related-product__card {
  cursor: pointer;
  margin-bottom: 20px;
  min-height: 135px;
  border-radius: 3px;
  width: 100%;
  background-size: cover;
  background-position: center;
  padding: 20px 30px;
  display: flex;
  width: 100%;
}
.nti-related-product__card:hover .nti-button--related-product {
  background-color: #343d45;
  color: #fff;
}
@media (max-width: 720px) {
  .nti-related-product__card {
    flex-direction: column;
    background-size: auto 200%;
  }
}
.nti-related-product__card h3, .nti-related-product__card p {
  color: #fff;
}
.nti-related-product__card__left-container {
  width: 70%;
}
@media (max-width: 720px) {
  .nti-related-product__card__left-container {
    width: 100%;
  }
}
.nti-related-product__card__right-container {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 720px) {
  .nti-related-product__card__right-container {
    margin-top: 20px;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
  }
}
.nti-related-product__card__title {
  margin-bottom: 6px;
  font-size: 1.125rem;
  font-weight: 800;
}
.nti-related-product__card__text {
  font-size: 0.75rem;
  margin-bottom: 0;
}
@media (max-width: 720px) {
  .nti-related-product__card__text {
    max-width: 100%;
  }
}
.nti-related-product__card__price {
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 13px;
}
.nti-related-product__card__small-font {
  font-size: 0.75rem;
  font-weight: 400;
}

.nti-checkout-billing + .invalid-feedback-static {
  display: block;
  position: absolute;
}
.nti-checkout-billing + .info-feedback-static {
  display: block;
  position: absolute;
  color: #4d4d4d;
}
.nti-checkout-billing__invalid {
  border: 2px solid #de0200 !important;
}
.nti-checkout-billing__invalid + .invalid-feedback, .nti-checkout-billing__invalid.nti-checkout-billing + .invalid-feedback-static, .nti-checkout-billing__invalid.nti-checkout-billing + .info-feedback-static {
  display: block;
  position: absolute;
}
.nti-checkout-billing__section-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.nti-checkout-billing__section {
  width: 50%;
}
@media (max-width: 1080px) {
  .nti-checkout-billing__section {
    width: 100%;
  }
}
.nti-checkout-billing__section__bottom {
  width: 100%;
}
.nti-checkout-billing__input-group {
  margin-bottom: 60px;
  width: calc(100% - 60px);
}
@media (max-width: 1080px) {
  .nti-checkout-billing__input-group {
    width: 100%;
  }
}
.nti-checkout-billing__form-group {
  padding-top: 8px;
  position: relative;
}
.nti-checkout-billing__form-group input::-webkit-outer-spin-button,
.nti-checkout-billing__form-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.nti-checkout-billing__form-group input[type=number] {
  -moz-appearance: textfield;
}
.nti-checkout-billing__form-group textarea {
  min-height: 120px;
}
.nti-checkout-billing__form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.nti-checkout-billing__checkbox-container {
  border-radius: 2px;
  width: 100%;
  background-color: #f2f1ee;
  padding-top: 20px;
  margin-bottom: 15px;
  width: calc(100% - 60px);
}
.nti-checkout-billing__checkbox-container label {
  padding-bottom: 20px;
  padding-right: 30px;
}
@media (max-width: 1080px) {
  .nti-checkout-billing__checkbox-container {
    width: 100%;
  }
}
.nti-checkout-billing__checkbox {
  padding-left: 1.5rem;
}
.nti-checkout-billing__checkbox-label {
  padding-top: 3px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-left: 40px;
  display: inline-block;
}

.nti-checkout-line {
  max-width: 1440px;
  margin: 0 auto;
}
.nti-checkout-line__title {
  font-size: 2rem;
  margin: 0;
  font-weight: 700;
  margin-top: 50px;
}
.nti-checkout-line__payment-text {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 700;
}
.nti-checkout-line__bottom-buttons {
  border-top: 1px solid #f2f1ee;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 40px;
  margin-bottom: 60px;
}
.nti-checkout-line__bottom-buttons .nti-button,
.nti-checkout-line__bottom-buttons button {
  width: 270px;
}
.nti-checkout-line__bottom-buttons p {
  font-size: 1rem;
}
@media (max-width: 720px) {
  .nti-checkout-line__bottom-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }
  .nti-checkout-line__bottom-buttons button {
    width: 100%;
  }
}
.nti-checkout-line__total {
  display: flex;
  justify-content: flex-end;
}
.nti-checkout-line__total--vat {
  border-top: 1px solid #f2f1ee;
  padding-top: 25px;
}
.nti-checkout-line__total__wrapper {
  margin: 20px 0 5px 0;
}
.nti-checkout-line__total__container {
  display: flex;
  width: 560px;
  padding-right: 188px;
  line-height: 1.5rem;
}
.nti-checkout-line__total__container--receipt {
  padding-right: 0px;
}
@media (max-width: 720px) {
  .nti-checkout-line__total__container {
    padding-right: 0px;
  }
  .nti-checkout-line__total__container div {
    width: 100%;
  }
}
.nti-checkout-line__total__labels {
  width: 60%;
  padding-right: 20px;
}
.nti-checkout-line__total__price {
  width: 50%;
}
.nti-checkout-line__total__price .nti-checkout-line__total__sum {
  text-align: right;
}
.nti-checkout-line__total__sum {
  font-size: 1rem;
  font-weight: 500;
  color: #7f7f7f;
}
.nti-checkout-line__total__sum--vat {
  font-size: 1.25rem;
  font-weight: 900;
  color: #263038;
  margin: 0;
}
.nti-checkout-line__total__sum--discount {
  color: #de0200;
  font-size: 1rem;
}
.nti-checkout-line__total__ex-vat {
  margin-bottom: 10px;
}
.nti-checkout-line__item {
  display: flex;
  position: relative;
  padding: 30px 0 25px;
  border-bottom: 1px solid #f2f1ee;
}
@media (max-width: 1330px) {
  .nti-checkout-line__item {
    flex-direction: column;
  }
}
.nti-checkout-line__item__mini-cart-header {
  display: none;
}
.nti-checkout-line__item__title {
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 1.25rem;
  max-width: 470px;
}
.nti-checkout-line__item__disclaimer {
  margin-top: 0;
  color: #de0200;
  font-size: 0.85rem;
}
.nti-checkout-line__item__wrapper {
  display: flex;
}
.nti-checkout-line__item__info-container {
  display: flex;
  justify-content: flex-end;
  position: relative;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 1330px) {
  .nti-checkout-line__item__info-container {
    margin-top: 30px;
    margin-left: initial;
  }
}
@media (max-width: 720px) {
  .nti-checkout-line__item__info-container {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.nti-checkout-line__item__remove-container {
  margin-right: 30px;
}
.nti-checkout-line__item__image-container {
  max-width: 100px;
  width: 100%;
  height: 0;
}
.nti-checkout-line__item__image-container__void {
  height: 0;
  width: 50px;
}
.nti-checkout-line__item__labels {
  margin-left: 40px;
}
.nti-checkout-line__item__labels p {
  margin: 0;
}
.nti-checkout-line__item__amount {
  text-align: center;
}
.nti-checkout-line__item__info-block {
  margin-right: 70px;
}
.nti-checkout-line__item__info-block__price {
  font-weight: 800;
}
.nti-checkout-line__item__info-block__price--discount {
  color: red;
  margin-top: -5px;
}
.nti-checkout-line__item__info-block__price--old {
  color: #7f7f7f;
  text-decoration: line-through;
}
.nti-checkout-line__item__info-block__label {
  font-weight: 400;
  font-size: 0.85rem;
}
.nti-checkout-line__item__info-block--price {
  min-width: 115px;
}
@media (max-width: 720px) {
  .nti-checkout-line__item__info-block {
    margin-top: 20px;
    margin-right: 20px;
  }
}

.nti-checkout-participants {
  margin-top: 60px;
  margin-bottom: 100px;
  border-top: 1px solid #d9d9d9;
  padding-right: 60px;
}
.nti-checkout-participants__field-container {
  display: flex;
  flex-wrap: wrap;
}
.nti-checkout-participants__field-container .form-group {
  width: calc(50% - 30px);
}
.nti-checkout-participants__field-container .form-group:nth-child(even) {
  margin-left: 60px;
}
.nti-checkout-participants__field-container .form-group label {
  font-size: 1rem;
}
@media (max-width: 1080px) {
  .nti-checkout-participants__field-container .form-group {
    width: 100%;
  }
  .nti-checkout-participants__field-container .form-group:nth-child(even) {
    margin-left: 0;
  }
}
@media (max-width: 1080px) {
  .nti-checkout-participants {
    padding-right: 0;
  }
}
.nti-checkout-participants__container {
  width: 100%;
  margin-top: 50px;
  background-color: #f2f1ee;
  padding: 0 40px 30px 40px;
}
.nti-checkout-participants__participant {
  display: block;
  position: relative;
  background-color: #f2f1ee;
  padding-right: 20px;
}
.nti-checkout-participants__participant h4 {
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.nti-checkout-participants__participant__wrapper {
  margin-top: 70px;
  width: 100%;
}
.nti-checkout-participants__participant__wrapper:first-child {
  margin-top: 50px;
}
.nti-checkout-participants__participant__container {
  display: flex;
  position: relative;
}
.nti-checkout-participants__participant__line {
  border-top: 1px solid #d9d9d9;
  width: 100%;
  top: 13px;
  left: 40px;
  position: absolute;
}
.nti-checkout-participants__course-info {
  display: flex;
}
.nti-checkout-participants__course-info__title {
  margin: 0;
  padding-top: 35px;
  padding-bottom: 20px;
}
.nti-checkout-participants__course-info:last-child p {
  text-align: left;
}
.nti-checkout-participants__course-info__label {
  color: #7f7f7f;
  font-size: 0.85rem;
}
.nti-checkout-participants__course-info__container {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
  padding-right: 50px;
}
.nti-checkout-participants__course-info__container p {
  margin: 0;
  font-size: 0.85rem;
}

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