/*==============================================
    Mixins
/*=============================================*/
/*--------------------------------------------------------------
# BASE + CUSTOMIZE
--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------
# BREAKPOINTS
--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------
# COLORS
--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------
# GLOBAL TRANSITIONS
--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------
# SPACES
--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------
# TYPOGRAPHY
--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------
# PRIMARY MENU COLORS
--------------------------------------------------------------*/
/*--------------------------------------------------------------*/

@import "https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.6.11/css/lightgallery.min.css";
@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,400,400i,500,600,700&subset=latin-ext");
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: black;
  --secondary: #e83624;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

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

body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: black;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #211d4d;
    text-decoration: underline; }

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

pre,
code,
kbd,
samp {
  font-family: 'Manrope', sans-serif;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.5rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.5;
  color: inherit; }

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

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

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

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

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

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

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

.display-1 {
  font-size: 7rem;
  font-weight: 600;
  line-height: 1.5; }

.display-2 {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.5; }

.display-3 {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.5; }

.display-4 {
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.5; }

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block; }

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

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

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }
  /* @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } } */
  @media (min-width: 992px) {
    .container {
      max-width: 1024px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: calc(100vw - 300px); } }

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }

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

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%; }

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%; }

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%; }

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%; }

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.15rem + 6px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.4;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 3px solid #ced4da;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #766ec8;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 50, 133, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(57, 50, 133, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

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

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

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

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

.form-control-sm {
  height: calc(1.8125rem + 6px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-lg {
  height: calc(2.875rem + 6px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5; }

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

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #585858; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e83624; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e83624; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 1200px; } }

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

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

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

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

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

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

.bg-primary {
  background-color: black !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: black !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

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

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

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

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

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

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

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

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.75rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-7,
.px-7 {
  padding-left: 12rem !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.75rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.75rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.75rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.75rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.75rem !important; }
  .m-sm-2 {
    margin: 1.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1.5rem !important; }
  .m-sm-3 {
    margin: 3rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3rem !important; }
  .m-sm-4 {
    margin: 4.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4.5rem !important; }
  .m-sm-5 {
    margin: 6rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 6rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 6rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 6rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 6rem !important; }
  .m-sm-6 {
    margin: 9rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 9rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 9rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 9rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 9rem !important; }
  .m-sm-7 {
    margin: 12rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 12rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 12rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 12rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 12rem !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.75rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.75rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.75rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.75rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.75rem !important; }
  .p-sm-2 {
    padding: 1.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1.5rem !important; }
  .p-sm-3 {
    padding: 3rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3rem !important; }
  .p-sm-4 {
    padding: 4.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4.5rem !important; }
  .p-sm-5 {
    padding: 6rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 6rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 6rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 6rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 6rem !important; }
  .p-sm-6 {
    padding: 9rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 9rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 9rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 9rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 9rem !important; }
  .p-sm-7 {
    padding: 12rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 12rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 12rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 12rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 12rem !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.75rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.75rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.75rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.75rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.75rem !important; }
  .m-md-2 {
    margin: 1.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1.5rem !important; }
  .m-md-3 {
    margin: 3rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3rem !important; }
  .m-md-4 {
    margin: 4.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4.5rem !important; }
  .m-md-5 {
    margin: 6rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 6rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 6rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 6rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 6rem !important; }
  .m-md-6 {
    margin: 9rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 9rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 9rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 9rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 9rem !important; }
  .m-md-7 {
    margin: 12rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 12rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 12rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 12rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 12rem !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.75rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.75rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.75rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.75rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.75rem !important; }
  .p-md-2 {
    padding: 1.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1.5rem !important; }
  .p-md-3 {
    padding: 3rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important; }
  .p-md-4 {
    padding: 4.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4.5rem !important; }
  .p-md-5 {
    padding: 6rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 6rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 6rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 6rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 6rem !important; }
  .p-md-6 {
    padding: 9rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 9rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 9rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 9rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 9rem !important; }
  .p-md-7 {
    padding: 12rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 12rem !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 12rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 12rem !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 12rem !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.75rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.75rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.75rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.75rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.75rem !important; }
  .m-lg-2 {
    margin: 1.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1.5rem !important; }
  .m-lg-3 {
    margin: 3rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3rem !important; }
  .m-lg-4 {
    margin: 4.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4.5rem !important; }
  .m-lg-5 {
    margin: 6rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 6rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 6rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 6rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 6rem !important; }
  .m-lg-6 {
    margin: 9rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 9rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 9rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 9rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 9rem !important; }
  .m-lg-7 {
    margin: 12rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 12rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 12rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 12rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 12rem !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.75rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.75rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.75rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.75rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.75rem !important; }
  .p-lg-2 {
    padding: 1.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1.5rem !important; }
  .p-lg-3 {
    padding: 3rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important; }
  .p-lg-4 {
    padding: 4.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4.5rem !important; }
  .p-lg-5 {
    padding: 6rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 6rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 6rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 6rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 6rem !important; }
  .p-lg-6 {
    padding: 9rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 9rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 9rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 9rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 9rem !important; }
  .p-lg-7 {
    padding: 12rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 12rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 12rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 12rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 12rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.75rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.75rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.75rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.75rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.75rem !important; }
  .m-xl-2 {
    margin: 1.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1.5rem !important; }
  .m-xl-3 {
    margin: 3rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3rem !important; }
  .m-xl-4 {
    margin: 4.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4.5rem !important; }
  .m-xl-5 {
    margin: 6rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 6rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 6rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 6rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 6rem !important; }
  .m-xl-6 {
    margin: 9rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 9rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 9rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 9rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 9rem !important; }
  .m-xl-7 {
    margin: 12rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 12rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 12rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 12rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 12rem !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.75rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.75rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.75rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.75rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.75rem !important; }
  .p-xl-2 {
    padding: 1.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1.5rem !important; }
  .p-xl-3 {
    padding: 3rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3rem !important; }
  .p-xl-4 {
    padding: 4.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4.5rem !important; }
  .p-xl-5 {
    padding: 6rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 6rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 6rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 6rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 6rem !important; }
  .p-xl-6 {
    padding: 9rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 9rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 9rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 9rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 9rem !important; }
  .p-xl-7 {
    padding: 12rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 12rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 12rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 12rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 12rem !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: 'Manrope', sans-serif;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: black !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !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; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

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

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

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

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

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

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

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #BBB;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }
  .selectric-hover .selectric .button {
    color: #a2a2a2; }
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #c4c4c4; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

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

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

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

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

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

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

.bg-primary {
  background-color: black !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: black !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

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

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

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

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

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

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

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

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.75rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-7,
.px-7 {
  padding-left: 12rem !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.75rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.75rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.75rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.75rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.75rem !important; }
  .m-sm-2 {
    margin: 1.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1.5rem !important; }
  .m-sm-3 {
    margin: 3rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3rem !important; }
  .m-sm-4 {
    margin: 4.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4.5rem !important; }
  .m-sm-5 {
    margin: 6rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 6rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 6rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 6rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 6rem !important; }
  .m-sm-6 {
    margin: 9rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 9rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 9rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 9rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 9rem !important; }
  .m-sm-7 {
    margin: 12rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 12rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 12rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 12rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 12rem !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.75rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.75rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.75rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.75rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.75rem !important; }
  .p-sm-2 {
    padding: 1.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1.5rem !important; }
  .p-sm-3 {
    padding: 3rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3rem !important; }
  .p-sm-4 {
    padding: 4.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4.5rem !important; }
  .p-sm-5 {
    padding: 6rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 6rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 6rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 6rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 6rem !important; }
  .p-sm-6 {
    padding: 9rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 9rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 9rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 9rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 9rem !important; }
  .p-sm-7 {
    padding: 12rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 12rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 12rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 12rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 12rem !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.75rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.75rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.75rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.75rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.75rem !important; }
  .m-md-2 {
    margin: 1.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1.5rem !important; }
  .m-md-3 {
    margin: 3rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3rem !important; }
  .m-md-4 {
    margin: 4.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4.5rem !important; }
  .m-md-5 {
    margin: 6rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 6rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 6rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 6rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 6rem !important; }
  .m-md-6 {
    margin: 9rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 9rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 9rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 9rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 9rem !important; }
  .m-md-7 {
    margin: 12rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 12rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 12rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 12rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 12rem !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.75rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.75rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.75rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.75rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.75rem !important; }
  .p-md-2 {
    padding: 1.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1.5rem !important; }
  .p-md-3 {
    padding: 3rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important; }
  .p-md-4 {
    padding: 4.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4.5rem !important; }
  .p-md-5 {
    padding: 6rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 6rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 6rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 6rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 6rem !important; }
  .p-md-6 {
    padding: 9rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 9rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 9rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 9rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 9rem !important; }
  .p-md-7 {
    padding: 12rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 12rem !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 12rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 12rem !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 12rem !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.75rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.75rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.75rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.75rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.75rem !important; }
  .m-lg-2 {
    margin: 1.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1.5rem !important; }
  .m-lg-3 {
    margin: 3rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3rem !important; }
  .m-lg-4 {
    margin: 4.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4.5rem !important; }
  .m-lg-5 {
    margin: 6rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 6rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 6rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 6rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 6rem !important; }
  .m-lg-6 {
    margin: 9rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 9rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 9rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 9rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 9rem !important; }
  .m-lg-7 {
    margin: 12rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 12rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 12rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 12rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 12rem !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.75rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.75rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.75rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.75rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.75rem !important; }
  .p-lg-2 {
    padding: 1.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1.5rem !important; }
  .p-lg-3 {
    padding: 3rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important; }
  .p-lg-4 {
    padding: 4.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4.5rem !important; }
  .p-lg-5 {
    padding: 6rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 6rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 6rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 6rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 6rem !important; }
  .p-lg-6 {
    padding: 9rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 9rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 9rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 9rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 9rem !important; }
  .p-lg-7 {
    padding: 12rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 12rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 12rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 12rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 12rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.75rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.75rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.75rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.75rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.75rem !important; }
  .m-xl-2 {
    margin: 1.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1.5rem !important; }
  .m-xl-3 {
    margin: 3rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3rem !important; }
  .m-xl-4 {
    margin: 4.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4.5rem !important; }
  .m-xl-5 {
    margin: 6rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 6rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 6rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 6rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 6rem !important; }
  .m-xl-6 {
    margin: 9rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 9rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 9rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 9rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 9rem !important; }
  .m-xl-7 {
    margin: 12rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 12rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 12rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 12rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 12rem !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.75rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.75rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.75rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.75rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.75rem !important; }
  .p-xl-2 {
    padding: 1.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1.5rem !important; }
  .p-xl-3 {
    padding: 3rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3rem !important; }
  .p-xl-4 {
    padding: 4.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4.5rem !important; }
  .p-xl-5 {
    padding: 6rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 6rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 6rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 6rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 6rem !important; }
  .p-xl-6 {
    padding: 9rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 9rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 9rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 9rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 9rem !important; }
  .p-xl-7 {
    padding: 12rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 12rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 12rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 12rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 12rem !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: 'Manrope', sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: black !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !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; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: 'Manrope', sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: 'Manrope', sans-serif;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

@font-face {
  font-family: "svg-icons";
  src: url("./fonts/svg-icons/svg-icons.eot?0983d25c6c008f4331eda82db3bbf72a?#iefix") format("embedded-opentype"), url("./fonts/svg-icons/svg-icons.woff?0983d25c6c008f4331eda82db3bbf72a") format("woff"), url("./fonts/svg-icons/svg-icons.ttf?0983d25c6c008f4331eda82db3bbf72a") format("truetype"), url("./fonts/svg-icons/svg-icons.svg?0983d25c6c008f4331eda82db3bbf72a#svg-icons") format("svg"); }

.icon-svg {
  line-height: normal;
  font-size: 1em; }
  .icon-svg::before {
    font-family: svg-icons !important;
    font-style: normal;
    font-weight: normal !important;
    vertical-align: top; }
  .icon-svg.icon-svg-sm {
    font-size: 1em; }
  .icon-svg.icon-svg-1-5x {
    font-size: 1.5em; }
  .icon-svg.icon-svg-2x {
    font-size: 2em; }
  .icon-svg.icon-svg-3x {
    font-size: 3em; }
  .icon-svg.icon-svg-4x {
    font-size: 4em; }
  .icon-svg.icon-check::before {
    content: "\f101"; }
  .icon-svg.icon-chervon-up::before {
    content: "\f102"; }
  .icon-svg.icon-chevron-down::before {
    content: "\f103"; }
  .icon-svg.icon-chevron-left::before {
    content: "\f104"; }
  .icon-svg.icon-chevron-right::before {
    content: "\f105"; }
  .icon-svg.icon-close::before {
    content: "\f106"; }
  .icon-svg.icon-doc::before {
    content: "\f107"; }
  .icon-svg.icon-fb::before {
    content: "\f108"; }
  .icon-svg.icon-file::before {
    content: "\f109"; }
  .icon-svg.icon-instagram::before {
    content: "\f10a"; }
  .icon-svg.icon-linkedin::before {
    content: "\f10b"; }
  .icon-svg.icon-message::before {
    content: "\f10c"; }
  .icon-svg.icon-mobile::before {
    content: "\f10d"; }
  .icon-svg.icon-phone::before {
    content: "\f10e"; }
  .icon-svg.icon-play::before {
    content: "\f10f"; }
  .icon-svg.icon-search::before {
    content: "\f110"; }
  .icon-svg.icon-tools::before {
    content: "\f111"; }
  .icon-svg.icon-twitter::before {
    content: "\f112"; }
  .icon-svg.icon-youtube-line::before {
    content: "\f113"; }
  .icon-svg.icon-youtube::before {
    content: "\f114"; }
  .icon-svg.icon-zoom::before {
    content: "\f115"; }

.gallery {
  margin: 0 auto 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.gallery .gallery-item {
  margin-top: 0;
  text-align: center;
  width: 33%;
  margin-bottom: 14px; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery img {
  -webkit-box-shadow: 0px 0px 4px #999;
          box-shadow: 0px 0px 4px #999;
  border: 1px solid white;
  padding: 8px;
  background: #f2f2f2; }

.gallery img:hover {
  background: white; }

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto; }

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto; }

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px; }

.gallery dl, .gallery dt {
  margin: 0; }

.gallery br + br {
  display: none; }

.entry-content img {
  margin: 0 0 1.5em 0; }

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.alignnone, img.alignnone {
  /* not sure about this one */ }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

body {
  margin-top: 60px;
  font-family: 'Manrope', sans-serif;
}
  @media only screen and (min-width: 576px) {
    body {
      margin-top: 80px; } }
  @media only screen and (min-width: 769px) {
    body {
      margin-top: 100px; } }

h4, .h4, .h4 {
  font-weight: 500; }

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

html {
  font-size: 12.8px;
  overflow-x: hidden; }
  @media only screen and (min-width: 576px) {
    html {
      font-size: 14.4px; } }
  @media only screen and (min-width: 1025px) {
    html {
      font-size: 16px; } }

*:focus {
  outline-color: red;
  outline-style: dashed;
  outline-width: 2px;
  outline-offset: -2px; }

p {
  font-family: 'Manrope', sans-serif;
 }

.small {
  font-size: 0.8125rem;
  line-height: 1.8; }

table tr:hover {
  background-color: #707070; }

table td {
  font-size: 0.75rem;
  padding: 5px 10px; }

.wysiwyg {
  line-height: 150%; }
  .wysiwyg p {
    color: #707070; }
  .wysiwyg a {
    color: #e83624; }
  .wysiwyg img {
    max-width: 100%;
    height: auto; }

.col-1-5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 576px) {
  .col-sm-1-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 769px) {
  .col-md-1-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 1025px) {
  .col-lg-1-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 1200px) {
  .col-xlg-1-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; } }

.page-footer__top {
  background-image: url("../img/bg/pattern1.png"); }

.page-footer__bottom {
  background-image: url("../img/bg/pattern2.png"); }

.ue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.ue__logo {
  max-width: 150px;
  width: 30%; }

.ue__text {
  padding: 1rem;
  margin: 0;
  color: black;
  font-size: 0.875rem;
max-width: 400px; }

.page-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 1024;
  border-bottom: 1px solid #f9f9f9;
  height: 60px; }
  @media only screen and (min-width: 576px) {
    .page-header {
      height: 80px; } }
  @media only screen and (min-width: 769px) {
    .page-header {
      height: 100px; } }

.page-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.page-header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: 50px; }
  @media only screen and (min-width: 576px) {
    .page-header__actions {
      height: 80px; } }
  @media only screen and (min-width: 769px) {
    .page-header__actions {
      height: 100px; } }
  @media only screen and (min-width: 1025px) {
    .page-header__actions {
      margin-right: 0; } }

.page-header__action {
  border-left: 1px solid #d6d5e6;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none; }
  @media only screen and (min-width: 576px) {
    .page-header__action {
      padding: 0 12px; } }
  @media only screen and (min-width: 769px) {
    .page-header__action {
      padding: 0 12px; } }
  @media only screen and (min-width: 1025px) {
    .page-header__action {
      padding: 0 16px; } }
  .page-header__action:hover {
    color: #e83624;
    text-decoration: none; }

.page-header__action--search {
  color: black; }

.page-header__action--fb {
  color: black; }

.page-header__action--yt {
  color: black; }

.page-header__search-form {
  position: absolute;
  width: calc(100% + 30px);
  z-index: 10;
  height: 100%;
  top: 0;
  left: -15px;
  background-color: #ffffff;
  padding: 0;
  display: none; }
  .page-header__search-form form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .page-header__search-form .field {
    line-height: 100%;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-style: italic;
    font-weight: 500;
    border: 0;
    border-bottom: 1px solid #f9f9f9; }
    @media only screen and (min-width: 576px) {
      .page-header__search-form .field {
        font-size: 1.5rem; } }
    @media only screen and (min-width: 1200px) {
      .page-header__search-form .field {
        font-size: 2rem; } }
    .page-header__search-form .field::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-weight: 200;
      color: rgba(0, 0, 0, 0.3); }
    .page-header__search-form .field::-moz-placeholder {
      /* Firefox 19+ */
      font-weight: 200;
      color: rgba(0, 0, 0, 0.3); }
    .page-header__search-form .field:-ms-input-placeholder {
      /* IE 10+ */
      font-weight: 200;
      color: rgba(0, 0, 0, 0.3); }
    .page-header__search-form .field:-moz-placeholder {
      /* Firefox 18- */
      font-weight: 200;
      color: rgba(0, 0, 0, 0.3); }
  .page-header__search-form .submit {
    visibility: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden; }

.page-header__search-form.page-header__search-form--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.page-header__search-form-close {
  position: absolute;
  z-index: 20;
  right: 15px;
  top: 15px; }
  .page-header__search-form-close:hover {
    text-decoration: none; }

.main {
  padding: 3rem 0; }

.page-main {
  padding: 3rem 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2); }

@media only screen and (min-width: 1025px) {
  .nav-primary {
    background-color: transparent;
    border-radius: 5px; }
  .nav-primary__list {
    margin: 0;
    width: auto;
    text-align: left;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .nav-primary__item {
    display: block;
    position: relative; }
  .nav-primary__link {
    font-size: 14px;
    padding: 0.625rem 0.5625rem;
    color: black;
    font-weight: 600;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap; }
    .nav-primary__link:before, .nav-primary__link:after {
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: red;
      position: absolute;
      left: calc(50% - 2px);
      opacity: 0;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease;
    display: none; }
    .nav-primary__link:after {
      bottom: -10px;
      -webkit-transform: translateY(-6px);
              transform: translateY(-6px);
            display: none; }
    .nav-primary__link:before {
      top: -10px;
      -webkit-transform: translateY(6px);
              transform: translateY(6px);
            display: none; }
    .nav-primary__link:hover {
      color: red;
      text-decoration: none; }
      .nav-primary__link:hover:before, .nav-primary__link:hover:after {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
              display: none; } }
  @media only screen and (min-width: 1025px) and (min-width: 1200px) {
    .nav-primary__link {
      padding: 0.625rem 0.8125rem; } }

@media only screen and (min-width: 1025px) {
  .nav-primary__icon {
    font-size: 80%;
    padding: 0 0 0 5px; }
    .nav-primary__icon:before {
      vertical-align: initial;
    display: none; }
  .nav-primary-second-drop {
    padding: 0;
    margin: 0;
    list-style: none;
    width: auto;
    min-width: 180px;
    position: absolute;
    top: calc(100%);
    left: 0;
    background-color: #000000;
    display: none;
    border-radius: 5px; }
  .nav-primary-second-drop__item {
    position: relative; }
  .nav-primary-second-drop__link {
    font-size: 0.8125rem;
    padding: 0.625rem 1.25rem;
    color: #e83624;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .nav-primary-second-drop__link:hover {
      color: #ffffff;
      text-decoration: none; }
  .nav-primary-third-drop {
    padding: 0;
    margin: 0;
    list-style: none;
    width: auto;
    min-width: 180px;
    position: absolute;
    top: 0;
    left: calc(100%);
    background-color: #000000;
    border-radius: 5px;
    display: none; }
  .nav-primary-third-drop__link {
    font-size: 0.8125rem;
    padding: 0.625rem 1.25rem;
    color: #e83624;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    display: inline-block;
    text-decoration: none; }
    .nav-primary-third-drop__link:hover {
      color: #ffffff;
      text-decoration: none; } }

@media only screen and (max-width: 1024px) {
  .nav-primary {
    background-color: #f9f9f9;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: calc(100%);
    width: 100%;
    padding: 1.25rem 0;
    display: none; }
  .nav-primary__list {
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0; }
  .nav-primary__link {
    font-size: 0.75rem;
    padding: 0.625rem 1.25rem;
    color: black;
    font-weight: 600;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    text-decoration: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .nav-primary__link:hover {
      color: red;
      text-decoration: none; }
  .nav-primary__icon {
    font-size: 80%;
    margin: 0 0 0 1rem;
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    line-height: 1.5625rem;
    text-align: center;
    background-color: black;
    color: #f9f9f9;
    border-radius: 50%; }
    .nav-primary__icon:before {
      vertical-align: initial; }
  .nav-primary-second-drop {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: transparent;
    display: none;
    border-radius: 5px; }
  .nav-primary-second-drop__item {
    position: relative; }
  .nav-primary-second-drop__link {
    font-size: 0.8125rem;
    padding: 0.625rem 1.25rem;
    color: #e83624;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    text-decoration: none;
    display: block; }
    .nav-primary-second-drop__link:hover {
      color: #000000;
      text-decoration: none; }
  .nav-primary-third-drop {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 5px; }
  .nav-primary-third-drop__link {
    font-size: 0.6875rem;
    padding: 0.625rem 1.25rem;
    color: #e83624;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    display: inline-block;
    text-decoration: none; }
    .nav-primary-third-drop__link:hover {
      color: #ffffff;
      text-decoration: none; } }

@media only screen and (min-width: 1025px) {
  .nav-primary__item:hover .nav-primary-second-drop {
    display: block; }
  .nav-primary-second-drop__item:hover .nav-primary-third-drop {
    display: block; } }

@media only screen and (max-width: 1024px) {
  .nav-primary-drop--open .nav-primary-second-drop {
    display: block; }
  .nav-primary.nav-primary--open {
    display: block; } }

.nav-primary__item.current_page_item > .nav-primary__link {
  color: red }

.nav-primary__item.current-menu-item > .nav-primary__link {
  color: red }

.nav-primary__item.current-page-parent > .nav-primary__link {
  color: red }

.nav-primary-drop__item.current_page_item > .nav-primary-drop__link {
  color: red }

.nav-primary-trigger {
  position: absolute;
  width: 46px;
  height: 46px;
  display: block;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media only screen and (min-width: 1025px) {
    .nav-primary-trigger {
      display: none; } }

.line {
  width: 24px;
  height: 3px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 11px;
  background-color: black; }
  .line:nth-child(1) {
    top: 14px; }
  .line:nth-child(2) {
    top: 30px; }
  .line:nth-child(3) {
    top: 22px; }

.nav-primary-trigger--open .line {
  height: 3px;
  width: 32px;
  left: 7px;
  background-color: black; }
  .nav-primary-trigger--open .line:nth-child(1) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 22px; }
  .nav-primary-trigger--open .line:nth-child(2) {
    opacity: 0;
    left: 16px; }
  .nav-primary-trigger--open .line:nth-child(3) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 22px; }

.nav-secondary {
  color: #e83624; }

.nav-secondary__list {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-break-inside: avoid; }
  @media only screen and (min-width: 576px) {
    .nav-secondary__list {
      -webkit-column-count: 3;
              column-count: 3; } }

.nav-secondary__item {
  display: block;
  -moz-column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid; }

.nav-secondary__link {
  color: black;
  font-size: 0.875rem;
  position: relative;
  display: block;
  font-weight: 600;
  padding: 4px 4px 4px 8px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease; }
  .nav-secondary__link:before {
    content: '';
    background-color: black;
    height: 2px;
    width: 3px;
    top: 12px;
    left: 0;
    position: absolute;
    display: inline-block; }
  .nav-secondary__link:hover {
    color: #e83624;
    text-decoration: none; }
    .nav-secondary__link:hover:before {
      background-color: #e83624; }

.nav-secondary-second-drop {
  list-style: none;
  margin: 1rem 0 0 0;
  padding: 0; }

.nav-secondary-second-drop__item {
  margin-bottom: 0.2rem; }

.nav-secondary-second-drop__link {
  color: #e83624;
  font-size: 0.875rem; }
  .nav-secondary-second-drop__link:hover {
    color: #000000; }

.contact-field {
  padding: 3rem 2rem;
  background-image: url("../img/bg/pattern1.png");
  margin-left: -15px;
  margin-right: -15px; }
  @media only screen and (min-width: 769px) {
    .contact-field {
      margin: 0;
      padding: 3rem 2rem; } }
  .contact-field input {
    padding: 0.625rem 1.25rem; }
  .contact-field textarea {
    padding: 1.25rem; }
  .contact-field input, .contact-field textarea {
    border: 1px solid rgba(57, 50, 133, 0.4);
    background-color: transparent;
    border-radius: 30px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: black;
    resize: none; }
    .contact-field input::-webkit-input-placeholder, .contact-field textarea::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: black;
      opacity: 1;
      font-size: 14px;
      font-weight: 500; }
    .contact-field input::-moz-placeholder, .contact-field textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: black;
      opacity: 1;
      font-size: 14px;
      font-weight: 500; }
    .contact-field input:-ms-input-placeholder, .contact-field textarea:-ms-input-placeholder {
      /* IE 10+ */
      color: black;
      opacity: 1;
      font-size: 14px;
      font-weight: 500; }
    .contact-field input:-moz-placeholder, .contact-field textarea:-moz-placeholder {
      /* Firefox 18- */
      color: black;
      opacity: 1;
      font-size: 14px;
      font-weight: 500; }
  .contact-field input.wpcf7-submit {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
  .contact-field .wpcf7-not-valid-tip {
    font-size: 12px; }
  .contact-field div.wpcf7 .ajax-loader {
    display: none; }
  .contact-field .wpcf7-response-output {
    border-radius: 30px;
    background-color: black;
    color: #ffffff;
    padding: 0.625rem 1.25rem; }

.map {
  position: relative; }

.map__root {
  z-index: 10;
  height: 260px;
  position: relative; }
  @media only screen and (min-width: 769px) {
    .map__root {
      height: 300px; } }
  @media only screen and (min-width: 1025px) {
    .map__root {
      height: 510px; } }

.separator {
  height: 1px;
  width: 100%; }
  .separator:after {
    content: '';
    height: 1px;
    width: 100%;
    display: block; }

.separator--short:after {
  display: inline-block;
  width: 80px; }

.separator--fat {
  height: 8px; }
  .separator--fat:after {
    height: 8px; }

.separator--1:after {
  background-color: #ffffff; }

.separator--2:after {
  background-color: #000000; }

.separator--3:after {
  background-color: black; }

.separator--4:after {
  background-color: #e83624; }

.separator--5:after {
  background-color: #e63a34; }

.separator--6:after {
  background-color: #e83624; }

.separator--7:after {
  background-color: #96c12b; }

.separator--8:after {
  background-color: #f9f9f9; }

.separator--9:after {
  background-color: #707070; }

.separator--10:after {
  background-color: #585858; }

.separator--11:after {
  background-color: #e83624; }

.brand__logo {
  width: auto;
  height: 40px; }
  @media only screen and (min-width: 576px) {
    .brand__logo {
      height: 37px; } }
  @media only screen and (min-width: 1200px) {
    .brand__logo {
      height: 40px; } }

.breadcrumb {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2); }

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

.breadcrumb__item {
  display: inline-block; }
  .breadcrumb__item:after {
    display: inline-block;
    width: 30px;
    content: '>';
    font-size: 11px;
    text-align: center; }

.breadcrumb__link {
  color: #585858;
  text-decoration: underline;
  font-weight: 500;
  padding: 1rem 0;
  display: inline-block;
  font-size: 0.875rem; }
  .breadcrumb__link:hover {
    color: #e83624; }

.breadcrumb__item--active:after {
  display: none; }

.breadcrumb__item--active .breadcrumb__link {
  color: black;
  pointer-events: none;
  text-decoration: none; }

.buttons-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.btn-circle {
  position: relative;
  width: 48%;
  padding-bottom: 48%;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  font-size: 20px;
  margin: 2% 0; }
  @media only screen and (min-width: 769px) {
    .btn-circle {
      width: 20%;
      padding-bottom: 20%;
      margin: 0; } }
  .btn-circle .btn {
    z-index: 20;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 20%; }

.btn-circle__title {
  z-index: 20;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 20%; }
  @media only screen and (min-width: 576px) {
    .btn-circle__title {
      font-size: 1.75rem; } }
  @media only screen and (min-width: 769px) {
    .btn-circle__title {
      font-size: 1.25rem; } }
  @media only screen and (min-width: 1025px) {
    .btn-circle__title {
      font-size: 1.75rem; } }
  @media only screen and (min-width: 1200px) {
    .btn-circle__title {
      font-size: 2.125rem; } }

.btn-circle__apla {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.85; }

.btn--alpha {
  border: 1px solid black;
  background-color: transparent;
  color: black; }
  .btn--alpha:hover {
    color: #ffffff;
    background-color: black; }

.btn--beta {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff; }
  .btn--beta:hover {
    color: #ffffff;
    background-color: black;
    border: 1px solid black; }

.btn--cta {
  border: 0;
  background-color: black;
  color: #ffffff; }
  .btn--cta:hover {
    color: #ffffff !important;
    background-color: #e83624 !important;
    border: 0; }

.btn--delta, .contact-field input.wpcf7-submit {
  border: 1px solid black;
  background-color: black;
  color: #ffffff; }
  .btn--delta:hover, .contact-field input.wpcf7-submit:hover {
    color: #ffffff;
    background-color: #e83624;
    border: 1px solid #e83624; }

.btn--sm {
  font-size: 14px;
  padding: 8px 18px;
  font-weight: 600; }
  @media only screen and (min-width: 769px) {
    .btn--sm {
      padding: 10px 20px; } }
  @media only screen and (min-width: 1200px) {
    .btn--sm {
      padding: 10px 26px; } }

.btn {
  cursor: pointer;
  -webkit-transition: border 300ms ease, color 300ms ease, background-color 300ms ease;
  transition: border 300ms ease, color 300ms ease, background-color 300ms ease;
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block; }
  .btn:hover {
    text-decoration: none; }

.fill {
  background-position: center;
  background-size: cover; }

.fill--arctic {
  /* background-image: url("../img/bg/2385.png"); */
  background: #e2e2e2;
}

.tag {
  padding: 1px 4px;
  color: #ffffff;
  background-color: black;
  border-radius: 5px;
  margin: 3px;
  font-size: 12px; }

.modal-gallery .modal-header {
  border: 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0; }

.modal-gallery .slayer__arrow {
  width: 50px;
  height: 50px;
  background-color: #e63a34;
  color: #ffffff;
  border-radius: 50%;
  top: calc(50% - 25px);
  position: absolute;
  border: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 30; }
  .modal-gallery .slayer__arrow i {
    width: 20px;
    height: 15px;
    display: block; }

.uw-gallery-slider-first .slick-slide {
  height: auto;
  max-height: 30vh; }
  @media only screen and (min-width: 576px) {
    .uw-gallery-slider-first .slick-slide {
      height: 50vh;
      max-height: 50vh; } }
  .uw-gallery-slider-first .slick-slide div {
    height: 100%; }
  .uw-gallery-slider-first .slick-slide img {
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: block; }
    @media only screen and (min-width: 576px) {
      .uw-gallery-slider-first .slick-slide img {
        height: 100%;
        width: auto; } }
  .uw-gallery-slider-first .slick-slide video {
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: block; }
    @media only screen and (min-width: 576px) {
      .uw-gallery-slider-first .slick-slide video {
        height: 100%;
        width: auto; } }

.uw-gallery-slider-second {
  margin-top: 1.5rem; }
  .uw-gallery-slider-second .slayer__arrow--next {
    right: calc(0px - 25px); }
  .uw-gallery-slider-second .slayer__arrow--prev {
    left: calc(0px - 25px); }
  .uw-gallery-slider-second .slick-slide {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
    z-index: 5;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    opacity: 0.4; }
    .uw-gallery-slider-second .slick-slide.slick-center {
      z-index: 10;
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1; }

.modal-gallery-scroller {
  width: 60vh;
  margin: 1.5rem auto 0;
  position: relative;
  max-width: 60vw; }

.modal-gallery-scroller__item {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 10vh; }

/* bootstrap hack: fix content width inside hidden tabs */
#gallery-modal {
  display: block;
  height: 0; }
  #gallery-modal.show {
    height: auto; }

/* bootstrap hack end */
.uw-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.uw-gallery-action {
  margin: 1.2rem 1%;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  width: 31.333%;
  padding-bottom: 31.333%; }
  @media only screen and (min-width: 769px) {
    .uw-gallery-action {
      width: 20%;
      padding-bottom: 20%;
      margin: 1.2rem; } }
  .uw-gallery-action:before {
    content: '';
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    background-color: black;
    border-radius: 50%;
    -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
    transition: opacity 300ms ease, -webkit-transform 300ms ease;
    transition: transform 300ms ease, opacity 300ms ease;
    transition: transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
    opacity: 0; }
  .uw-gallery-action:hover .uw-gallery-action__thumbnail {
    -webkit-box-shadow: 24.271px 17.634px 30px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 24.271px 17.634px 30px 0px rgba(0, 0, 0, 0.15); }
  .uw-gallery-action:hover .uw-gallery-action__icon {
    top: 50%;
    opacity: 1; }
  .uw-gallery-action:hover:before {
    opacity: 0.8;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1); }

.uw-gallery-action__icon {
  position: absolute;
  left: 50%;
  top: 60%;
  font-size: 25px;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  z-index: 10;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  width: 26px;
  height: 26px; }

.uw-gallery-action__thumbnail {
  width: 200px;
  height: 200px;
  -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-box-shadow 300ms ease;
  transition: -webkit-box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease, -webkit-box-shadow 300ms ease;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  opacity: 0;
  position: absolute; }
  @media only screen and (min-width: 769px) {
    .uw-gallery-action__thumbnail {
      width: 100%;
      height: auto;
      padding-bottom: 100%; } }

.uw-gallery-action--video .uw-gallery-action__icon {
  font-size: 40px;
  width: 40px;
  height: 40px; }

.uw-gallery-action--video:hover .uw-gallery-action__thumbnail {
  -webkit-box-shadow: 24.271px 17.634px 30px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 24.271px 17.634px 30px 0px rgba(0, 0, 0, 0.15); }

.uw-gallery-action--video:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9); }

.uw-gallery-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 1rem 1rem;
  height: 100%; }
  .uw-gallery-link:hover {
    text-decoration: none; }
    .uw-gallery-link:hover .uw-gallery-link__btn {
      color: #ffffff;
      background-color: black; }
    .uw-gallery-link:hover .uw-gallery-link__title {
      text-decoration: underline; }
    .uw-gallery-link:hover .uw-gallery-link__thumbnail {
      -webkit-box-shadow: 24.271px 17.634px 30px 0px rgba(0, 0, 0, 0.15);
              box-shadow: 24.271px 17.634px 30px 0px rgba(0, 0, 0, 0.15); }

.uw-gallery-link__thumbnail {
  width: 60%;
  padding-bottom: 60%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-box-shadow 300ms ease;
  transition: -webkit-box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease, -webkit-box-shadow 300ms ease;
  background-size: cover;
  background-position: center;
  margin: 0 auto; }
  @media only screen and (min-width: 769px) {
    .uw-gallery-link__thumbnail {
      width: 100%;
      padding-bottom: 100%; } }

.uw-gallery-link__title {
  width: 100%;
  margin: 1.2rem 0;
  line-height: 160%;
  font-weight: 500; }

.uw-gallery-link__author {
  width: 100%;
  color: #707070;
  font-weight: 400; }

.uw-gallery-link__btn {
  margin: auto auto 0; }

.hero-slide {
  height: 400px; }
  @media only screen and (min-width: 769px) {
    .hero-slide {
      height: 100%; } }
  .hero-slide .slick-dots {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
    padding: 0;
    z-index: 20; }
    .hero-slide .slick-dots li {
      margin: 15px;
      display: block; }
      .hero-slide .slick-dots li button {
        background-color: transparent;
        border: 3px solid #e83624;
        -webkit-transition: border 300ms ease;
        transition: border 300ms ease;
        cursor: pointer; }
        .hero-slide .slick-dots li button:focus, .hero-slide .slick-dots li button:hover, .hero-slide .slick-dots li button:active {
          outline: none; }
      .hero-slide .slick-dots li.slick-active button {
        border: 3px solid #96c12b; }
    @media only screen and (min-width: 769px) {
      .hero-slide .slick-dots {
        right: 2rem; } }

.hero-slide__item {
  height: 400px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center; }
  @media only screen and (min-width: 769px) {
    .hero-slide__item {
      height: 200px; } }

.hero-slide__inner {
  width: 100%;
  padding: 2.0625rem 0;
  background-color: rgba(0, 0, 0, 0.5); }

.hero-slide__content {
  color: #ffffff;
  font-size: 1.5625rem;
  font-weight: 300;
  text-align: center;
  padding: 0 1rem; }
  @media only screen and (min-width: 769px) {
    .hero-slide__content {
      font-size: 2.5rem; } }

.media-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .media-nav:before {
    z-index: 5;
    top: 50%;
    height: 1px;
    width: 100%;
    background-color: black;
    left: 0;
    content: '';
    position: absolute; }

.media-nav__item {
  display: block;
  position: relative;
  z-index: 10; }

.media-nav__item--active .media-nav__link {
  background-color: #e63a34; }
  .media-nav__item--active .media-nav__link:hover {
    background-color: #e63a34; }

.media-nav__link {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0.125rem;
  border-radius: 50%;
  background-color: black;
  text-decoration: none;
  position: relative;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease; }
  @media only screen and (min-width: 576px) {
    .media-nav__link {
      width: 100px;
      height: 100px;
      margin: 0.3125rem; } }
  @media only screen and (min-width: 1025px) {
    .media-nav__link {
      width: 200px;
      height: 200px;
      margin: 0.625rem; } }
  @media only screen and (min-width: 1200px) {
    .media-nav__link {
      margin: 2.5rem; } }
  .media-nav__link:hover {
    background-color: #e83624;
  
  }

.media-nav__title {
  color: #ffffff;
  font-size: 0.875rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 500;
  z-index: 25;
  white-space: nowrap;
  display: block; }
  @media only screen and (min-width: 769px) {
    .media-nav__title {
      font-size: 1rem; } }
  @media only screen and (min-width: 1025px) {
    .media-nav__title {
      font-size: 1.25rem; } }

.page-title {
  position: relative;
  padding: 2.5rem 0;
  background-position: center;
  background-size: cover; }

.page-title__apla {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  opacity: 0.8; }

.page-title__inner {
  position: relative;
  z-index: 10; }

.page-title__heading {
  text-transform: unset;
  font-weight: 800;
  color: #ffffff;
  margin: 0; }

.partners {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.partners__item {
  width: 50%;
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .partners__item:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: transparent;
    left: -2.5px;
    top: calc(50% - 3px);
    display: block;
    position: absolute; }
    @media only screen and (min-width: 769px) {
      .partners__item:before {
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        left: -5px; } }
  .partners__item:nth-child(2n+2):after, .partners__item:last-child:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: transparent;
    right: 0;
    top: calc(50% - 3px);
    display: block;
    position: absolute; }
    @media only screen and (min-width: 769px) {
      .partners__item:nth-child(2n+2):after, .partners__item:last-child:after {
        width: 10px;
        height: 10px;
        top: calc(50% - 5px); } }
  @media only screen and (min-width: 769px) {
    .partners__item {
      width: calc(100% / 6); }
      .partners__item:first-child:before {
        display: none; }
      .partners__item:nth-child(2n+2):after {
        display: none; } }

.partners__picture {
  max-width: 125px;
  width: 100%; }
  @media only screen and (min-width: 769px) {
    .partners__picture {
      width: auto;
      max-width: 100%; } }

.post-card {
  padding: 1rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.06); }

.post-circle {
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  margin: 90px 0 0 0; }
  @media only screen and (min-width: 769px) {
    .post-circle {
      margin: 0 0 0 100px;
      padding: 0 0 0 80px; } }
  @media only screen and (min-width: 1025px) {
    .post-circle {
      margin: 0 0 0 130px;
      padding: 0 0 0 110px; }
      .post-circle:hover .post-team__more {
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
        opacity: 1; } }

.post-circle__picture {
  height: 180px;
  width: 180px;
  margin: -90px auto 1rem;
  border-radius: 50%;
  background-size: cover;
  background-position: center; }
  @media only screen and (min-width: 769px) {
    .post-circle__picture {
      margin: 0 0 0 -100px;
      position: absolute;
      left: 0;
      top: 0; } }
  @media only screen and (min-width: 1025px) {
    .post-circle__picture {
      height: 240px;
      width: 240px;
      left: -30px; } }

.post-circle__content {
  color: #707070;
  width: 100%;
  padding: 0 1.5rem 1.5rem 1.5rem; }
  @media only screen and (min-width: 1025px) {
    .post-circle__content {
      width: 75%;
      padding-left: 2.5rem; } }
  @media only screen and (min-width: 769px) {
    .post-circle__content {
      padding: 1.875rem; } }

.post-small {
  background-color: #f9f9f9;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (min-width: 769px) {
    .post-small {
      padding: 2.5rem; } }

.post-small__picture {
  width: 50%;
  height: auto;
  margin: 0 0 1.6rem 0;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center; }
  @media only screen and (min-width: 1025px) {
    .post-small__picture {
      border-radius: 50%;
      width: 45%;
      padding-bottom: 45%; } }

.post-small__content {
  color: #707070;
  width: 100%; }
  @media only screen and (min-width: 1025px) {
    .post-small__content {
      width: 55%;
      padding-left: 2.5rem; } }

.team-tax{
  border-radius: 20px;
  background: #fff;
  color: black;
  padding: 10px 20px;
  text-align: left;
  font-weight: 800;
}

.post-team {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin: 90px 0 0 0;
  position: relative; }
  @media only screen and (min-width: 769px) {
    .post-team {
      margin: 0 0 0 100px;
      padding: 0 0 0 80px; } }
  @media only screen and (min-width: 1025px) {
    .post-team {
      margin: 0 0 0 130px;
      padding: 0 0 0 110px;
      min-height: 240px; }
      .post-team:hover .post-team__more {
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
        opacity: 1; } }

.post-team__picture {
  height: 180px;
  width: 180px;
  margin: -90px auto 1rem;
  border-radius: 50%;
  background-size: cover;
  background-position: center; }
  @media only screen and (min-width: 769px) {
    .post-team__picture {
      margin: 0 0 0 -100px;
      position: absolute;
      left: 0;
      top: 0; } }
  @media only screen and (min-width: 1025px) {
    .post-team__picture {
      height: 240px;
      width: 240px;
      left: -30px; } }

.post-team__content {
  color: #707070;
  width: 100%;
  padding: 0 1.5rem 1.5rem 1.5rem; }
  @media only screen and (min-width: 1025px) {
    .post-team__content {
      padding-left: 2.5rem; } }
  @media only screen and (min-width: 769px) {
    .post-team__content {
      padding: 1.875rem; } }

.post-team__back {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

@media only screen and (min-width: 1025px) {
  .post-team__more {
    position: absolute;
    left: -70px;
    bottom: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
    transition: opacity 300ms ease, -webkit-transform 300ms ease;
    transition: opacity 300ms ease, transform 300ms ease;
    transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease; } }

@media only screen and (min-width: 1200px) {
  .post-team__more {
    left: -84px; } }

.tree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem 0;
  position: relative; }

.tree__inner {
  margin: 4rem auto;
  position: relative;
  width: 300px; }
  @media only screen and (min-width: 769px) {
    .tree__inner {
      width: 30%;
      max-width: 440px; } }

.tree__svg {
  width: 100%;
  display: block; }

.tree__btn {
  border-radius: 40px;
  font-size: 0.875rem;
  border: 2px solid;
  text-transform: uppercase;
  padding: 4px 16px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  background-color: #ffffff; }
  .tree__btn:hover {
    text-decoration: none; }
  .tree__btn:focus, .tree__btn:active {
    outline: none; }
  @media only screen and (min-width: 769px) {
    .tree__btn {
      font-size: 1.25rem; } }

.tree__child {
  display: none; }

.tree__btn-children {
  position: absolute;
  border-radius: 40px;
  font-size: 11px;
  border: 1px solid black;
  background-color: #ffffff;
  padding: 4px 10px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease; }
  .tree__btn-children:hover {
    text-decoration: none;
    background-color: black;
    color: #ffffff; }
  .tree__btn-children:focus, .tree__btn-children:active {
    outline: none; }
  @media only screen and (min-width: 769px) {
    .tree__btn-children {
      padding: 7px 20px;
      font-size: 13px; } }

.tree-top {
  position: absolute;
  top: 20%;
  left: 0%;
  z-index: 20; }
  @media only screen and (min-width: 769px) {
    .tree-top {
      top: -20px;
      left: 50%;
      -webkit-transform: translate(-50%, -100%);
              transform: translate(-50%, -100%); } }
  .tree-top.active .tree-top__btn {
    background-color: #96c12b;
    color: #ffffff; }
  .tree-top.active .tree__child {
    display: block; }

.tree-top__btn {
  border-color: #96c12b;
  color: #96c12b; }
  .tree-top__btn:hover {
    background-color: #96c12b;
    color: #ffffff; }

.tree-top__children {
  white-space: nowrap; }
  .tree-top__children:nth-child(1), .tree-top__children:nth-child(2) {
    left: 0; }
  .tree-top__children:nth-child(1) {
    top: -30px; }
  .tree-top__children:nth-child(2) {
    top: -60px; }
  @media only screen and (min-width: 769px) {
    .tree-top__children:nth-child(1), .tree-top__children:nth-child(2) {
      top: 50%;
      left: auto; }
    .tree-top__children:nth-child(1) {
      left: -20px;
      -webkit-transform: translate(-100%, -50%);
              transform: translate(-100%, -50%); }
    .tree-top__children:nth-child(2) {
      right: -20px;
      -webkit-transform: translate(100%, -50%);
              transform: translate(100%, -50%); } }

.tree-right {
  position: absolute;
  top: 20%;
  right: 0; }
  @media only screen and (min-width: 769px) {
    .tree-right {
      top: 50%;
      right: -20px;
      -webkit-transform: translate(100%, -50%);
              transform: translate(100%, -50%); } }
  .tree-right.active .tree-right__btn {
    background-color: #e63a34;
    color: #ffffff; }
  .tree-right.active .tree__child {
    display: block; }

.tree-right__btn {
  border-color: #e63a34;
  color: #e63a34; }
  .tree-right__btn:hover {
    background-color: #e63a34;
    color: #ffffff; }

.tree-right__children {
  white-space: nowrap; }
  .tree-right__children:nth-child(1), .tree-right__children:nth-child(2) {
    right: 0; }
  .tree-right__children:nth-child(1) {
    top: -30px; }
  .tree-right__children:nth-child(2) {
    top: -60px; }
  @media only screen and (min-width: 769px) {
    .tree-right__children:nth-child(1), .tree-right__children:nth-child(2) {
      right: auto;
      top: calc(100% + 20px); }
    .tree-right__children:nth-child(1) {
      left: 0; }
    .tree-right__children:nth-child(2) {
      left: 240px; } }

.tree-bottom {
  position: absolute;
  bottom: 20%;
  right: 0; }
  @media only screen and (min-width: 769px) {
    .tree-bottom {
      bottom: -20px;
      left: 50%;
      -webkit-transform: translate(-50%, 100%);
              transform: translate(-50%, 100%);
      right: auto; } }
  .tree-bottom.active .tree-bottom__btn {
    background-color: #e83624;
    color: #ffffff; }
  .tree-bottom.active .tree__child {
    display: block; }

.tree-bottom__btn {
  border-color: #e83624;
  color: #e83624; }
  .tree-bottom__btn:hover {
    background-color: #e83624;
    color: #ffffff; }

.tree-bottom__children {
  white-space: nowrap; }
  .tree-bottom__children:nth-child(1), .tree-bottom__children:nth-child(2) {
    right: 0; }
  .tree-bottom__children:nth-child(1) {
    top: 30px; }
  .tree-bottom__children:nth-child(2) {
    top: 60px; }
  @media only screen and (min-width: 769px) {
    .tree-bottom__children:nth-child(1), .tree-bottom__children:nth-child(2) {
      top: 50%;
      right: auto; }
    .tree-bottom__children:nth-child(1) {
      left: -20px;
      -webkit-transform: translate(-100%, -50%);
              transform: translate(-100%, -50%); }
    .tree-bottom__children:nth-child(2) {
      right: -20px;
      -webkit-transform: translate(100%, -50%);
              transform: translate(100%, -50%); } }

.tree-left {
  position: absolute;
  bottom: 20%;
  left: 0; }
  @media only screen and (min-width: 769px) {
    .tree-left {
      top: 50%;
      left: -20px;
      bottom: auto;
      -webkit-transform: translate(-100%, -50%);
              transform: translate(-100%, -50%); } }
  .tree-left.active .tree-left__btn {
    background-color: black;
    color: #ffffff; }
  .tree-left.active .tree__child {
    display: block; }

.tree-left__btn {
  border-color: black;
  color: black; }
  .tree-left__btn:hover {
    background-color: black;
    color: #ffffff; }

.tree-left__children {
  white-space: nowrap; }
  .tree-left__children:nth-child(1), .tree-left__children:nth-child(2) {
    left: 0; }
  .tree-left__children:nth-child(1) {
    top: 30px; }
  .tree-left__children:nth-child(2) {
    top: 60px; }
  @media only screen and (min-width: 769px) {
    .tree-left__children:nth-child(1), .tree-left__children:nth-child(2) {
      left: auto;
      top: calc(100% + 20px); }
    .tree-left__children:nth-child(1) {
      right: 0; }
    .tree-left__children:nth-child(2) {
      right: 240px; } }

.tree-center__btn {
  border: 0;
  color: #ffffff;
  background-color: transparent;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  padding: 0;
  line-height: 80px;
  font-size: 11px;
  text-align: center; }
  @media only screen and (min-width: 1025px) {
    .tree-center__btn {
      font-size: 14px; } }
  @media only screen and (min-width: 1200px) {
    .tree-center__btn {
      font-size: 18px; } }
  .tree-center__btn:hover {
    background-color: transparent; }

.tree-modal {
  width: 100%;
  position: absolute;
  min-height: 80%;
  top: 10%;
  left: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  padding: 3.75rem 3.75rem;
  display: none;
  z-index: 20; }
  .tree-modal.show {
    display: block; }

.tree-modal__close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  font-size: 20px;
  color: #e83624;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 20px;
  height: 20px; }
  .tree-modal__close:hover {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    text-decoration: none;
    color: black; }

.bg--1 {
  background-color: #ffffff; }

.bg--2 {
  background-color: #000000; }

.bg--3 {
  background-color: black; }

.bg--4 {
  background-color: #e83624; }

.bg--5 {
  background-color: #e63a34; }

.bg--6 {
  background-color: #e83624; }

.bg--7 {
  background-color: #96c12b; }

.bg--8 {
  background-color: #f9f9f9; }

.bg--9 {
  background-color: #707070; }

.bg--10 {
  background-color: #585858; }

.bg--11 {
  background-color: #e83624; }

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

.overflow-hidden {
  overflow: hidden; }

.link {
  text-decoration: underline;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease; }
  .link:hover {
    color: #e83624; }

.link--no-underline {
  text-decoration: none; }
  .link--no-underline:hover {
    text-decoration: none; }

.link--1 {
  color: #ffffff; }

.link--2 {
  color: #000000; }

.link--3 {
  color: black; }

.link--4 {
  color: #e83624; }

.link--5 {
  color: #e63a34; }

.link--6 {
  color: #e83624; }

.link--7 {
  color: #96c12b; }

.link--8 {
  color: #f9f9f9; }

.link--9 {
  color: #707070; }

.link--10 {
  color: #585858; }

.link--11 {
  color: #e83624; }

.color--1 {
  color: #ffffff; }

.color--2 {
  color: #000000; }

.color--3 {
  color: black; }

.color--4 {
  color: #e83624; }

.color--5 {
  color: #e63a34; }

.color--6 {
  color: #e83624; }

.color--7 {
  color: #96c12b; }

.color--8 {
  color: #f9f9f9; }

.color--9 {
  color: #707070; }

.color--10 {
  color: #585858; }

.color--11 {
  color: #e83624; }

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

.break-word {
  word-spacing: 9999999px; }

.underline {
  text-decoration: underline; }

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

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

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

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

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

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

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

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

.z-max {
  z-index: 2147483647; }

.modal-dialog {
  top: 120px; }

.modal-header .modal-close {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0; }

.modal-content {
  border-radius: 5px; }

.slick-dots {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    margin: 0.4rem; }
  .slick-dots button {
    border: 0;
    background: transparent;
    width: 13px;
    height: 13px;
    background-color: #585858;
    text-indent: 100px;
    overflow: hidden;
    border-radius: 50%;
    padding: 0;
    display: block; }
  .slick-dots .slick-active button {
    background-color: #f9f9f9; }

.autocompleter {
  background-color: #e83624;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  z-index: 50; }
  @media only screen and (min-width: 769px) {
    .autocompleter {
      top: 68px; } }
  @media only screen and (min-width: 1025px) {
    .autocompleter {
      width: 100%;
      left: 0;
      top: 86px; } }

.autocompleter-item {
  padding: 0.5rem 2rem;
  text-align: left; }
  .autocompleter-item:hover .autocompleter__text {
    color: #000000; }
  .autocompleter-item:first-child {
    margin-top: 1rem; }
  .autocompleter-item:last-child {
    margin-bottom: 1rem; }

.autocompleter__text {
  font-weight: 600;
  color: #ffffff;
  font-size: 0.8rem;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease; }
  .autocompleter__text p {
    margin: 0;
    color: #585858;
    font-size: 80%;
    padding-left: 1rem;
    width: 105px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

div.featherlight,
div.featherlight .featherlight-content {
  background-color: #e83624;
  background: #e83624; }
  div.featherlight:last-of-type,
  div.featherlight .featherlight-content:last-of-type {
    background-color: #e83624;
    background: #e83624; }

button.featherlight-close-icon.featherlight-close {
  opacity: 1;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IldhcnN0d2FfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojM0Q1QURCO308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yNCwyMC4yTDE1LjcsMTJsOC4yLTguM0wyMC4yLDBMMTIsOC4zTDMuNywwLjFMMCwzLjhMOC4zLDEybC04LjIsOC4zTDMuOCwyNGw4LjItOC4zbDguMyw4LjJMMjQsMjAuMnoiLz48L3N2Zz4=); }




.festival-banner-new .festival-title-full img{
  width: 100vw;
  position: relative;
  top: 30px;
}
@media screen and (max-width: 768px) {
  .festival-banner-new .festival-title-full img{
    width: 100vw;
    position: relative;
    top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .festival-banner-new .festival-title-full img{
    width: 100vw;
    position: relative;
    top: 0px;
  }
}

.page-template-page-new-festival .banner-container{
  max-height: 100%;
}

.page-template-page-new-festival{
  margin-top: 70px!important;
}

.page-template-page-new-festival .f-side-menu ul{
  justify-content: flex-start;
}

.page-template-page-new-festival .f-side-menu ul>li.active a{
  /* color: #ff0000 */
  /* color: black!important; */

}
.page-template-page-new-festival .f-nav{
  padding: 0!important;
}
.page-template-page-new-festival .f-side-menu{
  padding: 26px 17px!important;
}

.page-template-page-new-festival .f-side-menu ul>li a{
  text-transform: lowercase!important;

}
.page-template-page-new-festival .f-side-menu ul>li.active{
  color: black;
  border: 0!important;
  background: transparent!important;
  position: relative;
}
.page-template-page-new-festival{
  font-family: 'Manrope', sans-serif;
}

.page-template-page-new-festival  .f-side-menu ul>li:hover:before{
  position: absolute;
  left: 8px;
  content: '[';
  top: 2px;
  font-size: 18px;
  color: #ff0000
}
.page-template-page-new-festival  .f-side-menu ul>li:hover{color:#ff0000;font-weight: 600;}
.page-template-page-new-festival  .f-side-menu ul>li:hover:after{
  position: absolute;
  right: 8px;
  content: ']';
  top: 2px;
  font-size: 18px;
  color: #ff0000;
}
.page-template-page-new-festival  .f-side-menu ul > li:last-child:hover::after{
  right: 4px;
}
.page-template-page-new-festival  .f-side-menu a{
  font-size: 16px!important;
}
.page-template-page-new-festival  .f-side-menu li:hover a{
  color: #ff0000;
}

.page-template-page-new-festival .f-side-menu{
  border-bottom: 0!important;
  box-shadow: 0px 6px 6px -2px #0000000A;
}

.page-template-page-new-festival h2.f-header{
  font-size: 36px;
  font-weight: 800;
  text-transform: lowercase!important;
  margin: 0px 0 50px 0!important;
}

.about_festival_container{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 53px;
}

.about_festival_box > div p{
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  font-family: 'Manrope', sans-serif;
}
.about_festival_box > div:nth-child(1){
  min-height: 132px;
}



.about_festival_box > div p:empty{
  display: none!important;
}

.about_festival_box .more-container{
  display: flex;
  justify-content: flex-start;
}

.about_festival_box .more-container button{
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  border: 0;
  font-family: 'Manrope', sans-serif;
  padding-left: 0;
  color: #000!important;
}
.about_festival_box .more-container button:hover{
  background: transparent!important;
  color: #ff0000!important;
}



.page-template-page-new-festival .page-main{
  border-bottom: 0;
}

.about_festival_promo iframe{
  height: 633px;
  margin: 54px 0 93px 0;
}

.festival_program_accordion{
  border-top: 1px solid #D9D9D9;
}
.festival_program_accordion:last-child{
  border-bottom: 1px solid #D9D9D9;
}

.festival_program_accordion .question{
  display: flex;
  justify-content: space-between;
  padding: 20px 12px;
  align-items: center;
  cursor: pointer;
}
.festival_program_accordion .question h3{
  margin: 0;
  font-size: 36px;
}
.rotator{
  transition: ease-in-out 0.25s;
}
.rotator.rotate{
  transform: rotate(180deg);
}

.page-template-page-new-festival h2.f-header.f2{
  margin-top: 90px!important;
}

.festival_program_accordion .lang{
  display: none;
}

.festival_program_accordion .answer{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 68px;
}
.festival_program_accordion .lang p{
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  font-family: 'Manrope', sans-serif;
  margin-bottom: 30px;
}
.festival_program_accordion .lang .online-registration{
  margin-bottom: 60px;
}

.page-template-page-new-festival .f-program-links a{
  border: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  padding: 0 0 16px 0;
  font-family: 'Manrope', sans-serif;
  color: #000;
}
html{
  scroll-behavior: smooth;
}
.page-template-page-new-festival .f-program-links a:hover{
  background: transparent!important;
  color: #ff0000!important;
}
.page-template-page-new-festival #f-team{
  background: transparent!important;
}
.page-template-page-new-festival .page-main.f-section.hl{
  padding-top: 86px!important;
  background: transparent!important;
}
.festival-banner-new .slick-prev,.festival-banner-new .slick-next{
  display: none!important;
}
.page-template-page-new-festival .page-main.f-section.hl h2.f-header{
  text-align: left!important;
  margin-bottom: 61px!important;
}
.trailer_image_img{
  /* padding: 20px; */
  /* backdrop-filter: blur(15px); */
}
.trailer_image img{
  /* height: 160px; */
  width: 100%;
  object-fit: contain;
}

.trailer_box{
  cursor: pointer;
}

.teams .trailer_box{
  cursor: unset!important;
}

.trailer_image{
  /* height: 200px; */
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  overflow: hidden;
}

.trailers_container{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  padding: 0;
}

.trailer_content{
  padding: 19px;
  background: #FECC54;
  display: flex;
  flex-direction: column;
  transition: ease-in-out 0.1s;
}
.trailer_content h4{
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  font-family: 'Manrope', sans-serif;
  color: #000000;
  margin-bottom: 20px;
  min-height: 44px;
  display: block;
}
.events.trailers_container h4{
  min-height: 132px;
}
.ev_h2{
  text-align: left!important;
  margin-bottom: 61px!important;
}
.events.trailers_container .trailer_content{
  background: #99BBDB!important;
}
.events.trailers_container .trailer_box:nth-child(2) .trailer_content{
  background: #EE737A!important;
}

.teams .trailer_content{
  padding: 19px 0!important;
  background: transparent!important;
}

.events .trailer_image img{
  opacity: 0;
}

.teams .trailer_content span{
  font-size: 16px!important;
  font-weight: 300!important;
  line-height: 25px!important;
  letter-spacing: 0em!important;
  text-align: left!important;
  font-family: 'Manrope', sans-serif!important;
  color: #000!important;
  /*display: -webkit-box!important;*/
  /*-webkit-line-clamp: 5!important;*/
  /*-webkit-box-orient: vertical!important;*/
  /*overflow: hidden!important;*/
}

.teams .trailer_content h4{
  font-size: 20px!important;
  font-weight: 800!important;
  line-height: 27px!important;
  letter-spacing: 0em!important;
  text-align: left!important;
  font-family: 'Manrope', sans-serif!important;
  min-height: unset!important;
  margin-bottom: 22px!important;
}

.trailer_content span:nth-child(2){
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  font-family: 'Manrope', sans-serif;
  color: #000;
  margin-bottom: 20px;
}
.trailer_content span:nth-child(3){
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #000;
  min-height: 44px;
  display: block;
}
.container.trailers_container.films .trailer_content span:nth-child(3){
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #000;
  min-height: 44px;
  display: block;
  max-width: 230px;
}
.container.trailers_container.films .trailer_content{
  padding: 19px;
  background: #FECC54;
  display: flex;
  flex-direction: column;
  transition: ease-in-out 0.1s;
  align-items: center;
}
.films .trailer_box:hover .trailer_content{
  background: #F5F5F5!important;
}


.trailers_popup .top{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
  margin-bottom: 33px;
}

.trailers_popup .left img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px){
  .trailers_popup .left img{
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .trailers_popup .top{
grid-template-columns: 1fr;  }
}
.page-template-page-new-festival *:focus{
  outline: unset!important;
}
.trailers_popup .left iframe{
  min-height: 279px;
  background: #000;
}

.trailers_popup .bottom{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}
.trailers_popup .top .right{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
padding-bottom: 21px;
}

.trailers_popup .top .right span{
  font-size: 20px;
  font-weight: 800;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  font-family: 'Manrope', sans-serif;
  width: 320px;
  color: #000;
  margin-bottom: 18px!important;
  display: block;
}

.trailers_popup .top .right h4{
  font-family: 'Manrope', sans-serif;
  font-size: 33px;
  font-weight: 800;
  line-height: 55px;
  letter-spacing: 0em;
  text-align: left;
  line-height: 34px;
  color: #000;
}
.trailers_popup .top .right span:last-child{
  margin: 0!important;
  width: auto!important;
}


.trailers_popup .bottom p{
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  font-family: 'Manrope', sans-serif;
  color: #000;
}

.trailers_popup .bottom span{
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  font-family: 'Manrope', sans-serif;
  color: #000;
}

.top1 span{
  font-size: 20px;
  font-weight: 800;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 60px;
  display: block;
  font-family: 'Manrope', sans-serif;
  color: #000;
}

.bottom1{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
.trailers_container .f-more{
  max-width: 100% !important;
  width: 100%;
}
.bottom1 h4{
  font-family: 'Manrope', sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
  color: #000!important;
  margin-bottom: 30px;
  margin-top: 0;
  min-height: 66px;
}

.bottom1 span{
  font-family: 'Manrope', sans-serif;
  color: #000!important;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  min-height: 245px;
  display: block;
}

@media (min-width: 1440px){
  .festival-title-full img{
    width: 100vw!important;
    margin: auto;
    height: auto;
    position: relative;
    top: 30px;
  }

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

@media (max-width: 1000px){
  .page-template-page-new-festival h2.f-header{
    text-align: left!important;
    font-size: 25px!important;
  }
  .f-program-links{
    align-items: flex-start!important;
  }
  .about_festival_promo iframe{
    height: 400px!important;
    margin: 34px 0 15px 0!important;
  }
  #f-about{
    padding-top: 50px!important;
    padding-left: 12px;
    padding-right: 12px;
  }
  .about_festival_container{
    grid-gap: 40px!important;
  }
  .about_festival_container p{
    font-size: 14px!important;
  }
}

@media screen and (max-width: 1000px) and (min-width: 500px){
  .trailers_container{
    grid-template-columns: 1fr 1fr!important;
  }
}

@media screen and (max-width: 500px) and (min-width: 200px){
  .trailers_container{
    grid-template-columns: 1fr!important;
  }
  .festival_program_accordion .answer{
    grid-gap: 10px!important;
  }
  .festival_program_accordion .lang p{
    font-size: 14px!important;
  }
  .festival_program_accordion .question h3{
    font-size: 18px!important;
  }
}

@media (max-width: 1100px){
  .trailers_popup .left img{
    max-height: 180px!important;
  }
  body .trailers_popup .top .right span{
    font-size: 16px!important;
    margin-bottom: 30px!important;
  }
  .trailers_popup .top .right h4{
    font-size: 20px!important;
    line-height: 24px!important;
  }
  .top1 span{
    font-size: 16px!important;
    margin-bottom: 30px!important;
  }
  .bottom1{
    grid-gap: 30px!important;
  }
  .bottom1 h4{
    font-size: 18px!important;
    line-height: 22px!important;
  }
  .page-template-page-new-festival .f-side-menu ul>li a{
    font-size: 14px!important;
  }
}


@media (max-width: 550px){

  .trailers_popup .bottom{
    grid-template-columns: 1fr 1fr!important;
    grid-gap: 30px!important;
  }
  .trailers_popup .top{
    grid-template-columns: 1fr!important;
  }
  body .f-popup{
    max-width: 90% !important;
  }
}
@media (max-width: 750px){
  .about_festival_container{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1025px){
  .trailers_popup .bottom{
    grid-template-columns: 1fr;
  }
}

.ui-widget.ui-widget-content{
  border-bottom: 52px solid white!important;
}
@media (max-width: 768px){
  .ui-widget.ui-widget-content{
    border-bottom: 40px solid white!important;
  }
}
.events .trailer_content h4{
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  font-family: 'Manrope', sans-serif;
  color: #000000;
}
.events .trailer_content span:nth-child(2){
  font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
  max-width: 242px;

}
.events .trailer_content{
  align-items: center;
}
.online-registration a:hover{
  color: red!important;
}
body .trailers_popup .top .right .online-registration span{
  font-size: 14px!important;
}

#f-partners .container{
  display: flex;
  flex-direction: column;
  gap: 50px;

}
#f-partners .container .partner-row{
  display: flex;
}
#f-partners .container .partner-row .partner-col{
  display: flex;
  flex-direction: column;
}
#f-partners .container .partner-row .partner-col .partners-box img{
  height: 86px;
}
#f-partners .container .partner-row .partner-col .partners-box{
  display: flex;
}
#f-partners .container .partner-row .partner-col span{
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  font-family: 'Manrope', sans-serif; 
  color: #000000; 
}
@media (max-width: 1370px){
  #f-partners .container .partner-row, #f-partners .container .partner-row .partner-col .partners-box{
    flex-wrap: wrap;
  }
}
@media (max-width: 800px){
  #f-partners .container{
    gap: 20px;
  }
}
@media (max-width: 410px){
  #f-partners > div > div:nth-child(3) > div:nth-child(2) > div > img:nth-child(3), #f-partners > div > div:nth-child(1) > div > div > img:nth-child(6){
    height: auto;
    max-width: 90%;
  }
  #f-partners .container .partner-row .partner-col .partners-box{
    justify-content: center;
  }
}

body .container .events .trailer_box:hover .trailer_content{
  background-color: #f5f5f5!important;
}
.additional-info-films{
  color: black;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  font-family: 'Manrope', sans-serif;
}
#f-partners{
  margin: 100px 0;
}

.bottom1 span:nth-child(2){
  min-height: unset!important;
}


.bottom1 span:empty{
  display: none!important;
}
.calendar-container{
  display: none;
}
.slider-bar-container{
  height: 40vh;
  max-width: 1920px;
  margin: 0 auto;
}
section.hero-slide.js-hero-slider.slick-initialized.slick-slider.slick-dotted div{
  background-position: center;
}
.page-id-2455 .wp-image-2477, .page-id-1274 .wp-image-1685{
  height: auto;
  
  width: 100vw;
  max-width: 100vw;
  right: calc((100vw - 100%) / 2);
  position: relative;
}
.page-template-page-new-festival .festival-title-full img{
  max-width: 1920px;
}

/*  */
.page-id-1274 #post-155, .page-id-2682 .article-wrapper, .page-id-2455 .article-wrapper{
  display: flex;
  gap: 30px;
}
.page-id-1274 .end-content, .page-id-1274 .entry-content, .page-id-2682 .end-content, .page-id-2682 .entry-content, .page-id-2455 .end-content, .page-id-2455 .entry-content{
  width: 50%;
}
@media screen and (max-width: 600px){
  .page-id-1274 #post-155, .page-id-2682 .article-wrapper, .page-id-2455 .article-wrapper{
    flex-wrap: wrap;
  }
  .page-id-1274 .end-content, .page-id-1274 .entry-content, .page-id-2682 .end-content, .page-id-2682 .entry-content, .page-id-2455 .end-content, .page-id-2455 .entry-content{
    width: 100%;
  }
}
/*  */
.page-id-2455 .wp-image-2477, .page-id-1274 .wp-image-1685{
  /* transform: scale(1.1); */
}
.post-small__picture{
  border-radius: 10px;
  transition: ease-in-out 0.5s;
  box-shadow: 0px 0px 30px -4px #0000002b;
}
.post-small__picture:hover{
  border-radius: 50%;
}
.post-small__content h4{
  font-weight: 800;
}
.post-small{
  background-color: transparent!important;
}
.post-team__picture{
  border-radius: 10px;
  transition: ease-in-out 0.5s;
  box-shadow: 0px 0px 30px -4px #0000002b;
}
.post-team__picture:hover{
  border-radius: 50%;

}
.uw-gallery-link__thumbnail{
  border-radius: 10px;
  transition: ease-in-out 0.5s;
  box-shadow: 0px 0px 30px -4px #0000002b;
}
.uw-gallery-link__thumbnail:hover{
  border-radius: 50%;

}
@media screen and (max-width: 1024px){
  .post-small__picture{
    width: 100%;
  }
}
.buttons-circle .btn-circle .btn:hover{
  transform: translate(-50%, -20px) scale(1.2);
}
.buttons-circle .btn-circle .btn{
  transition: ease-in-out 0.3s;
}
#post-155{
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  flex-direction:column
}
#post-155 .entry-content, .middle-content, .end-content{
  display: flex;
  max-width: 1800px;
  width: 100%!important;
  gap: 20px;
  margin: 0 auto;

}
.entry-left, .entry-right, .middle-left, .middle-right, .end-left, .end-right{
  width: 47%;
}
@media screen and (max-width: 650px){
#post-155 .entry-content, .middle-content, .end-content{
    flex-direction: column;
  }
  .entry-left, .entry-right, .middle-left, .middle-right, .end-left, .end-right{
    width: 100%;
  }
  #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle{
    top: 11px;
  }
}


.nav-primary-second-drop__link{
  color: #fff!important;
}
.page-template-page-partner .text-right{
  text-align: left!important;
}
.post-team__content h4{
  font-weight: 800;
}

.page-id-2455 .article-wrapper .end-content{
  flex-direction: column;
}

.home .pr-2 h2{
  font-size: 2.5rem;
  font-weight: 800;
}
.home .text-right{
  text-align: left!important;
}
.page-id-1274 .container h1:first-child{
display: none;
}
.page-id-1274 .container h1.page-title{
  display: block;
}
.page-id-1274 .middle-content .middle-left ul{
  padding-left: 16px;
}

.page-template-page-contact .ml-auto{
  margin: 0 auto!important;
}
.page-template-page-contact .contact-field h1{
  font-weight: 800!important;
}
/* @media screen and (min-width: 650px){
  .page-id-1274 .middle-content .middle-right h4{
    margin-top: 167px;
  }
} */
