@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");
/**/
:root {
  --black: #000000;
  --black-rgb: 0, 0, 0;
  --white: #ffffff;
  --white-rgb: 255, 255, 255;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  line-height: 1.5;
}

button, input {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: 1.5;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
  font-size: 10px;
  font-weight: 400;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

b, strong {
  font-weight: 700;
}

img {
  max-width: 100%;
}

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

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 1202px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1202px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1202px;
  }
}
@media (min-width: 1202px) {
  .container {
    max-width: 1202px;
  }
}

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

@media (min-width: 576px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1202px;
  }
}
@media (min-width: 768px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1202px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1202px;
  }
}
@media (min-width: 1202px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1202px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1202px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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: 1202px) {
  .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;
  }
}
.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: 1202px) {
  .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;
  }
}
.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: 1202px) {
  .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;
  }
}
.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: 1202px) {
  .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;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !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;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.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: 1202px) {
  .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;
  }
}
body, html {
  font-family: "Noto Sans", sans-serif !important;
  background: #F7F7F7;
}

/**/
@font-face {
  font-family: "disinfo";
  src: url("fonts/disinfo.ttf?1nxsup") format("truetype"), url("fonts/disinfo.woff?1nxsup") format("woff"), url("fonts/disinfo.svg?1nxsup#disinfo") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "disinfo" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-threads:before {
  content: "\e911";
}

.icon-grid:before {
  content: "\e900";
}

.icon-list:before {
  content: "\e901";
}

.icon-language:before {
  content: "\e902";
}

.icon-search:before {
  content: "\e903";
}

.icon-chevron-down:before {
  content: "\e904";
}

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

.icon-info:before {
  content: "\e906";
}

.icon-circle-arrow-right:before {
  content: "\e907";
}

.icon-arrow-outside:before {
  content: "\e908";
}

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

.icon-reddit:before {
  content: "\e90a";
}

.icon-copy:before {
  content: "\e90b";
}

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

.icon-info_i:before {
  content: "\e90d";
}

.icon-arrow-site:before {
  content: "\e90e";
}

.icon-twitter:before {
  content: "\e90f";
}

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

.icon-facebook-filled:before {
  content: "\ea91";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-linkedin-filled:before {
  content: "\eac9";
}

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

.icon-instagram:before {
  content: "\e910";
}

body .ui-tooltip {
  padding: 13px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 3px;
  border: 0 !important;
}

.ui-tooltip-content {
  font-size: 14px;
  line-height: 19px;
  color: #272727;
}
.ui-tooltip-content p {
  margin-bottom: 10px;
}
.ui-tooltip-content p:last-child {
  margin-bottom: 0;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 16px 16px 16px 41px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #6E6E6E;
  position: relative;
  background-color: #fff;
  transition: background 0.3s;
}
.select2-results__option:before, .select2-results__option:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  border: 1px solid #959595;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
}
.select2-results__option:after {
  z-index: 10;
  border-color: transparent;
  background: url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 18 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg id='Core' transform='translate(-423 -47)' fill='%23000'%3E%3Cg id='check' transform='translate(423 47.5)'%3E%3Cpath d='m5.7273 10.5-4.2955-4.2-1.4318 1.4 5.7273 5.6 12.273-12-1.4318-1.4z' fill='%23959595' stroke-width='1.0113'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 2px 3px;
  background-size: 10px auto;
  opacity: 0;
}
.select2-results__option:hover {
  background-color: #F7F7F7;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-results__option[aria-selected=true] {
  cursor: pointer;
  background-color: #F7F7F7;
}
.select2-results__option[aria-selected=true]:after {
  opacity: 1;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

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

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border-radius: 3px;
  cursor: text;
  border: 1px solid #959595;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 9px 40px 14px 16px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  z-index: 10;
  background: url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z' fill='%234a4a4a'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  background-size: 10px auto;
}
.select2-container--open .select2-container--default .select2-selection--multiple .select2-selection__rendered:after {
  transform: translateY(-50%) rotate(180deg);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  list-style: none;
  margin-top: 5px;
}

.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__rendered:after {
  transform: translateY(-50%) rotate(180deg);
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  cursor: default;
  padding: 0 5px;
  color: #0A0A0A;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #959595;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: #F7F7F7;
  border-radius: 6px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #F67819;
  border-radius: 6px;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #F7F7F7;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #F7F7F7;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #F7F7F7;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #F7F7F7;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #F7F7F7;
}

.b-text > ul, .b-text ol {
  margin-bottom: 25px;
}
.b-text > ul li, .b-text ol li {
  font-size: 18px;
  line-height: 25px;
  color: #0A0A0A;
  margin-bottom: 10px;
  list-style: disc;
  list-style-position: inside;
}
.b-text > ul li:last-child, .b-text ol li:last-child {
  margin-bottom: 0;
}
.b-text ol li {
  list-style-type: decimal;
}
.b-text p {
  font-size: 18px;
  line-height: 25px;
  color: #0A0A0A;
  margin-bottom: 25px;
}
.b-text p a {
  color: #BD3500;
}
.b-text p:empty {
  display: none;
}
.b-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .b-text p {
    font-size: 16px;
    line-height: 21px;
  }
}
.b-text h2 {
  font-size: 36px;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #272727;
  margin-bottom: 32px;
}
.b-text h3 {
  font-size: 33px;
  line-height: 36px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #272727;
  margin-bottom: 32px;
}
@media (max-width: 575px) {
  .b-text h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 14px;
  }
}
.b-text h4 {
  font-size: 30px;
  line-height: 36px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #272727;
  margin-bottom: 32px;
}
@media (max-width: 575px) {
  .b-text h4 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 14px;
  }
}
.b-text h6 {
  font-size: 22px;
  line-height: 1.5;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #272727;
  margin-bottom: 22px;
}
@media (max-width: 575px) {
  .b-text h6 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.b-text blockquote {
  margin: 40px 0 15px;
  padding: 33px;
  position: relative;
  font-size: 18px;
  line-height: 25px;
  color: #0A0A0A;
}
@media (max-width: 767px) {
  .b-text blockquote {
    font-size: 16px;
    line-height: 21px;
    margin: 40px 0;
    padding: 30px 10px 20px;
  }
}
.b-text blockquote:after, .b-text blockquote:before {
  content: "";
  position: absolute;
  background: url("../images/blockquote2.svg") no-repeat;
  background-size: 35px auto;
  width: 67px;
  height: 60px;
  bottom: -20px;
  right: 0;
}
@media (max-width: 767px) {
  .b-text blockquote:after, .b-text blockquote:before {
    width: 30px;
    height: 30px;
    bottom: -10px;
    background-size: 30px auto;
  }
}
.b-text blockquote:before {
  background-image: url("../images/blockquote1.svg");
  top: -20px;
  bottom: auto;
  right: auto;
  left: 0;
}
@media (max-width: 767px) {
  .b-text blockquote:before {
    top: -10px;
  }
}
.b-text a {
  color: #f67819;
}

.pr__button {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  background: #F67819 0 0 no-repeat;
  border-radius: 3px;
  color: #0A0A0A;
  transition: background-color 0.3s;
  text-decoration: none;
  border: 0;
  padding: 13px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.pr__button:hover {
  background-color: #EFB17E;
}
.pr__button_stretch {
  min-height: 100%;
}
.pr__button_full {
  width: 100%;
}
.pr__button_transparent {
  background-color: transparent;
  border: 1px solid #F67819;
}
.pr__video {
  width: 100%;
  padding-bottom: 56.4%;
  position: relative;
}
.pr__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pr__preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 5000;
  align-items: center;
  justify-content: center;
  display: flex;
}
.loaded .pr__preloader {
  display: none;
}

.loading .pr__preloader {
  display: flex !important;
}

.pr__embed-textarea {
  display: block;
  width: 100%;
  resize: none;
  height: 200px;
  border: 1px solid #959595;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 20px;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
}
.pr__embed-textarea:focus {
  outline: none;
}
.pr__sk {
  margin-bottom: 20px;
}
.pr__cases {
  border: 0;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #0A0A0A;
  padding: 24px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  transition: color 0.3s, width 0.3s;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  width: 480px;
  max-width: 100%;
  text-decoration: none;
  margin-bottom: 80px;
}
.pr__cases:hover {
  color: #BD3500;
}
.pr__cases img {
  margin-right: 18px;
}
@media (max-width: 575px) {
  .pr__cases img {
    height: 33px;
  }
}
@media (max-width: 767px) {
  .pr__cases {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .pr__cases {
    width: 100%;
  }
}

.b-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}
.b-header__content {
  display: flex;
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: relative;
  z-index: 90;
}
@media (max-width: 1201px) {
  .b-header__content {
    padding-right: 50px;
    position: relative;
  }
}
.b-header__left {
  width: 300px;
}
@media (max-width: 1201px) {
  .b-header__left {
    width: 110px;
  }
}
.b-header__right {
  width: 300px;
  display: flex;
  justify-content: right;
}
@media (max-width: 1201px) {
  .b-header__right {
    width: calc(100% - 110px);
  }
}
.b-header__center {
  width: calc(100% - 300px);
  align-items: center;
  display: flex;
  position: relative;
}
.b-header__languages {
  position: relative;
  padding: 0 16px 0 0;
  margin-left: 8px;
}
@media (max-width: 1201px) {
  .b-header__languages {
    display: none;
  }
}
.b-header__languages-header {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: #0A0A0A;
  display: flex;
  align-items: center;
  min-height: 100%;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.b-header__languages-header i:first-child {
  font-size: 22px;
}
.b-header__languages-header span {
  display: inline-block;
  margin: 0 6px;
}
.b-header__languages:hover .b-header__languages-header i:last-child {
  transform: rotate(180deg);
}
.b-header__languages-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 3px;
  padding: 15px 8px 14px;
  display: none;
}
.b-header__languages-dropdown ul {
  display: flex;
}
.b-header__languages-dropdown li a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #0A0A0A;
  display: block;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s;
}
.b-header__languages-dropdown li a:hover {
  color: #DA6903;
}
.b-header__languages:hover .b-header__languages-dropdown {
  display: block;
}
.b-header__search {
  position: relative;
}
.b-header__search-submit {
  width: 40px;
  height: 100%;
  border: 0;
  background-color: transparent;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0a0a0a;
  transition: color 0.3s;
  cursor: pointer;
}
.b-header__search-submit:hover {
  color: #DA6903;
}
.b-header__search-submit:focus {
  outline: none;
}
.b-header__search-input {
  position: absolute;
  border: 0;
  border-bottom: 1px solid #707070;
  transition: width 0.3s;
  top: 50%;
  right: 100%;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  color: #0A0A0A;
  box-sizing: border-box;
  padding: 0;
}
.search-opened .b-header__search-input {
  padding: 0 10px;
}

.b-header__search-input:focus {
  outline: none;
}
.b-header__logo a {
  display: block;
  cursor: pointer;
}
.b-header__logo img {
  display: block;
  height: 64px;
}
.b-header__nav {
  min-height: 100%;
  display: flex;
  align-items: stretch;
}
.search-opened .b-header__nav {
  display: none;
}

.b-header__nav-list {
  display: flex;
}
.b-header__nav-list > li {
  position: relative;
}
.b-header__nav-list > li > a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  text-align: left;
  color: #272727;
  text-decoration: none;
  padding: 0 16px;
  display: flex;
  align-items: center;
  min-height: 100%;
}
.b-header__nav-list > li > a button {
  border: 0;
  padding: 0;
  width: 11px;
  height: 7px;
  margin-left: 7px;
  background: url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 11 7' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.5 4.6583 4.2779-4.5734c0.1056-0.11489 0.27996-0.11215 0.38801 5e-3l0.75146 0.81785c0.10805 0.11762 0.11051 0.30909 0.0049 0.42397l-5.2234 5.5855c-0.05403 0.0602-0.1277 0.0875-0.19892 0.0821-0.07367 3e-3 -0.14489-0.0246-0.19892-0.0821l-5.2234-5.5855c-0.1056-0.11488-0.10314-0.30635 0.0049-0.42397l0.75146-0.81785c0.10805-0.11762 0.28241-0.12036 0.38801-5e-3z' stroke-width='.025918'/%3E%3C/svg%3E%0A") no-repeat 50% 50% transparent;
}
.b-header__nav-list > li:hover > a {
  color: #DA6903;
}
.b-header__nav-list > li:hover > a button {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 11 7' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.5 4.6583 4.2779-4.5734c0.1056-0.11489 0.27996-0.11215 0.38801 5e-3l0.75146 0.81785c0.10805 0.11762 0.11051 0.30909 0.0049 0.42397l-5.2234 5.5855c-0.05403 0.0602-0.1277 0.0875-0.19892 0.0821-0.07367 3e-3 -0.14489-0.0246-0.19892-0.0821l-5.2234-5.5855c-0.1056-0.11488-0.10314-0.30635 0.0049-0.42397l0.75146-0.81785c0.10805-0.11762 0.28241-0.12036 0.38801-5e-3z' fill='%23DA6903' stroke-width='.025918'/%3E%3C/svg%3E%0A");
}
.b-header__nav-list .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  border-radius: 3px;
  padding: 13px 16px;
  width: 296px;
}
.b-header__nav-list .sub-menu li {
  padding: 10px 0;
}
.b-header__nav-list .sub-menu a {
  font-size: 16px;
  line-height: 25px;
  color: #0A0A0A;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.b-header__nav-list .sub-menu a:hover {
  color: #DA6903;
}
.b-header__nav-list > li:hover .sub-menu {
  display: block;
}
.b-header__subscribe {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: 0;
  color: #FFFFFF;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: #f67819;
  text-decoration: none;
  padding: 0 24px;
}
@media (max-width: 1201px) {
  .b-header__subscribe {
    display: none;
  }
}
.b-header__mobile {
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 10;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  padding: 107px 0 32px;
  display: none;
}
.menu-opened .b-header__mobile {
  display: block;
}

.b-header__mobile .widget-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0;
  color: #F67819;
  text-transform: capitalize;
  opacity: 1;
  margin-bottom: 36px;
}
@media (max-width: 1201px) {
  .b-header__mobile .widget-title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 16px;
  }
}
.b-header__mobile .widget_nav_menu li {
  margin-bottom: 32px;
}
@media (max-width: 1201px) {
  .b-header__mobile .widget_nav_menu li {
    margin-bottom: 16px;
  }
}
.b-header__mobile .widget_nav_menu li.current-menu-item > a {
  color: #F67819;
}
.b-header__mobile .widget_nav_menu a {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 1201px) {
  .b-header__mobile .widget_nav_menu a {
    font-size: 16px;
    line-height: 21px;
  }
}
.b-header__mobile-btn {
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: transparent;
  cursor: pointer;
  width: 48px;
  height: 100%;
  padding: 0;
  display: none;
}
@media (max-width: 1201px) {
  .b-header__mobile-btn {
    display: block;
  }
}
.b-header__mobile-btn span, .b-header__mobile-btn:after, .b-header__mobile-btn:before {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  transform: translate(-50%, -2px);
  background: #0a0a0a;
  height: 4px;
  border-radius: 2px;
  transition: background-color 0.3s, opacity 0.3s, width 0.3s;
}
.menu-opened .b-header__mobile-btn span, .menu-opened .b-header__mobile-btn:after, .menu-opened .b-header__mobile-btn:before {
  background-color: #DA6903;
}

.b-header__mobile-btn:after, .b-header__mobile-btn:before {
  content: "";
}
.b-header__mobile-btn:before {
  transform: translate(-50%, -10px);
}
.b-header__mobile-btn:after {
  transform: translate(-50%, 6px);
}
.b-header__mobile-btn:active span, .b-header__mobile-btn:active:after, .b-header__mobile-btn:active:before, .b-header__mobile-btn:hover span, .b-header__mobile-btn:hover:after, .b-header__mobile-btn:hover:before {
  background-color: #DA6903;
}
.menu-opened .b-header__mobile-btn span {
  opacity: 0;
}
.menu-opened .b-header__mobile-btn:before {
  transform: translate(-50%, -2px) rotate(45deg);
  width: 25px;
}
.menu-opened .b-header__mobile-btn:after {
  transform: translate(-50%, -2px) rotate(-45deg);
  width: 25px;
}

.b-header__mobile-languages {
  margin-bottom: 24px;
}
.b-header__mobile-languages select {
  border: 0;
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}
.b-header__mobile-languages select:focus {
  outline: none;
}
.b-header__mobile-languages select option {
  color: #000;
}
.b-header__mobile .b-header__subscribe {
  margin-bottom: 10px;
  justify-content: center;
  padding: 10px;
  display: flex;
}

.mobile-menu {
  display: none;
}

.b-footer {
  background-color: #000;
  padding: 72px 0 59px 0;
}
@media (max-width: 767px) {
  .b-footer {
    padding: 24px 0 44px 0;
  }
}
.b-footer__top {
  padding-bottom: 42px;
}
.b-footer__top .widget-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0;
  color: #F67819;
  text-transform: capitalize;
  opacity: 1;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .b-footer__top .widget-title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 16px;
  }
}
.b-footer__top .widget_nav_menu li {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .b-footer__top .widget_nav_menu li {
    margin-bottom: 16px;
  }
}
.b-footer__top .widget_nav_menu li.current-menu-item > a {
  color: #F67819;
}
.b-footer__top .widget_nav_menu a {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 767px) {
  .b-footer__top .widget_nav_menu a {
    font-size: 16px;
    line-height: 21px;
  }
}
.b-footer__top .widget_text {
  margin-bottom: 24px;
}
.b-footer__top .widget_text .widget-title {
  margin-bottom: 16px;
}
.b-footer__top .widget_text p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 16px;
  color: #fff;
}
@media (max-width: 767px) {
  .b-footer__top .widget_text p {
    font-size: 14px;
    line-height: 18px;
  }
}
.b-footer__top .widget_text p a {
  color: inherit;
}
.b-footer__top .widget_text p:last-of-type {
  margin-bottom: 0;
}
.b-footer__logo {
  width: 104px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .b-footer__logo {
    width: 66px;
    margin-bottom: 8px;
  }
}
.b-footer__description {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  text-align: left;
  font-family: "Oswald", sans-serif;
  color: #FFFFFF;
  max-width: 280px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .b-footer__description {
    font-size: 20px;
    line-height: 26px;
    max-width: 200px;
  }
}
.b-footer__bottom {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 19px 0;
}
.b-footer__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .b-footer__nav {
    margin: 0 -20px;
  }
}
.b-footer__nav li {
  padding: 0 28px;
}
.b-footer__nav li:first-child {
  padding-left: 0;
}
.b-footer__nav li:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .b-footer__nav li {
    padding: 4px 20px;
  }
  .b-footer__nav li:first-child {
    padding-left: 20px;
  }
  .b-footer__nav li:last-child {
    padding-right: 20px;
  }
}
.b-footer__nav a {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 767px) {
  .b-footer__nav a {
    font-size: 12px;
    line-height: 16px;
  }
}

.b-post {
  padding: 56px 0;
}
.b-post__category {
  text-align: center;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .b-post__category {
    margin-bottom: 6px;
  }
}
.b-post__category a {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #BD3500;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 767px) {
  .b-post__category a {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
  }
}
.b-post__title {
  text-align: center;
  font-size: 50px;
  line-height: 60px;
  color: #0A0A0A;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .b-post__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 6px;
  }
}
.b-post__content {
  max-width: 633px;
  margin: 0 auto;
}
.b-post__text .wp-caption {
  margin-bottom: 48px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .b-post__text .wp-caption {
    margin-bottom: 20px;
  }
}
.b-post__text .wp-caption.aligncenter, .b-post__text .wp-caption.alignnone {
  margin-right: -83px;
  margin-left: -83px;
  width: calc(100% + 167px);
  max-width: calc(100% + 167px);
  min-width: calc(100% + 167px);
}
@media (max-width: 780px) {
  .b-post__text .wp-caption.aligncenter, .b-post__text .wp-caption.alignnone {
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.b-post__text .wp-caption.aligncenter img, .b-post__text .wp-caption.alignnone img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.b-post__text .wp-caption.aligncenter .wp-caption-text, .b-post__text .wp-caption.alignnone .wp-caption-text {
  padding: 0 83px;
}
.b-post__text img {
  max-width: 100%;
  margin-bottom: 17px;
}
.b-post__text img.aligncenter, .b-post__text img.alignnone {
  display: block;
}
.b-post__text .wp-caption-text {
  text-align: left;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  font-style: italic;
  color: #272727;
}
.b-post__text p {
  text-align: left;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .b-post__text p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 16px;
  }
}
.b-post__text a {
  color: #BD3500;
}
.b-post__text h1, .b-post__text h2, .b-post__text h3, .b-post__text h4, .b-post__text h5, .b-post__text h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #0A0A0A;
  line-height: 1.2;
  margin-bottom: 0.66em;
}
.b-post__text h1 {
  font-size: 36px;
}
.b-post__text h2 {
  font-size: 32px;
}
.b-post__text h3 {
  font-size: 28px;
}
.b-post__text h4 {
  font-size: 24px;
}
.b-post__text h5 {
  font-size: 22px;
}
.b-post__text h6 {
  font-size: 18px;
}
.b-post__text > ul, .b-post__text ol {
  margin-bottom: 25px;
  padding-left: 20px;
}
.b-post__text > ul li, .b-post__text ol li {
  font-size: 18px;
  line-height: 25px;
  color: #0A0A0A;
  margin-bottom: 10px;
  list-style: disc;
  list-style-position: outside;
}
@media (max-width: 767px) {
  .b-post__text > ul li, .b-post__text ol li {
    font-size: 16px;
    line-height: 21px;
  }
}
.b-post__text > ul li:last-child, .b-post__text ol li:last-child {
  margin-bottom: 0;
}
.b-post__text ol li {
  list-style-type: decimal;
}
.b-post__text hr {
  width: 100%;
  clear: both;
}
.b-post__text .alignright {
  float: right;
}
.b-post__text .alignleft {
  float: left;
}
.b-post__text .aligncenter, .b-post__text .alignnone {
  float: none;
  margin: 0 auto;
}
.b-post__text table {
  max-width: 100%;
  height: auto !important;
  margin-bottom: 25px;
}
.b-post__text table td {
  font-size: 18px;
  line-height: 25px;
  padding: 0 10px 15px;
}
@media (max-width: 767px) {
  .b-post__text table td {
    font-size: 16px;
    line-height: 21px;
  }
}
.b-post__text table td:last-child {
  padding-right: 0;
}
.b-post__text table td:first-child {
  padding-left: 0;
}
.b-post__text blockquote {
  margin: 40px 0 15px;
  padding: 33px;
  position: relative;
  font-size: 18px;
  line-height: 25px;
  color: #0A0A0A;
}
@media (max-width: 767px) {
  .b-post__text blockquote {
    font-size: 16px;
    line-height: 21px;
    margin: 40px 0;
    padding: 30px 10px 20px;
  }
}
.b-post__text blockquote:after, .b-post__text blockquote:before {
  content: "";
  position: absolute;
  background: url("../images/blockquote2.svg") no-repeat;
  background-size: 35px auto;
  width: 67px;
  height: 60px;
  bottom: -20px;
  right: 0;
}
@media (max-width: 767px) {
  .b-post__text blockquote:after, .b-post__text blockquote:before {
    width: 30px;
    height: 30px;
    bottom: -10px;
    background-size: 30px auto;
  }
}
.b-post__text blockquote:before {
  background-image: url("../images/blockquote1.svg");
  top: -20px;
  bottom: auto;
  right: auto;
  left: 0;
}
@media (max-width: 767px) {
  .b-post__text blockquote:before {
    top: -10px;
  }
}
.b-post__text .embed-container {
  display: flex;
  justify-content: center;
}
.b-post__text .et-box {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #272727;
  padding: 25px;
  background-color: #FFFFFF;
}
.b-post__meta {
  margin-bottom: 31px;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .b-post__meta {
    line-height: 21px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .b-post__meta-separator {
    display: none;
  }
}
.b-post__date {
  color: #575757;
}
.b-post__date span {
  font-weight: inherit;
}
@media (max-width: 767px) {
  .b-post__date {
    display: block;
  }
}
.b-post__author {
  color: #BD3500;
}
@media (max-width: 767px) {
  .b-post__author {
    display: block;
    margin-bottom: 20px;
  }
}
.b-post__thumbnail {
  position: relative;
  margin-bottom: 46px;
}
@media (max-width: 767px) {
  .b-post__thumbnail {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
  }
}
.b-post__thumbnail img {
  width: 100%;
  margin-bottom: 8px;
  height: auto !important;
}
.b-post__thumbnail-description {
  text-align: left;
  font-style: italic;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  color: #272727;
  max-width: 633px;
  margin: 0 auto 12px;
}
@media (max-width: 767px) {
  .b-post__thumbnail-description {
    font-size: 12px;
    line-height: 16px;
    padding: 0 20px;
  }
}
.b-post__tags {
  margin-top: 48px;
  display: flex;
}
.b-post__tags-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  color: #272727;
  text-transform: uppercase;
  display: block;
  margin-right: 19px;
}
@media (max-width: 767px) {
  .b-post__tags-title {
    font-size: 18px;
    line-height: 30px;
  }
}
.b-post__tags-list {
  display: flex;
  flex-wrap: wrap;
}
.b-post__tags-list li {
  padding: 0 8px 8px 8px;
}
.b-post__tags-list li:last-child {
  padding-right: 0;
}
.b-post__tags-list span {
  white-space: nowrap;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: capitalize;
  display: block;
  color: #FFFFFF;
  background: #000;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 17px;
}
.b-post__tags-list span a{
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 767px) {
  .b-post__tags-list span {
    font-size: 12px;
    line-height: 16px;
  }
}
.b-post .sk-app-container.sk-mod-showing {
  max-width: none;
  width: 100%;
  margin: 0;
}
.b-post__note {
  border: 1px solid #F9EFE5;
  padding: 11px 16px;
  margin-bottom: 24px;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  color: #272727;
  background: #fff;
}
.b-post__authors {
  margin-top: 50px;
}
.b-post__authors li {
  list-style: none !important;
  display: flex;
  margin-bottom: 40px;
}
.b-post__authors li:last-child {
  margin-bottom: 0;
}
.b-post__authors-img {
  width: 100px;
  padding-right: 20px;
}
.b-post__authors-img img {
  display: block;
  border-radius: 50%;
}
.b-post__authors-info {
  width: calc(100% - 100px);
}
.b-post__authors-info_full {
  width: 100%;
}
.b-post__authors-name {
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #0A0A0A;
}
.b-post__authors-bio {
  font-size: 16px;
  line-height: 21px;
  color: #272727;
}
.b-post__authors-bio a {
  color: #BD3500;
}

.b-slider {
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .b-slider {
    margin-bottom: 56px;
  }
}
.b-slider_block {
  margin: 69px auto 63px;
  max-width: 1960px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .b-slider_block {
    margin: 56px auto;
  }
}
.b-slider_still-curious {
  margin: 20px 0;
}
.b-slider__title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #272727;
}
@media (max-width: 767px) {
  .b-slider__title {
    font-size: 30px;
    line-height: 36px;
  }
}
.b-slider__category {
  background: #FFFFFF;
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  text-decoration: none;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #000000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  padding: 10px 15px 10px 104px;
  position: relative;
  overflow: hidden;
  height: 88px;
  transition: color 0.3s;
}
@media (max-width: 575px) {
  .b-slider__category {
    font-size: 14px;
    line-height: 19px;
    padding: 0 15px 0 80px;
    height: 64px;
  }
}
.b-slider__category:hover {
  color: #BD3500;
}
.b-slider__category-title {
  font-weight: inherit;
}
.b-slider__category-thumbnail {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 100%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .b-slider__category-thumbnail {
    width: 64px;
  }
}
.b-slider__category-thumbnail img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.b-slider__category-thumbnail span {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  line-height: 1;
}
@media (max-width: 575px) {
  .b-slider__category-thumbnail span {
    font-size: 30px;
  }
}
.b-slider__header {
  position: relative;
  padding-right: 80px;
  margin-bottom: 40px;
  min-height: 24px;
}
.b-slider__header_nt {
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .b-slider__header_nt {
    display: none;
  }
}
@media (max-width: 575px) {
  .b-slider__header {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.b-slider__header .glide__arrows {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
@media (max-width: 575px) {
  .b-slider__header .glide__arrows {
    display: none;
  }
}
.b-slider__header .glide__arrow {
  display: block;
  cursor: pointer;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg viewBox='0 0 320 512' version='1.1' id='svg4' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs8' /%3E%3Cpath d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z' id='path244' style='fill:%23ffffff' /%3E%3C/svg%3E%0A") no-repeat 6px center #000;
  background-size: 10px auto;
  border: 0;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.b-slider__header .glide__arrow--left {
  margin-right: 16px;
}
.b-slider__header .glide__arrow--right {
  transform: rotate(180deg);
}
.b-slider__article {
  display: block;
  cursor: pointer;
  background: #FFFFFF;
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  overflow: hidden;
  min-height: 100%;
  text-decoration: none;
  position: relative;
}
.b-slider__article-thumbnail {
  display: block;
  width: 100%;
}
.b-slider__article-thumbnail-wrap {
  display: block;
  position: relative;
}
.b-slider__article-title {
  display: block;
  padding: 25px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #000000;
  transition: color 0.3s;
}
@media (max-width: 575px) {
  .b-slider__article-title {
    font-size: 16px;
    line-height: 21px;
    padding: 16px;
  }
}
.b-slider__article:hover .b-slider__article-title {
  color: #BD3500;
}
.b-slider__article-number {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #0A0A0A;
  text-align: center;
  z-index: 10;
  background: #F67819;
  width: 88px;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .b-slider__article-number {
    width: 48px;
    height: 48px;
    font-size: 29px;
    line-height: 35px;
  }
}
.b-slider__article-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: block;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 30 35' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='play_icon' transform='translate(-210,-524)'%3E%3Crect transform='translate(210,524)' width='87.742' height='87.742' fill='none' data-name='Rectangle 2882'/%3E%3Cpath d='m238.24 538.97a3 3 0 0 1 0 5.124l-23.239 14.159a3 3 0 0 1-4.561-2.562v-28.318a3 3 0 0 1 4.561-2.562z' fill='%23f67819' data-name='Polygon 1'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 30px 50% rgba(255, 255, 255, 0.8);
  background-size: 32px auto;
  width: 88px;
  height: 88px;
}
.b-slider__case {
  display: block;
  cursor: pointer;
  background: #FFFFFF;
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  overflow: hidden;
  min-height: 100%;
  text-decoration: none;
  position: relative;
  padding: 54px 24px 43px 24px;
}
.b-slider__case-label {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #0A0A0A;
  text-transform: capitalize;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #F67819;
  padding: 5px 24px;
}
.b-slider__case-date {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  color: #575757;
  display: block;
  margin-bottom: 24px;
}
.b-slider__case-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #0A0A0A;
  display: block;
}
.b-slider__case-title-label {
  color: #BD3500;
}
.b-slider .glide {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}
.b-slider .glide__slides {
  padding: 10px 0;
  display: flex;
}
.b-slider .glide__slide {
  height: auto;
  opacity: 0;
  transition: opacity 0.9s;
}
.b-slider .glide__slide--visible {
  opacity: 1;
}
.b-slider .glide__track-wrap {
  width: 1882px;
  margin-left: calc((1882px - 100%) / -2 + 5px);
}
@media (max-width: 1201px) {
  .b-slider .glide__track-wrap {
    margin-left: 0;
    width: 100%;
    padding: 0 0 0 20px;
  }
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.b-search {
  padding: 66px 0;
}
.b-search__title {
  text-align: center;
  font-size: 70px;
  line-height: 91px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #0A0A0A;
  margin-bottom: 45px;
}
.b-search__tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 61px;
}
.b-search__tabs li {
  padding: 0 15px;
}
.b-search__tabs a {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #575757;
  text-decoration: none;
  display: inline-block;
  padding: 0 5px;
  border-bottom: 4px solid transparent;
  transition: color 0.3s;
}
.b-search__tabs a:hover {
  color: #000;
}
.b-search__tabs a.active {
  border-bottom-color: #F67819;
}
.b-search__header {
  margin-bottom: 40px;
}
.b-search__results-count {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #272727;
}
.b-search__select {
  background: #FFFFFF;
  border: 1px solid #959595;
  border-radius: 3px;
  display: block;
  height: 36px;
  margin-left: 8px;
  padding: 0 40px 0 16px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  color: #272727;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg height='15' viewBox='0 0 24 15' width='24' version='1.1' id='svg6' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs10' /%3E%3Cpath d='M 2.83,0 12,9.275118 21.17,0 24,2.862441 12,15 0,2.862441 Z' id='path1057' style='fill:%234a4a4a;fill-opacity:1;stroke-width:1.00572' /%3E%3Cpath d='m 0,-0.75 h 48 v 48 H 0 Z' fill='none' id='path4' /%3E%3C/svg%3E%0A") no-repeat right 17px center;
  background-size: 10px auto;
}
.b-search__select:focus {
  outline: 0;
}
.b-search__select-label {
  display: flex;
  font-size: 14px;
  line-height: 19px;
  color: #272727;
  align-items: center;
  margin-right: 48px;
}
.b-search__form {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
}
.b-search__form input {
  background: #FFFFFF 0 0;
  border: 1px solid #959595;
  border-radius: 3px 0 0 3px;
  height: 48px;
  padding: 0 15px;
  display: block;
  width: 392px;
}
.b-search__form input::-moz-placeholder {
  color: #C3C3C3;
}
.b-search__form input::placeholder {
  color: #C3C3C3;
}
.b-search__form input:-ms-input-placeholder {
  color: #C3C3C3;
}
.b-search__form input::-ms-input-placeholder {
  color: #C3C3C3;
}
.b-search__form button {
  border: none;
  background: #F67819;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #0A0A0A;
  text-transform: uppercase;
  padding: 13px 24px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.b-search__form button:hover {
  background-color: #EFB17E;
}
.b-search__articles {
  margin-bottom: 72px;
}
.b-search__article {
  margin-bottom: 24px;
  display: flex;
  max-width: 1019px;
}
.b-search__article-thumbnail {
  display: block;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding-right: 26px;
  width: 37.7%;
}
.b-search__article-thumbnail img {
  width: 100%;
  display: block;
  border-radius: 5px;
}
.b-search__article-date {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #575757;
  margin-bottom: 12px;
}
.b-search__article-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #0A0A0A;
  margin-bottom: 12px;
  transition: color 0.3s;
}
.b-search__article-title:hover {
  color: #BD3500;
}
.b-search__article-title a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
.b-search__article-excerpt {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #0A0A0A;
}
.b-search__article-category {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #0A0A0A;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(246, 120, 25, 0.93);
  padding: 5px 24px;
  border-radius: 5px 0;
}
.b-search__article-content {
  width: 62.3%;
}

.b-pagination {
  display: flex;
  justify-content: center;
  margin: 72px 0 0;
}
@media (max-width: 575px) {
  .b-pagination {
    margin: 0;
  }
}
.b-pagination__title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #272727;
  padding-right: 8px;
  display: inline-block;
}
@media (max-width: 575px) {
  .b-pagination__title {
    font-size: 18px;
    line-height: 23px;
  }
}
.b-pagination__item {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #959595;
  text-decoration: none;
  padding: 0 8px;
  display: inline-block;
}
.b-pagination__item.current {
  color: #272727;
}
@media (max-width: 575px) {
  .b-pagination__item {
    font-size: 18px;
    line-height: 23px;
  }
}
.b-pagination a.b-pagination__item:hover {
  color: #272727;
}

.b-infographics {
  margin-bottom: 80px;
  position: relative;
  z-index: 10;
  transition: background-color 0.3s;
  background-color: transparent;
}
.b-infographics.opened {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .b-infographics {
    margin-bottom: 56px;
  }
}
.b-infographics__button {
  border: 0;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #0A0A0A;
  padding: 24px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  transition: color 0.3s, width 0.3s;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  width: 480px;
  max-width: 100%;
}
.b-infographics__button:hover {
  color: #BD3500;
}
.b-infographics__button img {
  margin-right: 18px;
}
@media (max-width: 575px) {
  .b-infographics__button img {
    height: 33px;
  }
}
@media (max-width: 767px) {
  .b-infographics__button {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 575px) {
  .b-infographics__button {
    width: 100%;
  }
}
.b-infographics.opened .b-infographics__button {
  width: 100%;
  box-shadow: none;
}
.b-infographics__content {
  padding: 17px 16px 24px 24px;
  display: none;
  width: 100%;
}
.b-infographics__content-columns {
  overflow: auto;
  height: 330px;
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .b-infographics__content-columns {
    height: 200px;
  }
}
.b-infographics__content-columns::-webkit-scrollbar {
  width: 12px;
}
.b-infographics__content-columns::-webkit-scrollbar-track {
  background: #F7F7F7;
  border-radius: 6px;
}
.b-infographics__content-columns::-webkit-scrollbar-thumb {
  background-color: #F67819;
  border-radius: 6px;
}
.b-infographics__content-img {
  position: sticky;
  top: 0;
  width: calc(50% - 20px);
}
@media (max-width: 767px) {
  .b-infographics__content-img {
    display: none;
  }
}
.b-infographics__content-img img {
  max-width: 100%;
  max-height: 330px;
  display: none;
  opacity: 0;
}
.b-infographics__content-list {
  width: calc(50% - 20px);
}
@media (max-width: 767px) {
  .b-infographics__content-list {
    width: 100%;
  }
}
.b-infographics__content-list li {
  margin-bottom: 18px;
}
.b-infographics__content-list a {
  display: block;
  cursor: pointer;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #0A0A0A;
  text-decoration: none;
  transition: color 0.3s;
}
.b-infographics__content-list a:hover, .b-infographics__content-list a.active {
  color: #BD3500;
}
.b-infographics__content-list img {
  display: none;
  max-width: calc(50% - 20px);
  position: absolute;
  right: 0;
  top: 0;
  max-height: 330px;
  opacity: 0;
}
.b-contactspromo {
  padding: 136px 0 130px;
  background-color: rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% top;
}
.b-contactspromo__title {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  font-family: "Oswald", sans-serif;
  color: var(--white);
  margin-bottom: 29px;
}
.b-contactspromo__button {
  display: flex;
  justify-content: center;
}
.b-contactspromo__button a {
  width: 360px;
  text-transform: uppercase;
  max-width: 100%;
}

.b-explore {
  background: var(--black);
  padding: 71px 0 62px;
  width: 100%;
}
@media (max-width: 767px) {
  .b-explore {
    padding: 32px 0 43px;
  }
}
.b-explore__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  font-family: "Oswald", sans-serif;
  color: #FFFFFF;
  margin-bottom: 46px;
}
@media (max-width: 767px) {
  .b-explore__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
.b-explore__description {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-bottom: 76px;
}
@media (max-width: 767px) {
  .b-explore__description {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 32px;
  }
}
.b-explore__item {
  padding: 40px 35px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  position: relative;
  height: 430px;
  border-radius: 5px;
  overflow: hidden;
  width: calc(33.3333333333% - 26px);
  margin-right: 40px;
}
.b-explore__item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .b-explore__item {
    height: 204px;
    padding: 16px;
    margin-right: 20px;
    width: calc(33.3333333333% - 13px);
  }
  .b-explore__item:last-child {
    margin-right: 0;
  }
}
.b-explore__item-title {
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  color: #FFFFFF;
  position: relative;
  z-index: 10;
  display: block;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .b-explore__item-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.b-explore__item:hover .b-explore__item-title {
  color: #272727;
}
.b-explore__item-description {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  color: #272727;
  display: block;
  margin-top: 200px;
  opacity: 0;
  transition: opacity 0.3s, margin 0.3s;
}
.b-explore__item-button {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0;
  color: #FFFFFF;
  text-transform: uppercase;
  background: #DA6903;
  padding: 13px 0;
}
.b-explore__item-hover {
  opacity: 0;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(247, 247, 247, 0.9);
  position: absolute;
  padding: 75px 35px;
  transition: opacity 0.3s;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .b-explore__item-hover {
    display: none;
  }
}
.b-explore__item:hover .b-explore__item-hover {
  opacity: 1;
}
.b-explore__item:hover .b-explore__item-description {
  margin-top: 0;
  opacity: 1;
}
.b-explore__items {
  width: 100%;
}
@media (max-width: 767px) {
  .b-explore__items {
    overflow: auto;
  }
}
.b-explore__items-content {
  min-width: 548px;
  display: flex;
  width: 100%;
}

.b-posts {
  padding: 5px 0 0;
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .b-posts {
    margin-bottom: 56px;
  }
}
.b-posts__title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #272727;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .b-posts__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 37px;
  }
}
.b-posts__viewall {
  text-align: center;
}
.b-posts__viewall a {
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #0A0A0A;
  text-decoration: none;
  display: inline-block;
  padding: 0 12px 6px;
  transition: border-color 0.3s;
  position: relative;
}
.b-posts__viewall a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s;
  width: 0;
  height: 6px;
  background: #F67819;
}
.b-posts__viewall a:hover:after {
  width: 100%;
}
@media (max-width: 767px) {
  .b-posts__viewall a {
    font-size: 18px;
    line-height: 23px;
  }
}

.b-postthumbnail {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .b-postthumbnail {
    margin-bottom: 32px;
  }
}
.b-postthumbnail__title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  color: #0A0A0A;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .b-postthumbnail__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
  }
}
.b-postthumbnail__title a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}
.b-postthumbnail__image {
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .b-postthumbnail__image {
    margin-bottom: 12px;
  }
}
.b-postthumbnail__image img {
  display: block;
  width: 100%;
  filter: grayscale(100%);
  transition: filter 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1441px) {
  .b-postthumbnail__image img {
    max-height: 316px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .b-postthumbnail__image img {
    max-height: 265px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .b-postthumbnail__image img {
    max-height: 194px;
  }
}
@media (max-width: 767px) {
  .b-postthumbnail__image img {
    max-height: unset;
  }
}
.b-postthumbnail__image:hover img {
  filter: grayscale(0);
}
.b-postthumbnail__image-date {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(10, 10, 10, 0.45);
  padding: 6px 25px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .b-postthumbnail__image-date {
    font-size: 12px;
    line-height: 17px;
  }
}
.b-postthumbnail__image-category {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #0A0A0A;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(246, 120, 25, 0.93);
  padding: 5px 24px;
  border-radius: 5px 0;
}
.b-postthumbnail__excerpt {
  font-size: 18px;
  line-height: 25px;
  color: #0A0A0A;
}
@media (max-width: 767px) {
  .b-postthumbnail__excerpt {
    font-size: 16px;
    line-height: 21px;
  }
}
.b-postthumbnail__speetchkit {
  margin-top: 12px;
}
.b-postthumbnail__speetchkit .sk-app-container.sk-mod-showing {
  margin-left: 0;
  background-color: rgba(255, 255, 255, 0) !important;
}

.b-subscribePromo {
  padding: 102px 0 98px;
  background: url(../images/new_theme/bulbs_img.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-color: #20272d;
}
@media (max-width: 767px) {
  .b-subscribePromo {
    padding: 205px 0 45px;
    background: url(../images/new_theme/bulbs_vertical.jpg) no-repeat 50% 0;
    background-size: auto auto;
  }
}
.b-subscribePromo__content {
  max-width: 415px;
}
@media (max-width: 767px) {
  .b-subscribePromo__content {
    margin: 0 auto;
  }
}
.b-subscribePromo__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  font-family: "Oswald", sans-serif;
  color: #FFFFFF;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .b-subscribePromo__title {
    font-size: 24px;
    line-height: 31px;
    text-align: center;
  }
}
.b-subscribePromo__subtitle {
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .b-subscribePromo__subtitle {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }
}
.b-subscribePromo__button a {
  width: 360px;
  max-width: 100%;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .b-subscribePromo__button a {
    width: 100%;
  }
}

.b-databasepromo {
  position: relative;
  background: url(../images/new_theme/earth_map.svg) no-repeat 50% 5px #FFFFFF;
  background-size: auto 80%;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.33);
  border-radius: 5px;
  overflow: hidden;
  z-index: 10;
  padding: 33px 0 0;
}
@media (max-width: 767px) {
  .b-databasepromo {
    background-size: contain;
    background-position: 50% 50%;
    padding-top: 20px;
  }
}
.b-databasepromo_move-top {
  margin-top: -70px;
}
@media (max-width: 767px) {
  .b-databasepromo_move-top {
    margin-top: -50px;
  }
}
.b-databasepromo__count {
  text-align: center;
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
  color: #F67819;
}
@media (max-width: 767px) {
  .b-databasepromo__count {
    font-size: 20px;
    line-height: 26px;
  }
}
.b-databasepromo__count a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.b-databasepromo__count a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s;
  width: 0;
  height: 6px;
  background: #F67819;
}
.b-databasepromo__count a:hover:after {
  width: 100%;
}
.b-databasepromo__text {
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
  text-align: center;
  color: rgba(10, 10, 10, 0.9803921569);
}
@media (max-width: 767px) {
  .b-databasepromo__text {
    font-size: 16px;
    line-height: 21px;
    padding: 0 25px;
  }
}
.b-databasepromo__button a {
  width: 100%;
}
.b-databasepromo__approach {
  padding: 29px 0 50px 0;
}
@media (max-width: 767px) {
  .b-databasepromo__approach {
    padding-bottom: 0;
  }
}
.b-databasepromo__approach-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .b-databasepromo__approach-title {
    font-size: 18px;
    line-height: 23px;
  }
}
.b-databasepromo__approach-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.b-databasepromo__approach-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.6);
  width: 154px;
  padding: 4px 18px 4px 17px;
  position: relative;
}
@media (max-width: 767px) {
  .b-databasepromo__approach-list li {
    width: 50%;
    font-size: 16px;
    margin-bottom: 36px;
  }
}
.b-databasepromo__approach-list li:after {
  content: "";
  display: block;
  position: absolute;
  height: 32px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  background: rgba(0, 0, 0, 0.2392156863);
}
.b-databasepromo__approach-list li:last-child:after {
  display: none;
}
.b-databasepromo__approach-list li img {
  display: block;
  width: 36px;
  margin-bottom: 8px;
}

.b-promo {
  min-height: calc(100vh - 64px);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #000;
  display: flex;
  align-items: flex-end;
  padding: 207px 0 143px;
  position: relative;
}
@media (max-width: 767px) {
  .b-promo {
    padding: 60px 0 91px;
  }
}
.b-promo__background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.b-promo__slider {
  max-width: 792px;
  position: relative;
  z-index: 10;
}
.b-promo__slider-subtitle {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #F67819;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .b-promo__slider-subtitle {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 1px;
  }
}
.b-promo__slider-title {
  font-size: 50px;
  line-height: 60px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  border-bottom: 6px solid transparent;
  transition: border-color 0.3s;
}
@media (max-width: 767px) {
  .b-promo__slider-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 6px;
  }
}
.b-promo__slider-title:hover {
  border-color: #F67819;
}
.b-promo__slider-title a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
}
.b-promo__slider-text {
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .b-promo__slider-text {
    font-size: 16px;
    line-height: 21px;
  }
}
.b-promo__slider .glide__nav {
  display: flex;
  padding: 16px 0 0;
}
.b-promo__slider .glide__nav button {
  border: 0;
  padding: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #FFFFFF;
  margin-right: 12px;
  cursor: pointer;
  transition: background-color 0.3s, width 0.3s;
}
.b-promo__slider .glide__nav button:last-child {
  margin-right: 0;
}
.b-promo__slider .glide__nav button.glide__bullet--active {
  width: 12px;
  background-color: #F67819;
}
.b-promo__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.b-promo__background:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 10;
}
.b-promo__background .glide__slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  order: 2;
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}
.b-promo__background .glide__slide.glide__slide--active {
  position: relative;
  order: 1;
  opacity: 1;
  z-index: 1;
}
.b-promo__background .glide, .b-promo__background .glide__track, .b-promo__background .glide__slides {
  height: 100%;
}
.b-promo__background .glide__slides {
  transform: translate3d(0, 0, 0) !important;
}

.b-page {
  padding: 95px 0 0;
  margin-bottom: 76px;
}
.b-page_nbp {
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .b-page {
    margin-bottom: 30px;
  }
}
.b-page__title {
  text-align: center;
  font-size: 70px;
  line-height: 91px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #0A0A0A;
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.b-page__title-info {
  color: #000;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0 9px;
  width: 24px;
  height: 24px;
  background: #f67819;
  border-radius: 50%;
}
.b-page__title-info i {
  line-height: 24px;
}
@media (max-width: 575px) {
  .b-page__title {
    font-size: 50px;
    line-height: 60px;
  }
}
.b-page__title-tooltip-content {
  display: none;
}

.b-page-redirect .b-text {
  text-align: center;
}
.b-page-redirect .redirect-counter {
  font-size: large;
}
.b-page-redirect__button-container {
  display: flex;
  justify-content: space-around;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 2rem;
}
.b-page-redirect__button-container .a {
  text-decoration: none !important;
  font-size: 20px;
  padding: 1rem;
  border-radius: 8px;
}
.b-page-redirect__button-container .a.button-primary {
  background: rgb(246, 120, 25);
  color: white;
}

.b-archive__header {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .b-archive__header {
    margin-bottom: 16px;
  }
}
.b-archive__results-count {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #272727;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .b-archive__results-count {
    font-size: 20px;
    line-height: 26px;
  }
}
.b-archive__select {
  background: #FFFFFF;
  border: 1px solid #959595;
  border-radius: 3px;
  display: block;
  height: 36px;
  margin-left: 8px;
  padding: 0 40px 0 16px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  color: #272727;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg height='15' viewBox='0 0 24 15' width='24' version='1.1' id='svg6' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs10' /%3E%3Cpath d='M 2.83,0 12,9.275118 21.17,0 24,2.862441 12,15 0,2.862441 Z' id='path1057' style='fill:%234a4a4a;fill-opacity:1;stroke-width:1.00572' /%3E%3Cpath d='m 0,-0.75 h 48 v 48 H 0 Z' fill='none' id='path4' /%3E%3C/svg%3E%0A") no-repeat right 17px center;
  background-size: 10px auto;
}
.b-archive__select:focus {
  outline: 0;
}
.b-archive__select-label {
  display: flex;
  font-size: 14px;
  line-height: 19px;
  color: #272727;
  align-items: center;
  margin-right: 48px;
  margin-bottom: 20px;
}
.b-archive__select-label:last-child {
  margin-right: 0;
}
.b-archive__article-excerpt {
  font-size: 16px;
  line-height: 22px;
  color: #0A0A0A;
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .b-archive__article-excerpt {
    display: none;
  }
}
.b-archive__article-category {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #0A0A0A;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(246, 120, 25, 0.93);
  padding: 5px 24px;
  border-radius: 5px 0;
  max-width: 100%;
}
.b-archive__article-date {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #575757;
}
@media (max-width: 575px) {
  .b-archive__article-date {
    font-size: 14px;
    line-height: 19px;
  }
}
.b-archive__article-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #0A0A0A;
  transition: color 0.3s;
}
@media (max-width: 575px) {
  .b-archive__article-title {
    font-size: 18px;
    line-height: 25px;
  }
}
.b-archive__article-title:hover {
  color: #BD3500;
}
.b-archive__article-title a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
.b-archive__article-author {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #BD3500;
}
@media (max-width: 575px) {
  .b-archive__article-author {
    display: none;
  }
}
.b-archive__article-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: block;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 30 35' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='play_icon' transform='translate(-210,-524)'%3E%3Crect transform='translate(210,524)' width='87.742' height='87.742' fill='none' data-name='Rectangle 2882'/%3E%3Cpath d='m238.24 538.97a3 3 0 0 1 0 5.124l-23.239 14.159a3 3 0 0 1-4.561-2.562v-28.318a3 3 0 0 1 4.561-2.562z' fill='%23f67819' data-name='Polygon 1'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 30px 50% rgba(255, 255, 255, 0.8);
  background-size: 32px auto;
  width: 88px;
  height: 88px;
}
.b-archive__articles_list .b-archive__article {
  margin-bottom: 24px;
  display: flex;
  max-width: 1019px;
  flex-wrap: wrap;
}
.b-archive__articles_list .b-archive__article-thumbnail {
  display: block;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-right: 26px;
  width: calc(37.7% - 26px);
}
.b-archive__articles_list .b-archive__article-thumbnail img {
  width: 100%;
  display: block;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .b-archive__articles_list .b-archive__article-thumbnail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.b-archive__articles_list .b-archive__article-category {
  max-width: calc(100% - 26px);
}
@media (max-width: 575px) {
  .b-archive__articles_list .b-archive__article-category {
    max-width: 100%;
  }
}
.b-archive__articles_list .b-archive__article-date {
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .b-archive__articles_list .b-archive__article-date {
    margin-bottom: 8px;
  }
}
.b-archive__articles_list .b-archive__article-title {
  margin-bottom: 10px;
}
.b-archive__articles_list .b-archive__article-content {
  width: 62.3%;
}
@media (max-width: 575px) {
  .b-archive__articles_list .b-archive__article-content {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .b-archive__articles_list.b-archive__articles_mobile-list .b-archive__article-thumbnail {
    width: 104px;
    padding-right: 11px;
  }
}
@media (max-width: 575px) {
  .b-archive__articles_list.b-archive__articles_mobile-list .b-archive__article-content {
    width: calc(100% - 104px - 11px);
  }
}
@media (max-width: 575px) {
  .b-archive__articles_list.b-archive__articles_mobile-list .b-archive__article-title {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .b-archive__articles_list.b-archive__articles_mobile-list .b-archive__article-date {
    font-size: 12px;
    line-height: 17px;
  }
}
@media (max-width: 575px) {
  .b-archive__articles_list.b-archive__articles_mobile-list .b-archive__article-category {
    display: none;
  }
}
.b-archive__articles_grid .b-archive__article {
  margin-bottom: 26px;
}
@media (max-width: 575px) {
  .b-archive__articles_grid .b-archive__article {
    margin-bottom: 37px;
  }
}
.b-archive__articles_grid .b-archive__article-thumbnail {
  display: block;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .b-archive__articles_grid .b-archive__article-thumbnail {
    margin-bottom: 12px;
  }
}
.b-archive__articles_grid .b-archive__article-thumbnail img {
  width: 100%;
  display: block;
}
.b-archive__articles_grid .b-archive__article-date {
  margin-bottom: 5px;
}
.b-archive__articles_grid .b-archive__article-title {
  margin-bottom: 7px;
}
.b-archive__tags {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.b-archive__tags ul {
  display: flex;
  overflow: auto;
  will-change: transform;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.b-archive__tags ul::-webkit-scrollbar {
  height: 6px;
}
.b-archive__tags ul::-webkit-scrollbar-track {
  background: #F7F7F7;
  border-radius: 6px;
}
.b-archive__tags ul::-webkit-scrollbar-thumb {
  background-color: #F67819;
  border-radius: 6px;
}
.b-archive__tags li {
  margin-right: 8px;
  margin-bottom: 4px;
}
.b-archive__tags li:last-child {
  margin-right: 0;
}
.b-archive__tags li a {
  text-decoration: none;
  background: #000;
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  padding: 8px 16px;
  border-radius: 18px;
  transition: background-color 0.3s;
  white-space: nowrap;
}
.b-archive__tags li a:hover, .b-archive__tags li a:active {
  background: #575757;
}
.b-archive__tags li a.active {
  background: #DA6903;
}
.b-archive__tags-label {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: #272727;
  margin-right: 22px;
  text-transform: uppercase;
}
.b-archive__view {
  display: flex;
  margin: 25px 0 23px;
}
@media (max-width: 575px) {
  .b-archive__view {
    display: none;
  }
}
.b-archive__view-item {
  display: block;
  font-size: 14px;
  line-height: 19px;
  color: #272727;
  cursor: pointer;
  margin-right: 48px;
  text-decoration: none;
  transition: color 0.3s;
}
.b-archive__view-item i {
  margin-right: 4px;
  font-size: 24px;
  vertical-align: middle;
}
.b-archive__view-item:last-child {
  margin-right: 0;
}
.b-archive__view-item:hover {
  color: #BD3500;
}
.b-archive__view span.b-archive__view-item {
  cursor: default;
  color: #BD3500;
}
.b-archive__tabs {
  margin-bottom: 56px;
  margin-top: 58px;
  overflow: auto;
  will-change: transform;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  padding-bottom: 6px;
  text-align: center;
  white-space: nowrap;
}
.b-archive__tabs::-webkit-scrollbar {
  height: 6px;
}
.b-archive__tabs::-webkit-scrollbar-track {
  background: #F7F7F7;
  border-radius: 6px;
}
.b-archive__tabs::-webkit-scrollbar-thumb {
  background-color: #F67819;
  border-radius: 6px;
}
@media (max-width: 575px) {
  .b-archive__tabs {
    margin-bottom: 43px;
  }
}
.b-archive__tabs li {
  padding: 0 15px;
  display: inline-block;
}
.b-archive__tabs a {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #575757;
  text-decoration: none;
  display: inline-block;
  padding: 0 5px;
  border-bottom: 4px solid transparent;
  transition: color 0.3s;
  white-space: nowrap;
}
.b-archive__tabs a:hover {
  color: #000;
}
.b-archive__tabs a.active {
  border-bottom-color: #F67819;
  color: #0A0A0A;
}
.b-archive__database-item {
  display: block;
  cursor: pointer;
  padding: 24px;
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .b-archive__database-item {
    padding: 16px;
  }
}
.b-archive__database-item_grid {
  min-height: 100%;
}
.b-archive__database-item-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #0A0A0A;
  display: block;
  transition: color 0.3s;
}
@media (max-width: 575px) {
  .b-archive__database-item-title {
    font-size: 16px;
    line-height: 21px;
  }
}
.b-archive__database-item:hover .b-archive__database-item-title {
  color: #BD3500;
}
.b-archive__database-item-date {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  color: #575757;
  display: block;
}
@media (max-width: 575px) {
  .b-archive__database-item-date {
    font-size: 12px;
    line-height: 16px;
  }
}
.b-archive__database-item-prefix {
  color: #BD3500;
}
.b-archive__database-col {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .b-archive__database-col {
    margin-bottom: 20px;
  }
}
.b-archive__database-col .b-resources__item {
  margin-bottom: 0;
  min-height: 100%;
}
.b-archive__form {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
}
@media (max-width: 575px) {
  .b-archive__form {
    flex-wrap: wrap;
  }
}
.b-archive__form input {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  background: #FFFFFF 0 0;
  border: 1px solid #959595;
  border-radius: 3px 0 0 3px;
  height: 48px;
  padding: 0 15px;
  display: block;
  width: 392px;
}
.b-archive__form input:focus {
  outline: none;
}
.b-archive__form input::-moz-placeholder {
  color: #C3C3C3;
}
.b-archive__form input::placeholder {
  color: #C3C3C3;
}
.b-archive__form input:-ms-input-placeholder {
  color: #C3C3C3;
}
.b-archive__form input::-ms-input-placeholder {
  color: #C3C3C3;
}
@media (max-width: 575px) {
  .b-archive__form input {
    width: 100%;
    margin-bottom: 20px;
  }
}
.b-archive__form button {
  border: none;
  background: #F67819;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #0A0A0A;
  text-transform: uppercase;
  padding: 13px 24px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.b-archive__form button:hover {
  background-color: #EFB17E;
}
@media (max-width: 575px) {
  .b-archive__form button {
    width: 100%;
  }
}
.b-archive__detalis {
  margin-bottom: 72px;
}
.b-archive__detalis-image {
  width: 100%;
  display: block;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .b-archive__detalis-image {
    margin: 0 -20px 20px -20px;
    border-radius: 0;
    max-width: none;
    width: calc(100% + 40px);
  }
}
.b-archive__detalis-extended {
  display: none;
  padding-bottom: 20px;
}
.b-archive__detalis-rm {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #0A0A0A;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.b-archive__detalis-rm i {
  margin-left: 7px;
  font-size: 0.8em;
  transition: transform 0.3s;
  display: inline-block;
}
.opened .b-archive__detalis-rm i {
  transform: rotate(180deg);
}

.b-archive__detalis-rm:hover {
  color: #F67819;
}
.b-archive__disclaimer {
  background: #000;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .b-archive__disclaimer {
    margin-top: 56px;
  }
}
.b-archive__disclaimer_report {
  margin-top: 0;
}
@media (max-width: 767px) {
  .b-archive__disclaimer_report {
    margin-top: 56px;
    width: 100%;
  }
}
.b-archive__disclaimer-link {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 16px 24px 18px;
  text-decoration: none;
  transition: color 0.3s;
}
.b-archive__disclaimer-link:hover {
  color: #F67819;
}
.b-archive__disclaimer-link i {
  display: inline-block;
  margin-left: 7px;
  font-size: 0.8em;
}
.b-archive__disclaimer-text {
  padding: 0 24px 43px;
  display: none;
}
.b-archive__disclaimer-text .b-text p {
  color: #fff;
}
@media (max-width: 767px) {
  .b-archive__filters {
    display: none;
  }
}
.b-archive__filters_mobile {
  display: none;
}
@media (max-width: 767px) {
  .b-archive__filters_mobile {
    display: block;
  }
}
.b-archive__filters-hidden {
  display: none;
}
@media (max-width: 767px) {
  .filters-opened .b-archive__filters-hidden {
    display: block;
  }
}
.b-archive__filters-more {
  border: 0;
  background-color: transparent;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #272727;
  padding: 0;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.b-archive__filters-more i:first-child {
  margin-top: -2px;
  margin-right: 8px;
  font-size: 22px;
}
.b-archive__filters-more i:last-child {
  margin-left: 10px;
  font-size: 14px;
}
.filters-opened .b-archive__filters-more i:last-child {
  transform: rotate(180deg);
}

.b-archive__filters-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #272727;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .b-archive__filters-title {
    display: none;
  }
}
.b-archive__filters-label {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #0A0A0A;
  display: block;
  margin-bottom: 8px;
}
.b-archive__filters-label i {
  display: inline-block;
  vertical-align: middle;
}
.b-archive__filters-label_large {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: #272727;
}
.b-archive__filters-item {
  position: relative;
  margin-bottom: 24px;
}
.b-archive__filters-select {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 1px;
  overflow: hidden;
}
.b-archive__filters-date label {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #6E6E6E;
  margin-bottom: 8px;
}
.b-archive__filters-date input {
  border: 1px solid #959595;
  border-radius: 3px;
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  height: 48px;
  padding: 0 16px;
  width: 100%;
}
.b-archive__filters-date input:focus {
  outline: none;
}
.b-archive__filters-reset {
  /*font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #BD3500;
  border: 0;
  padding: 0;
  background: transparent;
  margin-bottom: 24px;
  cursor: pointer;
  display: none;
  i{
      margin-right: 4px;
      font-size: 1.2em;
      vertical-align: middle;
      margin-top: -2px;
      display: inline-block;
  }*/
}
.b-archive__filters-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .b-archive__filters-buttons {
    align-items: center;
    flex-wrap: nowrap;
    overflow: auto;
    will-change: transform;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    cursor: pointer;
  }
  .b-archive__filters-buttons::-webkit-scrollbar {
    height: 6px;
  }
  .b-archive__filters-buttons::-webkit-scrollbar-track {
    background: #F7F7F7;
    border-radius: 6px;
  }
  .b-archive__filters-buttons::-webkit-scrollbar-thumb {
    background-color: #F67819;
    border-radius: 6px;
  }
}
.b-archive__filters-checkbox {
  display: block;
  margin: 0 8px 16px 0;
}
.b-archive__filters-checkbox span {
  display: block;
  padding: 7px 16px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #FFFFFF;
  background: #0A0A0A;
  border-radius: 18px;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
}
.b-archive__filters-checkbox span:hover {
  background-color: #575757;
}
@media (max-width: 767px) {
  .b-archive__filters-checkbox span {
    white-space: nowrap;
    font-size: 12px;
  }
}
.b-archive__filters-checkbox input {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: none;
}
.b-archive__filters-checkbox input:checked + span {
  background-color: #DA6903;
}
.b-archive__error {
  font-size: 20px;
  font-weight: 600;
  color: #BD3500;
}
.b-archive__noresults-text {
  margin-bottom: 30px;
  outline: none;
}

a[href-archive] {
  white-space: nowrap;
}

.b-tabs {
  margin-bottom: 72px;
}
.b-tabs_filters {
  margin-bottom: 18px;
}
.b-tabs_still-curious {
  margin-bottom: 0;
}
.b-tabs__header {
  margin-bottom: 61px;
  white-space: nowrap;
  overflow: auto;
  text-align: center;
  /*&::-webkit-scrollbar {
      height: 6px;
  }
  &::-webkit-scrollbar-track {
      background: #F7F7F7;
      border-radius: 6px;
  }
  &::-webkit-scrollbar-thumb {
      background-color: #F67819;
      border-radius: 6px;
  }*/
}
@media (max-width: 767px) {
  .b-tabs__header {
    margin-bottom: 33px;
  }
}
.b-tabs__header li {
  padding: 0 15px;
  display: inline-block;
  margin-bottom: 5px;
}
.b-tabs__header li:first-child {
  padding-left: 0;
}
.b-tabs__header li:last-child {
  padding-right: 0;
}
.b-tabs__header a {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #575757;
  text-decoration: none;
  display: inline-block;
  padding: 0 5px;
  border-bottom: 4px solid transparent;
  transition: color 0.3s;
  white-space: nowrap;
}
.b-tabs__header a.active {
  color: #000;
}
.b-tabs__header a:hover {
  color: #000;
}
.b-tabs__header a.active {
  border-bottom-color: #F67819;
}
.b-tabs__header_inline {
  flex-wrap: nowrap;
  overflow: auto;
  will-change: transform;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  justify-content: flex-start;
  margin-bottom: 24px;
  /*&::-webkit-scrollbar {
      height: 6px;
  }
  &::-webkit-scrollbar-track {
      background: #F7F7F7;
      border-radius: 6px;
  }
  &::-webkit-scrollbar-thumb {
      background-color: #F67819;
      border-radius: 6px;
  }*/
}
.b-tabs__header_inline li {
  margin-bottom: 5px;
}
.b-tabs__header_inline li:first-child {
  padding-left: 0;
}
.b-tabs__header_inline a {
  padding: 0;
}
.b-tabs__tab {
  display: none;
}
.b-tabs__tab.active {
  display: block;
}
@media (max-width: 767px) {
  .b-tabs__tab-text-row {
    order: 1;
  }
}
@media (max-width: 767px) {
  .b-tabs__tab-photo-row {
    order: 0;
    margin-bottom: 32px;
  }
}
.b-tabs__tab img {
  max-width: 100%;
}
.b-tabs__tab iframe {
  max-width: 100%;
}

.b-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 2000;
  justify-content: center;
  align-items: center;
  display: none;
  opacity: 0;
}
.b-popup__close {
  border: 2px solid #F67819;
  background-color: transparent;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 29px;
  height: 29px;
  padding: 0;
  cursor: pointer;
}
.b-popup__close:after, .b-popup__close:before {
  content: "";
  display: block;
  height: 4px;
  width: 22px;
  background-color: #F67819;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 2px;
}
.b-popup__close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.b-popup_image .b-popup__close {
  right: 0;
}
.b-popup__content {
  padding: 108px 56px;
  position: relative;
  background-color: #fff;
  width: 595px;
  max-width: 90%;
  max-height: 95%;
  overflow: auto;
}
@media (max-width: 575px) {
  .b-popup__content {
    padding: 88px 20px 20px;
  }
}
.b-popup_video .b-popup__content {
  padding: 70px 20px 20px;
  width: 1000px;
}
.b-popup_image .b-popup__content {
  background: transparent;
  width: auto;
  padding: 70px 0 0;
}
.b-popup_image .b-popup__content img {
  max-width: 100%;
}
.b-popup__title {
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #0A0A0A;
  margin-bottom: 28px;
}
@media (max-width: 575px) {
  .b-popup__title {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 24px;
  }
}
.b-popup__text p {
  font-size: 18px;
  line-height: 25px;
  color: #0A0A0A;
  margin-bottom: 24px;
}
.b-popup__text p a {
  color: #000;
}
.b-popup__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .b-popup__button-col {
    margin-bottom: 24px;
  }
}
.b-popup .b-form {
  margin: 0 auto;
  max-width: 392px;
}
.b-popup .b-form .report-form-field {
  max-width: 392px;
  margin: 0 auto;
}

.b-form__el {
  margin-bottom: 8px;
}
.b-form__el_large {
  margin-bottom: 24px;
}
.b-form__el_gray {
  background: #DDDDDD;
  border-radius: 3px;
  padding: 25px;
}
.b-form__input, .b-form__textarea {
  height: 48px;
  padding: 0 15px;
  border: 1px solid #959595;
  border-radius: 3px;
  width: 100%;
  transition: border-color 0.3s;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
}
.b-form__input:focus, .b-form__textarea:focus {
  outline: none;
  border-color: #000;
}
.b-form__input::-moz-placeholder, .b-form__textarea::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C3C3C3;
}
.b-form__input::placeholder, .b-form__textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C3C3C3;
}
.b-form__input::-ms-input-placeholder, .b-form__textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}
.b-form__textarea {
  height: auto;
  resize: none;
  padding: 15px;
}
.b-form__label {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}
.b-form__label sup {
  color: #BD3500;
}
.b-form__checkbox {
  font-size: 14px;
  line-height: 18px;
  color: #0A0A0A;
  position: relative;
  padding-left: 28px;
}
.b-form__checkbox a {
  color: inherit;
}
.b-form__checkbox .wpcf7-form-control-wrap {
  position: static;
}
.b-form__checkbox .wpcf7-list-item-label {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 20px 0 0;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 1px solid #707070;
  border-radius: 3px;
  cursor: pointer;
  background: #fff;
}
.b-form__checkbox input {
  width: 1px;
  height: 1px;
  opacity: 0;
  top: 50%;
  left: 50%;
}
.b-form__checkbox input:checked + .wpcf7-list-item-label {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E") no-repeat 50% 50% #fff;
  background-size: 18px 18px;
}
.b-form__eldescription {
  font-size: 14px;
  line-height: 19px;
  color: #272727;
  margin: 16px 0;
}
.b-form__eldescription a {
  color: inherit;
}
.b-form .wpcf7-not-valid-tip {
  color: #BD3500;
  font-size: 10px;
  display: block;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.wpcf7 .report-form-field {
  border: 2px solid green;
  font-size: 14px;
  padding: 10px;
  display: none;
}
.wpcf7 .invalid .report-form-field,
.wpcf7 .failed .report-form-field,
.wpcf7 .aborted .report-form-field,
.wpcf7 .unaccepted .report-form-field {
  border-color: red;
  display: block;
}
.wpcf7 .sent .report-form-field {
  display: block;
}
.wpcf7 .spam .report-form-field {
  display: block;
  border-color: #BD3500;
}
.wpcf7 .submitting .wpcf7-submit {
  cursor: default;
  opacity: 0.5;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
}

.b-social {
  display: flex;
  flex-wrap: wrap;
}
.b-social__icon {
  width: 30px;
  height: 30px;
  margin-right: 16px;
  display: flex;
  background-color: #F67819;
  border-radius: 3px;
  text-decoration: none;
  color: #fff !important;
  font-size: 24px;
  justify-content: center;
  align-items: center;
}
.b-social__icon:last-child {
  margin-right: 0;
}

.b-resources__item {
  background: #0A0A0A;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  padding: 24px;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .b-resources__item {
    padding: 16px;
  }
}
.b-resources__item-meta {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  color: #C3C3C3;
  display: block;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .b-resources__item-meta {
    font-size: 12px;
    line-height: 16px;
  }
}
.b-resources__item-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #FFFFFF;
  display: block;
  margin-bottom: 9px;
  transition: color 0.3s;
  text-decoration: none;
  cursor: pointer;
}
.b-resources__item-title:hover {
  color: #F67819;
}
@media (max-width: 767px) {
  .b-resources__item-title {
    font-size: 16px;
    line-height: 21px;
  }
}
.b-resources__item-authors {
  font-size: 16px;
  line-height: 25px;
  color: #C3C3C3;
  display: block;
}
@media (max-width: 767px) {
  .b-resources__item-authors {
    font-size: 12px;
    line-height: 16px;
  }
}
.b-resources__item-summary {
  margin-top: 14px;
  display: block;
}
.b-resources__item-summary-title {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #FFFFFF;
  display: flex;
  transition: color 0.3s;
  align-items: center;
  cursor: pointer;
}
.b-resources__item-summary-title:hover {
  color: #F67819;
}
.b-resources__item-summary-title:before {
  content: "+";
  display: flex;
  width: 22px;
  height: 22px;
  background: #f67819;
  margin-right: 9px;
  color: #0A0A0A;
  line-height: 22px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-size: 20px;
}
.b-resources__item-summary.opened .b-resources__item-summary-title:before {
  content: "-";
}
.b-resources__item-summary-text {
  padding: 10px 0;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  display: none;
}
@media (max-width: 767px) {
  .b-resources__item-summary-text {
    font-size: 12px;
    line-height: 16px;
  }
}
.b-resources__item-summary.opened .b-resources__item-summary-text {
  display: block;
}
.b-resources__issues {
  margin: 16px 0 32px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .b-resources__issues {
    justify-content: flex-start;
  }
}
.b-resources__issues-rm {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #0A0A0A;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.3s;
  margin-bottom: 24px;
}
.b-resources__issues-rm i {
  margin-left: 7px;
  font-size: 0.8em;
  transition: transform 0.3s;
  display: inline-block;
}
.b-resources__issues-rm:hover {
  color: #F67819;
}
.opened .b-resources__issues-rm {
  color: #F67819;
}
.opened .b-resources__issues-rm i {
  transform: rotate(180deg);
}

.b-resources__issues-columns {
  width: 100%;
  display: none;
}
.b-resources__issue {
  background: #FFFFFF;
  border-radius: 5px;
  padding: 33px 24px;
  min-height: 100%;
}
@media (max-width: 767px) {
  .b-resources__issue {
    padding: 16px;
  }
}
.b-resources__issue-col {
  margin-bottom: 24px;
}
.b-resources__issue-label {
  font-size: 14px;
  line-height: 19px;
  color: #BD3500;
  margin-bottom: 14px;
}
.b-resources__issue-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}
.b-resources__issue-text p {
  font-size: 14px;
  line-height: 19px;
  color: #272727;
}
.b-resources__content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .b-resources__content {
    text-align: left;
  }
}

.b-report {
  padding: 56px 0 0;
  margin-bottom: 72px;
}
.b-report__title {
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  line-height: 60px;
  color: #0A0A0A;
  margin-bottom: 28px;
}
.b-report__title span {
  color: #BD3500;
}
.b-report__title_mobile {
  display: none;
}
@media (max-width: 767px) {
  .b-report__title {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    display: none;
  }
  .b-report__title_mobile {
    display: block;
  }
}
.b-report__summary, .b-report__response {
  background: #DDDDDD;
  margin: 0 -20px;
  padding: 24px 20px;
}
.b-report__summary-title, .b-report__response-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  color: #0A0A0A;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .b-report__summary-title, .b-report__response-title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 12px;
  }
}
.b-report__response {
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .b-report__response {
    background: transparent;
  }
}
.b-report__back {
  margin-bottom: 49px;
}
@media (max-width: 767px) {
  .b-report__back {
    margin-bottom: 32px;
  }
}
.b-report__back a {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #272727;
  text-decoration: none;
  transition: color 0.3s;
}
.b-report__back a:hover {
  color: #BD3500;
}
.b-report__back a i {
  font-size: 24px;
  display: inline-block;
  margin: -2px 8px 0 0;
  vertical-align: middle;
}
.b-report__sidebar {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .b-report__sidebar {
    padding-top: 0;
  }
}
.b-report__details {
  margin-bottom: 24px;
}
.b-report__details-title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #272727;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .b-report__details-title {
    display: none;
  }
}
@media (max-width: 767px) {
  .b-report__details-list {
    display: flex;
    white-space: nowrap;
    overflow: auto;
  }
  .b-report__details-list::-webkit-scrollbar {
    height: 6px;
  }
  .b-report__details-list::-webkit-scrollbar-track {
    background: #F7F7F7;
    border-radius: 6px;
  }
  .b-report__details-list::-webkit-scrollbar-thumb {
    background-color: #F67819;
    border-radius: 6px;
  }
}
.b-report__details-list li {
  font-size: 14px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .b-report__details-list li {
    white-space: nowrap;
    margin-right: 12px;
  }
}
.b-report__details-list li span {
  color: #BD3500;
}
.b-report__details-list li span a {
  color: inherit;
}
.b-report__details-list li span a i {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}
.b-report__details-list li a {
  color: #BD3500;
}
.b-report__details-list li sup {
  color: #BD3500;
  font-size: 0.8em;
  vertical-align: top;
}
.b-report__keywords {
  margin-bottom: 37px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .b-report__keywords {
    flex-wrap: nowrap;
    overflow: auto;
    align-items: center;
    padding-bottom: 10px;
  }
  .b-report__keywords::-webkit-scrollbar {
    height: 6px;
  }
  .b-report__keywords::-webkit-scrollbar-track {
    background: #F7F7F7;
    border-radius: 6px;
  }
  .b-report__keywords::-webkit-scrollbar-thumb {
    background-color: #F67819;
    border-radius: 6px;
  }
}
.b-report__keywords-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #272727;
  width: 100%;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .b-report__keywords-title {
    margin-bottom: 0;
    margin-right: 16px;
  }
}
.b-report__keywords a {
  text-decoration: none;
  display: contents;
}
.b-report__keywords a span {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 8px 19px 0;
  background-color: #0A0A0A;
  border-radius: 18px;
}
.b-report__keywords a spanhover {
  background-color: #575757;
}
@media (max-width: 767px) {
  .b-report__keywords a span {
    white-space: nowrap;
    margin-bottom: 0;
  }
}

.b-share {
  background: #F67819 0 0 no-repeat padding-box;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 3px;
}
.b-share_report {
  position: sticky;
  top: 80px;
}
@media (max-width: 767px) {
  .b-share_report {
    display: none;
  }
}
.b-share_post {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 10;
  width: 52px;
}
@media (max-width: 767px) {
  .b-share_post {
    display: none;
  }
}
.b-share li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 12px 5px;
}

.b-stpost {
  padding: 33px 24px 90px;
  background: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 3px;
  min-height: 100%;
  position: relative;
}
.b-stpost__title {
  font-size: 20px;
  line-height: 26px;
  font-family: "Oswald", sans-serif;
  color: #272727;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .b-stpost__title {
    font-size: 18px;
    line-height: 23px;
  }
}
.b-stpost__text p {
  font-size: 14px;
  line-height: 19px;
  color: #272727;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .b-stpost__text p {
    font-size: 14px;
    line-height: 19px;
  }
}
.b-stpost__text p:last-child {
  margin-bottom: 0;
}
.b-stpost__text p a {
  color: #F67819;
}
.b-stpost__categories {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #BD3500;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .b-stpost__categories {
    font-size: 12px;
    line-height: 17px;
  }
}
.b-stpost__button {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.b-stpost__button i {
  margin-left: 8px;
}

.b-block {
  padding: 106px 0 73px 0;
  display: flex;
}
@media (max-width: 767px) {
  .b-block {
    padding: 80px 0 34px 0;
  }
}
.b-block_fh {
  min-height: 100vh;
}
.b-block_center {
  align-items: center;
  justify-content: center;
}
.b-block__title {
  border-top: 4px solid #F67819;
  border-radius: 30px 0 0 0;
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .b-block__title {
    border-radius: 10px 0 0 0;
    margin-bottom: 32px;
  }
}
.b-block__title span {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  font-family: "Oswald", sans-serif;
  color: #272727;
  background: #F67819;
  border-radius: 0 0 30px 0;
  display: inline-block;
  padding: 8px 24px;
}
@media (max-width: 767px) {
  .b-block__title span {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    padding: 0 8px 4px;
    border-radius: 0 0 10px 0;
  }
}

.b-learn-promo {
  margin-top: -64px;
  padding: 135px 0 0 0;
}
.b-learn-promo__content {
  text-align: center;
}
.b-learn-promo__title {
  font-weight: 700;
  font-size: 70px;
  line-height: 91px;
  color: #0A0A0A;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 767px) {
  .b-learn-promo__title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 5px;
  }
}
.b-learn-promo__subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #0A0A0A;
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .b-learn-promo__subtitle {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 30px;
  }
}
.b-learn-promo__text p {
  font-size: 14px;
  line-height: 19px;
  color: #272727;
}

.b-define__canvas {
  padding-bottom: 60%;
  width: 100%;
}
@media (max-width: 767px) {
  .b-define__canvas {
    margin-bottom: 31px;
  }
}
.b-define__canvas canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}
.b-define__canvas a {
  color: #fff;
  background: #555555;
}
.b-define__canvas a.active {
  background-color: #f67819;
}
.b-define__content h4 {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #272727;
  font-family: "Oswald", sans-serif;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .b-define__content h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
.b-define__content p {
  text-align: left;
  font: normal normal normal 18px/25px Noto Sans;
  font-size: 18px;
  line-height: 25px;
  color: #272727;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .b-define__content p {
    font-size: 14px;
    line-height: 19px;
  }
}
.b-define__content p strong {
  font-weight: 700;
  color: #f67819;
}
.b-define__source-link a {
  color: #f67819;
}
.b-define__text {
  display: none;
  background: #fff;
  padding: 40px;
  min-height: 100%;
}
@media (max-width: 767px) {
  .b-define__text {
    padding: 12px;
  }
}
.b-define__text.active {
  display: block;
}

.b-understand {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
.b-understand__sidebar {
  width: 417px;
  position: relative;
}
@media (max-width: 767px) {
  .b-understand__sidebar {
    width: 100%;
  }
}
.b-understand__nav > li > a {
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  color: #0A0A0A;
  text-decoration: none;
  position: relative;
  display: block;
  cursor: pointer;
  border-bottom: 4px solid #6E6E6E;
  padding: 17px 0;
}
@media (max-width: 767px) {
  .b-understand__nav > li > a {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    padding: 8px 0;
  }
}
.b-understand__nav > li > a i {
  transition: transform 0.3s, bottom 0.3s;
  display: inline-block;
  margin: 0 0 0 10px;
  color: #0A0A0A;
  position: relative;
  bottom: 0;
}
.b-understand__nav > li.opened > a {
  color: #f67819;
}
.b-understand__nav > li.opened > a i {
  transform: rotate(180deg);
  bottom: -5px;
}
.b-understand__nav-subnav {
  display: none;
  padding: 20px 0 15px;
}
.b-understand__nav-subnav a {
  font-size: 22px;
  line-height: 29px;
  color: #0A0A0A;
  text-decoration: none;
  padding: 12px 0 12px;
  display: block;
  cursor: pointer;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .b-understand__nav-subnav a {
    display: none;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    padding: 8px 0;
  }
}
.b-understand__nav-subnav a:hover {
  color: #EE7203;
}
.b-understand__nav-subnav a.b-understand__nav-sublink_mobile {
  display: none;
}
@media (max-width: 767px) {
  .b-understand__nav-subnav a.b-understand__nav-sublink_mobile {
    display: block;
  }
}
.b-understand__nav-subnav li.active a {
  color: #f67819;
}
li.opened .b-understand__nav-subnav {
  display: block;
}
.b-understand__content {
  width: calc(100% - 417px - 30px);
}
@media (max-width: 767px) {
  .b-understand__content {
    display: none;
  }
}
.b-understand__block {
  display: none;
  background-color: #fff;
  max-height: 800px;
  padding: 23px 40px;
  overflow: auto;
}
@media (max-width: 767px) {
  .b-understand__block {
    max-height: none;
    padding: 0;
  }
}
.b-understand__block::-webkit-scrollbar {
  width: 5px;
  /*position: absolute;
  right: 19px;
  top: 0;*/
}
.b-understand__block::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #D9D9D9;
}
.b-understand__block::-webkit-scrollbar-thumb {
  background-color: #f67819;
}
.b-understand__block h1 {
  font-size: 32px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  margin-bottom: 16px;
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .b-understand__block h1 {
    font-size: 18px;
    line-height: 21px;
  }
}
.b-understand__block.active {
  display: block;
}
.b-understand__block .b-contents__back {
  display: none;
}
.b-understand__block-readmore a {
  color: #f67819;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  text-decoration: underline;
}
.b-understand__block-thumbnail {
  display: block;
  margin-bottom: 16px;
}
.b-understand__block-date {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 50px;
}
.b-understand__block p a {
  text-decoration: none;
  color: #f67819;
}

.b-respond {
  display: block;
  overflow: hidden;
}
.b-respond__slide {
  background: #FFFFFF;
  display: flex;
  min-height: 314px;
  position: relative;
}
@media (max-width: 767px) {
  .b-respond__slide {
    display: block;
  }
}
.b-respond__slide-left {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .b-respond__slide-left {
    width: 100%;
    padding-bottom: 56%;
  }
}
.b-respond__slide-right {
  width: 50%;
  padding: 40px;
}
@media (max-width: 767px) {
  .b-respond__slide-right {
    width: 100%;
    padding: 10px;
  }
}
.b-respond__slide-title {
  color: #0A0A0A;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .b-respond__slide-title {
    font-size: 14px;
    line-height: 19px;
  }
}
.b-respond__slide-text p {
  color: #0A0A0A;
  font-size: 18px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .b-respond__slide-text p {
    font-size: 14px;
    line-height: 19px;
  }
}
.b-respond__slide-date {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #272727;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .b-respond__slide-date {
    display: none;
  }
}
.b-respond__slide-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.b-respond .glide {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}
.b-respond .glide__nav {
  display: flex;
  padding: 40px 0 0;
  justify-content: center;
}
.b-respond .glide__nav button {
  border: 0;
  padding: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #000;
  margin-right: 12px;
  cursor: pointer;
  transition: background-color 0.3s, width 0.3s;
}
.b-respond .glide__nav button:last-child {
  margin-right: 0;
}
.b-respond .glide__nav button.glide__bullet--active {
  width: 12px;
  background-color: #F67819;
}
.b-respond .glide__slide {
  height: auto;
  opacity: 0;
  transition: opacity 0.9s;
}
.b-respond .glide__slide--visible {
  opacity: 1;
}
.b-respond .glide__track-wrap {
  width: 3493px;
  margin-left: calc((3493px - 100%) / -2);
}
@media (max-width: 1201px) {
  .b-respond .glide__track-wrap {
    margin-left: 0;
    width: 100%;
    padding: 0 0 0 20px;
  }
}

.b-practice__img {
  display: block;
  width: 100%;
  margin-bottom: 32px;
}
.b-practice__text {
  max-width: 620px;
  text-align: center;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .b-practice__text {
    margin-bottom: 32px;
  }
}
.b-practice__text p {
  font-size: 18px;
  line-height: 25px;
  color: #272727;
}
@media (max-width: 767px) {
  .b-practice__text p {
    font-size: 14px;
    line-height: 19px;
  }
}
.b-practice__button {
  display: flex;
  justify-content: center;
}
.b-practice__button .pr__button {
  width: 360px;
}

.b-still-curious__disclaimer {
  font-size: 18px;
  line-height: 25px;
  color: #272727;
  max-width: 620px;
  margin: 0 auto 31px;
  text-align: center;
}
@media (max-width: 767px) {
  .b-still-curious__disclaimer {
    font-size: 14px;
    line-height: 19px;
  }
}
.b-still-curious__alert {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.b-still-curious__viewall {
  text-align: center;
  padding: 20px 0 0;
}
.b-still-curious__viewall a {
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #0A0A0A;
  text-decoration: none;
  display: inline-block;
  padding: 0 12px 6px;
  transition: border-color 0.3s;
  position: relative;
}
.b-still-curious__viewall a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s;
  width: 0;
  height: 6px;
  background: #F67819;
}
.b-still-curious__viewall a:hover:after {
  width: 100%;
}
@media (max-width: 767px) {
  .b-still-curious__viewall a {
    font-size: 18px;
    line-height: 23px;
  }
}
.b-still-curious__content {
  width: 100%;
}

.b-learn-text__text {
  max-width: 630px;
  margin: 0 auto;
}
.b-learn-text__text p {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 25px;
  color: #0A0A0A;
}
@media (max-width: 767px) {
  .b-learn-text__text p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 18px;
  }
}
.b-learn-text__text p:last-child {
  margin-bottom: 0;
}
.b-learn-text__text p:first-child::first-letter {
  initial-letter: 3;
  font-weight: 700;
  margin-right: 0.5em;
}

.b-learn-video__content {
  margin: 0 auto;
  max-width: 928px;
  width: 100%;
}
.b-learn-video__video {
  width: 100%;
  height: 0;
  padding-bottom: 56.4%;
  background: rgba(0, 0, 0, 0.75);
  position: relative;
}
.b-learn-video__video-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
  background: no-repeat 50% 50%;
  background-size: cover;
}
.b-learn-video__video-play:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 30 35' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='play_icon' transform='translate(-210,-524)'%3E%3Crect transform='translate(210,524)' width='87.742' height='87.742' fill='none' data-name='Rectangle 2882'/%3E%3Cpath d='m238.24 538.97a3 3 0 0 1 0 5.124l-23.239 14.159a3 3 0 0 1-4.561-2.562v-28.318a3 3 0 0 1 4.561-2.562z' fill='%23f67819' data-name='Polygon 1'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 49px 50% rgba(255, 255, 255, 0.8);
  width: 128px;
  height: 128px;
  background-size: 45px auto;
}

.b-languages {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.b-languages li {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: #0A0A0A;
  margin-bottom: 10px;
  padding: 0 12px;
}
.b-languages li:first-child {
  padding-left: 0;
}
.b-languages li:last-child {
  padding-right: 0;
}
.b-languages li a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}
.b-languages li a:hover {
  color: #BD3500;
}
.b-languages__language {
  text-transform: uppercase;
}
.b-languages__language_current {
  color: #BD3500 !important;
}
.b-languages__language_single {
  text-transform: none;
}

.b-ee__text {
  margin-bottom: 60px;
}
.b-ee__text p {
  color: #000000;
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.19;
}
.b-ee__preview {
  margin-bottom: 47px;
  position: relative;
}
.b-ee__preview img {
  display: block;
  width: 100%;
}
.b-ee__title {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  left: 122px;
  top: 50%;
  max-width: calc(80% - 170px);
  transform: translateY(-50%);
}
.b-ee__title span {
  background-color: #f67819;
  padding: 0 18px;
  -webkit-box-decoration-break: clone;
  line-height: 1.8;
}
.b-ee__da {
  background-color: #f67819;
  margin-bottom: 82px;
  padding: 38px 0;
  position: relative;
}
.b-ee__da-link {
  color: #000000;
  font-family: "Oswald", sans-serif;
  font-size: 39px;
  font-weight: 600;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAAS1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADmYDp0AAAAGXRSTlMAPEDw/ywcLevc5CQ38fZBQqD4B/KiI/lgyZcEcQAAAQhJREFUeAHtzOtOg0AQgNEpnaWl9SLlAu//pJpFxqzuFwlLjD/mPMCR35yq6CSlzhqdPfLII4/+X+SRRx6FmqM6bH8u16amqG6ul+2Pqk0WrY8qTpnHpjSKD0zw2GSRPTDRo3q7f4/uN9XN09OzJtMaJY++vGJAk0XJ8yY/VLpoYVojeFpdVJkondYo93CUmR4aPfIPRzYReziCiR6OYKKHI5jo4QgmejjiiR+OaIKHI5rg4YgmeDiiCR6OaIKHI5jowQgmfCiCiR+KYOIHI/DXkUceNe0ujUVBDxGk6494+k5kOCIaRGScyp9plA9zeTRLNE9lzTTLp3Ho9zf9MMqXLlQ7hW4Z3gGiByc5sgpM+AAAAABJRU5ErkJggg==) no-repeat left center;
  padding: 24px 0 24px 100px;
  display: inline-block;
  line-height: 1.1;
}
.b-ee__da-link span {
  border-bottom: 9px solid #000;
  display: inline-block;
  transition: border-color 0.3s;
}
.b-ee__da-link:hover span {
  border-bottom-color: transparent;
}
.b-ee__da-title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #000000;
  padding: 0 20px;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
}
.b-ee__da_2 {
  padding: 13px 0;
  background-color: transparent;
  border: 10px solid #f67819;
  margin-top: 60px;
}
.b-ee__da-text {
  color: #000000;
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.17;
  text-transform: uppercase;
}
.b-ee__da-img {
  position: absolute;
  bottom: 0;
  left: 33%;
}

@media (max-width: 991px) {
  .b-ee__title {
    font-size: 36px;
    max-width: calc(80% - 170px);
  }
  .b-ee__text {
    margin-bottom: 45px;
  }
  .b-ee__text p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .b-ee__preview {
    padding: 0 0 0 140px;
  }
  .b-ee__title {
    font-size: 30px;
    max-width: calc(80% - 170px);
  }
  .b-ee__text p {
    font-size: 24px;
  }
  .b-ee__da {
    margin-bottom: 45px;
    padding: 24px 0;
  }
  .b-ee__da-link {
    font-size: 26px;
    padding: 12px 0 12px 50px;
    background-size: 40px auto;
  }
  .b-ee__da-title {
    font-size: 22px;
    padding: 0 18px;
    margin-left: -18px;
  }
  .b-ee__da_2 {
    margin-top: 45px;
  }
  .b-ee__da-text {
    font-size: 22px;
  }
  .b-ee__da-img {
    left: 35%;
    width: 130px;
  }
}
@media (max-width: 575px) {
  .b-ee__preview {
    padding: 0;
  }
  .b-ee__title {
    font-size: 24px;
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 100%;
    padding: 0 10px;
    margin-top: -22px;
  }
  .b-ee__title span {
    box-shadow: -10px 0 0 0 #f67819, 10px 0 0 0 #f67819;
  }
  .b-ee__da {
    margin-bottom: 45px;
    padding: 25px 15px;
    text-align: center;
  }
  .b-ee__da-link {
    font-size: 18px;
    padding: 75px 0 0 0;
    background-size: 52px auto;
    background-position: center top;
    transition: border-color 0.3s;
  }
  .b-ee__da-link span {
    border-bottom-width: 5px;
  }
  .b-ee__da-link:hover {
    border-bottom-color: transparent;
  }
  .b-ee__da-title {
    font-size: 24px;
    padding: 5px 10px;
    margin: 0 auto 23px;
    display: inline-block;
  }
  .b-ee__da-img {
    left: auto;
    bottom: auto;
    width: 177px;
    position: relative;
    margin: 0 auto 30px;
    display: block;
  }
}
.b-eepost {
  margin-bottom: 60px;
}
.b-eepost__link {
  display: block;
  width: 100%;
  position: relative;
}
.b-eepost__title {
  display: block;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 350px;
  max-width: 80%;
  line-height: 1.8;
}
.b-eepost__title span {
  background-color: #f67819;
  padding: 0 18px;
  -webkit-box-decoration-break: clone;
}
.b-eepost__title span.black {
  background-color: #000000;
}
.b-eepost__preview {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 50%;
  overflow: hidden;
}
.b-eepost__pattern {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  transform: rotate(7deg);
}
.b-eepost__text p {
  color: #000000;
  font-size: 18px;
  line-height: 1.27;
  padding-bottom: 30px;
}
.b-eepost__download a {
  display: inline-block;
  padding: 0 0 0 43px;
  position: relative;
  color: #000000;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 600;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAAS1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADmYDp0AAAAGXRSTlMAPEDw/ywcLevc5CQ38fZBQqD4B/KiI/lgyZcEcQAAAQhJREFUeAHtzOtOg0AQgNEpnaWl9SLlAu//pJpFxqzuFwlLjD/mPMCR35yq6CSlzhqdPfLII4/+X+SRRx6FmqM6bH8u16amqG6ul+2Pqk0WrY8qTpnHpjSKD0zw2GSRPTDRo3q7f4/uN9XN09OzJtMaJY++vGJAk0XJ8yY/VLpoYVojeFpdVJkondYo93CUmR4aPfIPRzYReziCiR6OYKKHI5jo4QgmejjiiR+OaIKHI5rg4YgmeDiiCR6OaIKHI5jowQgmfCiCiR+KYOIHI/DXkUceNe0ujUVBDxGk6494+k5kOCIaRGScyp9plA9zeTRLNE9lzTTLp3Ho9zf9MMqXLlQ7hW4Z3gGiByc5sgpM+AAAAABJRU5ErkJggg==) no-repeat left center;
  background-size: 32px auto;
}
.b-eepost__download a span {
  border-bottom: 5px solid #000;
  display: inline-block;
  transition: border-color 0.3s;
}
.b-eepost__download a:hover span {
  border-bottom-color: transparent;
}

@media (max-width: 991px) {
  .b-eepost__title {
    font-size: 22px;
    line-height: 1.8;
  }
}
@media (max-width: 575px) {
  .b-eepost__title {
    font-size: 21px;
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0);
    width: 100%;
    max-width: 100%;
    padding: 0 18px;
    margin: -22px 0 17px;
    line-height: 2;
  }
  .b-eepost__title span {
    box-shadow: -18px 0 0 3px #f67819, 18px 0 0 3px #f67819;
  }
  .b-eepost__title span.black {
    box-shadow: -18px 0 0 3px #000000, 18px 0 0 3px #000000;
  }
}
.b-mansonry {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-auto-rows: 20px;
  padding: 60px 12px 10px;
}
.b-mansonry-desktop {
  display: block;
}
@media (max-width: 1024px) {
  .b-mansonry-desktop {
    display: none;
  }
}
.b-mansonry-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .b-mansonry-mobile {
    display: block;
  }
}
.b-mansonry__content {
  height: 100%;
}
.b-mansonry__article {
  cursor: pointer;
  background: #FFFFFF;
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: block;
  height: 100%;
}
.b-mansonry__article:hover .b-mansonry__article-title {
  color: #BD3500;
}
.b-mansonry__article-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #0A0A0A;
}
.b-mansonry__article-title a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}
.b-mansonry__article-content {
  padding: 25px;
}
.b-mansonry__article-content.case {
  padding: 45px 25px 25px;
}
.b-mansonry__article-image {
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0;
}
.b-mansonry__article-image img {
  display: block;
  width: 100%;
  filter: grayscale(100%);
  transition: filter 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1441px) {
  .b-mansonry__article-image img {
    max-height: 316px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .b-mansonry__article-image img {
    max-height: 265px;
  }
}
@media (max-width: 1024px) {
  .b-mansonry__article-image img {
    max-height: 44vw;
  }
}
.b-mansonry__article-image:hover img {
  filter: grayscale(0);
}
.b-mansonry__article-image-category {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #0A0A0A;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(246, 120, 25, 0.93);
  padding: 5px 24px;
  border-radius: 5px 0;
  text-transform: capitalize;
}
.b-mansonry__button {
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.glide .masonry-content {
  height: 100%;
}
.glide .b-mansonry__article-content.case {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.only_screen_readers {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
}
.skip-link:focus {
  overflow: auto;
  width: auto;
  height: auto;
  opacity: 1;
}

.sk-play-button path {
  fill: #f67819 !important;
}

.site-wrap {
  max-width: 1366px;
  margin: 0 auto;
}

.learn-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.learn-bg:after {
  content: "";
  background: url("../images/new_theme/learn_img.jpg") no-repeat bottom center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity 0.5s, transform 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.scrolled .learn-bg:after {
  opacity: 0.25;
  transform: translate(-50%, -50%) scale(3);
}

body {
  padding-top: 64px;
}
@media (max-width: 575px) {
  body {
    padding-top: 47px;
  }
}
body.popup-opened, body .loading {
  overflow: hidden;
}
body.page-learn {
  background: transparent;
}

@keyframes ldio-xve4swadbsi {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ldio-xve4swadbsi > div > div {
  position: absolute;
  border-radius: 50%;
}

.ldio-xve4swadbsi > div > div:nth-child(1) {
  top: 15px;
  left: 15px;
  width: 70px;
  height: 70px;
  background: #f27838;
}

.ldio-xve4swadbsi > div > div:nth-child(2) {
  top: 19.9px;
  left: 39.5px;
  width: 21px;
  height: 21px;
  background: #ffffff;
  animation: ldio-xve4swadbsi 1s linear infinite;
  transform-origin: 10.5px 30.1px;
}

.loadingio-spinner-disk-huvke23oe3 {
  width: 50px;
  height: 50px;
  display: inline-block;
  overflow: hidden;
  background: none;
}

.ldio-xve4swadbsi {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.5);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}

.ldio-xve4swadbsi div {
  box-sizing: content-box;
}

.daterangepicker {
  width: 552px !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  padding: 26px 4px 0 !important;
  display: none;
}
@media (max-width: 592px) {
  .daterangepicker .daterangepicker {
    width: 290px !important;
  }
}
.daterangepicker_input {
  display: none !important;
}
.daterangepicker.ltr .ranges {
  width: 100%;
  float: none;
  text-align: right;
  cursor: pointer;
  margin-bottom: 0 !important;
}
.daterangepicker .calendar-table {
  padding: 0 !important;
  border: 0 !important;
  width: 100%;
}
.daterangepicker .calendar {
  margin: 10px !important;
}
.daterangepicker .calendar.left {
  margin-bottom: 20px !important;
}
.daterangepicker .table-condensed {
  width: 252px;
  margin: 0 auto !important;
}
.daterangepicker .table-condensed thead tr th {
  border: 0;
}
.daterangepicker .table-condensed thead tr:last-child th {
  padding: 16px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #575757;
  border-bottom: 1px solid #E9E9F0;
}
.daterangepicker .table-condensed thead tr:first-child th {
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #0A0A0A;
}
.daterangepicker .table-condensed thead tr:first-child th select {
  font-size: 16px;
  border-radius: 0px;
  background: transparent;
  padding: 5px;
}
.daterangepicker .table-condensed td {
  font-size: 15px;
  line-height: 36px;
  color: #F67819;
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 0 !important;
  border: 0;
}
.daterangepicker .table-condensed td.in-range, .daterangepicker .table-condensed td.active {
  color: #000;
  background: #EFB17E !important;
}
.daterangepicker .table-condensed td.active, .daterangepicker .table-condensed td .in-range.active, .daterangepicker .table-condensed td:hover, .daterangepicker .table-condensed td .start-date, .daterangepicker .table-condensed td .end-date {
  color: #000 !important;
  background: #F67819 !important;
  font-weight: 700 !important;
}
.daterangepicker .applyBtn, .daterangepicker .cancelBtn {
  border: 0;
  background: transparent;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  cursor: pointer;
}
.daterangepicker .applyBtn:hover, .daterangepicker .cancelBtn:hover {
  background: #F67819 !important;
}

/* REMOVE SECOND CALENDAR */
.infographics-opened .database-col {
  flex: 0 0 100%;
  max-width: 100%;
}
.infographics-opened .infographics-col {
  flex: 0 0 100%;
  max-width: 100%;
}

.wpProQuiz_button {
  font-size: 14px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.wpProQuiz_button_shareQuiz i {
  margin-right: 5px;
}

.tippy-box {
  background: #000;
}
.tippy-arrow {
  color: #000;
}
.tippy-content a {
  color: #fff;
  transition: all 0.3s ease;
}
.tippy-content a:hover {
  color: #F67819;
}