@charset "UTF-8";
/*!
 * Energized by Edison
 * https://energized.edison.com
 * Powered by: iPR Software
 * http://www.iprsoftware.com
 */
:root {
  --blue: #1A76C5;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #FED141;
  --green: #005342;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #1A76C5;
  --secondary: #6c757d;
  --success: #005342;
  --info: #17a2b8;
  --warning: #FED141;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #2D3033;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --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 {
  box-sizing: border-box;
}

html {
  font-family: 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);
}
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  background-color: #2D3033;
}

@media screen {
  /*!
   * Bootstrap v4.1.3 (https://getbootstrap.com/)
   * Copyright 2011-2018 The Bootstrap Authors
   * Copyright 2011-2018 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
  article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
  }
  [tabindex="-1"]:focus {
    outline: 0 !important;
  }
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  abbr[title],
  abbr[data-original-title] {
    text-decoration: underline;
    -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: 0.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: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  a {
    color: #FED141;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
  }
  a:hover {
    color: #FED141;
    text-decoration: none;
  }
  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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
  }
  pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
  }
  figure {
    margin: 0 0 1rem;
  }
  img {
    vertical-align: middle;
    border-style: none;
  }
  svg {
    overflow: hidden;
    vertical-align: middle;
  }
  table {
    border-collapse: collapse;
  }
  caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
  }
  th {
    text-align: inherit;
  }
  label {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  button {
    border-radius: 0;
  }
  button:focus {
    outline: 1px dotted white;
    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] {
    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: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
  }
  progress {
    vertical-align: baseline;
  }
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  [type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
  }
  [type=search]::-webkit-search-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;
  }
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  /*!
   * animate.css -http://daneden.me/animate
   * Version - 3.7.0
   * Licensed under the MIT license - http://opensource.org/licenses/MIT
   *
   * Copyright (c) 2018 Daniel Eden
   */
  /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
  /* Overlay helper */
  /* Title helper */
  /*Retina graphics!*/
  /*.lg-outer,*/
  /*

  .carousel {
    position: relative;
  }

  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  */
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen {
  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen {
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen {
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters > .col,
  .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen {
  .col-xl,
  .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
  .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
  .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
  .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
  .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen {
  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media screen {
  .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}
@media screen {
  .col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media screen {
  .col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media screen {
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen {
  .col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen {
  .col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media screen {
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen {
  .col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media screen {
  .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media screen {
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media screen {
  .col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media screen {
  .col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media screen {
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen {
  .order-first {
    order: -1;
  }
}
@media screen {
  .order-last {
    order: 13;
  }
}
@media screen {
  .order-0 {
    order: 0;
  }
}
@media screen {
  .order-1 {
    order: 1;
  }
}
@media screen {
  .order-2 {
    order: 2;
  }
}
@media screen {
  .order-3 {
    order: 3;
  }
}
@media screen {
  .order-4 {
    order: 4;
  }
}
@media screen {
  .order-5 {
    order: 5;
  }
}
@media screen {
  .order-6 {
    order: 6;
  }
}
@media screen {
  .order-7 {
    order: 7;
  }
}
@media screen {
  .order-8 {
    order: 8;
  }
}
@media screen {
  .order-9 {
    order: 9;
  }
}
@media screen {
  .order-10 {
    order: 10;
  }
}
@media screen {
  .order-11 {
    order: 11;
  }
}
@media screen {
  .order-12 {
    order: 12;
  }
}
@media screen {
  .offset-1 {
    margin-left: 8.3333333333%;
  }
}
@media screen {
  .offset-2 {
    margin-left: 16.6666666667%;
  }
}
@media screen {
  .offset-3 {
    margin-left: 25%;
  }
}
@media screen {
  .offset-4 {
    margin-left: 33.3333333333%;
  }
}
@media screen {
  .offset-5 {
    margin-left: 41.6666666667%;
  }
}
@media screen {
  .offset-6 {
    margin-left: 50%;
  }
}
@media screen {
  .offset-7 {
    margin-left: 58.3333333333%;
  }
}
@media screen {
  .offset-8 {
    margin-left: 66.6666666667%;
  }
}
@media screen {
  .offset-9 {
    margin-left: 75%;
  }
}
@media screen {
  .offset-10 {
    margin-left: 83.3333333333%;
  }
}
@media screen {
  .offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen {
  .fade {
    transition: opacity 0.15s linear;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
@media screen {
  .fade:not(.show) {
    opacity: 0;
  }
}
@media screen {
  .collapse:not(.show) {
    display: none;
  }
}
@media screen {
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
@media screen {
  .align-baseline {
    vertical-align: baseline !important;
  }
}
@media screen {
  .align-top {
    vertical-align: top !important;
  }
}
@media screen {
  .align-middle {
    vertical-align: middle !important;
  }
}
@media screen {
  .align-bottom {
    vertical-align: bottom !important;
  }
}
@media screen {
  .align-text-bottom {
    vertical-align: text-bottom !important;
  }
}
@media screen {
  .align-text-top {
    vertical-align: text-top !important;
  }
}
@media screen {
  .bg-primary {
    background-color: #1A76C5 !important;
  }
}
@media screen {
  a.bg-primary:hover, a.bg-primary:focus,
  button.bg-primary:hover,
  button.bg-primary:focus {
    background-color: #145b98 !important;
  }
}
@media screen {
  .bg-secondary {
    background-color: #6c757d !important;
  }
}
@media screen {
  a.bg-secondary:hover, a.bg-secondary:focus,
  button.bg-secondary:hover,
  button.bg-secondary:focus {
    background-color: #545b62 !important;
  }
}
@media screen {
  .bg-success {
    background-color: #005342 !important;
  }
}
@media screen {
  a.bg-success:hover, a.bg-success:focus,
  button.bg-success:hover,
  button.bg-success:focus {
    background-color: #002019 !important;
  }
}
@media screen {
  .bg-info {
    background-color: #17a2b8 !important;
  }
}
@media screen {
  a.bg-info:hover, a.bg-info:focus,
  button.bg-info:hover,
  button.bg-info:focus {
    background-color: #117a8b !important;
  }
}
@media screen {
  .bg-warning {
    background-color: #FED141 !important;
  }
}
@media screen {
  a.bg-warning:hover, a.bg-warning:focus,
  button.bg-warning:hover,
  button.bg-warning:focus {
    background-color: #fec50e !important;
  }
}
@media screen {
  .bg-danger {
    background-color: #dc3545 !important;
  }
}
@media screen {
  a.bg-danger:hover, a.bg-danger:focus,
  button.bg-danger:hover,
  button.bg-danger:focus {
    background-color: #bd2130 !important;
  }
}
@media screen {
  .bg-light {
    background-color: #f8f9fa !important;
  }
}
@media screen {
  a.bg-light:hover, a.bg-light:focus,
  button.bg-light:hover,
  button.bg-light:focus {
    background-color: #dae0e5 !important;
  }
}
@media screen {
  .bg-dark {
    background-color: #2D3033 !important;
  }
}
@media screen {
  a.bg-dark:hover, a.bg-dark:focus,
  button.bg-dark:hover,
  button.bg-dark:focus {
    background-color: #151718 !important;
  }
}
@media screen {
  .bg-white {
    background-color: #fff !important;
  }
}
@media screen {
  .bg-transparent {
    background-color: transparent !important;
  }
}
@media screen {
  .border {
    border: 1px solid #dee2e6 !important;
  }
}
@media screen {
  .border-top {
    border-top: 1px solid #dee2e6 !important;
  }
}
@media screen {
  .border-right {
    border-right: 1px solid #dee2e6 !important;
  }
}
@media screen {
  .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
}
@media screen {
  .border-left {
    border-left: 1px solid #dee2e6 !important;
  }
}
@media screen {
  .border-0 {
    border: 0 !important;
  }
}
@media screen {
  .border-top-0 {
    border-top: 0 !important;
  }
}
@media screen {
  .border-right-0 {
    border-right: 0 !important;
  }
}
@media screen {
  .border-bottom-0 {
    border-bottom: 0 !important;
  }
}
@media screen {
  .border-left-0 {
    border-left: 0 !important;
  }
}
@media screen {
  .border-primary {
    border-color: #1A76C5 !important;
  }
}
@media screen {
  .border-secondary {
    border-color: #6c757d !important;
  }
}
@media screen {
  .border-success {
    border-color: #005342 !important;
  }
}
@media screen {
  .border-info {
    border-color: #17a2b8 !important;
  }
}
@media screen {
  .border-warning {
    border-color: #FED141 !important;
  }
}
@media screen {
  .border-danger {
    border-color: #dc3545 !important;
  }
}
@media screen {
  .border-light {
    border-color: #f8f9fa !important;
  }
}
@media screen {
  .border-dark {
    border-color: #2D3033 !important;
  }
}
@media screen {
  .border-white {
    border-color: #fff !important;
  }
}
@media screen {
  .rounded {
    border-radius: 0.25rem !important;
  }
}
@media screen {
  .rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
}
@media screen {
  .rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
}
@media screen {
  .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
}
@media screen {
  .rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
}
@media screen {
  .rounded-circle {
    border-radius: 50% !important;
  }
}
@media screen {
  .rounded-0 {
    border-radius: 0 !important;
  }
}
@media screen {
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}
@media screen {
  .d-none {
    display: none !important;
  }
}
@media screen {
  .d-inline {
    display: inline !important;
  }
}
@media screen {
  .d-inline-block {
    display: inline-block !important;
  }
}
@media screen {
  .d-block {
    display: block !important;
  }
}
@media screen {
  .d-table {
    display: table !important;
  }
}
@media screen {
  .d-table-row {
    display: table-row !important;
  }
}
@media screen {
  .d-table-cell {
    display: table-cell !important;
  }
}
@media screen {
  .d-flex {
    display: flex !important;
  }
}
@media screen {
  .d-inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media screen {
  .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;
  }
}
@media screen {
  .embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
  }
}
@media screen {
  .embed-responsive-16by9::before {
    padding-top: 56.25%;
  }
}
@media screen {
  .embed-responsive-4by3::before {
    padding-top: 75%;
  }
}
@media screen {
  .embed-responsive-1by1::before {
    padding-top: 100%;
  }
}
@media screen {
  .flex-row {
    flex-direction: row !important;
  }
}
@media screen {
  .flex-column {
    flex-direction: column !important;
  }
}
@media screen {
  .flex-row-reverse {
    flex-direction: row-reverse !important;
  }
}
@media screen {
  .flex-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media screen {
  .flex-wrap {
    flex-wrap: wrap !important;
  }
}
@media screen {
  .flex-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media screen {
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media screen {
  .flex-fill {
    flex: 1 1 auto !important;
  }
}
@media screen {
  .flex-grow-0 {
    flex-grow: 0 !important;
  }
}
@media screen {
  .flex-grow-1 {
    flex-grow: 1 !important;
  }
}
@media screen {
  .flex-shrink-0 {
    flex-shrink: 0 !important;
  }
}
@media screen {
  .flex-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media screen {
  .justify-content-start {
    justify-content: flex-start !important;
  }
}
@media screen {
  .justify-content-end {
    justify-content: flex-end !important;
  }
}
@media screen {
  .justify-content-center {
    justify-content: center !important;
  }
}
@media screen {
  .justify-content-between {
    justify-content: space-between !important;
  }
}
@media screen {
  .justify-content-around {
    justify-content: space-around !important;
  }
}
@media screen {
  .align-items-start {
    align-items: flex-start !important;
  }
}
@media screen {
  .align-items-end {
    align-items: flex-end !important;
  }
}
@media screen {
  .align-items-center {
    align-items: center !important;
  }
}
@media screen {
  .align-items-baseline {
    align-items: baseline !important;
  }
}
@media screen {
  .align-items-stretch {
    align-items: stretch !important;
  }
}
@media screen {
  .align-content-start {
    align-content: flex-start !important;
  }
}
@media screen {
  .align-content-end {
    align-content: flex-end !important;
  }
}
@media screen {
  .align-content-center {
    align-content: center !important;
  }
}
@media screen {
  .align-content-between {
    align-content: space-between !important;
  }
}
@media screen {
  .align-content-around {
    align-content: space-around !important;
  }
}
@media screen {
  .align-content-stretch {
    align-content: stretch !important;
  }
}
@media screen {
  .align-self-auto {
    align-self: auto !important;
  }
}
@media screen {
  .align-self-start {
    align-self: flex-start !important;
  }
}
@media screen {
  .align-self-end {
    align-self: flex-end !important;
  }
}
@media screen {
  .align-self-center {
    align-self: center !important;
  }
}
@media screen {
  .align-self-baseline {
    align-self: baseline !important;
  }
}
@media screen {
  .align-self-stretch {
    align-self: stretch !important;
  }
}
@media screen and (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media screen and (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media screen {
  .float-left {
    float: left !important;
  }
}
@media screen {
  .float-right {
    float: right !important;
  }
}
@media screen {
  .float-none {
    float: none !important;
  }
}
@media screen and (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media screen and (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media screen {
  .position-static {
    position: static !important;
  }
}
@media screen {
  .position-relative {
    position: relative !important;
  }
}
@media screen {
  .position-absolute {
    position: absolute !important;
  }
}
@media screen {
  .position-fixed {
    position: fixed !important;
  }
}
@media screen {
  .position-sticky {
    position: sticky !important;
  }
}
@media screen {
  .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
}
@media screen {
  .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
}
@media screen {
  @supports (position: sticky) {
    .sticky-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
}
@media screen {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@media screen {
  .sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media screen {
  .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
}
@media screen {
  .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
}
@media screen {
  .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
}
@media screen {
  .shadow-none {
    box-shadow: none !important;
  }
}
@media screen {
  .w-25 {
    width: 25% !important;
  }
}
@media screen {
  .w-50 {
    width: 50% !important;
  }
}
@media screen {
  .w-75 {
    width: 75% !important;
  }
}
@media screen {
  .w-100 {
    width: 100% !important;
  }
}
@media screen {
  .w-auto {
    width: auto !important;
  }
}
@media screen {
  .h-25 {
    height: 25% !important;
  }
}
@media screen {
  .h-50 {
    height: 50% !important;
  }
}
@media screen {
  .h-75 {
    height: 75% !important;
  }
}
@media screen {
  .h-100 {
    height: 100% !important;
  }
}
@media screen {
  .h-auto {
    height: auto !important;
  }
}
@media screen {
  .mw-100 {
    max-width: 100% !important;
  }
}
@media screen {
  .mh-100 {
    max-height: 100% !important;
  }
}
@media screen {
  .m-0 {
    margin: 0 !important;
  }
}
@media screen {
  .mt-0,
  .my-0 {
    margin-top: 0 !important;
  }
}
@media screen {
  .mr-0,
  .mx-0 {
    margin-right: 0 !important;
  }
}
@media screen {
  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }
}
@media screen {
  .ml-0,
  .mx-0 {
    margin-left: 0 !important;
  }
}
@media screen {
  .m-1 {
    margin: 0.25rem !important;
  }
}
@media screen {
  .mt-1,
  .my-1 {
    margin-top: 0.25rem !important;
  }
}
@media screen {
  .mr-1,
  .mx-1 {
    margin-right: 0.25rem !important;
  }
}
@media screen {
  .mb-1,
  .my-1 {
    margin-bottom: 0.25rem !important;
  }
}
@media screen {
  .ml-1,
  .mx-1 {
    margin-left: 0.25rem !important;
  }
}
@media screen {
  .m-2 {
    margin: 0.5rem !important;
  }
}
@media screen {
  .mt-2,
  .my-2 {
    margin-top: 0.5rem !important;
  }
}
@media screen {
  .mr-2,
  .mx-2 {
    margin-right: 0.5rem !important;
  }
}
@media screen {
  .mb-2,
  .my-2 {
    margin-bottom: 0.5rem !important;
  }
}
@media screen {
  .ml-2,
  .mx-2 {
    margin-left: 0.5rem !important;
  }
}
@media screen {
  .m-3 {
    margin: 1rem !important;
  }
}
@media screen {
  .mt-3,
  .my-3 {
    margin-top: 1rem !important;
  }
}
@media screen {
  .mr-3,
  .mx-3 {
    margin-right: 1rem !important;
  }
}
@media screen {
  .mb-3,
  .my-3 {
    margin-bottom: 1rem !important;
  }
}
@media screen {
  .ml-3,
  .mx-3 {
    margin-left: 1rem !important;
  }
}
@media screen {
  .m-4 {
    margin: 1.5rem !important;
  }
}
@media screen {
  .mt-4,
  .my-4 {
    margin-top: 1.5rem !important;
  }
}
@media screen {
  .mr-4,
  .mx-4 {
    margin-right: 1.5rem !important;
  }
}
@media screen {
  .mb-4,
  .my-4 {
    margin-bottom: 1.5rem !important;
  }
}
@media screen {
  .ml-4,
  .mx-4 {
    margin-left: 1.5rem !important;
  }
}
@media screen {
  .m-5 {
    margin: 3rem !important;
  }
}
@media screen {
  .mt-5,
  .my-5 {
    margin-top: 3rem !important;
  }
}
@media screen {
  .mr-5,
  .mx-5 {
    margin-right: 3rem !important;
  }
}
@media screen {
  .mb-5,
  .my-5 {
    margin-bottom: 3rem !important;
  }
}
@media screen {
  .ml-5,
  .mx-5 {
    margin-left: 3rem !important;
  }
}
@media screen {
  .p-0 {
    padding: 0 !important;
  }
}
@media screen {
  .pt-0,
  .py-0 {
    padding-top: 0 !important;
  }
}
@media screen {
  .pr-0,
  .px-0 {
    padding-right: 0 !important;
  }
}
@media screen {
  .pb-0,
  .py-0 {
    padding-bottom: 0 !important;
  }
}
@media screen {
  .pl-0,
  .px-0 {
    padding-left: 0 !important;
  }
}
@media screen {
  .p-1 {
    padding: 0.25rem !important;
  }
}
@media screen {
  .pt-1,
  .py-1 {
    padding-top: 0.25rem !important;
  }
}
@media screen {
  .pr-1,
  .px-1 {
    padding-right: 0.25rem !important;
  }
}
@media screen {
  .pb-1,
  .py-1 {
    padding-bottom: 0.25rem !important;
  }
}
@media screen {
  .pl-1,
  .px-1 {
    padding-left: 0.25rem !important;
  }
}
@media screen {
  .p-2 {
    padding: 0.5rem !important;
  }
}
@media screen {
  .pt-2,
  .py-2 {
    padding-top: 0.5rem !important;
  }
}
@media screen {
  .pr-2,
  .px-2 {
    padding-right: 0.5rem !important;
  }
}
@media screen {
  .pb-2,
  .py-2 {
    padding-bottom: 0.5rem !important;
  }
}
@media screen {
  .pl-2,
  .px-2 {
    padding-left: 0.5rem !important;
  }
}
@media screen {
  .p-3 {
    padding: 1rem !important;
  }
}
@media screen {
  .pt-3,
  .py-3 {
    padding-top: 1rem !important;
  }
}
@media screen {
  .pr-3,
  .px-3 {
    padding-right: 1rem !important;
  }
}
@media screen {
  .pb-3,
  .py-3 {
    padding-bottom: 1rem !important;
  }
}
@media screen {
  .pl-3,
  .px-3 {
    padding-left: 1rem !important;
  }
}
@media screen {
  .p-4 {
    padding: 1.5rem !important;
  }
}
@media screen {
  .pt-4,
  .py-4 {
    padding-top: 1.5rem !important;
  }
}
@media screen {
  .pr-4,
  .px-4 {
    padding-right: 1.5rem !important;
  }
}
@media screen {
  .pb-4,
  .py-4 {
    padding-bottom: 1.5rem !important;
  }
}
@media screen {
  .pl-4,
  .px-4 {
    padding-left: 1.5rem !important;
  }
}
@media screen {
  .p-5 {
    padding: 3rem !important;
  }
}
@media screen {
  .pt-5,
  .py-5 {
    padding-top: 3rem !important;
  }
}
@media screen {
  .pr-5,
  .px-5 {
    padding-right: 3rem !important;
  }
}
@media screen {
  .pb-5,
  .py-5 {
    padding-bottom: 3rem !important;
  }
}
@media screen {
  .pl-5,
  .px-5 {
    padding-left: 3rem !important;
  }
}
@media screen {
  .m-auto {
    margin: auto !important;
  }
}
@media screen {
  .mt-auto,
  .my-auto {
    margin-top: auto !important;
  }
}
@media screen {
  .mr-auto,
  .mx-auto {
    margin-right: auto !important;
  }
}
@media screen {
  .mb-auto,
  .my-auto {
    margin-bottom: auto !important;
  }
}
@media screen {
  .ml-auto,
  .mx-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-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 screen and (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-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 screen and (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-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 screen and (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media screen {
  .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
}
@media screen {
  .text-justify {
    text-align: justify !important;
  }
}
@media screen {
  .text-nowrap {
    white-space: nowrap !important;
  }
}
@media screen {
  .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen {
  .text-left {
    text-align: left !important;
  }
}
@media screen {
  .text-right {
    text-align: right !important;
  }
}
@media screen {
  .text-center {
    text-align: center !important;
  }
}
@media screen and (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 screen and (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 screen and (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media screen {
  .text-lowercase {
    text-transform: lowercase !important;
  }
}
@media screen {
  .text-uppercase {
    text-transform: uppercase !important;
  }
}
@media screen {
  .text-capitalize {
    text-transform: capitalize !important;
  }
}
@media screen {
  .font-weight-light {
    font-weight: 300 !important;
  }
}
@media screen {
  .font-weight-normal {
    font-weight: 400 !important;
  }
}
@media screen {
  .font-weight-bold {
    font-weight: 700 !important;
  }
}
@media screen {
  .font-italic {
    font-style: italic !important;
  }
}
@media screen {
  .text-white {
    color: #fff !important;
  }
}
@media screen {
  .text-primary {
    color: #1A76C5 !important;
  }
}
@media screen {
  a.text-primary:hover, a.text-primary:focus {
    color: #145b98 !important;
  }
}
@media screen {
  .text-secondary {
    color: #6c757d !important;
  }
}
@media screen {
  a.text-secondary:hover, a.text-secondary:focus {
    color: #545b62 !important;
  }
}
@media screen {
  .text-success {
    color: #005342 !important;
  }
}
@media screen {
  a.text-success:hover, a.text-success:focus {
    color: #002019 !important;
  }
}
@media screen {
  .text-info {
    color: #17a2b8 !important;
  }
}
@media screen {
  a.text-info:hover, a.text-info:focus {
    color: #117a8b !important;
  }
}
@media screen {
  .text-warning {
    color: #FED141 !important;
  }
}
@media screen {
  a.text-warning:hover, a.text-warning:focus {
    color: #fec50e !important;
  }
}
@media screen {
  .text-danger {
    color: #dc3545 !important;
  }
}
@media screen {
  a.text-danger:hover, a.text-danger:focus {
    color: #bd2130 !important;
  }
}
@media screen {
  .text-light {
    color: #f8f9fa !important;
  }
}
@media screen {
  a.text-light:hover, a.text-light:focus {
    color: #dae0e5 !important;
  }
}
@media screen {
  .text-dark {
    color: #2D3033 !important;
  }
}
@media screen {
  a.text-dark:hover, a.text-dark:focus {
    color: #151718 !important;
  }
}
@media screen {
  .text-body {
    color: #fff !important;
  }
}
@media screen {
  .text-muted {
    color: #6c757d !important;
  }
}
@media screen {
  .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
  }
}
@media screen {
  .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
  }
}
@media screen {
  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
}
@media screen {
  .visible {
    visibility: visible !important;
  }
}
@media screen {
  .invisible {
    visibility: hidden !important;
  }
}
@media screen {
  .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media screen {
  .custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
  }
}
@media screen {
  .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #1A76C5;
  }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #2D3033, 0 0 0 0.2rem rgba(26, 118, 197, 0.25);
  }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #9fccf2;
  }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
  }
  .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
  }
}
@media screen {
  .custom-control-label {
    position: relative;
    margin-bottom: 0;
  }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background-color: #dee2e6;
  }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
  }
}
@media screen {
  .custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
  }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1A76C5;
  }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  }
  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #1A76C5;
  }
  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
  }
  .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(26, 118, 197, 0.5);
  }
  .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(26, 118, 197, 0.5);
  }
}
@media screen {
  .custom-radio .custom-control-label::before {
    border-radius: 50%;
  }
  .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1A76C5;
  }
  .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
  }
  .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(26, 118, 197, 0.5);
  }
}
@media screen {
  .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .custom-select:focus {
    border-color: #72b4ec;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(114, 180, 236, 0.5);
  }
  .custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
  }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
  }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
  }
  .custom-select::-ms-expand {
    opacity: 0;
  }
}
@media screen {
  .custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
  }
}
@media screen {
  .custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
  }
}
@media screen {
  .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
  }
}
@media screen {
  .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
  }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #72b4ec;
    box-shadow: 0 0 0 0.2rem rgba(26, 118, 197, 0.25);
  }
  .custom-file-input:focus ~ .custom-file-label::after {
    border-color: #72b4ec;
  }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
  }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
  }
}
@media screen {
  .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
  }
}
@media screen {
  .custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .custom-range:focus {
    outline: none;
  }
  .custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #2D3033, 0 0 0 0.2rem rgba(26, 118, 197, 0.25);
  }
  .custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #2D3033, 0 0 0 0.2rem rgba(26, 118, 197, 0.25);
  }
  .custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #2D3033, 0 0 0 0.2rem rgba(26, 118, 197, 0.25);
  }
  .custom-range::-moz-focus-outer {
    border: 0;
  }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #1A76C5;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen {
  .custom-range::-webkit-slider-thumb:active {
    background-color: #9fccf2;
  }
}
@media screen {
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
  }
}
@media screen {
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #1A76C5;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
@media screen {
  .custom-range::-moz-range-thumb:active {
    background-color: #9fccf2;
  }
}
@media screen {
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
  }
}
@media screen {
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #1A76C5;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
@media screen {
  .custom-range::-ms-thumb:active {
    background-color: #9fccf2;
  }
}
@media screen {
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
  }
}
@media screen {
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
  }
}
@media screen {
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
  }
}
@media screen {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
@media screen {
  .carousel {
    position: relative;
  }
}
@media screen {
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
}
@media screen {
  .carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    perspective: 1000px;
  }
}
@media screen {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    display: block;
    transition: transform 0.6s ease;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}
@media screen {
  .carousel-item-next,
  .carousel-item-prev {
    position: absolute;
    top: 0;
  }
}
@media screen {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translateX(0);
  }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0);
    }
  }
}
@media screen {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translateX(100%);
  }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0);
    }
  }
}
@media screen {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translateX(-100%);
  }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0);
    }
  }
}
@media screen {
  .carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 0.6s;
    transition-property: opacity;
  }
  .carousel-fade .carousel-item.active,
  .carousel-fade .carousel-item-next.carousel-item-left,
  .carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
  }
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    opacity: 0;
  }
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
  }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0);
    }
  }
}
@media screen {
  .carousel-control-prev,
  .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
  }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
  }
}
@media screen {
  .carousel-control-prev {
    left: 0;
  }
}
@media screen {
  .carousel-control-next {
    right: 0;
  }
}
@media screen {
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
  }
}
@media screen {
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
}
@media screen {
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  }
}
@media screen {
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
  }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    /*
    &::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: "";
    }
    &::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: "";
    }
    */
  }
  .carousel-indicators li button {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-indent: -999px;
    font-size: 0;
    padding: 0;
    border-width: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  .carousel-indicators .active {
    background-color: #fff;
  }
  .carousel-indicators .active button {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media screen {
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  }
}
@media screen {
}
@media screen {
  @keyframes bounce {
    0%, 20%, 53%, 80%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translateZ(0);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transform: translateZ(0);
    }
    40%, 43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -30px, 0);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transform: translate3d(0, -30px, 0);
    }
    70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -15px, 0);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transform: translate3d(0, -15px, 0);
    }
    90% {
      transform: translate3d(0, -4px, 0);
    }
  }
}
@media screen {
  .bounce {
    -webkit-animation-name: bounce;
    -webkit-transform-origin: center bottom;
    animation-name: bounce;
    transform-origin: center bottom;
  }
}
@media screen {
}
@media screen {
  @keyframes flash {
    0%, 50%, to {
      opacity: 1;
    }
    25%, 75% {
      opacity: 0;
    }
  }
}
@media screen {
  .flash {
    animation-name: flash;
  }
}
@media screen {
}
@media screen {
  @keyframes pulse {
    0% {
      transform: scaleX(1);
    }
    50% {
      transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
      transform: scaleX(1);
    }
  }
}
@media screen {
  .pulse {
    animation-name: pulse;
  }
}
@media screen {
}
@media screen {
  @keyframes rubberBand {
    0% {
      transform: scaleX(1);
    }
    30% {
      transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      transform: scale3d(1.05, 0.95, 1);
    }
    to {
      transform: scaleX(1);
    }
  }
}
@media screen {
  .rubberBand {
    animation-name: rubberBand;
  }
}
@media screen {
}
@media screen {
  @keyframes shake {
    0%, to {
      transform: translateZ(0);
    }
    10%, 30%, 50%, 70%, 90% {
      transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
      transform: translate3d(10px, 0, 0);
    }
  }
}
@media screen {
  .shake {
    animation-name: shake;
  }
}
@media screen {
}
@media screen {
  @keyframes headShake {
    0% {
      transform: translateX(0);
    }
    6.5% {
      transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
      transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
      transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
      transform: translateX(2px) rotateY(3deg);
    }
    50% {
      transform: translateX(0);
    }
  }
}
@media screen {
  .headShake {
    -webkit-animation-name: headShake;
    -webkit-animation-timing-function: ease-in-out;
    animation-name: headShake;
    animation-timing-function: ease-in-out;
  }
}
@media screen {
}
@media screen {
  @keyframes swing {
    20% {
      transform: rotate(15deg);
    }
    40% {
      transform: rotate(-10deg);
    }
    60% {
      transform: rotate(5deg);
    }
    80% {
      transform: rotate(-5deg);
    }
    to {
      transform: rotate(0deg);
    }
  }
}
@media screen {
  .swing {
    -webkit-animation-name: swing;
    -webkit-transform-origin: top center;
    animation-name: swing;
    transform-origin: top center;
  }
}
@media screen {
}
@media screen {
  @keyframes tada {
    0% {
      transform: scaleX(1);
    }
    10%, 20% {
      transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
      transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%, 60%, 80% {
      transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
      transform: scaleX(1);
    }
  }
}
@media screen {
  .tada {
    animation-name: tada;
  }
}
@media screen {
}
@media screen {
  @keyframes wobble {
    0% {
      transform: translateZ(0);
    }
    15% {
      transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
      transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
      transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
      transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
      transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
      transform: translateZ(0);
    }
  }
}
@media screen {
  .wobble {
    animation-name: wobble;
  }
}
@media screen {
}
@media screen {
  @keyframes jello {
    0%, 11.1%, to {
      transform: translateZ(0);
    }
    22.2% {
      transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
      transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
      transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
      transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
      transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
      transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
      transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
  }
}
@media screen {
  .jello {
    -webkit-animation-name: jello;
    -webkit-transform-origin: center;
    animation-name: jello;
    transform-origin: center;
  }
}
@media screen {
}
@media screen {
  @keyframes heartBeat {
    0% {
      transform: scale(1);
    }
    14% {
      transform: scale(1.3);
    }
    28% {
      transform: scale(1);
    }
    42% {
      transform: scale(1.3);
    }
    70% {
      transform: scale(1);
    }
  }
}
@media screen {
  .heartBeat {
    -webkit-animation-duration: 1.3s;
    -webkit-animation-name: heartBeat;
    -webkit-animation-timing-function: ease-in-out;
    animation-duration: 1.3s;
    animation-name: heartBeat;
    animation-timing-function: ease-in-out;
  }
}
@media screen {
}
@media screen {
  @keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
      transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      opacity: 1;
      transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
      transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
      -webkit-transform: scaleX(1);
      opacity: 1;
      transform: scaleX(1);
    }
  }
}
@media screen {
  .bounceIn {
    -webkit-animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-duration: 0.75s;
    animation-name: bounceIn;
  }
}
@media screen {
}
@media screen {
  @keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      -webkit-transform: translate3d(0, -3000px, 0);
      opacity: 0;
      transform: translate3d(0, -3000px, 0);
    }
    60% {
      -webkit-transform: translate3d(0, 25px, 0);
      opacity: 1;
      transform: translate3d(0, 25px, 0);
    }
    75% {
      transform: translate3d(0, -10px, 0);
    }
    90% {
      transform: translate3d(0, 5px, 0);
    }
    to {
      transform: translateZ(0);
    }
  }
}
@media screen {
  .bounceInDown {
    animation-name: bounceInDown;
  }
}
@media screen {
}
@media screen {
  @keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      -webkit-transform: translate3d(-3000px, 0, 0);
      opacity: 0;
      transform: translate3d(-3000px, 0, 0);
    }
    60% {
      -webkit-transform: translate3d(25px, 0, 0);
      opacity: 1;
      transform: translate3d(25px, 0, 0);
    }
    75% {
      transform: translate3d(-10px, 0, 0);
    }
    90% {
      transform: translate3d(5px, 0, 0);
    }
    to {
      transform: translateZ(0);
    }
  }
}
@media screen {
  .bounceInLeft {
    animation-name: bounceInLeft;
  }
}
@media screen {
}
@media screen {
  @keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      -webkit-transform: translate3d(3000px, 0, 0);
      opacity: 0;
      transform: translate3d(3000px, 0, 0);
    }
    60% {
      -webkit-transform: translate3d(-25px, 0, 0);
      opacity: 1;
      transform: translate3d(-25px, 0, 0);
    }
    75% {
      transform: translate3d(10px, 0, 0);
    }
    90% {
      transform: translate3d(-5px, 0, 0);
    }
    to {
      transform: translateZ(0);
    }
  }
}
@media screen {
  .bounceInRight {
    animation-name: bounceInRight;
  }
}
@media screen {
}
@media screen {
  @keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      -webkit-transform: translate3d(0, 3000px, 0);
      opacity: 0;
      transform: translate3d(0, 3000px, 0);
    }
    60% {
      -webkit-transform: translate3d(0, -20px, 0);
      opacity: 1;
      transform: translate3d(0, -20px, 0);
    }
    75% {
      transform: translate3d(0, 10px, 0);
    }
    90% {
      transform: translate3d(0, -5px, 0);
    }
    to {
      transform: translateZ(0);
    }
  }
}
@media screen {
  .bounceInUp {
    animation-name: bounceInUp;
  }
}
@media screen {
}
@media screen {
  @keyframes bounceOut {
    20% {
      transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      opacity: 1;
      transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
  }
}
@media screen {
  .bounceOut {
    -webkit-animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-duration: 0.75s;
    animation-name: bounceOut;
  }
}
@media screen {
}
@media screen {
  @keyframes bounceOutDown {
    20% {
      transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
      -webkit-transform: translate3d(0, -20px, 0);
      opacity: 1;
      transform: translate3d(0, -20px, 0);
    }
    to {
      -webkit-transform: translate3d(0, 2000px, 0);
      opacity: 0;
      transform: translate3d(0, 2000px, 0);
    }
  }
}
@media screen {
  .bounceOutDown {
    animation-name: bounceOutDown;
  }
}
@media screen {
}
@media screen {
  @keyframes bounceOutLeft {
    20% {
      -webkit-transform: translate3d(20px, 0, 0);
      opacity: 1;
      transform: translate3d(20px, 0, 0);
    }
    to {
      -webkit-transform: translate3d(-2000px, 0, 0);
      opacity: 0;
      transform: translate3d(-2000px, 0, 0);
    }
  }
}
@media screen {
  .bounceOutLeft {
    animation-name: bounceOutLeft;
  }
}
@media screen {
}
@media screen {
  @keyframes bounceOutRight {
    20% {
      -webkit-transform: translate3d(-20px, 0, 0);
      opacity: 1;
      transform: translate3d(-20px, 0, 0);
    }
    to {
      -webkit-transform: translate3d(2000px, 0, 0);
      opacity: 0;
      transform: translate3d(2000px, 0, 0);
    }
  }
}
@media screen {
  .bounceOutRight {
    animation-name: bounceOutRight;
  }
}
@media screen {
}
@media screen {
  @keyframes bounceOutUp {
    20% {
      transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
      -webkit-transform: translate3d(0, 20px, 0);
      opacity: 1;
      transform: translate3d(0, 20px, 0);
    }
    to {
      -webkit-transform: translate3d(0, -2000px, 0);
      opacity: 0;
      transform: translate3d(0, -2000px, 0);
    }
  }
}
@media screen {
  .bounceOutUp {
    animation-name: bounceOutUp;
  }
}
@media screen {
}
@media screen {
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
@media screen {
  .fadeIn {
    animation-name: fadeIn;
  }
}
@media screen {
}
@media screen {
  @keyframes fadeInDown {
    0% {
      -webkit-transform: translate3d(0, -100%, 0);
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
@media screen {
  .fadeInDown {
    animation-name: fadeInDown;
  }
}
@media screen {
}
@media screen {
  @keyframes fadeInDownBig {
    0% {
      -webkit-transform: translate3d(0, -2000px, 0);
      opacity: 0;
      transform: translate3d(0, -2000px, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
@media screen {
  .fadeInDownBig {
    animation-name: fadeInDownBig;
  }
}
@media screen {
}
@media screen {
  @keyframes fadeInLeft {
    0% {
      -webkit-transform: translate3d(-100%, 0, 0);
      opacity: 0;
      transform: translate3d(-100%, 0, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
@media screen {
  .fadeInLeft {
    animation-name: fadeInLeft;
  }
}
@media screen {
}
@media screen {
  @keyframes fadeInLeftBig {
    0% {
      -webkit-transform: translate3d(-2000px, 0, 0);
      opacity: 0;
      transform: translate3d(-2000px, 0, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
@media screen {
  .fadeInLeftBig {
    animation-name: fadeInLeftBig;
  }
}
@media screen {
}
@media screen {
  @keyframes fadeInRight {
    0% {
      -webkit-transform: translate3d(100%, 0, 0);
      opacity: 0;
      transform: translate3d(100%, 0, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
@media screen {
  .fadeInRight {
    animation-name: fadeInRight;
  }
}
@media screen {
}
@media screen {
  @keyframes fadeInRightBig {
    0% {
      -webkit-transform: translate3d(2000px, 0, 0);
      opacity: 0;
      transform: translate3d(2000px, 0, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
@media screen {
  .fadeInRightBig {
    animation-name: fadeInRightBig;
  }
}
@media screen {
}
@media screen {
  @keyframes fadeInUp {
    0% {
      -webkit-transform: translate3d(0, 100%, 0);
      opacity: 0;
      transform: translate3d(0, 100%, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
@media screen {
  .fadeInUp {
    animation-name: fadeInUp;
  }
}
@media screen {
}
@media screen {
  @keyframes fadeInUpBig {
    0% {
      -webkit-transform: translate3d(0, 2000px, 0);
      opacity: 0;
      transform: translate3d(0, 2000px, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
@media screen {
  .fadeInUpBig {
    animation-name: fadeInUpBig;
  }
}
@media screen {
}
@media screen {
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
}
@media screen {
  .fadeOut {
    animation-name: fadeOut;
  }
}
@media screen {
}
@media screen {
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(0, 100%, 0);
      opacity: 0;
      transform: translate3d(0, 100%, 0);
    }
  }
}
@media screen {
  .fadeOutDown {
    animation-name: fadeOutDown;
  }
}
@media screen {
}
@media screen {
  @keyframes fadeOutDownBig {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(0, 2000px, 0);
      opacity: 0;
      transform: translate3d(0, 2000px, 0);
    }
  }
}
@media screen {
  .fadeOutDownBig {
    animation-name: fadeOutDownBig;
  }
}
@media screen {
}
@media screen {
  @keyframes fadeOutLeft {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(-100%, 0, 0);
      opacity: 0;
      transform: translate3d(-100%, 0, 0);
    }
  }
}
@media screen {
  .fadeOutLeft {
    animation-name: fadeOutLeft;
  }
}
@media screen {
}
@media screen {
  @keyframes fadeOutLeftBig {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(-2000px, 0, 0);
      opacity: 0;
      transform: translate3d(-2000px, 0, 0);
    }
  }
}
@media screen {
  .fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
  }
}
@media screen {
}
@media screen {
  @keyframes fadeOutRight {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(100%, 0, 0);
      opacity: 0;
      transform: translate3d(100%, 0, 0);
    }
  }
}
@media screen {
  .fadeOutRight {
    animation-name: fadeOutRight;
  }
}
@media screen {
}
@media screen {
  @keyframes fadeOutRightBig {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(2000px, 0, 0);
      opacity: 0;
      transform: translate3d(2000px, 0, 0);
    }
  }
}
@media screen {
  .fadeOutRightBig {
    animation-name: fadeOutRightBig;
  }
}
@media screen {
}
@media screen {
  @keyframes fadeOutUp {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(0, -100%, 0);
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }
  }
}
@media screen {
  .fadeOutUp {
    animation-name: fadeOutUp;
  }
}
@media screen {
}
@media screen {
  @keyframes fadeOutUpBig {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(0, -2000px, 0);
      opacity: 0;
      transform: translate3d(0, -2000px, 0);
    }
  }
}
@media screen {
  .fadeOutUpBig {
    animation-name: fadeOutUpBig;
  }
}
@media screen {
}
@media screen {
  @keyframes flip {
    0% {
      -webkit-animation-timing-function: ease-out;
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
      animation-timing-function: ease-out;
      transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    }
    40% {
      -webkit-animation-timing-function: ease-out;
      -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
      animation-timing-function: ease-out;
      transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    }
    50% {
      -webkit-animation-timing-function: ease-in;
      -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
      animation-timing-function: ease-in;
      transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    }
    80% {
      -webkit-animation-timing-function: ease-in;
      -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
      animation-timing-function: ease-in;
      transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    }
    to {
      -webkit-animation-timing-function: ease-in;
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
      animation-timing-function: ease-in;
      transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    }
  }
}
@media screen {
  .animated.flip {
    -webkit-animation-name: flip;
    -webkit-backface-visibility: visible;
    animation-name: flip;
    backface-visibility: visible;
  }
}
@media screen {
}
@media screen {
  @keyframes flipInX {
    0% {
      -webkit-animation-timing-function: ease-in;
      -webkit-transform: perspective(400px) rotateX(90deg);
      animation-timing-function: ease-in;
      opacity: 0;
      transform: perspective(400px) rotateX(90deg);
    }
    40% {
      -webkit-animation-timing-function: ease-in;
      -webkit-transform: perspective(400px) rotateX(-20deg);
      animation-timing-function: ease-in;
      transform: perspective(400px) rotateX(-20deg);
    }
    60% {
      -webkit-transform: perspective(400px) rotateX(10deg);
      opacity: 1;
      transform: perspective(400px) rotateX(10deg);
    }
    80% {
      transform: perspective(400px) rotateX(-5deg);
    }
    to {
      transform: perspective(400px);
    }
  }
}
@media screen {
  .flipInX {
    -webkit-animation-name: flipInX;
    -webkit-backface-visibility: visible !important;
    animation-name: flipInX;
    backface-visibility: visible !important;
  }
}
@media screen {
}
@media screen {
  @keyframes flipInY {
    0% {
      -webkit-animation-timing-function: ease-in;
      -webkit-transform: perspective(400px) rotateY(90deg);
      animation-timing-function: ease-in;
      opacity: 0;
      transform: perspective(400px) rotateY(90deg);
    }
    40% {
      -webkit-animation-timing-function: ease-in;
      -webkit-transform: perspective(400px) rotateY(-20deg);
      animation-timing-function: ease-in;
      transform: perspective(400px) rotateY(-20deg);
    }
    60% {
      -webkit-transform: perspective(400px) rotateY(10deg);
      opacity: 1;
      transform: perspective(400px) rotateY(10deg);
    }
    80% {
      transform: perspective(400px) rotateY(-5deg);
    }
    to {
      transform: perspective(400px);
    }
  }
}
@media screen {
  .flipInY {
    -webkit-animation-name: flipInY;
    -webkit-backface-visibility: visible !important;
    animation-name: flipInY;
    backface-visibility: visible !important;
  }
}
@media screen {
}
@media screen {
  @keyframes flipOutX {
    0% {
      transform: perspective(400px);
    }
    30% {
      -webkit-transform: perspective(400px) rotateX(-20deg);
      opacity: 1;
      transform: perspective(400px) rotateX(-20deg);
    }
    to {
      -webkit-transform: perspective(400px) rotateX(90deg);
      opacity: 0;
      transform: perspective(400px) rotateX(90deg);
    }
  }
}
@media screen {
  .flipOutX {
    -webkit-animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    animation-duration: 0.75s;
    animation-name: flipOutX;
    backface-visibility: visible !important;
  }
}
@media screen {
}
@media screen {
  @keyframes flipOutY {
    0% {
      transform: perspective(400px);
    }
    30% {
      -webkit-transform: perspective(400px) rotateY(-15deg);
      opacity: 1;
      transform: perspective(400px) rotateY(-15deg);
    }
    to {
      -webkit-transform: perspective(400px) rotateY(90deg);
      opacity: 0;
      transform: perspective(400px) rotateY(90deg);
    }
  }
}
@media screen {
  .flipOutY {
    -webkit-animation-duration: 0.75s;
    -webkit-animation-name: flipOutY;
    -webkit-backface-visibility: visible !important;
    animation-duration: 0.75s;
    animation-name: flipOutY;
    backface-visibility: visible !important;
  }
}
@media screen {
}
@media screen {
  @keyframes lightSpeedIn {
    0% {
      -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
      opacity: 0;
      transform: translate3d(100%, 0, 0) skewX(-30deg);
    }
    60% {
      -webkit-transform: skewX(20deg);
      opacity: 1;
      transform: skewX(20deg);
    }
    80% {
      transform: skewX(-5deg);
    }
    to {
      transform: translateZ(0);
    }
  }
}
@media screen {
  .lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
  }
}
@media screen {
}
@media screen {
  @keyframes lightSpeedOut {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
      opacity: 0;
      transform: translate3d(100%, 0, 0) skewX(30deg);
    }
  }
}
@media screen {
  .lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
  }
}
@media screen {
}
@media screen {
  @keyframes rotateIn {
    0% {
      -webkit-transform: rotate(-200deg);
      -webkit-transform-origin: center;
      opacity: 0;
      transform: rotate(-200deg);
      transform-origin: center;
    }
    to {
      -webkit-transform: translateZ(0);
      -webkit-transform-origin: center;
      opacity: 1;
      transform: translateZ(0);
      transform-origin: center;
    }
  }
}
@media screen {
  .rotateIn {
    animation-name: rotateIn;
  }
}
@media screen {
}
@media screen {
  @keyframes rotateInDownLeft {
    0% {
      -webkit-transform: rotate(-45deg);
      -webkit-transform-origin: left bottom;
      opacity: 0;
      transform: rotate(-45deg);
      transform-origin: left bottom;
    }
    to {
      -webkit-transform: translateZ(0);
      -webkit-transform-origin: left bottom;
      opacity: 1;
      transform: translateZ(0);
      transform-origin: left bottom;
    }
  }
}
@media screen {
  .rotateInDownLeft {
    animation-name: rotateInDownLeft;
  }
}
@media screen {
}
@media screen {
  @keyframes rotateInDownRight {
    0% {
      -webkit-transform: rotate(45deg);
      -webkit-transform-origin: right bottom;
      opacity: 0;
      transform: rotate(45deg);
      transform-origin: right bottom;
    }
    to {
      -webkit-transform: translateZ(0);
      -webkit-transform-origin: right bottom;
      opacity: 1;
      transform: translateZ(0);
      transform-origin: right bottom;
    }
  }
}
@media screen {
  .rotateInDownRight {
    animation-name: rotateInDownRight;
  }
}
@media screen {
}
@media screen {
  @keyframes rotateInUpLeft {
    0% {
      -webkit-transform: rotate(45deg);
      -webkit-transform-origin: left bottom;
      opacity: 0;
      transform: rotate(45deg);
      transform-origin: left bottom;
    }
    to {
      -webkit-transform: translateZ(0);
      -webkit-transform-origin: left bottom;
      opacity: 1;
      transform: translateZ(0);
      transform-origin: left bottom;
    }
  }
}
@media screen {
  .rotateInUpLeft {
    animation-name: rotateInUpLeft;
  }
}
@media screen {
}
@media screen {
  @keyframes rotateInUpRight {
    0% {
      -webkit-transform: rotate(-90deg);
      -webkit-transform-origin: right bottom;
      opacity: 0;
      transform: rotate(-90deg);
      transform-origin: right bottom;
    }
    to {
      -webkit-transform: translateZ(0);
      -webkit-transform-origin: right bottom;
      opacity: 1;
      transform: translateZ(0);
      transform-origin: right bottom;
    }
  }
}
@media screen {
  .rotateInUpRight {
    animation-name: rotateInUpRight;
  }
}
@media screen {
}
@media screen {
  @keyframes rotateOut {
    0% {
      -webkit-transform-origin: center;
      opacity: 1;
      transform-origin: center;
    }
    to {
      -webkit-transform: rotate(200deg);
      -webkit-transform-origin: center;
      opacity: 0;
      transform: rotate(200deg);
      transform-origin: center;
    }
  }
}
@media screen {
  .rotateOut {
    animation-name: rotateOut;
  }
}
@media screen {
}
@media screen {
  @keyframes rotateOutDownLeft {
    0% {
      -webkit-transform-origin: left bottom;
      opacity: 1;
      transform-origin: left bottom;
    }
    to {
      -webkit-transform: rotate(45deg);
      -webkit-transform-origin: left bottom;
      opacity: 0;
      transform: rotate(45deg);
      transform-origin: left bottom;
    }
  }
}
@media screen {
  .rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
  }
}
@media screen {
}
@media screen {
  @keyframes rotateOutDownRight {
    0% {
      -webkit-transform-origin: right bottom;
      opacity: 1;
      transform-origin: right bottom;
    }
    to {
      -webkit-transform: rotate(-45deg);
      -webkit-transform-origin: right bottom;
      opacity: 0;
      transform: rotate(-45deg);
      transform-origin: right bottom;
    }
  }
}
@media screen {
  .rotateOutDownRight {
    animation-name: rotateOutDownRight;
  }
}
@media screen {
}
@media screen {
  @keyframes rotateOutUpLeft {
    0% {
      -webkit-transform-origin: left bottom;
      opacity: 1;
      transform-origin: left bottom;
    }
    to {
      -webkit-transform: rotate(-45deg);
      -webkit-transform-origin: left bottom;
      opacity: 0;
      transform: rotate(-45deg);
      transform-origin: left bottom;
    }
  }
}
@media screen {
  .rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
  }
}
@media screen {
}
@media screen {
  @keyframes rotateOutUpRight {
    0% {
      -webkit-transform-origin: right bottom;
      opacity: 1;
      transform-origin: right bottom;
    }
    to {
      -webkit-transform: rotate(90deg);
      -webkit-transform-origin: right bottom;
      opacity: 0;
      transform: rotate(90deg);
      transform-origin: right bottom;
    }
  }
}
@media screen {
  .rotateOutUpRight {
    animation-name: rotateOutUpRight;
  }
}
@media screen {
}
@media screen {
  @keyframes hinge {
    0% {
      -webkit-animation-timing-function: ease-in-out;
      -webkit-transform-origin: top left;
      animation-timing-function: ease-in-out;
      transform-origin: top left;
    }
    20%, 60% {
      -webkit-animation-timing-function: ease-in-out;
      -webkit-transform: rotate(80deg);
      -webkit-transform-origin: top left;
      animation-timing-function: ease-in-out;
      transform: rotate(80deg);
      transform-origin: top left;
    }
    40%, 80% {
      -webkit-animation-timing-function: ease-in-out;
      -webkit-transform: rotate(60deg);
      -webkit-transform-origin: top left;
      animation-timing-function: ease-in-out;
      opacity: 1;
      transform: rotate(60deg);
      transform-origin: top left;
    }
    to {
      -webkit-transform: translate3d(0, 700px, 0);
      opacity: 0;
      transform: translate3d(0, 700px, 0);
    }
  }
}
@media screen {
  .hinge {
    -webkit-animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-duration: 2s;
    animation-name: hinge;
  }
}
@media screen {
}
@media screen {
  @keyframes jackInTheBox {
    0% {
      -webkit-transform: scale(0.1) rotate(30deg);
      -webkit-transform-origin: center bottom;
      opacity: 0;
      transform: scale(0.1) rotate(30deg);
      transform-origin: center bottom;
    }
    50% {
      transform: rotate(-10deg);
    }
    70% {
      transform: rotate(3deg);
    }
    to {
      -webkit-transform: scale(1);
      opacity: 1;
      transform: scale(1);
    }
  }
}
@media screen {
  .jackInTheBox {
    animation-name: jackInTheBox;
  }
}
@media screen {
}
@media screen {
  @keyframes rollIn {
    0% {
      -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
      opacity: 0;
      transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
@media screen {
  .rollIn {
    animation-name: rollIn;
  }
}
@media screen {
}
@media screen {
  @keyframes rollOut {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
      opacity: 0;
      transform: translate3d(100%, 0, 0) rotate(120deg);
    }
  }
}
@media screen {
  .rollOut {
    animation-name: rollOut;
  }
}
@media screen {
}
@media screen {
  @keyframes zoomIn {
    0% {
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
      opacity: 1;
    }
  }
}
@media screen {
  .zoomIn {
    animation-name: zoomIn;
  }
}
@media screen {
}
@media screen {
  @keyframes zoomInDown {
    0% {
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    }
    60% {
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
  }
}
@media screen {
  .zoomInDown {
    animation-name: zoomInDown;
  }
}
@media screen {
}
@media screen {
  @keyframes zoomInLeft {
    0% {
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    }
    60% {
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    }
  }
}
@media screen {
  .zoomInLeft {
    animation-name: zoomInLeft;
  }
}
@media screen {
}
@media screen {
  @keyframes zoomInRight {
    0% {
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    }
    60% {
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    }
  }
}
@media screen {
  .zoomInRight {
    animation-name: zoomInRight;
  }
}
@media screen {
}
@media screen {
  @keyframes zoomInUp {
    0% {
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    }
    60% {
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
  }
}
@media screen {
  .zoomInUp {
    animation-name: zoomInUp;
  }
}
@media screen {
}
@media screen {
  @keyframes zoomOut {
    0% {
      opacity: 1;
    }
    50% {
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
      opacity: 0;
    }
  }
}
@media screen {
  .zoomOut {
    animation-name: zoomOut;
  }
}
@media screen {
}
@media screen {
  @keyframes zoomOutDown {
    40% {
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
    to {
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      -webkit-transform-origin: center bottom;
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      transform-origin: center bottom;
    }
  }
}
@media screen {
  .zoomOutDown {
    animation-name: zoomOutDown;
  }
}
@media screen {
}
@media screen {
  @keyframes zoomOutLeft {
    40% {
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
      -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
      -webkit-transform-origin: left center;
      opacity: 0;
      transform: scale(0.1) translate3d(-2000px, 0, 0);
      transform-origin: left center;
    }
  }
}
@media screen {
  .zoomOutLeft {
    animation-name: zoomOutLeft;
  }
}
@media screen {
}
@media screen {
  @keyframes zoomOutRight {
    40% {
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
      -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
      -webkit-transform-origin: right center;
      opacity: 0;
      transform: scale(0.1) translate3d(2000px, 0, 0);
      transform-origin: right center;
    }
  }
}
@media screen {
  .zoomOutRight {
    animation-name: zoomOutRight;
  }
}
@media screen {
}
@media screen {
  @keyframes zoomOutUp {
    40% {
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
    to {
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      -webkit-transform-origin: center bottom;
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      transform-origin: center bottom;
    }
  }
}
@media screen {
  .zoomOutUp {
    animation-name: zoomOutUp;
  }
}
@media screen {
}
@media screen {
  @keyframes slideInDown {
    0% {
      transform: translate3d(0, -100%, 0);
      visibility: visible;
    }
    to {
      transform: translateZ(0);
    }
  }
}
@media screen {
  .slideInDown {
    animation-name: slideInDown;
  }
}
@media screen {
}
@media screen {
  @keyframes slideInLeft {
    0% {
      transform: translate3d(-100%, 0, 0);
      visibility: visible;
    }
    to {
      transform: translateZ(0);
    }
  }
}
@media screen {
  .slideInLeft {
    animation-name: slideInLeft;
  }
}
@media screen {
}
@media screen {
  @keyframes slideInRight {
    0% {
      transform: translate3d(100%, 0, 0);
      visibility: visible;
    }
    to {
      transform: translateZ(0);
    }
  }
}
@media screen {
  .slideInRight {
    animation-name: slideInRight;
  }
}
@media screen {
}
@media screen {
  @keyframes slideInUp {
    0% {
      transform: translate3d(0, 100%, 0);
      visibility: visible;
    }
    to {
      transform: translateZ(0);
    }
  }
}
@media screen {
  .slideInUp {
    animation-name: slideInUp;
  }
}
@media screen {
}
@media screen {
  @keyframes slideOutDown {
    0% {
      transform: translateZ(0);
    }
    to {
      transform: translate3d(0, 100%, 0);
      visibility: hidden;
    }
  }
}
@media screen {
  .slideOutDown {
    animation-name: slideOutDown;
  }
}
@media screen {
}
@media screen {
  @keyframes slideOutLeft {
    0% {
      transform: translateZ(0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
      visibility: hidden;
    }
  }
}
@media screen {
  .slideOutLeft {
    animation-name: slideOutLeft;
  }
}
@media screen {
}
@media screen {
  @keyframes slideOutRight {
    0% {
      transform: translateZ(0);
    }
    to {
      transform: translate3d(100%, 0, 0);
      visibility: hidden;
    }
  }
}
@media screen {
  .slideOutRight {
    animation-name: slideOutRight;
  }
}
@media screen {
}
@media screen {
  @keyframes slideOutUp {
    0% {
      transform: translateZ(0);
    }
    to {
      transform: translate3d(0, -100%, 0);
      visibility: hidden;
    }
  }
}
@media screen {
  .slideOutUp {
    animation-name: slideOutUp;
  }
}
@media screen {
  .animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
  }
}
@media screen {
  .animated.infinite {
    animation-iteration-count: infinite;
  }
}
@media screen {
  .animated.delay-1s {
    animation-delay: 1s;
  }
}
@media screen {
  .animated.delay-2s {
    animation-delay: 2s;
  }
}
@media screen {
  .animated.delay-3s {
    animation-delay: 3s;
  }
}
@media screen {
  .animated.delay-4s {
    animation-delay: 4s;
  }
}
@media screen {
  .animated.delay-5s {
    animation-delay: 5s;
  }
}
@media screen {
  .animated.fast {
    animation-duration: 0.8s;
  }
}
@media screen {
  .animated.faster {
    animation-duration: 0.5s;
  }
}
@media screen {
  .animated.slow {
    animation-duration: 2s;
  }
}
@media screen {
  .animated.slower {
    animation-duration: 3s;
  }
}
@media screen and (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}
@media screen {
  body {
    background-color: #2D3033;
    color: #fff;
    font: 400 15px/1.6 "Open Sans", sans-serif;
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 1023.98px) {
  .comments-open body.fixed-side {
    overflow: hidden;
    position: fixed;
  }
}
@media screen {
  a {
    color: #FED141;
    text-decoration: none;
  }
  a:hover, a:focus {
    color: #FED141;
    text-decoration: none;
  }
}
@media screen {
  h1 {
    font: 400 30px/1.2 "Open Sans", sans-serif;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 50px;
  }
}
@media screen {
  h2 {
    font: 600 25px/1.2 "Open Sans", sans-serif;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 40px;
  }
}
@media screen {
  h3 {
    font: 500 15px/1.6 "Open Sans", sans-serif;
  }
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 25px;
  }
}
@media screen {
  h4 {
    font: 500 13px/1.6 "Open Sans", sans-serif;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 20px;
  }
}
@media screen {
  h5 {
    font: 500 11px/1.6 "Open Sans", sans-serif;
  }
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 18px;
  }
}
@media screen {
  h6 {
    font: 500 10px/1.6 "Open Sans", sans-serif;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: 16px;
  }
}
@media screen {
  p {
    margin: 0 0 30px;
  }
}
@media screen {
  ul, ol {
    margin: 0 0 15px;
  }
}
@media screen {
  li {
    margin: 0 0 15px;
  }
}
@media screen {
  .text-yellow {
    color: #FED141;
  }
}
@media screen {
  .bg-blue {
    background-color: #1A76C5;
    color: #fff;
  }
  .bg-blue a, .bg-blue a:hover, .bg-blue a:focus {
    color: #fff;
  }
}
@media screen {
  .bg-green {
    background-color: #005342;
    color: #fff;
  }
  .bg-green a, .bg-green a:hover, .bg-green a:focus {
    color: #fff;
  }
}
@media screen {
  .text-upper {
    text-transform: uppercase;
  }
}
@media screen {
  .text-lower {
    text-transform: lowercase;
  }
}
@media screen {
  .text-title {
    text-transform: capitalize;
  }
}
@media screen {
  .button,
  .btn {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 20px;
    text-align: center;
    background-color: #FED141;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.5pt;
    text-transform: uppercase;
    border-width: 0;
    cursor: pointer;
  }
  .button:hover, .button:focus,
  .btn:hover,
  .btn:focus {
    color: #000;
  }
}
@media screen and (max-width: 1023.98px) {
  .button,
  .btn {
    padding: 8px 15px;
    font-size: 12px;
  }
}
@media screen {
  .button-round,
  .btn-round,
  .btn-primary {
    border-radius: 50px;
    transition: padding 0.3s ease;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .button-round:hover,
  .btn-round:hover,
  .btn-primary:hover {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen {
  .btn-sround {
    border-radius: 7px;
    transition: padding 0.3s ease;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .btn-sround:hover {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen {
  .btn-sm {
    padding: 5px 15px;
    font-size: 11px;
  }
  .btn-sm.btn-sround {
    border-radius: 5px;
  }
}
@media screen {
  .btn-lg {
    padding: 14px 25px;
    font-size: 16px;
  }
  .btn-lg.btn-sround {
    border-radius: 10px;
  }
}
@media screen {
  .button-outline,
  .btn-outline {
    transition: all 0.3s ease-in-out;
    border: 1px solid #fff;
    background-color: rgba(45, 48, 51, 0.75);
    color: #fff;
  }
  .button-outline:hover, .button-outline:focus,
  .btn-outline:hover,
  .btn-outline:focus {
    background: #FED141 !important;
    border-color: #FED141;
    color: #000;
  }
  .button-outline:hover svg, .button-outline:focus svg,
  .btn-outline:hover svg,
  .btn-outline:focus svg {
    transition: all 0.3s ease-in-out;
    fill: #000 !important;
  }
}
@media screen {
  .hero:not(.simple):hover .button-outline,
  .hero:not(.simple):hover .btn-outline {
    background: #FED141 !important;
    border-color: #FED141;
    color: #000;
  }
}
@media screen {
  .btn-player {
    width: 40px;
    height: 40px;
    padding: 7px;
    border-radius: 100%;
    font-size: 15px;
    border: 0;
  }
  .btn-player i, .btn-player .fa, .btn-player .fas, .btn-player .fal, .btn-player .far {
    margin-left: 4px;
  }
}
@media screen {
  .btn-player-play {
    display: none;
  }
}
@media screen {
  .paused .btn-player-play {
    display: block;
  }
  .paused .btn-player-pause {
    display: none;
  }
}
@media screen {
  .transparent {
    background-color: transparent;
    border: none;
    color: #fff;
  }
}
@media screen {
  .btn-more {
    background: #FED141 url("../fonts/icon-arrow-down-dark.svg") no-repeat right 10px top 50%;
    padding: 10px 40px 10px 15px;
  }
}
@media screen {
  .btn-download {
    background: transparent url(../fonts/icon-download.svg) no-repeat 95%;
    background-size: 15px;
    padding-right: 40px;
  }
  .btn-download:hover, .btn-download:focus {
    background: #FED141 url(../fonts/icon-download-dark.svg) no-repeat 95% !important;
    background-size: 15px !important;
  }
}
@media screen {
  .btn-up {
    display: block;
    text-align: center;
    width: 25px;
    height: 25px;
    margin: 10px auto;
    background: transparent url("../fonts/icon-arrow-up.svg") no-repeat center center;
    background-size: contain;
    opacity: 0.75;
    transition: 0.3s all ease-in-out;
  }
  .btn-up:hover, .btn-up:focus {
    opacity: 1;
    cursor: pointer;
    transform: translateY(-5px);
  }
}
@media screen {
  .btn-down {
    display: block;
    text-align: center;
    width: 25px;
    height: 25px;
    margin: 10px auto;
    background: transparent url("../fonts/icon-arrow-down.svg") no-repeat center center;
    background-size: contain;
    opacity: 0.75;
    transition: 0.3s all ease-in-out;
  }
  .btn-down:hover, .btn-down:focus {
    opacity: 1;
    cursor: pointer;
    transform: translateY(5px);
  }
}
@media screen {
  .dropdown {
    position: relative;
  }
  .dropdown-group {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
  }
  .dropdown-group .dropdown {
    padding-left: 5px;
    padding-right: 5px;
    flex: 1;
  }
  .dropdown-toggle {
    background: #1A76C5 url("../fonts/icon-arrow-down.svg") no-repeat right 10px top 50%;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 2pt;
    display: inline-block;
    padding: 7px 30px 7px 10px;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .dropdown-toggle {
    font-size: 14px;
  }
}
@media screen {
  .dropdown-toggle:hover, .dropdown-toggle:focus {
    background: #FED141 url("../fonts/icon-arrow-down-dark.svg") no-repeat right 10px top 50%;
    border-color: #FED141;
    color: #000;
    cursor: pointer;
  }
}
@media screen {
  .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 50% 0 0;
    transition: 0.3s all ease-in-out;
    width: 110%;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #1A76C5;
    color: #fff;
    z-index: 50;
  }
}
@media screen and (min-width: 1024px) {
  .dropdown-menu {
    width: 150%;
  }
}
@media screen {
  .dropdown.open .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
  }
}
@media screen {
  .dropdown-item {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-align: right;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 1024px) {
  .dropdown-item {
    font-size: 14px;
    letter-spacing: 2pt;
  }
}
@media screen {
  .dropdown-yellow .dropdown-toggle {
    background: #FED141 url("../fonts/icon-arrow-down-dark.svg") no-repeat right 10px top 50%;
    border-color: #FED141;
    color: #000;
  }
  .dropdown-yellow .dropdown-menu {
    background-color: #FED141;
    color: #000;
    width: 200%;
  }
  .dropdown-yellow .dropdown-item {
    color: #000;
    text-transform: none;
    letter-spacing: 0;
  }
  .dropdown-yellow .dropdown-item:hover, .dropdown-yellow .dropdown-item:focus {
    color: #000;
  }
}
@media screen {
  .breadcrumb {
    color: #FED141;
    margin-top: 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .breadcrumb {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumb {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1023.98px) {
  .breadcrumb .breadcrumb-item {
    margin-bottom: 5px;
  }
}
@media screen {
  .breadcrumb .breadcrumb-item:before {
    content: " / ";
  }
}
@media screen {
  .breadcrumb .breadcrumb-item:first-child::before {
    content: none;
  }
}
@media screen {
  .btn-arrow-right {
    position: relative;
    padding-left: 45px;
    padding-right: 45px;
  }
  .btn-arrow-right:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    /*
    width: 9px;
    height: 13px;
    background: url("../fonts/icon-arrow-right.svg") no-repeat 50% 50%;
    background-size: contain;
    */
  }
}
@media screen {
  .bg {
    /*
    //
    // Regular gradients
    //
    */
    /*
    //
    // REVERSE
    //
    */
    /*
    //
    // INSIDE
    //
    */
    /*
    //
    // Bottom gradients
    //
    */
    /*
    //
    // Solid backgrounds
    //
    */
  }
  .bg-example {
    border: 2px #fff solid;
    border-radius: 15px;
    margin: 15px 30px;
    padding: 15px;
    color: #fff;
  }
  .bg-example .widget-title {
    margin: 0;
    font-size: 18px;
  }
  .bg-grad {
    background: linear-gradient(180deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 75%, rgba(13, 14, 15, 0.6196078431) 110%);
  }
  .bg-grad-white .widget-title {
    color: black;
  }
  .bg-grad-black {
    background: #1c1c1c linear-gradient(180deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 75%, rgba(13, 14, 15, 0.6196078431) 110%);
  }
  .bg-grad-gray {
    background: #2f2f2f linear-gradient(180deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 75%, rgba(13, 14, 15, 0.6196078431) 110%);
  }
  .bg-grad-bluenavy {
    background: #004f55 linear-gradient(180deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 75%, #283b49 110%);
  }
  .bg-grad-blue {
    background: #1a76c5 linear-gradient(180deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 90%, rgba(13, 14, 15, 0.6196078431) 110%);
  }
  .bg-grad-blueteal {
    /*background: $blue-dim linear-gradient(180deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.24) 90%, #0d0e0f63 110%);*/
    background: #006B91 linear-gradient(180deg, #006169 0%, #1c2d3c 100%);
  }
  .bg-grad-bluedark {
    background: #1B2B40 linear-gradient(180deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 90%, rgba(13, 14, 15, 0.6196078431) 110%);
  }
  .bg-grad-green {
    background: #346A00 linear-gradient(180deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 75%, rgba(13, 14, 15, 0.6196078431) 110%);
  }
  .bg-grad-greendark {
    background: #015343 linear-gradient(180deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 90%, rgba(13, 14, 15, 0.6196078431) 110%);
  }
  .bg-grad-white {
    background: #fff linear-gradient(180deg, rgba(67, 70, 74, 0) 75%, rgba(33, 34, 37, 0.15) 90%, rgba(13, 14, 15, 0.6196078431) 140%);
    color: #000;
  }
  .bg-grad-white div,
  .bg-grad-white p,
  .bg-grad-white time,
  .bg-grad-white h1, .bg-grad-white h2, .bg-grad-white h3, .bg-grad-white h4, .bg-grad-white h5, .bg-grad-white h6 {
    color: #000;
  }
  .bg-grad-white svg {
    fill: #000;
  }
  .bg-grad-white *[class*=bg-]:not([class*=-white]) {
    color: #fff;
  }
  .bg-grad-white *[class*=bg-]:not([class*=-white]) div,
  .bg-grad-white *[class*=bg-]:not([class*=-white]) p,
  .bg-grad-white *[class*=bg-]:not([class*=-white]) time,
  .bg-grad-white *[class*=bg-]:not([class*=-white]) h1, .bg-grad-white *[class*=bg-]:not([class*=-white]) h2, .bg-grad-white *[class*=bg-]:not([class*=-white]) h3, .bg-grad-white *[class*=bg-]:not([class*=-white]) h4, .bg-grad-white *[class*=bg-]:not([class*=-white]) h5, .bg-grad-white *[class*=bg-]:not([class*=-white]) h6 {
    color: #fff;
  }
  .bg-grad-white *[class*=bg-]:not([class*=-white]) svg {
    fill: #fff;
  }
  .bg-grad-purple {
    background: #782A60 linear-gradient(180deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 90%, rgba(13, 14, 15, 0.6196078431) 110%);
  }
  .bg-grad-bluebright {
    background: #001C4E linear-gradient(180deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 70%, #0d0e0f 110%);
  }
  .bg-grad-bluepurple {
    background: #782A60 linear-gradient(180deg, #771E57 0%, #562C69 40%, #001C4E 100%);
  }
  .bg-grad-black.bg-reverse, .bg-grad-black--reverse {
    background: #1c1c1c linear-gradient(0deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 75%, rgba(13, 14, 15, 0.6196078431) 110%);
  }
  .bg-grad-gray.bg-reverse, .bg-grad-gray--reverse {
    background: #2f2f2f linear-gradient(0deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 75%, rgba(13, 14, 15, 0.6196078431) 110%);
  }
  .bg-grad-bluenavy.bg-reverse, .bg-grad-bluenavy--reverse {
    background: #004f55 linear-gradient(0deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 75%, rgba(13, 14, 15, 0.6196078431) 110%);
  }
  .bg-grad-blue.bg-reverse, .bg-grad-blue--reverse {
    background: #1a76c5 linear-gradient(0deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 90%, rgba(13, 14, 15, 0.6196078431) 110%);
  }
  .bg-grad-blueteal.bg-reverse, .bg-grad-blueteal--reverse {
    /* background: $blue-dim linear-gradient(0deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.24) 90%, #0d0e0f63 110%); */
    background: #006B91 linear-gradient(0deg, #006169 0%, #1c2d3c 100%);
  }
  .bg-grad-bluedark.bg-reverse, .bg-grad-bluedark--reverse {
    background: #1B2B40 linear-gradient(0deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 90%, rgba(13, 14, 15, 0.6196078431) 110%);
  }
  .bg-grad-green.bg-reverse, .bg-grad-green--reverse {
    background: #346A00 linear-gradient(0deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 75%, rgba(13, 14, 15, 0.6196078431) 110%);
  }
  .bg-grad-greendark.bg-reverse, .bg-grad-greendark--reverse {
    background: #015343 linear-gradient(0deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 90%, rgba(13, 14, 15, 0.6196078431) 110%);
  }
  .bg-grad-white.bg-reverse, .bg-grad-white--reverse {
    background: #fff linear-gradient(0deg, rgba(67, 70, 74, 0) 75%, rgba(33, 34, 37, 0.15) 90%, rgba(13, 14, 15, 0.6196078431) 140%);
  }
  .bg-grad-purple.bg-reverse, .bg-grad-purple--reverse {
    background: #782A60 linear-gradient(0deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 90%, rgba(13, 14, 15, 0.6196078431) 110%);
  }
  .bg-grad-bluepurple.bg-reverse, .bg-grad-bluepurple--reverse {
    background: #782A60 linear-gradient(0deg, #771E57 0%, #562C69 40%, #001C4E 100%);
  }
  .bg-grad-bluebright.bg-reverse, .bg-grad-bluebright--reverse {
    background: #001C4E linear-gradient(0deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 90%, rgba(13, 14, 15, 0.6196078431) 110%);
  }
  [class*=bg-grad] .bg-grad-black {
    background-color: rgba(28, 28, 28, 0.5);
  }
  [class*=bg-grad] .bg-grad-gray {
    background-color: rgba(47, 47, 47, 0.5);
  }
  [class*=bg-grad] .bg-grad-bluenavy {
    background-color: rgba(0, 79, 85, 0.5);
  }
  [class*=bg-grad] .bg-grad-blue {
    background-color: rgba(26, 118, 197, 0.5);
  }
  [class*=bg-grad] .bg-grad-blueteal {
    background-color: rgba(0, 107, 145, 0.5);
  }
  [class*=bg-grad] .bg-grad-bluedark {
    background-color: rgba(27, 43, 64, 0.5);
  }
  [class*=bg-grad] .bg-grad-green {
    background-color: rgba(52, 106, 0, 0.5);
  }
  [class*=bg-grad] .bg-grad-greendark {
    background-color: rgba(1, 83, 67, 0.5);
  }
  [class*=bg-grad] .bg-grad-white {
    background-color: rgba(255, 255, 255, 0.5);
  }
  [class*=bg-grad] .bg-grad-purple {
    background-color: rgba(120, 42, 96, 0.5);
  }
  [class*=bg-grad] .bg-grad-bluepurple {
    background-color: rgba(120, 42, 96, 0.5);
  }
  [class*=bg-grad] .bg-grad-bluebright {
    background-color: rgba(0, 28, 78, 0.5);
  }
  .bg-grad-transp-black {
    background: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(28, 28, 28, 0.45) 30%, #1c1c1c 85%);
  }
  .bg-grad-transp-gray {
    background: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(47, 47, 47, 0.39) 35%, #2f2f2f 90%);
  }
  .bg-grad-transp-bluenavy {
    background: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(0, 79, 85, 0.39) 35%, #283b49 90%);
  }
  .bg-grad-transp-blue {
    background: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(26, 118, 197, 0.39) 35%, #1a76c5 90%);
  }
  .bg-grad-transp-blueteal {
    background: linear-gradient(180deg, rgba(0, 97, 105, 0) 0%, #015d65 42%, #04525c 50%, #1c2d3c 100%);
  }
  .bg-grad-transp-bluedark {
    background: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(27, 43, 64, 0.39) 35%, #1b2b40 90%);
  }
  .bg-grad-transp-green {
    background: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(52, 106, 0, 0.39) 35%, #346a00 90%);
  }
  .bg-grad-transp-greendark {
    background: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(1, 83, 67, 0.39) 35%, #015343 90%);
  }
  .bg-grad-transp-white {
    background: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(255, 255, 255, 0.39) 35%, white 90%);
    color: #000;
  }
  .bg-grad-transp-white div,
  .bg-grad-transp-white p,
  .bg-grad-transp-white time,
  .bg-grad-transp-white h1, .bg-grad-transp-white h2, .bg-grad-transp-white h3, .bg-grad-transp-white h4, .bg-grad-transp-white h5, .bg-grad-transp-white h6 {
    color: #000;
  }
  .bg-grad-transp-white svg {
    fill: #000;
  }
  .bg-grad-transp-white *[class*=bg-]:not([class*=-white]) {
    color: #fff;
  }
  .bg-grad-transp-white *[class*=bg-]:not([class*=-white]) div,
  .bg-grad-transp-white *[class*=bg-]:not([class*=-white]) p,
  .bg-grad-transp-white *[class*=bg-]:not([class*=-white]) time,
  .bg-grad-transp-white *[class*=bg-]:not([class*=-white]) h1, .bg-grad-transp-white *[class*=bg-]:not([class*=-white]) h2, .bg-grad-transp-white *[class*=bg-]:not([class*=-white]) h3, .bg-grad-transp-white *[class*=bg-]:not([class*=-white]) h4, .bg-grad-transp-white *[class*=bg-]:not([class*=-white]) h5, .bg-grad-transp-white *[class*=bg-]:not([class*=-white]) h6 {
    color: #fff;
  }
  .bg-grad-transp-white *[class*=bg-]:not([class*=-white]) svg {
    fill: #fff;
  }
  .bg-grad-transp-purple {
    background: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(28, 28, 28, 0.39) 50%, #782a60 90%);
  }
  .bg-grad-transp-bluebright {
    background: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(28, 28, 28, 0.39) 50%, #001c4e 90%);
  }
  .bg-black {
    background: #1c1c1c;
  }
  .bg-gray {
    background: #2f2f2f;
  }
  .bg-bluenavy {
    background: #004f55;
  }
  .bg-bluesolid {
    background: #1a76c5;
  }
  .bg-blueteal {
    background: #006B91;
  }
  .bg-bluedark {
    background: #1B2B40;
  }
  .bg-green {
    background: #346A00;
  }
  .bg-greendark {
    background: #015343;
  }
  .bg-purple {
    background: #782A60;
  }
  .bg-bluebright {
    background: #001C4E;
  }
  .bg-white {
    background: #fff;
    color: #000;
  }
  .bg-white div,
  .bg-white p,
  .bg-white time,
  .bg-white h1, .bg-white h2, .bg-white h3, .bg-white h4, .bg-white h5, .bg-white h6 {
    color: #000;
  }
  .bg-white svg {
    fill: #000;
  }
  .bg-white *[class*=bg-]:not([class*=-white]) {
    color: #fff;
  }
  .bg-white *[class*=bg-]:not([class*=-white]) div,
  .bg-white *[class*=bg-]:not([class*=-white]) p,
  .bg-white *[class*=bg-]:not([class*=-white]) time,
  .bg-white *[class*=bg-]:not([class*=-white]) h1, .bg-white *[class*=bg-]:not([class*=-white]) h2, .bg-white *[class*=bg-]:not([class*=-white]) h3, .bg-white *[class*=bg-]:not([class*=-white]) h4, .bg-white *[class*=bg-]:not([class*=-white]) h5, .bg-white *[class*=bg-]:not([class*=-white]) h6 {
    color: #fff;
  }
  .bg-white *[class*=bg-]:not([class*=-white]) svg {
    fill: #fff;
  }
}
@media screen {
  .alert {
    padding: 1rem;
  }
  .alert a {
    border-bottom: 1px solid;
  }
  .alert a:hover, .alert a:focus {
    border-bottom: 2px solid;
  }
}
@media screen {
  .alert-js {
    background: #dc3545;
    color: #fff;
  }
  .alert-js a {
    color: #fff;
  }
  .alert-js a:hover, .alert-js a:focus {
    color: #fff;
  }
}
@media screen {
  .alert-browser {
    background: #1A76C5;
    color: #fff;
    background: #FED141;
  }
  .alert-browser a {
    color: #fff;
  }
  .alert-browser a:hover, .alert-browser a:focus {
    color: #fff;
  }
}
@media screen {
  .flexbox .alert-browser,
  .flexboxtweener .alert-browser,
  .flexboxlegacy .alert-browser {
    display: none;
  }
}
@media screen {
  .header {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-top: 10px solid #FED141;
    /* fancybox's issue overwrite */
  }
}
@media screen and (min-width: 768px) {
  .header {
    border-top: 9px solid #FED141;
  }
}
@media screen {
  .fancybox-article .header.fancybox-margin {
    overflow: visible !important;
    margin-right: 0 !important;
  }
}
@media screen {
  .header.black {
    background: #000;
  }
}
@media screen {
  .header:not([class*=bg-]) {
    background-color: rgba(51, 51, 51, 0.87);
  }
}
@media screen {
  .header.header_v2 {
    background: none;
  }
}
@media screen and (max-width: 767.98px) {
  .header {
    padding: 5px 15px;
  }
}
@media screen and (min-width: 576px) {
  .header {
    padding: 5px 30px;
  }
}
@media screen {
  .header.black {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen {
  .header-visual_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 0;
    opacity: 0.8;
  }
}
@media screen {
  .header-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
  }
  .header-blur:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .header-blur canvas {
    opacity: 0.4;
  }
}
@media screen {
  .header-brand {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 1023px) {
  .header-brand {
    width: 100%;
  }
}
@media screen {
  .header-brand-logo {
    float: left;
    width: 120px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1023.98px) {
  .header-brand-logo {
    float: none;
    width: auto;
    padding-right: 0;
  }
}
@media screen {
  .header-brand-logo-full {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 28.7%;
  }
  .header-brand-logo-full > img {
    position: absolute;
    left: 0;
    top: 0;
    right: 30px;
    bottom: 0;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1023.98px) {
  .header-brand-logo-full {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .header-brand-logo-icon {
    padding-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .header-brand-logo-icon {
    display: none;
  }
}
@media screen {
  .header-brand-title {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5pt;
    overflow: hidden;
  }
}
@media screen and (max-width: 767.98px) {
  .header-brand-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .header-brand-title {
    margin: 0 auto;
  }
}
@media screen {
  .header-brand-title a {
    color: #fff;
    display: inline-block;
    border-bottom: 3px solid #FED141;
    margin-right: -5pt;
    white-space: nowrap;
  }
}
@media screen and (max-width: 450px) {
  .header-brand-title {
    letter-spacing: 2px;
  }
  .header-brand-title a {
    margin-right: 0;
  }
}
@media screen {
  .bg-grad-white ~ .header-brand .header-brand-title a {
    color: #000;
    font-weight: 700;
  }
}
@media screen {
  .header-nav-wrapper {
    flex: auto;
    text-align: right;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav-wrapper {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .bg-grad-white ~ .header-nav-wrapper .nav a {
    color: #000;
  }
}
@media screen and (max-width: 1023.98px) {
  .header-nav-wrapper {
    position: fixed;
    top: 74px;
    left: 50%;
    right: 0;
    text-align: left;
    display: none;
    max-height: calc(100vh - 74px);
    overflow-y: auto;
    min-width: 200px;
  }
  .header_v2 .header-nav-wrapper {
    top: 65px;
  }
}
@media screen and (max-width: 1023.98px) and (max-width: 767.98px) {
  .header-nav-wrapper {
    top: 55px;
    left: 0;
    /* height: calc(100vw - 60px); */
    height: 100vh;
    overflow-y: scroll;
  }
  .header_v2 .header-nav-wrapper {
    top: 55px;
  }
}
@media screen and (max-width: 1023.98px) {
  .header-nav-wrapper .nav {
    display: block;
    padding: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.9);
  }
}
@media screen and (max-width: 1023.98px) and (max-width: 1023.98px) {
  .header-nav-wrapper .nav {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1023.98px) {
  .microsite .header-nav-wrapper {
    top: 49px;
  }
}
@media screen and (max-width: 1023.98px) {
  .header-nav-open {
    position: fixed;
    left: 0;
    right: 0;
  }
}
@media screen {
  .header-search {
    position: relative;
    z-index: 1;
    margin-left: auto;
  }
}
@media screen and (max-width: 1023.98px) {
  .header-search {
    display: none;
  }
}
@media screen {
  .header-search input[type=search] {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-width: 0;
    height: 36px;
    width: 243px;
    border-radius: 18px;
    background-color: #000;
    color: #fff;
    opacity: 0.67;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    position: relative;
    z-index: 0;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    width: 0;
    transition: all 0.3s ease 0.1s, opacity 0.3s ease;
  }
  .header-search input[type=search]::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
  }
  .header-search input[type=search]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
  }
  .header-search input[type=search]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
  }
  .header-search input[type=search]::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
  }
}
@media screen {
  .header-search .active input[type=search] {
    width: 240px;
    margin-right: -45px;
    padding-left: 20px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease, opacity 0.3s ease 0.1s;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .header-search .active input[type=search] {
    width: 200px;
  }
}
@media screen {
  .header-search [type=button] {
    padding: 10px;
    position: relative;
    z-index: 1;
  }
}
@media screen {
  .header-search .icon-search {
    fill: white;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
}
@media screen {
  .header-search-mobile {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1023.98px) {
  .header-search-mobile {
    display: block;
  }
}
@media screen {
  .header-search-mobile [type=button] {
    padding: 8px 20px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen {
  .header-search-mobile input[type=search] {
    border-radius: 0;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    width: 100% !important;
    padding-left: 55px !important;
  }
}
@media screen {
  .header-mobile {
    display: block;
    position: relative;
    z-index: 1;
    float: right;
  }
}
@media screen and (min-width: 1024px) {
  .header-mobile {
    display: none;
  }
}
@media screen {
  .bg-grad-white ~ .header-mobile svg {
    fill: #000;
  }
}
@media screen and (max-width: 767.98px) {
  .header-mobile #toggle_nav {
    padding: 5px 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 576px) {
  .header-mobile #toggle_nav {
    padding: 10px 0;
  }
  .microsite .header-mobile #toggle_nav {
    padding: 7px 0;
  }
}
@media screen {
  .header-mobile .icon-menu {
    fill: white;
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 767.98px) {
  .microsite .header-mobile #toggle_nav {
    padding: 2px 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 576px) {
  .microsite .header-mobile #toggle_nav {
    padding: 7px 0;
  }
}
@media screen {
  .backdrop .header-blur canvas {
    display: none;
    background-color: rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
@media screen {
  .no-cssfilters .header {
    background-color: rgba(45, 48, 51, 0.95);
  }
  .no-cssfilters .header-blur {
    display: none;
  }
}
@media screen {
  #skip_link:focus {
    position: fixed;
    top: 60px;
    background-color: #000;
    padding: 10px;
  }
}
@media screen {
  .footer {
    position: relative;
  }
  .footer:after {
    content: "";
    padding-top: 1px;
    margin-top: -1px;
    display: block;
  }
  .footer:not([class*=bg-]) {
    background-color: #2D3033;
  }
  .footer.bg-grad-white a, .footer.bg-white a {
    color: #000;
  }
  .footer-block-title {
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 5px;
    margin-bottom: 20px;
  }
  .footer-social {
    padding: 100px 0;
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-social {
    padding: 25px 0 50px;
  }
}
@media screen {
  .footer-social .social-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
  }
  .footer-social .social-list li {
    display: inline-block;
    margin: 0 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-social .social-list li {
    margin: 0 10px;
  }
}
@media screen {
  .footer-social .social-list li .icon {
    width: 10vw;
    height: 48px;
    max-width: 48px;
    fill: white;
  }
  .bg-grad-white .footer-social .social-list li .icon, .bg-white .footer-social .social-list li .icon {
    fill: #000;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-social .social-list li .icon {
    width: 32px;
    height: 32px;
  }
}
@media screen {
  .footer-links {
    border-top: 10px white solid;
    margin-bottom: 3%;
  }
}
@media screen and (min-width: 1024px) {
  .footer-links {
    padding: 30px 0;
    border-bottom: 6px white solid;
  }
}
@media screen and (max-width: 1023.98px) {
  .footer-links {
    padding: 0 0 30px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-links {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .footer-links-logo:after {
    content: "";
    border-bottom: 6px white solid;
    margin: 0 -15px 40px;
    display: block;
  }
  .bg-grad-white .footer-links-logo:after, .bg-white .footer-links-logo:after {
    border-color: #43464a;
  }
}
@media screen {
  .footer-links-logo > a {
    display: block;
    margin: 40px 0;
    max-width: 180px;
  }
}
@media screen and (max-width: 1023.98px) {
  .footer-links-logo > a {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen {
  .footer-links-title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
    letter-spacing: 2pt;
  }
}
@media screen {
  .footer-links-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-links-list {
    margin: 0 0 40px;
  }
}
@media screen {
  .footer-links-list li {
    margin: 0 0 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .footer-links-list li a {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1pt;
  }
}
@media screen {
  .footer-links [class*=col] {
    align-items: center;
  }
}
@media screen {
  .footer-links a {
    color: white;
  }
}
@media screen {
  .story .footer-links {
    margin-bottom: 3%;
  }
}
@media screen {
  .footer .narrow .footer-links {
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 1024px) {
  .footer .narrow .footer-links [class*=col] {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media screen and (min-width: 1024px) {
  .footer .narrow .footer-links-logo {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    border-bottom: 5px solid #fff;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .narrow .footer-links-logo > a {
    margin: 40px auto;
  }
}
@media screen {
  .disclaimer {
    margin-bottom: 3%;
    text-align: center;
    font-size: 12px;
  }
}
@media screen {
  .story .disclaimer {
    padding-bottom: 3%;
    margin-bottom: 0;
  }
}
@media screen {
  .bg-grad-white .footer-links,
  .bg-white .footer-links {
    fill: #000;
  }
}
@media screen and (min-width: 1024px) {
  .bg-grad-white .footer-logo,
  .bg-white .footer-logo {
    border-color: #43464a;
  }
}
@media screen {
  .nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .nav {
    display: block;
  }
}
@media screen {
  .nav-item {
    position: relative;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .nav-item {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0;
    padding-right: 30px;
    line-height: 49px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .nav-item {
    padding-right: 15px;
  }
}
@media screen {
  .nav-item .social-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    white-space: nowrap;
  }
  .nav-item .social-list-item {
    display: inline-block;
    margin: 0 5px;
  }
  .nav-item .social-list svg {
    fill: white;
    width: 32px;
    height: 32px;
  }
  .nav-item .social-list-label {
    color: white;
    display: block;
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    margin: 5px 0 15px;
  }
}
@media screen and (max-width: 1023.98px) {
  .nav-item .social-list-label {
    text-align: left;
  }
}
@media screen {
  .nav a {
    font-size: 13px;
    letter-spacing: 2.5pt;
    text-transform: uppercase;
    color: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .nav a {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .nav a {
    display: block;
    padding: 15px 30px;
  }
}
@media screen {
  .nav-dropdown {
    padding-left: 0;
    list-style: none;
    margin: 0;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .nav-dropdown {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .nav-dropdown {
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    top: 100%;
    left: calc(50% - 15px);
    min-width: 200%;
    padding: 0;
    transition: transform 0.1s ease-in;
    transform-origin: 50% 0;
    transform: scale(0);
  }
}
@media screen and (max-width: 1023.98px) {
  .nav-dropdown {
    display: none;
    padding-left: 40px;
  }
}
@media screen {
  .nav-dropdown li {
    margin-bottom: 0;
    padding: 3px 0;
    line-height: 130%;
  }
}
@media screen {
  .nav-dropdown a {
    display: block;
    padding: 10px;
    transition: all 0.3s ease-in-out;
  }
  .nav-dropdown a:hover {
    background-color: #2D3033;
  }
}
@media screen and (min-width: 1024px) {
  .nav-item:hover .nav-dropdown {
    transform: scale(1) translateX(-50%);
  }
}
@media screen {
  .nav-icons {
    padding-left: 0;
    list-style: none;
    margin: 0;
  }
  .nav-icons-item {
    display: block;
    text-align: center !important;
  }
}
@media screen and (max-width: 1023.98px) {
  .nav-icons-item {
    text-align: left !important;
  }
}
@media screen {
  .nav-icons-item svg {
    fill: white;
    width: 32px;
    height: 32px;
  }
}
@media screen {
  .nav-icons-item-label {
    color: white;
    display: block;
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    margin: 5px 0 15px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .nav-icons-item-label {
    text-align: left;
  }
}
@media screen {
  .nav-icons-item:last-child .nav-icons-item-label {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .black .nav-item > a[aria-haspopup=true] {
    position: relative;
  }
  .black .nav-item > a[aria-haspopup=true]:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
  }
}
@media screen {
  .black .nav-item.active-nav2 > a[aria-haspopup=true]:before {
    border-bottom-color: #FED141;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav2 {
    position: absolute;
    top: 100%;
    transform: translateY(-200%) translateX(-50%);
    transition: transform 0s ease 0.5s;
  }
}
@media screen and (max-width: 1023.98px) {
  .header-nav2 {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .nav2 {
    background: rgba(0, 0, 0, 0.9);
    transform: scale(1) translateY(30px);
    transform-origin: 50% 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease, transform 0.3s ease-in;
    padding-left: 0;
    list-style: none;
    margin: 0;
  }
  .nav2::before {
    content: " ";
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fff transparent;
  }
  .nav2-item {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0s ease 0.3s;
  }
  .nav2-item > a {
    display: none;
  }
  .nav2-item.show {
    transform: scale(1);
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .nav2-dropdown {
    padding-left: 0;
    list-style: none;
    margin: 0;
  }
  .nav2-dropdown-wrapper li {
    margin: 0;
    text-align: left;
  }
  .nav2-dropdown-wrapper li a {
    color: white;
    display: block;
    padding: 10px;
    font-size: 13px;
    letter-spacing: 2.5pt;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
  }
  .nav2-dropdown-wrapper li a:hover, .nav2-dropdown-wrapper li a:focus {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .nav2-dropdown-wrapper .social-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    white-space: nowrap;
  }
  .nav2-dropdown-wrapper .social-list-item {
    display: inline-block;
    margin: 0 5px;
  }
  .nav2-dropdown-wrapper .social-list-item a {
    transition: transform 0.3s ease-in-out;
  }
  .nav2-dropdown-wrapper .social-list-item a:hover, .nav2-dropdown-wrapper .social-list-item a:focus {
    background-color: transparent;
    transform: translateY(-2px);
  }
  .nav2-dropdown-wrapper .social-list svg {
    fill: white;
    width: 32px;
    height: 32px;
  }
  .nav2-dropdown-wrapper .social-list-label {
    color: white;
    display: block;
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    margin: 5px 0 15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023.98px) {
  .nav2-dropdown-wrapper .social-list-label {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .nav2-icons {
    padding-left: 0;
    list-style: none;
    margin: 0;
  }
  .nav2-icons-item {
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023.98px) {
  .nav2-icons-item {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .nav2-icons-item svg {
    fill: white;
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .nav2-icons-item-label {
    color: white;
    display: block;
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    margin: 5px 0 15px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023.98px) {
  .nav2-icons-item-label {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .nav2-icons-item:last-child .nav2-icons-item-label {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .nav2-open .nav2 {
    transform: scale(1) translateY(0);
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.2s ease-out;
  }
  .nav2-open .header-nav2 {
    transform: translateY(0) translateX(-50%);
    transition: transform 0s ease, left 0.3s ease, width 0.3s ease, height 0.3s ease;
  }
}
@media screen {
  .hero {
    position: relative;
    overflow: hidden;
  }
}
@media screen and (max-width: 1023.98px) and (max-width: 1023.98px) {
  .hero {
    height: 0;
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 600px) {
  .hero.textrow {
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .hero {
    height: 0;
    padding-bottom: 40%;
  }
}
@media screen and (max-width: 767.98px) {
  .hero {
    height: 0;
    padding-bottom: 70%; /* it was 130% before. Why? */
  }
}
@media screen {
  .hero-title {
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    margin: 0;
  }
  .hero-title:not([class*=bg-]) {
    backgorund: #1A76C5;
  }
}
@media screen and (min-width: 576px) {
  .hero-title {
    position: absolute;
    z-index: 10;
    top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-title {
    font-size: 60px;
    padding: 10px 40px 10px 40px;
  }
}
@media screen {
  .hero-bottomshadow {
    position: absolute;
    bottom: -1px; /* IE Edge  */
    left: -150px;
    right: -150px;
    height: 400px;
    z-index: 0;
    opacity: 0;
  }
  .hero-bottomshadow:not([class*=bg-]) {
    box-shadow: inset 0 -200px 100px rgb(0, 0, 0);
  }
  .imgLoaded .hero-bottomshadow {
    opacity: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .hero-text {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
}
@media screen {
  .hero-text-wrapper {
    padding: 180px 60px 20px;
  }
}
@media screen and (min-width: 768px) {
  .hero-text-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .hero-text-wrapper {
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .hero-text-wrapper {
    width: 85%;
  }
}
@media screen and (max-width: 1023.98px) {
  .hero-text-wrapper {
    background-image: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(33, 34, 37, 0.64) 49%, #0d0e0f 100%);
  }
}
@media screen and (max-width: 767.98px) {
  .hero-text-wrapper {
    padding: 0 30px;
    background-image: none;
    position: absolute;
    left: 0;
    bottom: 60px;
  }
}
@media screen and (max-width: 1023.98px) and (max-width: 1023.98px) {
  .hero-text-wrapper {
    background-image: none;
  }
}
@media screen {
  .hero-text-label {
    float: left;
    font-size: 24px;
    font-size: 1.5rem;
    margin-left: -60px;
    padding: 10px 60px 10px 60px;
    opacity: 0;
  }
  .hero-text-label:not([class*=bg-]) {
    background: rgba(26, 118, 197, 0.9);
  }
}
@media screen and (max-width: 767.98px) {
  .hero-text-label {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 60px 5px 60px;
  }
}
@media screen {
  .imgLoaded .hero-text-label {
    opacity: 1;
  }
}
@media screen {
  .hero-text-title {
    opacity: 0;
    clear: both;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1.2;
  }
  .imgLoaded .hero-text-title {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .hero-text-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .hero-text-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .hero-text-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen {
  .hero-text-description {
    font-weight: 300;
    opacity: 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .hero-text-description {
    display: none;
  }
}
@media screen {
  .hero-text-action {
    padding: 160px 60px 20px;
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .hero-text-action {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    z-index: 1;
  }
}
@media screen {
  .hero-text-action > a,
  .hero-text-action > span {
    margin-top: 20px;
    float: right;
    clear: both;
    cursor: pointer;
    font-size: 15px;
    font-size: 0.9375rem;
    text-transform: uppercase;
    letter-spacing: 4.5px;
  }
}
@media screen and (min-width: 576px) {
  .hero-more ~ .hero-text {
    bottom: 50px;
  }
}
@media screen and (min-width: 576px) {
  .hero-more ~ .hero-cta {
    bottom: 50px;
  }
}
@media screen {
  .hero-more {
    position: relative;
    z-index: 10;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 576px) {
  .hero-more {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .hero-more {
    bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-more {
    bottom: 50px;
  }
}
@media screen {
  .hero-more a {
    display: block;
    margin: auto;
    width: 20px;
    height: 20px;
    background: transparent url("../fonts/chevron-down.svg") no-repeat center center;
    background-size: contain;
    transition: 0.3s all ease-in-out;
  }
}
@media screen and (min-width: 768px) {
  .hero-more a {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-more a {
    width: 50px;
    height: 50px;
  }
}
@media screen {
  .hero-more a:hover, .hero-more a:focus {
    transform: translateY(3px);
  }
}
@media screen {
  .hero-cta {
    cursor: pointer;
    opacity: 0;
  }
}
@media screen and (min-width: 1024px) {
  .hero-cta {
    min-width: 15%;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .hero-cta {
    width: 20%;
  }
}
@media screen {
  .hero-cta .button,
  .hero-cta .btn {
    white-space: nowrap;
    min-width: 150px;
  }
}
@media screen and (max-width: 767.98px) {
  .hero-cta-double {
    display: flex;
  }
}
@media screen {
  .hero-cta-double .button, .hero-cta-double .btn {
    margin: 20px 0 0;
    min-width: 170px;
  }
}
@media screen and (max-width: 767.98px) {
  .hero-cta-double .button, .hero-cta-double .btn {
    margin: 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .hero-cta-double .button, .hero-cta-double .btn {
    margin: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .hero-cta {
    position: absolute;
    bottom: 15px;
    right: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .hero-cta {
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%);
  }
}
@media screen {
  .hero-text, .hero-cta {
    z-index: 10;
  }
}
@media screen {
  .hero-multimedia {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .hero-multimedia,
  .hero-multimedia .embed-container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding-bottom: 0;
    height: auto;
  }
  .hero-multimedia .embed-container {
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .hero-multimedia .vjs-big-play-button,
  .hero-multimedia .vjs-control-bar {
    display: none;
  }
  .hero-multimedia-video {
    position: relative;
    height: 140%;
    transition: opacity 0.3s ease-in-out, transform 1s ease;
    /* removed on march, 29th. It caused disappearing hero video on smaller screens. I don't remember for what reason this rule was added initially =) */
    /*

    @include media-breakpoint-down(lg) {
      visibility: hidden;
    }
    */
  }
  .hero-multimedia-video video {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero-multimedia-video-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen {
  .hero-multimedia.playing .embed-container {
    opacity: 1;
  }
}
@media screen {
  .hero-img {
    transition: transform 1s ease;
    opacity: 0.5;
  }
  .imgLoaded .hero-img {
    transform: scale(1.1);
    opacity: 1;
  }
}
@media screen {
  .hero-imgPreload {
    position: absolute;
    left: -10000px;
    top: -10000px;
    width: 10px;
    height: 10px;
  }
}
@media screen {
  .hero-blue-info {
    transform: translateY(100%);
    transition: transform 0.3s ease;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 118, 197, 0.5);
    color: white;
    padding: 30px 60px;
  }
  .hero-blue-info .button,
  .hero-blue-info .btn {
    cursor: pointer;
    margin-right: 15px;
  }
  .hero-blue:hover .hero-blue-info {
    transform: translateY(0);
  }
}
@media screen {
  .hero-controls {
    position: absolute;
    top: 80px;
    right: 60px;
  }
}
@media screen and (max-width: 1199.98px) {
  .hero-controls {
    display: none;
  }
}
@media screen {
  .hero.paused .hero-multimedia-video {
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .hero.simple {
    padding: 0;
    height: auto;
  }
}
@media screen {
  .hero.simple .hero-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
}
@media screen and (min-width: 1024px) {
  .hero.simple .hero-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen {
  .hero.simple .hero-content {
    padding: 60px 45px 45px;
    font-size: 18px;
    font-weight: 600;
  }
}
@media screen and (min-width: 1024px) {
  .hero.simple .hero-content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .hero.simple .hero-content {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
  }
}
@media screen {
  .hero.simple .hero-content .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media screen {
  .hero.simple .hero-content h1:first-child:after, .hero.simple .hero-content h2:first-child:after, .hero.simple .hero-content h3:first-child:after, .hero.simple .hero-content h4:first-child:after, .hero.simple .hero-content h5:first-child:after,
  .hero.simple .hero-content .h1:first-child:after, .hero.simple .hero-content .h2:first-child:after, .hero.simple .hero-content .h3:first-child:after, .hero.simple .hero-content .h4:first-child:after, .hero.simple .hero-content .h5:first-child:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    margin: 15px 0 0;
    background: #FED141;
  }
}
@media screen {
  .hero.simple .hero-content h2, .hero.simple .hero-content .h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-weight: 600;
    letter-spacing: 2pt;
    margin-bottom: 30px;
  }
}
@media screen {
  .hero.simple .hero-content .btn {
    min-width: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .textrow .hero-text-wrapper {
    display: flex;
    justify-content: stretch;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1023.98px) {
  .textrow .hero-text-wrapper {
    right: 0;
    text-align: center;
  }
}
@media screen {
  .textrow .hero-text-title {
    font-size: 21px;
    font-size: 1.3125rem;
    letter-spacing: 2pt;
    font-weight: 700;
  }
  .textrow .hero-text-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #FED141;
    margin: 7px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .textrow .hero-text-title {
    margin: 0 0 5px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1023.98px) {
  .textrow .hero-text-title {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .textrow .hero-text-description {
    padding: 0 30px;
    flex: 10 10 60%;
  }
}
@media screen and (max-width: 1023.98px) {
  .textrow .hero-text-description {
    display: block;
  }
}
@media screen {
  .textrow .hero-text-description {
    font-weight: 400;
  }
}
@media screen and (min-width: 1024px) {
  .textrow .hero-text-cta {
    padding-bottom: 5px;
  }
}
@media screen {
  .imgLoaded .hero-text-description {
    opacity: 1;
  }
}
@media screen {
  .imgLoaded .hero-text-cta {
    opacity: 1;
  }
}
@media screen {
  .imgLoaded .hero-multimedia,
  .imgLoaded .hero-multimedia.hero-img {
    transform: scale(1);
  }
  .imgLoaded .hero-multimedia:hover, .imgLoaded .hero-multimedia:focus,
  .imgLoaded .hero-multimedia.hero-img:hover,
  .imgLoaded .hero-multimedia.hero-img:focus {
    transform: scale(1.1);
  }
}
@media screen {
  .cards_border {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767.98px) {
  .cards_border {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .cards_border-item {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .cards_border-item:nth-last-child(1):first-child.right {
    margin-left: 55%;
  }
}
@media screen and (max-width: 767.98px) {
  .cards_border-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cards_border-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen {
  .cards_border-item.fullwidh {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen {
  .cards_border-item a {
    color: white;
  }
}
@media screen {
  .cards_border-wrapper {
    border-radius: 30px;
    border: 3px #FED141 solid;
    padding: 30px;
    text-align: center;
  }
  .cards_border-wrapper:not([class*=bg-grad]) {
    background: #000;
  }
}
@media screen {
  .cards_border-title {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 38px;
    line-height: 2.375rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2pt;
  }
  .cards_border-title:before {
    content: "";
    display: block;
    margin: 0 auto 15px;
    border-top: 8px #FED141 solid;
    width: 48px;
  }
}
@media screen {
  .cards_border-description {
    padding-top: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen {
  .cards_border-action {
    margin-top: 30px;
  }
  .cards_border-action .btn {
    min-width: 150px;
  }
}
@media screen {
  .blur #site {
    filter: blur(10px);
  }
}
@media screen {
  .visual_yellowtop {
    border-top: 15px #FED141 solid;
  }
}
@media screen {
  .visual_yellowbottom {
    border-bottom: 10px #FED141 solid;
  }
}
@media screen {
  .content {
    position: relative;
    margin-top: 10px;
  }
  .content-title-hero {
    background: #1A76C5;
    font-weight: 600;
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) {
  .content-title-hero {
    top: 100px;
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .content-title-hero {
    font-size: 60px;
    font-size: 3.75rem;
    padding: 10px 40px 10px 40px;
    top: 100px;
  }
}
@media screen {
  .content-title-hero a,
  .content-title-hero a:hover,
  .content-title-hero a:focus {
    color: #fff;
  }
}
@media screen {
  .content-title-sm {
    font-size: 24px;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 1023.98px) {
  .content-title-sm {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen {
  .fancybox-video .content {
    filter: blur(10px);
  }
}
@media screen {
  .content-body-fade {
    background: linear-gradient(180deg, rgb(13, 14, 15) 0%, rgb(45, 48, 51) 100%);
    padding: 40px 0 0;
  }
}
@media screen {
  *[data-redirecturl] {
    cursor: pointer;
  }
}
@media screen {
  .overlay {
    display: none;
  }
}
@media screen {
  img {
    max-width: 100%;
  }
}
@media screen {
  .breadcrumb {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
  }
  .breadcrumb-item {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen {
  .hidden {
    display: none;
  }
}
@media screen {
  .responsive-video {
    position: relative;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .responsive-video {
    min-height: 400px;
  }
}
@media screen and (max-width: 1023.98px) {
  .responsive-video {
    min-height: 300px;
  }
}
@media screen {
  .responsive-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen {
  .recaptcha-required {
    color: #ffaaaa;
  }
}
@media screen {
  .figure-left {
    float: left;
    margin: 0 20px 10px 0;
  }
}
@media screen {
  .figure-right {
    float: right;
    margin: 0 0 10px 20px;
  }
}
@media screen {
  .figure-center {
    margin: 0 auto 20px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .figure-left, .figure-right {
    max-width: 35%;
  }
}
@media screen {
  .connectSortable {
    overflow-x: visible;
    overflow-y: visible;
  }
}
@media screen {
  td p:last-child {
    margin-bottom: 0;
  }
}
@media screen {
  .simplebox blockquote.no-caps {
    text-transform: none;
  }
}
@media screen {
  .subscribeForm {
    padding: 30px 0;
  }
  .subscribeForm p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
  }
  .subscribeForm h2 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2.7px;
    border-bottom: hsla(0, 0%, 100%, 0.5) 1px solid;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .subscribeForm .radiogroup {
    background-image: linear-gradient(180deg, #000000 0%, #141e30 100%);
    padding: 10px 60px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .subscribeForm .radiogroup .custom-control {
    margin-bottom: 5px;
  }
  .subscribeForm .radiogroup .custom-control:last-child {
    margin-bottom: 0;
  }
  .subscribeForm .radiogroup .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background: #FED141;
  }
  .subscribeForm .form-control[type=email], .subscribeForm .form-control[type=text] {
    background-image: linear-gradient(180deg, #000000 0%, #141e30 100%);
    padding: 0 60px;
    height: 60px;
    border-radius: 30px;
  }
}
@media screen {
  .fit-obj img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100% !important;
  }
}
@media screen {
  .story-item {
    display: flex;
    flex-wrap: wrap;
  }
  .story-item:nth-child(1) {
    border-bottom: 10px #FED141 solid;
  }
  .story-item:nth-child(2) {
    border-bottom: 10px #2D3033 solid;
  }
  .story-item:nth-child(2) .story-item-text-mobile {
    background-color: #2D3033;
  }
  .story-item-text {
    position: relative;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .story-item-text {
    flex: 0 0 40%;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 768px) {
  .story-item-text {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .story-item-text {
    flex: 0 0 100%;
  }
}
@media screen {
  .story-item-text-coloroverlay, .story-item-text-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen {
  .story-item-text-overlay {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}
@media screen {
  .story-item-text-coloroverlay {
    background-color: #1a76c5;
  }
}
@media screen {
  .story-item-text-wrapper {
    position: relative;
  }
}
@media screen and (max-width: 767.98px) {
  .story-item-text-wrapper {
    padding: 0 30px 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .story-item-text-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media screen {
  .story-item-text-blocktitle {
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 2pt;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0 10px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .story-item-text-blocktitle {
    font-size: 32px;
  }
}
@media screen and (max-width: 1023.98px) {
  .story-item-text-blocktitle {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767.98px) {
  .story-item-text-blocktitle {
    padding: 10px 0 10px 40px;
  }
}
@media screen {
  .story-item-text-blocktitle:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #FED141;
  }
}
@media screen and (max-width: 767.98px) {
  .story-item-text-blocktitle:before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .story-item-text-title, .story-item-text-description, .story-item-text-viewmore {
    display: none;
  }
}
@media screen {
  .story-item-text-title {
    font-weight: 600;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .story-item-text-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen {
  .story-item-text-description {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
  }
}
@media screen {
  .story-item-text-viewmore, .story-item-text-mobile-viewmore {
    text-align: center;
    /* padding-bottom: 20px;
        .button-round,
        .btn-round {
          background: $yellow;
          color: $dark;
          @include fontSize(16px);
        }  */
  }
}
@media screen and (min-width: 768px) {
  .story-item-text-mobile {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .story-item-text-mobile {
    background: #1A76C5;
    padding: 15px;
    flex: 0 0 100%;
  }
}
@media screen {
  .story-item-text-mobile-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen {
  .story-item-text-mobile-description {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen {
  .story-item-image {
    height: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .story-item-image {
    flex: 0 0 60%;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 768px) {
  .story-item-image {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .story-item-image {
    flex: 0 0 100%;
  }
}
@media screen {
  .story-item-image-overlay {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
  }
}
@media screen and (max-width: 767.98px) {
  .story-item-image-overlay {
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 768px) {
  .story-item-image-overlay {
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .story-item-image-overlay {
    padding-bottom: 60%;
  }
}
@media screen and (min-width: 1440px) {
  .story-item-image-overlay {
    padding-bottom: 50%;
  }
}
@media screen {
  .story-item-image a span {
    transition: 0.3s all ease-in-out;
  }
  .story-item-image a:hover span {
    transform: scale(1.1);
  }
}
@media screen {
  .story-item:nth-child(2) .story-item-text-coloroverlay {
    background-color: #2D3033;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000 100%);
  }
}
@media screen {
  .story-options {
    flex: none;
  }
  .story-options .dropdown {
    display: inline-block;
    flex: none;
  }
}
@media screen {
  .story-media-btns .btn {
    margin: 20px 0;
  }
}
@media screen {
  .story-media-expand {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
}
@media screen {
  .story-media-expand .icon {
    width: 70px;
    height: auto;
  }
}
@media screen {
  .story-media-expand .icon:hover, .story-media-expand .icon:focus {
    width: 80px;
    height: auto;
  }
}
@media screen {
  .story-mobile-media-expand {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    top: 70px;
  }
}
@media screen {
  .story-mobile-media-expand .icon {
    width: 60px;
    height: auto;
  }
}
@media screen {
  .story-mobile-media-expand .icon:hover, .story-media-expand .icon:focus {
    width: 70px;
    height: auto;
  }
}
@media screen {
  .story-body {
    overflow-x: hidden;
  }
}
@media screen {
  .story-title-bar {
    background-color: #000;
    padding: 20px 50px 50px 90px;
    position: relative;
  }
}
@media screen and (max-width: 767.98px) {
  .story-title-bar {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .story-title-bar {
    padding-left: 50px;
    padding-right: 30px;
  }
}
@media screen {
  .story-title-bar .content-title {
    top: -60px;
    padding-left: 80px;
  }
}
@media screen and (max-width: 767.98px) {
  .story-title-bar .content-title {
    top: 0;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .story-title-bar .content-title {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1023.98px) {
  .story-title-bar .story-title {
    border-left: none;
  }
}
@media screen and (min-width: 1024px) {
  .story-title-bar .story-options .dropdown {
    margin-left: auto;
  }
  .story-title-bar .content-classic-options .dropdown-menu {
    margin-left: auto;
    right: 5px;
  }
}
@media screen {
  .story-title-bar .dropdown-toggle {
    background-color: transparent;
  }
}
@media screen {
  .story-title-bar .dropdown-toggle:hover,
  .story-title-bar .dropdown-toggle:focus,
  .story-title-bar .dropdown.open .dropdown-toggle {
    background: #1A76C5 url("../fonts/icon-arrow-down.svg") no-repeat right 10px top 50%; /* blue */
    border-color: #1A76C5; /* blue */
    color: #fff;
  }
}
@media screen {
  .story-meta-bar {
    border-top: 10px solid #FED141; /* yellow */
    border-bottom: 5px solid #FED141; /* yellow */
    background: linear-gradient(180deg, rgb(13, 14, 15) 0%, rgb(67, 70, 74) 100%);
    padding: 40px 0 20px;
  }
  .story-meta-bar .story-author {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .story-meta-bar .story-author-item {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 1024px) {
  .story-meta-bar .story-media-btns {
    text-align: right;
  }
}
@media screen {
  .story-titlebar {
    text-align: center;
  }
  .story-titlebar:not([class*=bg-]) {
    background: rgb(15, 15, 15);
  }
  .story-titlebar:after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 11px;
    background: #FED141;
    margin: 15px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .slider-hero.simple + .story-titlebar .container {
    max-width: 70vw;
  }
}
@media screen {
  .story-titlebar .story-title {
    border-left-width: 0;
    margin-left: 0;
    padding-left: 0;
  }
}
@media screen {
  .story-tags:last-child {
    margin-bottom: 30px;
  }
}
@media screen {
  .story2-item {
    display: flex;
    flex-wrap: wrap;
  }
  .story2-item:nth-child(1) {
    border-bottom: 10px #FED141 solid;
  }
  .story2-item:nth-child(2) {
    border-bottom: 10px #2D3033 solid;
  }
  .story2-item:nth-child(2) .story-item-text-mobile {
    background-color: #2D3033;
  }
  .story2-item-text {
    position: relative;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .story2-item-text {
    flex: 0 0 40%;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 768px) {
  .story2-item-text {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .story2-item-text {
    flex: 0 0 100%;
  }
}
@media screen {
  .story2-item-text-coloroverlay, .story2-item-text-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen {
  .story2-item-text-overlay {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}
@media screen {
  .story2-item-text-wrapper {
    position: relative;
  }
}
@media screen and (max-width: 767.98px) {
  .story2-item-text-wrapper {
    padding: 0 30px 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .story2-item-text-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media screen {
  .story2-item-text-blocktitle {
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 2pt;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0 10px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .story2-item-text-blocktitle {
    font-size: 32px;
  }
}
@media screen and (max-width: 1023.98px) {
  .story2-item-text-blocktitle {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767.98px) {
  .story2-item-text-blocktitle {
    padding: 10px 0 10px 40px;
  }
}
@media screen {
  .story2-item-text-blocktitle:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #FED141;
  }
}
@media screen and (max-width: 767.98px) {
  .story2-item-text-blocktitle:before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .story2-item-text-title, .story2-item-text-description, .story2-item-text-viewmore {
    display: none;
  }
}
@media screen {
  .story2-item-text-title {
    font-weight: 600;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .story2-item-text-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen {
  .story2-item-text-description {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
  }
}
@media screen {
  .story2-item-text-viewmore, .story2-item-text-mobile-viewmore {
    text-align: center;
    /* padding-bottom: 20px;
        .button-round,
        .btn-round {
          background: $yellow;
          color: $dark;
          @include fontSize(16px);
        }  */
  }
}
@media screen and (min-width: 768px) {
  .story2-item-text-mobile {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .story2-item-text-mobile {
    background: #1A76C5;
    padding: 15px;
    flex: 0 0 100%;
  }
}
@media screen {
  .story2-item-text-mobile-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen {
  .story2-item-text-mobile-description {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen {
  .story2-item-image {
    height: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .story2-item-image {
    flex: 0 0 60%;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 768px) {
  .story2-item-image {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .story2-item-image {
    flex: 0 0 100%;
  }
}
@media screen {
  .story2-item-image-overlay {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
  }
}
@media screen and (max-width: 767.98px) {
  .story2-item-image-overlay {
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 768px) {
  .story2-item-image-overlay {
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .story2-item-image-overlay {
    padding-bottom: 60%;
  }
}
@media screen and (min-width: 1440px) {
  .story2-item-image-overlay {
    padding-bottom: 50%;
  }
}
@media screen {
  .story2-item-image a span {
    transition: 0.3s all ease-in-out;
  }
  .story2-item-image a:hover span {
    transform: scale(1.1);
  }
}
@media screen {
  .story2-item-text-coloroverlay:not([class*=bg-grad]) {
    background-color: #1a76c5;
  }
}
@media screen {
  .story2-item:nth-child(2) .story2-item-text-coloroverlay:not([class*=bg-grad]) {
    background-color: #2D3033;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000 100%);
  }
}
@media screen {
  .story2-options {
    flex: none;
  }
  .story2-options .dropdown {
    display: inline-block;
    flex: none;
  }
}
@media screen {
  .story2-media-btns .btn {
    margin: 20px 0;
  }
}
@media screen {
  .story2-media-expand {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
}
@media screen {
  .story2-media-expand .icon {
    width: 70px;
    height: auto;
  }
}
@media screen {
  .story2-media-expand .icon:hover, .story2-media-expand .icon:focus {
    width: 80px;
    height: auto;
  }
}
@media screen {
  .story2-mobile-media-expand {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    top: 70px;
  }
}
@media screen {
  .story2-mobile-media-expand .icon {
    width: 60px;
    height: auto;
  }
}
@media screen {
  .story2-mobile-media-expand .icon:hover, .story2-media-expand .icon:focus {
    width: 70px;
    height: auto;
  }
}
@media screen {
  .story2-body {
    overflow-x: hidden;
  }
}
@media screen {
  .story2-title-bar {
    background-color: #000;
    padding: 20px 50px 50px 90px;
    position: relative;
  }
}
@media screen and (max-width: 767.98px) {
  .story2-title-bar {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .story2-title-bar {
    padding-left: 50px;
    padding-right: 30px;
  }
}
@media screen {
  .story2-title-bar .content-title {
    top: -60px;
    padding-left: 80px;
  }
}
@media screen and (max-width: 767.98px) {
  .story2-title-bar .content-title {
    top: 0;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .story2-title-bar .content-title {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1023.98px) {
  .story2-title-bar .story-title {
    border-left: none;
  }
}
@media screen and (min-width: 1024px) {
  .story2-title-bar .story-options .dropdown {
    margin-left: auto;
  }
  .story2-title-bar .content-classic-options .dropdown-menu {
    margin-left: auto;
    right: 5px;
  }
}
@media screen {
  .story2-title-bar .dropdown-toggle {
    background-color: transparent;
  }
}
@media screen {
  .story2-title-bar .dropdown-toggle:hover,
  .story2-title-bar .dropdown-toggle:focus,
  .story2-title-bar .dropdown.open .dropdown-toggle {
    background: #1A76C5 url("../fonts/icon-arrow-down.svg") no-repeat right 10px top 50%; /* blue */
    border-color: #1A76C5; /* blue */
    color: #fff;
  }
}
@media screen {
  .story2-meta-bar {
    border-top: 10px solid #FED141; /* yellow */
    border-bottom: 5px solid #FED141; /* yellow */
    background: linear-gradient(180deg, rgb(13, 14, 15) 0%, rgb(67, 70, 74) 100%);
    padding: 40px 0 20px;
  }
  .story2-meta-bar .story-author {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .story2-meta-bar .story-author-item {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 1024px) {
  .story2-meta-bar .story-media-btns {
    text-align: right;
  }
}
@media screen {
  .story2-titlebar {
    text-align: center;
    background: rgb(15, 15, 15);
  }
  .story2-titlebar:after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 11px;
    background: #FED141;
    margin: 15px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .slider-hero.simple + .story2-titlebar .container {
    max-width: 70vw;
  }
}
@media screen {
  .story2-titlebar .story2-title {
    border-left-width: 0;
    margin-left: 0;
    padding-left: 0;
  }
}
@media screen {
  .herohighlight {
    position: relative;
    /*
    // this is moved to &-cards
    padding-top: $grid-gutter-width;
    padding-bottom: $grid-gutter-width;
    */
    overflow: hidden;
  }
  .herohighlight-image, .herohighlight-video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease-in;
  }
  .herohighlight-video > video,
  .herohighlight-video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .hovered .herohighlight-image {
    transform: scale(1.05);
  }
  .herohighlight-cards {
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen {
  .podcast {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .podcast {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1023.98px) {
  .podcast {
    flex-wrap: wrap;
  }
}
@media screen {
  .podcast-thmb {
    border-radius: 15px;
    border: 2px #fff solid;
    background-size: cover;
  }
}
@media screen and (min-width: 1024px) {
  .podcast-thmb {
    order: 2;
    flex: 0 0 45%;
  }
}
@media screen and (max-width: 1023.98px) {
  .podcast-thmb {
    order: 1;
    flex: 0 0 100%;
    height: 0;
    padding-bottom: 40%;
    margin-bottom: 30px;
  }
}
@media screen {
  .podcast-thmb img {
    display: none;
  }
}
@media screen {
  .podcast-text {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .podcast-text {
    text-align: left;
    order: 0;
    flex: 0 0 45%;
  }
}
@media screen and (max-width: 1023.98px) {
  .podcast-text {
    order: 2;
    flex: 0 0 100%;
  }
}
@media screen {
  .podcast-category {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 700;
    margin-left: -30px;
    margin-bottom: 15px;
  }
  .podcast-category:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #FED141;
    vertical-align: top;
    margin: 2px 10px 2px 0;
  }
}
@media screen {
  .podcast-title {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 600;
    margin: 15px 0;
  }
}
@media screen {
  .podcast-description {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 15px 0;
  }
}
@media screen {
  .podcast-player {
    margin: 15px 0;
  }
  .podcast-player audio {
    width: 100%;
  }
}
@media screen {
  .podcast-action {
    text-align: center;
    margin: 15px 0;
  }
}
@media screen {
  .spotlight {
    padding: 30px;
  }
  .spotlight-text {
    text-align: center;
  }
  .spotlight-title {
    display: inline-block;
    padding: 0 15px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 30px;
    line-height: 1.875rem;
    text-transform: uppercase;
    letter-spacing: 2pt;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .spotlight-title:after {
    content: "";
    display: block;
    margin: 15px 0 0;
    height: 5px;
    background: #FED141;
  }
  .spotlight-description {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 15px auto;
    font-weight: 400;
    max-width: 820px;
  }
}
@media screen {
  .message {
    border-top: 8px #FED141 solid;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1200px) {
  .message {
    width: 80vw;
  }
}
@media screen and (max-width: 1199.98px) {
  .message {
    width: 95%;
  }
}
@media screen {
  .message-placeholder {
    position: relative;
    height: 0;
    width: 100%;
    z-index: 1;
  }
  .message-placeholder.placement_static {
    height: auto;
  }
}
@media screen {
  .message-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1199.98px) {
  .message-container {
    flex-direction: column;
    align-items: stretch;
  }
}
@media screen and (max-width: 767.98px) {
  .message-container {
    padding: 15px;
  }
}
@media screen {
  .message-author {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 15px 0;
  }
}
@media screen and (max-width: 1199.98px) {
  .message-author {
    flex: 1;
    order: 1;
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  .message-author {
    flex-direction: column;
  }
}
@media screen {
  .message-avatar {
    border-radius: 80px;
    max-width: 160px;
    max-height: 160px;
    border: 8px #fff solid;
    overflow: hidden;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .message-avatar {
    flex: 0 0 12vw;
    width: 12vw;
    height: 12vw;
  }
}
@media screen and (max-width: 1199.98px) {
  .message-avatar {
    flex: 0 0 90px;
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 767.98px) {
  .message-avatar {
    margin-bottom: 15px;
  }
}
@media screen {
  .message-avatar img {
    width: 100%;
  }
}
@media screen {
  .message-meta {
    flex: 2 2 20vw;
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 1199.98px) {
  .message-meta {
    flex: 1;
    margin-bottom: 15px;
  }
}
@media screen {
  .message-pretitle {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1.8px;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
  }
}
@media screen {
  .message-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2.7px;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .message-title > span {
    color: #FED141;
  }
}
@media screen {
  .message-position {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1.3px;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
  }
  .message-position > span {
    display: block;
    color: #FED141;
  }
}
@media screen {
  .message-follow {
    margin-top: 14px;
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 20px;
    border-top: 1px rgba(255, 255, 255, 0.6) solid;
  }
  .message-follow a {
    display: inline-block;
    margin: 0 5px;
    text-align: left;
  }
  .message-follow svg {
    fill: white;
    width: 25px;
    height: 25px;
  }
}
@media screen {
  .message-body {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media screen and (max-width: 1199.98px) {
  .message-body {
    order: 1;
  }
}
@media screen {
  .message-wrapper {
    padding: 10px 30px;
    overflow-y: auto;
    max-height: 200px;
  }
}
@media screen and (max-width: 1023.98px) {
  .message-wrapper {
    padding: 10px 15px;
  }
}
@media screen {
  .message-date {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 1023.98px) {
  .message-date {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen {
  .message-text {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 1023.98px) {
  .message-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen {
  .message-additional {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding: 10px 0;
    border-left: #FED141 5px solid;
  }
}
@media screen and (max-width: 767.98px) {
  .message-additional {
    flex-direction: column;
    align-items: stretch;
  }
}
@media screen {
  .message-additional.video {
    padding: 0;
    position: relative;
  }
  .message-additional.video video {
    width: 100%;
    display: block;
  }
}
@media screen {
  .message-player {
    flex: 10 10 80%;
    padding: 0 25px;
  }
  .message-player audio {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .message-player {
    margin-bottom: 15px;
  }
}
@media screen {
  .message-download {
    flex: 10 10 80%;
    padding: 0 25px;
  }
  .message-download img {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .message-download {
    margin-bottom: 15px;
  }
}
@media screen {
  .message-action {
    padding: 0 30px;
  }
  .message-action .btn {
    white-space: nowrap;
  }
}
@media screen {
  .message-video_action {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .message-video_action .btn-player {
    display: block;
    width: 80px;
    height: 80px;
    font-size: 37px;
  }
  .toggle-lightbox-video:hover .message-video_action {
    display: none;
  }
}
@media screen {
  .message-video {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .toggle-lightbox-video:hover .message-video {
    opacity: 1;
  }
}
@media screen {
  .placement_static .message {
    position: static;
    transform: none;
    width: 100%;
    border-top-width: 0;
  }
}
@media screen {
  .placement_static .message-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 576px) {
  .placement_static .message-container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .placement_static .message-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 1024px) {
  .placement_static .message-container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .placement_static .message-container {
    max-width: 1140px;
  }
}
@media screen {
  .search-form {
    position: relative;
  }
  .search-form form {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) {
  .search-form form {
    bottom: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  .search-form form {
    bottom: 30px;
  }
}
@media screen {
  .search-form form input[type=search],
  .search-form form input[type=text] {
    background: none;
    border-width: 0;
    border-bottom: 2px #fff solid;
    font-weight: 600;
    width: 100%;
    outline: none;
    margin-bottom: 25px;
    color: white;
    /*-----------placeholder----------*/
    /* Firefox < 19 */
    /* Firefox > 19 */
    /* Internet Explorer 10 */
  }
}
@media screen and (min-width: 576px) {
  .search-form form input[type=search],
  .search-form form input[type=text] {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 50px;
    line-height: 3.125rem;
    height: 84px;
  }
}
@media screen and (max-width: 767.98px) {
  .search-form form input[type=search],
  .search-form form input[type=text] {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen {
  .search-form form input[type=search]::-webkit-input-placeholder,
  .search-form form input[type=text]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media screen {
  .search-form form input[type=search]:focus::-webkit-input-placeholder,
  .search-form form input[type=text]:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media screen {
  .search-form form input[type=search]:-moz-placeholder,
  .search-form form input[type=text]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media screen {
  .search-form form input[type=search]:focus:-moz-placeholder,
  .search-form form input[type=text]:focus:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media screen {
  .search-form form input[type=search]::-moz-placeholder,
  .search-form form input[type=text]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media screen {
  .search-form form input[type=search]:focus::-moz-placeholder,
  .search-form form input[type=text]:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media screen {
  .search-form form input[type=search]:-ms-input-placeholder,
  .search-form form input[type=text]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media screen {
  .search-form form input[type=search]:focus:-ms-input-placeholder,
  .search-form form input[type=text]:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media screen {
  .search-form form input[type=search]::-ms-clear,
  .search-form form input[type=text]::-ms-clear {
    display: none;
  }
}
@media screen {
  .search-form form [type=reset] {
    background: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 30px;
    cursor: pointer;
  }
}
@media screen and (max-width: 767.98px) {
  .search-form form [type=reset] {
    top: 15px;
  }
}
@media screen {
  .search-form form [type=reset] svg {
    width: 24px;
    height: 24px;
    fill: white;
  }
}
@media screen {
  .search-form-caption {
    float: left;
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .search-form-caption {
    margin-bottom: 30px;
  }
}
@media screen {
  .search-form-submit {
    float: right;
    outline: none;
  }
}
@media screen and (max-width: 767.98px) {
  .search-form-submit {
    float: left;
    width: auto;
    clear: left;
  }
}
@media screen {
  .search-tabs {
    background: black;
  }
  .search-tabs-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    letter-spacing: -0.4em;
    margin: 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .search-tabs-list {
    display: block;
  }
}
@media screen {
  .search-tabs-list-item {
    display: inline-block;
    letter-spacing: 0;
    margin: 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .search-tabs-list-item {
    transform: none;
  }
}
@media screen and (max-width: 767.98px) {
  .search-tabs-list-item {
    display: block;
  }
}
@media screen {
  .search-tabs-list-item > a {
    display: block;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    cursor: pointer;
  }
}
@media screen and (min-width: 1024px) {
  .search-tabs-list-item > a {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1023.98px) {
  .search-tabs-list-item > a {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 20px 20px;
  }
}
@media screen {
  .search-tabs-list-item > a:hover {
    background: #0d0d0d;
  }
}
@media screen {
  .search-tabs-list-item > a > span:before {
    content: "(";
  }
  .search-tabs-list-item > a > span:after {
    content: ")";
  }
}
@media screen {
  .search-tabs-list-item > a.active {
    color: #000;
    background: #FED141;
    font-weight: 400;
  }
}
@media screen {
  .search-tabs-list-item > a:focus {
    outline: 1px dotted white;
    outline: 5px auto -webkit-focus-ring-color;
  }
}
@media screen {
  .search-tabs-list-num {
    display: none;
  }
  .searchResultExists_index_photo .search-tabs-list-num, .searchResultExists_index_videos .search-tabs-list-num, .searchResultExists_index_stories .search-tabs-list-num {
    display: inline-block;
  }
}
@media screen {
  .search-panel {
    display: none;
  }
  .search-panel.active {
    display: block;
  }
}
@media screen {
  .gallery-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
    padding: 0 0 15px;
    clear: both;
  }
}
@media screen and (min-width: 768px) {
  .gallery-list {
    padding: 0 15px 15px 0;
  }
}
@media screen and (min-width: 1024px) {
  .gallery-list {
    padding: 0 25px 25px 0;
  }
}
@media screen {
  .gallery-item-wrapper {
    flex: 0 0 50%;
    width: 50%;
    position: relative;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .gallery-item-wrapper {
    flex: 0 0 33.333%;
    width: 33.333%;
  }
}
@media screen and (min-width: 1024px) {
  .gallery-item-wrapper {
    flex: 0 0 16.666%;
    width: 16.666%;
  }
}
@media screen and (min-width: 768px) {
  .gallery-item {
    padding: 15px 0 0 15px;
  }
}
@media screen and (min-width: 1024px) {
  .gallery-item {
    padding: 25px 0 0 25px;
  }
}
@media screen {
  .gallery-item:hover img, .gallery-item:focus img {
    border: 5px solid #FED141;
    cursor: pointer;
  }
}
@media screen {
  .gallery-item img {
    border: 5px solid transparent;
    width: 100%;
  }
}
@media screen {
  .form {
    margin: 60px 0;
    font-weight: 300;
  }
  .form-group {
    margin: 0 0 30px;
    text-align: left;
  }
  .form-control {
    display: block;
    outline: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 5px;
    border: none;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  .form label {
    display: inline-block;
    font-weight: 600;
    margin: 0 0 5px;
  }
}
@media screen {
  .legal {
    text-align: left;
  }
}
@media screen {
  .terms-box {
    background-image: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(33, 34, 37, 0.64) 49%, #0d0e0f 100%);
    font-size: 14px;
    font-weight: 300;
    padding: 20px;
    margin-bottom: 30px;
  }
}
@media screen {
  .upload-instructions-desktop {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1199.98px) {
  .upload-instructions-desktop {
    display: none;
  }
}
@media screen {
  .upload-instructions-desktop p {
    margin: 0 0 10px;
  }
}
@media screen {
  .upload-instructions-mobile {
    padding: 10px 0;
  }
}
@media screen and (min-width: 1024px) {
  .upload-instructions-mobile {
    display: none;
  }
}
@media screen {
  .fancybox-wrap,
  .fancybox-skin,
  .fancybox-outer,
  .fancybox-inner,
  .fancybox-image,
  .fancybox-wrap iframe,
  .fancybox-wrap object,
  .fancybox-nav,
  .fancybox-nav span,
  .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
  }
}
@media screen {
  .fancybox-article.fancybox-margin,
  .fancybox-article .fancybox-margin {
    margin: 0 !important;
    overflow: auto !important;
  }
}
@media screen {
  .fancybox-wrap {
    /*
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
     */
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    z-index: 8020;
    filter: blur(0px);
    transform: translate(-50%, -50%) !important;
    width: 100% !important;
    height: 100% !important;
  }
  .fancybox-article .fancybox-wrap {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
  }
  .fancybox-wrap-focused .fancybox-close {
    outline: 1px dotted white !important;
    outline: 5px auto -webkit-focus-ring-color !important;
  }
}
@media screen {
  .fancybox-skin {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 15px;
    padding: 0 !important;
  }
}
@media screen {
  .fancybox-opened {
    z-index: 8030;
  }
}
@media screen {
  .fancybox-opened .fancybox-skin {
    /*
    	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    */
  }
}
@media screen {
  .fancybox-outer, .fancybox-inner {
    position: relative;
  }
}
@media screen {
  .fancybox-outer {
    display: flex;
    flex: 0 100 100%;
    flex-direction: column;
    padding-top: 59px;
  }
}
@media screen and (max-width: 1023.98px) {
  .fancybox-video .fancybox-outer {
    padding-top: 65px;
  }
}
@media screen and (min-width: 1024px) {
  .fancybox-video .fancybox-outer {
    padding-top: 59px;
  }
}
@media screen {
  .fancybox-inner {
    overflow: hidden;
    width: 100% !important;
    height: 100% !important;
  }
  .fancybox-article .fancybox-inner {
    padding-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .fancybox-article .fancybox-inner {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1023.98px) {
  .fancybox-article .fancybox-inner {
    padding-top: 20px;
  }
}
@media screen {
  .fancybox-inner .container {
    max-width: 980px;
  }
}
@media screen {
  .fancybox-inner-container {
    display: flex;
    flex: 0 100 100%;
  }
}
@media screen {
  .fancybox-inner-info {
    display: flex;
  }
  .fancybox-inner-info .fancybox-info-wrapper {
    margin-bottom: 20px;
    border-bottom: 5px #FED141 solid;
    width: 100%;
  }
  .fancybox-inner-info .fancybox-info-wrapper > .container {
    padding-top: 20px;
    padding-bottom: 12px;
    overflow: hidden;
  }
  .fancybox-inner-info .fancybox-info-wrapper .lg-sub-html-share {
    margin: 3px 5px;
  }
  .fancybox-inner-info .fancybox-info-wrapper .lg-sub-html-author {
    margin: 3px 0;
  }
  .fancybox-inner-info .fancybox-info-wrapper .lg-sub-html-action {
    float: right;
  }
  .fancybox-inner-info .fancybox-info-wrapper .lg-sub-html-share {
    float: right;
    margin-right: 10px;
  }
}
@media screen {
  .fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
  }
}
@media screen {
  .fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
  }
}
@media screen {
  .fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
    /*
    max-width: 900px;
    margin: 0 auto;
    */
  }
}
@media screen {
  .fancybox-image {
    width: auto;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen {
  #fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
  }
}
@media screen {
  #fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("../images/fancybox_loading.gif") center center no-repeat;
  }
}
@media screen {
  .fancybox-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 8060;
    background: url("../fonts/icon-close.svg") no-repeat 50% 50%;
  }
  .fancybox-close:focus {
    outline: 1px dotted white !important;
    outline: 5px auto -webkit-focus-ring-color !important;
  }
  .fancybox-close.fancybox-item {
    display: none;
  }
}
@media screen {
  .fancybox-article .fancybox-close.fancybox-item {
    display: block;
    right: 50px;
    border-radius: 13px;
    background-image: url("../fonts/icon-close-black.svg");
    background-color: #FED141;
    background-position: 50% 50%;
  }
}
@media screen {
  .fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(blank.gif); /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
  }
}
@media screen {
  .fancybox-prev {
    left: 0;
  }
}
@media screen {
  .fancybox-next {
    right: 0;
  }
}
@media screen {
  .fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
  }
}
@media screen {
  .fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
  }
}
@media screen {
  .fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
  }
}
@media screen {
  .fancybox-nav:hover span {
    visibility: visible;
  }
}
@media screen {
  .fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
  }
}
@media screen {
  .fancybox-lock {
    overflow: visible !important;
    width: auto;
  }
}
@media screen {
  .fancybox-lock body {
    overflow: hidden !important;
  }
}
@media screen {
  .fancybox-lock-test {
    overflow-y: hidden !important;
  }
}
@media screen {
  .fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background-color: #2e2e2e;
    /*
    @include media-breakpoint-down(md) {
      @include media-breakpoint-up(md) {
        top: 87px;
      }
    }
    */
  }
}
@media screen and (min-width: 1024px) {
  .fancybox-overlay {
    top: 59px;
  }
}
@media screen and (max-width: 1023.98px) {
  .fancybox-overlay {
    top: 59px;
  }
}
@media screen and (min-width: 1024px) {
  .fancybox-article .fancybox-overlay {
    right: 50%;
    overflow: visible !important;
  }
}
@media screen {
  .fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
  }
}
@media screen {
  .fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
  }
}
@media screen {
  .fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
  }
}
@media screen {
  .fancybox-opened .fancybox-title {
    visibility: visible;
  }
}
@media screen {
  .fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
  }
}
@media screen {
  .fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
  }
}
@media screen {
  .fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
  }
}
@media screen {
  .fancybox-title-inside {
    position: reltive;
  }
}
@media screen {
  .fancybox-title-inside-wrap {
    flex: 10 0 auto;
    display: flex;
  }
  .fancybox-title-inside-wrap .container {
    padding-top: 20px;
  }
}
@media screen {
  .fancybox-title-inside-text {
    color: white;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 32px;
    padding: 0 30px 10px;
    display: block;
    position: relative;
  }
  .fancybox-title-inside-text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #FED141;
    width: 9px;
    height: 32px;
  }
}
@media screen {
  .fancybox-form .fancybox-title-inside-text {
    display: none;
  }
}
@media screen {
  .fancybox-form .fancybox-title-inside-text:before {
    display: none;
  }
}
@media screen {
  .fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading div {
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
@media screen {
  .fancybox-action {
    padding: 15px 0;
    border-bottom: 7px #FED141 solid;
  }
  .fancybox-action a[role=button] {
    margin: 2px 7px;
  }
}
@media screen {
  .fancybox-share,
  .fancybox-action-download,
  .fancybox-action-more {
    float: right;
  }
}
@media screen {
  .fancybox-share {
    clear: none !important;
    padding: 0 7px;
  }
}
@media screen {
  .fancybox-action-download,
  .fancybox-action-more {
    border: 2px white solid;
    padding: 5px 10px;
    margin: 0 7px;
    color: white !important;
  }
}
@media screen {
  .fancybox-action-more.photos {
    display: none;
  }
  .fancybox-photo .fancybox-action-more.photos {
    display: block;
  }
  .fancybox-photo .fancybox-action-more.videos {
    display: none;
  }
}
@media screen {
  .lg-toolbar {
    background-color: rgba(0, 0, 0, 0.45);
  }
}
@media screen {
  @font-face {
    font-family: lg;
    src: url("../fonts/lg.eot?n1z373");
    src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal;
  }
}
@media screen {
  .lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen {
  .lg-actions .lg-next,
  .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: 0;
  }
}
@media screen {
  .lg-actions .lg-next.disabled,
  .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
  }
}
@media screen {
  .lg-actions .lg-next:hover,
  .lg-actions .lg-prev:hover {
    color: #FFF;
  }
}
@media screen {
  .lg-actions .lg-next {
    right: 20px;
    background: url("../fonts/icon-arrow-right.svg") no-repeat 50% 50%;
    width: 24px;
    height: 39px;
    margin: 10px 20px 0 0;
    padding: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .lg-actions .lg-next {
    right: 5px;
    margin: -20px 0 0;
    width: 14px;
  }
}
@media screen {
  .lg-actions .lg-prev {
    left: 20px;
    background: url("../fonts/icon-arrow-left.svg") no-repeat 50% 50%;
    width: 24px;
    height: 39px;
    margin: 10px 20px 0 0;
    padding: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .lg-actions .lg-prev {
    left: 5px;
    margin: -20px 0 0;
    width: 14px;
  }
}
@media screen {
}
@media screen {
}
@media screen {
}
@media screen {
  @keyframes lg-right-end {
    0%, 100% {
      left: 0;
    }
    50% {
      left: -30px;
    }
  }
}
@media screen {
}
@media screen {
}
@media screen {
}
@media screen {
  @keyframes lg-left-end {
    0%, 100% {
      left: 0;
    }
    50% {
      left: 30px;
    }
  }
}
@media screen {
  .lg-outer.lg-right-end .lg-object {
    animation: lg-right-end 0.3s;
    position: relative;
  }
}
@media screen {
  .lg-outer.lg-left-end .lg-object {
    animation: lg-left-end 0.3s;
    position: relative;
  }
}
@media screen {
  .lg-toolbar {
    /*
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1082;
    */
    width: 100%;
    order: 0;
  }
}
@media screen {
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 15px 25px 15px 0;
    text-align: center;
    text-decoration: none !important;
    transition: color 0.2s linear;
    background-size: contain;
  }
}
@media screen {
  .lg-toolbar .lg-close {
    background: url("../fonts/icon-close-lg.svg") no-repeat 50% 50%;
  }
}
@media screen {
  .lg-toolbar .lg-download {
    background: url("../fonts/icon-download.svg") no-repeat 50% 50%;
    margin-top: 17px;
  }
}
@media screen {
  .lg-sub-html {
    bottom: 0;
    color: #EEE;
    text-align: center;
    order: 2;
    /*
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1080
    */
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
  }
}
@media screen {
  .lg-sub-html-author {
    float: left;
    text-align: left;
    margin: 20px 0;
    text-transform: uppercase;
    line-height: 35px;
    font-size: 15px;
  }
}
@media screen {
  .lg-sub-html-author svg {
    fill: white;
    width: 20px;
    height: 18px;
    margin: -3px 20px 0 0;
  }
}
@media screen {
  .lg-sub-html-share {
    float: right;
    margin: 20px 0;
  }
}
@media screen {
  .lg-sub-html-morelink {
    float: right;
    margin: 20px 0 25px 20px;
  }
  .lg-sub-html-morelink .btn {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 4px;
  }
}
@media screen {
  .lg-sub-html-description {
    clear: both;
    border-top: 5px solid #FED141;
    padding: 20px 0;
  }
}
@media screen {
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
  }
}
@media screen {
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
  }
}
@media screen {
  #lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
  }
}
@media screen {
  .lg-next,
  .lg-prev,
  .lg-toolbar {
    opacity: 1;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  }
}
@media screen {
  .lg-hide-items .lg-prev {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
}
@media screen {
  .lg-hide-items .lg-next {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
  }
}
@media screen {
  .lg-hide-items .lg-toolbar {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
}
@media screen {
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transform-origin: 50% 50%;
  }
}
@media screen {
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@media screen {
  .lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
}
@media screen {
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
}
@media screen {
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
  }
}
@media screen {
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    transition-duration: 0s !important;
  }
}
@media screen {
  .lg-outer.lg-thumb-open .lg-thumb-outer {
    transform: translate3d(0, 0, 0);
  }
}
@media screen {
  .lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
  }
}
@media screen {
  .lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
@media screen {
  .lg-outer .lg-thumb-item.active,
  .lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
  }
}
@media screen {
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen {
  .lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
  }
}
@media screen {
  .lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
  }
}
@media screen {
  .lg-outer.lg-pull-caption-up .lg-sub-html {
    transition: bottom 0.25s ease;
  }
}
@media screen {
  .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
  }
}
@media screen {
  .lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
  }
}
@media screen {
  .lg-outer .lg-toogle-thumb:hover,
  .lg-outer.lg-dropdown-active #lg-share {
    color: #FFF;
  }
}
@media screen {
  .lg-outer .lg-toogle-thumb:after {
    content: "\e1ff";
  }
}
@media screen {
  .lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
  }
}
@media screen {
  .lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
  }
}
@media screen {
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
@media screen {
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
  }
}
@media screen {
  .lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }
}
@media screen {
  .lg-outer .lg-has-vimeo .lg-video-play {
    background: url("../images/vimeo-play.png") no-repeat;
  }
}
@media screen {
  .lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("../images/vimeo-play.png") 0 -58px no-repeat;
  }
}
@media screen {
  .lg-outer .lg-has-html5 .lg-video-play {
    background: url("../images/video-play.png") no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
  }
}
@media screen {
  .lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
  }
}
@media screen {
  .lg-outer .lg-has-youtube .lg-video-play {
    background: url("../images/youtube-play.png") no-repeat;
  }
}
@media screen {
  .lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("../images/youtube-play.png") 0 -60px no-repeat;
  }
}
@media screen {
  .lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen {
  .lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
  }
}
@media screen {
  .lg-outer .lg-has-video.lg-video-playing .lg-object,
  .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
  }
}
@media screen {
  .lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
  }
}
@media screen {
  .lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    transition: opacity 80ms ease 0s;
  }
}
@media screen {
  .lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
  }
}
@media screen {
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%;
  }
}
@media screen {
  .lg-show-autoplay .lg-progress-bar {
    opacity: 1;
  }
}
@media screen {
  .lg-autoplay-button:after {
    content: "\e01d";
  }
}
@media screen {
  .lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
  }
}
@media screen {
  .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
  .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition-duration: 0s;
  }
}
@media screen {
  .lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
}
@media screen {
  .lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
}
@media screen {
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media screen {
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    transform: scale3d(1, 1, 1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media screen {
  #lg-zoom-in:after {
    content: "\e311";
  }
}
@media screen {
  #lg-actual-size {
    font-size: 20px;
  }
}
@media screen {
  #lg-actual-size:after {
    content: "\e033";
  }
}
@media screen {
  #lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
  }
}
@media screen {
  #lg-zoom-out:after {
    content: "\e312";
  }
}
@media screen {
  .lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen {
  .lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
  }
}
@media screen {
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
  }
}
@media screen {
  .lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
  }
}
@media screen {
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media screen {
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset;
  }
}
@media screen {
  .lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transform: translate3d(0, 5px, 0);
  }
}
@media screen {
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
  }
}
@media screen {
  .lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
  }
}
@media screen {
  .lg-outer .lg-pager:focus,
  .lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset;
  }
}
@media screen {
  .lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
  }
}
@media screen {
  .lg-fullscreen {
    background: url("../fonts/icon-fullscreen.svg") no-repeat 50% 50%;
    width: 30px;
    height: 30px;
    margin: 10px 10px 10px 0;
    padding: 0;
  }
}
@media screen {
  .lg-fullscreen-on .lg-fullscreen {
    background: url("../fonts/icon-fullscreen-off.svg") no-repeat 50% 50%;
    width: 30px;
    height: 30px;
  }
}
@media screen {
  .lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  }
}
@media screen {
  .lg-outer.lg-dropdown-active #lg-dropdown-overlay,
  .lg-outer.lg-dropdown-active .lg-dropdown {
    transition-delay: 0s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
}
@media screen {
  .lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 5px, 0);
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  }
}
@media screen {
  .lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px;
  }
}
@media screen {
  .lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0;
  }
}
@media screen {
  .lg-outer .lg-dropdown > li:hover .lg-icon,
  .lg-outer .lg-dropdown > li:hover a {
    color: #333;
  }
}
@media screen {
  .lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
  }
}
@media screen {
  .lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
  }
}
@media screen {
  .lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
  }
}
@media screen {
  .lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
  }
}
@media screen {
  .lg-outer .lg,
  .lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    order: 1;
  }
}
@media screen {
  .lg-outer #lg-share {
    position: relative;
  }
}
@media screen {
  .lg-outer #lg-share:after {
    content: "\e80d";
  }
}
@media screen {
  .lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
  }
}
@media screen {
  .lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901";
  }
}
@media screen {
  .lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
  }
}
@media screen {
  .lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904";
  }
}
@media screen {
  .lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
  }
}
@media screen {
  .lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902";
  }
}
@media screen {
  .lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
  }
}
@media screen {
  .lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903";
  }
}
@media screen {
  .lg-group:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen {
  .lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    transition: opacity 0.15s ease 0s;
  }
}
@media screen {
  .lg-outer * {
    box-sizing: border-box;
  }
}
@media screen {
  .lg-outer.lg-visible {
    opacity: 1;
  }
}
@media screen {
  .lg-outer.lg-css3 .lg-item.lg-current,
  .lg-outer.lg-css3 .lg-item.lg-next-slide,
  .lg-outer.lg-css3 .lg-item.lg-prev-slide {
    transition-duration: inherit !important;
    transition-timing-function: inherit !important;
  }
}
@media screen {
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    transition-duration: 0s !important;
    opacity: 1;
  }
}
@media screen {
  .lg-outer.lg-grab img.lg-object {
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
}
@media screen {
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
  }
}
@media screen {
  .lg-outer .lg {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen {
  .lg-outer .lg-inner {
    /*
    position: absolute;
    left: 0;
    top: 0;
    */
    position: relative;
    white-space: nowrap;
  }
}
@media screen {
  .lg-outer .lg-item {
    background: url("../images/loading.gif") center center no-repeat;
    display: none !important;
  }
}
@media screen {
  .lg-outer.lg-css .lg-current,
  .lg-outer.lg-css3 .lg-current,
  .lg-outer.lg-css3 .lg-next-slide,
  .lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important;
  }
}
@media screen {
  .lg-outer .lg-img-wrap,
  .lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
@media screen {
  .lg-outer .lg-img-wrap:before,
  .lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
  }
}
@media screen {
  .lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media screen {
  .lg-outer .lg-item.lg-complete {
    background-image: none;
  }
}
@media screen {
  .lg-outer .lg-item.lg-current {
    z-index: 1060;
  }
}
@media screen {
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
  }
}
@media screen {
  .lg-outer.lg-show-after-load .lg-item .lg-object,
  .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    transition: opacity 0.15s ease 0s;
  }
}
@media screen {
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
  }
}
@media screen {
  .lg-outer .lg-empty-html,
  .lg-outer.lg-hide-download #lg-download {
    display: none;
  }
}
@media screen {
  .lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #2D3033;
    opacity: 0;
    transition: opacity 0.15s ease 0s;
  }
}
@media screen {
  .lg-backdrop.in {
    opacity: 0.9;
  }
}
@media screen {
  .lg-css3.lg-no-trans .lg-current,
  .lg-css3.lg-no-trans .lg-next-slide,
  .lg-css3.lg-no-trans .lg-prev-slide {
    transition: none 0s ease 0s !important;
  }
}
@media screen {
  .lg-css3.lg-use-css3 .lg-item,
  .lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media screen {
  .lg-css3.lg-fade .lg-item {
    opacity: 0;
  }
}
@media screen {
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
  }
}
@media screen {
  .lg-css3.lg-fade .lg-item.lg-current,
  .lg-css3.lg-fade .lg-item.lg-next-slide,
  .lg-css3.lg-fade .lg-item.lg-prev-slide {
    transition: opacity 0.1s ease 0s;
  }
}
@media screen {
  .lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
  }
}
@media screen {
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transform: translate3d(-100%, 0, 0);
  }
}
@media screen {
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    transform: translate3d(100%, 0, 0);
  }
}
@media screen {
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media screen {
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  }
}
@media screen {
  .lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
  }
}
@media screen {
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
  }
}
@media screen {
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
  }
}
@media screen {
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
  }
}
@media screen {
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  }
}
@media screen {
  .custom-select-container {
    border: 2px #fff solid;
    position: relative;
  }
}
@media screen and (min-width: 576px) {
  .custom-select-container {
    min-width: 150px;
  }
}
@media screen and (max-width: 767.98px) {
  .custom-select-container {
    margin: 0 5px;
  }
}
@media screen {
  .custom-select-container span {
    outline: none !important;
  }
}
@media screen {
  .custom-select-container select {
    display: none;
  }
}
@media screen {
  .custom-select-container:hover, .custom-select-container:focus {
    border-color: #FED141;
  }
}
@media screen {
  .custom-select-panel {
    max-height: 0;
    position: absolute;
    right: 0;
    top: calc(100% + 2px);
    min-width: 120%;
    background: rgba(26, 118, 197, 0.9);
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 50% 0 0;
    transition: 0.3s all ease-in-out;
  }
}
@media screen {
  .custom-select-container.is-open .custom-select-panel {
    max-height: 300px;
    padding: 20px 0;
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    overflow-y: auto;
  }
}
@media screen {
  .custom-select-option {
    padding: 3px 20px;
    text-align: right;
    cursor: pointer;
  }
  .custom-select-option:hover, .custom-select-option:focus {
    background: #1661A3;
  }
}
@media screen {
  .custom-select-opener {
    background: url("../fonts/icon-arrow-down.svg") no-repeat right 10px top 50%;
    display: block;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (min-width: 576px) {
  .custom-select-opener {
    padding: 8px 30px 8px 8px;
  }
}
@media screen and (max-width: 575.98px) {
  .custom-select-opener {
    padding: 12px 30px 12px 8px;
  }
}
@media screen {
  .custom-select-opener:hover, .custom-select-opener:focus {
    background: #FED141 url("../fonts/icon-arrow-down-dark.svg") no-repeat right 10px top 50%;
    border-color: #FED141;
    color: #000;
  }
}
@media screen {
  .newsletter {
    background: black;
    padding: 30px;
    color: white;
  }
  .newsletter-title {
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
  }
  .newsletter-title:before {
    content: "";
    display: block;
    background: #FED141;
    width: 9px;
    height: 18px;
    margin: 0 10px 0 0;
    float: left;
  }
  .newsletter-form-fields {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .newsletter-form .form-group {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .newsletter-form .form-group {
    margin-bottom: 15px;
  }
}
@media screen {
  .newsletter .checkboxes ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    margin-bottom: 15px;
  }
  .newsletter .checkboxes ul li {
    margin: 0;
  }
  .newsletter .checkboxes ul label {
    display: inline-block;
  }
}
@media screen {
  .newsletter input[type=text],
  .newsletter input[type=email] {
    background: #333;
    color: white;
    border-radius: 18px;
    border-width: 0;
    height: 36px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .newsletter .btn {
    width: 100%;
  }
}
@media screen and (max-width: 1023.98px) {
  .newsletter .btn {
    width: auto;
    display: block;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen {
  .newsletter label {
    display: none;
  }
}
@media screen {
  .newsletter .errors {
    padding-left: 0;
    list-style: none;
    margin: 0;
    margin: 10px 0;
  }
}
@media screen {
  .newsletter p {
    margin: 15px 0;
  }
}
@media screen {
  .content-classic-hero {
    border-bottom: 10px solid #FED141;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .content-classic-hero {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .content-classic-hero {
    display: flex;
  }
}
@media screen {
  .content-classic-hero-content {
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .content-classic-hero-content {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media screen {
  .content-classic-hero-content-blur {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(10px);
    display: none;
    margin: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .content-classic-hero-content-blur {
    display: block;
  }
}
@media screen {
  .content-classic-hero-content-container {
    position: relative;
    height: 100%;
    padding: 15px;
    background-color: #1A76C5;
  }
}
@media screen and (min-width: 768px) {
  .content-classic-hero-content-container {
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .content-classic-hero-content-container {
    padding: 90px 60px 60px;
    background-color: rgba(26, 118, 197, 0.9);
  }
}
@media screen and (min-width: 1200px) {
  .content-classic-hero-content-container {
    padding: 120px 60px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .content-classic-hero .carousel {
    flex: 0 0 60%;
    max-width: 60%;
    order: 2;
    position: relative;
  }
  .content-classic-hero .carousel .slider-img-lg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media screen {
  .content-classic-hero-img {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
}
@media screen and (min-width: 1024px) {
  .content-classic-hero-img {
    flex: 0 0 60%;
    max-width: 60%;
    padding-bottom: 36% !important;
    order: 2;
  }
}
@media screen and (max-width: 1199.98px) {
  .content-classic-hero-img {
    padding-bottom: 62%;
  }
}
@media screen {
  .content-classic-hero-img .bx-viewport {
    height: 0 !important;
    padding-bottom: 62%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .content-classic-hero-img .bx-viewport {
    padding-bottom: 100%;
  }
}
@media screen {
  .content-classic-hero-img-expand {
    transition: all 0.3s ease;
    position: absolute;
    right: 35px;
    bottom: 30px;
    cursor: pointer;
    background-color: rgba(45, 48, 51, 0);
    border-radius: 0;
    border: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1199.98px) {
  .content-classic-hero-img-expand {
    padding: 8px 15px;
    right: 15px;
    bottom: 15px;
  }
}
@media screen {
  .content-classic-hero-img-expand svg {
    width: 33px;
    height: 34px;
    fill: white;
    margin: -1px;
  }
}
@media screen {
  .content-classic-hero-img-expand:focus {
    transform: scale(1.5);
    transform-origin: 50% 50%;
  }
}
@media screen {
  .content-classic-hero-img-expand .icon {
    width: 70px;
    height: auto;
    transition: all 0.2s ease;
  }
  .content-classic-hero-img-expand .icon:hover, .content-classic-hero-img-expand .icon:focus {
    width: 80px;
    height: auto;
  }
}
@media screen {
  .content-classic-hero-img:hover .content-classic-hero-img-expand {
    opacity: 1;
  }
}
@media screen {
  .content-classic-hero .image-item {
    cursor: pointer;
  }
}
@media screen {
  .content-classic-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
  }
}
@media screen and (min-width: 1024px) {
  .content-classic-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen {
  .content-classic-subtitle {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .content-classic-subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 21px;
    line-height: 32px;
  }
}
@media screen {
  .content-classic-options {
    margin-top: 20px;
  }
  .content-classic-options .dropdown-menu {
    left: 0;
  }
  .content-classic-options .dropdown-item {
    text-align: left;
  }
}
@media screen {
  .content-classic-author {
    border-top: none;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .content-classic-author {
    border-top: none;
    margin-top: 0;
  }
}
@media screen {
  .content-classic-meta {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .content-classic-meta {
    display: flex;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .content-classic-meta-author {
    padding-right: 50px;
  }
}
@media screen {
  .content-classic-meta-share {
    margin-top: 15px;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .content-classic-meta-share {
    margin-left: auto;
    margin-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .content-classic-meta-share {
    justify-content: center;
  }
}
@media screen {
  .content-classic-meta-share-btn {
    order: 2;
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 3px;
    margin-left: 2px;
  }
}
@media screen and (max-width: 767.98px) {
  .content-classic-meta-share-btn {
    flex: 0 0 100%;
    margin-top: 10px;
  }
}
@media screen {
  .content-classic-meta-date {
    border-bottom: 3px solid #FED141;
    padding-bottom: 5px;
  }
}
@media screen {
  .content-classic-text {
    font-size: 14px;
    font-weight: 300;
  }
}
@media screen and (min-width: 1024px) {
  .content-classic-text {
    font-size: 15px;
  }
}
@media screen {
  .content-classic .carousel-inner {
    position: relative;
    height: 100%;
  }
}
@media screen {
  .content-classic .slider-img {
    min-height: 100%;
  }
}
@media screen {
  .content-classic-hero-img.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: transparent;
    border: 2px solid #FED141;
  }
  .content-classic-hero-img.bx-wrapper .bx-pager.bx-default-pager a.active, .content-classic-hero-img.bx-wrapper .bx-pager.bx-default-pager a:hover, .content-classic-hero-img.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background-color: #FED141;
  }
  .content-classic-hero-img.bx-wrapper .bx-controls {
    min-width: 100px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
  }
  .content-classic-hero-img.bx-wrapper .bx-controls.disabled {
    display: none;
  }
}
@media screen {
  .slider-hero .content-classic-hero-img-expand {
    right: 60px;
    z-index: 10;
  }
}
@media screen and (max-width: 1023.98px) {
  .slider-hero .content-classic-hero-img-expand {
    right: 30px;
  }
}
@media screen {
  .content-classic-hero-img-expand {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }
}
@media screen {
  .content-classic .story-author {
    border-top-width: 0;
    margin-top: 0;
  }
}
@media screen {
  .content-classic .story-related #toggle_related {
    position: static;
    display: block;
    margin: 15px auto;
    min-width: 225px;
  }
}
@media screen {
  .content-classic .story-related {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 576px) {
  .content-classic .story-related {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .content-classic .story-related {
    max-width: 720px;
  }
}
@media screen and (min-width: 1024px) {
  .content-classic .story-related {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .content-classic .story-related {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1023.98px) {
  .content-classic .story-related {
    display: block;
  }
}
@media screen {
  .content-classic .story-related-wrapper {
    position: static;
    width: 100%;
  }
}
@media screen {
  #commentsblock.classic {
    background: none;
    padding-top: 0 !important;
  }
}
@media screen {
  .story-comments.classic {
    position: static;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen {
  .no-cssfilters .content-classic-hero-content-blur {
    display: none;
  }
  .no-cssfilters .content-classic-hero-content-container {
    background-color: #1A76C5;
  }
}
@media screen and (min-width: 1024px) {
  .is-hide-image .content-classic-hero-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen {
  .theme-blue .content-classic-hero-content-container {
    background-color: #1A76C5;
  }
}
@media screen and (min-width: 1024px) {
  .theme-blue .content-classic-hero-content-container {
    background-color: rgba(26, 118, 197, 0.9);
  }
}
@media screen {
  .theme-green .content-classic-hero-content-container {
    background-color: #005342;
  }
}
@media screen and (min-width: 1024px) {
  .theme-green .content-classic-hero-content-container {
    background-color: rgba(0, 83, 66, 0.9);
  }
}
@media screen {
  .theme-purple .content-classic-hero-content-container {
    background-color: #691E4B;
  }
}
@media screen and (min-width: 1024px) {
  .theme-purple .content-classic-hero-content-container {
    background-color: rgba(105, 30, 75, 0.9);
  }
}
@media screen {
  .theme-teal .content-classic-hero-content-container {
    background-color: #00545A;
  }
}
@media screen and (min-width: 1024px) {
  .theme-teal .content-classic-hero-content-container {
    background-color: rgba(0, 84, 90, 0.9);
  }
}
@media screen {
  .story-mobile-header {
    background-color: #000;
    border-bottom: 10px solid #FED141;
  }
}
@media screen and (min-width: 1024px) {
  .story-mobile-header {
    display: none;
  }
}
@media screen {
  .story-mobile-image {
    height: 0;
    overflow: hidden;
    padding-bottom: 120%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (min-width: 768px) {
  .story-mobile-image {
    padding-bottom: 61%;
  }
}
@media screen {
  .story-mobile-image-gradient {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    padding-top: 70%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 50%, #000 100%);
  }
}
@media screen and (min-width: 768px) {
  .story-mobile-image-gradient {
    padding-top: 33.333%;
    bottom: -5px;
  }
}
@media screen {
  .story-mobile-image-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
  }
}
@media screen {
  .story-mobile-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    position: relative;
  }
  .story-mobile-title:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 30px;
    background-color: #FED141;
    margin-left: -30px;
    margin-right: 10px;
    position: relative;
  }
}
@media screen {
  .story-mobile-subtitle {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    position: relative;
  }
}
@media screen {
  .story-mobile-utils {
    background-color: #1A76C5;
    color: #fff;
    padding: 20px;
  }
  .story-mobile-utils a, .story-mobile-utils a:hover, .story-mobile-utils a:focus {
    color: #fff;
  }
}
@media screen {
  .story-mobile-topic {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2pt;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
}
@media screen {
  .story-mobile-scroll a {
    background: url("../fonts/icon-arrow-down.svg") no-repeat right 20px top 50%;
    background-size: 7%;
    display: block;
    opacity: 0.6;
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .story-mobile-scroll a {
    background-size: 3%;
  }
}
@media screen {
  .story-mobile-media-watch {
    text-align: center;
    width: auto;
  }
  .story-mobile-media-watch .btn, .story-mobile-media-watch .button {
    display: inline-block !important;
  }
  .story-mobile-media-expand {
    position: absolute;
    right: 15px;
    top: 70px;
    transition: all 0.3s ease;
  }
  .story-mobile-media-expand span {
    display: block;
  }
  .story-mobile-media-expand span:hover {
    cursor: pointer;
  }
  .story-mobile-media-expand .icon {
    width: 60px;
    height: 60px;
    fill: #fff;
    transition: 0.3s all ease-in-out;
    margin: -1px;
  }
  .story-mobile-media-expand .icon:hover, .story-mobile-media-expand .icon:focus {
    width: 70px;
    height: 70px;
  }
  .story-mobile-media-expand:focus {
    transform: scale(1.5);
    transform-origin: 50% 50%;
  }
}
@media screen {
  .story-mobile-related .btn, .story-mobile-related .button {
    width: 100%;
  }
}
@media screen {
  .story-mobile-share {
    border-bottom: 5px solid #FED141;
    padding: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 1023.98px) {
  .story-mobile-share .content-classic-meta-share-btn {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .story-mobile-sidebar {
    display: none;
  }
}
@media screen {
  .story-header {
    display: none;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .story-header {
    display: block;
  }
}
@media screen {
  .story-utils {
    background-color: #1A76C5;
    color: #fff;
    margin: 60px -40px 30px;
    padding: 10px 10px 10px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .story-utils a, .story-utils a:hover, .story-utils a:focus {
    color: #fff;
  }
}
@media screen {
  .story-topic {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 1024px) {
  .story-topic {
    font-size: 24px;
  }
}
@media screen {
  .story-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    border-left: 10px solid #FED141;
    margin-left: -40px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1199.98px) {
  .story-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    position: relative;
  }
}
@media screen and (max-width: 1023.98px) {
  .story-title:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 30px;
    background-color: #FED141;
    margin-left: -30px;
    margin-right: 10px;
    position: relative;
  }
}
@media screen {
  .story-subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 21px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1199.98px) {
  .story-subtitle {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    position: relative;
  }
}
@media screen {
  .story-author {
    padding-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .story-author {
    border-top: 5px solid #FED141;
    margin-top: 40px;
    padding-bottom: 20px;
  }
}
@media screen {
  .story-author-item {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .story-author-item {
    flex: 1;
  }
}
@media screen {
  .story-author-item-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .story-author-item-info {
    font-size: 16px;
  }
}
@media screen {
  .story-author-item-info strong {
    font-weight: 700;
  }
}
@media screen {
  .story-author-item-image {
    padding-right: 10px;
  }
  .story-author-item-image img {
    border: 3px solid #FED141;
    width: 66px;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .story-author-item-image img {
    width: 93px;
  }
}
@media screen {
  .story-credit {
    font-weight: 700;
    font-size: 13px;
    padding-bottom: 25px;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .story-credit {
    font-size: 13px;
    padding-bottom: 15px;
  }
}
@media screen {
  .story-credit-item {
    padding-bottom: 5px;
  }
  .story-credit-item svg {
    fill: white;
    width: 15px;
    height: 18px;
    margin: -3px 5px 0 0;
  }
  .story-credit-item span {
    text-transform: uppercase;
    font-weight: 400;
  }
}
@media screen {
  .story-info {
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .story-info {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    flex-wrap: wrap;
  }
}
@media screen {
  .story-subscribe {
    padding-bottom: 15px;
  }
}
@media screen {
  .story-date {
    font-weight: 700;
    font-size: 14px;
    position: relative;
    z-index: 10;
    padding-right: 20px;
    display: block;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .story-date {
    font-size: 16px;
  }
}
@media screen {
  .story-share {
    display: none;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .story-share {
    display: block;
    padding-bottom: 10px;
  }
}
@media screen {
  .story-body {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .story-body {
    font-size: 15px;
    line-height: 24px;
  }
}
@media screen {
  .story-tags {
    font-weight: 700;
    font-size: 14px;
    color: #FED141;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .story-tags {
    font-size: 15px;
  }
}
@media screen {
  .story-tags span {
    color: #fff;
    display: inline-block;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .story-pane {
    overflow: hidden;
    display: flex;
  }
}
@media screen {
  .story-pane-left {
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .story-pane-left {
    flex: 0 0 50%;
    order: 1;
    max-width: 50%;
    overflow: hidden;
  }
}
@media screen {
  .story-pane-container {
    position: relative;
    padding: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .story-pane-container {
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.75);
  }
}
@media screen and (min-width: 1024px) {
  .story-pane-right {
    display: block;
    flex: 0 0 50%;
    order: 2;
    max-width: 50%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-position: right;
    background-size: 200%;
    background-repeat: no-repeat;
  }
}
@media screen {
  .story-pane-blur {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-position: left;
    background-size: 200%;
    filter: blur(10px);
  }
}
@media screen and (min-width: 1024px) {
  .story-pane-blur {
    display: block;
  }
}
@media screen {
  .story-pane-gradient {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    padding-top: 50%;
    background-image: linear-gradient(180deg, rgba(45, 48, 51, 0) 0%, #2D3033 50%, #2D3033 100%);
  }
}
@media screen {
  .story-media-expand {
    position: fixed;
    bottom: 87px;
    right: 22px;
    padding: 0;
    transition: all 0.3s ease;
  }
  .story-media-expand span {
    display: block;
  }
  .story-media-expand span:hover {
    cursor: pointer;
  }
  .story-media-expand .icon {
    width: 70px;
    height: 70px;
    fill: #fff;
    transition: 0.3s all ease-in-out;
    margin: -1px;
  }
  .story-media-expand .icon:hover, .story-media-expand .icon:focus {
    width: 80px;
    height: 80px;
  }
  .story-media-expand:focus {
    transform: scale(1.5);
    transform-origin: 50% 50%;
  }
}
@media screen and (max-width: 1023.98px) {
  .story-media-expand {
    display: none;
  }
}
@media screen {
  .story-media-watch {
    position: fixed;
    left: 75%;
    bottom: 100px;
    transform: translateX(-50%);
    text-align: center;
  }
}
@media screen and (max-width: 1023.98px) {
  .story-media-watch {
    display: none;
  }
}
@media screen {
  .story .footer-links {
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 1024px) {
  .story .footer-links [class*=col] {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media screen and (min-width: 1024px) {
  .story .footer-links-logo {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    border-bottom: 5px solid #fff;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .story .footer-links-logo > a {
    margin: 40px auto;
  }
}
@media screen {
  .story-comments {
    position: fixed;
    right: 0;
    bottom: 0;
    transition: opacity 0.5s ease;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .story-comments {
    left: 50%;
  }
}
@media screen and (max-width: 1023.98px) {
  .story-comments {
    left: 0;
    z-index: 20;
  }
}
@media screen and (max-width: 1023.98px) {
  .story-related {
    display: none;
  }
}
@media screen and (max-width: 1023.98px) {
  .story-related #toggle_related {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .story-related #toggle_related {
    position: fixed;
    top: 120px;
    right: 40px;
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .story-related .related-stories-reveal #toggle_related {
    background: #FED141;
    border: 1px #FED141 solid;
    color: #000;
  }
}
@media screen and (min-width: 1024px) {
  .story-related #toggle_related_mobile {
    display: none;
  }
}
@media screen {
  .story-related-wrapper {
    display: none;
    background-color: rgba(67, 70, 74, 0.7);
    padding: 30px 20px;
    overflow: hidden;
  }
  .related-stories-reveal .story-related-wrapper {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .story-related-wrapper {
    position: fixed;
    top: 163px;
    right: 40px;
    bottom: 115px;
    width: calc(50% - 80px);
  }
}
@media screen {
  .story-related-wrapper-scroll {
    border-radius: 45px;
    background-color: #43464a;
    padding: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .story-related-wrapper-scroll {
    position: absolute;
    left: 20px;
    top: 30px;
    bottom: 30px;
    right: 20px;
  }
}
@media screen {
  .story-related-wrapper-scroll-content {
    overflow-y: auto;
    scrollbar-base-color: #FED141;
    scrollbar-face-color: #FED141;
    scrollbar-3dlight-color: #FED141;
    scrollbar-highlight-color: #FED141;
    scrollbar-track-color: #2D3033;
    scrollbar-arrow-color: #2D3033;
    scrollbar-shadow-color: #2D3033;
    scrollbar-dark-shadow-color: #2D3033;
  }
}
@media screen and (min-width: 1024px) {
  .story-related-wrapper-scroll-content {
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px;
    right: 20px;
  }
}
@media screen {
  .story-related-wrapper-scroll-content::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    margin-right: 5px;
  }
}
@media screen {
  .story-related-wrapper-scroll-content::scrollbar {
    -webkit-appearance: none;
    width: 7px;
    margin-right: 5px;
  }
}
@media screen {
  .story-related-wrapper-scroll-content::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
}
@media screen {
  .story-relatedNews-item {
    clear: both;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .story-relatedNews-item-image {
    float: left;
    width: 40%;
    padding-right: 45px;
  }
}
@media screen and (max-width: 767.98px) {
  .story-relatedNews-item-image {
    margin-bottom: 15px;
  }
}
@media screen {
  .story-relatedNews-item-text {
    overflow: hidden;
  }
  .story-relatedNews-item-text-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
  }
  .story-relatedNews-item-text-title a {
    color: white;
    margin: 0 0 15px;
  }
  .story-relatedNews-item-text-description {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 15px;
  }
  .story-relatedNews-item-text-loadmore .button {
    border-radius: 20px;
  }
}
@media screen {
  .comments-open .story-comments.classic {
    padding-top: 120px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .comments-open .story-comments.classic {
    max-height: calc(100vh - 60px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .comments-open .story-comments.classic {
    max-height: calc(100vh - 74px);
  }
}
@media screen and (max-width: 767.98px) {
  .comments-open .story-comments.classic {
    max-height: calc(100vh - 60px);
  }
}
@media screen {
  .content-classic .story-related-wrapper-scroll {
    position: static;
  }
}
@media screen {
  .story-translated .story-pane-container {
    padding-right: 50px;
  }
}
@media screen {
  .story-video .story-media-expand {
    display: none;
  }
  .story-video.paused .story-media-expand {
    display: block;
  }
  .story-video .story-pane-right {
    background-size: cover;
  }
  .story-video .story-media-controls {
    position: absolute;
    top: 112px;
    left: 40px;
  }
}
@media screen and (max-width: 1023.98px) {
  .story-video .story-media-controls {
    display: none;
  }
}
@media screen {
  .story-portrait .story-pane-right {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .story-portrait .story-pane-blur {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
}
@media screen {
  .story-infographic-embed {
    transition: 0.3s all ease-in-out;
  }
}
@media screen and (max-width: 1023.98px) {
  .story-infographic-embed {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .story-infographic-embed {
    margin-top: 0;
  }
}
@media screen {
  .story-infographic-embed img {
    width: 100%;
    height: auto;
  }
}
@media screen {
  .story-infographic-scroll {
    display: none;
    position: fixed;
    bottom: 90px;
    width: 50%;
    left: 50%;
    text-align: center;
  }
}
@media screen and (max-width: 1199.98px) {
  .story-infographic-scroll {
    display: none;
  }
}
@media screen {
  .story-infographic-scroll .icon {
    outline: none;
  }
}
@media screen {
  .story-infographic .story-pane-right {
    display: block;
    scrollbar-base-color: #FED141;
    scrollbar-face-color: #FED141;
    scrollbar-3dlight-color: #FED141;
    scrollbar-highlight-color: #FED141;
    scrollbar-track-color: #2D3033;
    scrollbar-arrow-color: #2D3033;
    scrollbar-shadow-color: #2D3033;
    scrollbar-dark-shadow-color: #2D3033;
  }
}
@media screen and (max-width: 1023.98px) {
  .story-infographic .story-pane-right {
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .story-infographic .story-pane-right {
    overflow-y: scroll;
    padding-bottom: 100px;
  }
}
@media screen {
  .story-infographic .story-pane-right::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    margin-right: 5px;
  }
}
@media screen {
  .story-infographic .story-pane-right::scrollbar {
    -webkit-appearance: none;
    width: 7px;
    margin-right: 5px;
  }
}
@media screen {
  .story-infographic .story-pane-right::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #FED141;
    -webkit-box-shadow: 0 0 1px #FED141;
  }
}
@media screen and (max-width: 1199.98px) {
  .story-infographic .story-related .btn, .story-infographic .story-related .button {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .story-infographic-embed {
    margin-top: 50px;
  }
}
@media screen {
  .story-infographic-embed .cb-image {
    width: 100%;
  }
}
@media screen {
  .no-cssfilters .story-pane-left-blur {
    display: none;
  }
}
@media screen {
  .no-cssfilters .story-pane-blur {
    display: none;
  }
}
@media screen {
  .text-center .story-mobile-title:before {
    content: none;
  }
  .text-center .story-mobile-title:after {
    content: "";
    height: 3px;
    width: 75%;
    background-color: #FED141;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media screen {
  .theme-blue .story-utils {
    background-color: #1A76C5;
  }
  .theme-blue .story-utils .dropdown-toggle, .theme-blue .story-utils .dropdown-menu {
    background-color: #1A76C5;
  }
  .theme-blue .story-utils .dropdown-toggle:hover, .theme-blue .story-utils .dropdown-toggle:focus {
    background-color: #FED141;
  }
}
@media screen {
  .theme-green .story-utils {
    background-color: #005342;
  }
  .theme-green .story-utils .dropdown-toggle, .theme-green .story-utils .dropdown-menu {
    background-color: #005342;
  }
  .theme-green .story-utils .dropdown-toggle:hover, .theme-green .story-utils .dropdown-toggle:focus {
    background-color: #FED141;
  }
}
@media screen {
  .theme-purple .story-utils {
    background-color: #691E4B;
  }
  .theme-purple .story-utils .dropdown-toggle, .theme-purple .story-utils .dropdown-menu {
    background-color: #691E4B;
  }
  .theme-purple .story-utils .dropdown-toggle:hover, .theme-purple .story-utils .dropdown-toggle:focus {
    background-color: #FED141;
  }
}
@media screen {
  .theme-teal .story-utils {
    background-color: #00545A;
  }
  .theme-teal .story-utils .dropdown-toggle, .theme-teal .story-utils .dropdown-menu {
    background-color: #00545A;
  }
  .theme-teal .story-utils .dropdown-toggle:hover, .theme-teal .story-utils .dropdown-toggle:focus {
    background-color: #FED141;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature {
    overflow: hidden;
    display: flex;
  }
}
@media screen {
  .content-feature-img {
    padding-bottom: 150%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-img {
    padding-bottom: 0;
    flex: 0 0 50%;
    max-width: 50%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-position: right;
    background-size: 200%;
  }
}
@media screen {
  .content-feature-img video {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-img video {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    height: 100%;
    transform: translateX(0) !important;
  }
}
@media screen {
  .content-feature-related button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 12px;
    padding: 10px 15px;
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-related button {
    top: 120px;
    right: 30px;
    bottom: auto;
    left: auto;
    width: auto;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-text {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    overflow: hidden;
  }
}
@media screen {
  .content-feature-text-blur {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-text-blur {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-position: left;
    background-size: 200%;
    filter: blur(10px);
  }
}
@media screen {
  .content-feature-text-container {
    background-color: #333;
    padding: 0 30px 30px;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-text-container {
    background-color: rgba(0, 0, 0, 0.65);
    padding: 60px;
  }
}
@media screen {
  .content-feature-hr {
    height: 6px;
    background-color: #FED141;
    margin: 30px 0;
  }
}
@media screen {
  .content-feature-header {
    background-color: #1A76C5;
    color: #fff;
    margin: 0 -30px 30px;
    padding: 10px 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1pt;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-header {
    margin: 60px -60px 30px;
    padding: 10px 60px;
    font-size: 24px;
  }
}
@media screen {
  .content-feature-title {
    border-left: 5px solid #FED141;
    margin-left: -30px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-title {
    border-left: 10px solid #FED141;
    margin-left: -60px;
    padding-left: 50px;
  }
}
@media screen {
  .content-feature-subtitle {
    font-size: 17px;
    font-weight: 300;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-authors {
    display: flex;
  }
}
@media screen {
  .content-feature-author {
    display: flex;
    margin-bottom: 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
  }
  .content-feature-author img {
    width: 60px;
    height: 60px;
    border: 1px solid #FED141;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-author img {
    width: 90px;
    height: 90px;
    border: 3px solid #FED141;
  }
}
@media screen {
  .content-feature-credits {
    margin-bottom: 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
  }
}
@media screen {
  .content-feature-meta {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-meta {
    display: flex;
    align-items: center;
  }
}
@media screen {
  .content-feature-meta-date {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding-right: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-meta-date {
    margin-bottom: 0;
  }
}
@media screen {
  .content-feature-body {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
  }
  .content-feature-body strong, .content-feature-body b {
    font-weight: 700;
  }
}
@media screen {
  .content-feature-commentsswitch {
    display: none !important;
    padding: 15px 30px;
    text-align: center;
    background-color: rgba(67, 70, 74, 0.82);
  }
  .content-feature-commentsswitch svg {
    fill: white;
    width: 29px;
    height: 23px;
    margin: 0 29px 0 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .content-feature-comments {
    padding: 15px 30px;
    display: none;
  }
  .content-feature-comments.opened {
    display: block;
  }
}
@media screen {
  .content-feature-comments-teaser {
    text-align: center;
  }
}
@media screen {
  .content-feature-comments button {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    padding: 10px 15px;
  }
}
@media screen {
  .content-feature-comments .commentsForm {
    padding: 30px 0;
  }
  .content-feature-comments .commentsForm ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
  }
  .content-feature-comments .commentsForm ul li textarea, .content-feature-comments .commentsForm ul li input[type=text], .content-feature-comments .commentsForm ul li input[type=email] {
    width: 100%;
    border: 1px solid #707070;
    background: #707070;
    color: white;
    padding: 0 15px;
    outline: none;
  }
  .content-feature-comments .commentsForm ul li input[type=text], .content-feature-comments .commentsForm ul li input[type=email] {
    border-radius: 19px;
    height: 52px;
  }
  .content-feature-comments .commentsForm label {
    display: block;
  }
  .content-feature-comments .commentsForm label > span {
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  .content-feature-comments .commentsForm .btn_submit {
    height: 52px;
    width: 220px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .content-feature-comments .commentsForm .btn_submit {
    float: right;
  }
}
@media screen {
  .content-feature-comments .comments-confirm {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    padding-bottom: 15px;
  }
  .content-feature-comments .comments-confirm a {
    color: white !important;
  }
}
@media screen {
  .content-feature-portrait .content-feature-img {
    background-size: cover;
    background-position: center;
  }
  .content-feature-portrait .content-feature-text-blur {
    background-size: cover;
    background-position: center;
  }
}
@media screen {
  .content-feature-video .content-feature-text-container {
    background-color: #333;
  }
  .content-feature-video-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    font-size: 24px;
    padding: 15px;
    text-align: center;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    line-height: 1.1;
    text-transform: uppercase;
    background-color: #1A76C5;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-video-title {
    position: fixed;
    transform: translateX(0);
    top: 120px;
    left: 50%;
    padding: 60px;
    font-size: 90px;
    background-color: transparent;
    text-align: left;
    width: auto;
  }
}
@media screen {
  .content-feature-video-watch {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 300px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-video-watch {
    position: fixed;
    bottom: 120px;
    left: 75%;
    transform: translateX(-50%);
  }
}
@media screen {
  .page_head {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
  }
}
@media screen {
  .carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: transform 0.6s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    perspective: 1000px;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
@media screen {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    display: block;
  }
}
@media screen {
  .carousel-item-next,
  .carousel-item-prev {
    position: absolute;
    top: 0;
  }
}
@media screen {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translateX(0);
  }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0);
    }
  }
}
@media screen {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translateX(100%);
  }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0);
    }
  }
}
@media screen {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translateX(-100%);
  }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0);
    }
  }
}
@media screen {
  .carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 0.6s;
    transition-property: opacity;
  }
  .carousel-fade .carousel-item.active,
  .carousel-fade .carousel-item-next.carousel-item-left,
  .carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
  }
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    opacity: 0;
  }
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
  }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0);
    }
  }
}
@media screen {
  .carousel-control-prev,
  .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
  }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
  }
}
@media screen {
  .carousel-control-prev {
    left: 0;
  }
}
@media screen {
  .carousel-control-next {
    right: 0;
  }
}
@media screen {
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
  }
}
@media screen {
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
}
@media screen {
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  }
}
@media screen {
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
  }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: none;
    border: 2px solid #FED141;
    border-radius: 5px;
    /*
    // Use pseudo classes to increase the hit area by 10px on top and bottom.
    &::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: "";
    }
    &::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: "";
    }
    */
  }
  .carousel-indicators li.active {
    background: #FED141;
  }
  .carousel-indicators .active {
    background-color: #fff;
  }
}
@media screen {
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  }
}
@media screen {
  .carousel.paused video {
    visibility: hidden;
    opacity: 0;
  }
}
@media screen {
  .carousel video {
    width: 100%;
    height: auto;
  }
}
@media screen {
  .related-stories {
    position: fixed;
    right: -9999px;
    transition: right 0.5s ease-in-out;
    top: 160px;
    width: 40%;
    background: rgba(45, 48, 51, 0.9);
    padding: 15px 0;
  }
  .related-stories-reveal {
    right: 30px;
  }
  .related-stories-item {
    display: flex;
    padding: 15px 30px;
  }
  .related-stories-item-img {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .related-stories-item-img img {
    width: 100%;
    height: auto;
    padding-right: 30px;
  }
  .related-stories-item-text {
    position: relative;
    flex: 0 0 66.66%;
    max-width: 0 0 66.66%;
  }
  .related-stories-item-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: none;
  }
  .related-stories-item-title a {
    color: #fff;
  }
  .related-stories-item-desc {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
  }
  .related-stories-item-cta {
    left: 0;
    bottom: 0;
  }
  .related-stories-item-cta a {
    padding: 5px 15px;
    font-size: 12px;
  }
}
@media screen {
  #commentsblock {
    background-color: rgba(45, 48, 51, 0.95);
    padding: 0;
    font-size: 14px;
    scrollbar-base-color: #FED141;
    scrollbar-face-color: #FED141;
    scrollbar-3dlight-color: #FED141;
    scrollbar-highlight-color: #FED141;
    scrollbar-track-color: #2D3033;
    scrollbar-arrow-color: #2D3033;
    scrollbar-shadow-color: #2D3033;
    scrollbar-dark-shadow-color: #2D3033;
  }
  #commentsblock.classic {
    background: none;
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .comments-open #commentsblock {
    padding-top: 60px;
  }
}
@media screen {
  #commentsblock::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    margin-right: 5px;
  }
}
@media screen {
  #commentsblock::scrollbar {
    -webkit-appearance: none;
    width: 7px;
    margin-right: 5px;
  }
}
@media screen {
  #commentsblock::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
}
@media screen {
  .story-comments-toggle {
    padding: 12px 0 0;
    text-align: center;
  }
  .story-comments-toggle:after {
    content: "";
    margin-top: 12px;
    display: block;
    border-bottom: #FED141 3px solid;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }
  .story-comments-toggle #close_comments {
    float: right;
    margin: 5px 25px 10px -50px;
    cursor: pointer;
    display: none;
    background: none;
    padding: 0;
    /* position: fixed; */
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .story-comments-toggle #close_comments {
    top: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .story-comments-toggle #close_comments {
    top: 84px;
  }
}
@media screen and (max-width: 767.98px) {
  .story-comments-toggle #close_comments {
    top: 70px;
  }
}
@media screen {
  .story-comments-toggle #close_comments svg {
    width: 25px;
    height: 25px;
    fill: white;
  }
}
@media screen {
  #toggle_comments {
    background: none;
  }
  #toggle_comments .icon-comments {
    fill: #fff;
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
}
@media screen {
  .comments-open .story-comments-toggle {
    position: fixed;
    right: 0;
    z-index: 10;
    background: rgba(45, 48, 51, 0.95);
  }
}
@media screen and (min-width: 1200px) {
  .comments-open .story-comments-toggle {
    left: 50%;
  }
}
@media screen and (max-width: 1199.98px) {
  .comments-open .story-comments-toggle {
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .comments-open .story-comments-toggle {
    top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .comments-open .story-comments-toggle {
    top: 74px;
  }
}
@media screen and (max-width: 767.98px) {
  .comments-open .story-comments-toggle {
    top: 60px;
  }
}
@media screen {
  .comments-open .story-comments-toggle:after {
    transform: scaleX(1);
  }
}
@media screen {
  .comments-open .content-classic .story-comments-toggle {
    position: static;
  }
}
@media screen {
  .classic .story-comments-toggle #close_comments {
    float: right;
    position: static;
  }
}
@media screen {
  .comments-open .story-comments-toggle #close_comments {
    display: block;
  }
}
@media screen {
  #reply {
    display: block !important;
    max-height: 0;
    transition: max-height 0.3s ease;
    padding: 0 50px;
  }
}
@media screen {
  .comments-open #reply {
    padding-bottom: 0;
    max-height: 1000px;
  }
}
@media screen and (min-width: 1024px) {
  .comments-open #reply {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .comments-open #reply {
    padding-top: 74px;
  }
}
@media screen and (max-width: 767.98px) {
  .comments-open #reply {
    padding-top: 74px;
  }
}
@media screen {
  .comments-open .classic #reply {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen {
  .commentsForm {
    padding: 30px 0;
  }
  .commentsForm ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
  }
  .commentsForm ul li textarea, .commentsForm ul li input[type=text], .commentsForm ul li input[type=email] {
    width: 100%;
    border: 1px solid #707070;
    background: #707070;
    color: white;
    padding: 0 15px;
    outline: none;
  }
  .commentsForm ul li input[type=text], .commentsForm ul li input[type=email] {
    border-radius: 19px;
    height: 52px;
  }
  .commentsForm label {
    display: block;
  }
  .commentsForm label > span {
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  .commentsForm .btn_submit {
    height: 52px;
    width: 220px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .commentsForm .btn_submit {
    float: right;
  }
}
@media screen {
  .comments-confirm {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    padding-bottom: 15px;
  }
  .comments-confirm a {
    color: white !important;
  }
}
@media screen {
  .story-comments-pane {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, max-height 0s ease 0.3s;
    display: none;
  }
  .story-comments-pane .comments-closing {
    display: block;
  }
}
@media screen {
  .comments-opening .story-comments-pane {
    display: block;
  }
}
@media screen {
  .comments-open .story-comments-pane {
    display: block;
    max-height: 10000px;
    opacity: 1;
    transition: max-height 0s ease, opacity 0.3s ease;
  }
}
@media screen {
  .comment_box {
    padding-right: 50px;
    padding-left: 50px;
    clear: both;
  }
}
@media screen {
  .comments-open .classic .comment_box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen {
  #commentsList {
    padding-left: 0;
    list-style: none;
    margin: 0;
  }
  #commentsList .commentBody {
    border-bottom: 6px solid #707070;
    padding: 30px 0 10px;
  }
  #commentsList .commentBody::after {
    display: block;
    clear: both;
    content: "";
  }
  #commentsList .commentBody.level-2 {
    margin-left: 50px;
  }
  #commentsList .author {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.125rem;
  }
  #commentsList .author:before {
    content: "";
    background: #FED141;
    float: left;
    width: 26px;
    height: 21px;
    margin: 4px 24px 0 -50px;
  }
  #commentsList .commentText {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0;
  }
  #commentsList .graymed {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #commentsList .reply-link {
    float: right;
    color: white;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0 0;
  }
}
@media screen {
  .comment-reply-form-title {
    font-size: 29px;
    font-size: 1.8125rem;
    text-transform: uppercase;
  }
}
@media screen {
  .g-recaptcha {
    margin-bottom: 30px;
  }
}
@media screen {
  #add_comment_btn {
    margin: 40px 0 20px 50px;
    float: left;
  }
}
@media screen {
  .upload-section {
    border-bottom: 5px #666 solid;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .upload-section:last-child {
    border-bottom-width: 0;
  }
  .upload textarea {
    min-height: 180px;
  }
  .upload p {
    margin-bottom: 15px;
  }
  .upload h3 {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1023.98px) {
  .upload h3 {
    font-size: 22px;
  }
}
@media screen {
  .upload .required:after {
    content: "*";
    margin-left: 5px;
  }
}
@media screen {
  .upload .form-group {
    margin: 5px 0 0;
  }
  .upload .form-group .errors {
    list-style-type: none;
    margin: 5px 0 0;
    padding: 0;
    color: #ffaaaa;
  }
}
@media screen {
  .upload #fileDetails_wrapper {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023.98px) {
  .upload #dzContainer {
    margin-top: 60px;
  }
}
@media screen {
  .upload #dzContainer .dz-message {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .upload #fileDetails {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media screen {
  .upload #fileDetails .dz-image {
    display: none;
    height: 0;
    background-size: cover;
    border-radius: 25px;
    padding-bottom: 100%;
    overflow: hidden;
    padding-bottom: 100%;
  }
  .upload #fileDetails .dz-image img {
    display: none;
  }
}
@media screen {
  .upload #fileDetails .dz-image-preview .dz-image,
  .upload #fileDetails .dz-video-preview .dz-image {
    display: block;
  }
}
@media screen {
  .upload #fileDetails .dz-preview {
    overflow: hidden;
    position: relative;
    padding: 15px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .upload #fileDetails .dz-preview {
    margin: 15px 0;
  }
}
@media screen and (min-width: 768px) {
  .upload #fileDetails .dz-preview {
    margin: 0 1%;
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .upload #fileDetails .dz-preview {
    flex: 0 0 19%;
    max-width: 19%;
  }
}
@media screen {
  .upload #fileDetails .dz-preview:hover .dz-details, .upload #fileDetails .dz-preview:focus .dz-details, .upload #fileDetails .dz-preview.loading .dz-details {
    opacity: 1;
  }
  .upload #fileDetails .dz-preview:hover .dz-image:before, .upload #fileDetails .dz-preview:focus .dz-image:before, .upload #fileDetails .dz-preview.loading .dz-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media screen {
  .upload #fileDetails .dz-preview.loading .dz-image:before {
    background: rgba(0, 0, 0, 0.7);
  }
  .upload #fileDetails .dz-preview.loading .dz-loader {
    display: block;
  }
}
@media screen {
  .upload #fileDetails.dz-video-preview .dz-image {
    background-color: rgba(255, 255, 255, 0.5);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}
@media screen {
  .upload #fileDetails .dz-loader {
    display: none;
    position: absolute;
    z-index: 1;
    left: 30px;
    top: 30px;
    transform: translate(-50%, -50%);
    animation: bounceIn 2s infinite;
  }
}
@media screen {
  .upload #fileDetails .dz-success-mark {
    display: none;
  }
}
@media screen {
  .upload #fileDetails .dz-error-mark {
    position: absolute;
    top: 20px;
    right: 10px;
    cursor: pointer;
    width: 54px;
    height: 54px;
    padding: 0;
    background: none;
    display: none;
  }
}
@media screen {
  .upload #fileDetails .loaded .dz-error-mark {
    display: block;
  }
}
@media screen {
  .upload #fileDetails .dz-details {
    opacity: 0;
    position: absolute;
    top: 25px;
    left: 15px;
    z-index: 1;
    font-size: 85%;
  }
}
@media screen {
  .upload #fileDetails .dz-image {
    position: relative;
  }
}
@media screen {
  .upload #fileDetails .dz-remove {
    float: right;
    margin: 5px 15px 0 0;
  }
}
@media screen {
  .upload #fileDetails .dz-error-message {
    padding: 0 0 100%;
    position: reative;
    display: none;
    text-align: center;
    box-shadow: 0 0 0 1px #000 inset;
  }
  .upload #fileDetails .dz-error-message > span {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen {
  .upload #fileDetails .dz-error .dz-error-message {
    display: block;
  }
}
@media screen {
  .upload .errors {
    color: white;
    font-weight: bold;
    background: #ea3526;
    padding: 15px;
    margin: 30px 0;
    list-style-type: none;
  }
  .upload .errors li {
    margin: 0;
  }
}
@media screen {
  .upload .success {
    padding: 45px 0;
    font-weight: bold;
  }
}
@media screen {
  .upload-info-uploading {
    display: none;
    margin: 0 0 15px;
    padding: 15px 0;
  }
  .upload-info-registration {
    display: none;
    margin: 0 0 15px;
  }
}
@media screen {
  .upload .form-loading {
    display: none;
  }
}
@media screen {
  #upload_files_dialog {
    height: 100%;
  }
}
@media screen and (max-width: 1023.98px) {
  #upload_files_dialog {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1023.98px) {
  .upload-instructions-desktop {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .upload-instructions-mobile {
    display: none;
  }
}
@media screen {
  .uplPickfiles {
    background: none;
    color: white !important;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
  }
  .uplPickfiles .button {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.5pt;
    text-transform: uppercase;
    color: black !important;
  }
}
@media screen {
  .uplFilelist,
  .uplProgressBar,
  .uplStatusMsg {
    display: none;
  }
}
@media screen {
  #fileDetails ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
  }
  #fileDetails ul li {
    display: inline-block;
  }
}
@media screen {
  #uploadBtn .submithide:not(.fileuploading) .upload-info-uploading {
    display: none;
  }
  #uploadBtn[disabled] {
    opacity: 0.5;
    cursor: default;
  }
}
@media screen {
  .files_uploaded.recaptcha_clicked #uploadBtn {
    display: block !important;
  }
}
@media screen {
  .fileuploading .cb_theme {
    display: block;
  }
}
@media screen {
  .fileregistering.fileuploading .upload-info-uploading {
    display: none;
  }
}
@media screen {
  .fileregistering .upload-info-registration {
    display: block;
  }
}
@media screen {
  .simplebox {
    padding: 15px;
    background-color: #1A76C5;
    color: #fff;
    margin: 15px 0;
  }
  .simplebox a, .simplebox a:hover, .simplebox a:focus {
    color: #fff;
    text-decoration: underline;
  }
  .simplebox-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .simplebox blockquote {
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
  }
  .simplebox blockquote.no-caps {
    text-transform: none;
  }
  .simplebox blockquote p {
    padding: 20px;
  }
  .simplebox blockquote p:first-child::before {
    content: "“";
  }
  .simplebox blockquote p:last-child {
    margin-bottom: 0;
  }
  .simplebox blockquote p:last-child::after {
    content: "”";
    text-align: right;
  }
  .simplebox blockquote p:first-child::before, .simplebox blockquote p:last-child::fter {
    font-style: normal;
    font-family: serif;
    font-size: 60px;
    line-height: 0;
    color: #fff;
    display: block;
    padding: 30px 0 5px;
  }
  .simplebox cite {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    display: block;
    margin-left: auto;
    text-align: right;
  }
  .simplebox cite:before {
    content: " - ";
  }
}
@media screen and (min-width: 768px) {
  .simplebox {
    margin: 30px 0;
  }
  .simplebox.align-right {
    float: right;
    max-width: 300px;
    margin: 15px 0 15px 15px;
  }
  .simplebox.align-left {
    float: left;
    max-width: 300px;
    margin: 15px 15px 15px 0;
  }
}
@media screen {
  .simplebox.align-center {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen {
  .textImage {
    max-width: 100%;
    margin: 0 0 30px !important;
  }
  .textImage img {
    max-width: 100%;
    height: auto !important;
  }
  .textImage-captionBody {
    border-left: 10px solid #FED141;
    padding: 0 !important;
    padding-left: 15px !important;
    margin-top: 15px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .textImage .textImage-left {
    margin: 0 30px 30px 0 !important;
  }
  .textImage .textImage-right {
    margin: 0 0 30px 30px !important;
  }
}
@media screen and (max-width: 1023.98px) {
  .textImage .textImage-left,
  .textImage .textImage-right {
    float: none !important;
    margin: 0 0 30px !important;
  }
}
@media print {
  body {
    font-family: sans-serif;
    font-size: 1rem;
    line-height: 1.5;
  }
  .header, .footer, iframe, [data-hide=print], .bx-wrapper {
    display: none;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  .text-editor a {
    text-decoration: underline;
  }
  .simplebox {
    border: 1px solid #ccc;
    padding: 15px;
  }
  .textImage {
    max-width: 100%;
  }
  .textImage img {
    max-width: 100%;
    height: auto;
  }
  h1, h2, h3 {
    line-height: 1.1;
  }
  h1 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 1rem;
  }
  section {
    margin-top: 2rem;
  }
  section h2 {
    margin: 0 0 1rem;
    font-size: 1.5rem;
    font-weight: bold;
  }
  article {
    padding: 0.5rem 0;
    margin: 0.5rem 0;
    border-bottom: 1px solid #ccc;
  }
  article h3 {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: bold;
  }
  blockquote {
    font-style: italic;
  }
}
[data-action=ipr_sidebarOpenPanel]:hover,
[data-action=ipr_sidebarOpenPanel]:focus {
  outline: 1px solid #04C077;
  outline-offset: 5px;
  border-radius: 8px;
  cursor: pointer;
}

.cb-editor .pagescarousel-figure,
.cb-editor .pagescarousel-content,
.cb-editor .pagescarousel-text,
.cb-editor .pagescarousel-title,
.cb-editor .pagescarousel-description {
  opacity: 1;
}

.section-title {
  position: relative;
  z-index: 10;
  background-color: #1A76C5;
  border-top: 10px solid #FED141;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1pt;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .section-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .section-title {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .section-title {
    padding: 10px 0 10px 50px;
  }
  .section-title:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 23px;
    background-color: #FED141;
  }
}
@media (max-width: 767.98px) {
  .section-title {
    padding: 13px 15px;
  }
}
.section-title > h2 {
  margin: 0;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1024px) {
  .section-title > h2 {
    min-width: 500px;
  }
}
@media (min-width: 768px) {
  .section-title > h2 {
    display: inline-block;
  }
}
@media (max-width: 767.98px) {
  .section-title > h2 {
    display: block;
  }
}
.section-title > h2 > span {
  display: block;
  position: relative;
  transform: translateY(0);
}
.section-title > h2 > span:after {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  content: attr(data-text);
}
@keyframes scrollTitle {
  from {
    width: 32px;
  }
  50% {
    width: 0;
  }
  to {
    width: 32px;
  }
}
.section-title.scrolling:before {
  animation: scrollTitle 0.4s linear;
}
.section-title.scrolling > h2 > span {
  transform: translateY(-100%);
  transition: transform 0.4s ease-in;
}
@media (min-width: 768px) {
  .section-title-form {
    text-align: right;
    padding: 0 30px 0 0;
    float: right;
  }
}
@media (max-width: 767.98px) {
  .section-title-form {
    padding: 10px 0 0;
  }
  .section-title-form form {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (min-width: 576px) {
  .section-title-form {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
}
@media (max-width: 575.98px) {
  .section-title-form {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
.section-title-form .form-group {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .section-title-form .form-group {
    flex: 1;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .section-title-form .form-group {
    padding: 0 0 0 10px;
    margin: 5px 0;
  }
}
.section-title-form label {
  position: relative;
  z-index: 1;
  margin: 0;
}
@media (max-width: 767.98px) {
  .section-title-form label {
    width: 100%;
  }
}
.section-more {
  margin-bottom: 20px;
}
.section-more .button,
.section-more .btn {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
}
.section-more .button.disable,
.section-more .btn.disable {
  display: none;
}
.section-pager {
  margin: 25px auto;
  font-weight: 700;
  text-align: center;
}
.section-pager-list {
  display: inline-block;
}
.section-pager-list a {
  color: white;
  margin: 0 3px;
  display: none;
}
.section-pager-list a.active {
  color: #FED141;
  display: inline-block;
}
.section-pager-list a.preactive, .section-pager-list a.afteractive, .section-pager-list a:last-child, .section-pager-list a:first-child {
  display: inline-block;
}
.section-pager-list a.afteractive + a.afteractive + a.afteractive:after,
.section-pager-list a + a.preactive:before {
  content: " ... ";
}
.section-pager-list a.preactive + a.preactive:before,
.section-pager-list a.preactive + a.preactive + a.preactive:before {
  content: "";
  display: none;
}

#section_videos .section-more {
  margin-top: 20px;
}

.section2 {
  padding: 50px 0;
  /*box-shadow: 0 70px 70px rgba(0,0,0,0.5) inset;*/
  box-shadow: none;
}
.section2.no_contentpadding {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .section2-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.section2-title h2, .section2-title .h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 0;
  letter-spacing: 2pt;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .section2-title h2, .section2-title .h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 1023.98px) {
  .section2-title h2, .section2-title .h2 {
    margin-bottom: 20px;
  }
}
.section2-title h2:before, .section2-title .h2:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #FED141;
  vertical-align: top;
  margin: 2px 10px 2px 0;
}
@media (min-width: 768px) {
  .section2-title .section2-action {
    float: none;
  }
}
@media (max-width: 767.98px) {
  .section2-title .section2-action {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .section2-content {
    margin: 30px 0 0;
  }
}
@media (max-width: 1023.98px) {
  .section2-content {
    margin: 20px 0 15px 0;
  }
}
.section2-content + .section2-action {
  margin: 30px auto;
  text-align: center;
}

.no_contentpadding .section2-title {
  padding-top: 50px;
}

.title_center .section2-title {
  display: block;
  text-align: center;
}
@media (min-width: 1024px) {
  .title_center .section2-title {
    padding-bottom: 40px;
  }
}
@media (max-width: 1199.98px) {
  .title_center .section2-title {
    padding-bottom: 20px;
  }
}
.title_center .section2-title h2, .title_center .section2-title .h2 {
  display: inline-block;
  padding: 0 15px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
}
.title_center .section2-title h2:before, .title_center .section2-title .h2:before {
  display: none;
}
.title_center .section2-title h2:after, .title_center .section2-title .h2:after {
  content: "";
  display: block;
  margin: 15px 0 0;
  height: 5px;
  background: #FED141;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  clear: both;
}

.card {
  display: flex;
  background-size: cover;
  background-position: 50% 100%;
  background-image: attr(data-image);
}
@media (min-width: 1024px) {
  .card {
    flex: 0 0 33.33%;
  }
}
@media (min-width: 1024px) and (max-width: 1023.98px) {
  .card {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .card {
    flex: 0 0 50%;
    height: 420px;
    /* border-bottom: 10px $gray-border solid; */
    /*
    &:nth-child(5),
    &:nth-child(6) {
      display: none;
    }
    */
  }
}
@media (max-width: 767.98px) {
  .card {
    flex: 0 0 100%;
  }
}
.card > a {
  display: block;
  height: 0;
  width: 100%;
  padding: 0 0 65%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .card > a {
    height: 100%;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .card > a {
    padding: 0 0 100%;
  }
}
.card-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 10px 30px;
  box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.1) inset;
}
.card-caption:before {
  content: "";
  background: #FED141;
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 25px;
  transition: width 0.3s ease;
  z-index: 1;
}
.card-caption-overlay {
  position: absolute;
  left: -20%;
  top: 0;
  right: -20%;
  bottom: -15px;
  filter: blur(10px);
  z-index: 0;
  background-size: cover;
  background-position: 50% 100%;
}
.card-caption-overlay-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 1000px;
  max-height: 0;
  transition: max-height 0.3s ease;
}
.card-caption-overlay:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  left: -15px;
  top: -15px;
  bottom: -15px;
  right: -15px;
}
.card-caption-teaser {
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (max-width: 1023.98px) {
  .card-caption-teaser {
    display: none;
  }
}
.card-caption-reveal {
  position: relative;
  transition: max-height 0.6s ease-out;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .card-caption-reveal {
    display: none;
  }
}
.card-caption-title {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2;
  margin-bottom: 15px;
  padding-top: 15px;
}
.card-caption-meta {
  margin: 0 0 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
}
.card-caption-cta {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.card-caption-cta .button-round,
.card-caption-cta .btn-round {
  /*
  font-size: 12px !important;
  line-height: 16px !important;
  */
}
@media (max-width: 1023.98px) {
  .card-caption-cta {
    text-align: center;
  }
}
.card-caption .button-round,
.card-caption .btn-round {
  /*
  @include button-variant($yellow, $yellow);
  color: $dark;
  padding: 5px 30px;
  @include fontSize(16px);
  display: inline-block;
  */
}
@media (min-width: 1024px) {
  .card > a:hover .card-caption:before {
    width: 30%;
  }
  .card > a:hover .card-caption-teaser {
    display: none;
  }
  .card > a:hover .card-caption-reveal {
    display: block;
  }
}
@media (max-width: 1023.98px) {
  .card > a .card-caption:before {
    width: 30%;
  }
}

@media (min-width: 768px) {
  .cards2 {
    display: flex;
    margin: 0 -7.5px;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
.cards2-item {
  padding: 7.5px;
}
@media (min-width: 1200px) {
  .cards2-item:nth-last-child(2):first-child, .cards2-item:nth-last-child(2):first-child ~ .cards2-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cards2-item:nth-last-child(4):first-child, .cards2-item:nth-last-child(4):first-child ~ .cards2-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cards2-item:nth-last-child(3):first-child, .cards2-item:nth-last-child(3):first-child ~ .cards2-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .cards2-item.wide:nth-last-child(3):first-child {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cards2-item.wide:nth-last-child(3):first-child ~ .cards2-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .cards2-item:not(.wide):nth-last-child(4):first-child, .cards2-item:not(.wide):nth-last-child(4):first-child ~ .cards2-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cards2-item:not(.wide):nth-last-child(3):first-child, .cards2-item:not(.wide):nth-last-child(3):first-child ~ .cards2-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .cards2-item.wide {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cards2-item.wide:nth-last-child(3):first-child ~ .cards2-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .cards2-item {
    padding: 0;
    margin-bottom: 15px;
    flex: 0 0 100%;
  }
}
.cards2-item > a {
  display: block;
  height: 100%;
}
.cards2-wrapper {
  box-shadow: 9px -2px 99px rgba(55, 57, 67, 0.161);
  border-radius: 10px;
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
}
.cards2-figure {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 15px;
  height: 0;
  padding: 0 0 87%;
}
.variant_events .cards2-figure {
  border-radius: 15px 15px 0 0;
}
.variant_events .cards2-figure:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 8px;
  background: #FED141;
}
@media screen {
  .cards2-figure img {
    display: none;
  }
}
.cards2-figure video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 15px 15px 0 0;
}
a:hover .cards2-figure video {
  display: block;
}
.cards2-figure.video:before {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../fonts/icon-play.svg) no-repeat 50% 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cards2-figure.video iframe,
.cards2-figure.video video {
  opacity: 0;
  visbility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
a:hover .cards2-figure.video:before, a:focus .cards2-figure.video:before {
  display: none;
}
@media (min-width: 1024px) {
  a:hover .cards2-figure.video, a:focus .cards2-figure.video {
    background-image: none !important;
    background-color: rgba(0, 0, 0, 0.7);
  }
  a:hover .cards2-figure.video iframe,
  a:hover .cards2-figure.video video, a:focus .cards2-figure.video iframe,
  a:focus .cards2-figure.video video {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .cards2-item.wide:nth-last-child(3):first-child .cards2-figure, .cards2-item:nth-last-child(2):first-child .cards2-figure, .cards2-item:nth-last-child(2):first-child ~ .cards2-item .cards2-figure {
    padding-bottom: 40%;
  }
}
.cards2-text {
  flex: 0 100 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
}
.cards2-title {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: none;
  margin: 0;
}
.variant_events .cards2-title {
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
}
.cards2-description {
  flex: 1;
  font-size: 15px;
  font-size: 0.9375rem;
  border-top: 2px #FED141 solid;
  margin-top: 10px;
  padding: 10px 0 15px;
  color: #fff;
}
.variant_events .cards2-description {
  flex: 0;
}
.cards2-category {
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.variant_events .cards2-category {
  border-bottom: 1px #FED141 solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.cards2-meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
  padding: 7px 0 20px;
}
.variant_events .cards2-meta {
  padding: 15px 0;
  flex: 0 100 100%;
  justify-content: flex-start;
}
.variant_events .cards2-action {
  text-align: center;
}
.cards2-action .btn {
  border-radius: 30px;
  min-width: 110px;
}

@media (min-width: 768px) {
  .cardsH {
    display: flex;
    margin: 0 -7.5px;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.cardsH-item {
  padding: 7.5px;
}
@media (min-width: 1200px) {
  .cardsH-item:nth-last-child(2):first-child, .cardsH-item:nth-last-child(2):first-child ~ .cardsH-item {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .cardsH-item:nth-last-child(4):first-child, .cardsH-item:nth-last-child(4):first-child ~ .cardsH-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cardsH-item:nth-last-child(3):first-child, .cardsH-item:nth-last-child(3):first-child ~ .cardsH-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .cardsH-item:nth-last-child(4):first-child, .cardsH-item:nth-last-child(4):first-child ~ .cardsH-item, .cardsH-item:nth-last-child(2):first-child, .cardsH-item:nth-last-child(2):first-child ~ .cardsH-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cardsH-item:nth-last-child(3):first-child, .cardsH-item:nth-last-child(3):first-child ~ .cardsH-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 767.98px) {
  .cardsH-item {
    padding: 0;
    margin-bottom: 15px;
    flex: 0 0 100%;
  }
}
.cardsH-item > a {
  display: block;
  height: 100%;
}
.cardsH-wrapper {
  box-shadow: 9px -2px 99px rgba(55, 57, 67, 0.161);
  border-radius: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
}
.cardsH-wrapper:not([class*=bg-grad]) {
  background: black;
}
.cardsH-figure {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  height: 0;
  padding: 0 0 44%;
  margin: 0;
}
@media screen {
  .cardsH-figure img {
    display: none;
  }
}
@media (min-width: 1024px) {
  .cardsH-item.wide:nth-last-child(3):first-child .cardsH-figure, .cardsH-item:nth-last-child(2):first-child .cardsH-figure, .cardsH-item:nth-last-child(2):first-child ~ .cardsH-item .cardsH-figure {
    padding-bottom: 40%;
  }
}
.cardsH-text {
  flex: 0 100 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  border-top: 5px #FED141 solid;
  padding-top: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.cardsH-title {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: none;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2pt;
}
@media (max-width: 1023.98px) {
  .cardsH-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.cardsH-description {
  flex: 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  padding: 10px 0 15px;
  color: #fff;
}
.cardsH-action .btn {
  min-width: 150px;
}
.cardsH-title + .cardsH-action {
  padding-top: 30px;
}
.cardsH-title:nth-last-child(2):first-child {
  flex: 1;
}

@media (min-width: 768px) {
  .tilesSatic {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: stretch;
  }
}
.tilesSatic-item {
  position: relative;
  overflow: hidden;
}
.tilesSatic-item:nth-last-child(1):first-child {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .tilesSatic-item:nth-last-child(2):first-child, .tilesSatic-item:nth-last-child(2):first-child ~ .tilesSatic-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tilesSatic-item:nth-last-child(4):first-child, .tilesSatic-item:nth-last-child(4):first-child ~ .tilesSatic-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tilesSatic-item:nth-last-child(3):first-child, .tilesSatic-item:nth-last-child(3):first-child ~ .tilesSatic-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .tilesSatic-item:nth-last-child(4):first-child, .tilesSatic-item:nth-last-child(4):first-child ~ .tilesSatic-item, .tilesSatic-item:nth-last-child(2):first-child, .tilesSatic-item:nth-last-child(2):first-child ~ .tilesSatic-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tilesSatic-item:nth-last-child(3):first-child, .tilesSatic-item:nth-last-child(3):first-child ~ .tilesSatic-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 767.98px) {
  .tilesSatic-item {
    padding: 0;
    margin-bottom: 15px;
    flex: 0 0 100%;
  }
}
.tilesSatic-item > a {
  display: block;
  height: 100%;
  color: white;
}
.tilesSatic-wrapper {
  height: 100%;
}
.tilesSatic-figure {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 0;
  padding: 0 0 33vw;
  margin: 0;
  transition: transform 0.4s ease-in;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .tilesSatic-figure {
    padding-bottom: 66vw;
  }
}
@media (max-width: 767.98px) {
  .tilesSatic-figure {
    padding-bottom: 100vw;
  }
}
@media screen {
  .tilesSatic-figure img {
    display: none;
  }
}
a:hover .tilesSatic-figure, a:focus .tilesSatic-figure {
  transform: scale(1.05);
}
.tilesSatic-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 90px;
  padding-bottom: 30px;
  text-align: center;
  /*
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  */
}
.tilesSatic-text:not([class*=bg-]) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 40%);
}
.tilesSatic-text.left {
  /*
  align-items: flex-end;
  */
  text-align: left;
}
.tilesSatic-item:nth-last-child(1):first-child .tilesSatic-text .container,
.tilesSatic-item:nth-last-child(1):first-child .tilesSatic-text .container-fluid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .tilesSatic-item:nth-last-child(1):first-child .tilesSatic-text .container,
  .tilesSatic-item:nth-last-child(1):first-child .tilesSatic-text .container-fluid {
    flex-direction: column;
  }
}
.tilesSatic-title {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  font-style: normal;
  line-height: 25px;
  letter-spacing: 2pt;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.tilesSatic-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #FED141;
  margin: 7px 0 0;
}
.tilesSatic-meta {
  white-space: nowrap;
  padding: 15px 0;
}
.tilesSatic-action {
  text-align: center;
}
.tilesSatic-action .btn {
  min-width: 150px;
}
.tilesSatic-description {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  padding: 15px 0;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.tilesSatic-item:nth-last-child(1):first-child .tilesSatic-description {
  padding-left: 30px;
  padding-right: 30px;
}

.left .tileSatic-title:after {
  display: none;
}
.left .tileSatic-title:before {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background: #FED141;
  margin: 0 0 7px 0;
}

.video-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.video-item {
  flex: 0 0 33.33%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .video-item {
    flex: 0 0 50%;
  }
}
@media (max-width: 1023.98px) and (max-width: 1023.98px) {
  .video-item {
    flex: 0 0 50%;
  }
  .video-item:nth-child(1) {
    display: block;
  }
}
@media (min-width: 768px) {
  #section_videos .video-item:nth-child(1) {
    flex: 0 0 100%;
    position: relative;
    padding-bottom: 40%;
  }
  #section_videos .video-item:nth-child(1) .embed-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .video-item {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  #section_videos .video-item:nth-child(1) .video-item-info-title {
    font-size: 40px;
    font-size: 2.5rem;
    background: none;
    padding: 0 60px;
  }
}
.video-item-info {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.video-item-info-label {
  display: none;
  background: rgba(26, 118, 197, 0.9);
  float: left;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 5px 60px 5px 60px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}
.video-item-info-title {
  clear: both;
  text-transform: uppercase;
  padding: 10px 30px;
  position: relative;
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000 100%);
}
@media (min-width: 1024px) {
  .video-item-info-title {
    border-left: 10px #FED141 solid;
  }
}
@media (max-width: 1023.98px) {
  .video-item-info-title:before {
    content: "";
    left: 0;
    top: 10px;
    position: absolute;
    height: 25px;
    background: #FED141;
    width: 15px;
  }
}
.video-item-info-title a {
  color: white;
}
@media (min-width: 768px) {
  #section_videos .video-item:nth-child(1) .video-item-info {
    left: -50px;
    right: -50px;
    box-shadow: inset 0 -120px 90px rgba(0, 0, 0, 0.8);
    padding: 70px 50px 0 50px;
  }
}
.video-item .vjs-big-play-button {
  opacity: 0;
}
.video-item .vjs-control-bar {
  display: none;
}
.video-item-embed {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.video-item .embed-container {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .video-item:hover .embed-container, .video-item:focus .embed-container {
    visibility: visible;
    opacity: 1;
  }
}

#section_videos .video-item {
  flex: 0 0 33.33%;
}

@media (min-width: 1024px) {
  .videogallery.spaces .video-screen {
    height: 100%;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .videogallery.spaces .video-screen-item {
    display: none;
  }
}
.videogallery.spaces .video-screen-item-playing {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 1023.98px) {
  .videogallery.spaces .video-screen-item {
    margin-bottom: 15px;
  }
}
.videogallery.spaces .video-screen-linkwrapper {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.videogallery.spaces .video-screen-title {
  font-size: 16px;
  font-size: 1rem;
  padding: 15px;
  letter-spacing: 1pt;
}
.videogallery.spaces .video-screen-media {
  flex: 0 100 100%;
  opacity: 1;
  visibility: visible;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 13px;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.videogallery.spaces .video-screen-media iframe,
.videogallery.spaces .video-screen-media video {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .videogallery.spaces .video-screen-media:hover, .videogallery.spaces .video-screen-media:focus {
    background-image: none !important;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .videogallery.spaces .video-screen-media:hover iframe,
  .videogallery.spaces .video-screen-media:hover video, .videogallery.spaces .video-screen-media:focus iframe,
  .videogallery.spaces .video-screen-media:focus video {
    visibility: visible;
    opacity: 1;
  }
}
.videogallery.spaces .video-screen-item-active .video-screen-media {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.7);
}
.videogallery.spaces .video-screen-item-active .video-screen-media iframe,
.videogallery.spaces .video-screen-item-active .video-screen-media video {
  visibility: visible;
  opacity: 1;
}
.videogallery.spaces .video-screen-info {
  margin-top: 7px;
  border-left: 7px #FED141 solid;
  position: static;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
}
.videogallery.spaces .video-thmb {
  height: 100%;
}
@media (min-width: 576px) and (max-width: 1023.98px) {
  .videogallery.spaces .video-thmb {
    display: flex;
    flex-direction: row;
    margin: 0 -15px;
  }
}
@media (max-width: 1023.98px) {
  .videogallery.spaces .video-thmb {
    padding-top: 30px;
  }
}
.videogallery.spaces .video-thmb-item {
  padding-top: 15px;
}
.videogallery.spaces .video-thmb-item-playing {
  display: none;
}
@media (min-width: 576px) and (max-width: 1023.98px) {
  .videogallery.spaces .video-thmb-item {
    padding: 15px;
  }
}
@media (min-width: 1024px) {
  .videogallery.spaces .video-thmb-item-playing:first-child + .video-thmb-item, .videogallery.spaces .video-thmb-item:first-child {
    padding-top: 0;
  }
}
.videogallery.spaces .video-thmb-item:not(.video-thmb-item-playing) {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .videogallery.spaces .video-thmb-item {
    padding-left: 15px;
  }
}
.videogallery.spaces .video-thmb-media {
  opacity: 1;
  visibility: visible;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 13px;
  overflow: hidden;
  height: auto;
  padding: 0;
  padding-bottom: 56.25%;
  flex: 0 100 100%;
  position: relative;
}
.videogallery.spaces .video-thmb-media iframe,
.videogallery.spaces .video-thmb-media video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: #000;
}
@media (min-width: 1024px) {
  .videogallery.spaces .video-thmb-media:hover iframe,
  .videogallery.spaces .video-thmb-media:hover video, .videogallery.spaces .video-thmb-media:focus iframe,
  .videogallery.spaces .video-thmb-media:focus video {
    visibility: visible;
    opacity: 1;
    background: #000;
  }
}
.videogallery.spaces .video-thmb-title {
  position: static;
  margin-top: 7px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
  border-left: 7px #FED141 solid;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1pt;
  padding: 15px;
}

.fancybox-inner .video-item-info {
  position: relative;
  border-bottom: #FED141 7px solid;
  padding: 15px 0;
}

#section_videos .video-item-info-label {
  display: block;
}

@media (min-width: 1024px) {
  .fancybox-inner .video-item-info-title {
    border-left-width: 0;
  }
}
.fancybox-inner .video-item-info-title {
  display: none;
}

.videorow {
  display: flex;
}
@media (max-width: 1023.98px) {
  .videorow {
    flex-wrap: wrap;
  }
}
.videorow .container {
  display: flex;
}
@media (max-width: 1023.98px) {
  .videorow .container {
    flex-wrap: wrap;
  }
}
.videorow-item {
  flex: 10 10 100%;
}
@media (max-width: 1023.98px) {
  .videorow-item {
    flex: 0 0 100%;
  }
}

.videoitem-wrapper {
  display: block;
  position: relative;
  height: 0;
  padding: 0 0 30%;
  color: white;
  background-size: cover;
  background-position: center;
}
.videoitem-wrapper:hover, .videoitem-wrapper:focus, .videoitem-wrapper:active {
  color: white;
}
.videoitem:nth-last-child(1):first-child .videoitem-wrapper {
  padding-bottom: 40%;
}
@media screen and (max-width: 600px) {
  .videoitem:nth-last-child(1):first-child .videoitem-wrapper {
    padding-bottom: 100%;
  }
}
.videoitem:nth-last-child(2):first-child .videoitem-wrapper, .videoitem:nth-last-child(2):first-child ~ .videoitem .videoitem-wrapper {
  padding-bottom: 66%;
}
.videoitem:nth-last-child(3):first-child .videoitem-wrapper, .videoitem:nth-last-child(3):first-child ~ .videoitem .videoitem-wrapper {
  padding-bottom: 90%;
}
@media (max-width: 1023.98px) {
  .videoitem:nth-last-child(3):first-child .videoitem-wrapper, .videoitem:nth-last-child(3):first-child ~ .videoitem .videoitem-wrapper {
    padding-bottom: 66%;
  }
}
.videoitem-wrapper:hover .videoitem-media, .videoitem-wrapper:focus .videoitem-media, .videoitem-wrapper:active .videoitem-media {
  opacity: 1;
}
.videoitem-wrapper:hover .videoitem-info:before, .videoitem-wrapper:focus .videoitem-info:before, .videoitem-wrapper:active .videoitem-info:before {
  display: none;
}
.videoitem-media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.videoitem-media:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.videoitem-media video,
.videoitem-media iframe {
  max-width: 100%;
  height: 100% !important;
  width: 100%;
  position: relative;
  background: black;
  -o-object-fit: cover;
     object-fit: cover;
}
.videoitem-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(67, 70, 74, 0) 20%, rgba(33, 34, 37, 0.64) 50%, #0d0e0f 100%);
}
.videoitem:last-child:first-child .videoitem-info {
  padding: 15px;
  align-items: center;
  text-align: center;
}
.videoitem:last-child:first-child .videoitem-title {
  display: inline-block;
  background: none;
}
.videoitem:last-child:first-child .videoitem-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  margin: 5px 0 0;
  background: #FED141;
}
.videoitem:last-child:first-child .videoitem-description {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 15px;
  max-width: 820px;
}
.videoitem:nth-last-child(n+2) .videoitem-wrapper:before, .videoitem:nth-last-child(n+2) ~ .videoitem .videoitem-wrapper:before {
  content: "";
  width: 100px;
  height: 100px;
  background: url("../fonts/icon-play.svg") no-repeat 50% 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
}
.videoitem:nth-last-child(n+2) .videoitem-action, .videoitem:nth-last-child(n+2) ~ .videoitem .videoitem-action, .videoitem:nth-last-child(n+2) .videoitem-description, .videoitem:nth-last-child(n+2) ~ .videoitem .videoitem-description {
  display: none;
}
.videoitem:nth-last-child(n+2) .videoitem-info, .videoitem:nth-last-child(n+2) ~ .videoitem .videoitem-info {
  align-items: flex-start;
  padding: 0;
}
.videoitem:nth-last-child(n+2) .videoitem-title, .videoitem:nth-last-child(n+2) ~ .videoitem .videoitem-title {
  font-size: 16px;
  font-size: 1rem;
  border-left: 5px #FED141 solid;
  padding: 5px 15px;
  width: 100%;
  margin: 0;
}
.videoitem-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 2pt;
  color: white;
}
.videoitem-action .btn {
  min-width: 150px;
}

.pagescarousel {
  position: relative;
}
.pagescarousel-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.pagescarousel-figure {
  margin: 0;
  height: 0;
  opacity: 0;
  background-size: cover;
  background-position: 50% 50%;
}
.pagescarousel-figure.video {
  opacity: 1;
}
@media (min-width: 1024px) {
  .pagescarousel-figure {
    padding: 0 0 41%;
  }
}
@media (min-width: 576px) and (max-width: 1023.98px) {
  .pagescarousel-figure {
    padding: 0 0 66%;
  }
  .pagescarousel-figure video {
    transform: scale(2.3);
  }
}
@media (max-width: 767.98px) {
  .pagescarousel-figure {
    padding: 0 0 88%;
  }
  .pagescarousel-figure video {
    transform: scale(3.5);
  }
}
@media screen {
  .pagescarousel-figure img {
    display: none;
  }
}
.pagescarousel-text {
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
}
.pagescarousel-text .carousel-indicators {
  position: static;
  margin: 30px 0 0;
}
.pagescarousel-title {
  position: relative;
  float: left;
  opacity: 0;
  letter-spacing: 4px;
}
.pagescarousel-description {
  font-size: 18px;
  font-size: 1.125rem;
  clear: left;
  opacity: 0;
}
.pagescarousel-title + .pagescarousel-description {
  margin-top: 7.5px;
}
.pagescarousel-content {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.pagescarousel-content:not([class*=bg-]) {
  background: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, #0d0e0f 50%);
}
@media (max-width: 1023.98px) {
  .pagescarousel-content {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .pagescarousel-content {
    padding: 60px;
  }
}
@media (min-width: 768px) {
  .pagescarousel-content .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.pagescarousel-action {
  margin-bottom: 30px;
}
.pagescarousel-action .btn {
  padding: 15px 60px;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .pagescarousel > .carousel-indicators {
    padding-right: 220px;
  }
}
@media (min-width: 1024px) {
  .pagescarousel.titlecenter.nobutton > .carousel-indicators {
    padding-right: 0;
  }
}

.imgLoaded .pagescarousel-text {
  opacity: 1;
}

@media (min-width: 768px) {
  *:not(.nobutton) .pagescarousel-text {
    padding-right: 60px;
  }
}

.nobutton .pagescarousel-text {
  flex: 0 0 100%;
}

.titlecenter .pagescarousel-text {
  max-width: 900px;
  text-align: center;
}

.imgLoaded .pagescarousel-title {
  opacity: 1;
}

*:not(.titleborder) .pagescarousel-title:before {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  top: 10px;
  width: 20px;
  height: 30px;
  background-color: #FED141;
}

.titleborder .pagescarousel-title {
  padding-bottom: 10px;
  max-width: 900px;
  margin-bottom: 20px;
}
.titleborder .pagescarousel-title:before {
  content: "";
  display: block;
  position: absolute;
  left: -9000px;
  right: 0;
  top: calc(100% + 5px);
  height: 5px;
  width: auto;
  background-color: #FED141;
}

.titlecenter.titleborder .pagescarousel-title {
  float: none;
  max-width: 900px;
  display: inline-block;
  letter-spacing: 1pt;
}
.titlecenter.titleborder .pagescarousel-title:before {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 600px) {
  .titlecenter.titleborder .pagescarousel-title .pagescarousel-title:before {
    max-width: 50%;
  }
}

.imgLoaded .pagescarousel-description {
  opacity: 1;
}

.imgLoaded .pagescarousel-content {
  opacity: 1;
}

@media (max-width: 1023.98px) {
  .titlecenter .pagescarousel-action {
    text-align: center;
    padding-top: 15px;
  }
}

.nobutton .pagescarousel-action {
  display: none;
}

.imgLoaded .pagescarousel-figure:not(.video) {
  opacity: 1;
  transform: scale(1.05);
}

.titlecenter.titleborder .pagescarousel-figure {
  background-position: 25% 50%;
}

.slider-img {
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 62%;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .slider-img {
    padding-bottom: 100%;
  }
}
.slider-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (min-width: 768px) {
  .slider-caption {
    padding: 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.slider-hero {
  position: relative;
  overflow: hidden;
}
.slider-hero-img {
  padding-bottom: 40% !important;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .slider-hero-img {
    padding-bottom: 60% !important;
  }
}
@media (max-width: 1023.98px) {
  .slider-hero-img {
    padding-bottom: 130% !important;
  }
}
.slider-hero-img-fade {
  position: absolute;
  bottom: -50px;
  left: -150px;
  right: -150px;
  height: 300px;
  box-shadow: inset 0 -200px 100px black;
  z-index: 0;
}
@media (min-width: 1024px) {
  .slider-hero.simple,
  .slider-hero.simple .slider-img,
  .slider-hero.simple .carousel-inner {
    overflow: visible;
  }
  .slider-hero.simple .content-classic-hero-img-expand {
    bottom: -100px;
  }
}
@media (max-width: 1023.98px) {
  .slider-hero.simple .content-classic-hero-img-expand {
    right: 10px;
  }
}
.slider-hero.simple .slider-img {
  /*
  &:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    z-index: 1;
  }
  */
}
.slider-hero.simple .slider-visual-shadow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  z-index: 1;
}
.slider-hero.simple .slider-visual-shadow:not([class*=bg-]) {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(33, 34, 37, 0.64) 50%, rgb(15, 15, 15) 100%);
}

.video-screen {
  position: relative;
}
.video-screen-item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .video-screen-item {
    display: none;
  }
}
.video-screen-item-playing {
  display: block;
}
.video-screen-item:hover .video-screen-preview, .video-screen-item:focus .video-screen-preview {
  display: none;
}
@media (min-width: 768px) {
  .video-screen-item:hover .video-screen-preview, .video-screen-item:focus .video-screen-preview {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
.video-screen-item-active .video-screen-preview, .video-screen-item:hover .video-screen-preview, .video-screen-item:focus .video-screen-preview {
  display: none;
}
.video-screen-item video {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .video-screen-item:focus .video-screen-media {
    opacity: 1;
    visibility: visible;
  }
}
.video-screen-preview {
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1023.98px) {
  .video-screen-preview {
    display: none;
  }
}
.video-screen-media {
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
@media (min-width: 768px) {
  .video-screen-media {
    opacity: 0;
    visibility: hidden;
  }
}
.video-screen-media [role=presentation] {
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.video-screen-item-active .video-screen-media {
  opacity: 1;
  visibility: visible;
}
.video-screen-item-active .video-screen-info {
  display: none !important;
}
.video-screen-item-active .video-thmb-title {
  display: none;
}
.video-screen-item-active .video-screen-trigger {
  display: none;
}
.video-screen-item-active [role=presentation] {
  display: none;
}
@media (min-width: 768px) {
  .video-screen-item .video-thmb-title {
    display: none;
  }
}
.video-screen-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .video-screen-trigger {
    display: none;
  }
}
.video-screen-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: visible;
  opacity: 1;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000 100%);
  transition: all 0.5s ease-in-out;
}
.video-screen-info-wrapper {
  position: relative;
}
.video-screen-title {
  font-weight: normal;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 10px;
  margin: 0;
  clear: both;
  color: #fff;
}
@media (min-width: 768px) {
  .video-screen-title {
    font-size: 20px;
    padding: 10px 30px;
  }
}
@media (min-width: 1024px) {
  .video-screen-title {
    font-size: 30px;
    padding: 10px 60px;
  }
}
.video-screen-description {
  font-weight: 300;
}
.video-screen:hover .video-screen-media, .video-screen:focus .video-screen-media {
  opacity: 1;
  visibility: visible;
}
.video-screen:hover .video-screen-info, .video-screen:focus .video-screen-info {
  opacity: 0;
  visibility: hidden;
}
.video-screen:hover .video-screen-item:first-child .video-screen-info, .video-screen:focus .video-screen-item:first-child .video-screen-info {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767.98px) {
  .video-thmb {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 1023.98px) {
  .video-thmb {
    display: flex;
  }
}
.video-thmb-item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
@media (min-width: 576px) and (max-width: 1023.98px) {
  .video-thmb-item {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .video-thmb-item-playing {
    display: none;
  }
}
.video-thmb-media {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 0;
  padding-bottom: 56.26%;
}
.video-thmb-media video {
  max-width: 100%;
  height: auto;
}
.video-thmb-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-left: 10px #FED141 solid;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 10px 30px;
  margin: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000 100%);
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  color: #fff;
}
@media (min-width: 768px) {
  .video-thmb-title {
    padding: 5px;
    border-left-width: 5px;
  }
}
@media (min-width: 1024px) {
  .video-thmb-title {
    padding: 10px;
    border-left-width: 10px;
  }
}
.video-thmb-item:hover .video-thmb-media, .video-thmb-item:focus .video-thmb-media {
  opacity: 1;
  visibility: visible;
}
.video-thmb-item:hover .video-thmb-title, .video-thmb-item:focus .video-thmb-title {
  opacity: 0;
  visibility: hidden;
}
.spaces .video-thmb-item:hover .video-thmb-title, .spaces .video-thmb-item:focus .video-thmb-title {
  opacity: 1;
  visibility: visible;
}

.dPolicy {
  position: fixed;
  font-size: 14px;
  right: 15px;
  top: 63px;
  z-index: 99999;
  transform: translateY(-700px);
  transition: transform 0.4s ease;
  background: #000;
  padding: 30px;
  color: #fff;
  width: 753px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .dPolicy {
    width: auto;
    right: 0;
    top: 0;
    left: 0;
    font-size: 12px;
  }
}

.dPolicy.open {
  transform: translateY(0);
  display: block !important;
}

.dPolicy-content .dPolicy-title {
  font-size: 18px;
  border-left: 3px solid #FED141;
  padding-left: 5px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.dPolicy-content p {
  margin-bottom: 15px;
}

#close_policy {
  display: none;
  float: right;
  cursor: pointer;
  background: none;
  padding: 0;
}
#close_policy svg {
  width: 25px;
  height: 25px;
  fill: white;
}

.dPolicy.open #close_policy {
  display: block;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-article.fancybox-margin,
.fancybox-article .fancybox-margin {
  margin: 0 !important;
  overflow: auto !important;
}

.fancybox-wrap {
  /*
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
   */
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  z-index: 8020;
  filter: blur(0px);
  transform: translate(-50%, -50%) !important;
  width: 100% !important;
  height: 100% !important;
}
.fancybox-article .fancybox-wrap {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
}
.fancybox-wrap-focused .fancybox-close {
  outline: 1px dotted white !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}

.fancybox-skin {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 15px;
  padding: 0 !important;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  /*
  	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  */
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-outer {
  display: flex;
  flex: 0 100 100%;
  flex-direction: column;
  padding-top: 59px;
}
@media (max-width: 1023.98px) {
  .fancybox-video .fancybox-outer {
    padding-top: 65px;
  }
}
@media (min-width: 1024px) {
  .fancybox-video .fancybox-outer {
    padding-top: 59px;
  }
}

.fancybox-inner {
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
.fancybox-article .fancybox-inner {
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .fancybox-article .fancybox-inner {
    padding-top: 50px;
  }
}
@media (max-width: 1023.98px) {
  .fancybox-article .fancybox-inner {
    padding-top: 20px;
  }
}
.fancybox-inner .container {
  max-width: 980px;
}

.fancybox-inner-container {
  display: flex;
  flex: 0 100 100%;
}

.fancybox-inner-info {
  display: flex;
}
.fancybox-inner-info .fancybox-info-wrapper {
  margin-bottom: 20px;
  border-bottom: 5px #FED141 solid;
  width: 100%;
}
.fancybox-inner-info .fancybox-info-wrapper > .container {
  padding-top: 20px;
  padding-bottom: 12px;
  overflow: hidden;
}
.fancybox-inner-info .fancybox-info-wrapper .lg-sub-html-share {
  margin: 3px 5px;
}
.fancybox-inner-info .fancybox-info-wrapper .lg-sub-html-author {
  margin: 3px 0;
}
.fancybox-inner-info .fancybox-info-wrapper .lg-sub-html-action {
  float: right;
}
.fancybox-inner-info .fancybox-info-wrapper .lg-sub-html-share {
  float: right;
  margin-right: 10px;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  /*
  max-width: 900px;
  margin: 0 auto;
  */
}

.fancybox-image {
  width: auto;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 8060;
  background: url("../fonts/icon-close.svg") no-repeat 50% 50%;
}
.fancybox-close:focus {
  outline: 1px dotted white !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
.fancybox-close.fancybox-item {
  display: none;
}

.fancybox-article .fancybox-close.fancybox-item {
  display: block;
  right: 50px;
  border-radius: 13px;
  background-image: url("../fonts/icon-close-black.svg");
  background-color: #FED141;
  background-position: 50% 50%;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(blank.gif); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background-color: #2e2e2e;
  /*
  @include media-breakpoint-down(md) {
    @include media-breakpoint-up(md) {
      top: 87px;
    }
  }
  */
}
@media (min-width: 1024px) {
  .fancybox-overlay {
    top: 59px;
  }
}
@media (max-width: 1023.98px) {
  .fancybox-overlay {
    top: 59px;
  }
}

@media (min-width: 1024px) {
  .fancybox-article .fancybox-overlay {
    right: 50%;
    overflow: visible !important;
  }
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside {
  position: reltive;
}

.fancybox-title-inside-wrap {
  flex: 10 0 auto;
  display: flex;
}
.fancybox-title-inside-wrap .container {
  padding-top: 20px;
}

.fancybox-title-inside-text {
  color: white;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 32px;
  padding: 0 30px 10px;
  display: block;
  position: relative;
}
.fancybox-title-inside-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #FED141;
  width: 9px;
  height: 32px;
}

.fancybox-form .fancybox-title-inside-text {
  display: none;
}

.fancybox-form .fancybox-title-inside-text:before {
  display: none;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading div {
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
.fancybox-action {
  padding: 15px 0;
  border-bottom: 7px #FED141 solid;
}
.fancybox-action a[role=button] {
  margin: 2px 7px;
}

.fancybox-share,
.fancybox-action-download,
.fancybox-action-more {
  float: right;
}

.fancybox-share {
  clear: none !important;
  padding: 0 7px;
}

.fancybox-action-download,
.fancybox-action-more {
  border: 2px white solid;
  padding: 5px 10px;
  margin: 0 7px;
  color: white !important;
}

.fancybox-action-more.photos {
  display: none;
}
.fancybox-photo .fancybox-action-more.photos {
  display: block;
}
.fancybox-photo .fancybox-action-more.videos {
  display: none;
}

.lightbox {
  margin-top: 100px;
}
.lightbox-modal {
  margin-top: 20px;
}
.lightbox-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 21px;
  border-left: 10px solid #FED141;
  padding: 3px 0 3px 15px;
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .lightbox-utils {
    display: flex;
    align-items: center;
    margin: 20px 0;
  }
}
.lightbox-credit {
  flex: 1;
  text-transform: uppercase;
  letter-spacing: 2pt;
  font-size: 14px;
}
@media (max-width: 1199.98px) {
  .lightbox-credit {
    margin: 10px 0;
  }
}
.lightbox-credit-label {
  display: inline-block;
  vertical-align: middle;
}
.lightbox-credit-name {
  display: inline-block;
  vertical-align: middle;
  font-weight: 800;
  padding-left: 10px;
}
.lightbox-credit-video {
  background: url(../fonts/icon-camera-video.svg) no-repeat 0 5px;
  background-size: 20px;
  padding-left: 40px;
}
.lightbox-credit-photo {
  background: url(../fonts/icon-camera-photo.svg) no-repeat 0 5px;
  background-size: 20px;
  padding-left: 40px;
}
.lightbox-share {
  margin: 0 20px -5px auto;
}
@media (max-width: 1199.98px) {
  .lightbox-share {
    margin: 10px 0;
  }
}
.lightbox-cta .btn {
  margin: 0 5px 0 0;
}
@media (max-width: 1199.98px) {
  .lightbox-cta {
    margin: 10px 0;
  }
}
.lightbox-footer {
  border-top: 5px solid #FED141;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1pt;
}

.fancybox-video.fancybox-lock .header-blur {
  display: none;
}
.fancybox-video.fancybox-lock .content, .fancybox-video.fancybox-lock .footer {
  filter: blur(10px);
}

.fancybox-overlay {
  background-color: rgba(45, 48, 51, 0.8);
}

.lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45);
}

@font-face {
  font-family: lg;
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal;
}
.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: 0;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
  background: url("../fonts/icon-arrow-right.svg") no-repeat 50% 50%;
  width: 24px;
  height: 39px;
  margin: 10px 20px 0 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .lg-actions .lg-next {
    right: 5px;
    margin: -20px 0 0;
    width: 14px;
  }
}

.lg-actions .lg-prev {
  left: 20px;
  background: url("../fonts/icon-arrow-left.svg") no-repeat 50% 50%;
  width: 24px;
  height: 39px;
  margin: 10px 20px 0 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .lg-actions .lg-prev {
    left: 5px;
    margin: -20px 0 0;
    width: 14px;
  }
}
@keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  /*
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1082;
  */
  width: 100%;
  order: 0;
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  height: 20px;
  width: 20px;
  padding: 0;
  margin: 15px 25px 15px 0;
  text-align: center;
  text-decoration: none !important;
  transition: color 0.2s linear;
  background-size: contain;
}

.lg-toolbar .lg-close {
  background: url("../fonts/icon-close-lg.svg") no-repeat 50% 50%;
}

.lg-toolbar .lg-download {
  background: url("../fonts/icon-download.svg") no-repeat 50% 50%;
  margin-top: 17px;
}

.lg-sub-html {
  bottom: 0;
  color: #EEE;
  text-align: center;
  order: 2;
  /*
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1080
  */
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.lg-sub-html-author {
  float: left;
  text-align: left;
  margin: 20px 0;
  text-transform: uppercase;
  line-height: 35px;
  font-size: 15px;
}

.lg-sub-html-author svg {
  fill: white;
  width: 20px;
  height: 18px;
  margin: -3px 20px 0 0;
}

.lg-sub-html-share {
  float: right;
  margin: 20px 0;
}

.lg-sub-html-morelink {
  float: right;
  margin: 20px 0 25px 20px;
}
.lg-sub-html-morelink .btn {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 4px;
}

.lg-sub-html-description {
  clear: both;
  border-top: 5px solid #FED141;
  padding: 20px 0;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../images/vimeo-play.png") no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../images/vimeo-play.png") 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: url("../images/video-play.png") no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../images/youtube-play.png") no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../images/youtube-play.png") 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen {
  background: url("../fonts/icon-fullscreen.svg") no-repeat 50% 50%;
  width: 30px;
  height: 30px;
  margin: 10px 10px 10px 0;
  padding: 0;
}

.lg-fullscreen-on .lg-fullscreen {
  background: url("../fonts/icon-fullscreen-off.svg") no-repeat 50% 50%;
  width: 30px;
  height: 30px;
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  transition-delay: 0s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}

.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

/*.lg-outer,*/
.lg-outer .lg,
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  order: 1;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  /*
  position: absolute;
  left: 0;
  top: 0;
  */
  position: relative;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../images/loading.gif") center center no-repeat;
  display: none !important;
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #2D3033;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 0.9;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

@media screen and (max-width: 1023.98px) {
  .comments-open .cb-theme body.fixed-side {
    overflow: hidden;
    position: fixed;
  }
}
@media (min-width: 1024px) {
  .nav2-open .nav2 {
    transform: scale(1) translateY(0);
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.2s ease-out;
  }
  .nav2-open .header-nav2 {
    transform: translateY(0) translateX(-50%);
    transition: transform 0s ease, left 0.3s ease, width 0.3s ease, height 0.3s ease;
  }
}
.cb-theme .embed-responsive-16by9::before {
  padding-top: 56.25% !important;
}

.cb-theme .embed-responsive {
  height: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/*# sourceMappingURL=theme.css.map */
