@charset "UTF-8";
/*! FILENAME: main.styl */
.hlavni-cenik-uzke span {
  display: block;
  font-size: 1rem; }

.hide {
  display: none; }

.articles > [class^="col"] {
  padding-bottom: 30px; }

.categories > [class^="col"] {
  padding-bottom: 30px;
  text-align: center; }

.row.categories {
  justify-content: space-evenly; }

table code {
  word-break: break-word;
  display: inline-block; }

#content {
  margin-top: 30px; }

.move-up {
  margin-top: -30px; }

.category-236 .categories {
  max-width: 960px;
  margin: 0 auto; }
  .category-236 .categories > div {
    max-width: 200px; }
    .category-236 .categories > div .button {
      height: auto;
      line-height: 150%;
      font-size: 1.4rem;
      padding: 20px; }

.downloads .card-product p {
  margin-bottom: 15px; }

.downloads .card-product h2 {
  text-align: center;
  margin-bottom: 20px; }

.downloads .card-product::after {
  content: unset; }

.noLink .card-product::after {
  content: unset; }

.noBorder .card-product {
  border-color: transparent; }

.configItems .card-product {
  color: #37373e;
  padding: 30px 30px 20px; }
  .configItems .card-product p {
    color: #37373e;
    font-size: 1.5rem;
    margin-bottom: 1em; }
    .configItems .card-product p.note {
      font-size: 1.3rem;
      color: #9399a9; }
/*
.container .section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }
*/
.cssGrid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px; }

:root {
  --gray-30: #cccccc;
  --gray-40: #b0b0b0;
  --gray-60: #808080;
  --gray-90: #303030;
  --white: #fff;
  --yellow-10: #ffeedf;
  --yellow-40: #ffab26;
  --yellow-90: #412a00; }

.post-20088 .entry-title.title2 {
  display: none; }

.doplnky {
  margin-top: 30px;
  margin-bottom: 30px; }
  .doplnky .reference-card {
    height: 100%;
    position: relative;
    overflow: hidden; }
    .doplnky .reference-card:hover {
      color: initial; }
      .doplnky .reference-card:hover .label {
        display: none; }
      .doplnky .reference-card:hover .count {
        display: initial; }
    .doplnky .reference-card__top {
      height: fit-content;
      margin-bottom: 20px; }
    .doplnky .reference-card__bottom {
      align-items: center;
      display: flex;
      margin-top: auto;
      height: 105px; }
      .doplnky .reference-card__bottom .col-sm-8 {
        width: 66%;
        display: flex; }
        .doplnky .reference-card__bottom .col-sm-8 img {
          max-width: 66%;
          align-self: baseline; }
      .doplnky .reference-card__bottom .col-sm-4 {
        width: 33%;
        display: flex;
        justify-content: flex-end; }
    .doplnky .reference-card .count {
      display: none; }
  .doplnky .type-page {
    height: 100%;
    display: flex;
    flex-direction: column; }
  .doplnky .instaled::after {
    content: "Nainstalováno";
    border-radius: 0.2rem;
    display: inline-flex;
    font-size: 1.3rem;
    -webkit-box-pack: center;
    justify-content: center;
    line-height: 100%;
    padding: 0.4rem 0.6rem;
    position: absolute;
    right: -3rem;
    top: 3rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 13rem;
    background: #c8fdd9;
    color: #0b351d;
    font-weight: bold; }
  .doplnky.podobne .reference-card {
    margin-bottom: 30px; }
  .doplnky.podobne .reference-card__top {
    padding: 10px 10px 0; }
  .doplnky.podobne .heading {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 4px;
    padding-left: 16px;
    padding-right: 16px; }
    .doplnky.podobne .heading h3 {
      font-size: 16px;
      line-height: 1;
      margin: 0; }

.rowLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 132px;
  padding: 0;
  flex-flow: column;
  text-align: center; }
  .rowLogo .col {
    display: flex; }
  .rowLogo img {
    width: 42px;
    margin-bottom: 16px;
    flex-shrink: 0; }
  .rowLogo h2 {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.31px;
    color: var(--gray-90);
    margin: 0;
    justify-content: center; }

.entry-icon {
  height: 132px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent !important; }
  .entry-icon .labels {
    position: absolute;
    bottom: -8px; }

.section--gray-limited.doplnky .carousel-references .reference-card__title {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden; }

.section--gray-limited.doplnky .carousel-references .reference-card__logo {
  width: 70px; }

.developer {
  align-items: center;
  padding: 20px;
  border-top: 1px solid #dce2e6;
  margin: 0; }
  .developer h3 {
    display: none; }
  .developer dl {
    columns: 2; }

.text .perex {
  margin: 0;
  max-width: 100%; }

.text .row-icon .icon {
  display: none; }

.text--footer {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dce2e6; }

#filterForm {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  #filterForm > * {
    margin-left: 30px; }
  #filterForm .text-input,
  #filterForm .asSelect {
    width: 30%; }

.category.doplnky {
  margin-bottom: 40px; }
  .category.doplnky .nav {
    justify-content: space-between; }
  .category.doplnky .nav-item {
    position: relative; }
  .category.doplnky .nav-link {
    display: flex;
    padding: 10px 12px; }
  .category.doplnky .nav-link img {
    margin-right: 8px; }
  .category.doplnky .nav-link {
    color: var(--gray-90);
    font-size: 14px;
    border: none;
    margin: 0; }
  .category.doplnky .nav-link:hover {
    background: transparent;
    border: none; }
  .category.doplnky .nav-link.active::before,
  .category.doplnky .nav-link:hover::before {
    content: "";
    border-color: transparent;
    background: transparent;
    display: block;
    bottom: 0px;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background-color: var(--yellow-40);
    position: absolute;
    width: 100%;
    left: 0; }
  .category.doplnky .dropdown-toggle::after {
    display: flex;
    align-self: center;
    margin-left: 1em;
    vertical-align: initial; }

.asSelect {
  background: #f5f7fb;
  width: 100%; }
  .asSelect .dropdown-toggle,
  .asSelect .dropdown-toggle:hover {
    height: 60px;
    background: transparent;
    color: #1e1e21;
    font-weight: normal;
    border: none;
    outline: none;
    padding: 3px 35px 0;
    font-size: 1.4rem;
    display: flex;
    width: 100%;
    align-items: center; }
    .asSelect .dropdown-toggle::after,
    .asSelect .dropdown-toggle:hover::after {
      display: inline-flex;
      margin-left: auto; }
  .asSelect .dropdown-menu a {
    font-size: 1.4rem;
    padding: 7px 35px;
    cursor: pointer; }
  .asSelect .dropdown-menu a:hover {
    background-color: #ffab26 !important;
    color: #fff; }
  .asSelect label {
    position: absolute;
    transition: all 250ms ease;
    transform: translateY(-29px) translateX(-10px);
    background: #fff;
    font-size: 1.1rem !important;
    box-shadow: 0 1px 4px 0 rgba(79, 81, 122, 0.08);
    height: 24px;
    line-height: 24px;
    padding: 0 10px !important;
    left: 35px;
    top: 18px; }

.cashBg {
  background: url("/static/doplnky/ic-cash.svg") center center no-repeat;
  min-height: 50px; }

.install .btn {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 8px 30px;
  border-radius: 8px; }

.install h3 {
  font-size: 14px;
  color: #0f0e0c; }

.install .rowFlex .label {
  font-size: 12px;
  color: #1a1a1a;
  padding: 0;
  background: none;
  width: initial; }

.install .rowFlex {
  display: flex;
  margin-bottom: 24px;
  flex-wrap: wrap; }
  .install .rowFlex:last-of-type {
    margin-bottom: 0; }

.install .rowFlex .col {
  display: flex;
  flex-grow: 0; }

.install .rowFlex .label-default {
  margin: 0 20px 8px 0;
  text-transform: capitalize;
  white-space: nowrap; }

.install .rowFlex:first-child .label-default {
  margin-bottom: 0; }

.install .flex {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  align-items: flex-end; }

.install .no-padding {
  padding: 0; }

.section-doplnek.section-text {
  border-top: none; }
  .section-doplnek.section-text .container {
    max-width: 720px !important;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px !important; }
  .section-doplnek.section-text .alert.alert-outline {
    border: 1px solid #dce2e6;
    border-top: 2px solid #ffab26;
    padding: 30px;
    margin: 30px auto;
    box-sizing: border-box; }
    .section-doplnek.section-text .alert.alert-outline h2 {
      margin-top: 0; }
  .section-doplnek.section-text .entry-icon {
    background-size: contain; }
  .section-doplnek.section-text .rowLogo img {
    width: 100px; }
  .section-doplnek.section-text .rowLogo h2 {
    justify-content: center; }

.well {
  display: flex;
  align-items: center; }

img.aligncenter {
  max-width: 100%; }

.singlePrice .price {
  margin-left: 33.3%; }

.section-price {
  margin-bottom: 30px !important; }
  .section-price .container {
    max-width: 720px !important;
    padding-bottom: 25px !important; }
  .section-price .vat {
    text-align: right;
    font-size: 80%; }
  .section-price .doublePrice .vat {
    text-align: center;
    margin-top: 8px; }
  .section-price .doublePrice .col-sm-5:first-of-type .price {
    margin-left: 20%; }
  .section-price .price {
    display: flex;
    align-items: center; }
    .section-price .price p {
      margin-bottom: 0;
      display: flex; }
    .section-price .price h4 {
      font-weight: bold;
      display: flex;
      align-items: baseline; }
      .section-price .price h4 small {
        margin-left: 8px; }

.doublePrice .verticalSeparator {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .doublePrice .verticalSeparator span {
    position: absolute;
    background: #f6f7f9;
    font-size: 80%; }
  .doublePrice .verticalSeparator::after {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    border-left: 1px solid #dce2e6; }

.modal {
  z-index: 1050 !important; }
  .modal form {
    margin: 20px 0; }
  .modal .form .form__column-space .text-input {
    margin-bottom: 20px; }
  .modal .form .form__column-space .input-warning.input-error {
    background: #ffab2620 !important;
    margin-bottom: 20px;
    margin-top: -20px; }

.card-product .tag-webinar:before {
  content: "Online";
  position: absolute;
  font-size: 115%;
  font-weight: normal;
  color: #fec72e;
  right: 46px;
  top: 30px; }

code,
pre {
  background: #f6f7f9;
  padding: 10px 20px; }

img {
  max-width: 100%; }

.pre-wrapper {
  position: relative; }

.pre-wrapper pre {
  padding-top: 20px; }

.pre-wrapper .copy-snippet {
  border-radius: 0;
  min-width: 55px;
  background: none repeat scroll 0 0 transparent;
  color: #fff;
  border: none;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42rem;
  margin: 0;
  padding: 0px 5px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  position: absolute;
  background: #ffab26;
  top: 0;
  left: 0; }

.pre-wrapper .copy-snippet:disabled {
  color: #555; }

#primary .entry-content h1 .mw-headline {
  display: none; }

.entry-content > h4 {
  font-size: 1.7rem; }

.entry-content > h5 {
  font-size: 1.6rem; }

.entry-content > h6 {
  font-size: 1.5rem; }

.panel.panel-default {
  background: #f6f7f9;
  padding: 100px 0px; }
  .panel.panel-default .panel-title {
    text-align: center;
    margin-bottom: 2.5em;
    font-size: 2.2rem; }

.panel .panel-body {
  margin: 0 70px; }

.nf-form-cont {
  padding: 70px;
  background: #fff;
  border-top: 2px solid #ffab26;
  box-shadow: 0 35px 40px 0 rgba(79, 81, 122, 0.1); }
  .nf-form-cont .nf-field-container {
    position: relative; }
    .nf-form-cont .nf-field-container .nf-field-label {
      position: absolute;
      background: #fff;
      font-size: 11px;
      font-size: 1.1rem;
      box-shadow: 0 1px 4px 0 rgba(79, 81, 122, 0.08);
      height: 24px;
      line-height: 24px;
      padding: 0 10px !important;
      transform: translateY(-29px) translateX(-10px);
      left: 35px;
      top: 18px;
      width: initial;
      order: unset;
      z-index: 1; }
      .nf-form-cont .nf-field-container .nf-field-label label {
        font-size: 1.4rem;
        font-weight: normal; }
    .nf-form-cont .nf-field-container.hidden-container .nf-field-element {
      display: none; }
    .nf-form-cont .nf-field-container.textarea-container .nf-field-element {
      height: 200px; }
    .nf-form-cont .nf-field-container .nf-after-field {
      width: 100%;
      margin-left: 0; }
      .nf-form-cont .nf-field-container .nf-after-field .nf-input-limit {
        display: none; }
      .nf-form-cont .nf-field-container .nf-after-field .nf-error-wrap .nf-error-msg {
        color: #f04a6a;
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: 400;
        background: #ffedf0;
        padding: 6px 12px 5px;
        box-shadow: 0 1px 2px 0 rgba(79, 81, 122, 0.08);
        line-height: 1.2;
        margin: 0; }
    .nf-form-cont .nf-field-container .nf-error.field-wrap .nf-field-element:after {
      content: unset; }
    .nf-form-cont .nf-field-container .nf-field-element {
      width: 100%;
      order: unset;
      height: 60px;
      background: #f5f7fb;
      box-shadow: inset 0 1px 1px 0 rgba(0, 18, 39, 0.05);
      position: relative; }
      .nf-form-cont .nf-field-container .nf-field-element > div:focus {
        background: transparent !important; }
      .nf-form-cont .nf-field-container .nf-field-element input,
      .nf-form-cont .nf-field-container .nf-field-element textarea,
      .nf-form-cont .nf-field-container .nf-field-element select {
        width: 100%;
        height: 100%;
        padding: 0;
        border: 0;
        background-color: transparent;
        color: #37373e;
        font-weight: 400;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 3px 35px 0;
        box-sizing: border-box;
        position: relative;
        z-index: 10;
        outline: none; }
        .nf-form-cont .nf-field-container .nf-field-element input:focus,
        .nf-form-cont .nf-field-container .nf-field-element textarea:focus,
        .nf-form-cont .nf-field-container .nf-field-element select:focus {
          background: transparent !important; }
      .nf-form-cont .nf-field-container .nf-field-element > div {
        display: none; }
  .nf-form-cont nf-section .nf-form-fields-required {
    display: none; }
  .nf-form-cont .nf-form-errors {
    display: none; }
  .nf-form-cont .submit-container {
    display: flex;
    justify-content: center; }
    .nf-form-cont .submit-container .nf-after-field,
    .nf-form-cont .submit-container .nf-field-label {
      display: none; }
    .nf-form-cont .submit-container .nf-field-element {
      background: none;
      box-shadow: none; }
    .nf-form-cont .submit-container input[type="button"] {
      height: 52px;
      line-height: 52px;
      padding: 0 25px;
      min-width: 210px;
      box-sizing: border-box;
      color: #fff;
      background: #ffab26;
      text-decoration: none;
      font-weight: bold;
      font-size: 11px;
      font-size: 1.1rem;
      display: inline-block;
      text-align: center;
      text-transform: uppercase;
      border-radius: 2px;
      position: relative;
      overflow: hidden;
      border: 0;
      outline: none; }
      .nf-form-cont .submit-container input[type="button"]:hover {
        background: #ffc973; }

.breadcrumbContainer + article {
  margin-top: -106px; }

.breadcrumbContainer .breadcrumb {
  z-index: 3;
  position: relative; }

.table.invoices td {
  vertical-align: middle; }

.table.invoices .download--buttons {
  white-space: nowrap;
  padding: 0 9px; }
  .table.invoices .download--buttons .button {
    font-size: 1.1rem;
    margin: 0;
    margin-top: 5px;
    height: 30px;
    line-height: 30px; }

.footer-grid__cell .menu-item-23157 a {
  color: #ffab26; }

.eur .czk {
  display: none; }

.czk .eur {
  display: none; }

#secondary .content-list {
  margin-top: 75px; }

.pb40 {
  padding-top: 40px; }

.pt55 {
  padding-bottom: 55px; }

.page-id-6412 table code {
  word-break: unset; }

#prodej-pronajem-switch-wrapper .tabs-anchors--big > li {
  width: 30%; }
  #prodej-pronajem-switch-wrapper .tabs-anchors--big > li a {
    padding: 10px; }

/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

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

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block; }

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

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

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: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

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

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

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

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

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

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

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

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

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  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.33333%;
  max-width: 33.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

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

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

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff; }

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  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: #6c757d; }

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

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

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

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

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

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.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: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .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(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    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: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

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

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    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: #007bff;
    border-color: #007bff; }
    .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(0, 123, 255, 0.5); }

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

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

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

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

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

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

.btn-outline-dark {
  color: #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: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

.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: #212529;
  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: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

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

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

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

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

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

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    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: #6c757d;
  white-space: nowrap; }

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

.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(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::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-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  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 > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.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.5rem;
  padding-left: 1.5rem;
  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.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

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

.custom-checkbox .custom-control-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: #007bff;
  background-color: #007bff; }

.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(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 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(0, 123, 255, 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.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @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(0, 123, 255, 0.5); }

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

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

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

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

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

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    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: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    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;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    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;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    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: #007bff;
    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;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    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: #6c757d;
    pointer-events: none;
    cursor: default; }

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

.nav-pills .nav-link {
  border-radius: 0.25rem; }

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

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  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: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

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

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

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

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

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

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

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

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%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: #e9ecef;
  border-radius: 0.25rem; }

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-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: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

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

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

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

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

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

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

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  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: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@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: #e9ecef;
  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: #007bff;
  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: progress-bar-stripes 1s linear infinite; }
  @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: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item: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: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .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: 1200px) {
  .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: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

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

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

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

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

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

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

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .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: #6c757d;
  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;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .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 #dee2e6;
  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.5; }

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  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: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  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 #f7f7f7; }

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  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: #212529; }

.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%;
  color: #fff;
  text-align: center;
  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: no-repeat 50% / 100% 100%; }

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .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: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.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: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-break {
  word-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; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*! FILENAME: imports.styl */
@font-face {
  font-family: 'icons';
  src: url("/static/fonts/icons/icons.eot");
  src: url("/static/fonts/icons/icons.eot?#iefix") format("eot"), url("/static/fonts/icons/icons.woff2") format("woff2"), url("/static/fonts/icons/icons.woff") format("woff"), url("/static/fonts/icons/icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.icon-spin {
  animation: icon-spin 2s infinite linear; }

@-webkit-keyframes icon-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@-moz-keyframes icon-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@-ms-keyframes icon-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@-o-keyframes icon-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@keyframes icon-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.icon:before {
  display: inline-block;
  font: normal normal normal 14px / 1 'icons';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-right-small:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-burger:before {
  content: ""; }

.icon-caret-down:before {
  content: ""; }

.icon-caret-left:before {
  content: ""; }

.icon-caret-right:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-circle-arrow-down:before {
  content: ""; }

.icon-circle-user:before {
  content: ""; }

.icon-cross-bold:before {
  content: ""; }

.icon-cross:before {
  content: ""; }

.icon-document:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-house:before {
  content: ""; }

.icon-info:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-magnify:before {
  content: ""; }

.icon-pie-chart:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-settings:before {
  content: ""; }

.icon-tag:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

@font-face {
  font-family: 'Gotham-Web';
  src: url("../../fonts/gotham/Gotham-Light_0.eot"), url("../../fonts/gotham/Gotham-Light_0.woff") format("woff"), url("../../fonts/gotham/Gotham-Light_0.ttf") format("truetype"), url("../../fonts/gotham/Gotham-Light_0.svg") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Web';
  src: url("../../fonts/gotham/Gotham-Book_0.eot"), url("../../fonts/gotham/Gotham-Book_0.woff") format("woff"), url("../../fonts/gotham/Gotham-Book_0.ttf") format("truetype"), url("../../fonts/gotham/Gotham-Book_0.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Web';
  src: url("../../fonts/gotham/Gotham-Bold_0.eot"), url("../../fonts/gotham/Gotham-Bold_0.woff") format("woff"), url("../../fonts/gotham/Gotham-Bold_0.ttf") format("truetype"), url("../../fonts/gotham/Gotham-Bold_0.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@page {
  margin: 2cm;
  size: A4; }

ul,
li,
a {
  page-break-inside: avoid; }

html {
  font-size: 62.5%; }
  @media print {
    html {
      font-size: 5pt; } }

body {
  font-size: 1.7rem;
  color: #37373e;
  line-height: 2;
  font-family: "Gotham SSm A", "Gotham SSm B", "sans-serif";
  font-weight: 400; }

p {
  margin: 0 0 1em 0; }

a {
  color: #ffab26;
  text-decoration: none; }
  a:hover {
    color: #ffab26;
    text-decoration: underline; }
  a:focus {
    color: #ffab26;
    text-decoration: underline; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.h1,
.h2,
.h3,
.h4 {
  color: #1e1e21;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-weight: 300; }

h1, .h1 {
  font-size: 2.5rem;
  margin: 0 0 0.5em 0;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    h1, .h1 {
      font-size: 4.4rem; } }

h2, .h2 {
  font-size: 2rem;
  margin: 1em 0 0.5em 0; }
  @media screen and (min-width: 768px) {
    h2, .h2 {
      font-size: 3rem; } }

h3, .h3 {
  font-size: 2.2rem;
  margin: 0 0 1em 0; }

h4, .h4 {
  font-size: 1.8rem;
  margin: 0 0 1em 0; }

.intro-text {
  font-size: 2.2rem;
  margin: 0 0 1em 0 !important;
  color: #1e1e21;
  line-height: 1.6;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 300; }
  @media print {
    .intro-text {
      font-size: 12pt; } }

.section-title {
  margin-bottom: 1.5em; }
  @media screen and (min-width: 768px) {
    .section-title {
      margin-bottom: 2em; } }
  @media screen and (min-width: 1024px) {
    .section-title {
      margin-bottom: 2.5em; } }
  .section-title--thin {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }

.section-subtitle {
  margin-bottom: 1.5em;
  margin-top: -0.5em; }
  @media screen and (min-width: 768px) {
    .section-subtitle {
      margin-bottom: 3em; } }
  @media screen and (min-width: 1024px) {
    .section-subtitle {
      margin-bottom: 4em; } }

.button-wrap {
  margin-top: 30px; }

.page-wrap {
  overflow-x: hidden; }

.has-disable-scrolling body {
  overflow: hidden; }

.text-subtitle {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #9399a9;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px; }
  @media screen and (min-width: 768px) {
    .text-subtitle {
      margin-bottom: 50px; } }
  .text-subtitle.left {
    text-align: left; }

.note {
  font-size: 1.3rem;
  color: #9399a9; }

.perex {
  max-width: 580px;
  margin: 0 auto 3em;
  color: #9399a9; }

.content-thin {
  max-width: 720px;
  margin: 0 auto;
  float: none; }

.content-image {
  text-align: center;
  margin-bottom: 1em; }
  .content-image img {
    max-width: 100%;
    height: auto; }

/*! Flickity v2.0.8
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }
  @media print {
    .flickity-viewport {
      height: auto !important; } }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }
  @media print {
    .flickity-slider {
      position: relative; } }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

.select2-container {
  display: inline-block;
  position: relative; }
  .select .select2-container {
    width: 100% !important; }
  .select2-container--open .select2-dropdown {
    left: 0; }

.select2-selection {
  font-size: 1.4rem;
  height: 60px;
  width: 100%;
  background: #f5f7fb;
  box-shadow: inset 0 1px 1px 0 rgba(0, 18, 39, 0.05);
  display: block;
  padding: 0 35px 0;
  box-sizing: border-box;
  line-height: 60px;
  outline: none;
  cursor: pointer; }
  .select2-selection__placeholder {
    color: #9399a9; }
  .select2-selection__placeholder {
    color: #1e1e21; }
  .select2-selection__arrow:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px / 1 'icons';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.5rem;
    position: absolute;
    right: 30px;
    top: 50%;
    color: #1e1e21; }

.select2-dropdown, .flexibee-ac_results {
  background: #e8ebf0;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }
  .select2-dropdown .select2-results__option, .select2-dropdown ul li, .flexibee-ac_results .select2-results__option, .flexibee-ac_results ul li {
    padding: 7px 35px;
    cursor: pointer; }
  .select2-dropdown .select2-results__option[aria-selected="true"], .flexibee-ac_results .select2-results__option[aria-selected="true"] {
    background-color: #d8dbe1; }
  .select2-dropdown .select2-results__option--highlighted, .select2-dropdown .flexibee-ac_over, .flexibee-ac_results .select2-results__option--highlighted, .flexibee-ac_results .flexibee-ac_over {
    background-color: #ffab26 !important;
    color: #fff; }

.select2-results {
  display: block;
  font-size: 1.4rem; }

.select2-results__options, .flexibee-ac_results ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

@media print {
  .circles {
    display: none; } }

.no-circles .circles {
  display: none !important; }

.circles__wrap {
  display: none; }
  @media screen and (min-width: 1024px) {
    .circles__wrap {
      display: block;
      width: 1200px;
      margin: 0 auto;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -600px;
      height: 1160px; } }

@media screen and (min-width: 1024px) {
  .circles {
    width: 1160px;
    height: 1160px;
    position: absolute;
    right: -505px;
    top: -405px;
    z-index: -1;
    display: block; }
    .circles .circle {
      position: absolute;
      left: 50%;
      top: 50%;
      border-radius: 50%;
      transform: translateY(-50%) translateX(-50%);
      opacity: 0;
      width: 0;
      height: 0;
      transition: all 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .circles .circle.anim {
        opacity: 1; }
      .circles .circle--1 {
        background: linear-gradient(45deg, #fefeff 0%, #fbfbfc 100%); }
        .circles .circle--1.anim {
          width: 1160px;
          height: 1160px; }
      .circles .circle--2 {
        background: linear-gradient(135deg, #f6f7f9 0%, #f6f7f8 100%); }
        .circles .circle--2.anim {
          width: 654px;
          height: 654px; }
      .circles .circle--3 {
        background: linear-gradient(135deg, #f5f6f8 0%, #eeeff1 100%); }
        .circles .circle--3.anim {
          width: 260px;
          height: 260px; } }

@media screen and (min-width: 1024px) {
  .section-circles {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    overflow: hidden;
    height: 1160px;
    z-index: -1; } }

.accordion {
  border: 1px solid #dce2e6;
  margin-bottom: 10px; }
  .accordion__opener {
    position: relative;
    cursor: pointer;
    padding: 17px 40px 17px 20px; }
    @media screen and (min-width: 768px) {
      .accordion__opener {
        padding: 17px 40px; } }
    .accordion__opener h3 {
      font-weight: normal;
      margin: 0;
      font-weight: 300;
      font-size: 1.6rem;
      line-height: inherit; }
      @media screen and (max-width: 767px) {
        .accordion__opener h3 {
          line-height: 1.2; } }
      @media screen and (min-width: 768px) {
        .accordion__opener h3 {
          font-size: 2.2rem; } }
    .accordion__opener:after {
      content: "";
      display: inline-block;
      font: normal normal normal 14px / 1 'icons';
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 50%;
      font-size: 0.6rem;
      color: #a4a8b4;
      transition: transform 250ms ease;
      right: 20px; }
      @media screen and (min-width: 768px) {
        .accordion__opener:after {
          right: 40px; } }
  .accordion__opener-text {
    position: absolute;
    right: 90px;
    top: 30px;
    color: #a4a8b4;
    transition: color 250ms ease; }
    @media screen and (max-width: 767px) {
      .accordion__opener-text {
        display: none; } }
  .accordion__content {
    display: none;
    color: #9399a9;
    padding: 0px 20px 20px; }
    @media screen and (min-width: 768px) {
      .accordion__content {
        padding: 10px 40px 20px; } }
  .accordion.active .accordion__opener-text {
    color: #ffab26; }
  .accordion.active .accordion__opener:after {
    transform: rotate(180deg); }

.benefits {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin: 0; }
  .benefits li {
    list-style: none;
    margin-top: 30px;
    font-size: 1.5rem;
    color: #9399a9;
    padding-left: 60px;
    box-sizing: border-box;
    position: relative; }
    @media screen and (min-width: 768px) {
      .benefits li {
        margin-left: 3%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .benefits li {
        width: 48.5%; }
        .benefits li:nth-child(2n + 1) {
          margin-left: 0; }
        .benefits li:nth-child(-n + 2) {
          margin-top: 0; } }
    @media screen and (min-width: 1024px) {
      .benefits li {
        width: 31.33%; }
        .benefits li:nth-child(3n + 1) {
          margin-left: 0; }
        .benefits li:nth-child(-n + 3) {
          margin-top: 0; } }
    .benefits li span {
      width: 32px;
      height: 32px;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      display: flex;
      align-items: center; }
      .benefits li span img {
        display: block;
        margin: 0 auto; }

.breadcrumb {
  margin-bottom: 25px;
  font-size: 1.3rem;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .breadcrumb {
      margin-bottom: 50px; } }
  .breadcrumb .icon-house {
    font-size: 0.9rem;
    color: #9399a9; }
  .breadcrumb > span,
  .breadcrumb > a:not(.icon) {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 20px;
    margin-left: 12px; }
    .breadcrumb > span:before,
    .breadcrumb > a:not(.icon):before {
      content: "";
      display: inline-block;
      font: normal normal normal 14px / 1 'icons';
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-size: 0.8rem;
      color: #9399a9;
      position: absolute;
      left: 0;
      top: 9px;
      text-decoration: none; }
  .breadcrumb span {
    color: #1e1e21; }
  .breadcrumb a:not(.icon) {
    color: #9399a9;
    text-decoration: none; }
    .breadcrumb a:not(.icon):hover > span {
      text-decoration: underline; }
      .breadcrumb a:not(.icon):hover > span:before {
        text-decoration: none !important; }

.section-breadcrumbs .container {
  padding: 0 40px !important; }
  @media screen and (max-width: 767px) {
    .section-breadcrumbs .container {
      padding: 15px 20px !important; } }
  .section-breadcrumbs .container .breadcrumb {
    margin-bottom: -40px;
    position: relative;
    z-index: 200; }
    @media screen and (min-width: 768px) {
      .section-breadcrumbs .container .breadcrumb {
        margin-top: 15px; } }
    @media screen and (min-width: 1024px) {
      .section-breadcrumbs .container .breadcrumb {
        margin-top: 0px; } }

.browser-upgrade {
  padding: 0;
  margin: 0; }
  .browser-upgrade__content {
    font-size: 1.4rem;
    background-color: #2A2E3C;
    color: white;
    font-size: 1em;
    padding: 1em;
    position: relative;
    margin: 0; }
  .browser-upgrade__close {
    background-color: white;
    border: none;
    min-width: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 0.5em;
    margin-top: -15px;
    color: #2A2E3C;
    font-size: 2em;
    line-height: 0.5em;
    overflow: hidden;
    text-align: center; }
    .browser-upgrade__close:hover {
      background-color: #cc0000;
      color: white; }
  .browser-upgrade a {
    color: inherit; }
  .browser-upgrade p {
    margin: 0;
    padding: 0; }

.button,
.btn {
  height: 52px;
  line-height: 52px;
  padding: 0 25px;
  min-width: 210px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  border: 0;
  outline: none; }
  @media screen and (max-width: 767px) {
    .button,
    .btn {
      display: block;
      max-width: 335px;
      margin: 0 auto; } }
  @media print {
    .button,
    .btn {
      display: none; } }
  .button:active,
  .btn:active {
    transform: translateY(1px) translateX(1px);
    color: #fff !important; }
  .button:before,
  .btn:before {
    content: "";
    width: 0px;
    height: 0px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    z-index: 1;
    transition: all 500ms ease-in-out;
    backface-visibility: hidden; }
  .button:hover,
  .btn:hover {
    text-decoration: none;
    color: #fff !important; }
    .button:hover:before,
    .btn:hover:before {
      width: 300px;
      height: 300px; }
  .button span,
  .btn span {
    position: relative;
    z-index: 2;
    transition: color 500ms ease; }
  .button--small,
  .btn--small {
    min-width: fit-content;
    font-size: initial; }
  .button--pink,
  .btn--pink {
    background: #ffab26;
    color: #fff !important; }
    .button--pink:before,
    .btn--pink:before {
      background: #ffc973; }
    .button--pink:hover,
    .btn--pink:hover {
      text-decoration: none;
      color: #fff !important; }
      .button--pink:hover span,
      .btn--pink:hover span {
        color: #fff !important; }
    .button--pink:focus,
    .btn--pink:focus {
      text-decoration: none;
      color: #fff !important; }
      .button--pink:focus span,
      .btn--pink:focus span {
        color: #fff !important; }
    .button--pink:active,
    .btn--pink:active {
      text-decoration: none;
      color: #fff !important; }
      .button--pink:active span,
      .btn--pink:active span {
        color: #fff !important; }
  .button--orange,
  .btn--orange {
    background: #ffab26; }
    .button--orange:before,
    .btn--orange:before {
      background: #ffc973; }
    .button--orange:hover,
    .btn--orange:hover {
      color: #fff; }
      .button--orange:hover span,
      .btn--orange:hover span {
        color: #fff; }
    .button--orange:visited,
    .btn--orange:visited {
      color: #fff; }
      .button--orange:visited span,
      .btn--orange:visited span {
        color: #fff; }

.btn--green {
  background: forestgreen; }
.btn--green:before {
  background: darkseagreen; }
.btn--green:hover {
  color: #fff; }
.btn--green:hover span {
  color: #fff; }
.btn--green:visited {
  color: #fff; }
.btn--green:visited span {
  color: #fff; }

  .button--gray,
  .btn--gray {
    background: #a1a6b4; }
    .button--gray:before,
    .btn--gray:before {
      background: #ccced6; }
  .button--empty,
  .btn--empty {
    border: 1px solid #dce2e6;
    color: #1e1e21; }
    .button--empty:before,
    .btn--empty:before {
      background: #ffab26; }
    .button--empty:hover span,
    .btn--empty:hover span {
      color: #fff; }
  .button--empty-pink,
  .btn--empty-pink {
    border: 1px solid #ffab26;
    color: #1e1e21; }
    .button--empty-pink:before,
    .btn--empty-pink:before {
      background: #ffab26; }
    .button--empty-pink:hover span,
    .btn--empty-pink:hover span {
      color: #fff; }
    .button--empty-pink:active,
    .btn--empty-pink:active {
      text-decoration: none;
      color: #1e1e21 !important; }
    .button--empty-pink:focus,
    .btn--empty-pink:focus {
      text-decoration: none;
      color: #1e1e21 !important; }
      .button--empty-pink:focus span,
      .btn--empty-pink:focus span {
        color: #1e1e21 !important; }
  .button--empty-white,
  .btn--empty-white {
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 50px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    min-width: 100px; }
    .button--empty-white:before,
    .btn--empty-white:before {
      background: #ffffff; }
    .button--empty-white:hover span,
    .btn--empty-white:hover span {
      color: #000; }
    .button--empty-white:active,
    .btn--empty-white:active {
      text-decoration: none;
      color: #1e1e21 !important; }
    .button--empty-white:focus,
    .btn--empty-white:focus {
      text-decoration: none;
      color: #1e1e21 !important; }
      .button--empty-white:focus span,
      .btn--empty-white:focus span {
        color: #1e1e21 !important; }
  .button--empty-orange,
  .btn--empty-orange {
    border: 1px solid #ffab26;
    color: #1e1e21; }
    .button--empty-orange:before,
    .btn--empty-orange:before {
      background: #ffab26; }
    .button--empty-orange:hover span,
    .btn--empty-orange:hover span {
      color: #fff; }
  .button-group,
  .btn-group {
    display: flex; }
    .button-group .btn-download-split,
    .btn-group .btn-download-split {
      border-left: 1px solid #fff;
      min-width: fit-content; }
    .button-group .sr-only,
    .btn-group .sr-only {
      display: none; }

.button-app-store,
.button-google-play {
  height: 70px;
  box-sizing: border-box;
  padding: 16px 25px 0 78px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 700;
  position: relative;
  transition: background 250ms ease;
  box-shadow: 0 14px 25px 0 rgba(10, 10, 11, 0.2); }
  @media screen and (max-width: 1023px) {
    .button-app-store,
    .button-google-play {
      width: 230px;
      margin-bottom: 5px; } }
  .button-app-store strong,
  .button-google-play strong {
    font-size: 2rem;
    display: block;
    font-weight: 400; }
  .button-app-store:hover,
  .button-google-play:hover {
    text-decoration: none; }
  .button-app-store:before,
  .button-google-play:before {
    content: "";
    display: block;
    position: absolute; }

.button-app-store {
  background: #ffab26; }
  .button-app-store:before {
    background-repeat: no-repeat;
    background-image: url("/static/img/logo-apple.svg");
    width: 100%;
    height: 100%;
    left: 24px;
    top: 15px; }
    .no-svg .button-app-store:before {
      background-image: url("/static/img/logo-apple.png"); }
  @media screen and (min-width: 1024px) {
    .button-app-store + .button-google-play {
      margin-left: 10px; } }
  .button-app-store:hover {
    background: #f29400;
    color: #ffffff; }

.button-google-play {
  background: #ffab26; }
  .button-google-play:before {
    background-repeat: no-repeat;
    background-image: url("/static/img/logo-google-play.svg");
    width: 100%;
    height: 100%;
    left: 27px;
    top: 21px; }
    .no-svg .button-google-play:before {
      background-image: url("/static/img/logo-google-play.png"); }
  .button-google-play:hover {
    background: #f29400;
    color: #ffffff; }

.frm_button_submit {
  height: 52px;
  line-height: 52px;
  padding: 0 25px;
  min-width: 210px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  border: 0;
  outline: none;
  background: #ffab26 !important; }
  .frm_button_submit span {
    position: relative;
    z-index: 2;
    transition: color 500ms ease; }
  @media screen and (max-width: 767px) {
    .frm_button_submit {
      display: block;
      max-width: 335px;
      margin: 0 auto; } }
  @media print {
    .frm_button_submit {
      display: none; } }
  .frm_button_submit:active {
    transform: translateY(1px) translateX(1px); }
  .frm_button_submit:before {
    content: "";
    width: 0px;
    height: 0px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    z-index: 1;
    transition: all 500ms ease-in-out;
    backface-visibility: hidden;
    background: #ffc973;
    color: #fff !important; }
  .frm_button_submit:hover {
    text-decoration: none;
    color: #fff !important; }
    .frm_button_submit:hover span {
      color: #fff !important; }
    .frm_button_submit:hover:before {
      width: 300px;
      height: 300px; }
  .frm_button_submit:focus {
    text-decoration: none;
    color: #fff !important; }
    .frm_button_submit:focus span {
      color: #fff !important; }

.calculator {
  margin-top: 60px; }
  .calculator.cenik {
    margin-top: 0; }
  .calculator__row {
    border-top: 1px solid #dce2e6;
    padding: 25px 0;
    line-height: 50px;
    font-size: 1.5rem; }
    .calculator__row:before, .calculator__row:after {
      content: "";
      display: table; }
    .calculator__row:after {
      clear: both; }
    .calculator__row p {
      line-height: 2; }
  .calculator__subrow:before, .calculator__subrow:after {
    content: "";
    display: table; }
  .calculator__subrow:after {
    clear: both; }
  @media screen and (min-width: 768px) {
    .calculator__label {
      float: left;
      width: 200px; } }
  @media screen and (min-width: 768px) {
    .calculator__input {
      float: left;
      width: 167px; } }
  .calculator__eq {
    float: left; }
    @media screen and (min-width: 768px) {
      .calculator__eq {
        text-align: right;
        width: calc(100% - 200px - 167px - 150px); } }
    @media screen and (min-width: 1024px) {
      .calculator__eq {
        width: calc(100% - 200px - 167px - 225px); } }
  .calculator__subtotal {
    text-align: right;
    font-weight: bold;
    float: right; }
    @media screen and (min-width: 768px) {
      .calculator__subtotal {
        width: 150px; } }
    @media screen and (min-width: 1024px) {
      .calculator__subtotal {
        width: 225px; } }
  .calculator__add {
    padding-left: 48px;
    display: block;
    float: left; }
    .calculator__add span:before {
      width: 8px;
      height: 2px;
      content: "";
      position: absolute;
      left: -26px;
      top: 50%;
      background: #ffab26;
      margin: -1px 0 0 0;
      transition: background 250ms ease; }
    .calculator__add span:after {
      width: 2px;
      height: 8px;
      content: "";
      position: absolute;
      left: -23px;
      top: 50%;
      background: #ffab26;
      margin: -4px 0 0 0;
      transition: background 250ms ease; }
    .calculator__add:hover span:before, .calculator__add:hover span:after {
      background: #fff; }
  .calculator .info {
    float: left;
    margin: 13px 0 0 16px; }
  .calculator__total {
    float: right;
    text-align: right;
    color: #9399a9;
    line-height: 1.6; }
    .calculator__total span {
      color: #1e1e21;
      font-weight: 300;
      font-size: 2.4rem; }
      @media screen and (min-width: 768px) {
        .calculator__total span {
          font-size: 3rem; } }

#totalPrice span {
  display: none; }

.card-contact {
  display: block;
  box-sizing: border-box;
  border: 1px solid #dce2e6;
  padding: 30px 30px 20px;
  text-decoration: none;
  line-height: 1.7;
  height: 100%;
  font-weight: 300;
  font-size: 1.8rem;
  font-family: #1e1e21; }
  @media screen and (min-width: 768px) {
    .card-contact {
      font-size: 2.2rem; } }
  @media screen and (min-width: 1024px) {
    .card-contact {
      padding: 50px; } }
  .card-contact h2 {
    margin: 0;
    font-weight: 300;
    font-size: 2.2rem !important;
    margin-bottom: 1em; }
  .card-contact .label {
    color: #9399a9;
    margin-bottom: 0.2em; }
  .card-contact__row {
    margin-bottom: 0.8em; }
    @media screen and (min-width: 1280px) {
      .card-contact__row {
        display: flex;
        flex-direction: row; } }
  @media screen and (min-width: 1280px) {
    .card-contact__item {
      width: 50%; } }
  .card-contact a:not(.button) {
    color: #1e1e21;
    text-decoration: underline; }
    .card-contact a:not(.button):hover {
      text-decoration: none; }
  .card-contact--pink h2 {
    color: #ffab26 !important; }
  .card-contact--orange h2 {
    color: #ffab26 !important; }

table.courses td:first-child {
  width: 20%; }

table.courses td:nth-child(2) {
  width: 12%; }

.card-product {
  display: block;
  box-sizing: border-box;
  border: 1px solid #dce2e6;
  padding: 30px 30px 20px;
  color: #9399a9;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.7;
  transition: box-shadow 250ms ease, border-color 250ms ease;
  height: 100%; }
  @media screen and (min-width: 1024px) {
    .card-product {
      padding: 75px 75px 50px; } }
  .card-product:hover {
    text-decoration: none;
    box-shadow: 0 35px 40px 0 rgba(79, 81, 122, 0.2);
    border-color: #fff; }
  .card-product:active {
    text-decoration: none; }
  .card-product:focus {
    text-decoration: none; }
  .card-product p {
    margin: 0;
    color: #9399a9; }
  .card-product h2 {
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: 0.5em; }
  .card-product:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px / 1 'icons';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5px;
    margin-top: 30px; }
  .card-product--abra-gen h2, .card-product--abra-gen:after {
    color: #ffab26; }
  .card-product--abra-flexibee h2, .card-product--abra-flexibee:after {
    color: #ffab26; }

.card-reference2 {
  box-sizing: border-box;
  text-align: center;
  color: #37373e !important;
  text-decoration: none;
  font-size: 1.5rem;
  display: block;
  background: #fff;
  transition: all 250ms ease;
  padding: 20px; }
  @media screen and (min-width: 1024px) {
    .card-reference2 {
      padding: 80px;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .card-reference2:hover {
      text-decoration: none;
      top: -40px;
      bottom: -40px;
      box-shadow: 0 20px 50px 0 rgba(79, 81, 122, 0.2);
      right: -1px;
      left: -1px;
      z-index: 10; }
      .card-reference2:hover .card-reference2__label {
        display: block; }
      .card-reference2:hover .card-reference2__description {
        display: block; }
      .card-reference2:hover:after {
        color: #ffab26; } }
  .card-reference2__image {
    height: 120px;
    display: flex;
    align-items: center; }
  .card-reference2 img {
    display: block;
    margin: 0 auto; }
  .card-reference2__label {
    font-size: 1.1rem;
    font-weight: bold;
    color: #c7c7ce;
    text-transform: uppercase;
    margin-bottom: 1em; }
    @media screen and (min-width: 1024px) {
      .card-reference2__label {
        display: none; } }
    .card-reference2__label--pink strong {
      color: #ffab26; }
    .card-reference2__label--orange strong {
      color: #ffab26; }
    .card-reference2__label--gray strong {
      color: #a1a6b4; }
  .card-reference2__title {
    font-size: 1.6rem;
    font-weight: 300;
    color: #1e1e21; }
  .card-reference2__employeed {
    margin-bottom: 10px; }
  @media screen and (min-width: 1024px) {
    .card-reference2__description {
      display: none; } }
  .card-reference2__description:before {
    content: "";
    width: 28px;
    height: 1px;
    background: #dce2e6;
    display: block;
    margin: 0 auto 10px; }
  .card-reference2:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px / 1 'icons';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5px !important;
    display: inline-block;
    color: #dce2e6;
    margin-top: 30px; }

.card-service {
  display: block;
  text-decoration: none;
  color: #9399a9;
  transition: color 250ms ease;
  font-size: 1.5rem; }
  .card-service:hover {
    text-decoration: none;
    color: #1e1e21; }
  .card-service:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px / 1 'icons';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5px; }

.card-vertical-icon {
  border: 1px solid #dce2e6;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 30px 20px 20px; }
  @media screen and (min-width: 1024px) {
    .card-vertical-icon {
      padding: 50px 60px 40px; } }
  .card-vertical-icon img {
    margin-bottom: 15px; }
  .card-vertical-icon .label {
    color: #d0d6da;
    margin-bottom: 15px;
    display: block;
    padding: 0;
    line-height: inherit; }
  .card-vertical-icon p {
    font-size: 1.5rem; }
  .card-vertical-icon--no-border {
    border: 0;
    padding-top: 0;
    padding-bottom: 0; }

.carousel-column {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 1280px) {
    .carousel-column {
      left: -250px;
      width: 860px; } }
  .carousel-column__slide {
    font-size: 0; }
    .carousel-column__slide img {
      max-width: 100%;
      height: auto; }
  .carousel-column__arrow {
    width: 40px;
    height: 40px;
    background: #f6f7f9;
    position: relative;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .carousel-column__arrow {
        width: 80px;
        height: 80px; } }
    .carousel-column__arrow:before {
      display: inline-block;
      font: normal normal normal 14px / 1 'icons';
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 8px;
      position: absolute;
      line-height: 1;
      left: 50%;
      top: 50%;
      margin: -4px 0 0 -3px; }
    .carousel-column__arrow--prev {
      margin-bottom: 1px; }
      .carousel-column__arrow--prev:before {
        content: ""; }
    .carousel-column__arrow--next:before {
      content: ""; }

.carousel-column-arrows {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px; }
  @media screen and (min-width: 1024px) {
    .carousel-column-arrows {
      bottom: -110px;
      right: 100px; } }
  @media screen and (min-width: 1280px) {
    .carousel-column-arrows {
      right: 170px; } }

.carousel-intro {
  position: relative;
  height: 321px; }
  @media screen and (min-width: 768px) {
    .carousel-intro {
      height: 642px; } }
  .carousel-intro .carousel-slide {
    width: 100%;
    position: absolute;
    top: 0;
    height: 321px;
    display: none;
    transition: opacity 500ms ease; }
    @media screen and (min-width: 768px) {
      .carousel-intro .carousel-slide {
        height: 642px; } }
    .carousel-intro .carousel-slide .container {
      display: flex;
      flex-direction: row;
      text-align: left;
      height: 100%;
      box-sizing: border-box;
      align-items: flex-start;
      padding-left: 30px;
      padding-right: 30px; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .carousel-intro .carousel-slide .container {
          padding-left: 60px;
          padding-right: 60px; } }
      @media screen and (min-width: 1024px) {
        .carousel-intro .carousel-slide .container {
          align-items: center;
          padding-top: 140px;
          width: 1200px; } }
      @media screen and (min-width: 1024px) and (max-width: 1279px) {
        .carousel-intro .carousel-slide .container {
          padding-left: 60px;
          padding-right: 60px; } }
    .carousel-intro .carousel-slide__content {
      position: relative;
      z-index: 10;
      height: 275px; }
      @media screen and (min-width: 768px) {
        .carousel-intro .carousel-slide__content {
          max-width: 60%;
          height: 275px; } }
      @media screen and (min-width: 1024px) {
        .carousel-intro .carousel-slide__content {
          max-width: 560px; } }
      .carousel-intro .carousel-slide__content .h1 {
        font-size: 2.4rem;
        opacity: 0;
        /*transform translateX(-150px)*/
        transition: transform 250ms ease, opacity 250ms ease; }
        @media screen and (max-width: 539px) {
          .carousel-intro .carousel-slide__content .h1 {
            background: #fff;
            display: inline; } }
        @media screen and (min-width: 768px) {
          .carousel-intro .carousel-slide__content .h1 {
            font-size: 4rem; } }
      @media screen and (max-width: 767px) {
        .carousel-intro .carousel-slide__content .h1,
        .carousel-intro .carousel-slide__content p {
          max-width: 75%; } }
    .carousel-intro .carousel-slide__image {
      position: absolute;
      right: 0px;
      top: 0;
      bottom: 0; }
      @media screen and (min-width: 768px) {
        .carousel-intro .carousel-slide__image {
          right: -100px; } }
      @media screen and (min-width: 1024px) {
        .carousel-intro .carousel-slide__image {
          right: 0; } }
      @media screen and (min-width: 1280px) {
        .carousel-intro .carousel-slide__image {
          right: 75px; } }
    .carousel-intro .carousel-slide .rhomb {
      width: 231px;
      height: 321px;
      opacity: 0; }
      @media screen and (min-width: 768px) {
        .carousel-intro .carousel-slide .rhomb {
          width: 462px;
          height: 642px;
          transition: opacity 250ms ease; } }
      @media screen and (min-width: 768px) {
        .carousel-intro .carousel-slide .rhomb__gradient {
          height: 440px; } }
    .carousel-intro .carousel-slide .button {
      opacity: 0;
      /*transform translateX(150px)*/
      transition: transform 250ms ease, opacity 250ms ease;
      margin-left: 0; }
      @media screen and (max-width: 767px) {
        .carousel-intro .carousel-slide .button {
          width: 100%; } }
      @media screen and (max-width: 539px) {
        .carousel-intro .carousel-slide .button {
          margin-top: 15px; } }
    .carousel-intro .carousel-slide.is-selected .button,
    .carousel-intro .carousel-slide.is-selected .h1 {
      opacity: 1;
      transform: translateX(0); }
    .carousel-intro .carousel-slide.is-selected .rhomb {
      opacity: 1; }
  .carousel-intro__dots {
    padding: 0;
    margin: 0;
    font-size: 0;
    position: absolute;
    bottom: 40px;
    left: 30px; }
    @media screen and (min-width: 768px) {
      .carousel-intro__dots {
        left: 60px;
        bottom: 130px; } }
    @media screen and (min-width: 1024px) {
      .carousel-intro__dots {
        left: 60px; } }
    @media screen and (min-width: 1280px) {
      .carousel-intro__dots {
        left: 52%;
        width: 1200px;
        left: calc(50% + 40px);
        margin-left: -600px; } }
    .carousel-intro__dots li {
      display: inline-block;
      vertical-align: top;
      width: 22px;
      height: 2px;
      cursor: pointer;
      padding: 5px 0;
      margin: -5px 8px -5px 0; }
      .carousel-intro__dots li span {
        background: #dce2e6;
        display: block;
        height: 2px; }
        .carousel-intro__dots li span:before {
          content: "";
          display: block;
          width: 0;
          height: 100%;
          background: #ffab26;
          transition: width 6000ms linear;
          opacity: 0; }
      .carousel-intro__dots li.is-selected span:before {
        width: 100%;
        opacity: 1; }

.carousel-intro-low {
  position: relative;
  height: 321px; }
  @media screen and (min-width: 768px) {
    .carousel-intro-low {
      height: 443px; } }
  .carousel-intro-low .carousel-slide {
    width: 100%;
    position: absolute;
    top: 0;
    height: 321px;
    display: none;
    transition: opacity 500ms ease; }
    @media screen and (min-width: 768px) {
      .carousel-intro-low .carousel-slide {
        height: 443px; } }
    .carousel-intro-low .carousel-slide .container {
      display: flex;
      flex-direction: row;
      text-align: left;
      height: 100%;
      box-sizing: border-box;
      align-items: flex-start;
      padding-left: 30px;
      padding-right: 30px; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .carousel-intro-low .carousel-slide .container {
          padding-left: 60px;
          padding-right: 60px; } }
      @media screen and (min-width: 1024px) {
        .carousel-intro-low .carousel-slide .container {
          align-items: center;
          padding-top: 140px;
          width: 1200px;
          padding-left: 0px; } }
      @media screen and (min-width: 1024px) and (max-width: 1279px) {
        .carousel-intro-low .carousel-slide .container {
          padding-left: 60px;
          padding-right: 60px; } }
    .carousel-intro-low .carousel-slide__content-low {
      position: relative;
      z-index: 10;
      height: 275px; }
      @media screen and (min-width: 768px) {
        .carousel-intro-low .carousel-slide__content-low {
          max-width: 60%;
          height: 275px; } }
      @media screen and (min-width: 1024px) {
        .carousel-intro-low .carousel-slide__content-low {
          max-width: 650px; } }
      .carousel-intro-low .carousel-slide__content-low .h1 {
        font-size: 2.4rem;
        opacity: 0;
        /*transform translateX(-150px)*/
        transition: transform 250ms ease, opacity 250ms ease; }
        @media screen and (max-width: 539px) {
          .carousel-intro-low .carousel-slide__content-low .h1 {
            background: #fff;
            display: inline; } }
        @media screen and (min-width: 768px) {
          .carousel-intro-low .carousel-slide__content-low .h1 {
            font-size: 3.6rem;
            padding-top: 1em; } }
      @media screen and (max-width: 767px) {
        .carousel-intro-low .carousel-slide__content-low .h1,
        .carousel-intro-low .carousel-slide__content-low p {
          max-width: 75%; } }
    .carousel-intro-low .carousel-slide__image {
      position: absolute;
      right: 0px;
      top: 0;
      bottom: 0; }
      @media screen and (min-width: 768px) {
        .carousel-intro-low .carousel-slide__image {
          right: -100px; } }
      @media screen and (min-width: 1024px) {
        .carousel-intro-low .carousel-slide__image {
          right: 0; } }
      @media screen and (min-width: 1280px) {
        .carousel-intro-low .carousel-slide__image {
          right: 20px; } }
    .carousel-intro-low .carousel-slide .rhomb {
      width: 231px;
      height: 321px;
      opacity: 0; }
      @media screen and (min-width: 768px) {
        .carousel-intro-low .carousel-slide .rhomb {
          width: 421px;
          height: 443px;
          transition: opacity 250ms ease; } }
      @media screen and (min-width: 768px) {
        .carousel-intro-low .carousel-slide .rhomb__gradient {
          height: 340px; } }
    .carousel-intro-low .carousel-slide .button {
      opacity: 0;
      /*transform translateX(150px)*/
      transition: transform 250ms ease, opacity 250ms ease;
      margin-left: 0; }
      @media screen and (max-width: 767px) {
        .carousel-intro-low .carousel-slide .button {
          width: 100%; } }
      @media screen and (max-width: 539px) {
        .carousel-intro-low .carousel-slide .button {
          margin-top: 15px; } }
    .carousel-intro-low .carousel-slide.is-selected .button,
    .carousel-intro-low .carousel-slide.is-selected .h1 {
      opacity: 1;
      transform: translateX(0); }
    .carousel-intro-low .carousel-slide.is-selected .rhomb {
      opacity: 1; }
  .carousel-intro-low__dots {
    padding: 0;
    margin: 0;
    font-size: 0;
    position: absolute;
    bottom: 40px;
    left: 30px; }
    @media screen and (min-width: 768px) {
      .carousel-intro-low__dots {
        left: 60px;
        bottom: 65px; } }
    @media screen and (min-width: 1024px) {
      .carousel-intro-low__dots {
        left: 60px; } }
    @media screen and (min-width: 1280px) {
      .carousel-intro-low__dots {
        left: 52%;
        width: 1200px;
        left: calc(50% + 5px);
        margin-left: -600px; } }
    .carousel-intro-low__dots li {
      display: inline-block;
      vertical-align: top;
      width: 22px;
      height: 2px;
      cursor: pointer;
      padding: 5px 0;
      margin: -5px 8px -5px 0; }
      .carousel-intro-low__dots li span {
        background: #dce2e6;
        display: block;
        height: 2px; }
        .carousel-intro-low__dots li span:before {
          content: "";
          display: block;
          width: 0;
          height: 100%;
          background: #ffab26;
          transition: width 6000ms linear;
          opacity: 0; }
      .carousel-intro-low__dots li.is-selected span:before {
        width: 100%;
        opacity: 1; }

.carousel-macbook {
  width: 50%;
  height: 50%;
  background-size: cover;
  background-image: url("macbook-small.png");
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .carousel-macbook {
      width: 100%;
      height: 100%;
      background-image: url("macbook.png"); } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .carousel-macbook {
      position: relative;
      left: 50%;
      margin-left: -424px; } }
  .carousel-macbook__content {
    width: 183px;
    height: 115px;
    position: absolute;
    left: 47px;
    top: 10px;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .carousel-macbook__content {
        width: 554px;
        height: 347px;
        left: 143px;
        top: 34px; } }
    .carousel-macbook__content img {
      max-width: 100%;
      height: auto; }

.carousel-references {
  margin: 0 -15px; }
  @media screen and (max-width: 767px) {
    .carousel-references {
      padding: 0 20px; } }
  @media screen and (min-width: 768px) {
    .carousel-references {
      display: block !important;
      margin-bottom: -60px; } }
  .carousel-references .grid-3__cell {
    vertical-align: top;
    margin-top: 0;
    width: 100%;
    margin-left: 0 !important;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .carousel-references .grid-3__cell {
        margin-bottom: 60px;
        padding: 0 15px;
        width: 33.33%; } }
  .carousel-references .flickity-prev-next-button {
    display: none; }
    @media screen and (max-width: 767px) {
      .carousel-references .flickity-prev-next-button {
        position: absolute;
        top: 50%;
        margin-top: -18px;
        width: 36px;
        height: 36px;
        background: #ffab26;
        border-radius: 50%;
        cursor: pointer;
        border: 0;
        display: block; } }
  @media screen and (max-width: 767px) and (min-width: 768px) {
    .carousel-references .flickity-prev-next-button {
      width: 74px;
      height: 74px;
      margin-top: -37px; } }
    @media screen and (max-width: 767px) {
        .carousel-references .flickity-prev-next-button svg {
          display: none; }
        .carousel-references .flickity-prev-next-button:before {
          display: inline-block;
          font: normal normal normal 14px / 1 'icons';
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 0.7rem;
          color: #fff;
          position: absolute;
          top: 50%;
          margin-top: -3px; } }
    @media screen and (max-width: 767px) and (min-width: 768px) {
      .carousel-references .flickity-prev-next-button:before {
        margin-top: -4px;
        font-size: 1rem; } }
    @media screen and (max-width: 767px) {
        .carousel-references .flickity-prev-next-button.previous {
          left: -22px; } }
    @media screen and (max-width: 767px) and (min-width: 768px) {
      .carousel-references .flickity-prev-next-button.previous {
        left: -37px; } }
    @media screen and (max-width: 767px) {
          .carousel-references .flickity-prev-next-button.previous:before {
            content: "";
            right: 9px; } }
      @media screen and (max-width: 767px) and (min-width: 768px) {
        .carousel-references .flickity-prev-next-button.previous:before {
          right: 20px; } }
    @media screen and (max-width: 767px) {
        .carousel-references .flickity-prev-next-button.next {
          right: -22px; } }
    @media screen and (max-width: 767px) and (min-width: 768px) {
      .carousel-references .flickity-prev-next-button.next {
        right: -37px; } }
    @media screen and (max-width: 767px) {
          .carousel-references .flickity-prev-next-button.next:before {
            content: "";
            left: 9px; } }
      @media screen and (max-width: 767px) and (min-width: 768px) {
        .carousel-references .flickity-prev-next-button.next:before {
          left: 20px; } }

.carousel__slide {
  width: 100%;
  display: block; }

.carousel-arrow {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 18px;
  height: 36px;
  cursor: pointer;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .carousel-arrow {
      width: 37px;
      height: 74px;
      margin-top: -37px; } }
  .carousel-arrow:before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: #ffab26;
    border-radius: 50%;
    position: absolute;
    top: 0; }
    @media screen and (min-width: 768px) {
      .carousel-arrow:before {
        width: 74px;
        height: 74px; } }
  .carousel-arrow:after {
    display: inline-block;
    font: normal normal normal 14px / 1 'icons';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.7rem;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -3px; }
    @media screen and (min-width: 768px) {
      .carousel-arrow:after {
        margin-top: -4px;
        font-size: 1rem; } }
  .carousel-arrow--prev {
    left: 0; }
    .carousel-arrow--prev:before {
      right: 0; }
    .carousel-arrow--prev:after {
      content: "";
      right: 9px; }
      @media screen and (min-width: 768px) {
        .carousel-arrow--prev:after {
          right: 20px; } }
  .carousel-arrow--next {
    right: 0; }
    .carousel-arrow--next:before {
      left: 0; }
    .carousel-arrow--next:after {
      content: "";
      left: 9px; }
      @media screen and (min-width: 768px) {
        .carousel-arrow--next:after {
          left: 20px; } }

.flickity-page-dots {
  font-size: 0;
  margin: 0;
  padding: 0;
  text-align: center; }
  .flickity-page-dots .dot {
    display: inline-block;
    vertical-align: top;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #dcdee3;
    margin: 0 6px;
    cursor: pointer; }
    .flickity-page-dots .dot.is-selected {
      background: #ffab26;
      border-color: #ffab26; }

.chart svg {
  transform: rotate(-90deg); }

.chart circle {
  transition: stroke-dashoffset 1s linear; }

.checkbox {
  display: inline-block;
  vertical-align: top;
  margin: 4px 5px 0 0; }
  .checkbox input {
    /*display none !important*/ }
  .checkbox span {
    width: 18px;
    height: 18px;
    display: block;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    position: relative;
    background: #f5f7fb;
    box-shadow: inset 0 1px 1px 0 rgba(0, 18, 39, 0.05);
    text-align: center; }
    .checkbox span:before {
      content: "";
      display: inline-block;
      font: normal normal normal 14px / 1 'icons';
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 0.6rem;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -2px 0 0 -4px;
      color: #ffab26;
      opacity: 0; }
  .checkbox input:checked + span:before {
    opacity: 1; }
  .checkbox label {
    position: relative !important;
    top: 0 !important;
    left: 0 !important; }

.checkbox-label {
  font-size: 1.5rem;
  color: #37373e !important;
  display: block; }

.collage {
  font-size: 0; }
  @media screen and (max-width: 767px) {
    .collage__item {
      margin-bottom: 20px; } }
  @media screen and (min-width: 768px) {
    .collage__item {
      display: inline-block;
      vertical-align: top;
      width: 33.33%; } }
  @media screen and (min-width: 1024px) {
    .collage__item {
      width: 25%; } }
  @media screen and (min-width: 768px) {
    .collage__item:nth-child(1) {
      margin-top: 140px; } }
  @media screen and (min-width: 768px) {
    .collage__item:nth-child(3) {
      margin-top: 60px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .collage__item:nth-child(4) {
      display: none; } }
  @media screen and (min-width: 1024px) {
    .collage__item:nth-child(4) {
      margin-top: 200px; } }
  .collage img {
    max-width: 100%;
    height: auto;
    display: block; }
  .collage .field-solutions-image__quote {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .collage .field-solutions-image__quote {
        position: relative;
        top: 0;
        left: 0; } }
    @media screen and (min-width: 1024px) {
      .collage .field-solutions-image__quote {
        padding-bottom: 100px;
        padding-top: 100px; } }

.comments {
  max-width: 720px;
  margin: 0 auto;
  margin-top: 50px; }

.company-logos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .company-logos {
      margin-bottom: 70px;
      flex-direction: row; } }
  @media screen and (min-width: 1024px) {
    .company-logos {
      justify-content: space-between; } }
  .company-logos img {
    margin: 15px; }
    @media screen and (min-width: 1024px) {
      .company-logos img {
        margin: 0;
        max-width: 17%; } }
    @media screen and (min-width: 1280px) {
      .company-logos img {
        max-width: none; } }

@media screen and (min-width: 768px) {
  .content-columns {
    font-size: 0; } }

@media screen and (min-width: 768px) {
  .content-columns__column {
    display: inline-block;
    vertical-align: top;
    font-size: 1.6rem; } }

@media screen and (min-width: 768px) {
  .content-columns__column:first-child {
    width: 50%; } }

@media screen and (min-width: 768px) {
  .content-columns__column:last-child {
    width: 43%;
    margin-left: 7%; } }

@media screen and (min-width: 768px) {
  .content-columns--reverse .content-columns__column:first-child {
    width: 43%; } }

@media screen and (min-width: 768px) {
  .content-columns--reverse .content-columns__column:last-child {
    width: 50%;
    margin-left: 7%; } }

.content-list {
  border: 1px solid #dce2e6;
  border-top: 2px solid #ffab26;
  padding: 30px;
  margin: 0 auto;
  max-width: 420px;
  box-sizing: border-box; }
  .content-list--wide {
    max-width: initial; }
  @media print {
    .content-list {
      display: none; } }
  @media screen and (min-width: 1024px) {
    .content-list {
      padding: 30px 50px; } }
  .content-list__title {
    color: #9399a9;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center; }
  .content-list ol li,
  .content-list ul li {
    list-style: none;
    border-bottom: 1px solid #ecf0f3; }
    .content-list ol li:last-child,
    .content-list ul li:last-child {
      border-bottom: 0; }
  .content-list ol a,
  .content-list ul a {
    text-decoration: none;
    color: #1e1e21;
    font-size: 1.6rem;
    display: block;
    padding: 11px 0 7px 62px;
    position: relative;
    transition: color 250ms ease; }
    .content-list ol a:hover,
    .content-list ul a:hover {
      color: #ffab26; }
  .content-list ol {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: content-list; }
    .content-list ol li:before {
      display: none; }
    .content-list ol li + li {
      margin-top: 0; }
    .content-list ol a:before {
      counter-increment: content-list;
      content: counter(content-list, decimal-leading-zero);
      position: absolute;
      left: 14px;
      top: 16px;
      color: #9399a9;
      font-weight: bold;
      font-size: 1.1rem; }
  .content-list ul {
    list-style: none;
    padding: 0; }
    .content-list ul a {
      padding-left: 11px; }

#current {
  font-weight: bold; }

.file-input {
  position: relative;
  width: 100%;
  background: #FFF;
  min-height: 58px;
  box-sizing: border-box;
  border: 1px solid #dce2e6;
  line-height: 58px;
  display: block;
  background: #FFFFFF; }
  .file-input:before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px / 1 'icons';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -10px;
    font-size: 0.8rem;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #FFF; }
  .file-input input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    opacity: 0.01;
    z-index: 50;
    width: 100%; }
  .file-input__label {
    text-align: center !important;
    font-size: 1.2rem !important;
    text-transform: uppercase !important;
    color: #1e1e21 !important;
    font-weight: bold !important;
    cursor: pointer;
    width: 100% !important;
    left: 0 !important; }
    .file-input__label .icon {
      font-size: 0.8rem;
      color: #ffab26;
      margin-right: 10px;
      position: relative;
      top: -1px; }

.filter {
  font-size: 1.1rem;
  font-weight: bold;
  position: relative; }
  .filter .filter-trigger {
    text-transform: uppercase;
    padding: 12px 0;
    color: #c7c7ce;
    cursor: pointer;
    transition: color 250ms ease; }
    @media screen and (max-width: 767px) {
      .filter .filter-trigger {
        text-align: right; } }
    @media screen and (min-width: 768px) {
      .filter .filter-trigger {
        position: absolute;
        right: 0;
        top: 0; } }
    .filter .filter-trigger .icon {
      font-size: 1.2rem;
      color: #1e1e21;
      margin-left: 10px;
      position: relative;
      top: 1px;
      transition: color 250ms ease; }
    .filter .filter-trigger.is-active {
      color: #ffab26; }
      .filter .filter-trigger.is-active .icon {
        color: #ffab26; }
  .filter .filter-row {
    border-top: 1px solid #dce2e6;
    line-height: 44px;
    padding: 15px 0; }
    .filter .filter-row:before, .filter .filter-row:after {
      content: "";
      display: table; }
    .filter .filter-row:after {
      clear: both; }
    .filter .filter-row:first-of-type {
      border-top: 0; }
  .filter .filter-label {
    color: #9399a9;
    text-transform: uppercase;
    position: relative; }
    @media screen and (min-width: 768px) {
      .filter .filter-label {
        padding-right: 30px;
        margin-right: 30px;
        display: inline-block;
        vertical-align: top; } }
    @media screen and (min-width: 768px) {
      .filter .filter-label:after {
        content: "";
        position: absolute;
        right: 0;
        width: 1px;
        background: #dce2e6;
        top: 50%;
        height: 20px;
        margin-top: -10px; } }
  .filter .checkbox-label {
    text-transform: uppercase;
    font-size: 1.1rem; }
    @media screen and (max-width: 767px) {
      .filter .checkbox-label {
        padding: 0 20px; } }
    @media screen and (min-width: 768px) {
      .filter .checkbox-label {
        margin-right: 20px;
        display: inline-block;
        vertical-align: top; } }
    .filter .checkbox-label .radio {
      margin-top: 13px;
      margin-right: 8px; }
    .filter .checkbox-label.pink {
      color: #ffab26; }
    .filter .checkbox-label.orange {
      color: #ffab26; }
  .filter .select {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    box-shadow: none;
    height: 44px;
    line-height: 44px;
    padding: 0 32px 0 0;
    min-width: 200px;
    box-sizing: border-box; }
    .filter .select select {
      border: 0;
      box-shadow: none;
      font-size: 1.4rem; }
      .filter .select select option {
        font-size: 1.4rem;
        height: 44px;
        padding: 10px 5px; }
    .filter .select .select2-selection {
      background: #fff;
      box-shadow: none;
      height: 44px;
      line-height: 44px;
      padding: 0 32px 0 0;
      min-width: 200px;
      box-sizing: border-box; }
    .filter .select .select2-selection__arrow:after {
      right: 0; }
  .filter .form-search {
    height: 40px; }
    .filter .form-search .text-input {
      height: 40px; }
      .filter .form-search .text-input label {
        top: 8px; }
  .filter .filter-categories {
    position: relative;
    text-align: left;
    border-bottom: 1px solid #dce2e6;
    text-transform: uppercase; }
    @media screen and (min-width: 1280px) {
      .filter .filter-categories {
        text-align: center; } }
    .filter .filter-categories br {
      display: none; }
    .filter .filter-categories input {
      visibility: hidden; }
      .filter .filter-categories input:checked + label {
        border-bottom: 2px solid #ffab26;
        color: #1e1e21; }
    .filter .filter-categories label {
      color: #9399a9;
      padding: 12px 5px;
      box-sizing: border-box;
      display: block;
      cursor: pointer; }
      @media screen and (min-width: 768px) {
        .filter .filter-categories label {
          display: inline-block;
          vertical-align: top;
          margin: 0 8px; } }
      @media screen and (min-width: 1024px) {
        .filter .filter-categories label {
          margin: 0 20px; } }
      @media screen and (min-width: 1280px) {
        .filter .filter-categories label {
          margin: 0 25px;
          text-align: center; } }
      @media screen and (max-width: 767px) {
        .filter .filter-categories label {
          padding: 0; } }
      .filter .filter-categories label:hover {
        text-decoration: none;
        color: #1e1e21; }
    .filter .filter-categories ul {
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 767px) {
        .filter .filter-categories ul {
          text-align: center; } }
      @media screen and (min-width: 768px) {
        .filter .filter-categories ul {
          display: inline-block;
          vertical-align: top; } }
      .filter .filter-categories ul li {
        box-sizing: border-box;
        list-style: none; }
        @media screen and (min-width: 768px) {
          .filter .filter-categories ul li {
            display: inline-block;
            vertical-align: top;
            margin: 0 8px; } }
        @media screen and (min-width: 1024px) {
          .filter .filter-categories ul li {
            margin: 0 20px; } }
        @media screen and (min-width: 1280px) {
          .filter .filter-categories ul li {
            margin: 0 30px; } }
        .filter .filter-categories ul li.is-active {
          margin-bottom: -1px; }
          .filter .filter-categories ul li.is-active a {
            border-bottom: 2px solid #ffab26;
            color: #1e1e21; }
      .filter .filter-categories ul a {
        color: #9399a9;
        display: block;
        padding: 12px 5px;
        box-sizing: border-box;
        cursor: pointer; }
        .filter .filter-categories ul a:hover {
          text-decoration: none;
          color: #1e1e21; }
    .filter .filter-categories + .filter-row {
      border-top: 0; }
  .filter .filter-tags-trigger__trigger {
    border: 1px solid #1e1e21;
    display: inline-block;
    vertical-align: top;
    color: #1e1e21;
    padding: 0 50px 0 20px;
    position: relative;
    cursor: pointer;
    height: 50px;
    margin-top: -3px;
    margin-right: -1px;
    box-sizing: border-box;
    text-transform: uppercase;
    line-height: 50px; }
    @media screen and (max-width: 767px) {
      .filter .filter-tags-trigger__trigger {
        float: right; } }
    @media screen and (min-width: 768px) {
      .filter .filter-tags-trigger__trigger {
        padding: 0 100px 0 30px; } }
    .filter .filter-tags-trigger__trigger:after {
      content: "";
      display: inline-block;
      font: normal normal normal 14px / 1 'icons';
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      font-size: 5px;
      top: 50%;
      margin-top: -2px;
      transition: transform 250ms ease;
      right: 20px; }
      @media screen and (min-width: 768px) {
        .filter .filter-tags-trigger__trigger:after {
          right: 40px; } }
  @media screen and (max-width: 767px) {
    .filter .filter-tags-trigger .filter-label {
      display: inline-block;
      vertical-align: top; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .filter .filter-tags-trigger .filter-label {
      display: none; } }
  .filter .filter-tags-trigger.is-active:after {
    transform: rotate(180deg); }
  .filter .filter-filter {
    position: relative;
    display: none; }
  .filter .filter-tags {
    font-size: 0;
    box-shadow: 0 35px 40px 0 rgba(79, 81, 122, 0.2);
    z-index: 100;
    background: #fff;
    display: none; }
    @media screen and (min-width: 768px) {
      .filter .filter-tags {
        position: absolute;
        top: 60px;
        left: 0;
        right: 0; } }
    .filter .filter-tags__active {
      background: #ededf0;
      padding: 8px 16px;
      display: none; }
      .filter .filter-tags__active:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 5px 5px;
        border-color: transparent transparent #ededf0 transparent;
        content: "";
        position: absolute;
        right: 40px;
        top: -5px; }
      .filter .filter-tags__active .filter-tags__tag:after {
        content: "";
        display: inline-block;
        font: normal normal normal 14px / 1 'icons';
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 6px;
        margin-left: 8px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -1px; }
    .filter .filter-tags__inactive {
      padding: 24px 16px; }
    .filter .filter-tags__tag {
      height: 29px;
      line-height: 29px;
      padding: 0 8px;
      border: 1px solid #dce2e6;
      display: inline-block;
      vertical-align: top;
      font-size: 1.1rem;
      color: #9399a9;
      background: #fff;
      position: relative;
      cursor: pointer;
      margin: 2px 4px 2px 0; }
      @media screen and (min-width: 768px) {
        .filter .filter-tags__tag {
          padding: 0 15px;
          margin: 6px 12px 6px 0; } }
      .filter .filter-tags__tag input {
        display: none; }
    .filter .filter-tags__delete {
      font-size: 1.3rem;
      text-transform: none;
      font-weight: normal;
      color: #37373e;
      text-decoration: underline;
      margin-top: 10px;
      margin-right: 10px;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .filter .filter-tags__delete {
          display: block;
          text-align: center;
          margin-bottom: 10px; } }
      @media screen and (min-width: 768px) {
        .filter .filter-tags__delete {
          float: right; } }
      .filter .filter-tags__delete:hover {
        text-decoration: none; }
  @media screen and (max-width: 767px) {
    .filter--news .filter-products {
      margin-bottom: 20px; } }
  @media screen and (min-width: 768px) {
    .filter--news .filter-products {
      float: left; } }
  @media screen and (min-width: 768px) {
    .filter--news .filter-tags-trigger {
      float: right; } }
  .filter--news .filter-tags-trigger .filter-label {
    margin-right: 0; }
    .filter--news .filter-tags-trigger .filter-label:after {
      content: none; }
  .filter--news .filter-row {
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #ecf0f3;
    padding-left: 20px;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .filter--news .filter-row {
        height: 50px; } }
    @media screen and (min-width: 1024px) {
      .filter--news .filter-row {
        padding-left: 40px; } }
    .filter--news .filter-row:first-child {
      border-top: 0; }
  .filter--reference br {
    display: none; }
  @media screen and (min-width: 1280px) {
    .filter--reference .filter-field {
      float: left; } }
  .filter--reference .filter-users input[type="radio"] {
    margin: 15px 5px 0 10px;
    cursor: pointer; }
  @media screen and (min-width: 1024px) {
    .filter--reference .filter-users {
      float: left; } }
  @media screen and (min-width: 1280px) {
    .filter--reference .filter-users {
      margin-left: 100px; } }
  .filter--reference .form-search {
    margin: 0; }
    @media screen and (min-width: 1024px) {
      .filter--reference .form-search {
        float: right; } }
  .filter--reference .filter-type {
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #37373e; }
    .filter--reference .filter-type input[type="radio"] {
      margin: 15px 5px 0 10px;
      cursor: pointer; }
    .filter--reference .filter-type .form-group {
      display: inline-block; }
    @media screen and (min-width: 1024px) {
      .filter--reference .filter-type {
        float: right; } }
  @media screen and (min-width: 1024px) {
    .filter--reference .filter-products {
      float: left; } }
  .filter--courses br {
    display: none; }
  @media screen and (min-width: 1280px) {
    .filter--courses .filter-from {
      float: left; } }
  .filter--courses .filter-from .datepick {
    float: right;
    margin: 0 20px 0 0; }
    @media screen and (max-width: 1279px) {
      .filter--courses .filter-from .datepick {
        float: none; } }
  @media screen and (max-width: 1279px) {
    .filter--courses .filter-from .filter-label {
      float: left;
      margin: 0 15px 0 0; } }
  @media screen and (min-width: 1280px) {
    .filter--courses .filter-to {
      float: left; } }
  .filter--courses .filter-to .datepick {
    float: right;
    margin: 0 40px 0 0; }
    @media screen and (max-width: 1279px) {
      .filter--courses .filter-to .datepick {
        float: none; } }
  @media screen and (max-width: 1279px) {
    .filter--courses .filter-to .filter-label {
      float: left;
      margin: 0 15px 0 0; } }
  @media screen and (min-width: 1280px) {
    .filter--courses .filter-place {
      float: left;
      margin-left: 100px; } }
  @media screen and (max-width: 1279px) {
    .filter--courses .filter-place {
      margin-bottom: 20px; } }
  .filter--courses .form-search {
    margin: 0; }
    @media screen and (min-width: 1024px) {
      .filter--courses .form-search {
        float: right; } }
  .filter--courses .filter-type {
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #37373e; }
    .filter--courses .filter-type input[type="radio"] {
      margin: 15px 5px 0 10px;
      cursor: pointer; }
    .filter--courses .filter-type .form-group {
      display: inline-block; }
    @media screen and (min-width: 1024px) {
      .filter--courses .filter-type {
        float: right; } }
  .filter--courses .filter-jump {
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #37373e; }
    @media screen and (min-width: 1024px) {
      .filter--courses .filter-jump {
        float: right;
        margin-left: 70px; } }
  @media screen and (min-width: 1024px) {
    .filter--courses .filter-products {
      float: left; } }

.form-inline {
  position: relative; }
  .form-inline .button {
    position: absolute;
    right: 4px;
    top: 4px;
    min-width: 0;
    z-index: 10; }

.form-search {
  max-width: 280px;
  margin: 0 auto;
  position: relative;
  line-height: 1; }
  .form-search button {
    position: absolute;
    right: 22px;
    top: 50%;
    margin-top: -11px;
    background: transparent;
    border: 0;
    cursor: pointer;
    z-index: 10;
    font-size: 1.6rem;
    color: #1e1e21;
    line-height: 1; }
  .form-search.form-search--with-button {
    max-width: 100%;
    margin: 0 auto 30px; }
    @media screen and (min-width: 768px) {
      .form-search.form-search--with-button {
        margin: 0 auto 50px; } }
    .form-search.form-search--with-button button {
      top: 0;
      bottom: 0;
      right: 0;
      padding: 0;
      margin-top: 0;
      width: 120px;
      background: #e73c5d;
      color: #fff;
      text-transform: uppercase;
      font-size: 1.2rem;
      overflow: hidden;
      letter-spacing: 0.1rem; }
      @media screen and (min-width: 768px) {
        .form-search.form-search--with-button button {
          width: 200px; } }
      .form-search.form-search--with-button button:before {
        content: "";
        width: 0px;
        height: 0px;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%) translateZ(0);
        z-index: 1;
        transition: all 500ms ease-in-out;
        backface-visibility: hidden;
        background: #ffc973; }
      .form-search.form-search--with-button button span {
        position: relative;
        z-index: 2;
        transition: color 500ms ease; }
      .form-search.form-search--with-button button:hover {
        text-decoration: none; }
        .form-search.form-search--with-button button:hover:before {
          width: 300px;
          height: 300px; }

.form {
  margin: 0 auto; }
  @media print {
    .form {
      display: none; } }
  .form .form__column-space .form__column > div,
  .form .form__column-space .select,
  .form .form__column-space .text-input {
    margin-bottom: 10px; }
    .form .form__column-space .form__column > div a,
    .form .form__column-space .select a,
    .form .form__column-space .text-input a {
      font-size: initial; }
    .form .form__column-space .form__column > div + .input-error,
    .form .form__column-space .select + .input-error,
    .form .form__column-space .text-input + .input-error {
      margin-top: -10px; }
  .form__row {
    font-size: 0;
    margin-bottom: 10px; }
    .form__row .form__column-space .form__column > div,
    .form__row .form__column-space .select,
    .form__row .form__column-space .text-input {
      margin-bottom: 10px; }
      .form__row .form__column-space .form__column > div a,
      .form__row .form__column-space .select a,
      .form__row .form__column-space .text-input a {
        font-size: initial; }
      .form__row .form__column-space .form__column > div + .input-error,
      .form__row .form__column-space .select + .input-error,
      .form__row .form__column-space .text-input + .input-error {
        margin-top: -10px; }
    @media screen and (min-width: 768px) {
      .form__row {
        margin-bottom: 20px; } }
  @media screen and (min-width: 768px) {
    .form__column {
      display: inline-block;
      vertical-align: top;
      margin-left: 20px;
      width: calc(50% - 10px); }
      .form__column:first-child {
        margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .form__column + .form__column {
      margin-top: 10px; } }
  .form--white {
    background: #fff;
    border-top: 2px solid #ffab26;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0 35px 40px 0 rgba(79, 81, 122, 0.1); }
    @media screen and (min-width: 768px) {
      .form--white {
        padding: 70px; } }
  .form--white-lp {
    background: #fff;
    border-top: 0px solid #ffab26;
    box-sizing: border-box;
    padding: 20px 20px 0 20px;
    box-shadow: 0 35px 40px 0 rgba(79, 81, 122, 0.1); }
    @media screen and (min-width: 768px) {
      .form--white-lp {
        padding: 20px 20px 0 20px; } }
  .form--medium {
    max-width: 950px; }
  .form--narrow {
    max-width: 720px; }
  .form .input-error,
  .form .frm_error {
    color: #D51616 !important;
    font-size: 1.1rem !important;
    font-weight: 400 !important;
    background: #ffedf0 !important;
    padding: 6px 12px 5px !important;
    box-shadow: 0 1px 2px 0 rgba(79, 81, 122, 0.08) !important;
    line-height: 1.2 !important; }

.select {
  position: relative; }

.fixedsection {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }
  @media screen and (max-width: 767px) {
    .fixedsection {
      position: initial; } }
  .fixedsection + .container-fluid, .fixedsection + .container-sm, .fixedsection + .container-md, .fixedsection + .container-lg, .fixedsection + .container-xl {
    padding-top: 285px; }
    @media screen and (max-width: 767px) {
      .fixedsection + .container-fluid, .fixedsection + .container-sm, .fixedsection + .container-md, .fixedsection + .container-lg, .fixedsection + .container-xl {
        padding-top: 0; } }

.grid-2 {
  position: relative; }
  @media screen and (min-width: 768px) {
    .grid-2 {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    .grid-2__cell {
      width: 100%;
      margin-bottom: 20px; } }
  @media screen and (min-width: 768px) {
    .grid-2__cell {
      font-size: 1.6rem;
      width: 48.75%;
      margin-top: 2.5%; }
      .grid-2__cell:nth-child(-n + 2) {
        margin-top: 0; } }
  .grid-2--separator .grid-2__cell {
    position: relative; }
    @media screen and (min-width: 768px) {
      .grid-2--separator .grid-2__cell {
        width: 46%; } }
    @media screen and (min-width: 768px) {
      .grid-2--separator .grid-2__cell:last-child:before {
        content: "";
        width: 1px;
        background: #dce2e6;
        left: -8%;
        top: 0;
        bottom: 0;
        display: block;
        position: absolute; } }
  .grid-2 + * {
    margin-top: 50px; }

.grid-3 {
  position: relative; }
  @media screen and (min-width: 768px) {
    .grid-3 {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    .grid-3__cell {
      width: 100%;
      margin-bottom: 20px; } }
  @media screen and (min-width: 768px) {
    .grid-3__cell {
      font-size: 1.6rem;
      width: 32.16%;
      margin-left: 1.75%;
      margin-top: 1.75%; }
      .grid-3__cell:nth-child(-n + 3) {
        margin-top: 0; }
      .grid-3__cell:nth-child(3n + 1) {
        margin-left: 0; } }
  @media print {
    .grid-3__cell {
      position: relative !important;
      display: block !important;
      left: 0 !important; } }

.grid-4 {
  position: relative; }
  @media screen and (min-width: 768px) {
    .grid-4 {
      font-size: 0; } }
  @media screen and (max-width: 767px) {
    .grid-4__cell {
      width: 100%;
      margin-right: 20px; } }
  @media screen and (min-width: 768px) {
    .grid-4__cell {
      font-size: 1.6rem;
      width: 48%;
      margin-left: 4%;
      margin-top: 4%;
      display: inline-block;
      vertical-align: top; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .grid-4__cell:nth-child(-n + 2) {
      margin-top: 0; }
    .grid-4__cell:nth-child(2n + 1) {
      margin-left: 0; } }
  @media screen and (min-width: 1024px) {
    .grid-4__cell {
      width: 22%; }
      .grid-4__cell:nth-child(-n + 4) {
        margin-top: 0; }
      .grid-4__cell:nth-child(4n + 1) {
        margin-left: 0; } }

.grid-inovation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .grid-inovation {
      flex-direction: row; } }
  @media screen and (max-width: 767px) {
    .grid-inovation__cell:first-child {
      order: 2; } }
  @media screen and (min-width: 768px) {
    .grid-inovation__cell:first-child {
      width: 58%; } }
  .grid-inovation__cell:last-child {
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 767px) {
      .grid-inovation__cell:last-child {
        order: 1; } }
    @media screen and (min-width: 768px) {
      .grid-inovation__cell:last-child {
        width: 34.5%; } }

@media screen and (min-width: 768px) {
  .grid-news {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto 80px; } }

.grid-news__cell {
  padding-bottom: 30px;
  border-bottom: 1px solid #dce2e6;
  padding-top: 50px; }
  .grid-news__cell h2 {
    transition: color 100ms ease-in-out; }
  .grid-news__cell:hover h2 {
    color: #ffab26; }
  @media screen and (min-width: 768px) {
    .grid-news__cell {
      width: 46%; } }
  @media screen and (min-width: 1024px) {
    .grid-news__cell {
      padding-bottom: 45px;
      padding-top: 100px;
      width: 44%; } }

.grid-offer {
  font-size: 0;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .grid-offer a.grid-offer__cell:hover {
      border-color: #afbdc6; } }
  .grid-offer__cell {
    box-sizing: border-box;
    border: 1px solid #dce2e6;
    font-size: 1.5rem;
    padding: 30px 20px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .grid-offer__cell {
        margin-bottom: 0;
        width: 48%;
        display: inline-block;
        vertical-align: top;
        padding: 30px 40px; } }
    @media screen and (min-width: 1024px) {
      .grid-offer__cell {
        width: 31.66%;
        transition: border-color 250ms ease; } }
    .grid-offer__cell .label {
      margin-bottom: 5px;
      padding: 0 !important; }
    .grid-offer__cell-content {
      position: absolute;
      left: 40px;
      right: 40px;
      bottom: 40px;
      z-index: 10; }
    .grid-offer__cell.with-icon {
      padding-left: 100px; }
      @media screen and (min-width: 768px) {
        .grid-offer__cell.with-icon {
          padding-left: 160px; } }
      .grid-offer__cell.with-icon:before {
        content: "";
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 1px solid #dce2e6;
        display: block;
        position: absolute;
        top: 30px;
        left: 20px;
        background-position: center center; }
        @media screen and (min-width: 768px) {
          .grid-offer__cell.with-icon:before {
            width: 88px;
            height: 88px;
            /*top 50px*/
            left: 40px; } }
      .grid-offer__cell.with-icon .icon {
        font-size: 0.5rem;
        position: absolute;
        bottom: 25px;
        left: 100px; }
        @media screen and (min-width: 768px) {
          .grid-offer__cell.with-icon .icon {
            left: 160px; } }
      .grid-offer__cell.with-icon--building:before {
        background-repeat: no-repeat;
        background-image: url("/static/img/offer-ico/building.svg"); }
        .no-svg .grid-offer__cell.with-icon--building:before {
          background-image: url("/static/img/offer-ico/building.png"); }
      .grid-offer__cell.with-icon--suitcase:before {
        background-repeat: no-repeat;
        background-image: url("/static/img/offer-ico/suitcase.svg"); }
        .no-svg .grid-offer__cell.with-icon--suitcase:before {
          background-image: url("/static/img/offer-ico/suitcase.png"); }
    .grid-offer__cell--pink .h3,
    .grid-offer__cell--pink .icon {
      color: #ffab26;
      font-size: 2.1rem; }
    .grid-offer__cell--orange .h3,
    .grid-offer__cell--orange .icon {
      color: #ffab26;
      font-size: 2.1rem; }
    @media screen and (min-width: 768px) {
      .grid-offer__cell:nth-child(1) {
        height: 287px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .grid-offer__cell:nth-child(1) {
        margin-top: 477px; } }
    .grid-offer__cell:nth-child(2) {
      height: 457px;
      border: 0;
      background-size: cover;
      background-position: center center;
      position: relative;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .grid-offer__cell:nth-child(2) {
          margin: 0 0 0 4%; } }
      @media screen and (min-width: 1024px) {
        .grid-offer__cell:nth-child(2) {
          margin: 0 2.91%;
          width: 30.83%; } }
      .grid-offer__cell:nth-child(2):before {
        content: "";
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        background: linear-gradient(to 0, transparent 0%, rgba(38, 38, 38, 0.75) 70%); }
      .grid-offer__cell:nth-child(2) .h3 {
        color: #fff;
        line-height: 1.35; }
      .grid-offer__cell:nth-child(2) .icon {
        font-size: 1.1rem;
        color: #fff; }
    @media screen and (min-width: 768px) {
      .grid-offer__cell:nth-child(3) {
        height: 287px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .grid-offer__cell:nth-child(3) {
        position: absolute;
        left: 0;
        top: 0; } }
    .grid-offer__cell:nth-child(3) .list-basic li, .grid-offer__cell:nth-child(3) .text ul li, .text .grid-offer__cell:nth-child(3) ul li {
      margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .grid-offer__cell:nth-child(4) {
        margin-top: -152px;
        height: 152px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .grid-offer__cell:nth-child(4) {
        float: right; } }
    .grid-offer__cell:nth-child(5) {
      padding-top: 35px;
      padding-bottom: 35px; }
      @media screen and (min-width: 768px) {
        .grid-offer__cell:nth-child(5) {
          height: 152px;
          float: right; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .grid-offer__cell:nth-child(5) {
          position: absolute;
          left: 0;
          top: 305px; } }
      @media screen and (min-width: 1024px) {
        .grid-offer__cell:nth-child(5) {
          margin-top: -152px; } }
      .grid-offer__cell:nth-child(5) .icon {
        font-size: 0.5rem;
        position: absolute;
        bottom: 30px; }
        @media screen and (max-width: 767px) {
          .grid-offer__cell:nth-child(5) .icon {
            left: 20px; } }
        @media screen and (min-width: 768px) {
          .grid-offer__cell:nth-child(5) .icon {
            right: 40px; } }
      .grid-offer__cell:nth-child(5) .h4 {
        line-height: 1.45; }
      @media screen and (min-width: 768px) {
        .grid-offer__cell:nth-child(5):before {
          top: 35px; } }
    .grid-offer__cell:hover {
      text-decoration: none; }

.grid-references {
  margin-top: 50px; }
  @media screen and (min-width: 768px) {
    .grid-references {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; } }
  .grid-references__cell {
    box-sizing: border-box;
    position: relative;
    border-top: 1px solid #dce2e6; }
    @media screen and (min-width: 768px) {
      .grid-references__cell {
        width: 33.33%;
        border-right: 1px solid #dce2e6; } }
    @media screen and (min-width: 1024px) {
      .grid-references__cell {
        height: 380px; } }
    @media screen and (min-width: 768px) {
      .grid-references__cell:nth-child(-n + 3) {
        border-top: 0; } }
    @media screen and (min-width: 768px) {
      .grid-references__cell:nth-child(3n) {
        border-right: 0; } }
    @media screen and (max-width: 539px) {
      .grid-references__cell:first-child {
        border-top: 0; } }

.grid-text__column {
  position: relative;
  align-self: center;
  display: inline-block;
  width: 100%; }
  @media screen and (max-width: 539px) {
    .grid-text__column:first-child {
      margin-bottom: 40px; } }
  .grid-text__column img {
    max-width: 100%;
    height: auto; }
  @media screen and (min-width: 768px) {
    .grid-text__column--gray {
      margin-top: 40px;
      margin-bottom: 40px; } }
  @media screen and (min-width: 1024px) {
    .grid-text__column--gray {
      margin-top: 70px;
      margin-bottom: 70px; } }
  @media screen and (min-width: 768px) {
    .grid-text__column--gray:before {
      content: "";
      position: absolute;
      background: #f6f7f9;
      top: -40px;
      bottom: -40px;
      right: -40px;
      left: -40px;
      z-index: -1; } }
  @media screen and (min-width: 1024px) {
    .grid-text__column--gray:before {
      top: -70px;
      bottom: -70px;
      right: -120px;
      left: -120px; } }
  .grid-text__column--top {
    align-self: start; }

@media screen and (min-width: 768px) {
  .grid-text.medium-up {
    display: flex;
    flex-direction: row; }
    .grid-text.medium-up .grid-text__column {
      width: 50%;
      margin-bottom: 0; }
      .grid-text.medium-up .grid-text__column--wide {
        width: 100%; }
    .grid-text.medium-up.grid-text-50-43 .grid-text__column:first-child {
      width: 50%; }
    .grid-text.medium-up.grid-text-50-43 .grid-text__column:last-child {
      width: 43%;
      margin-left: 7%; }
    .grid-text.medium-up.grid-text-33-61 .grid-text__column:first-child {
      width: 36%; }
    .grid-text.medium-up.grid-text-33-61 .grid-text__column:last-child {
      width: 61%;
      margin-left: 6%; }
    .grid-text.medium-up.grid-text-33-50 .grid-text__column:first-child {
      width: 33%; }
    .grid-text.medium-up.grid-text-33-50 .grid-text__column:last-child {
      width: 50%;
      margin-left: 17%; }
    .grid-text.medium-up.grid-text-30-63 .grid-text__column:first-child {
      width: 30%; }
    .grid-text.medium-up.grid-text-30-63 .grid-text__column:last-child {
      width: 63%;
      margin-left: 7%; } }

@media screen and (min-width: 1024px) {
  .grid-text.large-up {
    display: flex;
    flex-direction: row; }
    .grid-text.large-up .grid-text__column {
      width: 50%; }
    .grid-text.large-up.grid-text-50-43 .grid-text__column:first-child {
      width: 50%; }
    .grid-text.large-up.grid-text-50-43 .grid-text__column:last-child {
      width: 43%;
      margin-left: 7%; }
    .grid-text.large-up.grid-text-33-61 .grid-text__column:first-child {
      width: 36%; }
    .grid-text.large-up.grid-text-33-61 .grid-text__column:last-child {
      width: 61%;
      margin-left: 6%; }
    .grid-text.large-up.grid-text-33-50 .grid-text__column:first-child {
      width: 33%; }
    .grid-text.large-up.grid-text-33-50 .grid-text__column:last-child {
      width: 50%;
      margin-left: 17%; }
    .grid-text.large-up.grid-text-30-63 .grid-text__column:first-child {
      width: 30%; }
    .grid-text.large-up.grid-text-30-63 .grid-text__column:last-child {
      width: 63%;
      margin-left: 7%; } }

.grid-vertical-lines {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .grid-vertical-lines__cell {
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .grid-vertical-lines__cell {
        border-top: 1px solid #dce2e6;
        padding: 30px 0; }
        .grid-vertical-lines__cell:first-child {
          border-top: 0; } }
    @media screen and (min-width: 768px) {
      .grid-vertical-lines__cell {
        padding: 45px 60px;
        border-left: 1px solid #dce2e6;
        width: 50%;
        margin-bottom: 30px; } }
    @media screen and (min-width: 1024px) {
      .grid-vertical-lines__cell {
        padding: 30px;
        width: 33.33%; } }
    @media screen and (min-width: 1280px) {
      .grid-vertical-lines__cell {
        padding: 45px 60px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .grid-vertical-lines__cell:nth-child(2n + 1) {
        border-left: 0; } }
    @media screen and (min-width: 1024px) {
      .grid-vertical-lines__cell:nth-child(3n + 1) {
        border-left: 0; } }

@media screen and (min-width: 1024px) {
  .field-solutions-content {
    margin: 50px 0; } }

.field-solutions-content .list-basic, .field-solutions-content .text ul, .text .field-solutions-content ul, .field-solutions-content .list-check {
  font-size: 1.5rem; }
  @media screen and (min-width: 768px) {
    .field-solutions-content .list-basic, .field-solutions-content .text ul, .text .field-solutions-content ul, .field-solutions-content .list-check {
      columns: 2; } }

.field-solutions-content .list-check a {
  color: #37373e;
  text-decoration: underline; }

.field-solutions-image {
  position: relative; }
  @media screen and (min-width: 1024px) {
    .field-solutions-image {
      margin-top: 70px; } }
  .field-solutions-image > img {
    max-width: 100%;
    height: auto; }
    @media screen and (min-width: 1024px) {
      .field-solutions-image > img {
        position: relative;
        z-index: 10;
        left: 0; } }
    @media screen and (min-width: 1280px) {
      .field-solutions-image > img {
        max-width: none;
        left: -200px; } }
  .field-solutions-image__quote {
    box-sizing: border-box;
    padding: 30px;
    box-shadow: 0 35px 40px 0 #4f517a;
    background: #fff;
    z-index: 20;
    margin: 0 auto 10px; }
    @media screen and (min-width: 540px) {
      .field-solutions-image__quote {
        margin: 0 auto 60px; } }
    @media screen and (min-width: 768px) {
      .field-solutions-image__quote {
        position: absolute;
        right: 130px;
        top: 190px;
        width: 260px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .field-solutions-image__quote {
        right: 20px;
        top: auto;
        bottom: -30px; } }
    @media screen and (min-width: 1024px) {
      .field-solutions-image__quote {
        right: 130px;
        top: 190px;
        width: 300px; } }
    @media screen and (min-width: 1280px) {
      .field-solutions-image__quote {
        padding: 50px; } }
    .field-solutions-image__quote img {
      border-radius: 50%;
      margin-bottom: 20px; }
    .field-solutions-image__quote .h3 {
      font-size: 1.8rem;
      margin-bottom: 0.5em !important; }
    .field-solutions-image__quote .label {
      margin-bottom: 2em;
      padding: 0;
      display: inherit;
      text-align: left; }
    .field-solutions-image__quote blockquote {
      padding: 0;
      margin: 0;
      font-family: "Georgia", "Times New Roman", "Times serif";
      color: #ffab26;
      font-style: italic;
      font-size: 1.8rem;
      line-height: 1.5;
      border-left: 0; }
      @media screen and (min-width: 1024px) {
        .field-solutions-image__quote blockquote {
          font-size: 2rem; } }

.info {
  width: 24px;
  height: 24px;
  display: block;
  position: relative; }
  .info:hover .info__bubble {
    display: block; }
  .info__trigger {
    width: 24px;
    height: 24px;
    display: block;
    line-height: 27px;
    text-align: center;
    color: #FFF;
    background: #dbe1e7;
    font-size: 1.1rem;
    border-radius: 50%;
    transition: background 250ms ease; }
    .info__trigger:hover {
      background: #c0c4d1; }
  .info__bubble {
    display: none;
    background: #FFF;
    box-shadow: 0 35px 40px 0 #4f517a;
    position: relative;
    width: 420px;
    box-sizing: border-box;
    padding: 30px 44px;
    line-height: 1.6;
    color: #9399a9;
    position: absolute;
    left: 38px;
    top: 50%;
    transform: translateY(-50%); }
    .info__bubble:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 6px 6px 0;
      border-color: transparent #ffffff transparent transparent;
      content: '';
      position: absolute;
      left: -6px;
      top: 50%;
      margin-top: -6px; }

.inovation {
  position: relative; }
  .inovation img {
    margin: 0 auto;
    position: relative;
    z-index: 100;
    display: block;
    position: relative;
    left: 40px; }
    @media screen and (max-width: 1023px) {
      .inovation img {
        max-width: 100%;
        height: auto; } }
  .inovation__item {
    position: absolute;
    height: 70px;
    width: 210px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 20px 0 100px;
    z-index: 150;
    display: flex;
    align-items: center;
    line-height: 1.2;
    font-size: 1.5rem; }
    @media screen and (min-width: 1024px) {
      .inovation__item {
        height: 100px; } }
    .inovation__item:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100px;
      background-position: center center;
      height: 70px; }
      @media screen and (min-width: 1024px) {
        .inovation__item:before {
          height: 100px; } }
    .inovation__item:after {
      content: "";
      position: absolute; }
    .inovation__item.spickova-podpora {
      top: 140px;
      left: -10px; }
      @media screen and (min-width: 768px) {
        .inovation__item.spickova-podpora {
          top: 200px; } }
      @media screen and (min-width: 1024px) {
        .inovation__item.spickova-podpora {
          top: 82px; } }
      .inovation__item.spickova-podpora:before {
        background-repeat: no-repeat;
        background-image: url("/static/img/inovace/spickova-podpora.svg"); }
        .no-svg .inovation__item.spickova-podpora:before {
          background-image: url("/static/img/inovace/spickova-podpora.png"); }
      .inovation__item.spickova-podpora:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 14px 14px 0;
        border-color: transparent #ffffff transparent transparent;
        right: 0;
        bottom: -14px; }
    .inovation__item.excelentni-sluzby {
      top: 230px;
      right: -10px; }
      @media screen and (min-width: 768px) {
        .inovation__item.excelentni-sluzby {
          top: 300px; } }
      @media screen and (min-width: 1024px) {
        .inovation__item.excelentni-sluzby {
          top: 310px; } }
      .inovation__item.excelentni-sluzby:before {
        background-repeat: no-repeat;
        background-image: url("/static/img/inovace/excelentni-sluzby.svg"); }
        .no-svg .inovation__item.excelentni-sluzby:before {
          background-image: url("/static/img/inovace/excelentni-sluzby.png"); }
      .inovation__item.excelentni-sluzby:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 14px 0 0;
        border-color: #ffffff transparent transparent transparent;
        left: 0;
        bottom: -14px; }
    @media screen and (max-width: 767px) {
      .inovation__item.vizualizace-dat {
        top: 320px;
        left: -10px; } }
    @media screen and (min-width: 768px) {
      .inovation__item.vizualizace-dat {
        top: 400px;
        left: 70px; } }
    .inovation__item.vizualizace-dat:before {
      background-repeat: no-repeat;
      background-image: url("/static/img/inovace/vizualizace-dat.svg"); }
      .no-svg .inovation__item.vizualizace-dat:before {
        background-image: url("/static/img/inovace/vizualizace-dat.png"); }
    .inovation__item.vizualizace-dat:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 14px 14px;
      border-color: transparent transparent #ffffff transparent;
      right: 0;
      top: -14px; }
  .inovation .inovation-circle {
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%; }
    @media screen and (max-width: 1023px) {
      .inovation .inovation-circle--1 {
        display: none; } }
    @media screen and (min-width: 1024px) {
      .inovation .inovation-circle--1 {
        width: 918px;
        height: 918px;
        background: linear-gradient(to -14px, rgba(255, 255, 255, 0) 10%, #f7f8fa 50%, rgba(255, 255, 255, 0) 95%); } }
    .inovation .inovation-circle--2 {
      width: 518px;
      height: 518px;
      background: #f2f4f6; }
    .inovation .inovation-circle--3 {
      width: 208px;
      height: 208px;
      background: #eaecf0; }

@media screen and (min-width: 768px) {
  .intro-columns {
    font-size: 0; } }

@media screen and (min-width: 768px) {
  .intro-columns__column {
    display: inline-block;
    vertical-align: top;
    font-size: 1.6rem; } }

@media screen and (min-width: 768px) {
  .intro-columns__column:first-child {
    width: 30%; } }

@media screen and (min-width: 768px) {
  .intro-columns__column:last-child {
    width: 63.5%;
    margin-left: 6.5%; } }

.intro-columns .h3 {
  line-height: 1.6; }

.job-list {
  max-width: 800px;
  margin: 60px auto 0;
  padding: 0; }
  .job-list li {
    list-style: none;
    position: relative;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .job-list li:after {
        content: "";
        display: inline-block;
        font: normal normal normal 14px / 1 'icons';
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 5px;
        color: #dce2e6;
        position: absolute;
        right: 38px;
        top: 50%;
        margin-top: -2px; } }
  .job-list a {
    display: block;
    border: 1px solid #dce2e6;
    padding: 20px 20px 18px 20px;
    color: #37373e;
    transition: color 250ms ease, box-shadow 250ms ease;
    position: relative; }
    .job-list a:before, .job-list a:after {
      content: "";
      display: table; }
    .job-list a:after {
      clear: both; }
    @media screen and (min-width: 768px) {
      .job-list a {
        padding: 20px 85px 18px 40px; } }
    .job-list a:hover {
      color: #ffab26;
      box-shadow: 0 35px 40px 0 rgba(79, 81, 122, 0.2);
      z-index: 10;
      border-color: transparent; }
  @media screen and (min-width: 768px) {
    .job-list__title {
      float: left; } }
  .job-list__location {
    text-transform: uppercase;
    color: #9399a9;
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 6px; }
    @media screen and (min-width: 768px) {
      .job-list__location {
        float: right; } }

.label {
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-transform: uppercase; }
  .label--pink {
    color: #ffab26; }
  .label--orange {
    color: #ffab26; }
  .label--gray {
    color: #9399a9; }

.link-more {
  margin-top: 20px; }
  @media print {
    .link-more {
      display: none; } }
  @media screen and (min-width: 768px) {
    .link-more {
      margin-top: 40px; } }
  .link-more a {
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-decoration: underline; }
    .link-more a:hover {
      text-decoration: none; }

.list-basic, .text ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 1em; }
  .list-basic li:before, .text ul li:before {
    display: none; }
  .list-basic li + li, .text ul li + li {
    margin-top: 0; }
  .list-basic li, .text ul li {
    list-style: none;
    position: relative;
    padding-left: 35px;
    margin-bottom: 8px;
    background-repeat: no-repeat;
    background-image: url("/static/img/triangle.svg");
    background-position: 0 14px;
    background-repeat: no-repeat; }
    .no-svg .list-basic li, .no-svg .text ul li, .text .no-svg ul li {
      background-image: url("/static/img/triangle.png"); }
    .list-basic li a, .text ul li a {
      transition: color 250ms ease; }
      .list-basic li a:hover, .text ul li a:hover {
        color: #ffab26;
        text-decoration: underline; }
  .list-basic--gray li {
    background-repeat: no-repeat;
    background-image: url("/static/img/triangle-grey.svg"); }
    .no-svg .list-basic--gray li {
      background-image: url("/static/img/triangle-grey.png"); }
  @media screen and (min-width: 768px) {
    .list-basic--two-columns {
      columns: 2; } }
  @media screen and (min-width: 768px) {
    .list-basic--three-columns {
      columns: 3; } }
  @media screen and (min-width: 768px) {
    .list-basic--four-columns {
      columns: 4; } }

.list-check {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 1em; }
  .list-check li:before {
    display: none; }
  .list-check li + li {
    margin-top: 0; }
  .list-check li {
    list-style: none;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px; }
    .list-check li:before {
      content: "" !important;
      display: inline-block;
      font: normal normal normal 14px / 1 'icons';
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute !important;
      left: 0 !important;
      top: 14px !important;
      display: block !important;
      font-size: 0.6rem !important;
      color: #ffab26 !important; }
    .list-check li a {
      transition: color 250ms ease; }
      .list-check li a:hover {
        color: #ffab26;
        text-decoration: underline; }
  @media screen and (min-width: 768px) {
    .list-check--two-columns {
      columns: 2; } }

.list-news {
  font-size: 0; }
  @media screen and (max-width: 767px) {
    .list-news__cell {
      margin-top: 20px; }
      .list-news__cell:first-child {
        margin-top: 0; } }
  @media screen and (min-width: 768px) {
    .list-news__cell {
      font-size: 1.6rem;
      width: 30%;
      margin-left: 5%;
      margin-top: 5%;
      display: inline-block;
      vertical-align: top; }
      .list-news__cell:nth-child(-n + 3) {
        margin-top: 0; }
      .list-news__cell:nth-child(3n + 1) {
        margin-left: 0; } }

.list-news-item {
  position: relative;
  padding-left: 120px;
  min-height: 90px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .list-news-item {
      padding-left: 0;
      padding-top: 110px;
      text-align: center;
      min-height: 0; } }
  .list-news-item img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .list-news-item img {
        left: 50%;
        margin-left: -45px; } }
    @media screen and (min-width: 1024px) {
      .list-news-item img {
        top: 10px; } }
  .list-news-item__date {
    color: #9399a9;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.03em;
    padding-right: 15px;
    margin-right: 10px;
    border-right: 1px solid #f6f7fb;
    display: inline-block;
    vertical-align: top; }
  .list-news-item .label {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    line-height: inherit; }
  .list-news-item p {
    font-weight: 300; }
    .list-news-item p a {
      color: #1e1e21;
      transition: color 250ms ease;
      display: block;
      line-height: 1.65;
      font-size: 1.5rem; }
      @media screen and (min-width: 1280px) {
        .list-news-item p a {
          font-size: 1.8rem; } }
      .list-news-item p a:hover {
        text-decoration: none;
        color: #ffab26; }
  .list-news-item__round-date {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #ffab26;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1.1;
    box-sizing: border-box;
    padding-top: 28px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .list-news-item__round-date {
        left: 50%;
        margin-left: -45px; } }
    @media screen and (min-width: 1024px) {
      .list-news-item__round-date {
        top: 10px; } }
    .list-news-item__round-date span {
      font-size: 1.1rem;
      font-weight: 700;
      display: block; }

.list-simple {
  padding: 0;
  margin: 0;
  list-style: none; }
  .list-simple li:before {
    display: none; }
  .list-simple li + li {
    margin-top: 0; }
  .list-simple li {
    list-style: none;
    position: relative;
    margin-bottom: 8px; }
    .list-simple li a {
      transition: color 250ms ease;
      color: #ffab26;
      text-decoration: underline; }
      .list-simple li a:hover {
        text-decoration: none; }

.live-data {
  text-align: center; }
  .live-data p {
    font-size: 1.5rem;
    color: #9399a9;
    padding: 0 20px; }
    @media screen and (min-width: 1024px) {
      .live-data p {
        padding: 0 50px; } }
  .live-data__item {
    position: relative; }
    @media screen and (min-width: 768px) {
      .live-data__item {
        height: 140px; } }
    @media screen and (min-width: 1024px) {
      .live-data__item {
        height: 225px; } }
  .live-data__earth {
    margin: 0 auto;
    font-weight: 300;
    font-size: 3rem;
    text-align: center;
    color: #ffab26;
    line-height: 100px; }
    @media screen and (max-width: 1023px) {
      .live-data__earth {
        background-repeat: no-repeat;
        background-image: url("/static/img/map.svg");
        width: 60%;
        height: 60%;
        background-size: 60% 60%; }
        .no-svg .live-data__earth {
          background-image: url("/static/img/map.png"); } }
    @media screen and (min-width: 1024px) {
      .live-data__earth {
        font-size: 5.5rem;
        line-height: 190px;
        background-repeat: no-repeat;
        background-image: url("/static/img/map.svg");
        width: 100%;
        height: 100%; }
        .no-svg .live-data__earth {
          background-image: url("/static/img/map.png"); } }
  .live-data__phone {
    margin: 0 auto;
    position: relative;
    top: 5px; }
    @media screen and (max-width: 1023px) {
      .live-data__phone {
        background-repeat: no-repeat;
        background-image: url("/static/img/phone.svg");
        width: 70%;
        height: 70%;
        background-size: 70% 70%; }
        .no-svg .live-data__phone {
          background-image: url("/static/img/phone.png"); } }
    @media screen and (min-width: 1024px) {
      .live-data__phone {
        background-repeat: no-repeat;
        background-image: url("/static/img/phone.svg");
        width: 100%;
        height: 100%;
        top: 22px; }
        .no-svg .live-data__phone {
          background-image: url("/static/img/phone.png"); } }
    .live-data__phone span {
      display: inline-block;
      vertical-align: top;
      background: #ffab26;
      line-height: 32px;
      height: 30px;
      width: 80px;
      border-radius: 2px;
      color: #fff;
      font-size: 2rem;
      text-align: center;
      position: absolute;
      top: 40px;
      right: -25px;
      position: absolute; }
      @media screen and (min-width: 1024px) {
        .live-data__phone span {
          font-size: 2.4rem;
          width: 98px;
          top: 70px;
          height: 40px;
          line-height: 44px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .live-data__chart .chart {
      transform: scale(0.7);
      top: -35px;
      position: relative; } }
  .live-data__chart span {
    position: absolute;
    left: 50%;
    width: 160px;
    margin-left: -80px;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 300;
    z-index: 10;
    top: 70px; }
    @media screen and (min-width: 768px) {
      .live-data__chart span {
        top: 35px; } }
    @media screen and (min-width: 1024px) {
      .live-data__chart span {
        top: 60px;
        font-size: 3.4rem; } }

.map-contact {
  display: none; }
  @media screen and (min-width: 768px) {
    .map-contact {
      height: 400px;
      margin-top: -20px;
      display: block; } }

@media screen and (max-width: 767px) {
  .map-detail {
    text-align: left;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 10px; } }

@media screen and (min-width: 768px) {
  .map-detail {
    width: 420px;
    right: -420px;
    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0 35px 40px 0 rgba(79, 81, 122, 0.2);
    z-index: 500;
    text-align: left;
    transition: transform 250ms ease, opacity 250ms ease, top 250ms ease;
    opacity: 0;
    transform: translateX(100%); } }
  @media screen and (min-width: 768px) and (min-width: 1024px) {
    .fixed-header .map-detail {
      top: 65px; } }

@media screen and (max-width: 767px) {
  .map-detail.is-active h2:after {
    transform: rotate(180deg); } }

@media screen and (min-width: 768px) {
  .map-detail.is-active {
    transform: translateX(0);
    opacity: 1; } }

@media screen and (min-width: 768px) {
  .map-detail.is-active .map-detail__close {
    opacity: 1; } }

@media screen and (max-width: 767px) {
  .map-detail__close {
    display: none; } }

@media screen and (min-width: 768px) {
  .map-detail__close {
    width: 30px;
    height: 60px;
    display: block;
    position: absolute;
    left: -30px;
    top: 40px;
    background: #ffab26;
    color: #fff;
    font-size: 8px;
    text-align: center;
    line-height: 60px;
    opacity: 0;
    transition: opacity 250ms ease;
    cursor: pointer; } }

.map-detail__close:hover {
  color: #fff; }

.map-detail__content {
  font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    .map-detail__content {
      display: none;
      padding: 20px;
      padding-top: 0; } }
  @media screen and (min-width: 768px) {
    .map-detail__content {
      padding: 50px;
      padding-top: 0; } }

.map-detail img {
  display: none; }
  @media screen and (min-width: 768px) {
    .map-detail img {
      max-width: 100%;
      height: auto;
      display: block; } }

@media screen and (max-width: 767px) {
  .map-detail .h2 {
    padding: 10px 20px;
    margin: 0;
    position: relative; }
    .map-detail .h2:after {
      content: "";
      display: inline-block;
      font: normal normal normal 14px / 1 'icons';
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 22px;
      right: 20px;
      font-size: 5px;
      transition: transform 250ms ease; } }

@media screen and (min-width: 768px) {
  .map-detail .h2 {
    padding: 50px !important;
    padding-bottom: 0 !important;
    margin-bottom: 1em; } }

.map-detail__contact-name {
  color: #9399a9; }

.map-filter {
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .map-filter {
      margin-bottom: 20px;
      display: none;
      position: absolute;
      top: 44px;
      border: 1px solid #dce2e6;
      border-top: 0;
      background: #fff;
      left: 0;
      right: 0;
      z-index: 20; } }
  @media screen and (min-width: 768px) {
    .map-filter {
      height: 40px;
      display: inline-block;
      vertical-align: top;
      box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
      position: relative;
      z-index: 5;
      background: #fff;
      line-height: 40px;
      padding: 0 30px; } }
  .map-filter li {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    background-image: none; }
    @media screen and (min-width: 768px) {
      .map-filter li {
        margin: 0 30px;
        display: inline-block;
        vertical-align: top; } }
    @media screen and (max-width: 767px) {
      .map-filter li.is-active {
        display: none; } }
    @media screen and (min-width: 768px) {
      .map-filter li.is-active {
        position: relative; }
        .map-filter li.is-active:after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 4.5px 0 4.5px;
          border-color: #ffffff transparent transparent transparent;
          position: absolute;
          bottom: -5px;
          left: 50%;
          margin-left: -4px; }
        .map-filter li.is-active a {
          color: #1e1e21;
          text-decoration: none; } }
    .map-filter li.pink a, .map-filter li.orange a, .map-filter li.gray a {
      position: relative;
      padding-left: 14px; }
      .map-filter li.pink a:before, .map-filter li.orange a:before, .map-filter li.gray a:before {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -4px; }
    .map-filter li.pink a:before {
      background: #ffab26; }
    .map-filter li.orange a:before {
      background: #ffab26; }
    .map-filter li.gray a:before {
      background: #a1a6b4; }
  .map-filter a {
    font-weight: bold;
    font-size: 1.1rem;
    color: #9399a9;
    text-transform: uppercase;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .map-filter a {
        display: block; } }
  @media screen and (max-width: 767px) {
    .map-filter__wrap {
      margin-bottom: 20px;
      position: relative; }
      .map-filter__wrap > a {
        border: 1px solid #dce2e6;
        display: block;
        padding: 12px 20px 8px;
        position: relative;
        font-size: 1.1rem;
        text-transform: uppercase;
        color: #37373e;
        font-weight: bold;
        text-align: left; }
        .map-filter__wrap > a:after {
          content: "";
          display: inline-block;
          font: normal normal normal 14px / 1 'icons';
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          position: absolute;
          right: 20px;
          font-size: 5px;
          top: 50%;
          margin-top: -2px; } }

.map-label {
  position: absolute;
  width: 0;
  height: 0; }
  .map-label__content {
    background: #FFF;
    white-space: nowrap;
    color: #37373e;
    font-size: 1.3rem;
    font-weight: 400;
    position: absolute;
    box-shadow: 0 20px 35px 0 rgba(0, 15, 58, 0.15);
    padding: 15px 25px;
    text-align: left; }
    .map-label__content strong {
      font-size: 1.5rem;
      color: #1e1e21;
      font-weight: 400; }
  .map-label.southwest .map-label__content {
    right: 0;
    top: 0; }
    .map-label.southwest .map-label__content:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 18px 18px;
      border-color: transparent transparent #ffffff transparent;
      position: absolute;
      right: 0;
      top: -18px; }
  .map-label.northwest .map-label__content {
    right: 0;
    bottom: 0; }
    .map-label.northwest .map-label__content:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 18px 18px 0;
      border-color: transparent #ffffff transparent transparent;
      position: absolute;
      right: 0;
      bottom: -18px; }
  .map-label.northeast .map-label__content {
    left: 0;
    bottom: 0; }
    .map-label.northeast .map-label__content:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 18px 18px 0 0;
      border-color: #ffffff transparent transparent transparent;
      position: absolute;
      left: 0;
      bottom: -18px; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  display: none;
  transition: opacity 500ms ease; }
  .modal.is-active {
    display: flex;
    opacity: 0; }
    .modal.is-active .modal__wrap {
      transform: translateY(-50px); }
  .modal.is-animated {
    opacity: 1; }
    .modal.is-animated .modal__wrap {
      transform: translateY(0px); }
  .modal__overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(52, 53, 60, 0.25); }
  .modal__parent {
    position: relative; }
  .modal__wrap {
    display: block;
    margin: 0 auto;
    background: #fff;
    z-index: 10;
    padding: 20px 40px;
    box-sizing: border-box;
    border-radius: 3px;
    width: 90%;
    transition: transform 500ms ease;
    box-shadow: 0 35px 40px 0 rgba(79, 81, 122, 0.2); }
    @media screen and (min-width: 768px) {
      .modal__wrap {
        padding: 60px 70px; } }
    @media screen and (min-width: 1024px) {
      .modal__wrap {
        width: 800px; } }
  .modal__close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    background: #ffab26;
    border-radius: 50%;
    font-size: 8px;
    cursor: pointer;
    overflow: hidden; }
    .modal__close span {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -4px 0 0 -4px;
      line-height: 1;
      color: #fff;
      z-index: 2; }
    .modal__close:before {
      content: "";
      width: 0px;
      height: 0px;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%) translateZ(0);
      z-index: 1;
      transition: all 500ms ease-in-out;
      backface-visibility: hidden;
      background: #ffc973; }
    .modal__close:hover {
      text-decoration: none; }
      .modal__close:hover:before {
        width: 40px;
        height: 40px; }
  .modal__content {
    font-size: 1.55rem;
    line-height: 1.5;
    max-height: 370px;
    overflow-y: scroll;
    padding: 0 15px 0 0; }
    .modal__content img {
      position: relative;
      top: 2px;
      margin: 0 3px; }
  .modal .form-inline {
    max-width: 400px; }

.module-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0; }
  .module-list li:before {
    display: none; }
  .module-list li + li {
    margin-top: 0; }
  .module-list li {
    display: inline-block;
    vertical-align: top;
    font-size: 1.5rem;
    width: 50%;
    box-sizing: border-box;
    padding: 10px 15px 0;
    text-align: center;
    line-height: 1.2;
    color: #9399a9;
    margin-bottom: 40px;
    position: relative;
    /*
    @each $module in $$modules {
      &.module {
        a {
          &:before {
            @include svg-bg("modules/" + $module);
          }
        }
      }
    }
*/ }
    @media (print) {
      .module-list li {
        padding: 0; } }
    @media screen and (min-width: 768px) {
      .module-list li {
        width: 25%; } }
    @media screen and (min-width: 1280px) {
      .module-list li {
        width: 20%; } }
    .module-list li a {
      color: #9399a9;
      transition: color 250ms ease; }
      @media (screen) {
        .module-list li a img {
          padding: 10px 0;
          margin: 0px auto;
          display: block; } }
      .module-list li a:hover {
        text-decoration: none; }
        @media screen and (min-width: 1280px) {
          .module-list li a:hover {
            color: #ffab26; } }
      @media (screen) {
        .module-list li a:before {
          /*
          content ''
          display block
          width 100%
          height 85px
          position absolute
          left 0
          right 0
          top 0
          background-repeat no-repeat
          background-position center center
                    */ } }

@media screen and (min-width: 768px) {
  .modules {
    font-size: 0; } }

@media screen and (max-width: 1023px) {
  .modules__column {
    width: auto;
    display: block;
    margin: 0; } }

@media screen and (min-width: 768px) {
  .modules__column {
    display: inline-block;
    vertical-align: top;
    font-size: 1.6rem; } }

@media screen and (max-width: 1023px) {
  .modules__column:first-child {
    margin-bottom: 30px; } }

@media screen and (min-width: 1024px) {
  .modules__column:first-child {
    width: 36%; } }

@media screen and (min-width: 1024px) {
  .modules__column:last-child {
    width: 61%;
    margin-left: 3%; } }

.nav-main {
  position: relative; }
  @media screen and (min-width: 540px) and (max-width: 767px) {
    .nav-main {
      overflow: auto;
      height: 100%; } }
  @media print {
    .nav-main {
      display: none; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .nav-main {
      border-top: 1px solid #ecf0f3;
      border-bottom: 1px solid #ecf0f3;
      box-shadow: 0 1px 1px 0 rgba(0, 26, 59, 0.1);
      margin: 20px -40px 0;
      text-align: center;
      height: 55px; } }
  .nav-main > ul {
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .nav-main > ul {
        font-size: 0; } }
    @media screen and (max-width: 767px) {
      .nav-main > ul > li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding: 0 25px;
        box-sizing: border-box; } }
    @media screen and (min-width: 768px) {
      .nav-main > ul > li {
        display: inline-block;
        vertical-align: top;
        margin-left: 30px; } }
    @media screen and (min-width: 68.75em) {
      .nav-main > ul > li {
        margin-left: 50px; } }
    .nav-main > ul > li:first-child {
      margin-left: 0; }
    @media screen and (max-width: 767px) {
      .nav-main > ul > li.has-dropdown {
        width: 100%;
        padding: 0;
        position: relative; } }
    @media screen and (min-width: 1024px) {
      .nav-main > ul > li.has-dropdown {
        padding-bottom: 22px;
        position: relative; } }
    .nav-main > ul > li.has-dropdown .icon-caret-down {
      font-size: 0.5rem;
      color: #e2e7eb;
      margin-left: 12px; }
    .nav-main > ul > li.has-dropdown.is-active .dropdown {
      display: block; }
    @media screen and (min-width: 768px) {
      .nav-main > ul > li.has-dropdown:hover .dropdown {
        display: block; } }
    @media screen and (max-width: 767px) {
      .nav-main > ul > li.has-dropdown > a {
        padding: 0 25px;
        color: #9399a9;
        text-transform: uppercase;
        font-size: 1.1rem;
        font-weight: bold;
        letter-spacing: 0.06em;
        display: block;
        margin-bottom: 10px; }
        .nav-main > ul > li.has-dropdown > a .icon {
          display: none; } }
    .nav-main > ul > li > a {
      color: #1e1e21;
      text-decoration: none;
      transition: color 250ms ease;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .nav-main > ul > li > a {
          font-size: 1.8rem;
          font-weight: 300; } }
      @media screen and (min-width: 768px) {
        .nav-main > ul > li > a {
          font-weight: bold;
          font-size: 1.1rem;
          text-transform: uppercase; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .nav-main > ul > li > a {
          height: 55px;
          line-height: 58px;
          display: block; } }
    .nav-main > ul > li:hover > a {
      color: #ffab26; }
  @media screen and (min-width: 768px) {
    .nav-main .dropdown {
      display: none;
      position: absolute;
      left: 40px;
      right: 40px;
      top: 55px;
      background: #fff;
      box-shadow: 0 10px 40px 0 #4f517a;
      box-sizing: border-box;
      border-radius: 3px;
      padding: 50px 45px;
      z-index: 500;
      text-align: left; }
      .nav-main .dropdown:before, .nav-main .dropdown:after {
        content: "";
        display: table; }
      .nav-main .dropdown:after {
        clear: both; } }
  @media screen and (min-width: 1024px) {
    .nav-main .dropdown {
      left: -250px;
      right: auto;
      width: 740px;
      padding: 50px 65px; } }
  @media screen and (min-width: 768px) {
    .nav-main .dropdown:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 9px 9px 9px;
      border-color: transparent transparent #ffffff transparent;
      position: absolute;
      top: -9px;
      left: 20%; } }
  @media screen and (min-width: 1024px) {
    .nav-main .dropdown:before {
      left: 290px; } }
  .nav-main .dropdown__column {
    position: relative; }
    @media screen and (min-width: 768px) {
      .nav-main .dropdown__column {
        float: left;
        width: 340px; } }
    @media screen and (max-width: 767px) {
      .nav-main .dropdown__column:last-child {
        padding-bottom: 10px;
        margin-bottom: 10px; } }
    @media screen and (min-width: 768px) {
      .nav-main .dropdown__column:last-child {
        float: right;
        width: 200px; } }
    @media screen and (max-width: 767px) {
      .nav-main .dropdown__column:last-child:after {
        content: "";
        height: 1px;
        position: absolute;
        right: 25px;
        bottom: 0;
        left: 25px;
        background: #ecf0f3; } }
    @media screen and (max-width: 767px) {
      .nav-main .dropdown__column:last-child .dropdown__title {
        color: #1e1e21;
        font-size: 1.8rem;
        font-weight: 300;
        margin-top: 5px;
        margin-bottom: 5px; }
        .nav-main .dropdown__column:last-child .dropdown__title > a {
          color: #1e1e21;
          padding: 0 25px; }
          .nav-main .dropdown__column:last-child .dropdown__title > a:after {
            content: "";
            display: inline-block;
            font: normal normal normal 14px / 1 'icons';
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
            font-size: 0.5rem;
            margin-top: 16px;
            margin-right: 25px;
            transition: transform 250ms ease; }
          .nav-main .dropdown__column:last-child .dropdown__title > a.is-active:after {
            transform: rotate(180deg); } }
    @media screen and (max-width: 767px) {
      .nav-main .dropdown__column:first-child {
        padding: 0 25px; } }
    @media screen and (max-width: 767px) {
      .nav-main .dropdown__column:first-child .dropdown__title > a:first-child {
        display: none; }
      .nav-main .dropdown__column:first-child .dropdown__title .submenu {
        display: block; } }
  .nav-main .dropdown__title {
    font-size: 1.5rem;
    color: #9399a9; }
    .nav-main .dropdown__title a {
      color: #9399a9; }
  .nav-main .dropdown .dropdown-product {
    display: block; }
    @media screen and (min-width: 768px) {
      .nav-main .dropdown .dropdown-product {
        padding: 25px 0;
        line-height: 1.6;
        border-bottom: 1px solid #dce2e6; } }
    .nav-main .dropdown .dropdown-product:hover {
      text-decoration: none; }
    .nav-main .dropdown .dropdown-product:last-child {
      border: 0; }
    .nav-main .dropdown .dropdown-product h3 {
      font-size: 1.8rem;
      font-weight: 300;
      line-height: unset;
      padding: 0;
      margin: 0; }
      @media screen and (min-width: 768px) {
        .nav-main .dropdown .dropdown-product h3 {
          font-size: 2.2rem; } }
    .nav-main .dropdown .dropdown-product p {
      display: none; }
      @media screen and (min-width: 768px) {
        .nav-main .dropdown .dropdown-product p {
          font-size: 1.5rem;
          padding: 0;
          margin: 0;
          color: #9399a9;
          display: block; } }
    .nav-main .dropdown .dropdown-product.abra-gen h3 {
      color: #ffab26; }
    .nav-main .dropdown .dropdown-product.abra-flexibee h3 {
      color: #ffab26; }
    .nav-main .dropdown .dropdown-product.primaerp h3 {
      color: #a1a6b4; }
    .nav-main .dropdown .dropdown-product:hover h3 {
      color: #37373e; }
  .nav-main .dropdown .dropdown-product-small {
    display: block; }
    @media screen and (min-width: 768px) {
      .nav-main .dropdown .dropdown-product-small {
        padding: 15px 0 0px;
        line-height: 1.6; } }
    .nav-main .dropdown .dropdown-product-small:hover {
      text-decoration: none; }
    .nav-main .dropdown .dropdown-product-small--first {
      padding: 25px 0 0px 0 !important; }
    .nav-main .dropdown .dropdown-product-small:last-child {
      border: 0;
      padding-bottom: 25px;
      border-bottom: 1px solid #dce2e6; }
    .nav-main .dropdown .dropdown-product-small h3 {
      font-size: 1.5rem;
      font-weight: 300;
      line-height: unset;
      padding: 0;
      margin: 0; }
      @media screen and (min-width: 768px) {
        .nav-main .dropdown .dropdown-product-small h3 {
          font-size: 1.9rem; } }
    .nav-main .dropdown .dropdown-product-small p {
      display: none; }
      @media screen and (min-width: 768px) {
        .nav-main .dropdown .dropdown-product-small p {
          font-size: 1.3rem;
          padding: 0;
          margin: 0;
          color: #9399a9;
          display: block; } }
    .nav-main .dropdown .dropdown-product-small.abra-gen h3 {
      color: #a1a6b4; }
    .nav-main .dropdown .dropdown-product-small.abra-flexibee h3 {
      color: #ffab26; }
    .nav-main .dropdown .dropdown-product-small.abra-bi h3 {
      color: #a1a6b4; }
    .nav-main .dropdown .dropdown-product-small.primaerp h3 {
      color: #a1a6b4; }
    .nav-main .dropdown .dropdown-product-small:hover h3 {
      color: #37373e; }
  .nav-main .dropdown .dropdown-item a {
    font-size: 1.9rem;
    font-weight: 300;
    text-decoration: none;
    color: #37373e;
    padding-top: 20px;
    display: block; }
    @media screen and (max-width: 767px) {
      .nav-main .dropdown .dropdown-item a {
        text-decoration: none; } }
    .nav-main .dropdown .dropdown-item a:hover {
      color: #ffab26; }
  @media screen and (max-width: 767px) {
    .nav-main .dropdown .ddlist ul {
      background: #f6f7f9;
      columns: 2;
      padding: 15px 25px 0;
      margin-bottom: 10px;
      margin-top: 5px;
      display: none;
      width: 100%;
      box-sizing: border-box; } }
  @media screen and (min-width: 768px) {
    .nav-main .dropdown .ddlist ul {
      margin-top: 25px; } }
  .nav-main .dropdown .ddlist ul li {
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: 0 14px;
    background-repeat: no-repeat;
    background-image: url("/static/img/triangle-grey.svg"); }
    .no-svg .nav-main .dropdown .ddlist ul li {
      background-image: url("/static/img/triangle-grey.png"); }
    @media screen and (min-width: 768px) {
      .nav-main .dropdown .ddlist ul li {
        margin-bottom: 4px; } }
    @media screen and (max-width: 767px) {
      .nav-main .dropdown .ddlist ul li {
        padding-left: 0;
        line-height: 40px;
        margin-bottom: 0; }
        .nav-main .dropdown .ddlist ul li:before {
          display: none; } }
  .nav-main .dropdown .ddlist ul a {
    font-size: 1.45rem;
    text-decoration: underline;
    color: #37373e; }
    @media screen and (max-width: 767px) {
      .nav-main .dropdown .ddlist ul a {
        text-decoration: none; } }
    .nav-main .dropdown .ddlist ul a:hover {
      color: #ffab26; }
  .nav-main .dropdown .custom-solution {
    display: inline-block;
    font-size: 1.8rem;
    text-decoration: none;
    color: #1e1e21; }
    @media screen and (max-width: 767px) {
      .nav-main .dropdown .custom-solution {
        margin-left: 25px;
        font-weight: 300; } }
    @media screen and (min-width: 768px) {
      .nav-main .dropdown .custom-solution {
        margin-top: 25px;
        color: #37373e;
        font-size: 1.5rem;
        text-decoration: underline; } }
    .nav-main .dropdown .custom-solution:hover {
      color: #ffab26; }
    .nav-main .dropdown .custom-solution a {
      color: #37373e; }
  .nav-main .dropdown .dd-menu-item {
    display: inline-block;
    font-size: 1.8rem;
    text-decoration: none;
    color: #1e1e21; }
    @media screen and (max-width: 767px) {
      .nav-main .dropdown .dd-menu-item {
        margin-left: 25px;
        font-weight: 300; } }
    @media screen and (min-width: 768px) {
      .nav-main .dropdown .dd-menu-item {
        margin-top: 0px;
        color: #37373e;
        font-size: 1.5rem;
        text-decoration: underline; } }
    .nav-main .dropdown .dd-menu-item:hover {
      color: #ffab26; }
    .nav-main .dropdown .dd-menu-item a {
      color: #37373e; }
  .nav-main .dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .nav-main .dropdown ul li a:hover {
      text-decoration: none; }

.nav-mobile {
  display: inline; }
  @media print {
    .nav-mobile {
      display: none; } }
  @media screen and (max-width: 767px) {
    .nav-mobile {
      display: none;
      position: fixed;
      top: 7px;
      right: 7px;
      bottom: 7px;
      left: 7px;
      background: #fff;
      z-index: 999;
      box-shadow: 0 10px 40px 0 rgba(79, 81, 122, 0.5);
      padding-top: 20px; } }
  @media screen and (max-width: 767px) {
    .nav-mobile__close {
      font-size: 1.6rem;
      position: absolute;
      right: 8px;
      top: 8px;
      color: #1e1e21;
      display: block;
      padding: 10px;
      line-height: 1;
      z-index: 10; } }
  @media screen and (min-width: 768px) {
    .nav-mobile__close {
      display: none; } }

@media print {
  .nav-secondary {
    display: none; } }

.nav-secondary > ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .nav-secondary > ul li:before {
    display: none; }
  .nav-secondary > ul li + li {
    margin-top: 0; }
  @media screen and (max-width: 767px) {
    .nav-secondary > ul {
      margin-right: 15px; } }
  .nav-secondary > ul > li {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    padding-left: 15px;
    position: relative; }
    @media screen and (min-width: 768px) {
      .nav-secondary > ul > li {
        margin-left: 25px;
        padding-left: 25px; } }
    .nav-secondary > ul > li:before {
      content: "";
      display: block;
      width: 1px;
      height: 34px;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      background: #eeeff3; }
    .nav-secondary > ul > li:first-child {
      margin-left: 0; }
      .nav-secondary > ul > li:first-child:before {
        display: none; }
    @media screen and (max-width: 767px) {
      .nav-secondary > ul > li:last-child {
        padding-right: 15px; } }
    @media screen and (max-width: 767px) {
      .nav-secondary > ul > li:last-child:after {
        content: "";
        display: block;
        width: 1px;
        height: 34px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        background: #eeeff3; } }
    .nav-secondary > ul > li.has-dropdown {
      position: relative; }
      @media screen and (min-width: 768px) {
        .nav-secondary > ul > li.has-dropdown {
          padding-bottom: 22px; } }
      .nav-secondary > ul > li.has-dropdown.is-active .dropdown {
        display: block; }
      @media screen and (min-width: 768px) {
        .nav-secondary > ul > li.has-dropdown:hover .dropdown {
          display: block; } }
      @media screen and (max-width: 767px) {
        .nav-secondary > ul > li.has-dropdown .icon {
          display: none; } }
    .nav-secondary > ul > li.has-click-dropdown .dropdown {
      width: 200px;
      right: -20px; }
      @media screen and (min-width: 768px) {
        .nav-secondary > ul > li.has-click-dropdown .dropdown {
          width: 260px; } }
    .nav-secondary > ul > li.has-click-dropdown.is-active .dropdown {
      display: block; }
    .nav-secondary > ul > li > a {
      color: #1e1e21;
      font-size: 1.1rem;
      text-transform: uppercase;
      font-weight: bold;
      text-decoration: none;
      transition: color 250ms ease;
      cursor: pointer; }
      .nav-secondary > ul > li > a .icon-magnify {
        font-size: 1.6rem;
        position: relative;
        top: 2px; }
      .nav-secondary > ul > li > a .icon-caret-down {
        font-size: 0.5rem;
        color: #e2e7eb;
        margin-left: 12px; }
    .nav-secondary > ul > li:hover > a {
      color: #ffab26; }
    .nav-secondary > ul > li .dropdown {
      display: none;
      position: absolute;
      right: 0;
      top: 55px;
      background: #fff;
      z-index: 500;
      border-radius: 3px;
      width: 190px;
      box-shadow: 0 35px 40px 0 rgba(79, 81, 122, 0.1); }
      .nav-secondary > ul > li .dropdown:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 3.5px 4px 3.5px;
        border-color: transparent transparent #ffffff transparent;
        position: absolute;
        top: -4px;
        right: 24px; }
      .nav-secondary > ul > li .dropdown ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .nav-secondary > ul > li .dropdown ul li:before {
          display: none; }
        .nav-secondary > ul > li .dropdown ul li + li {
          margin-top: 0; }
        .nav-secondary > ul > li .dropdown ul li:first-child a {
          border-radius: 3px 3px 0 0; }
        .nav-secondary > ul > li .dropdown ul li:last-child a {
          border-radius: 0 0 3px 3px; }
        .nav-secondary > ul > li .dropdown ul a {
          display: block;
          padding: 6px 25px 4px 23px;
          font-size: 1.5rem;
          color: #1e1e21;
          border-left: 2px solid #fff; }
          .nav-secondary > ul > li .dropdown ul a img {
            float: right;
            margin-top: 9px; }
          @media screen and (min-width: 1024px) {
            .nav-secondary > ul > li .dropdown ul a:hover {
              text-decoration: none;
              background: #fafbfd;
              border-color: #ffab26; } }

.home .nav-secondary > ul > li > a {
  text-shadow: 1px 1px 5px rgba(76, 76, 76, 0.8); }

.news-item {
  display: block;
  position: relative;
  color: #37373e;
  text-decoration: none; }
  .news-item:hover {
    text-decoration: none; }
  .news-item:focus {
    text-decoration: none; }
  .news-item > p {
    font-size: 1.5rem;
    color: #37373e;
    margin: 0; }
  .news-item:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px / 1 'icons';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5px;
    color: #9399a9;
    margin-top: 40px; }
  .news-item__top {
    min-height: 120px;
    margin-left: 140px;
    margin-bottom: 20px; }
    @media screen and (min-width: 1024px) {
      .news-item__top {
        margin-left: 160px; } }
    .news-item__top h2 {
      font-weight: 300;
      color: #1e1e21;
      transition: color 250ms ease;
      display: block;
      line-height: 1.65;
      font-size: 1.5rem;
      margin: 0;
      padding: 0; }
      @media screen and (min-width: 1280px) {
        .news-item__top h2 {
          font-size: 1.8rem; } }
  .news-item__date {
    color: #9399a9;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.03em;
    padding-right: 15px;
    margin-right: 10px;
    border-right: 1px solid #f6f7fb;
    display: inline-block;
    vertical-align: top; }
  .news-item .label {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    line-height: inherit; }
  .news-item img {
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0; }
  .news-item__round-date {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #ffab26;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1.1;
    box-sizing: border-box;
    padding-top: 46px; }
    .news-item__round-date span {
      font-size: 1.1rem;
      font-weight: 700;
      display: block; }

.numberinput:before, .numberinput:after {
  content: "";
  display: table; }

.numberinput:after {
  clear: both; }

.numberinput button {
  border: 1px solid #ecf0f3;
  display: block;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  float: left;
  padding: 0;
  margin: 0;
  background: #FFF;
  position: relative;
  cursor: pointer; }

.numberinput input {
  border: 0;
  border-top: 1px solid #ecf0f3;
  border-bottom: 1px solid #ecf0f3;
  width: calc(100% - 100px);
  float: left;
  box-sizing: border-box;
  height: 50px;
  text-align: center;
  color: #1e1e21;
  font-size: 1.2rem;
  font-weight: bold;
  -moz-appearance: textfield; }
  .numberinput input::-webkit-inner-spin-button {
    display: none; }

.numberinput__minus:before {
  width: 8px;
  height: 2px;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #ffab26;
  margin: -1px 0 0 -4px; }

.numberinput__plus:before {
  width: 8px;
  height: 2px;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #ffab26;
  margin: -1px 0 0 -4px; }

.numberinput__plus:after {
  width: 2px;
  height: 8px;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #ffab26;
  margin: -4px 0 0 -1px; }

@media screen and (max-width: 1023px) {
  .carousel-product-content {
    padding-bottom: 80px; } }

@media screen and (min-width: 1024px) {
  .carousel-product-content {
    padding-bottom: 40px; } }

.carousel-product-content .flickity-viewport {
  overflow: hidden; }

.carousel-product-content .carousel__slide {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .carousel-product-content .carousel__slide {
      display: none; }
      .carousel-product-content .carousel__slide:first-child {
        display: block; } }

.carousel-product-content .flickity-page-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right; }
  .carousel-product-content .flickity-page-dots li:before {
    display: none; }
  .carousel-product-content .flickity-page-dots li + li {
    margin-top: 0; }
  @media screen and (max-width: 767px) {
    .carousel-product-content .flickity-page-dots {
      position: absolute;
      bottom: 5px;
      right: 20px; } }
  @media screen and (min-width: 768px) {
    .carousel-product-content .flickity-page-dots {
      margin-top: 30px; } }
  .carousel-product-content .flickity-page-dots li {
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    background: #d4d9de;
    border-radius: 50%;
    margin-left: 8px;
    margin: 1px 1px 1px 9px !important;
    cursor: pointer; }
    .carousel-product-content .flickity-page-dots li.is-selected {
      width: 8px;
      height: 8px;
      background: #ffab26;
      margin: 0 0 0 8px !important; }

.carousel-product-content .list-basic li a, .carousel-product-content .text ul li a, .text .carousel-product-content ul li a {
  display: initial; }

.carousel-product-content__next {
  position: absolute;
  left: 20px;
  bottom: 20px;
  cursor: pointer;
  z-index: 10; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .carousel-product-content__next {
      left: 30px;
      bottom: 30px; } }
  @media screen and (min-width: 1024px) {
    .carousel-product-content__next {
      left: 0;
      bottom: -20px;
      margin-top: 0; } }

.product-list {
  max-width: 1124px;
  margin: -30px auto 0;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .product-list {
      margin: -50px auto 0; } }
  .product-list li {
    list-style: none;
    font-size: 0;
    position: relative;
    transition: box-shadow 250ms ease, border-color 250ms ease;
    padding: 30px 0;
    border-bottom: 1px solid #dce2e6; }
    @media screen and (min-width: 768px) {
      .product-list li {
        padding: 0;
        border: none; } }
    .product-list li a,
    .product-list li > div {
      display: block;
      padding: 0; }
      @media screen and (min-width: 768px) {
        .product-list li a,
        .product-list li > div {
          padding: 50px 0; } }
      @media screen and (min-width: 70.25em) {
        .product-list li a,
        .product-list li > div {
          padding: 50px 50px; } }
      .product-list li a:after,
      .product-list li > div:after {
        content: "";
        display: block;
        position: relative;
        top: 31px;
        transition: opacity 250ms ease; }
        @media screen and (min-width: 768px) {
          .product-list li a:after,
          .product-list li > div:after {
            border-bottom: 1px solid #dce2e6;
            top: 51px; } }
    .product-list li:last-child {
      border-bottom: 0; }
    .product-list li:after {
      content: "";
      display: inline-block;
      font: normal normal normal 14px / 1 'icons';
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 5px;
      color: #9399a9;
      right: 0; }
      @media screen and (max-width: 767px) {
        .product-list li:after {
          margin-top: 20px; } }
      @media screen and (min-width: 768px) {
        .product-list li:after {
          position: absolute;
          top: 70px; } }
      @media screen and (min-width: 70.25em) {
        .product-list li:after {
          right: 50px; } }
    @media screen and (min-width: 1280px) {
      .product-list li:hover {
        box-shadow: 0 35px 30px 0 rgba(79, 81, 122, 0.2); }
        .product-list li:hover a:after {
          opacity: 0; } }
  .product-list__label {
    color: #1e1e21;
    font-size: 2.2rem;
    font-weight: 300; }
    @media screen and (min-width: 768px) {
      .product-list__label {
        width: 33%;
        display: inline-block;
        vertical-align: top; } }
    @media screen and (min-width: 1024px) {
      .product-list__label {
        width: 25%; } }
  .product-list p {
    margin: 8px 0 0;
    font-size: 1.5rem;
    color: #9399a9; }
    @media screen and (min-width: 768px) {
      .product-list p {
        display: inline-block;
        vertical-align: top;
        width: calc(67% - 50px); } }
    @media screen and (min-width: 1024px) {
      .product-list p {
        width: calc(75% - 80px); } }
  .product-list.no-links li:hover {
    box-shadow: none; }
  .product-list.no-links li:after {
    content: unset; }
  .product-list.no-links p {
    width: 75%; }
    @media screen and (min-width: 768px) {
      .product-list.no-links p {
        width: 67%; } }

.radio {
  display: inline-block;
  vertical-align: top;
  margin: 4px 5px 0 0; }
  .radio input {
    display: none; }
  .radio span {
    width: 18px;
    height: 18px;
    display: block;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    position: relative;
    background: #f5f7fb;
    box-shadow: inset 0 1px 1px 0 rgba(0, 18, 39, 0.05);
    text-align: center;
    border-radius: 50%; }
    .radio span:before {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #1e1e21;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -4px 0 0 -4px;
      opacity: 0; }
  .radio input:checked + span:before {
    opacity: 1; }
  .radio label {
    position: relative !important;
    top: 0 !important; }

.checkbox-label {
  font-size: 1.5rem;
  display: block; }

.reference-card {
  border: 1px solid #dce2e6;
  background: #fff;
  display: block;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  color: #9399a9;
  transition: box-shadow 250ms ease, border-color 250ms ease; }
  .reference-card:hover {
    text-decoration: none; }
    @media screen and (min-width: 1280px) {
      .reference-card:hover {
        box-shadow: 0 35px 30px 0 rgba(79, 81, 122, 0.2); } }
  .reference-card__top {
    height: 333px;
    box-sizing: border-box;
    padding: 30px 20px 0; }
    @media screen and (min-width: 1024px) {
      .reference-card__top {
        padding: 50px 50px 0; } }
  .reference-card__logo {
    height: 80px;
    display: flex;
    align-items: center;
    width: 100%; }
    .reference-card__logo img {
      display: block;
      margin: 0 auto; }
  .reference-card__title {
    font-size: 1.6rem;
    color: #1e1e21;
    font-weight: 400; }
  .reference-card__subtitle {
    font-size: 1.5rem;
    color: #1e1e21;
    font-weight: 400; }
  .reference-card p {
    font-size: 1.5rem;
    line-height: 1.7;
    margin-bottom: 1.5em;
    height: 50px; }
  .reference-card__count {
    font-size: 1.5rem; }
    .reference-card__count:before {
      content: "";
      width: 68px;
      height: 1px;
      background: #f8f9fb;
      margin: 0 auto 20px;
      display: block; }
  .reference-card__bottom {
    background: #f9f9fc;
    color: #9399a9;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 36px 0 32px; }
    @media print {
      .reference-card__bottom {
        display: none; } }

.reference-info {
  background: #fff;
  box-shadow: 0 35px 40px 0 rgba(79, 81, 122, 0.2);
  padding: 30px; }
  @media screen and (min-width: 768px) {
    .reference-info {
      padding: 50px 30px; } }
  @media screen and (min-width: 1024px) {
    .reference-info {
      padding: 50px; } }
  @media screen and (min-width: 1280px) {
    .reference-info {
      padding: 70px; } }
  .reference-info img {
    margin-bottom: 20px; }
  .reference-info table {
    text-align: left;
    width: 100%; }
    .reference-info table th {
      font-size: 1.1rem;
      text-transform: uppercase;
      color: #9399a9;
      font-weight: bold;
      vertical-align: top; }
      @media screen and (max-width: 539px) {
        .reference-info table th {
          display: block; } }
    .reference-info table td {
      text-align: right;
      font-size: 1.5rem;
      vertical-align: top;
      line-height: 1.4;
      padding-bottom: 10px; }
      @media screen and (max-width: 539px) {
        .reference-info table td {
          display: block;
          text-align: left; } }

.rhomb {
  transform: skew(-30deg);
  font-size: 0;
  position: relative; }
  .rhomb__image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative; }
    .rhomb__image img {
      transform: skew(30deg) translateX(-50%);
      position: absolute;
      top: 0;
      left: 50%;
      height: 100%;
      width: auto;
      max-width: initial; }
    .rhomb__image video {
      transform: skew(30deg) translateX(-50%);
      position: absolute;
      top: 0;
      left: 50%;
      height: 100%;
      width: auto !important;
      min-width: 100%; }
  .rhomb__empty {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #ffffff 0%, #f0f1f4 100%); }
  .rhomb__gradient {
    display: none; }
    @media screen and (min-width: 1024px) {
      .rhomb__gradient {
        background: linear-gradient(to bottom, #d11d79 0%, #f2af3c 85%);
        width: 20px;
        position: absolute;
        right: -20px;
        bottom: 30px;
        height: 340px;
        display: block; } }

.search-bar {
  width: 200px;
  background: #fff; }
  @media screen and (min-width: 768px) {
    .search-bar {
      width: 260px; } }
  .search-bar .text-input {
    background: transparent; }
    @media screen and (max-width: 767px) {
      .search-bar .text-input input {
        font-size: 1.6rem;
        padding: 0 25px; } }
  .search-bar .icon {
    font-size: 10px;
    color: #ffab26; }
  .search-bar button {
    right: 2px; }
    @media screen and (min-width: 768px) {
      .search-bar button {
        right: 18px; } }
    @media screen and (max-width: 767px) {
      .search-bar button {
        margin-top: -10px; } }

.search-list {
  padding: 0;
  margin: -20px 0 0;
  max-width: 660px !important;
  text-align: left; }
  .search-list li {
    list-style: none;
    font-size: 0;
    position: relative;
    transition: box-shadow 250ms ease, border-color 250ms ease;
    padding: 25px 0 30px;
    border-bottom: 1px solid #dce2e6;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .search-list li {
        padding: 0; } }
    .search-list li:first-child {
      border-top: 1px solid #dce2e6; }
    .search-list li a {
      display: block;
      padding: 0; }
      @media screen and (min-width: 768px) {
        .search-list li a {
          padding: 25px 0 30px; } }
      .search-list li a:hover {
        text-decoration: none; }
  .search-list__label {
    color: #1e1e21;
    font-size: 2.2rem;
    font-weight: 300; }
    @media screen and (min-width: 1280px) {
      li:hover .search-list__label {
        color: #ffab26; } }
  .search-list p {
    margin: 8px 0 0;
    font-size: 1.5rem;
    color: #9399a9; }
  .search-list__highlight {
    background-color: #fff6b7; }

.section-icon {
  text-align: center;
  font-size: 3.2rem;
  color: #c1c7cc;
  margin-bottom: 0.2em; }
  .section-icon a {
    color: #c1c7cc; }

.separator {
  background: #dce2e6;
  max-width: 1600px;
  width: 100%;
  height: 1px;
  display: block;
  margin: 0 auto;
  border: 0; }

.service {
  border: 1px solid #dce2e6;
  padding: 20px;
  font-size: 0;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .service {
      padding: 50px;
      padding-bottom: 30px; } }
  @media screen and (min-width: 1024px) {
    .service {
      padding-bottom: 10px; } }
  .service__label {
    font-size: 2.2rem;
    font-weight: 300; }
    @media screen and (min-width: 768px) {
      .service__label {
        width: 34%;
        display: inline-block;
        vertical-align: top; } }
    @media screen and (min-width: 1024px) {
      .service__label {
        width: 25%; } }
  .service ul {
    padding: 0;
    margin: 12px 0 0 0;
    line-height: 3;
    font-size: 0; }
    @media screen and (min-width: 768px) {
      .service ul {
        width: 66%;
        display: inline-block;
        vertical-align: top; } }
    @media screen and (min-width: 1024px) {
      .service ul {
        width: 75%; } }
    .service ul li {
      box-sizing: border-box;
      /*padding-left 39px*/
      position: relative;
      margin-bottom: 20px;
      display: -webkit-box; }
      @media screen and (min-width: 1024px) {
        .service ul li {
          margin-bottom: 40px;
          display: inline-block;
          vertical-align: top;
          width: 50%; } }
      @media screen and (min-width: 1280px) {
        .service ul li {
          width: 33.33%; } }
      .service ul li:first-child {
        margin-top: 0; }
    .service ul a {
      font-size: 1.7rem;
      text-decoration: underline;
      color: #1e1e21;
      line-height: 1.4; }
      @media (screen) {
        .service ul a .service-ico {
          padding: 0 10px 0 0;
          width: 35px;
          display: block;
          float: left; } }
      .service ul a .service-ico img {
        width: 33px; }
      .service ul a .service-title {
        display: block;
        padding-left: 45px;
        margin-top: 5px; }
      .service ul a:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: -2px; }
      .service ul a.ico-edit {
        padding-left: 39px; }
        .service ul a.ico-edit:before {
          background-repeat: no-repeat;
          background-image: url("/static/img/modules/small/edit.svg");
          width: 100%;
          height: 100%; }
          .no-svg .service ul a.ico-edit:before {
            background-image: url("/static/img/modules/small/edit.png"); }
      .service ul a:hover {
        text-decoration: none; }

.table, table {
  width: 100%;
  border-top: 1px solid #dce2e6;
  border-left: 1px solid #dce2e6; }
  .table.tal tbody td, table.tal tbody td {
    text-align: left; }
  .table.tal thead td, table.tal thead td {
    text-align: left; }
  .table.tar tbody td, table.tar tbody td {
    text-align: right; }
  .table.tar thead td, table.tar thead td {
    text-align: right; }
  .table.tac tbody td, table.tac tbody td {
    text-align: center; }
  .table.tac thead td, table.tac thead td {
    text-align: center; }
  .table tbody + tbody, table tbody + tbody {
    border-top: 0; }
  .table th, .table td, table th, table td {
    border-bottom: 1px solid #dce2e6;
    border-right: 1px solid #dce2e6;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 11px 28px 9px; }
  .table thead td, .table thead th, table thead td, table thead th {
    text-align: center; }
    .table thead td:first-child, .table thead th:first-child, table thead td:first-child, table thead th:first-child {
      color: #1e1e21; }
  .table tbody:nth-child(even) tr:nth-child(odd) th, .table tbody:nth-child(even) tr:nth-child(odd) td, table tbody:nth-child(even) tr:nth-child(odd) th, table tbody:nth-child(even) tr:nth-child(odd) td {
    background: #f6f7f9; }
  .table tbody:nth-child(odd) tr:nth-child(even) th, .table tbody:nth-child(odd) tr:nth-child(even) td, table tbody:nth-child(odd) tr:nth-child(even) th, table tbody:nth-child(odd) tr:nth-child(even) td {
    background: #f6f7f9; }
  .table tbody td.c, table tbody td.c {
    text-align: center; }
  .table tbody td.r, table tbody td.r {
    text-align: right; }
  .table tbody th, table tbody th {
    text-align: left;
    color: #1e1e21;
    /*
      span {
        font-size: 1.3rem;
        color: $font-color-light;
        display: block;
        margin-top: 5px;
        line-height: 1.5;
      }
      */ }
  .table .small, table .small {
    font-size: 1.3rem;
    white-space: nowrap; }
  .table .icon-cross-bold, table .icon-cross-bold {
    font-size: 8px;
    color: #9399a9; }
  .table .icon-check, table .icon-check {
    font-size: 6px;
    color: #ffab26; }
  .table__section tr, table__section tr {
    display: none; }
    .table__section tr th, table__section tr th {
      padding-left: 48px;
      transition: color 250ms ease; }
      .table__section tr th:hover, table__section tr th:hover {
        color: #ffab26; }
    .table__section tr:first-child, table__section tr:first-child {
      display: table-row; }
      .table__section tr:first-child th, table__section tr:first-child th {
        position: relative;
        cursor: pointer; }
        .table__section tr:first-child th:before, table__section tr:first-child th:before {
          content: '';
          width: 8px;
          height: 2px;
          background: #ffab26;
          position: absolute;
          left: 28px;
          top: 18px;
          transition: opacity 250ms ease; }
        .table__section tr:first-child th:after, table__section tr:first-child th:after {
          content: '';
          width: 2px;
          height: 8px;
          background: #ffab26;
          position: absolute;
          left: 31px;
          top: 15px;
          transition: transform 250ms ease; }
  .table__section.is-active tr, table__section.is-active tr {
    display: table-row; }
    .table__section.is-active tr:first-child th:before, table__section.is-active tr:first-child th:before {
      opacity: 0; }
    .table__section.is-active tr:first-child th:after, table__section.is-active tr:first-child th:after {
      transform: rotate(90deg); }

.table-wrap {
  overflow: auto;
  width: 100%;
  margin-bottom: 50px; }

.tabs-anchors {
  margin: 0;
  padding: 0 20px;
  text-align: center;
  border-bottom: 1px solid #dce2e6;
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .tabs-anchors li {
    list-style: none;
    height: 60px;
    margin: 0 2px; }
    .tabs-anchors li.is-active a {
      border-top: 2px solid #ffab26;
      height: calc(100% + 1px); }
  .tabs-anchors a {
    box-sizing: border-box;
    border-left: 1px solid #dce2e6;
    border-right: 1px solid #dce2e6;
    border-top: 1px solid #dce2e6;
    font-size: 1.2rem;
    font-weight: bold;
    color: #1e1e21;
    text-transform: uppercase;
    background: #fff;
    padding: 18px 20px 16px;
    height: 100%;
    display: flex;
    align-items: center;
    line-height: 1.2;
    flex-flow: column;
    justify-content: center;
    height: 100%; }
    .tabs-anchors a > span {
      font-size: 80%;
      font-weight: normal;
      text-transform: none; }
    @media screen and (min-width: 768px) {
      .tabs-anchors a {
        padding: 18px 25px 16px; } }
    @media screen and (min-width: 1024px) {
      .tabs-anchors a {
        padding: 0 55px; } }
  .tabs-anchors--orange li.is-active a {
    border-top: 2px solid #ffab26; }
  .tabs-anchors--big a {
    font-size: 1.5rem; }
    @media screen and (min-width: 1024px) {
      .tabs-anchors--big a {
        padding-left: 100px;
        padding-right: 100px; } }

.tabs-anchors__wrap {
  position: relative; }
  .tabs-anchors__wrap > a {
    border: 1px solid #dce2e6;
    display: block;
    padding: 12px 20px 8px;
    position: relative;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #37373e;
    font-weight: bold; }
    .tabs-anchors__wrap > a:after {
      content: "";
      display: inline-block;
      font: normal normal normal 14px / 1 'icons';
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      right: 20px;
      top: 50%;
      font-size: 6px;
      margin-top: -1px;
      transition: transform 250ms ease; }
    .tabs-anchors__wrap > a.is-active:after {
      transform: rotate(180deg); }
  .tabs-anchors__wrap .tabs-anchors {
    display: none;
    border: 1px solid #dce2e6;
    border-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 44px;
    background: #fff;
    z-index: 10;
    text-align: left; }
    .tabs-anchors__wrap .tabs-anchors li {
      display: block;
      padding: 0; }
      .tabs-anchors__wrap .tabs-anchors li.is-active {
        display: none; }
    .tabs-anchors__wrap .tabs-anchors a {
      border: 0; }

.tabs-content {
  display: none;
  padding: 40px 0px 0; }
  @media screen and (min-width: 1024px) {
    .tabs-content {
      padding: 80px 0 0 0;
      max-width: 1100px;
      margin: 0 auto; } }
  .tabs-content.is-active {
    display: block; }

.tabs--withLabel .tabs-anchors li a {
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .tabs--withLabel .tabs-anchors li a .note {
    text-transform: none;
    font-weight: normal; }

.tabs--withLabel h2 {
  margin-top: 0; }

.tags {
  max-width: 720px;
  margin: 0 auto;
  box-sizing: border-box;
  border-top: 1px solid #dce2e6;
  border-bottom: 1px solid #dce2e6;
  font-size: 1.5rem;
  position: relative;
  padding: 20px 0 20px 40px; }
  @media screen and (min-width: 768px) {
    .tags {
      padding: 40px 0 40px 40px; } }
  .tags:before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px / 1 'icons';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    font-size: 1.6rem;
    color: #9399a9;
    top: 24px; }
    @media screen and (min-width: 768px) {
      .tags:before {
        top: 44px; } }
  .tags a {
    color: #37373e;
    transition: color 250ms ease; }
    .tags a:hover {
      text-decoration: none;
      color: #ffab26; }

.tariffs {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .tariffs {
      display: flex;
      flex-direction: row;
      border: 1px solid #dce2e6; } }
  .tariffs .tariff {
    box-sizing: border-box;
    font-size: 1.3rem;
    font-weight: normal;
    cursor: pointer; }
    @media screen and (max-width: 539px) {
      .tariffs .tariff {
        border: 1px solid #dce2e6;
        margin-bottom: 20px; } }
    @media screen and (min-width: 768px) {
      .tariffs .tariff {
        border-right: 1px solid #dce2e6;
        width: 33.33333%; } }
    @media screen and (min-width: 1024px) {
      .tariffs .tariff {
        width: 33.33333%; } }
    .tariffs .tariff__wrap {
      display: block; }
    .tariffs .tariff__title {
      height: 67px;
      line-height: 70px;
      text-align: center;
      border-bottom: 1px solid #dce2e6;
      position: relative;
      text-transform: uppercase;
      color: #9399a9;
      font-weight: bold;
      font-size: 1.1rem; }
      .tariffs .tariff__title:after {
        content: "";
        height: 1px;
        background: #ffab26;
        position: absolute;
        bottom: -1px;
        left: 25px;
        right: 25px; }
    .tariffs .tariff__price {
      border-bottom: 1px solid #dce2e6;
      color: #ffab26;
      font-weight: 300;
      text-align: center;
      padding: 37px 0 32px;
      line-height: 1.2;
      box-sizing: border-box;
      font-size: 1.6rem;
      box-sizing: border-box; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .tariffs .tariff__price {
          height: 90px; } }
      @media screen and (min-width: 1024px) {
        .tariffs .tariff__price {
          font-size: 2rem; } }
      @media screen and (min-width: 1280px) {
        .tariffs .tariff__price {
          font-size: 2.4rem; } }
      .tariffs .tariff__price span {
        display: none; }
    .tariffs .tariff__content {
      padding: 15px; }
      @media screen and (min-width: 1280px) {
        .tariffs .tariff__content {
          padding: 25px; } }
      .tariffs .tariff__content ul {
        margin: 0 0 25px 0;
        padding: 0;
        line-height: 1.5; }
        .tariffs .tariff__content ul li {
          list-style: none;
          position: relative;
          margin-bottom: 10px;
          padding-left: 20px; }
          .tariffs .tariff__content ul li a {
            color: initial; }
          @media screen and (min-width: 768px) and (max-width: 1023px) {
            .tariffs .tariff__content ul li {
              padding-left: 0;
              padding-top: 20px;
              text-align: center;
              margin-bottom: 20px; } }
          .tariffs .tariff__content ul li:before {
            display: inline-block;
            font: normal normal normal 14px / 1 'icons';
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            left: 0;
            top: 5px; }
            @media screen and (min-width: 768px) and (max-width: 1023px) {
              .tariffs .tariff__content ul li:before {
                left: 50%;
                margin-left: -4px;
                top: 0; } }
          .tariffs .tariff__content ul li.yes {
            color: #1e1e21; }
            .tariffs .tariff__content ul li.yes:before {
              content: "";
              font-size: 6px;
              color: #ffab26;
              top: 6px; }
          .tariffs .tariff__content ul li.no {
            color: #9399a9; }
            .tariffs .tariff__content ul li.no:before {
              content: "";
              font-size: 8px; }
      .tariffs .tariff__content .button {
        padding: 0;
        min-width: 0;
        width: 100%; }
    .tariffs .tariff:last-child {
      border-right: 0; }
    .tariffs .tariff--disabled {
      cursor: default; }
      .tariffs .tariff--disabled ul li.yes,
      .tariffs .tariff--disabled ul li.no {
        color: #c0c4d1; }
        .tariffs .tariff--disabled ul li.yes:before,
        .tariffs .tariff--disabled ul li.no:before {
          color: #c0c4d1; }
      .tariffs .tariff--disabled .tariff__title {
        color: #c0c4d1; }
        .tariffs .tariff--disabled .tariff__title:after {
          content: none; }
      .tariffs .tariff--disabled .tariff__price {
        color: #c0c4d1; }
      .tariffs .tariff--disabled .button {
        border-color: #ecf0f3;
        color: #c0c4d1; }
        .tariffs .tariff--disabled .button:hover span {
          color: #c0c4d1; }
        .tariffs .tariff--disabled .button:active {
          transform: none; }
        .tariffs .tariff--disabled .button:before {
          content: none; }
  .tariffs input[type="radio"] {
    display: none; }
  .tariffs input:checked + label,
  .tariffs .tariff--active {
    position: relative; }
    @media screen and (min-width: 1024px) {
      .tariffs input:checked + label,
      .tariffs .tariff--active {
        width: 40%; } }
    .tariffs input:checked + label .tariff__wrap,
    .tariffs .tariff--active .tariff__wrap {
      z-index: 10;
      background: #fff; }
      @media screen and (min-width: 1024px) {
        .tariffs input:checked + label .tariff__wrap,
        .tariffs .tariff--active .tariff__wrap {
          position: relative;
          top: -20px;
          bottom: -20px;
          left: -1px;
          right: -1px;
          height: calc(100% + 40px);
          width: calc(100% + 3px);
          box-shadow: 0 35px 40px 0 #4f517a; } }
    .tariffs input:checked + label .tariff__price,
    .tariffs .tariff--active .tariff__price {
      background: #ffab26;
      color: #fff; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .tariffs input:checked + label .tariff__price,
        .tariffs .tariff--active .tariff__price {
          padding: 22px 0 18px; } }
      @media screen and (min-width: 1024px) {
        .tariffs input:checked + label .tariff__price,
        .tariffs .tariff--active .tariff__price {
          padding: 46px 0 41px; } }
      .tariffs input:checked + label .tariff__price span,
      .tariffs .tariff--active .tariff__price span {
        display: block;
        font-size: 1.3rem; }
    .tariffs input:checked + label .tariff__title,
    .tariffs .tariff--active .tariff__title {
      background: #f6f7f9;
      border-bottom: 0;
      color: #1e1e21; }
      .tariffs input:checked + label .tariff__title:after,
      .tariffs .tariff--active .tariff__title:after {
        content: none; }
    @media screen and (min-width: 1024px) {
      .tariffs input:checked + label .tariff__content,
      .tariffs .tariff--active .tariff__content {
        padding: 20px 40px; } }
    @media screen and (min-width: 1280px) {
      .tariffs input:checked + label .tariff__content,
      .tariffs .tariff--active .tariff__content {
        padding: 25px 65px; } }
    .tariffs input:checked + label .button,
    .tariffs .tariff--active .button {
      background: #ffab26;
      color: #fff; }
      .tariffs input:checked + label .button span,
      .tariffs .tariff--active .button span {
        transition: color 0s; }

.text-input {
  height: 60px;
  background: #f5f7fb; }
  .text-input.withButton {
    display: flex;
    align-items: center; }
    .text-input.withButton button {
      position: absolute;
      right: 8px;
      justify-content: center;
      z-index: 10; }

.text-input,
.form-field {
  width: 100%;
  position: relative; }
  .text-input--textarea,
  .form-field--textarea {
    height: 140px !important; }
  .text-input--white,
  .form-field--white {
    background: #fff;
    box-shadow: none; }
  .text-input input[type="text"],
  .text-input input[type="email"],
  .text-input input[type="password"],
  .text-input input[type="tel"],
  .text-input textarea,
  .form-field input[type="text"],
  .form-field input[type="email"],
  .form-field input[type="password"],
  .form-field input[type="tel"],
  .form-field textarea {
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #1e1e21;
    font-weight: 400;
    font-size: 1.4rem;
    padding: 3px 35px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    outline: none; }
  .text-input textarea,
  .form-field textarea {
    box-sizing: border-box;
    padding-top: 15px !important;
    height: inherit;
    display: block; }
  .text-input input[value=""] + label, .text-input textarea + label, .text-input label,
  .form-field input[value=""] + label,
  .form-field textarea + label,
  .form-field label {
    font-size: 1.4rem !important;
    padding: 0 !important;
    z-index: 200;
    left: 35px;
    top: 18px;
    color: #9399a9;
    font-weight: 400;
    background: transparent;
    height: initial;
    box-shadow: none;
    line-height: 2;
    transform: translateY(0) translateX(0); }
  .text-input label:not(.checkbox-label), .text-input.is-active label:not(.checkbox-label),
  .form-field label:not(.checkbox-label),
  .form-field.is-active label:not(.checkbox-label) {
    position: absolute;
    transition: all 250ms ease;
    transform: translateY(-29px) translateX(-10px);
    background: #fff;
    font-size: 1.1rem !important;
    box-shadow: 0 1px 4px 0 rgba(79, 81, 122, 0.08);
    height: 24px;
    line-height: 24px;
    padding: 0 10px !important; }
  .text-input label .control-label, .text-input.is-active label .control-label,
  .form-field label .control-label,
  .form-field.is-active label .control-label {
    position: relative !important; }

.text {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  box-sizing: unset; }
  .text h2 {
    font-weight: 400;
    color: #1e1e21;
    margin: 2em 0 1em 0;
    line-height: 1.6;
    font-size: 1.8rem; }
    @media screen and (min-width: 768px) {
      .text h2 {
        font-size: 2rem; } }
  .text p {
    margin: 0 0 1em 0; }
  .text blockquote {
    color: #ffab26;
    font-family: "Georgia", "Times New Roman", "Times serif";
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1.6;
    text-align: center;
    margin: 35px 0 35px 0; }
    @media screen and (min-width: 768px) {
      .text blockquote {
        padding: 0 30px;
        font-size: 2.2rem; } }
    .text blockquote span {
      font-size: 3.6rem;
      margin: 0 15px;
      line-height: 36px; }
  .text--thin {
    max-width: 600px; }

.timeline {
  overflow: auto; }

.valign {
  display: table-cell;
  vertical-align: middle; }
  .valign__wrap {
    width: 100%;
    height: 100%;
    display: table; }
    @media screen and (min-width: 768px) {
      .valign__wrap {
        height: 100%; } }

.video-play {
  width: 90px;
  height: 90px;
  top: 50%;
  left: 50%;
  margin: -45px 0 0 -45px;
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(-45deg, #f2af3c, #ee3981);
  cursor: pointer; }
  @media print {
    .video-play {
      display: none; } }
  .video-play:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -6px; }

@media screen and (min-width: 768px) {
  .why-abragen {
    font-size: 0; } }

@media screen and (min-width: 1024px) {
  .why-abragen {
    margin-top: 100px;
    margin-bottom: 130px; } }

.why-abragen__column {
  position: relative; }
  @media screen and (max-width: 1023px) {
    .why-abragen__column {
      display: block;
      margin: 0; } }
  @media screen and (min-width: 768px) {
    .why-abragen__column {
      display: inline-block;
      vertical-align: top;
      font-size: 1.6rem; } }
  @media screen and (min-width: 1024px) {
    .why-abragen__column {
      height: 545px; } }
  .why-abragen__column ul a {
    color: #ffab26; }
    .why-abragen__column ul a:hover {
      text-decoration: underline; }
  @media screen and (max-width: 1023px) {
    .why-abragen__column:first-child {
      width: auto;
      margin-bottom: 30px; } }
  @media screen and (min-width: 1024px) {
    .why-abragen__column:first-child {
      width: 33%; } }
  @media screen and (max-width: 1023px) {
    .why-abragen__column:last-child {
      width: auto;
      background: #f6f7f9;
      padding: 30px 30px 80px; } }
  @media screen and (min-width: 1024px) {
    .why-abragen__column:last-child {
      width: 50%;
      margin-left: 17%; }
      .why-abragen__column:last-child:before {
        content: "";
        position: absolute;
        background: #f6f7f9;
        top: -125px;
        bottom: -125px;
        right: -200px;
        left: -90px;
        z-index: -1; } }

.carousel-macbook {
  width: 280px;
  height: 169.5px;
  background-size: cover;
  background-image: url(//www.abra.eu/wp-content/themes/abra/assets/img/macbook-small.png);
  position: relative;
  margin: 0 auto; }

@media screen and (min-width: 48em) {
  .carousel-macbook {
    width: 848px;
    height: 513px;
    background-image: url(//www.abra.eu/wp-content/themes/abra/assets/img/macbook.png); } }

a:active {
  text-decoration: none; }

.dark {
  color: #1e1e21 !important; }
  .dark:hover {
    color: #ffab26 !important;
    text-decoration: none !important; }

.pink {
  color: #ffab26 !important; }
  .pink a {
    color: #ffab26 !important; }

@media screen and (min-width: 768px) {
  .page-wrap .container {
    padding-left: 25px;
    padding-right: 25px; } }

@media screen and (max-width: 767px) {
  .page-wrap .container {
    /*padding-left 5px
            padding-right 5px*/ } }

@media screen and (max-width: 767px) {
  [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px; } }

@media screen and (min-width: 1024px) {
  .container {
    max-width: 1280px; } }

@media screen and (max-width: 767px) {
  
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-left: 0;
    padding-right: 0; } }

/* BOOTSTRAP OVERRIDE */
@media (min-width: 768px) {
  .container {
    width: 100%; } }

@media (min-width: 992px) {
  .container {
    width: 100%; } }

@media (min-width: 1200px) {
  .container {
    width: 100%; } }

.container.ddl-remove-bs-padding > .row > [class*="col-"]:first-child {
  padding-left: 0; }

.container.ddl-remove-bs-padding > .row > [class*="col-"]:last-child {
  padding-right: 0; }

.btn-default {
  color: #ffffff !important; }

.btn-default:focus,
.btn-default.focus {
  color: #ffffff !important; }

.btn-default:hover {
  color: #ffffff !important; }

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #ffffff !important; }

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #ffffff !important; }

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 0px; }

.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff !important; }

.form-group {
  margin-bottom: 0; }

.ddl-remove-bs-padding {
  padding-right: 0px !important;
  padding-left: 0px !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Gotham SSm A", "Gotham SSm B", "sans-serif";
  line-height: normal;
  font-weight: 300; }

img {
  vertical-align: initial; }

.label {
  padding: 0; }

.breadcrumb {
  padding: 0;
  background-color: transparent; }

.pagination {
  margin: 40px 0; }

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #e73c5d;
  border-color: #e73c5d;
  cursor: default; }

.pagination > li > a,
.pagination > li > span {
  color: #e73c5d; }

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #e73c5d; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: initial; }

.radio,
.checkbox {
  margin-top: initial;
  margin-bottom: initial; }

.row-pad {
  padding: 20px 0 60px 0; }

.ddl-frontend-editor-cell:not(.abcell) ul {
  /*reset-list()*/
  margin-bottom: 1em; }

.ddl-frontend-editor-cell:not(.abcell) h1,
.ddl-frontend-editor-cell:not(.abcell) h2,
.ddl-frontend-editor-cell:not(.abcell) h3,
.ddl-frontend-editor-cell:not(.abcell) h4 {
  color: #1e1e21;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-weight: 300 !important; }

.ddl-frontend-editor-cell:not(.abcell) h1 {
  font-size: 2.5rem;
  margin: 0.5em 0 0.5em 0;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    .ddl-frontend-editor-cell:not(.abcell) h1 {
      font-size: 4.4rem; } }

.ddl-frontend-editor-cell:not(.abcell) h2 {
  font-size: 2rem;
  margin: 0.5em 0 0.5em 0; }
  @media screen and (min-width: 768px) {
    .ddl-frontend-editor-cell:not(.abcell) h2 {
      font-size: 3rem; } }

.ddl-frontend-editor-cell:not(.abcell) h3 {
  font-size: 2.2rem;
  margin: 1em 0 1em 0; }

.ddl-frontend-editor-cell:not(.abcell) h4 {
  font-size: 1.8rem;
  margin: 1em 0 1em 0; }

.ddl-frontend-editor-cell:not(.abcell) .intro-text {
  margin: 0 !important; }

.full-bg.section--gray {
  background: #f6f7f9; }

.section-contact-form {
  margin-top: 50px; }
  .section-contact-form h3 {
    margin-bottom: 2.5em !important; }

.section-interest .container .row {
  display: table; }
  .section-interest .container .row [class*="col-"] {
    display: table-cell;
    vertical-align: middle; }
    .section-interest .container .row [class*="col-"]:last-child {
      float: none; }
    .section-interest .container .row [class*="col-"] h2 {
      margin: 0 0 0.5em 0; }

/* SPACING */
.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 25px; }

.pt25 {
  padding-top: 25px; }

.pt30 {
  padding-top: 30px; }

.pt35 {
  padding-top: 35px; }

.pt40 {
  padding-top: 40px; }

.pt45 {
  padding-top: 45px; }

.pt50 {
  padding-top: 50px; }

.pt55 {
  padding-top: 55px; }

.pt60 {
  padding-top: 60px; }

.pt65 {
  padding-top: 65px; }

.pt70 {
  padding-top: 70px; }

.pt75 {
  padding-top: 75px; }

.pt80 {
  padding-top: 80px; }

.pt85 {
  padding-top: 85px; }

.pt90 {
  padding-top: 90px; }

.pt95 {
  padding-top: 95px; }

.pt100 {
  padding-top: 100px; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 25px; }

.pb25 {
  padding-bottom: 25px; }

.pb30 {
  padding-bottom: 30px; }

.pb35 {
  padding-bottom: 35px; }

.pb40 {
  padding-bottom: 40px; }

.pb45 {
  padding-bottom: 45px; }

.pb50 {
  padding-bottom: 50px; }

.pb55 {
  padding-bottom: 55px; }

.pb60 {
  padding-bottom: 60px; }

.pb65 {
  padding-bottom: 65px; }

.pb70 {
  padding-bottom: 70px; }

.pb75 {
  padding-bottom: 75px; }

.pb80 {
  padding-bottom: 80px; }

.pb85 {
  padding-bottom: 85px; }

.pb90 {
  padding-bottom: 90px; }

.pb95 {
  padding-bottom: 95px; }

.pb100 {
  padding-bottom: 100px; }

.pr5 {
  padding-right: 5px; }

.pr10 {
  padding-right: 10px; }

.pr15 {
  padding-right: 15px; }

.pr20 {
  padding-right: 25px; }

.pr25 {
  padding-right: 25px; }

.pr30 {
  padding-right: 30px; }

.pr35 {
  padding-right: 35px; }

.pr40 {
  padding-right: 40px; }

.pr45 {
  padding-right: 45px; }

.pr50 {
  padding-right: 50px; }

.pr55 {
  padding-right: 55px; }

.pr60 {
  padding-right: 60px; }

.pr65 {
  padding-right: 65px; }

.pr70 {
  padding-right: 70px; }

.pr75 {
  padding-right: 75px; }

.pr80 {
  padding-right: 80px; }

.pr85 {
  padding-right: 85px; }

.pr90 {
  padding-right: 90px; }

.pr95 {
  padding-right: 95px; }

.pr100 {
  padding-right: 100px; }

.pl5 {
  padding-left: 5px; }

.pl10 {
  padding-left: 10px; }

.pl15 {
  padding-left: 15px; }

.pl20 {
  padding-left: 25px; }

.pl25 {
  padding-left: 25px; }

.pl30 {
  padding-left: 30px; }

.pl35 {
  padding-left: 35px; }

.pl40 {
  padding-left: 40px; }

.pl45 {
  padding-left: 45px; }

.pl50 {
  padding-left: 50px; }

.pl55 {
  padding-left: 55px; }

.pl60 {
  padding-left: 60px; }

.pl65 {
  padding-left: 65px; }

.pl70 {
  padding-left: 70px; }

.pl75 {
  padding-left: 75px; }

.pl80 {
  padding-left: 80px; }

.pl85 {
  padding-left: 85px; }

.pl90 {
  padding-left: 90px; }

.pl95 {
  padding-left: 95px; }

.pl100 {
  padding-left: 100px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt30 {
  margin-top: 30px; }

.mt35 {
  margin-top: 35px; }

.mt40 {
  margin-top: 40px; }

.mt45 {
  margin-top: 45px; }

.mt50 {
  margin-top: 50px; }

.mt55 {
  margin-top: 55px; }

.mt60 {
  margin-top: 60px; }

.mt65 {
  margin-top: 65px; }

.mt70 {
  margin-top: 70px; }

.mt75 {
  margin-top: 75px; }

.mt80 {
  margin-top: 80px; }

.mt85 {
  margin-top: 85px; }

.mt90 {
  margin-top: 90px; }

.mt95 {
  margin-top: 95px; }

.mt100 {
  margin-top: 100px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb35 {
  margin-bottom: 35px; }

.mb40 {
  margin-bottom: 40px; }

.mb45 {
  margin-bottom: 45px; }

.mb50 {
  margin-bottom: 50px; }

.mb55 {
  margin-bottom: 55px; }

.mb60 {
  margin-bottom: 60px; }

.mb65 {
  margin-bottom: 65px; }

.mb70 {
  margin-bottom: 70px; }

.mb75 {
  margin-bottom: 75px; }

.mb80 {
  margin-bottom: 80px; }

.mb85 {
  margin-bottom: 85px; }

.mb90 {
  margin-bottom: 90px; }

.mb95 {
  margin-bottom: 95px; }

.mb100 {
  margin-bottom: 100px; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.mr20 {
  margin-right: 25px; }

.mr25 {
  margin-right: 25px; }

.mr30 {
  margin-right: 30px; }

.mr35 {
  margin-right: 35px; }

.mr40 {
  margin-right: 40px; }

.mr45 {
  margin-right: 45px; }

.mr50 {
  margin-right: 50px; }

.mr55 {
  margin-right: 55px; }

.mr60 {
  margin-right: 60px; }

.mr65 {
  margin-right: 65px; }

.mr70 {
  margin-right: 70px; }

.mr75 {
  margin-right: 75px; }

.mr80 {
  margin-right: 80px; }

.mr85 {
  margin-right: 85px; }

.mr90 {
  margin-right: 90px; }

.mr95 {
  margin-right: 95px; }

.mr100 {
  margin-right: 100px; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.ml20 {
  margin-left: 25px; }

.ml25 {
  margin-left: 25px; }

.ml30 {
  margin-left: 30px; }

.ml35 {
  margin-left: 35px; }

.ml40 {
  margin-left: 40px; }

.ml45 {
  margin-left: 45px; }

.ml50 {
  margin-left: 50px; }

.ml55 {
  margin-left: 55px; }

.ml60 {
  margin-left: 60px; }

.ml65 {
  margin-left: 65px; }

.ml70 {
  margin-left: 70px; }

.ml75 {
  margin-left: 75px; }

.ml80 {
  margin-left: 80px; }

.ml85 {
  margin-left: 85px; }

.ml90 {
  margin-left: 90px; }

.ml95 {
  margin-left: 95px; }

.ml100 {
  margin-left: 100px; }

br.hom {
  display: block; }
  @media screen and (max-width: 1023px) {
    br.hom {
      display: none !important; } }

.hod {
  display: none; }
  @media screen and (max-width: 1023px) {
    .hod {
      display: block !important; } }

/* FORMS */
.dz-message {
  /*display none !important*/
  visibility: hidden !important; }

.frm_single_upload {
  z-index: 201;
  position: absolute;
  width: 100% !important; }

.frm_compact .frm_dropzone.dz-clickable.frm_single_upload {
  position: relative; }

.checkbox-inline {
  padding-left: initial; }

/* FORMS autocomplete */
.abra_company_list {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  display: none;
  margin-top: 0.5rem;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075) inset;
  background: white;
  font-size: 1.2rem;
  z-index: 201; }
  .abra_company_list a {
    cursor: pointer;
    display: block;
    padding: 0.15rem 1rem;
    color: #37373e;
    font-weight: 600;
    border-bottom: 1px solid #f5f7fb; }
    .abra_company_list a:hover {
      text-decoration: none;
      background: #f5f7fb; }
    .abra_company_list a:last-child {
      border-bottom: 0px; }
    .abra_company_list a span {
      font-weight: normal;
      font-size: 1rem; }

.service .js-wpv-view-layout {
  display: inline; }

/* ALERT BOXY */
.alert-box {
  margin: 5px 0 15px;
  font-size: 14px;
  padding: 15px; }
  .alert-box.success {
    background-color: #dff0d8;
    color: #468847; }
  .alert-box.error {
    background-color: #ffedf0;
    color: #f04a6a; }

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

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

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

.abraspinner {
  position: absolute;
  left: 50%;
  margin-top: 30px;
  z-index: 999; }

/* VIEWS */
input[name="wpv-wpcf-reference_pocet-uzivatelu-od"] {
  display: none; }

input[name="wpv-wpcf-reference_pocet-uzivatelu-do"] {
  display: none; }

/* DATEPICKER */
#ui-datepicker-div.ui-datepicker .ui-widget-header {
  border: 1px solid #aaa;
  background: #e9e9e9;
  color: #ffffff;
  font-weight: bold; }

#ui-datepicker-div.ui-datepicker .ui-state-hover,
#ui-datepicker-div.ui-datepicker.ui-widget-content .ui-state-hover,
#ui-datepicker-div.ui-datepicker .ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  color: #2b2b2b; }

#ui-datepicker-div.ui-datepicker .ui-state-default,
#ui-datepicker-div.ui-datepicker.ui-widget-content .ui-state-default {
  color: #676c78;
  text-align: center; }

#ui-datepicker-div.ui-datepicker .ui-widget-header select,
#ui-datepicker-div.ui-datepicker.ui-helper-clearfix select {
  font-weight: normal;
  display: inline;
  height: auto;
  margin: 1px 0;
  padding: 0;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  background-image: none; }

#ui-datepicker-div.ui-datepicker .ui-datepicker-prev-hover,
#ui-datepicker-div.ui-datepicker .ui-datepicker-next-hover {
  top: 2px; }

#ui-datepicker-div.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px; }

#ui-datepicker-div.ui-datepicker .ui-datepicker-next-hover {
  right: 2px; }

#ui-datepicker-div.ui-datepicker .ui-state-highlight {
  background: transparent;
  border: 1px solid #f04a6a; }

/* WORDPRESS GALLERY */
.gallery {
  margin: auto; }

.gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 33%; }

.gallery img {
  border: 2px solid #cfcfcf; }

.gallery-caption {
  margin-left: 0;
  font-size: 11px;
  padding: 5px 10px; }

.gallery:after {
  content: "";
  display: table;
  clear: both; }

img.aligncenter,
div.aligncenter,
figure.aligncenter {
  display: block;
  margin: 1em auto; }

img.alignright,
div.alignright,
figure.alignright {
  float: right;
  margin: 1em 0 1em 2em; }

img.alignleft,
div.alignleft,
figure.alignleft,
img.wp-post-image.attachment-thumb {
  float: left;
  margin: 1em 1em 2em 0; }

figure {
  max-width: 100%;
  height: auto;
  margin: 1em 0; }

p img.alignright,
p img.alignleft {
  margin-top: 0; }

.gallery figure img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block; }

.gallery figure {
  float: left;
  margin: 0 2% 1em 0; }

.gallery.gallery-columns-1 figure {
  width: 100%;
  margin: 0 0 1em 0;
  float: none; }

.gallery.gallery-columns-3 figure {
  width: 32%; }

.gallery.gallery-columns-3 figure:nth-of-type(3n + 3) {
  margin-right: 0; }

.gallery.gallery-columns-3 figure:nth-of-type(3n + 4) {
  clear: left; }

.gallery.gallery-columns-2 figure {
  width: 49%; }

.gallery.gallery-columns-2 figure:nth-of-type(even) {
  margin-right: 0; }

.gallery.gallery-columns-2 figure:nth-of-type(odd) {
  clear: left; }

.gallery.gallery-columns-4 figure {
  width: 23.25%; }

.gallery.gallery-columns-4 figure:nth-of-type(4n + 4) {
  margin-right: 0; }

.gallery.gallery-columns-4 figure:nth-of-type(4n + 5) {
  clear: left; }

.gallery.gallery-columns-5 figure {
  width: 18%; }

.gallery.gallery-columns-5 figure:nth-of-type(5n + 5) {
  margin-right: 0; }

.gallery.gallery-columns-5 figure:nth-of-type(5n + 6) {
  clear: left; }

.gallery.gallery-columns-6 figure {
  width: 14.2%; }

.gallery.gallery-columns-6 figure:nth-of-type(6n + 6) {
  margin-right: 0; }

.gallery.gallery-columns-6 figure:nth-of-type(6n + 7) {
  clear: left; }

.gallery.gallery-columns-7 figure {
  width: 12%; }

.gallery.gallery-columns-7 figure:nth-of-type(7n + 7) {
  margin-right: 0; }

.gallery.gallery-columns-7 figure:nth-of-type(7n + 8) {
  clear: left; }

.gallery.gallery-columns-8 figure {
  width: 10.2%; }

.gallery.gallery-columns-8 figure:nth-of-type(8n + 8) {
  margin-right: 0; }

.gallery.gallery-columns-8 figure:nth-of-type(8n + 9) {
  clear: left; }

.gallery.gallery-columns-9 figure {
  width: 8.85%; }

.gallery.gallery-columns-9 figure:nth-of-type(9n + 9) {
  margin-right: 0; }

.gallery.gallery-columns-9 figure:nth-of-type(9n + 10) {
  clear: left; }

@media (max-width: 767px) {
  img.alignright,
  div.alignright,
  figure.alignright,
  img.alignleft,
  div.alignleft,
  figure.alignleft,
  img.wp-post-image.attachment-thumb {
    display: block;
    margin: 1em auto;
    float: none; }
  .gallery.gallery-columns-4 figure,
  .gallery.gallery-columns-5 figure,
  .gallery.gallery-columns-6 figure,
  .gallery.gallery-columns-7 figure,
  .gallery.gallery-columns-8 figure,
  .gallery.gallery-columns-9 figure {
    width: 100%;
    margin: 0 0 1em 0;
    float: none; } }

/* COOKIE CONSENT */
.cc_btn {
  color: #ffffff !important;
  background-color: #ffab26 !important; }
  .cc_btn:hover {
    background-color: #ffc973 !important; }

@media screen and (min-width: 768px) {
  .cc_container {
    padding-bottom: 70px !important; } }

@media screen and (min-width: 500px) {
  .cc_container {
    right: initial !important;
    left: 20px !important; }
  .cc_container .cc_btn {
    bottom: 20px !important; } }

.bottom-column {
  display: inline-block;
  vertical-align: middle;
  float: none; }

/* HIGHLIGH BOXES */
.box1 {
  padding: 50px;
  border: 1px solid #dce2e6;
  display: block;
  box-sizing: border-box; }

.box2 {
  padding: 50px;
  background: #f6f7f9;
  display: block;
  box-sizing: border-box; }

.box3 {
  padding: 50px;
  background: #fff;
  box-shadow: 0 35px 40px 0 rgba(79, 81, 122, 0.2);
  display: block;
  box-sizing: border-box; }

.dotaznik-uchazece h3 {
  padding-top: 35px; }
  .dotaznik-uchazece h3.first-h3 {
    padding-top: 0 !important; }

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
  .video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

/* LANDING PAGES */
.lp .tabs-content {
  display: none;
  padding: 15px 0px 0; }
  @media screen and (min-width: 1024px) {
    .lp .tabs-content {
      padding: 15px 0 0 0;
      max-width: 1100px;
      margin: 0 auto; } }
  .lp .tabs-content.is-active {
    display: block; }

.lp .section-intro {
  margin-bottom: 0; }
  @media screen and (min-width: 1024px) {
    .lp .section-intro {
      margin-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .lp .section-intro .rhomb {
      width: 522px;
      height: 443px; } }
  @media screen and (max-width: 1279px) {
    .lp .section-intro .rhomb {
      width: 322px;
      height: 443px; } }
  @media screen and (max-width: 1279px) {
    .lp .section-intro .rhomb__gradient {
      background: linear-gradient(to 20px !important, #d11d79 0%, #f2af3c 85%);
      width: 20px;
      position: absolute;
      right: -20px;
      bottom: 30px;
      height: 340px;
      display: block; } }
  .lp .section-intro .container {
    padding: 60px 40px; }
    @media screen and (max-width: 1023px) {
      .lp .section-intro .container {
        padding: 20px 20px 0 20px; } }

.akce .section-intro {
  margin-bottom: 0; }
  @media screen and (min-width: 1024px) {
    .akce .section-intro {
      margin-bottom: 0; } }
  @media screen and (min-width: 768px) {
    .akce .section-intro .rhomb {
      width: 422px;
      height: 443px; } }
  @media screen and (max-width: 1279px) {
    .akce .section-intro .rhomb__gradient {
      background: linear-gradient(to 30px, #d11d79 0%, #f2af3c 85%);
      width: 20px;
      position: absolute;
      right: -20px;
      bottom: 30px;
      height: 340px;
      display: block; } }
  .akce .section-intro .container {
    padding: 10px 40px 60px 40px; }
    @media screen and (max-width: 1023px) {
      .akce .section-intro .container {
        padding: 20px 20px 0 20px; } }
  .akce .section-intro__content {
    position: relative;
    z-index: 10; }
    @media screen and (min-width: 768px) {
      .akce .section-intro__content {
        max-width: 50%; } }
    @media screen and (min-width: 1024px) {
      .akce .section-intro__content {
        max-width: 390px; } }
    @media screen and (min-width: 1280px) {
      .akce .section-intro__content {
        max-width: 560px; } }

@media (max-width: 767px) {
  .text-xs-center {
    text-align: center !important; } }

/* ABRA CAFE */
.section-video .videocontainer {
  padding: 20px 0; }
  .section-video .videocontainer__item {
    width: 100%;
    display: inline-block;
    color: #37373e;
    text-decoration: none;
    text-align: center;
    padding: 0 0 40px 0; }
    @media screen and (min-width: 1024px) {
      .section-video .videocontainer__item {
        text-align: left; } }
    .section-video .videocontainer__item:hover {
      text-decoration: none; }
      .section-video .videocontainer__item:hover .h2 {
        color: #ffab26; }
    .section-video .videocontainer__item img {
      border: 1px solid #dddddd; }
      @media screen and (max-width: 1023px) {
        .section-video .videocontainer__item img {
          display: block;
          margin: 0 auto 30px;
          max-width: 100%;
          height: auto; } }
      @media screen and (min-width: 1024px) {
        .section-video .videocontainer__item img {
          float: left;
          margin-right: 40px; } }
      @media screen and (min-width: 1280px) {
        .section-video .videocontainer__item img {
          margin-right: 80px; } }
    .section-video .videocontainer__item-date {
      display: inline-block;
      vertical-align: top;
      color: #9399a9;
      font-size: 1.2rem;
      font-weight: bold;
      padding-right: 15px;
      margin-right: 10px;
      border-right: 1px solid #f6f7fb; }
    .section-video .videocontainer__item .label {
      display: inline-block;
      vertical-align: top;
      padding: 0; }
    .section-video .videocontainer__item .h2 {
      transition: color 100ms ease-in-out;
      margin-top: 0.5em; }

.section-video .container {
  padding: 30px 0 30px 0 !important; }

/* ROUNDED COUNTER */
.abracounter {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .abracounter li {
    counter-increment: step-counter;
    margin-bottom: 10px;
    padding-left: 55px; }
    .abracounter li:before {
      content: counter(step-counter);
      margin-right: 5px;
      font-size: 80%;
      background-color: #ffab26;
      color: white;
      font-weight: bold;
      padding: 5px;
      border-radius: 50%;
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 30px;
      text-align: center;
      vertical-align: middle;
      position: absolute;
      margin-left: -55px;
      margin-top: -3px; }

.section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .section .container {
      padding: 60px 40px; } }
  @media screen and (min-width: 1024px) {
    .section .container {
      padding: 100px 40px; } }
  @media print {
    .section .container {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 30px; } }

.section--appended .container {
  padding-top: 0; }
  @media screen and (min-width: 768px) {
    .section--appended .container {
      padding-top: 0; } }
  @media screen and (min-width: 1024px) {
    .section--appended .container {
      padding-top: 0; } }

@media screen and (min-width: 1024px) {
  .section--small .container {
    padding-top: 30px;
    padding-bottom: 30px; } }

.section--gray .container {
  background: #f6f7f9; }

.section--full-gray {
  background: #f6f7f9; }

.section--gray-limited {
  background: #f6f7f9;
  margin: 0 auto;
  max-width: 1600px; }

.section--thin .container {
  max-width: 800px; }

.section-404 {
  text-align: center; }
  .section-404 h1 {
    font-size: 12rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-shadow: 0 12px 20px rgba(79, 81, 122, 0.2);
    padding: 0;
    margin: 50px 0 0; }
    @media screen and (min-width: 768px) {
      .section-404 h1 {
        font-size: 20rem;
        text-shadow: 0 25px 40px rgba(79, 81, 122, 0.2); } }
  .section-404 h2 {
    font-weight: 400;
    color: #1e1e21;
    font-size: 2.2rem; }
  .section-404 p {
    max-width: 620px;
    margin: 0 auto 2em; }
  .section-404 .form-search {
    margin-bottom: 40px; }

.section-banner-contact .container {
  max-width: 950px !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important; }
  @media screen and (min-width: 768px) {
    .section-banner-contact .container {
      padding-top: 85px !important;
      padding-bottom: 85px !important;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }

@media screen and (min-width: 768px) {
  .section-banner-contact__content {
    padding-right: 30px; } }

.section-banner-contact .h1 {
  margin-bottom: 0; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .section-banner-contact .h1 {
      font-size: 3rem !important; } }
  @media screen and (min-width: 1024px) {
    .section-banner-contact .h1 {
      font-size: 4.2rem !important; } }

.section-banner-contact h2 {
  margin: 0 !important; }

.section-banner-contact p {
  margin: 0 0 1em 0;
  font-size: 1.8rem;
  font-weight: 300; }
  @media screen and (min-width: 768px) {
    .section-banner-contact p {
      font-size: 2.4rem;
      margin: 0; } }

@media screen and (max-width: 767px) {
  .section-banner-contact .button {
    width: 100%; } }

.section-career-position {
  border-top: 1px solid #dce2e6; }
  .section-career-position .container {
    padding-top: 25px; }
    @media screen and (min-width: 768px) {
      .section-career-position .container {
        padding-top: 25px; } }
    @media screen and (min-width: 1024px) {
      .section-career-position .container {
        padding-top: 25px; } }

.section-carousel {
  position: relative; }
  .section-carousel--intro {
    z-index: 5; }
    @media screen and (min-width: 1024px) {
      .section-carousel--intro {
        top: -120px;
        margin-bottom: -120px; } }

.container .section-carousel.section {
  width: initial;
  position: initial;
  left: initial;
  right: initial;
  margin-left: initial;
  margin-right: initial; }

.section-contact-form .container {
  min-height: 400px; }
  @media print {
    .section-contact-form .container {
      min-height: 0; } }

.section-contact-form .form-contact {
  margin: 0; }
  @media screen and (min-width: 768px) {
    .section-contact-form .form-contact {
      width: calc(100% - 250px); } }
  @media screen and (min-width: 1024px) {
    .section-contact-form .form-contact {
      width: calc(100% - 400px); } }
  @media screen and (min-width: 1280px) {
    .section-contact-form .form-contact {
      width: calc(100% - 470px); } }
  @media screen and (max-width: 767px) {
    .section-contact-form .form-contact .button {
      width: 100%; } }

.section-contact-form .section-title {
  position: relative;
  z-index: 10; }

@media screen and (max-width: 767px) {
  .section-contact-form .contact-form-person {
    margin-top: 30px; } }

@media screen and (min-width: 768px) {
  .section-contact-form .contact-form-person {
    width: 70%;
    height: 70%;
    background-size: cover;
    background-image: url("contact-form-person.jpg");
    position: absolute;
    right: 0;
    bottom: 0; } }

@media screen and (min-width: 1024px) {
  .section-contact-form .contact-form-person {
    width: 100%;
    height: 100%;
    background-image: url("contact-form-person.jpg"); } }

.section-contact-form .contact-form-person__content {
  background: #fff;
  padding: 25px 35px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .section-contact-form .contact-form-person__content {
      display: inline-block;
      position: absolute;
      top: 210px;
      right: 40px; } }
  @media screen and (min-width: 1024px) {
    .section-contact-form .contact-form-person__content {
      top: 228px;
      right: 140px; } }
  @media screen and (min-width: 768px) {
    .section-contact-form .contact-form-person__content:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 15px 15px;
      border-color: transparent transparent #ffffff transparent;
      position: absolute;
      right: 0;
      top: -15px; } }
  .section-contact-form .contact-form-person__content .h3 {
    margin-bottom: 0.5em; }
  .section-contact-form .contact-form-person__content p {
    margin: 0;
    color: #9399a9;
    font-size: 1.5rem;
    line-height: 1.6; }
  .section-contact-form .contact-form-person__content img {
    display: none; }
    @media screen and (max-width: 767px) {
      .section-contact-form .contact-form-person__content img {
        border-radius: 50%;
        display: block;
        margin-bottom: 20px; } }

.section-footer {
  border-top: 1px solid #dce2e6;
  box-shadow: 0 0 25px 0 rgba(220, 226, 230, 0.5); }
  @media screen and (max-width: 767px) {
    .section-footer .container {
      padding-top: 115px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .section-footer .container {
      padding-bottom: 35px; } }
  .section-footer .footer-grid {
    font-size: 0;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .section-footer .footer-grid {
        margin-bottom: 40px; } }
    @media screen and (min-width: 1024px) {
      .section-footer .footer-grid {
        margin-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      .section-footer .footer-grid__cell {
        margin-bottom: 20px; } }
    @media screen and (min-width: 768px) {
      .section-footer .footer-grid__cell {
        margin-left: 2.5%;
        width: 31.6%;
        font-size: 1.6rem;
        display: inline-block;
        vertical-align: top; } }
    @media screen and (min-width: 1024px) {
      .section-footer .footer-grid__cell {
        width: 19%; } }
    @media print {
      .section-footer .footer-grid__cell {
        display: none; } }
    .section-footer .footer-grid__cell:last-child {
      position: relative;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .section-footer .footer-grid__cell:last-child {
          display: block; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .section-footer .footer-grid__cell:last-child {
          border-bottom: 1px solid #dce2e6;
          padding-bottom: 15px;
          margin-top: 20px; } }
      @media screen and (max-width: 1023px) {
        .section-footer .footer-grid__cell:last-child {
          margin-left: 0; } }
      @media screen and (min-width: 1024px) {
        .section-footer .footer-grid__cell:last-child {
          width: 35.5%; } }
      @media print {
        .section-footer .footer-grid__cell:last-child {
          display: block; } }
    .section-footer .footer-grid__cell:first-child {
      margin-left: 0; }
    .section-footer .footer-grid .logo {
      background-repeat: no-repeat;
      background-image: url("/static/img/logo-abra-gray.svg");
      width: 100%;
      height: 100%;
      color: transparent;
      margin-top: -2px;
      margin-bottom: 21px; }
      .no-svg .section-footer .footer-grid .logo {
        background-image: url("/static/img/logo-abra-gray.png"); }
    .section-footer .footer-grid .h3 {
      font-size: 1.8rem;
      margin-bottom: 20px; }
    .section-footer .footer-grid ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .section-footer .footer-grid ul li:before {
        display: none; }
      .section-footer .footer-grid ul li + li {
        margin-top: 0; }
      .section-footer .footer-grid ul a {
        font-size: 1.4rem;
        color: #9399a9;
        transition: color 250ms ease; }
        .section-footer .footer-grid ul a:hover {
          color: #ffab26;
          text-decoration: none; }
    .section-footer .footer-grid .footer-contact {
      font-size: 1.4rem; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .section-footer .footer-grid .footer-contact {
          max-width: 400px; } }
      @media screen and (min-width: 1024px) {
        .section-footer .footer-grid .footer-contact {
          margin-bottom: 30px; } }
      .section-footer .footer-grid .footer-contact__row {
        margin-bottom: 15px; }
        .section-footer .footer-grid .footer-contact__row:before, .section-footer .footer-grid .footer-contact__row:after {
          content: "";
          display: table; }
        .section-footer .footer-grid .footer-contact__row:after {
          clear: both; }
        @media screen and (min-width: 1024px) {
          .section-footer .footer-grid .footer-contact__row {
            margin-bottom: 4px; } }
      .section-footer .footer-grid .footer-contact__label {
        float: left;
        color: #9399a9; }
      .section-footer .footer-grid .footer-contact__info {
        color: #1e1e21; }
        @media screen and (max-width: 1023px) {
          .section-footer .footer-grid .footer-contact__info {
            text-align: right; } }
        @media screen and (min-width: 1024px) {
          .section-footer .footer-grid .footer-contact__info {
            float: left;
            margin-left: 20px; } }
        @media screen and (min-width: 1280px) {
          .section-footer .footer-grid .footer-contact__info {
            text-align: right;
            float: none;
            margin-left: 0; } }
        .section-footer .footer-grid .footer-contact__info span {
          vertical-align: top;
          margin-left: 10px; }
          @media screen and (max-width: 1023px) {
            .section-footer .footer-grid .footer-contact__info span {
              display: inline-block; } }
          @media screen and (min-width: 1024px) {
            .section-footer .footer-grid .footer-contact__info span {
              display: block; } }
          @media screen and (min-width: 1280px) {
            .section-footer .footer-grid .footer-contact__info span {
              display: inline-block; } }
      .section-footer .footer-grid .footer-contact:after {
        content: "";
        width: 200px;
        height: 1px;
        background: #dce2e6;
        display: block;
        margin-top: 20px; }
        @media screen and (max-width: 767px) {
          .section-footer .footer-grid .footer-contact:after {
            margin: 30px auto 0; } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .section-footer .footer-grid .footer-contact:after {
            display: none; } }
    .section-footer .footer-grid .footer-social {
      font-size: 0; }
      @media screen and (max-width: 767px) {
        .section-footer .footer-grid .footer-social {
          /*position absolute
                left 0
                right 0
                top -60px*/
          margin-top: 30px;
          text-align: center; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .section-footer .footer-grid .footer-social {
          position: absolute;
          right: 0;
          bottom: 30px; } }
      .section-footer .footer-grid .footer-social li {
        display: inline-block;
        vertical-align: top;
        margin-left: 12px; }
        .section-footer .footer-grid .footer-social li:first-child {
          margin-left: 0; }
      .section-footer .footer-grid .footer-social a {
        display: block;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        width: 34px;
        height: 34px;
        color: #fff;
        transition: background 250ms ease; }
        .section-footer .footer-grid .footer-social a:hover {
          color: #fff; }
        .section-footer .footer-grid .footer-social a.facebook {
          background: #4e6cba;
          font-size: 1.6rem; }
          .section-footer .footer-grid .footer-social a.facebook:hover {
            background: #354b87; }
        .section-footer .footer-grid .footer-social a.twitter {
          background: #45aeff;
          font-size: 1.3rem; }
          .section-footer .footer-grid .footer-social a.twitter:hover {
            background: #008cf8; }
        .section-footer .footer-grid .footer-social a.linkedin {
          background: #0083cb;
          font-size: 1.5rem; }
          .section-footer .footer-grid .footer-social a.linkedin:hover {
            background: #00527f; }
        .section-footer .footer-grid .footer-social a.youtube {
          background: #ff0000;
          font-size: 1.5rem; }
          .section-footer .footer-grid .footer-social a.youtube:hover {
            background: #b30000; }
        .section-footer .footer-grid .footer-social a.instagram {
          background: #5a5a5a;
          font-size: 1.5rem; }
          .section-footer .footer-grid .footer-social a.instagram:hover {
            background: #343434; }
  .section-footer .copyright {
    font-size: 1.3rem;
    color: #9399a9; }
    @media screen and (max-width: 1023px) {
      .section-footer .copyright {
        text-align: center; } }

.section-happy-clients .carousel {
  margin-bottom: 50px;
  position: relative; }
  .section-happy-clients .carousel__wrap {
    max-width: 650px;
    margin: 0 auto; }
    @media screen and (min-width: 1024px) {
      .section-happy-clients .carousel__wrap {
        max-width: 700px; } }
  .section-happy-clients .carousel__slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    min-height: 266px; }
    @media screen and (max-width: 767px) {
      .section-happy-clients .carousel__slide {
        margin-bottom: 20px; } }
    @media screen and (min-width: 768px) {
      .section-happy-clients .carousel__slide {
        flex-direction: row; } }
    .section-happy-clients .carousel__slide blockquote {
      max-width: 410px;
      color: #9399a9;
      font-style: italic;
      font-size: inherit;
      padding: 0;
      margin: 0;
      border: 0; }
      @media screen and (max-width: 767px) {
        .section-happy-clients .carousel__slide blockquote {
          text-align: center; } }
  .section-happy-clients .carousel__slide-ref {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    min-height: 266px; }
    @media screen and (max-width: 767px) {
      .section-happy-clients .carousel__slide-ref {
        margin-bottom: 20px; } }
    @media screen and (min-width: 768px) {
      .section-happy-clients .carousel__slide-ref {
        flex-direction: row; } }
    .section-happy-clients .carousel__slide-ref blockquote {
      width: 70%;
      color: #ffab26;
      font-family: "Georgia", "Times New Roman", "Times serif";
      font-size: 2.2rem;
      font-style: italic;
      line-height: 1.6;
      text-align: center;
      padding: 0;
      margin: 0;
      border: 0; }
      @media screen and (max-width: 767px) {
        .section-happy-clients .carousel__slide-ref blockquote {
          text-align: center; } }

.section-happy-clients-person {
  line-height: 1.8;
  padding: 75px 0 35px 75px;
  position: relative; }
  .section-happy-clients-person:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: -1; }
  .section-happy-clients-person img {
    border-radius: 50%; }
  .section-happy-clients-person__name {
    font-size: 1.5rem;
    color: #1e1e21; }
  .section-happy-clients-person__position {
    font-size: 1.5rem;
    color: #9399a9; }
  .section-happy-clients-person__country {
    color: #ffab26;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 5px; }
  .section-happy-clients-person.country-brazil:before {
    width: 100%;
    height: 100%;
    background-image: url("maps/brazil.png"); }
  .section-happy-clients-person.country-1:before {
    width: 100%;
    height: 100%;
    background-image: url("maps/1.png"); }
  .section-happy-clients-person.country-2:before {
    width: 100%;
    height: 100%;
    background-image: url("maps/2.png"); }
  .section-happy-clients-person.country-3:before {
    width: 100%;
    height: 100%;
    background-image: url("maps/3.png"); }
  .section-happy-clients-person.country-4:before {
    width: 100%;
    height: 100%;
    background-image: url("maps/4.png"); }
  .section-happy-clients-person.country-5:before {
    width: 100%;
    height: 100%;
    background-image: url("maps/5.png"); }
  .section-happy-clients-person.country-6:before {
    width: 100%;
    height: 100%;
    background-image: url("maps/6.png"); }

.section-happy-clients-person-ref {
  line-height: 1.8;
  padding: 35px 30px 35px 0px;
  position: relative;
  width: 30%; }
  .section-happy-clients-person-ref:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: -1; }
  .section-happy-clients-person-ref img {
    border-radius: 50%; }
  .section-happy-clients-person-ref__name {
    font-size: 1.5rem;
    color: #1e1e21; }
  .section-happy-clients-person-ref__position {
    font-size: 1.5rem;
    color: #9399a9; }

.section-header {
  position: relative;
  z-index: 500; }
  @media screen and (max-width: 767px) {
    .section-header .container {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media screen and (min-width: 768px) {
    .section-header .container {
      padding-top: 0;
      padding-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .section-header .container {
      height: 120px;
      padding-top: 0;
      padding-bottom: 0; } }
  .section-header .logo {
    background-repeat: no-repeat;
    background-image: url("/static/img/logo-abra.svg");
    width: 100%;
    height: 100%;
    display: inline-block;
    color: transparent;
    vertical-align: top;
    background-size: cover; }
    .no-svg .section-header .logo {
      background-image: url("/static/img/logo-abra.png"); }
    .section-header .logo:before {
      content: url("logo-abra.svg"); }
      @media (screen) {
        .section-header .logo:before {
          display: none; } }
    @media screen and (max-width: 767px) {
      .section-header .logo {
        width: 90px;
        height: 21px;
        background-size: contain;
        margin-top: 7px; } }
    @media screen and (min-width: 768px) {
      .section-header .logo {
        margin-top: 20px; } }
    @media screen and (min-width: 1024px) {
      .section-header .logo {
        margin-top: 49px; } }
  @media screen and (min-width: 1024px) {
    .section-header .nav-main {
      display: inline-block;
      vertical-align: top;
      margin-left: 50px;
      margin-top: 45px; } }
  @media screen and (max-width: 767px) {
    .section-header .nav-secondary {
      float: right; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .section-header .nav-secondary {
      position: absolute;
      right: 40px;
      top: 20px; } }
  @media screen and (min-width: 1024px) {
    .section-header .nav-secondary {
      float: right;
      margin-top: 45px; } }
  @media print {
    .section-header .nav-trigger {
      display: none; } }
  @media screen and (max-width: 767px) {
    .section-header .nav-trigger {
      font-size: 1.1rem;
      padding: 10px;
      float: right;
      margin-top: -3px;
      color: #1e1e21; } }
  @media screen and (min-width: 768px) {
    .section-header .nav-trigger {
      display: none; } }
  @media screen and (min-width: 1024px) {
    .section-header--fixed {
      position: fixed;
      height: 65px;
      width: 100%;
      z-index: 999;
      background: #fff;
      top: -100%;
      box-shadow: 0px 1px 1px 0 rgba(0, 26, 59, 0.1); } }
  @media screen and (min-width: 1024px) {
    .section-header--fixed .container {
      height: 65px; } }
  @media screen and (min-width: 1024px) {
    .section-header--fixed .logo {
      margin-top: 20px; } }
  @media screen and (min-width: 1024px) {
    .section-header--fixed .nav-main {
      margin-top: 18px; } }
  @media screen and (min-width: 1024px) {
    .section-header--fixed .nav-secondary {
      margin-top: 18px; }
      .section-header--fixed .nav-secondary ul > li > a,
      .page-homepage .section-header--fixed .nav-secondary ul > li > a {
        color: #37373e; } }

.section-intro {
  position: relative; }
  @media screen and (min-width: 768px) {
    .section-intro {
      min-height: 443px; } }
  @media screen and (max-width: 767px) {
    .section-intro .container {
      padding-bottom: 0; } }
  .section-intro p {
    font-size: 2rem;
    line-height: 1.6; }
  .section-intro__content {
    position: relative;
    z-index: 10; }
    @media screen and (min-width: 768px) {
      .section-intro__content {
        max-width: 60%; } }
    @media screen and (min-width: 1024px) {
      .section-intro__content {
        max-width: 390px; } }
    @media screen and (min-width: 1280px) {
      .section-intro__content {
        max-width: 460px; } }
  @media screen and (max-width: 767px) {
    .section-intro__image {
      display: none; } }
  @media screen and (min-width: 768px) {
    .section-intro__image {
      position: absolute;
      right: -200px;
      top: 0;
      right: -100px; } }
  @media screen and (min-width: 1024px) {
    .section-intro__image {
      right: 75px; } }
  .section-intro__image > img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-60%); }
  @media screen and (min-width: 768px) {
    .section-intro .rhomb {
      width: 422px;
      height: 443px; } }
  @media screen and (max-width: 767px) {
    .section-intro .button {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .section-intro .breadcrumb {
      margin-bottom: 30px; } }
  @media screen and (min-width: 1024px) {
    .section-intro .breadcrumb {
      margin-top: -100px;
      margin-bottom: 70px; } }

.section-map .container {
  text-align: center;
  padding-bottom: 60px !important; }
  @media screen and (min-width: 1024px) {
    .section-map .container {
      padding-bottom: 60px !important; } }

@media print {
  .section-related-topics {
    display: none; } }

.section-related-topics .container:before, .section-related-topics .container:after {
  content: "";
  display: table; }

.section-related-topics .container:after {
  clear: both; }

.section-related-topics .h3 {
  margin-bottom: 1.5em; }
  @media screen and (max-width: 1023px) {
    .section-related-topics .h3 {
      text-align: center; } }
  @media screen and (min-width: 768px) {
    .section-related-topics .h3 {
      margin-bottom: 2em; } }
  @media screen and (min-width: 1024px) {
    .section-related-topics .h3 {
      margin-bottom: 3em; } }
  @media screen and (min-width: 1024px) {
    .section-related-topics .h3 {
      float: left;
      width: 30%; } }

@media screen and (min-width: 768px) {
  .section-related-topics .list-basic, .section-related-topics .text ul, .text .section-related-topics ul {
    columns: 3;
    backface-visibility: hidden; } }

@media screen and (min-width: 1024px) {
  .section-related-topics .list-basic, .section-related-topics .text ul, .text .section-related-topics ul {
    float: right;
    width: 70%; } }

.section-related-topics .list-basic li, .section-related-topics .text ul li, .text .section-related-topics ul li {
  backface-visibility: hidden; }

.section-search-results .container {
  max-width: 660px !important; }

.section-search-results h1 {
  margin: 0 auto 30px; }
  @media screen and (min-width: 768px) {
    .section-search-results h1 {
      margin: 0 auto 50px; } }

.section-news-intro .carousel {
  background: #fff;
  box-shadow: 0 0 35px 0 rgba(227, 229, 232, 0.25);
  position: relative;
  padding: 20px; }
  @media screen and (min-width: 768px) {
    .section-news-intro .carousel {
      padding: 40px 60px; } }
  @media screen and (min-width: 1024px) {
    .section-news-intro .carousel {
      margin-top: 60px;
      padding: 80px 60px; } }
  @media screen and (min-width: 1280px) {
    .section-news-intro .carousel {
      padding: 80px 100px; } }
  .section-news-intro .carousel__slide {
    width: 100%;
    display: block;
    color: #37373e;
    text-decoration: none;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .section-news-intro .carousel__slide {
        text-align: left; } }
    .section-news-intro .carousel__slide:hover {
      text-decoration: none; }
      .section-news-intro .carousel__slide:hover .h2 {
        color: #ffab26; }
    @media screen and (max-width: 1023px) {
      .section-news-intro .carousel__slide img {
        display: block;
        margin: 0 auto 30px;
        max-width: 100%;
        height: auto; } }
    @media screen and (min-width: 1024px) {
      .section-news-intro .carousel__slide img {
        float: left;
        margin-right: 40px; } }
    @media screen and (min-width: 1280px) {
      .section-news-intro .carousel__slide img {
        margin-right: 80px; } }
    .section-news-intro .carousel__slide-date {
      display: inline-block;
      vertical-align: top;
      color: #9399a9;
      font-size: 1.2rem;
      font-weight: bold;
      padding-right: 15px;
      margin-right: 10px;
      border-right: 1px solid #f6f7fb; }
    .section-news-intro .carousel__slide .label {
      display: inline-block;
      vertical-align: top;
      padding: 0; }
    .section-news-intro .carousel__slide .h2 {
      transition: color 100ms ease-in-out;
      margin-top: 0.5em; }
    .section-news-intro .carousel__slide:after {
      content: "";
      display: inline-block;
      font: normal normal normal 14px / 1 'icons';
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 5px;
      color: #9399a9; }

.section-tabs {
  position: relative; }
  @media screen and (max-width: 767px) {
    .section-tabs .carousel-arrow {
      display: none; } }

.section-text {
  border-top: 1px solid #dce2e6; }
  .section-text .container {
    padding-top: 25px; }
    @media screen and (min-width: 768px) {
      .section-text .container {
        padding-top: 25px; } }
    @media screen and (min-width: 1024px) {
      .section-text .container {
        padding-top: 25px; } }
  .section-text .label {
    margin-bottom: 20px;
    display: inherit; }
    @media screen and (min-width: 768px) {
      .section-text .label {
        margin-bottom: 40px; } }
  .section-text .h1 {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto; }
  .section-text__image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto; }
    .section-text__image + .text {
      padding-bottom: 0;
      padding-top: 20px; }
      @media screen and (min-width: 768px) {
        .section-text__image + .text {
          padding: 60px 70px; } }
      @media screen and (min-width: 1024px) {
        .section-text__image + .text {
          margin-top: -110px; } }
  .section-text .text {
    background: #fff; }
  .section-text img {
    max-width: 100%;
    height: auto; }

@media screen and (min-width: 1024px) {
  .page-homepage .nav-secondary > ul > li:before {
    background: rgba(255, 255, 255, 0.1); } }

@media screen and (min-width: 1024px) {
  .page-homepage .nav-secondary > ul > li > a {
    color: #fff; } }

/* AWS/S3 Listing */
ul.filesList {
  display: table;
  padding-left: 0px;
}

ul.filesList li {
  display: table-row;
  height: 30px;
}

ul.filesList li.folder a {
  background-image: url('/icons/folder.png');
}

ul.filesList li.file a {
  background-image: url('/icons/generic.png');
}

ul.filesList li a {
  background-position: left center;
  background-repeat: no-repeat;
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 30px;
  font-size: 11pt;
  color: #333;
}

ul.filesList li span {
   display: table-cell;
   vertical-align: middle;
  color: rgb(128, 129, 132);
  text-align: right;
  padding-left: 20px;
  font-size: 11pt;
}
