/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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);
}

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

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

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

body {
  margin: 0;
  font-family: "AlrightSans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  background-color: #0d0d0d;
}

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

:focus {
  outline-color: #B3B3B3;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .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: bold;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #333;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #333;
  text-decoration: none;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0;
}

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

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: left;
}

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

button:focus {
  outline: 1px dotted;
  outline: 5px auto #B3B3B3;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.375;
  color: inherit;
}

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

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

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

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

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

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

.lead {
  font-size: 16px;
  font-weight: 400;
}

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

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

.display-3 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
}

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

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

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

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

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

.list-inline-item {
  display: inline-block;
}

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}

.blockquote-footer::before {
  content: "\2014   \A0";
}

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 1.2rem;
  color: #808080;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1280px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1600px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1270px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1270px;
  }
}

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

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1280px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1600px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

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

@media (min-width: 768px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

@media (min-width: 1280px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1600px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

@media (min-width: 768px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1280px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1600px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1600px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 2px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1.6rem;
  line-height: 1.25;
  border-radius: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: .65;
}

.btn:active,
.btn.active {
  background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-purple {
  color: #111;
  background-color: #9CA8DE;
  border-color: #9CA8DE;
}

.btn-purple:hover {
  color: #111;
  background-color: #7f8fd4;
  border-color: #7686d1;
}

.btn-purple:focus,
.btn-purple.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(156, 168, 222, 0.5);
          box-shadow: 0 0 0 3px rgba(156, 168, 222, 0.5);
}

.btn-purple.disabled,
.btn-purple:disabled {
  background-color: #9CA8DE;
  border-color: #9CA8DE;
}

.btn-purple:active,
.btn-purple.active,
.show > .btn-purple.dropdown-toggle {
  background-color: #7f8fd4;
  background-image: none;
  border-color: #7686d1;
}

.btn-primary {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-primary:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1a1919;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(51, 51, 51, 0.5);
          box-shadow: 0 0 0 3px rgba(51, 51, 51, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #333;
  border-color: #333;
}

.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #202020;
  background-image: none;
  border-color: #1a1919;
}

.btn-secondary {
  color: #fff;
  background-color: #555;
  border-color: #555;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #424242;
  border-color: #3c3b3b;
}

.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(85, 85, 85, 0.5);
          box-shadow: 0 0 0 3px rgba(85, 85, 85, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #555;
  border-color: #555;
}

.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #424242;
  background-image: none;
  border-color: #3c3b3b;
}

.btn-success {
  color: #111;
  background-color: #66BB6A;
  border-color: #66BB6A;
}

.btn-success:hover {
  color: #111;
  background-color: #4dae52;
  border-color: #49a54e;
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(102, 187, 106, 0.5);
          box-shadow: 0 0 0 3px rgba(102, 187, 106, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #66BB6A;
  border-color: #66BB6A;
}

.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
  background-color: #4dae52;
  background-image: none;
  border-color: #49a54e;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
  background-color: #138496;
  background-image: none;
  border-color: #117a8b;
}

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  background-color: #e0a800;
  background-image: none;
  border-color: #d39e00;
}

.btn-danger {
  color: #fff;
  background-color: #DB2817;
  border-color: #DB2817;
}

.btn-danger:hover {
  color: #fff;
  background-color: #b82213;
  border-color: #ad2012;
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(219, 40, 23, 0.5);
          box-shadow: 0 0 0 3px rgba(219, 40, 23, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #DB2817;
  border-color: #DB2817;
}

.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  background-color: #b82213;
  background-image: none;
  border-color: #ad2012;
}

.btn-light {
  color: #111;
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}

.btn-light:hover {
  color: #111;
  background-color: lightgray;
  border-color: #cdcccc;
}

.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(230, 230, 230, 0.5);
          box-shadow: 0 0 0 3px rgba(230, 230, 230, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}

.btn-light:active,
.btn-light.active,
.show > .btn-light.dropdown-toggle {
  background-color: lightgray;
  background-image: none;
  border-color: #cdcccc;
}

.btn-lighter {
  color: #111;
  background-color: #fafafa;
  border-color: #fafafa;
}

.btn-lighter:hover {
  color: #111;
  background-color: #e7e7e7;
  border-color: #e1e0e0;
}

.btn-lighter:focus,
.btn-lighter.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(250, 250, 250, 0.5);
          box-shadow: 0 0 0 3px rgba(250, 250, 250, 0.5);
}

.btn-lighter.disabled,
.btn-lighter:disabled {
  background-color: #fafafa;
  border-color: #fafafa;
}

.btn-lighter:active,
.btn-lighter.active,
.show > .btn-lighter.dropdown-toggle {
  background-color: #e7e7e7;
  background-image: none;
  border-color: #e1e0e0;
}

.btn-medium {
  color: #111;
  background-color: #B3B3B3;
  border-color: #B3B3B3;
}

.btn-medium:hover {
  color: #111;
  background-color: #a0a0a0;
  border-color: #9a9999;
}

.btn-medium:focus,
.btn-medium.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(179, 179, 179, 0.5);
          box-shadow: 0 0 0 3px rgba(179, 179, 179, 0.5);
}

.btn-medium.disabled,
.btn-medium:disabled {
  background-color: #B3B3B3;
  border-color: #B3B3B3;
}

.btn-medium:active,
.btn-medium.active,
.show > .btn-medium.dropdown-toggle {
  background-color: #a0a0a0;
  background-image: none;
  border-color: #9a9999;
}

.btn-dark {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

.btn-dark:hover {
  color: #fff;
  background-color: #070707;
  border-color: #010101;
}

.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(26, 26, 26, 0.5);
          box-shadow: 0 0 0 3px rgba(26, 26, 26, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

.btn-dark:active,
.btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  background-color: #070707;
  background-image: none;
  border-color: #010101;
}

.btn-darker {
  color: #fff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}

.btn-darker:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-darker:focus,
.btn-darker.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(13, 13, 13, 0.5);
          box-shadow: 0 0 0 3px rgba(13, 13, 13, 0.5);
}

.btn-darker.disabled,
.btn-darker:disabled {
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}

.btn-darker:active,
.btn-darker.active,
.show > .btn-darker.dropdown-toggle {
  background-color: black;
  background-image: none;
  border-color: black;
}

.btn-darkest {
  color: #fff;
  background-color: #111;
  border-color: #111;
}

.btn-darkest:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-darkest:focus,
.btn-darkest.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.5);
          box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.5);
}

.btn-darkest.disabled,
.btn-darkest:disabled {
  background-color: #111;
  border-color: #111;
}

.btn-darkest:active,
.btn-darkest.active,
.show > .btn-darkest.dropdown-toggle {
  background-color: black;
  background-image: none;
  border-color: black;
}

.btn-white {
  color: #111;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover {
  color: #111;
  background-color: #ececec;
  border-color: #e6e5e5;
}

.btn-white:focus,
.btn-white.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
  background-color: #fff;
  border-color: #fff;
}

.btn-white:active,
.btn-white.active,
.show > .btn-white.dropdown-toggle {
  background-color: #ececec;
  background-image: none;
  border-color: #e6e5e5;
}

.btn-outline-purple {
  color: #9CA8DE;
  background-color: transparent;
  background-image: none;
  border-color: #9CA8DE;
}

.btn-outline-purple:hover {
  color: #fff;
  background-color: #9CA8DE;
  border-color: #9CA8DE;
}

.btn-outline-purple:focus,
.btn-outline-purple.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(156, 168, 222, 0.5);
          box-shadow: 0 0 0 3px rgba(156, 168, 222, 0.5);
}

.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
  color: #9CA8DE;
  background-color: transparent;
}

.btn-outline-purple:active,
.btn-outline-purple.active,
.show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #9CA8DE;
  border-color: #9CA8DE;
}

.btn-outline-primary {
  color: #333;
  background-color: transparent;
  background-image: none;
  border-color: #333;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(51, 51, 51, 0.5);
          box-shadow: 0 0 0 3px rgba(51, 51, 51, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #333;
  background-color: transparent;
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-outline-secondary {
  color: #555;
  background-color: transparent;
  background-image: none;
  border-color: #555;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #555;
  border-color: #555;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(85, 85, 85, 0.5);
          box-shadow: 0 0 0 3px rgba(85, 85, 85, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #555;
  background-color: transparent;
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #555;
  border-color: #555;
}

.btn-outline-success {
  color: #66BB6A;
  background-color: transparent;
  background-image: none;
  border-color: #66BB6A;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #66BB6A;
  border-color: #66BB6A;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(102, 187, 106, 0.5);
          box-shadow: 0 0 0 3px rgba(102, 187, 106, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #66BB6A;
  background-color: transparent;
}

.btn-outline-success:active,
.btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #66BB6A;
  border-color: #66BB6A;
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:active,
.btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-danger {
  color: #DB2817;
  background-color: transparent;
  background-image: none;
  border-color: #DB2817;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #DB2817;
  border-color: #DB2817;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(219, 40, 23, 0.5);
          box-shadow: 0 0 0 3px rgba(219, 40, 23, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #DB2817;
  background-color: transparent;
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #DB2817;
  border-color: #DB2817;
}

.btn-outline-light {
  color: #E6E6E6;
  background-color: transparent;
  background-image: none;
  border-color: #E6E6E6;
}

.btn-outline-light:hover {
  color: #fff;
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(230, 230, 230, 0.5);
          box-shadow: 0 0 0 3px rgba(230, 230, 230, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #E6E6E6;
  background-color: transparent;
}

.btn-outline-light:active,
.btn-outline-light.active,
.show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}

.btn-outline-lighter {
  color: #fafafa;
  background-color: transparent;
  background-image: none;
  border-color: #fafafa;
}

.btn-outline-lighter:hover {
  color: #fff;
  background-color: #fafafa;
  border-color: #fafafa;
}

.btn-outline-lighter:focus,
.btn-outline-lighter.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(250, 250, 250, 0.5);
          box-shadow: 0 0 0 3px rgba(250, 250, 250, 0.5);
}

.btn-outline-lighter.disabled,
.btn-outline-lighter:disabled {
  color: #fafafa;
  background-color: transparent;
}

.btn-outline-lighter:active,
.btn-outline-lighter.active,
.show > .btn-outline-lighter.dropdown-toggle {
  color: #fff;
  background-color: #fafafa;
  border-color: #fafafa;
}

.btn-outline-medium {
  color: #B3B3B3;
  background-color: transparent;
  background-image: none;
  border-color: #B3B3B3;
}

.btn-outline-medium:hover {
  color: #fff;
  background-color: #B3B3B3;
  border-color: #B3B3B3;
}

.btn-outline-medium:focus,
.btn-outline-medium.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(179, 179, 179, 0.5);
          box-shadow: 0 0 0 3px rgba(179, 179, 179, 0.5);
}

.btn-outline-medium.disabled,
.btn-outline-medium:disabled {
  color: #B3B3B3;
  background-color: transparent;
}

.btn-outline-medium:active,
.btn-outline-medium.active,
.show > .btn-outline-medium.dropdown-toggle {
  color: #fff;
  background-color: #B3B3B3;
  border-color: #B3B3B3;
}

.btn-outline-dark {
  color: #1a1a1a;
  background-color: transparent;
  background-image: none;
  border-color: #1a1a1a;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(26, 26, 26, 0.5);
          box-shadow: 0 0 0 3px rgba(26, 26, 26, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #1a1a1a;
  background-color: transparent;
}

.btn-outline-dark:active,
.btn-outline-dark.active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

.btn-outline-darker {
  color: #0d0d0d;
  background-color: transparent;
  background-image: none;
  border-color: #0d0d0d;
}

.btn-outline-darker:hover {
  color: #fff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}

.btn-outline-darker:focus,
.btn-outline-darker.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(13, 13, 13, 0.5);
          box-shadow: 0 0 0 3px rgba(13, 13, 13, 0.5);
}

.btn-outline-darker.disabled,
.btn-outline-darker:disabled {
  color: #0d0d0d;
  background-color: transparent;
}

.btn-outline-darker:active,
.btn-outline-darker.active,
.show > .btn-outline-darker.dropdown-toggle {
  color: #fff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}

.btn-outline-darkest {
  color: #111;
  background-color: transparent;
  background-image: none;
  border-color: #111;
}

.btn-outline-darkest:hover {
  color: #fff;
  background-color: #111;
  border-color: #111;
}

.btn-outline-darkest:focus,
.btn-outline-darkest.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.5);
          box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.5);
}

.btn-outline-darkest.disabled,
.btn-outline-darkest:disabled {
  color: #111;
  background-color: transparent;
}

.btn-outline-darkest:active,
.btn-outline-darkest.active,
.show > .btn-outline-darkest.dropdown-toggle {
  color: #fff;
  background-color: #111;
  border-color: #111;
}

.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}

.btn-outline-white:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:focus,
.btn-outline-white.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-white:active,
.btn-outline-white.active,
.show > .btn-outline-white.dropdown-toggle {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.btn-link {
  color: #333;
  background-color: transparent;
  border: 0;
}

.btn-link:hover {
  color: #333;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #868e96;
}

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

.btn-sm {
  padding: 0.8rem 1.9rem;
  font-size: 1.3rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  padding-right: 0.51rem;
  position: relative;
}

.dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: 0.51rem;
  content: "";
  border-top: 0.5rem solid #808080;
  border-right: 0.3rem solid transparent;
  border-left: 0.3rem solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
}

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

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

.dropup .dropdown-toggle::before {
  border-top: 0;
  border-bottom: 0.6rem solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 100%;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.6rem;
  color: #333;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #E0E0E0;
}

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

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

.dropdown-item {
  display: block;
  padding: 0.7rem 0.9rem;
  clear: both;
  font-weight: 400;
  color: #555;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-item.active,
.dropdown-item:active {
  color: currentColor;
  text-decoration: none;
  background-color: #fff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

.show > a {
  outline: 0;
}

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

.nav-link {
  display: block;
  padding: 0 0;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #868e96;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #4d4d4d;
}

.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: transparent;
  border-color: #4d4d4d;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.4rem 3rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

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

@media (min-width: 768px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 992px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 1280px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 1600px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

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

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.navbar-expand .navbar-toggler {
  display: none;
}

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

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

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

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

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

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

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

.navbar-dark .navbar-brand {
  color: white;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: white;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #B3B3B3;
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: white;
}

.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 4px solid #E6E6E6;
  border-radius: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0;
}

.card-title {
  margin-bottom: 0;
}

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

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #B3B3B3;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0 0;
  margin-left: -1px;
  line-height: 3.6rem;
  color: #808080;
  background-color: #fff;
  border: 0 solid #ddd;
}

.page-link:focus,
.page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #B3B3B3;
  border-color: #ddd;
}

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

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.3rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.jumbotron {
  padding: 0 0;
  margin-bottom: 0;
  background-color: transparent;
}

@media (min-width: 768px) {
  .jumbotron {
    padding: 0 0;
  }
}

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0.4rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 0.4rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 0.4rem;
  text-align: center;
  background-color: #333;
  border-radius: 0;
}

.progress-bar {
  height: 0.4rem;
  line-height: 0.4rem;
  color: #fff;
  background-color: #fff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

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

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.modal-open {
  overflow: hidden;
}

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

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0 * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #000;
  background-clip: padding-box;
  border: 1px solid #333;
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 1;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 0 solid #e9ecef;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2rem;
  border-top: 0 solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    margin: 0 auto;
  }

  .modal-dialog-centered {
    min-height: 100%;
  }

  .modal-sm {
    max-width: 44rem;
  }
}

@media (min-width: 1280px) {
  .modal-lg {
    max-width: 124rem;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 10px;
  font-family: "AlrightSans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.3rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 1;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
}

.tooltip.bs-tooltip-top,
.tooltip.bs-tooltip-auto[x-placement^="top"] {
  padding: 5px 0;
}

.tooltip.bs-tooltip-top .arrow,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.bs-tooltip-right,
.tooltip.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 5px;
}

.tooltip.bs-tooltip-right .arrow,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
}

.tooltip.bs-tooltip-right .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.bs-tooltip-bottom,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 5px 0;
}

.tooltip.bs-tooltip-bottom .arrow,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bs-tooltip-left,
.tooltip.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 5px;
}

.tooltip.bs-tooltip-left .arrow,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
}

.tooltip.bs-tooltip-left .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tooltip-inner {
  max-width: 130px;
  padding: 6px 11px;
  color: #ccc;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
}

.carousel {
  position: relative;
}

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

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

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

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.6rem;
  color: #fff;
  text-align: center;
  opacity: 0.3;
}

.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/left-arrow.svg);
}

.carousel-control-next-icon {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/right-arrow.svg);
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 2rem;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 1.6rem;
  margin-left: 1.6rem;
  margin-bottom: 0;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.4rem;
  margin-left: 0.4rem;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.4rem;
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

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

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

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

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

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

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

.bg-purple {
  background-color: #9CA8DE !important;
}

a.bg-purple:focus,
a.bg-purple:hover {
  background-color: #7686d1 !important;
}

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

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

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

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

.bg-success {
  background-color: #66BB6A !important;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #49a54e !important;
}

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

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

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

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

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

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

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

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

.bg-lighter {
  background-color: #fafafa !important;
}

a.bg-lighter:focus,
a.bg-lighter:hover {
  background-color: #e1e0e0 !important;
}

.bg-medium {
  background-color: #B3B3B3 !important;
}

a.bg-medium:focus,
a.bg-medium:hover {
  background-color: #9a9999 !important;
}

.bg-dark {
  background-color: #1a1a1a !important;
}

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

.bg-darker {
  background-color: #0d0d0d !important;
}

a.bg-darker:focus,
a.bg-darker:hover {
  background-color: black !important;
}

.bg-darkest {
  background-color: #111 !important;
}

a.bg-darkest:focus,
a.bg-darkest:hover {
  background-color: black !important;
}

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

a.bg-white:focus,
a.bg-white:hover {
  background-color: #e6e5e5 !important;
}

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

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

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

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

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

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

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

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

.border-purple {
  border-color: #9CA8DE !important;
}

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

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

.border-success {
  border-color: #66BB6A !important;
}

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

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

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

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

.border-lighter {
  border-color: #fafafa !important;
}

.border-medium {
  border-color: #B3B3B3 !important;
}

.border-dark {
  border-color: #1a1a1a !important;
}

.border-darker {
  border-color: #0d0d0d !important;
}

.border-darkest {
  border-color: #111 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .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-cell {
    display: table-cell !important;
  }

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

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

@media (min-width: 992px) {
  .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-cell {
    display: table-cell !important;
  }

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

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

@media (min-width: 1280px) {
  .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-cell {
    display: table-cell !important;
  }

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

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

@media (min-width: 1600px) {
  .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-cell {
    display: table-cell !important;
  }

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

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

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

@media print {
  .d-print-block {
    display: block !important;
  }
}

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

@media print {
  .d-print-inline {
    display: inline !important;
  }
}

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

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

@media print {
  .d-print-none {
    display: none !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1600px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

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

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

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

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

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

.mx-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mx-4 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

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

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

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

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

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

.mx-5 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

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

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

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

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

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

.mx-6 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

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

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

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

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

.ml-7 {
  margin-left: 7rem !important;
}

.mx-7 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.my-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

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

.mt-8 {
  margin-top: 8rem !important;
}

.mr-8 {
  margin-right: 8rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.ml-8 {
  margin-left: 8rem !important;
}

.mx-8 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

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

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

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

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

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

.px-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.px-4 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

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

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

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

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

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

.px-5 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

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

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

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

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

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

.px-6 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

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

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

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

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

.pl-7 {
  padding-left: 7rem !important;
}

.px-7 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

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

.pt-8 {
  padding-top: 8rem !important;
}

.pr-8 {
  padding-right: 8rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pl-8 {
  padding-left: 8rem !important;
}

.px-8 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

  .mt-sm-1 {
    margin-top: 1rem !important;
  }

  .mr-sm-1 {
    margin-right: 1rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-1 {
    margin-left: 1rem !important;
  }

  .mx-sm-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

  .mt-sm-2 {
    margin-top: 2rem !important;
  }

  .mr-sm-2 {
    margin-right: 2rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-2 {
    margin-left: 2rem !important;
  }

  .mx-sm-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

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

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

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

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

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

  .mx-sm-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

  .mt-sm-4 {
    margin-top: 4rem !important;
  }

  .mr-sm-4 {
    margin-right: 4rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-4 {
    margin-left: 4rem !important;
  }

  .mx-sm-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

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

  .mt-sm-5 {
    margin-top: 5rem !important;
  }

  .mr-sm-5 {
    margin-right: 5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-5 {
    margin-left: 5rem !important;
  }

  .mx-sm-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

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

  .mt-sm-6 {
    margin-top: 6rem !important;
  }

  .mr-sm-6 {
    margin-right: 6rem !important;
  }

  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-6 {
    margin-left: 6rem !important;
  }

  .mx-sm-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

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

  .mt-sm-7 {
    margin-top: 7rem !important;
  }

  .mr-sm-7 {
    margin-right: 7rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }

  .ml-sm-7 {
    margin-left: 7rem !important;
  }

  .mx-sm-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .m-sm-8 {
    margin: 8rem !important;
  }

  .mt-sm-8 {
    margin-top: 8rem !important;
  }

  .mr-sm-8 {
    margin-right: 8rem !important;
  }

  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }

  .ml-sm-8 {
    margin-left: 8rem !important;
  }

  .mx-sm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

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

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

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

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

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

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

  .pt-sm-1 {
    padding-top: 1rem !important;
  }

  .pr-sm-1 {
    padding-right: 1rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-1 {
    padding-left: 1rem !important;
  }

  .px-sm-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

  .pt-sm-2 {
    padding-top: 2rem !important;
  }

  .pr-sm-2 {
    padding-right: 2rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-2 {
    padding-left: 2rem !important;
  }

  .px-sm-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

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

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

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

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

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

  .px-sm-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .pt-sm-4 {
    padding-top: 4rem !important;
  }

  .pr-sm-4 {
    padding-right: 4rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-4 {
    padding-left: 4rem !important;
  }

  .px-sm-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

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

  .pt-sm-5 {
    padding-top: 5rem !important;
  }

  .pr-sm-5 {
    padding-right: 5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-5 {
    padding-left: 5rem !important;
  }

  .px-sm-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

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

  .pt-sm-6 {
    padding-top: 6rem !important;
  }

  .pr-sm-6 {
    padding-right: 6rem !important;
  }

  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-6 {
    padding-left: 6rem !important;
  }

  .px-sm-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

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

  .pt-sm-7 {
    padding-top: 7rem !important;
  }

  .pr-sm-7 {
    padding-right: 7rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }

  .pl-sm-7 {
    padding-left: 7rem !important;
  }

  .px-sm-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .p-sm-8 {
    padding: 8rem !important;
  }

  .pt-sm-8 {
    padding-top: 8rem !important;
  }

  .pr-sm-8 {
    padding-right: 8rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }

  .pl-sm-8 {
    padding-left: 8rem !important;
  }

  .px-sm-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

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

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

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

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

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

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

  .mt-md-1 {
    margin-top: 1rem !important;
  }

  .mr-md-1 {
    margin-right: 1rem !important;
  }

  .mb-md-1 {
    margin-bottom: 1rem !important;
  }

  .ml-md-1 {
    margin-left: 1rem !important;
  }

  .mx-md-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

  .mt-md-2 {
    margin-top: 2rem !important;
  }

  .mr-md-2 {
    margin-right: 2rem !important;
  }

  .mb-md-2 {
    margin-bottom: 2rem !important;
  }

  .ml-md-2 {
    margin-left: 2rem !important;
  }

  .mx-md-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

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

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

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

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

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

  .mx-md-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

  .mt-md-4 {
    margin-top: 4rem !important;
  }

  .mr-md-4 {
    margin-right: 4rem !important;
  }

  .mb-md-4 {
    margin-bottom: 4rem !important;
  }

  .ml-md-4 {
    margin-left: 4rem !important;
  }

  .mx-md-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

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

  .mt-md-5 {
    margin-top: 5rem !important;
  }

  .mr-md-5 {
    margin-right: 5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 5rem !important;
  }

  .ml-md-5 {
    margin-left: 5rem !important;
  }

  .mx-md-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

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

  .mt-md-6 {
    margin-top: 6rem !important;
  }

  .mr-md-6 {
    margin-right: 6rem !important;
  }

  .mb-md-6 {
    margin-bottom: 6rem !important;
  }

  .ml-md-6 {
    margin-left: 6rem !important;
  }

  .mx-md-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

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

  .mt-md-7 {
    margin-top: 7rem !important;
  }

  .mr-md-7 {
    margin-right: 7rem !important;
  }

  .mb-md-7 {
    margin-bottom: 7rem !important;
  }

  .ml-md-7 {
    margin-left: 7rem !important;
  }

  .mx-md-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .m-md-8 {
    margin: 8rem !important;
  }

  .mt-md-8 {
    margin-top: 8rem !important;
  }

  .mr-md-8 {
    margin-right: 8rem !important;
  }

  .mb-md-8 {
    margin-bottom: 8rem !important;
  }

  .ml-md-8 {
    margin-left: 8rem !important;
  }

  .mx-md-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

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

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

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

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

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

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

  .pt-md-1 {
    padding-top: 1rem !important;
  }

  .pr-md-1 {
    padding-right: 1rem !important;
  }

  .pb-md-1 {
    padding-bottom: 1rem !important;
  }

  .pl-md-1 {
    padding-left: 1rem !important;
  }

  .px-md-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

  .pt-md-2 {
    padding-top: 2rem !important;
  }

  .pr-md-2 {
    padding-right: 2rem !important;
  }

  .pb-md-2 {
    padding-bottom: 2rem !important;
  }

  .pl-md-2 {
    padding-left: 2rem !important;
  }

  .px-md-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

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

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

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

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

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

  .px-md-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .pt-md-4 {
    padding-top: 4rem !important;
  }

  .pr-md-4 {
    padding-right: 4rem !important;
  }

  .pb-md-4 {
    padding-bottom: 4rem !important;
  }

  .pl-md-4 {
    padding-left: 4rem !important;
  }

  .px-md-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

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

  .pt-md-5 {
    padding-top: 5rem !important;
  }

  .pr-md-5 {
    padding-right: 5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 5rem !important;
  }

  .pl-md-5 {
    padding-left: 5rem !important;
  }

  .px-md-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

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

  .pt-md-6 {
    padding-top: 6rem !important;
  }

  .pr-md-6 {
    padding-right: 6rem !important;
  }

  .pb-md-6 {
    padding-bottom: 6rem !important;
  }

  .pl-md-6 {
    padding-left: 6rem !important;
  }

  .px-md-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

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

  .pt-md-7 {
    padding-top: 7rem !important;
  }

  .pr-md-7 {
    padding-right: 7rem !important;
  }

  .pb-md-7 {
    padding-bottom: 7rem !important;
  }

  .pl-md-7 {
    padding-left: 7rem !important;
  }

  .px-md-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .p-md-8 {
    padding: 8rem !important;
  }

  .pt-md-8 {
    padding-top: 8rem !important;
  }

  .pr-md-8 {
    padding-right: 8rem !important;
  }

  .pb-md-8 {
    padding-bottom: 8rem !important;
  }

  .pl-md-8 {
    padding-left: 8rem !important;
  }

  .px-md-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

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

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

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

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

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

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1280px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

  .mt-lg-1 {
    margin-top: 1rem !important;
  }

  .mr-lg-1 {
    margin-right: 1rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-1 {
    margin-left: 1rem !important;
  }

  .mx-lg-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

  .mt-lg-2 {
    margin-top: 2rem !important;
  }

  .mr-lg-2 {
    margin-right: 2rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-2 {
    margin-left: 2rem !important;
  }

  .mx-lg-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

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

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

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

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

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

  .mx-lg-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

  .mt-lg-4 {
    margin-top: 4rem !important;
  }

  .mr-lg-4 {
    margin-right: 4rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-4 {
    margin-left: 4rem !important;
  }

  .mx-lg-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

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

  .mt-lg-5 {
    margin-top: 5rem !important;
  }

  .mr-lg-5 {
    margin-right: 5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-5 {
    margin-left: 5rem !important;
  }

  .mx-lg-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

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

  .mt-lg-6 {
    margin-top: 6rem !important;
  }

  .mr-lg-6 {
    margin-right: 6rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-6 {
    margin-left: 6rem !important;
  }

  .mx-lg-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

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

  .mt-lg-7 {
    margin-top: 7rem !important;
  }

  .mr-lg-7 {
    margin-right: 7rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }

  .ml-lg-7 {
    margin-left: 7rem !important;
  }

  .mx-lg-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .m-lg-8 {
    margin: 8rem !important;
  }

  .mt-lg-8 {
    margin-top: 8rem !important;
  }

  .mr-lg-8 {
    margin-right: 8rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }

  .ml-lg-8 {
    margin-left: 8rem !important;
  }

  .mx-lg-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

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

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

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

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

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

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

  .pt-lg-1 {
    padding-top: 1rem !important;
  }

  .pr-lg-1 {
    padding-right: 1rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-1 {
    padding-left: 1rem !important;
  }

  .px-lg-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

  .pt-lg-2 {
    padding-top: 2rem !important;
  }

  .pr-lg-2 {
    padding-right: 2rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-2 {
    padding-left: 2rem !important;
  }

  .px-lg-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

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

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

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

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

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

  .px-lg-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .pt-lg-4 {
    padding-top: 4rem !important;
  }

  .pr-lg-4 {
    padding-right: 4rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-4 {
    padding-left: 4rem !important;
  }

  .px-lg-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

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

  .pt-lg-5 {
    padding-top: 5rem !important;
  }

  .pr-lg-5 {
    padding-right: 5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-5 {
    padding-left: 5rem !important;
  }

  .px-lg-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

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

  .pt-lg-6 {
    padding-top: 6rem !important;
  }

  .pr-lg-6 {
    padding-right: 6rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-6 {
    padding-left: 6rem !important;
  }

  .px-lg-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

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

  .pt-lg-7 {
    padding-top: 7rem !important;
  }

  .pr-lg-7 {
    padding-right: 7rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }

  .pl-lg-7 {
    padding-left: 7rem !important;
  }

  .px-lg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .p-lg-8 {
    padding: 8rem !important;
  }

  .pt-lg-8 {
    padding-top: 8rem !important;
  }

  .pr-lg-8 {
    padding-right: 8rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }

  .pl-lg-8 {
    padding-left: 8rem !important;
  }

  .px-lg-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

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

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

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

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

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

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1600px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

  .mt-xl-1 {
    margin-top: 1rem !important;
  }

  .mr-xl-1 {
    margin-right: 1rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-1 {
    margin-left: 1rem !important;
  }

  .mx-xl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

  .mt-xl-2 {
    margin-top: 2rem !important;
  }

  .mr-xl-2 {
    margin-right: 2rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-2 {
    margin-left: 2rem !important;
  }

  .mx-xl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .my-xl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

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

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

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

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

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

  .mx-xl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

  .mt-xl-4 {
    margin-top: 4rem !important;
  }

  .mr-xl-4 {
    margin-right: 4rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-4 {
    margin-left: 4rem !important;
  }

  .mx-xl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .my-xl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

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

  .mt-xl-5 {
    margin-top: 5rem !important;
  }

  .mr-xl-5 {
    margin-right: 5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-5 {
    margin-left: 5rem !important;
  }

  .mx-xl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .my-xl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

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

  .mt-xl-6 {
    margin-top: 6rem !important;
  }

  .mr-xl-6 {
    margin-right: 6rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-6 {
    margin-left: 6rem !important;
  }

  .mx-xl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

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

  .mt-xl-7 {
    margin-top: 7rem !important;
  }

  .mr-xl-7 {
    margin-right: 7rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }

  .ml-xl-7 {
    margin-left: 7rem !important;
  }

  .mx-xl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .my-xl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .m-xl-8 {
    margin: 8rem !important;
  }

  .mt-xl-8 {
    margin-top: 8rem !important;
  }

  .mr-xl-8 {
    margin-right: 8rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }

  .ml-xl-8 {
    margin-left: 8rem !important;
  }

  .mx-xl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .my-xl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

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

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

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

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

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

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

  .pt-xl-1 {
    padding-top: 1rem !important;
  }

  .pr-xl-1 {
    padding-right: 1rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-1 {
    padding-left: 1rem !important;
  }

  .px-xl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

  .pt-xl-2 {
    padding-top: 2rem !important;
  }

  .pr-xl-2 {
    padding-right: 2rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-2 {
    padding-left: 2rem !important;
  }

  .px-xl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .py-xl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

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

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

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

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

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

  .px-xl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .pt-xl-4 {
    padding-top: 4rem !important;
  }

  .pr-xl-4 {
    padding-right: 4rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-4 {
    padding-left: 4rem !important;
  }

  .px-xl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-xl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

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

  .pt-xl-5 {
    padding-top: 5rem !important;
  }

  .pr-xl-5 {
    padding-right: 5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-5 {
    padding-left: 5rem !important;
  }

  .px-xl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .py-xl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

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

  .pt-xl-6 {
    padding-top: 6rem !important;
  }

  .pr-xl-6 {
    padding-right: 6rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-6 {
    padding-left: 6rem !important;
  }

  .px-xl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

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

  .pt-xl-7 {
    padding-top: 7rem !important;
  }

  .pr-xl-7 {
    padding-right: 7rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 7rem !important;
  }

  .pl-xl-7 {
    padding-left: 7rem !important;
  }

  .px-xl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .py-xl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .p-xl-8 {
    padding: 8rem !important;
  }

  .pt-xl-8 {
    padding-top: 8rem !important;
  }

  .pr-xl-8 {
    padding-right: 8rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }

  .pl-xl-8 {
    padding-left: 8rem !important;
  }

  .px-xl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .py-xl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

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

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

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

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

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

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-weight-bold {
  font-weight: 500;
}

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

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

.text-purple {
  color: #9CA8DE !important;
}

a.text-purple:focus,
a.text-purple:hover {
  color: #7686d1 !important;
}

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

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

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

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

.text-success {
  color: #66BB6A !important;
}

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

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

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

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

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

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

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

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

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

.text-lighter {
  color: #fafafa !important;
}

a.text-lighter:focus,
a.text-lighter:hover {
  color: #e1e0e0 !important;
}

.text-medium {
  color: #B3B3B3 !important;
}

a.text-medium:focus,
a.text-medium:hover {
  color: #9a9999 !important;
}

.text-dark {
  color: #1a1a1a !important;
}

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

.text-darker {
  color: #0d0d0d !important;
}

a.text-darker:focus,
a.text-darker:hover {
  color: black !important;
}

.text-darkest {
  color: #111 !important;
}

a.text-darkest:focus,
a.text-darkest:hover {
  color: black !important;
}

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

a.text-white:focus,
a.text-white:hover {
  color: #e6e5e5 !important;
}

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: August 10, 2017
 */

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

@media (max-width: 991px) {
  .swiper-container {
    margin-right: -20px;
  }
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 1.6rem;
  height: 3.2rem;
  margin-top: -1.6rem;
  z-index: 10;
  cursor: pointer;
  background-size: 1.6rem 3.2rem;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .3;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: .6;
}

@media (min-width: 992px) and (max-width: 1439px) {
  .swiper-button-prev,
  .swiper-button-next {
    margin-top: -2.6rem;
    width: 3.2rem;
    height: 5.2rem;
    background-color: #fff;
    opacity: .7;
  }

  .bg-darker .swiper-button-prev,
  .bg-black .swiper-button-prev,
  .bg-darker
  .swiper-button-next,
  .bg-black
  .swiper-button-next {
    background-color: #0d0d0d;
  }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/left-arrow.svg);
  right: inherit;
}

.bg-darker .swiper-button-prev,
.bg-black .swiper-button-prev,
.bg-darker
.swiper-container-rtl .swiper-button-next,
.bg-black
.swiper-container-rtl .swiper-button-next {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/left-arrow-white.svg);
}

@media (min-width: 1440px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: -4.6rem;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/right-arrow.svg);
  left: inherit;
}

.bg-darker .swiper-button-next,
.bg-black .swiper-button-next,
.bg-darker
.swiper-container-rtl .swiper-button-prev,
.bg-black
.swiper-container-rtl .swiper-button-prev {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/right-arrow-white.svg);
}

@media (min-width: 1440px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -4.6rem;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Fade */

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Preloader */

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.typeahead__container {
  /**
     * Restore the font weight unset by the previous rule.
     */
  /**
     * Show the overflow in IE.
     * 1. Show the overflow in Edge.
     */
  /**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
  /**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
  /**
     * Remove the inner border and padding in Firefox.
     */
  /**
     * Restore the focus styles unset by the previous rule.
     */
  /**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
  /**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
  /**
     * Remove the default vertical scrollbar in IE.
     */
  /**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
  /**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
  /**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
  /**
     * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
     */
  /**
     * Correct the text style of placeholders in Chrome, Edge, and Safari.
     */
  /**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
}

.typeahead__container button,
.typeahead__container input,
.typeahead__container optgroup,
.typeahead__container select,
.typeahead__container textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

.typeahead__container optgroup {
  font-weight: bold;
}

.typeahead__container button,
.typeahead__container input {
  /* 1 */
  overflow: visible;
}

.typeahead__container button,
.typeahead__container select {
  /* 1 */
  text-transform: none;
}

.typeahead__container button,
.typeahead__container html [type="button"],
.typeahead__container [type="reset"],
.typeahead__container [type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

.typeahead__container button:-moz-focusring,
.typeahead__container [type="button"]:-moz-focusring,
.typeahead__container [type="reset"]:-moz-focusring,
.typeahead__container [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.typeahead__container fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

.typeahead__container legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

.typeahead__container textarea {
  overflow: auto;
}

.typeahead__container [type="checkbox"],
.typeahead__container [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

.typeahead__container [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

.typeahead__container ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

.typeahead__container ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

.typeahead__container {
  position: relative;
  font: 1rem Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.typeahead__container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

.typeahead__query {
  position: relative;
  z-index: 2;
  width: 100%;
}

.typeahead__filter {
  position: relative;
}

.typeahead__filter button {
  min-width: 100%;
  white-space: nowrap;
}

.typeahead__filter button:after {
  display: inline-block;
  margin-left: 4px;
  width: 0;
  height: 0;
  vertical-align: -2px;
  content: "";
  border: 4px solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.typeahead__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.typeahead__button button {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.typeahead__field {
  color: #555;
}

.typeahead__field input,
.typeahead__field textarea,
.typeahead__field [contenteditable],
.typeahead__field .typeahead__hint {
  display: block;
  width: 100%;
  line-height: 1.25;
  min-height: calc(0.5rem * 2 + 1.25rem + 2px);
  padding: 0.5rem 0.75rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px 0 0 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.typeahead__field input:focus,
.typeahead__field input:active,
.typeahead__field textarea:focus,
.typeahead__field textarea:active,
.typeahead__field [contenteditable]:focus,
.typeahead__field [contenteditable]:active,
.typeahead__field .typeahead__hint:focus,
.typeahead__field .typeahead__hint:active {
  border-color: #66afe9;
}

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

.typeahead__field input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.typeahead__container.hint .typeahead__field input,
.typeahead__container.hint .typeahead__field textarea,
.typeahead__container.hint .typeahead__field [contenteditable] {
  background: transparent;
}

.typeahead__container.hint .typeahead__query > :last-child,
.typeahead__hint {
  background: #fff;
}

.typeahead__container button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  line-height: 1.25;
  padding: 0.5rem 0.75rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #555;
}

.typeahead__container button:hover,
.typeahead__container button:focus {
  color: #3c3c3c;
  background-color: #f5f5f5;
  border-color: #b3b3b3;
}

.typeahead__container button:active,
.typeahead__container button.active {
  background-image: none;
}

.typeahead__container button:focus,
.typeahead__container button:active {
  border-color: #66afe9;
}

.typeahead__container input.disabled,
.typeahead__container input[disabled],
.typeahead__container button.disabled,
.typeahead__container button[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border-color: #ccc;
}

.typeahead__container .typeahead__field input,
.typeahead__container .typeahead__field textarea,
.typeahead__container .typeahead__field [contenteditable],
.typeahead__container .typeahead__field .typeahead__hint,
.typeahead__container .typeahead__field .typeahead__label-container {
  padding-right: 32px;
}

.typeahead__filter,
.typeahead__button {
  z-index: 1;
}

.typeahead__filter button,
.typeahead__button button {
  margin-left: -1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.typeahead__filter:hover,
.typeahead__filter:active,
.typeahead__filter:focus,
.typeahead__button:hover,
.typeahead__button:active,
.typeahead__button:focus {
  z-index: 1001;
}

.typeahead__filter:hover button:focus,
.typeahead__filter:hover button:active,
.typeahead__filter:active button:focus,
.typeahead__filter:active button:active,
.typeahead__filter:focus button:focus,
.typeahead__filter:focus button:active,
.typeahead__button:hover button:focus,
.typeahead__button:hover button:active,
.typeahead__button:active button:focus,
.typeahead__button:active button:active,
.typeahead__button:focus button:focus,
.typeahead__button:focus button:active {
  z-index: 1001;
}

.typeahead__filter + .typeahead__button button {
  margin-left: -2px;
}

.typeahead__container.filter .typeahead__filter {
  z-index: 1001;
}

.typeahead__list,
.typeahead__dropdown {
  position: absolute;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-clip: padding-box;
}

.typeahead__result.detached .typeahead__list {
  position: relative;
  z-index: 1041;
  top: initial;
  left: initial;
}

.typeahead__dropdown {
  right: 0;
  left: initial;
  z-index: 1001;
}

.typeahead__list > li {
  position: relative;
  border-top: solid 1px #ccc;
}

.typeahead__list > li:first-child {
  border-top: none;
}

.typeahead__list > li[disabled] > a,
.typeahead__dropdown > li[disabled] > a {
  cursor: not-allowed;
  color: #bababa;
  background-color: #fafafa;
}

.typeahead__list > li > a,
.typeahead__dropdown > li > a {
  display: block;
  padding: 0.5rem 0.75rem;
  clear: both;
  color: #333;
  text-decoration: none;
}

.typeahead__list > li:not([disabled]) > a:hover,
.typeahead__list > li:not([disabled]) > a:focus,
.typeahead__list > li:not([disabled]).active > a,
.typeahead__dropdown > li:not([disabled]) > a:hover,
.typeahead__dropdown > li:not([disabled]) > a:focus,
.typeahead__dropdown > li:not([disabled]).active > a {
  background-color: #f5f5f5;
  color: #3c3c3c;
}

.typeahead__list.empty > li {
  padding: 0.5rem 0.75rem;
  color: #333;
}

.typeahead__list > li.typeahead__group {
  border-color: #bfdef6;
  font-weight: bold;
}

.typeahead__list > li.typeahead__group:first-child {
  border-top: solid 1px #bfdef6;
}

.typeahead__list > li.typeahead__group > a,
.typeahead__list > li.typeahead__group > a:hover,
.typeahead__list > li.typeahead__group > a:focus,
.typeahead__list > li.typeahead__group.active > a {
  cursor: default;
  color: #17639f;
  background: #ecf5fc;
}

.typeahead__list > li.typeahead__group + li.typeahead__item {
  border-color: #bfdef6;
}

.typeahead__container.result .typeahead__list,
.typeahead__container.filter .typeahead__dropdown,
.typeahead__container.hint .typeahead__hint,
.typeahead__container.backdrop + .typeahead__backdrop {
  display: block !important;
}

.typeahead__container .typeahead__list,
.typeahead__container .typeahead__dropdown,
.typeahead__container .typeahead__hint,
.typeahead__container + .typeahead__backdrop {
  display: none !important;
}

.typeahead__dropdown li:last-child {
  margin-top: 5px;
  padding-top: 5px;
  border-top: solid 1px #ccc;
}

.typeahead__cancel-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  right: 0;
  cursor: pointer;
  line-height: 1.25;
  padding: 0.5rem 0.75rem;
  visibility: hidden;
}

.typeahead__label .typeahead__cancel-button {
  visibility: visible;
  right: 4px;
}

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button,
.typeahead__label .typeahead__cancel-button {
  visibility: visible;
}

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button:hover,
.typeahead__label .typeahead__cancel-button:hover {
  color: #d0021b;
}

.typeahead__search-icon {
  padding: 0 1.25rem;
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1MC4zMTMgMjUwLjMxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUwLjMxMyAyNTAuMzEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJTZWFyY2giPgoJPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTI0NC4xODYsMjE0LjYwNGwtNTQuMzc5LTU0LjM3OGMtMC4yODktMC4yODktMC42MjgtMC40OTEtMC45My0wLjc2ICAgYzEwLjctMTYuMjMxLDE2Ljk0NS0zNS42NiwxNi45NDUtNTYuNTU0QzIwNS44MjIsNDYuMDc1LDE1OS43NDcsMCwxMDIuOTExLDBTMCw0Ni4wNzUsMCwxMDIuOTExICAgYzAsNTYuODM1LDQ2LjA3NCwxMDIuOTExLDEwMi45MSwxMDIuOTExYzIwLjg5NSwwLDQwLjMyMy02LjI0NSw1Ni41NTQtMTYuOTQ1YzAuMjY5LDAuMzAxLDAuNDcsMC42NCwwLjc1OSwwLjkyOWw1NC4zOCw1NC4zOCAgIGM4LjE2OSw4LjE2OCwyMS40MTMsOC4xNjgsMjkuNTgzLDBDMjUyLjM1NCwyMzYuMDE3LDI1Mi4zNTQsMjIyLjc3MywyNDQuMTg2LDIxNC42MDR6IE0xMDIuOTExLDE3MC4xNDYgICBjLTM3LjEzNCwwLTY3LjIzNi0zMC4xMDItNjcuMjM2LTY3LjIzNWMwLTM3LjEzNCwzMC4xMDMtNjcuMjM2LDY3LjIzNi02Ny4yMzZjMzcuMTMyLDAsNjcuMjM1LDMwLjEwMyw2Ny4yMzUsNjcuMjM2ICAgQzE3MC4xNDYsMTQwLjA0NCwxNDAuMDQzLDE3MC4xNDYsMTAyLjkxMSwxNzAuMTQ2eiIgZmlsbD0iIzU1NTU1NSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat scroll center center transparent;
}

.typeahead__container.loading .typeahead__query:before,
.typeahead__container.loading .typeahead__query:after {
  -webkit-transition: all 0s linear, opacity 0.2s ease;
  transition: all 0s linear, opacity 0.2s ease;
  position: absolute;
  z-index: 3;
  content: "";
  top: 50%;
  right: 0.55em;
  margin-top: -0.675rem;
  width: 1.35rem;
  height: 1.35rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 500rem;
  border-style: solid;
  border-width: 0.1em;
}

.typeahead__container.loading .typeahead__query:before {
  border-color: rgba(0, 0, 0, 0.35);
}

.typeahead__container.loading .typeahead__query:after {
  -webkit-animation: button-spin 0.6s linear;
  animation: button-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-color: #fff transparent transparent;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
}

@-webkit-keyframes button-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes button-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.typeahead__label-container {
  list-style: none;
  position: absolute;
  padding-top: calc(1rem * 0.375);
  padding-left: 6px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.typeahead__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: calc(1rem * 0.875);
  position: relative;
  background: #ecf5fc;
  border: solid 1px #c2e0ff;
  padding-left: 4px;
  border-radius: 2px;
  margin-right: 4px;
  margin-bottom: calc(1rem * 0.375);
}

.typeahead__label > * {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.typeahead__label .typeahead__cancel-button {
  line-height: normal;
  height: auto;
  position: static;
  padding-top: calc(1rem * 0.25 - 1px);
  padding-bottom: calc(1rem * 0.25 + 1px);
  padding-left: 6px;
  padding-right: 6px;
  margin-left: 4px;
  font-size: calc(1rem * 0.875);
  border-left: solid 1px #c2e0ff;
}

.typeahead__label .typeahead__cancel-button:hover {
  background-color: #d5e9f9;
}

/* scss/base/_animations.scss */

.animated {
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInHalf {
  from {
    opacity: 0;
  }

  to {
    opacity: .5;
  }
}

@keyframes fadeInHalf {
  from {
    opacity: 0;
  }

  to {
    opacity: .5;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeInRightCenter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -50%, 0);
            transform: translate3d(100%, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}

@keyframes fadeInRightCenter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -50%, 0);
            transform: translate3d(100%, -50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
@-webkit-keyframes fadeInRightCenter {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, -50%, 0);
              transform: translate3d(100%, -50%, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
    }
}
@keyframes fadeInRightCenter {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, -50%, 0);
              transform: translate3d(100%, -50%, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
    }
}
}

.fadeInRightCenter {
  -webkit-animation-name: fadeInRightCenter;
          animation-name: fadeInRightCenter;
}

@-webkit-keyframes fadeInRightShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2rem, 0, 0);
            transform: translate3d(2rem, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2rem, 0, 0);
            transform: translate3d(2rem, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightShort {
  -webkit-animation-name: fadeInRightShort;
          animation-name: fadeInRightShort;
}

@-webkit-keyframes fadeOutRightShort {
  from {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2rem, 0, 0);
            transform: translate3d(2rem, 0, 0);
  }
}

@keyframes fadeOutRightShort {
  from {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2rem, 0, 0);
            transform: translate3d(2rem, 0, 0);
  }
}

.fadeOutRightShort {
  -webkit-animation-name: fadeOutRightShort;
          animation-name: fadeOutRightShort;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeInUpShort {
  -webkit-animation-name: fadeInUpShort;
          animation-name: fadeInUpShort;
}

@-webkit-keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownShort {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
}

@keyframes fadeOutDownShort {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
}

.fadeOutDownShort {
  -webkit-animation-name: fadeOutDownShort;
          animation-name: fadeOutDownShort;
}

@-webkit-keyframes zoomScale {
  0% {
    -webkit-transform: scale(1.2) rotate(0.02deg);
            transform: scale(1.2) rotate(0.02deg);
  }

  to {
    -webkit-transform: scale(1) rotate(0.02deg);
            transform: scale(1) rotate(0.02deg);
  }
}

@keyframes zoomScale {
  0% {
    -webkit-transform: scale(1.2) rotate(0.02deg);
            transform: scale(1.2) rotate(0.02deg);
  }

  to {
    -webkit-transform: scale(1) rotate(0.02deg);
            transform: scale(1) rotate(0.02deg);
  }
}

.zoomScale {
  -webkit-animation-name: zoomScale;
          animation-name: zoomScale;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.animate-rotate {
  -webkit-animation-name: rotate;
          animation-name: rotate;
}

@-webkit-keyframes fakeAnimation {
  0% {
    background: rgba(0, 0, 0, 0);
  }

  to {
    background: rgba(255, 255, 255, 0);
  }
}

@keyframes fakeAnimation {
  0% {
    background: rgba(0, 0, 0, 0);
  }

  to {
    background: rgba(255, 255, 255, 0);
  }
}

.fakeAnimation {
  -webkit-animation-name: fakeAnimation;
          animation-name: fakeAnimation;
}

.dim {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1029;
  -webkit-animation: fadeOut 300ms;
          animation: fadeOut 300ms;
  background: rgba(0, 0, 0, 0.85);
  display: none;
}

@media (min-width: 992px) {
  .dim {
    background: rgba(0, 0, 0, 0.2);
  }
}

.dim.show {
  -webkit-animation: fadeIn 500ms;
          animation: fadeIn 500ms;
}

.dim.opaque {
  opacity: 1;
}

.img-scale-hover {
  overflow: hidden;
  display: block;
}

.img-scale-hover .img-scale {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1.005);
          transform: scale(1.005);
  width: 100%;
}

.img-scale-hover:hover,
.img-scale-hover:focus {
  outline: none;
}

.img-scale-hover:hover .img-scale,
.img-scale-hover:focus .img-scale {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@-webkit-keyframes angleDownMovement {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes angleDownMovement {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.angleDownMovement {
  -webkit-animation: angleDownMovement 1.5s ease-in-out infinite;
          animation: angleDownMovement 1.5s ease-in-out infinite;
}

/* scss/base/_colors.scss */

.text-medium a,
.bg-darker .text-medium a {
  color: #B3B3B3;
}

.bg-darker .text-medium a:hover,
.bg-darker .text-medium a:focus {
  color: #fff;
}

.bg-body-img .text-medium {
  color: #fff !important;
}

[class*="bg-"][class*="black"],
.bg-body-img {
  color: #fff;
}

[class*="bg-"][class*="black"] a,
.bg-body-img a {
  color: #fff;
}

.bg-body-img .text-muted {
  color: #fff !important;
}

.bg-darker {
  color: #fff;
}

.bg-darker a {
  color: #fff;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.bg-hover {
  display: block;
  position: relative;
  z-index: 10;
}

.bg-hover:after {
  background: rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: background 1s;
  transition: background 1s;
  z-index: 1;
  border-radius: inherit;
}

.bg-hover:hover:after,
.bg-hover:focus:after {
  background: rgba(0, 0, 0, 0.2);
}

.bg-gradient-darker {
  background: -webkit-gradient(linear, left bottom, left top, from(#0d0d0d), to(rgba(13, 13, 13, 0)));
  background: linear-gradient(0deg, #0d0d0d 0%, rgba(13, 13, 13, 0) 100%);
}

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

@media (min-width: 768px) {
  .bg-sm-white {
    background-color: #fff;
  }
}

@media (min-width: 992px) {
  .bg-md-white {
    background-color: #fff;
  }
}

@media (min-width: 1280px) {
  .bg-lg-white {
    background-color: #fff;
  }
}

@media (min-width: 1600px) {
  .bg-xl-white {
    background-color: #fff;
  }
}

.bg-lighter {
  background-color: #fafafa;
}

@media (min-width: 768px) {
  .bg-sm-lighter {
    background-color: #fafafa;
  }
}

@media (min-width: 992px) {
  .bg-md-lighter {
    background-color: #fafafa;
  }
}

@media (min-width: 1280px) {
  .bg-lg-lighter {
    background-color: #fafafa;
  }
}

@media (min-width: 1600px) {
  .bg-xl-lighter {
    background-color: #fafafa;
  }
}

.bg-dark {
  background-color: #1a1a1a;
}

@media (min-width: 768px) {
  .bg-sm-dark {
    background-color: #1a1a1a;
  }
}

@media (min-width: 992px) {
  .bg-md-dark {
    background-color: #1a1a1a;
  }
}

@media (min-width: 1280px) {
  .bg-lg-dark {
    background-color: #1a1a1a;
  }
}

@media (min-width: 1600px) {
  .bg-xl-dark {
    background-color: #1a1a1a;
  }
}

.bg-darkest {
  background-color: #111;
}

@media (min-width: 768px) {
  .bg-sm-darkest {
    background-color: #111;
  }
}

@media (min-width: 992px) {
  .bg-md-darkest {
    background-color: #111;
  }
}

@media (min-width: 1280px) {
  .bg-lg-darkest {
    background-color: #111;
  }
}

@media (min-width: 1600px) {
  .bg-xl-darkest {
    background-color: #111;
  }
}

.bg-black {
  background-color: #000;
}

@media (min-width: 768px) {
  .bg-sm-black {
    background-color: #000;
  }
}

@media (min-width: 992px) {
  .bg-md-black {
    background-color: #000;
  }
}

@media (min-width: 1280px) {
  .bg-lg-black {
    background-color: #000;
  }
}

@media (min-width: 1600px) {
  .bg-xl-black {
    background-color: #000;
  }
}

.bg-none {
  background-color: transparent;
}

@media (min-width: 768px) {
  .bg-sm-none {
    background-color: transparent;
  }
}

@media (min-width: 992px) {
  .bg-md-none {
    background-color: transparent;
  }
}

@media (min-width: 1280px) {
  .bg-lg-none {
    background-color: transparent;
  }
}

@media (min-width: 1600px) {
  .bg-xl-none {
    background-color: transparent;
  }
}

.highlight-danger:before {
  background: #DB2817;
}

/* scss/base/_fonts.scss */

@font-face {
  font-family: 'AlrightSans';
  src: url("https://d11nuriyhamvfv.cloudfront.net/fonts/alrightsans/AlrightSans-ExThin.woff") format("woff"), url("https://d11nuriyhamvfv.cloudfront.net/fonts/alrightsans/AlrightSans-ExThin.ttf") format("truetype");
  font-display: fallback;
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: 'AlrightSans';
  src: url("https://d11nuriyhamvfv.cloudfront.net/fonts/alrightsans/AlrightSans-ExThinItalic.woff") format("woff"), url("https://d11nuriyhamvfv.cloudfront.net/fonts/alrightsans/AlrightSans-ExThinItalic.ttf") format("truetype");
  font-display: fallback;
  font-style: italic;
  font-weight: 100;
}

@font-face {
  font-family: 'AlrightSans';
  src: url("https://d11nuriyhamvfv.cloudfront.net/fonts/alrightsans/AlrightSans-Thin.woff") format("woff"), url("https://d11nuriyhamvfv.cloudfront.net/fonts/alrightsans/AlrightSans-Thin.ttf") format("truetype");
  font-display: fallback;
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: 'AlrightSans';
  src: url("https://d11nuriyhamvfv.cloudfront.net/fonts/alrightsans/AlrightSans-ThinItalic.woff") format("woff"), url("https://d11nuriyhamvfv.cloudfront.net/fonts/alrightsans/AlrightSans-ThinItalic.ttf") format("truetype");
  font-display: fallback;
  font-style: italic;
  font-weight: 200;
}

@font-face {
  font-family: 'AlrightSans';
  src: url("https://d11nuriyhamvfv.cloudfront.net/fonts/alrightsans/AlrightSans-Light.woff") format("woff"), url("https://d11nuriyhamvfv.cloudfront.net/fonts/alrightsans/AlrightSans-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'AlrightSans';
  src: url("https://d11nuriyhamvfv.cloudfront.net/fonts/alrightsans/AlrightSans-LightItalic.woff") format("woff"), url("https://d11nuriyhamvfv.cloudfront.net/fonts/alrightsans/AlrightSans-LightItalic.ttf") format("truetype");
  font-display: fallback;
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: 'AlrightSans';
  src: url("https://d11nuriyhamvfv.cloudfront.net/fonts/alrightsans/AlrightSans-Regular.woff") format("woff"), url("https://d11nuriyhamvfv.cloudfront.net/fonts/alrightsans/AlrightSans-Regular.ttf") format("truetype");
  font-display: fallback;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'AlrightSans';
  src: url("https://d11nuriyhamvfv.cloudfront.net/fonts/alrightsans/AlrightSans-RegItalic.woff") format("woff"), url("https://d11nuriyhamvfv.cloudfront.net/fonts/alrightsans/AlrightSans-RegItalic.ttf") format("truetype");
  font-display: fallback;
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: 'AlrightSans';
  src: url("https://d11nuriyhamvfv.cloudfront.net/fonts/alrightsans/AlrightSans-Medium.woff") format("woff"), url("https://d11nuriyhamvfv.cloudfront.net/fonts/alrightsans/AlrightSans-Medium.ttf") format("truetype");
  font-display: fallback;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'AlrightSans';
  src: url("https://d11nuriyhamvfv.cloudfront.net/fonts/alrightsans/AlrightSans-MedItalic.woff") format("woff"), url("https://d11nuriyhamvfv.cloudfront.net/fonts/alrightsans/AlrightSans-MedItalic.ttf") format("truetype");
  font-display: fallback;
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: "AlrightSans";
  src: url("https://d11nuriyhamvfv.cloudfront.net/fonts/alrightsans/AlrightSans-Bold.woff") format("woff"), url("https://d11nuriyhamvfv.cloudfront.net/fonts/alrightsans/AlrightSans-Bold.ttf") format("truetype");
  font-display: fallback;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "AlrightSans";
  src: url("https://d11nuriyhamvfv.cloudfront.net/fonts/alrightsans/AlrightSans-BoldItalic.woff") format("woff"), url("https://d11nuriyhamvfv.cloudfront.net/fonts/alrightsans/AlrightSans-BoldItalic.ttf") format("truetype");
  font-display: fallback;
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: "AlrightSans";
  src: url("https://d11nuriyhamvfv.cloudfront.net/fonts/alrightsans/AlrightSans-Ultra.woff") format("woff"), url("https://d11nuriyhamvfv.cloudfront.net/fonts/alrightsans/AlrightSans-Ultra.ttf") format("truetype");
  font-display: fallback;
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "AlrightSans";
  src: url("https://d11nuriyhamvfv.cloudfront.net/fonts/alrightsans/AlrightSans-UltraItalic.woff") format("woff"), url("https://d11nuriyhamvfv.cloudfront.net/fonts/alrightsans/AlrightSans-UltraItalic.ttf") format("truetype");
  font-display: fallback;
  font-style: italic;
  font-weight: 900;
}

@font-face {
  font-family: "HarrietDisplay";
  src: url("https://d11nuriyhamvfv.cloudfront.net/fonts/harrietdisplay/HarrietDisplay-Regular.woff") format("woff"), url("https://d11nuriyhamvfv.cloudfront.net/fonts/harrietdisplay/HarrietDisplay-Regular.ttf") format("truetype");
  font-display: fallback;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "HarrietDisplay";
  src: url("https://d11nuriyhamvfv.cloudfront.net/fonts/harrietdisplay/HarrietDisplay-Medium.woff") format("woff"), url("https://d11nuriyhamvfv.cloudfront.net/fonts/harrietdisplay/HarrietDisplay-Medium.ttf") format("truetype");
  font-display: fallback;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "HarrietDisplay";
  src: url("https://d11nuriyhamvfv.cloudfront.net/fonts/harrietdisplay/HarrietDisplay-MediumItalic.woff") format("woff"), url("https://d11nuriyhamvfv.cloudfront.net/fonts/harrietdisplay/HarrietDisplay-MediumItalic.ttf") format("truetype");
  font-display: fallback;
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: "HarrietDisplay";
  src: url("https://d11nuriyhamvfv.cloudfront.net/fonts/harrietdisplay/HarrietDisplay-Bold.woff") format("woff"), url("https://d11nuriyhamvfv.cloudfront.net/fonts/harrietdisplay/HarrietDisplay-Bold.ttf") format("truetype");
  font-display: fallback;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "HarrietDisplay";
  src: url("https://d11nuriyhamvfv.cloudfront.net/fonts/harrietdisplay/HarrietDisplay-BoldItalic.woff") format("woff"), url("https://d11nuriyhamvfv.cloudfront.net/fonts/harrietdisplay/HarrietDisplay-BoldItalic.ttf") format("truetype");
  font-display: fallback;
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: "HarrietDisplay";
  src: url("https://d11nuriyhamvfv.cloudfront.net/fonts/harrietdisplay/HarrietDisplay-BlackItalic.woff") format("woff"), url("https://d11nuriyhamvfv.cloudfront.net/fonts/harrietdisplay/HarrietDisplay-BlackItalic.ttf") format("truetype");
  font-display: fallback;
  font-style: italic;
  font-weight: 900;
}

@font-face {
  font-family: "HarrietText";
  src: url("https://d11nuriyhamvfv.cloudfront.net/fonts/harriettext/HarrietText-MediumItalic.woff") format("woff"), url("https://d11nuriyhamvfv.cloudfront.net/fonts/harriettext/HarrietText-MediumItalic.ttf") format("truetype");
  font-display: fallback;
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: "HarrietText";
  src: url("https://d11nuriyhamvfv.cloudfront.net/fonts/harriettext/HarrietText-BoldItalic.woff") format("woff"), url("https://d11nuriyhamvfv.cloudfront.net/fonts/harriettext/HarrietText-BoldItalic.ttf") format("truetype");
  font-display: fallback;
  font-style: italic;
  font-weight: 700;
}

/* CSS Document */

.img-opaque-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 991px) {
  .img-opaque-bg {
    left: -1rem;
    right: -1rem;
  }
}

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

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.figure-caption a:empty {
  display: none;
}

/* scss/base/_typography.scss */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
html {
  font-size: 10px;
}

body {
  font-weight: 400;
  font-size: 1.6rem;
}

.body-sm {
  font-size: 1.5rem;
  line-height: 1.285;
}

.sans-serif {
  font-family: "AlrightSans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

.alt-serif-display {
  font-family: "HarrietDisplay", Georgia, serif;
  font-weight: 400;
}

.alt-serif-med {
  font-family: "HarrietText", Georgia, serif;
  font-weight: 500;
}

.alt-serif-bold {
  font-family: "HarrietText", Georgia, serif;
  font-weight: 700;
}

.alt-serif-display-med {
  font-family: "HarrietDisplay", Georgia, serif;
  font-weight: 500;
}

.alt-serif-display-bold {
  font-family: "HarrietDisplay", Georgia, serif;
  font-weight: 700;
}

.alt-serif-display-black {
  font-family: "HarrietDisplay", Georgia, serif;
  font-weight: 900;
}

@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    line-height: 1.33;
  }
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 3.2rem;
  }
}

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

h4 small,
.h4 small {
  text-transform: uppercase;
  display: block;
  font-size: 1.2rem;
  line-height: 1.23;
  letter-spacing: .138rem;
  font-weight: 500;
  margin-top: .8rem;
}

@media (min-width: 768px) {
  h4 small,
  .h4 small {
    font-size: 1.3rem;
    letter-spacing: .15rem;
  }
}

h6,
.h6 {
  line-height: 1.2;
}

@media (max-width: 767px) {
  .display-3 {
    font-size: 2.8rem;
  }
}

.text-xxl {
  font-size: 18rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .text-xxl {
    font-size: 20rem;
  }
}

.title-page {
  font-family: "HarrietDisplay", Georgia, serif;
  font-weight: 500;
  font-style: italic;
  font-size: 2.8rem;
  line-height: 1.3;
  padding-top: 2rem;
  padding-bottom: 2.3rem;
  letter-spacing: -1px;
}

.title-page .title-meta {
  font-family: "AlrightSans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  display: block;
  font-style: normal;
  color: #555;
  margin-bottom: .4rem;
}

.module .title-page .title-meta {
  margin-bottom: .4rem;
}

@media (min-width: 768px) {
  .title-page {
    font-size: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.title-bar {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.285;
}

.title-bar a {
  font-weight: 500;
}

@media (min-width: 992px) {
  .title-bar {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-bottom: 6rem;
  }
}

@media (max-width: 991px) {
  .title-bar h1,
  .title-bar .h1 {
    font-size: 2.8rem;
  }

  .title-bar .position-right {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 1.3rem;
  }
}

.title-xl {
  font-size: 2.8rem;
}

@media (min-width: 768px) {
  .title-xl {
    font-size: 6.4rem;
  }
}

.section-title {
  text-transform: uppercase;
  letter-spacing: .15rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 4rem;
}

.section-title:after {
  content: "";
  display: block;
  width: 5rem;
  border-top: 2px solid #808080;
  margin: 1.7rem auto 0;
}

.bg-darker .section-title:after,
.bg-black .section-title:after {
  border-color: #4D4D4D;
}

.section-title.no-border:after {
  display: none;
}

.title-meta {
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.17;
  text-transform: uppercase;
}

.title-meta a {
  color: currentColor;
  -webkit-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
}

.title-meta a:hover,
.title-meta a:focus {
  color: #333;
  outline: none;
}

.bg-darker .title-meta a:hover,
.bg-black .title-meta a:hover,
.bg-darker .title-meta a:focus,
.bg-black .title-meta a:focus {
  color: #ccc;
}

.title-header {
  letter-spacing: .5rem;
  text-transform: uppercase;
}

.title-highlight {
  font-weight: 700;
  padding-left: 1.5rem;
  position: relative;
}

.title-highlight:before {
  content: "";
  position: absolute;
  left: 0;
  top: .1rem;
  height: .8rem;
  width: .8rem;
  border-radius: .4rem;
}

.title-border-callout {
  font-size: 1.5rem;
  letter-spacing: .3rem;
  line-height: 1;
  text-transform: uppercase;
  color: #111;
  position: relative;
  margin-bottom: 2.5rem;
  padding-top: 3.6rem;
}

@media (min-width: 768px) {
  .title-border-callout {
    margin-bottom: 3.6rem;
    font-size: 1.6rem;
  }
}

.title-border-callout:before {
  content: "";
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% + 1.8rem);
  margin-top: -2px;
  z-index: 1;
}

.title-border-callout span {
  background: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  display: inline-block;
  z-index: 2;
  position: relative;
}

.bg-lighter .title-border-callout span {
  background: #fafafa;
}

.bg-darker .title-border-callout span {
  background: #0d0d0d;
}

.bg-black .title-border-callout span {
  background: #000;
}

.title-border-callout:after {
  content: "";
  background: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/bowtie-black.svg) no-repeat;
  background-size: contain;
  height: 1.6rem;
  width: 2.6rem;
  position: absolute;
  left: 50%;
  margin-left: -1.3rem;
  top: 0;
}

.title-border-upsell {
  font-size: 1.1rem;
  letter-spacing: .15rem;
  line-height: 1.273;
  text-align: center;
  text-transform: uppercase;
  color: #555;
  position: relative;
  margin-bottom: 1.8rem;
}

@media (min-width: 768px) {
  .title-border-upsell {
    margin-bottom: 5.5rem;
  }
}

.title-border-upsell:before {
  content: "";
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
  margin-bottom: 3.6rem;
  display: block;
}

.bg-darker .title-border-upsell:before,
.bg-black .title-border-upsell:before {
  background: rgba(255, 255, 255, 0.15);
}

@media (min-width: 768px) {
  .title-border-upsell:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -2px;
    margin-bottom: 0rem;
  }
}

.title-border-upsell span {
  background: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  display: inline-block;
  z-index: 2;
  position: relative;
}

.bg-lighter .title-border-upsell span {
  background: #fafafa;
}

.bg-darker .title-border-upsell span {
  background: #0d0d0d;
}

.bg-black .title-border-upsell span {
  background: #000;
}

.strong,
.bold {
  font-weight: 700;
}

.semi-bold {
  font-weight: 500;
}

.underline {
  border-bottom: 2px solid #ccc;
  padding-bottom: 1px;
}

.underline:hover,
.underline:focus {
  border-color: #aaa;
}

.bg-black .underline,
.bg-darker .underline {
  border-color: #333;
}

.bg-black .underline:hover,
.bg-darker .underline:hover {
  border-color: #fff;
}

.text-underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none !important;
  border: 0 !important;
}

.hover-ul:hover {
  text-decoration: underline;
}

.view-more {
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: .075rem;
}

.bg-darker .view-more {
  color: #B3B3B3;
}

.show-more-text {
  color: #555;
  font-weight: 500;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-top: .6rem;
  cursor: pointer;
}

.show-more-text:before {
  content: "+";
  font-weight: bold;
  color: currentColor;
  font-size: 1.8rem;
  padding-right: .9rem;
}

.bg-darker .show-more-text,
.bg-black .show-more-text {
  color: #bfbfbf;
}

.bg-darker .show-more-text:before,
.bg-black .show-more-text:before {
  color: #fff;
}

.show-more-text.expanded:before {
  content: "\2013";
}

.text-alert {
  position: relative;
  padding: 1.4rem 1.8rem 1.2rem;
  font-size: 1.5rem;
  line-height: 1.385;
  margin: 1.2rem 0 1.5rem;
  background: #f5f5f5;
}

@media (min-width: 992px) {
  .text-alert {
    padding: 1.4rem 6.4rem 1.2rem 1.8rem;
  }
}

.text-alert strong {
  font-weight: 500;
}

.bg-darker .text-alert,
.bg-black .text-alert {
  background: rgba(255, 255, 255, 0.05);
}

@media (min-width: 768px) {
  .text-alert {
    margin-bottom: 2.7rem;
  }
}

.text-alert:before {
  content: "";
  background: #B3B3B3;
  width: .2rem;
  position: absolute;
  top: 0rem;
  bottom: 0rem;
  left: 0;
}

.text-alert.alert-danger:before {
  background: #DB2817;
}

.badge {
  color: #808080;
  padding-left: .6rem;
}

.three-line-ellipsis {
  height: 5.625em;
}

@supports (-webkit-line-clamp: 2) {
  .three-line-ellipsis {
    height: auto;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

@media (max-width: 767px) {
  .three-line-ellipsis {
    height: 15em;
  }

@supports (-webkit-line-clamp: 2) {
    .three-line-ellipsis {
      height: auto;
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 8;
      -webkit-line-clamp: 8;
      -webkit-box-orient: vertical;
    }
}
}

@media (max-width: 767px) {
  .five-line-ellipsis {
    height: 9.375em;
  }

@supports (-webkit-line-clamp: 2) {
    .five-line-ellipsis {
      height: auto;
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 5;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
    }
}
}

.callout {
  border: 1px solid #E6E6E6;
  padding: 1.2rem 1.7rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 1.333;
}

.callout + .callout:not(.sub-callout) {
  margin-top: -2rem;
}

.callout p {
  padding-bottom: .5rem;
}

@media (min-width: 992px) {
  .callout {
    margin-top: 4rem;
    margin-bottom: 4rem;
    line-height: 1.2;
    padding: 1.2rem 1.7rem 1rem;
  }

  .callout + .callout:not(.sub-callout) {
    margin-top: -3rem;
  }
}

@media (max-width: 767px) {
  .callout .section-title {
    font-size: 1.2rem;
    letter-spacing: .05rem;
  }
}

.sub-callout {
  border-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem 1rem 1rem 2.5rem;
  font-size: 1.4rem;
  background: #fafafa;
}

@media (min-width: 768px) {
  .sub-callout {
    padding: 2rem 2rem 2rem 3rem;
  }
}

.banner-title {
  background: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/banner.svg) no-repeat;
  color: #fff;
  background-size: 118px auto;
  min-width: 11.8rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  top: -1rem;
}

/* scss/base/_misc.scss */

@media (max-width: 991px) {
  .hidden-sm-down {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  .invisible-xs {
    visibility: hidden;
  }
}

.caption-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.caption-overlay > a {
  height: 100%;
  width: 100%;
  display: block;
}

.caption-overlay .article-title {
  letter-spacing: 1px;
  color: #fff;
}

.display-on-hover {
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

:hover > .display-on-hover,
:focus > .display-on-hover {
  opacity: 1;
}

.pt-6-percent {
  padding-top: 6%;
}

.minh-100 {
  min-height: 100vh;
}

.content-fade-out {
  position: relative;
}

@media (max-width: 767px) {
  .content-fade-out {
    max-height: 300px;
    overflow: hidden;
  }
}

.content-fade-out:after {
  content: "";
  position: absolute;
  height: 60%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(179.39deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.base-layer {
  z-index: 1;
}

.secondary-layer {
  z-index: 2;
}

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

.position-right {
  position: absolute;
  right: 0;
  top: 0;
}

/*Accessibility*/

.sr-only.skip-link:focus {
  color: #B3B3B3;
  background-color: transparent;
  background-image: none;
  border-color: #B3B3B3;
  padding: 0.8rem 1.9rem;
  font-size: 1.3rem;
  top: 6.6rem;
  left: 3rem;
  background: #fff;
  color: #333;
  z-index: 1070;
}

.sr-only.skip-link:focus:hover {
  color: #fff;
  background-color: #B3B3B3;
  border-color: #B3B3B3;
}

.sr-only.skip-link:focus:focus,
.sr-only.skip-link:focus.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(179, 179, 179, 0.5);
          box-shadow: 0 0 0 3px rgba(179, 179, 179, 0.5);
}

.sr-only.skip-link:focus.disabled,
.sr-only.skip-link:focus:disabled {
  color: #B3B3B3;
  background-color: transparent;
}

.sr-only.skip-link:focus:active,
.sr-only.skip-link:focus.active,
.show > .sr-only.skip-link:focus.dropdown-toggle {
  color: #fff;
  background-color: #B3B3B3;
  border-color: #B3B3B3;
}

.pointer {
  cursor: pointer;
}

.table th {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.table tr {
  border-bottom: 1px solid #E6E6E6;
  margin: 0;
}

.table td {
  padding: 1.9rem 1.5rem;
}

.table td + td {
  border-left: 1px solid #E6E6E6;
}

@media (max-width: 767px) {
  .table-responsive {
    display: block;
    border-top: 1px solid #E6E6E6;
  }

  .table-responsive tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .table-responsive td {
    padding-left: 3rem;
    overflow-wrap: break-word;
  }

  .table-responsive td:before {
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.17;
    text-transform: uppercase;
    content: attr(data-label);
    display: block;
    font-size: 1.2rem;
    margin-left: -1rem;
    margin-bottom: .5rem;
    color: #555;
  }

  .table-responsive td:before a {
    color: currentColor;
    -webkit-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
  }

  .table-responsive td:before a:hover,
  .table-responsive td:before a:focus {
    color: #333;
    outline: none;
  }

  .bg-darker .table-responsive td:before a:hover,
  .bg-black .table-responsive td:before a:hover,
  .bg-darker .table-responsive td:before a:focus,
  .bg-black .table-responsive td:before a:focus {
    color: #ccc;
  }

  .table-responsive td + td {
    border: 0;
    padding-top: 0;
  }
}

.table-striped tr:nth-child(2n+3) {
  background: #fafafa;
}

/* scss/layout/_header.scss */

#header-global {
  min-height: 6.4rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

#header-global.navbar-expanded {
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#header-global.navbar-expanded .navbar-main,
#header-global.navbar-expanded .navbar-cta,
#header-global.navbar-expanded .navbar-promo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

#header-global.is-hidden {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

#header-global .section-title {
  font-size: 1.3rem;
  color: #B3B3B3;
  margin-bottom: 1rem;
  display: block;
}

.navbar-brand {
  height: 2rem;
  width: 12.4rem;
  margin-bottom: .2rem;
  background: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/logo.svg) no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  .navbar-brand {
    height: 2.4rem;
    width: 13.8rem;
    margin-bottom: 0;
  }
}

/* scss/layout/_footer.scss */

#footer-global {
  padding-top: 10rem;
  padding-bottom: 4rem;
  position: relative;
}

#footer-global.with-paywall {
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  #footer-global.with-paywall {
    padding-bottom: 8rem;
  }
}

#footer-global hr {
  margin-bottom: 4.8rem;
}

#footer-global form {
  margin-bottom: 4rem;
}

#footer-global label {
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  #footer-global label {
    margin-bottom: 1.6rem;
  }
}

#footer-global .form-control {
  height: 4rem;
  width: 25rem;
  padding: 0 0 0 .9rem;
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  #footer-global .form-control {
    font-size: 1.4rem;
  }
}

#footer-global input[type="submit"] {
  margin-left: 0;
  border: 0;
  height: 4rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

@media (min-width: 768px) {
  #footer-global input[type="submit"] {
    height: 3rem;
  }
}

@media (min-width: 768px) {
  #footer-global {
    padding-top: 8rem;
    padding-bottom: 5.6rem;
  }

  #footer-global.with-paywall {
    padding-bottom: 13.6rem;
  }

  #footer-global hr {
    margin-bottom: 8rem;
  }

  #footer-global form {
    margin-bottom: 5rem;
  }

  #footer-global label {
    margin-right: 1.9rem;
  }

  #footer-global .form-control {
    height: 3rem;
    width: 22rem;
  }
}

@media (max-width: 991px) {
  #footer-global {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.nav-footer {
  font-size: 1.4rem;
  margin-bottom: 3rem;
  padding-left: 1rem;
}

@media (min-width: 992px) {
  .nav-footer {
    padding-left: 1.5rem;
  }
}

.nav-footer a {
  color: #fff;
}

.nav-footer a:hover,
.nav-footer a:focus {
  color: #B3B3B3;
}

.nav-footer .active a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 2px;
}

.nav-footer .section-title {
  font-size: 1.3rem;
  color: #B3B3B3;
  letter-spacing: .15rem;
}

.nav-footer ul {
  line-height: 2;
  padding: 0;
  margin-top: .8rem;
}

.to-top {
  background: rgba(128, 128, 128, 0.3);
  text-align: center;
  display: block;
  color: #fff;
  width: 100%;
  height: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}

.to-top:hover,
.to-top:focus {
  color: #fff;
  background: rgba(128, 128, 128, 0.6);
}

@media (min-width: 768px) {
  .to-top {
    width: 4rem;
    top: inherit;
    bottom: 2rem;
    right: 2rem;
    left: inherit;
    position: fixed;
    opacity: 0;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .15s;
    transition: all .15s;
    visibility: hidden;
  }

  .to-top.show {
    visibility: visible;
    opacity: 1;
  }

  .with-paywall .to-top {
    bottom: 10rem;
  }
}

.to-top .icon-totop {
  margin: 0 auto;
}

.join-footer {
  font-size: 1.1rem;
  color: #444;
}

.bg-body-img .join-footer {
  color: #E0E0E0;
}

.copyright {
  font-size: 1.1rem;
  line-height: 1.45;
  color: #808080;
}

.copyright a {
  color: #B3B3B3;
}

.copyright a:hover,
.copyright a:focus {
  color: #fff;
}

/* scss/layout/_grid.scss */

.block-item {
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .block-item {
    margin-bottom: 6rem;
  }
}

@media (min-width: 992px) {
  .col-md-924 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 924px;
            flex: 0 0 924px;
    max-width: 924px;
  }
}

.site-container {
  margin: 6.4rem auto 0;
  background: #fff;
  -webkit-transition: margin-top 300ms;
  transition: margin-top 300ms;
}

.site-container #main.minh-100 {
  min-height: calc(100vh - 6.4rem);
}

.site-container.with-promo,
.site-container.with-cta {
  margin-top: 10.4rem;
}

.site-container.with-promo #main.minh-100,
.site-container.with-cta #main.minh-100 {
  min-height: calc(100vh - 6.4rem - 4rem);
}

.site-container.with-promo.with-cta {
  margin-top: 14.4rem;
}

.site-container.with-promo.with-cta #main.minh-100 {
  min-height: calc(100vh - 6.4rem - 8rem);
}

.site-container.without-navbar {
  margin-top: 0;
}

.site-container.without-navbar #main.minh-100 {
  margin-top: 0;
}

@media (min-width: 992px) {
  #main {
    min-height: 70rem;
  }
}

@media (max-width: 1279px) {
  #main {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.without-hero {
  padding-top: 3rem;
}

@media (min-width: 768px) {
  .without-hero {
    padding-top: 6rem;
  }
}

.section-highlight {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .section-highlight {
    padding-top: 5.5rem;
    padding-bottom: 6rem;
  }
}

@media (max-width: 1279px) {
  .section-highlight {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.section-highlight:nth-child(even) {
  background: #fafafa;
}

.section-highlight:nth-child(even) .title-border-callout span {
  background: #fafafa;
}

.section-highlight:first-child {
  padding-top: 0;
}

.section-highlight .module {
  border: 0;
  padding-top: 4rem;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .section-highlight .module {
    padding-top: 6rem;
  }
}

.section-highlight .module:first-of-type {
  padding-top: 0;
}

.section-highlight .jumbotron:last-child {
  margin-bottom: 0;
}

.section-highlight .jumbotron + .side-by-side {
  padding-top: 0;
}

.section-highlight .jumbotron + .side-by-side:before {
  display: none;
}

@media (min-width: 768px) {
  .section-highlight .jumbotron + .side-by-side article[class*="col-"] {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .section-highlight .jumbotron + .side-by-side article[class*="col-"]:first-child {
    padding-top: 0;
  }
}

.col-full-width {
  width: 100%;
  /*to make up for padding on #main so that this is truly full width*/
}

@media (max-width: 1279px) {
  .col-full-width {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }

  .container > .col-full-width {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}

/*CSS Columns*/

[class*="text-columns-"] {
  -webkit-column-gap: 5rem;
          column-gap: 5rem;
}

.text-columns-2 {
  -webkit-column-count: 2;
          column-count: 2;
}

@media (min-width: 768px) {
  .text-columns-sm-2 {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 992px) {
  .text-columns-md-2 {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

.text-columns-4 {
  -webkit-column-count: 4;
          column-count: 4;
}

@media (min-width: 768px) {
  .text-columns-sm-4 {
    -webkit-column-count: 4;
            column-count: 4;
  }
}

@media (min-width: 992px) {
  .text-columns-md-4 {
    -webkit-column-count: 4;
            column-count: 4;
  }
}

@media (max-width: 767px) {
  .col-xs-only {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-center > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 100%;
}

/* scss/layout/_paywallMeter.scss */

#paywall {
  line-height: 1.2rem;
  font-size: 1.4rem;
  height: 4rem;
  z-index: 1020;
  bottom: -8rem;
  -webkit-transition: bottom 300ms ease-in-out;
  transition: bottom 300ms ease-in-out;
  color: #ccc;
  background: #333;
  padding-right: .8rem;
}

@media (min-width: 992px) {
  #paywall {
    padding-right: 1.4rem;
    height: 8rem;
  }
}

#paywall.show {
  bottom: 0;
}

#paywall .badge {
  color: #fff;
  line-height: inherit;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #262626;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#paywall .badge small {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  color: #B3B3B3;
  padding-left: .7rem;
  font-family: "AlrightSans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

@media (min-width: 992px) {
  #paywall .badge {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2.8rem;
  }

  #paywall .badge small {
    padding-left: .9rem;
  }
}

#paywall .cta-text {
  margin-right: auto;
  margin-left: 2rem;
  display: none;
}

@media (min-width: 992px) {
  #paywall .cta-text {
    display: block;
  }
}

#paywall .cta-text span {
  font-weight: bold;
}

#paywall .minify-me {
  overflow: hidden;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

@media (min-width: 1600px) {
  #paywall.minifying,
  #paywall.minified {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

#paywall.minified .minimize-this {
  margin-left: 0;
}

#paywall a,
#paywall strong {
  font-weight: 500;
  color: #fff;
}

#paywall .minimize-this {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: 1.4rem;
  height: 100%;
  background: #4D4D4D;
  margin-right: -.8rem;
  -webkit-transition: background 300ms, margin 400ms;
  transition: background 300ms, margin 400ms;
}

@media (min-width: 992px) {
  #paywall .minimize-this {
    margin-right: -1.4rem;
  }
}

@media (max-width: 991px) {
  #paywall .minimize-this {
    display: none;
  }
}

#paywall .minimize-this:before {
  opacity: .5;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

#paywall .minimize-this:hover,
#paywall .minimize-this:focus {
  background: #666666;
}

#paywall .minimize-this:hover:before,
#paywall .minimize-this:focus:before {
  opacity: 1;
}

#paywall .btn + .btn {
  margin-left: 1.5rem;
}

#paywall .btn-md {
  letter-spacing: .1rem;
}

@media (min-width: 992px) {
  #paywall .btn-md {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
    letter-spacing: .07rem;
  }
}

@media (max-width: 991px) {
  #paywall .btn-md {
    margin-left: auto;
    font-size: 1.2rem;
    padding: .5rem .9rem .3rem;
  }
}

#paywall .btn-outline-medium {
  border-color: #4D4D4D;
}

#paywall .btn-outline-medium:hover,
#paywall .btn-outline-medium:focus {
  border-color: #B3B3B3;
}

#paywall h4,
#paywall .h4 {
  color: #fff;
  font-size: 1.6rem;
}

@media (min-width: 992px) {
  #paywall h4 + span,
  #paywall .h4 + span {
    line-height: 1.3;
    display: inline-block;
  }
}

@media (max-width: 991px) {
  #paywall h4,
  #paywall .h4 {
    font-size: 1.3rem;
    margin: 0 0 0 1.5rem;
  }
}

#paywall.content-locked:before {
  content: "Members Only";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 100%;
  background: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/lock.svg) no-repeat #262626;
  background-size: 1.1rem 1.4rem;
  background-position: 1rem 1.1rem;
}

@media (min-width: 992px) {
  #paywall.content-locked:before {
    content: "";
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.5rem;
            flex: 0 0 8.5rem;
    background-size: 1.8rem 2.4rem;
    background-position: center center;
  }
}

@media (max-width: 991px) {
  #paywall.content-locked:before {
    font-size: 1rem;
    padding-left: 2.7rem;
    padding-right: 1rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    color: #B3B3B3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
  }
}

/* scss/articles/_articleHeader.scss */

.article-header {
  margin-bottom: 2.2rem;
}

@media (min-width: 768px) {
  .article-header {
    margin-bottom: 4rem;
  }
}

.article-header .title-meta {
  color: #888;
  margin-bottom: .6rem;
}

@media (min-width: 768px) {
  .article-header .title-meta {
    margin-bottom: 2px;
  }
}

.article-title {
  margin-bottom: .4rem;
  letter-spacing: -.05rem;
}

@media (min-width: 768px) {
  .article-title {
    margin-bottom: .6rem;
  }
}

.article-title .subtitle {
  display: block;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-top: .4rem;
  line-height: 1.667;
  color: #555;
}

.bg-black .article-title .subtitle,
.bg-darker .article-title .subtitle {
  color: #B3B3B3;
}

@media (min-width: 768px) {
  .article-title .subtitle {
    margin-top: .7rem;
  }
}

.smaller .article-title .subtitle {
  margin-top: .4rem;
}

.article-meta {
  font-size: 1.3rem;
  margin: 0;
}

.meta-item {
  line-height: 1.38;
}

.meta-item a {
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  -webkit-transition: border .15s ease-in-out;
  transition: border .15s ease-in-out;
}

.meta-item a:hover,
.meta-item a:focus {
  border-color: currentColor;
  outline: none;
}

.bg-black .meta-item a,
.bg-darker .meta-item a {
  color: #fff;
}

@media (min-width: 768px) {
  .meta-item {
    display: inline-block;
  }

  .meta-item + .meta-item:before {
    content: "/";
    padding-left: 5px;
    padding-right: 8px;
  }
}

.article-excerpt {
  font-size: 1.5rem;
  line-height: 1.333;
  color: #555;
  margin: 0;
}

.article-excerpt.small {
  font-size: 1.4rem;
  line-height: 1.286;
}

.bg-darker .article-excerpt {
  color: #BFBFBF;
}

/* scss/articles/_bodyCopy.scss */

.body-copy {
  line-height: 1.875;
}

@media (max-width: 767px) {
  .body-copy {
    margin-bottom: 3.2rem;
  }
}

.body-copy h1,
.body-copy .h1 {
  margin-bottom: 2.4rem;
}

@media (min-width: 768px) {
  .body-copy h1,
  .body-copy .h1 {
    margin-bottom: 4.2rem;
  }
}

.body-copy h2,
.body-copy .h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.2rem;
}

.body-copy .title-content {
  margin-bottom: 0;
  margin-top: 3.6rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.375;
}

.body-copy .title-content small {
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  margin-top: 1rem;
  letter-spacing: normal;
  line-height: 1.23;
}

.body-copy p {
  margin: 0;
}

.body-copy p + p {
  margin-top: 2rem;
}

.body-copy p + .table {
  margin-top: 2.8rem;
}

.body-copy .table {
  font-size: 1.4rem;
  line-height: 1.5;
}

.body-copy .table + h2 {
  margin-top: 5rem;
}

.body-copy a:not(.btn) {
  font-weight: 500;
  border-bottom: 2px solid #E6E6E6;
  padding-bottom: 2px;
  -webkit-transition: border .15s ease-in-out;
  transition: border .15s ease-in-out;
}

.body-copy a:not(.btn):hover,
.body-copy a:not(.btn):focus {
  border-color: #aaa;
}

.body-copy .section-title {
  margin-bottom: 1.6rem;
}

.body-copy hr {
  margin: 4rem 0;
}

@media (min-width: 768px) {
  .body-copy hr {
    margin: 6rem 0;
  }
}

.body-copy hr.short {
  margin: 3.4rem 0 4rem;
}

.body-copy hr:first-child {
  margin-top: 0;
}

.body-copy hr:last-child {
  margin-bottom: 0;
}

/* scss/articles/_hero.scss */

.jumbotron {
  position: relative;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .jumbotron {
    margin-bottom: 6rem;
  }
}

.jumbotron picture img {
  width: 100%;
}

.jumbotron .icon-angle-down {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10%;
  opacity: 0;
  width: 4rem;
  height: 2rem;
}

@media (min-width: 1280px) {
  .jumbotron .icon-angle-down {
    bottom: 20%;
  }
}

@media (min-width: 1600px) {
  .jumbotron .icon-angle-down {
    bottom: 30%;
  }
}

.jumbotron .img-title + .btn {
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .jumbotron .img-title {
    margin-bottom: 1rem;
    max-width: 55%;
    max-height: 100px;
  }
}

@media (min-width: 992px) {
  .jumbotron .img-title {
    max-width: 45%;
  }
}

@media (min-width: 1280px) {
  .jumbotron .img-title {
    max-width: 35%;
  }
}

@media (max-width: 767px) {
  .jumbotron .img-title {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    max-width: calc(100% - 4rem);
  }
}

@media (min-width: 768px) {
  .jumbotron .article-meta {
    margin-top: 1.8rem;
  }
}

.jumbotron .figure-caption {
  text-align: right;
}

.jumbotron .figure-caption strong {
  font-size: 1.1rem;
  color: #B3B3B3;
}

@media (max-width: 1279px) {
  .jumbotron .figure-caption {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.jumbotron.container {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.jumbotron.container figure {
  position: relative;
}

@media (min-width: 992px) {
  .container > .jumbotron.container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1280px) {
  .jumbotron.container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .jumbotron.container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .container > .jumbotron.container {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.jumbotron.single-image .btn {
  margin-top: 1.8rem;
}

@media (min-width: 768px) {
  .jumbotron.single-image .btn {
    margin-top: 2.2rem;
  }
}

@media (max-width: 767px) {
  .jumbotron.with-caption {
    margin-bottom: 2.2rem;
  }

  .jumbotron.with-caption .article-meta {
    margin: 4rem 2rem 0;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .jumbotron.with-cta {
    margin-bottom: 10rem;
  }
}

.jumbotron.with-series {
  overflow: hidden;
}

.jumbotron.icon-key:before {
  position: absolute;
  z-index: 1;
  right: 1rem;
  bottom: 1.1rem;
}

@media (min-width: 768px) {
  .jumbotron.icon-key:before {
    height: 4.1rem;
    width: 1.8rem;
    right: 2rem;
    bottom: 2.2rem;
  }
}

@media (min-width: 768px) {
  .jumbotron.icon-key:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 19%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron .with-link-img > * {
  z-index: 2;
}

.jumbotron .link-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .jumbotron figure {
    position: relative;
  }

  .jumbotron.with-caption-img picture {
    position: relative;
    display: block;
  }

  .jumbotron.with-caption-img picture:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .jumbotron.with-caption-img .article-meta {
    color: #B3B3B3;
  }

  .jumbotron.with-series,
  .jumbotron.block-video {
    margin-bottom: 3.2rem;
  }

  .jumbotron.with-series picture,
  .jumbotron.block-video picture {
    overflow: hidden;
  }

  .jumbotron.with-series picture:after,
  .jumbotron.block-video picture:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
  }

  .jumbotron.with-series:not(.jumbotron-locked) picture,
  .jumbotron.block-video:not(.jumbotron-locked) picture {
    display: inline-block;
    line-height: 1;
    position: relative;
    display: block;
  }

  .jumbotron.with-series:not(.jumbotron-locked) picture:before,
  .jumbotron.block-video:not(.jumbotron-locked) picture:before {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }

  .jumbotron.with-series:not(.jumbotron-locked) picture:before,
  .jumbotron.block-video:not(.jumbotron-locked) picture:before {
    background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/play.svg);
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 3.4rem 3.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 6rem;
    width: 6rem;
    border: 3px solid #fff;
    border-radius: 4rem;
    z-index: 1;
  }
}

@media (max-width: 767px) and (min-width: 1280px) {
  .jumbotron.with-series:not(.jumbotron-locked) picture:before,
  .jumbotron.block-video:not(.jumbotron-locked) picture:before {
    background-size: 4.9rem 4.7rem;
    height: 8rem;
    width: 8rem;
  }
}

@media (max-width: 767px) {
  .jumbotron.block-video .icon-play-video:before {
    content: none;
  }
}

@media (max-width: 991px) {
  .jumbotron-fixed {
    margin-left: -10px;
    margin-right: -10px;
    max-width: inherit;
  }
}

@media (max-width: 991px) {
  .jumbotron-16x9.jumbotron-gallery figure {
    position: relative;
    padding-bottom: 100%;
  }

  .jumbotron-16x9.jumbotron-gallery picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.jumbo-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .jumbo-caption {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.jumbo-caption > .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
  .jumbo-caption > .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 767px) {
  .jumbo-caption > .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .with-series .jumbo-caption,
  .block-video .jumbo-caption {
    display: block;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}

@media (min-width: 1280px) {
  .with-series .jumbo-caption,
  .block-video .jumbo-caption {
    padding-bottom: 5.4rem;
    padding-top: 5.4rem;
  }
}

@media (max-width: 767px) {
  .with-caption-img .jumbo-caption {
    text-align: left;
  }

  .with-caption-alt .jumbo-caption {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    background: none;
    margin-top: 3rem;
  }
}

.jumbo-caption.icon-key:before {
  position: absolute;
  z-index: 1;
  right: 1rem;
  bottom: 1.1rem;
}

@media (min-width: 768px) {
  .jumbo-caption.icon-key:before {
    height: 4.1rem;
    width: 1.8rem;
    right: 2rem;
    bottom: 2.2rem;
  }
}

@media (min-width: 768px) {
  .jumbo-caption.icon-key:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 19%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  }
}

.jumbo-caption .icon-angle-down {
  bottom: auto;
  margin-top: 4.4rem;
}

@media (min-width: 1600px) {
  .jumbo-caption .icon-angle-down {
    margin-top: 6.4rem;
  }
}

.jumbo-caption a {
  color: currentColor;
}

.jumbo-caption a:not(.btn):hover,
.jumbo-caption a:not(.btn):focus {
  color: currentColor;
}

.jumbo-caption .article-cta img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .jumbo-caption .video-caption {
    position: absolute;
    bottom: 0;
  }
}

.jumbo-caption .title-meta {
  display: block;
  margin-bottom: .7rem;
}

.with-series .jumbo-caption .title-meta,
.block-video .jumbo-caption .title-meta {
  color: #888;
  margin-bottom: .3rem;
}

@media (min-width: 768px) {
  .with-series .jumbo-caption .title-meta,
  .block-video .jumbo-caption .title-meta {
    color: rgba(255, 255, 255, 0.7);
  }
}

.jumbo-caption .title-meta a:hover,
.jumbo-caption .title-meta a:focus {
  opacity: .8;
}

.jumbo-caption .article-title {
  line-height: 1.272;
  font-size: 2.2rem;
  margin-bottom: 0;
  letter-spacing: normal;
}

.jumbo-caption .article-title a {
  -webkit-transition: none;
  transition: none;
}

.jumbo-caption .article-title a:hover,
.jumbo-caption .article-title a:focus {
  border: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .jumbo-caption .article-title {
    font-size: 4rem;
  }
}

@media (min-width: 992px) {
  .jumbo-caption .article-title {
    font-size: 5.4rem;
    line-height: 1.296;
  }
}

@media (min-width: 768px) {
  .single-image .jumbo-caption .article-title {
    font-size: 4rem;
    line-height: 1.1;
  }

  .single-image .jumbo-caption .article-title.title-xl {
    font-size: 5.4rem;
  }
}

.with-series .jumbo-caption .article-title,
.block-video .jumbo-caption .article-title {
  font-size: 1.5rem;
  line-height: 1.333;
  font-weight: 500;
  display: inline-block;
}

@media (min-width: 768px) {
  .with-series .jumbo-caption .article-title,
  .block-video .jumbo-caption .article-title {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .with-series .jumbo-caption .article-title,
  .block-video .jumbo-caption .article-title {
    color: #333;
  }

  .bg-darker .with-series .jumbo-caption .article-title,
  .bg-darker .block-video .jumbo-caption .article-title {
    color: #fff;
  }
}

.with-series a .jumbo-caption .article-title {
  border-bottom: 1px solid transparent;
  -webkit-transition: border .15s ease-in-out;
  transition: border .15s ease-in-out;
}

.with-series a .jumbo-caption .article-title:hover,
.with-series a .jumbo-caption .article-title:focus {
  border-color: currentColor;
  outline: none;
}

@media (max-width: 767px) {
  .jumbo-caption .display-3 {
    line-height: 1.272;
    font-size: 2.2rem;
  }
}

.jumbo-caption .article-excerpt {
  font-size: 1.5rem;
  line-height: 1.25;
  color: #fff;
  margin-top: .9rem;
}

@media (min-width: 768px) {
  .jumbo-caption .article-excerpt {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-top: .4rem;
  }
}

.bg-darker .jumbo-caption .article-excerpt {
  color: #fff;
}

@media (max-width: 767px) {
  .with-caption-alt .jumbo-caption .article-excerpt {
    font-size: 1.6rem;
    line-height: 1.875;
    color: #555;
  }

  .bg-darker .with-caption-alt .jumbo-caption .article-excerpt {
    color: #B3B3B3;
  }

  .with-caption-alt .jumbo-caption .article-excerpt + .article-meta {
    margin-top: 1.8rem;
  }
}

.with-series .jumbo-caption .article-excerpt,
.block-video .jumbo-caption .article-excerpt {
  font-size: 1.4rem;
  line-height: 1.285;
  margin-top: .5rem;
}

@media (min-width: 768px) {
  .with-series .jumbo-caption .article-excerpt,
  .block-video .jumbo-caption .article-excerpt {
    margin-top: .8rem;
    color: rgba(255, 255, 255, 0.8);
  }
}

@media (min-width: 768px) {
  .jumbo-caption .meta-item a {
    color: #fff;
  }
}

.jumbotron-locked figure {
  position: relative;
}

@media (max-width: 767px) {
  .jumbotron-locked .article-meta {
    display: none;
  }

  .jumbotron-locked:not(.with-caption) picture {
    position: relative;
    display: block;
  }

  .jumbotron-locked:not(.with-caption) picture:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/lock.svg);
    background-repeat: no-repeat;
    background-size: 1.8rem 2.4rem;
    background-position: center center;
  }

  .jumbotron-locked.with-caption .jumbo-caption {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .jumbotron-locked.with-caption .article-title:before {
    content: "";
    background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/lock.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.8rem;
    height: 2.4rem;
    display: block;
    margin: 0 auto 1.6rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .jumbotron-locked.with-series picture,
  .jumbotron-locked.block-video picture {
    display: block;
    overflow: hidden;
    position: relative;
  }

  .jumbotron-locked.with-series picture:after,
  .jumbotron-locked.block-video picture:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/lock.svg);
    background-repeat: no-repeat;
    background-size: 1.8rem 2.4rem;
    background-position: center center;
  }
}

@media (min-width: 992px) {
  .jumbotron-locked.with-series .jumbo-caption,
  .jumbotron-locked.block-video .jumbo-caption {
    background-color: rgba(0, 0, 0, 0.7);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .jumbotron-locked.with-series .jumbo-caption,
  .jumbotron-locked.block-video .jumbo-caption {
    position: relative;
    background: none;
  }
}

.jumbotron-5x2 .embed-responsive {
  height: 100%;
}

@media (min-width: 992px) {
  .jumbotron-5x2 {
    height: 64vh;
    overflow: hidden;
  }

  .jumbotron-5x2 figure {
    height: 100%;
  }

  .jumbotron-5x2 img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    left: 0;
  }

  .jumbotron-5x2 img.img-parallax {
    top: 0;
  }
}

@media (max-width: 991px) {
  .jumbotron-5x2.video-cover {
    height: 31.5vh;
    overflow: hidden;
  }
}

.img-parallax {
  -webkit-transition: -webkit-transform ease-in-out;
  transition: -webkit-transform ease-in-out;
  transition: transform ease-in-out;
  transition: transform ease-in-out, -webkit-transform ease-in-out;
}

/* scss/articles/_introCopy.scss */

.intro-copy {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .intro-copy {
    margin-bottom: 5rem;
  }
}

.lead {
  line-height: 1.875;
  color: #111;
  margin: 0;
}

@media (min-width: 768px) {
  .lead {
    line-height: 1.8;
    font-size: 2rem;
  }

  .lead:first-letter {
    font-family: "HarrietDisplay", Georgia, serif;
    font-size: 12.5rem;
    font-weight: 700;
    line-height: .8;
    float: left;
    margin-right: 1.5rem;
  }
}

/* scss/articles/_imageBlock.scss */

[class*="block-img"] .img-fluid {
  width: 100%;
}

@media (max-width: 767px) {
  [class*="block-img"] [class*="col-"] + [class*="col-"] {
    margin-top: 4rem;
  }
}

.figure-caption {
  line-height: 2rem;
  margin-top: .8rem;
}

.figure-caption strong {
  font-size: 1.4rem;
  font-weight: 400;
  color: #555;
  display: block;
}

.block-img-sm .img-fluid {
  width: auto;
  max-height: 15rem;
}

/* scss/articles/_listBlock.scss */

.block-list ul,
.block-list ol {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.block-list li {
  position: relative;
  padding-left: 3.6rem;
}

.block-list li + li {
  margin-top: .8rem;
}

.block-list li:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3.6rem;
}

.ordered-list {
  counter-reset: numbered-list;
}

.ordered-list li:before {
  counter-increment: numbered-list;
  content: counter(numbered-list) ".";
  text-align: center;
}

.unordered-list li:before {
  content: "\2022";
  display: inline-block;
  padding-left: 1.2rem;
}

/* scss/articles/_productBlock.scss */

.block-product {
  padding: 3rem;
}

@media (max-width: 991px) {
  .block-product {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 0 2rem;
  }

  .block-product .row {
    margin: 0;
  }

  .block-product [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.block-product .details-product {
  padding-top: 1.6rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 1280px) {
  .block-product .details-product {
    padding-top: 3.8rem;
    padding-left: 4.5rem;
    padding-right: 4rem;
  }
}

.carousel-product-imgs {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991px) {
  .list-product-imgs {
    padding-left: 0;
    padding-right: 0;
  }
}

.list-product-imgs li {
  cursor: pointer;
}

@media (min-width: 992px) {
  .list-product-imgs li + li {
    margin-top: 1.2rem;
  }
}

.img-product {
  background: #fff;
  padding-top: 100%;
}

@media (min-width: 992px) {
  .img-product {
    outline: 1px solid #E6E6E6;
    -webkit-transition: border 300ms;
    transition: border 300ms;
    position: relative;
  }

  .img-product:focus {
    outline: 2px solid #B3B3B3;
  }

  .img-product.active {
    outline: 2px solid #000;
  }

  .bg-darker .img-product {
    outline: 0;
    opacity: .5;
  }

  .bg-darker .img-product:focus {
    opacity: .8;
  }

  .bg-darker .img-product.active,
  .bg-darker .img-product.img-product-lg {
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .img-product {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    text-align: center;
  }

  .bg-darker .img-product {
    border: 0;
  }

  .img-product:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 28%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 2;
  }
}

.img-product img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
}

@media (max-width: 991px) {
  .img-product img {
    z-index: 1;
  }
}

.img-product-lg .next {
  opacity: 0;
}

.title-product {
  margin-bottom: .8rem;
}

@media (max-width: 991px) {
  .title-product {
    font-size: 1.8rem;
  }
}

.price-product {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  color: #333;
  margin-bottom: 1.6rem;
}

.bg-darker .price-product {
  color: #fff;
}

@media (min-width: 992px) {
  .price-product {
    font-size: 1.8rem;
  }
}

.descr-product {
  margin: 2.4rem 0 2rem;
  font-size: 1.5rem;
  line-height: 1.333;
}

.meta-product {
  font-size: 1.4rem;
  line-height: 1.428;
}

.meta-product dt,
.meta-product dd {
  display: inline;
}

.meta-product dd:after {
  display: block;
  content: "";
  margin-bottom: 1rem;
}

/* scss/articles/_profileBlock.scss */

.block-profile .section-title {
  margin-bottom: 3.6rem;
  margin-top: 3.8rem;
}

.block-profile .media {
  padding-bottom: 4rem;
}

.block-profile .media img {
  width: 8rem;
  height: 8rem;
}

@media (max-width: 767px) {
  .block-profile .media {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .block-profile .media .btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .block-profile .media-highlight {
    display: block;
    text-align: center;
  }
}

.block-profile .media-highlight img {
  width: 10rem;
  height: auto;
}

@media (max-width: 767px) {
  .block-profile .media-highlight img {
    margin: 0 auto 2.4rem;
    width: 8rem;
  }
}

.block-profile .media-highlight .media-body {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-left: 0;
  text-align: left;
}

@media (min-width: 768px) {
  .block-profile .media-highlight .media-body {
    margin-left: 3rem;
    margin-right: 10rem;
  }
}

.block-profile .media-highlight .media-body h5,
.block-profile .media-highlight .media-body .h5 {
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-size: 1.4rem;
  margin-bottom: .8rem;
}

.block-profile .media-body {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-left: 2rem;
}

.bg-black .block-profile .media-body,
.bg-darker .block-profile .media-body {
  color: #B3B3B3;
}

.bg-black .block-profile .media-body h5,
.bg-black .block-profile .media-body .h5,
.bg-darker .block-profile .media-body h5,
.bg-darker .block-profile .media-body .h5 {
  color: #fff;
}

@media (min-width: 768px) {
  .block-profile .media-body {
    margin-left: 2.5rem;
    margin-right: 7.5rem;
  }
}

.block-profile h5,
.block-profile .h5 {
  line-height: 1.2;
}

@media (min-width: 768px) {
  .block-profile h5,
  .block-profile .h5 {
    line-height: 2;
  }
}

.block-profile h5 a,
.block-profile .h5 a {
  border-bottom: 1px solid transparent;
  -webkit-transition: border .15s ease-in-out;
  transition: border .15s ease-in-out;
}

.block-profile h5 a:hover,
.block-profile h5 a:focus,
.block-profile .h5 a:hover,
.block-profile .h5 a:focus {
  border-color: currentColor;
  outline: none;
}

.block-bio .media {
  margin-bottom: 2rem;
}

.block-bio .media-body {
  margin-left: 1.5rem;
}

.block-bio h4 {
  line-height: 1.222;
}

@media (max-width: 767px) {
  .block-bio {
    margin-bottom: 0;
  }
}

/* scss/articles/_pullQuote.scss */

.blockquote {
  line-height: 1.5;
  font-family: "HarrietDisplay", Georgia, serif;
  font-weight: 700;
  margin-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 4rem;
  padding-bottom: 3.2rem;
}

@media (min-width: 768px) {
  .blockquote {
    font-size: 3.6rem;
    padding: 6rem 2rem 5rem;
  }
}

.blockquote:before {
  content: "";
  background: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/quote.svg) no-repeat;
  background-size: contain;
  display: block;
  margin-bottom: .9rem;
  height: 2rem;
  width: 3rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .blockquote:before {
    margin-bottom: 1.6rem;
    height: 2.6rem;
    width: 3.9rem;
  }
}

/* scss/articles/_relatedTopics.scss */

.block-rel-topics {
  margin-bottom: 2.8rem;
}

@media (min-width: 768px) {
  .block-rel-topics {
    margin-bottom: 3.8rem;
  }
}

.block-rel-topics .section-title {
  margin-bottom: .8rem;
  margin-top: 3.8rem;
}

@media (min-width: 768px) {
  .block-rel-topics .section-title {
    margin-bottom: 2.8rem;
  }
}

.block-rel-topics .list-topics {
  font-size: 1.5rem;
  line-height: 2.4;
}

@media (min-width: 768px) {
  .block-rel-topics .list-topics {
    line-height: 1.2;
  }
}

.block-rel-topics a {
  color: #555;
  border-bottom: 2px solid transparent;
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out;
}

.block-rel-topics a:hover,
.block-rel-topics a:focus {
  border-color: #ccc;
  color: #333;
}

.bg-black .block-rel-topics a,
.bg-darker .block-rel-topics a {
  color: #fff;
}

@media (max-width: 767px) {
  .block-rel-topics .list-inline-item {
    display: block;
  }

  .block-rel-topics .list-inline-item:not(:last-child) {
    margin-right: 0;
  }
}

/* scss/articles/_reviewBlock.scss */

.rating {
  line-height: 1;
}

.rating [class^="icon-"] {
  opacity: .2;
}

.rating [class^="icon-"] + [class^="icon-"] {
  margin-left: 2rem;
}

.rating [class^="icon-"].active {
  opacity: 1;
}

/* scss/articles/_statsBlock.scss */

@media (min-width: 768px) {
  .block-stats .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.block-stats .card-sect-title,
.block-stats .card-descr {
  line-height: 1.8rem;
}

@media (min-width: 768px) {
  .block-stats .card-sect-title {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    padding-bottom: 1.7rem;
    margin-bottom: 1.9rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.block-stats .card-descr {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .block-stats .card-descr {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .block-stats .card-descr:last-child {
    margin-bottom: 0;
  }
}

.block-stats a {
  color: #555;
  border-bottom: 2px solid #ccc;
  font-weight: 500;
}

/* scss/articles/_UpgradeCTA.scss */

.block-cta h1,
.block-cta .h1 {
  margin-bottom: .8rem;
}

@media (max-width: 767px) {
  .block-cta h1,
  .block-cta .h1 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }

  .block-cta h1 .title-cta,
  .block-cta .h1 .title-cta {
    margin-top: 1rem;
  }
}

.block-cta .jumbo-caption .article-title {
  font-size: 2.2rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .block-cta .jumbo-caption .article-title {
    font-size: 3.6rem;
    line-height: 1.3;
  }
}

.block-cta .jumbo-caption .article-excerpt {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .block-cta .jumbo-caption .article-excerpt {
    display: none;
  }
}

.block-cta .img-title {
  margin-top: 1.2rem;
}

@media (max-width: 767px) {
  .block-cta .img-title {
    opacity: 1;
    position: relative;
    -webkit-transform: none;
            transform: none;
    left: auto;
  }
}

.text-cta {
  padding: 2.5rem 2rem 3rem;
  text-align: center;
  color: #fff;
}

.text-cta .body-copy {
  color: #B3B3B3;
  margin-bottom: 1.8rem;
  font-size: 1.5rem;
  line-height: 1.333;
}

.jumbotron-locked .text-cta .body-copy {
  color: #fff;
}

@media (min-width: 768px) {
  .text-cta .body-copy {
    line-height: 1.75;
    font-size: 1.6rem;
  }
}

.cta-custom .text-cta {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.cta-custom .text-cta:before,
.cta-custom .text-cta:after {
  display: none;
}

@media (min-width: 768px) {
  .text-cta {
    position: relative;
    border-color: rgba(255, 255, 255, 0.15);
    padding: 3.5rem;
  }

  .text-cta > * {
    position: relative;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    z-index: 1;
  }

  .text-cta:before,
  .text-cta:after {
    content: "";
    border: 1px solid;
    position: absolute;
    border-color: inherit;
    z-index: 0;
  }

  .text-cta:before {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .text-cta:after {
    top: 3.8rem;
    right: 3.8rem;
    bottom: 3.8rem;
    left: 3.8rem;
  }

  .cta-jumbo .text-cta,
  .jumbotron-gallery .text-cta {
    position: absolute;
    bottom: -4rem;
    left: 15px;
    right: 15px;
  }
}

@media (max-width: 767px) {
  .jumbotron-locked.jumbotron-gallery .text-cta {
    margin-top: -5rem;
    margin-left: 10px;
    margin-right: 10px;
  }

  .jumbotron-locked.with-series .text-cta {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 3.4rem;
    padding: 3.2rem 0 0;
  }

  .jumbotron-locked.with-series .text-cta .inner-cta {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2.5rem 2rem 3rem;
  }

  .text-cta .btn {
    display: block;
  }
}

@media (min-width: 768px) {
  .inner-cta {
    padding: 3.4rem;
  }
}

.title-cta {
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.214;
  display: block;
  letter-spacing: 1px;
  font-family: "AlrightSans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-weight: 500;
  margin-top: .7rem;
}

@media (min-width: 768px) {
  .title-cta {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .title-cta {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .cta-jumbo {
    margin-bottom: 10rem;
  }
}

.cta-jumbo .title-meta {
  margin-bottom: .5rem;
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .cta-jumbo .title-meta {
    font-size: 1.4rem;
    margin-bottom: 1.3rem;
  }
}

.cta-member {
  margin: 0 2rem;
  padding: 3rem 0;
}

@media (min-width: 768px) {
  .cta-member {
    margin: 0 8rem;
  }
}

@media (min-width: 992px) {
  .cta-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 8rem;
    margin: 0;
  }
}

@media (max-width: 991px) {
  .cta-member {
    background: none !important;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}

.cta-member .section-title {
  margin-bottom: 3.2rem;
}

.cta-member .article-title {
  line-height: 1.067;
}

.list-cta li + li {
  margin-top: 2.7rem;
}

@media (min-width: 768px) {
  .list-cta li + li {
    margin-top: 3rem;
  }
}

.list-cta .title-meta {
  color: #888;
  margin-bottom: .5rem;
  font-size: 1.2rem;
}

.list-cta .article-title {
  letter-spacing: normal;
  margin-bottom: 0;
}

.list-cta .article-excerpt {
  font-size: 1.4rem;
  color: #B3B3B3;
  margin: 0;
}

@media (max-width: 767px) {
  .list-cta .article-excerpt {
    display: none;
  }
}

.list-cta .media-body {
  padding-left: 1.5rem;
}

@media (min-width: 768px) {
  .list-cta .media-body {
    padding-left: 2rem;
  }
}

.cta-perks .text-cta {
  position: relative;
  left: auto;
  right: auto;
  -webkit-transform: none;
          transform: none;
  bottom: auto;
  text-align: left;
}

.cta-perks h2,
.cta-perks .h2 {
  margin-bottom: 3.3rem;
}

@media (max-width: 767px) {
  .cta-perks h2,
  .cta-perks .h2 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }

  .cta-perks img {
    max-width: 8rem;
  }
}

@media (min-width: 768px) {
  .cta-form {
    border-color: rgba(255, 255, 255, 0.15);
    padding: 3.5rem;
  }

  .bg-body-img .cta-form {
    border-color: #fff;
  }

  .cta-form > * {
    position: relative;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    z-index: 1;
  }

  .cta-form:before,
  .cta-form:after {
    content: "";
    border: 1px solid;
    position: absolute;
    border-color: inherit;
    z-index: 0;
  }

  .cta-form:before {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .cta-form:after {
    top: 3.8rem;
    right: 3.8rem;
    bottom: 3.8rem;
    left: 3.8rem;
  }
}

.jumbotron .cta-form {
  margin: -5rem 10px 0;
}

@media (min-width: 992px) {
  .jumbotron .cta-form {
    margin: -20rem 0 -4rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .jumbotron .cta-form {
    margin: -20rem 10px -4rem;
  }
}

@media (min-width: 768px) {
  .with-series.jumbotron .cta-form {
    margin: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .with-series.jumbotron .cta-form {
    margin: 4rem 0 0;
  }
}

@media (max-width: 767px) {
  .with-series.jumbotron .cta-form {
    margin: 3rem 10px 0;
    padding: 4rem 0 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 767px) {
  .with-series .cta-form .nav-tabs {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .with-series .cta-form .tab-content {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.cta-image img {
  width: 100%;
}

/* scss/articles/_videoBlock.scss */

@media (min-width: 992px) {
  .block-video.playing:hover .jumbo-caption {
    display: none;
  }
}

@media (max-width: 991px) {
  .block-video:not(.playing) > .jumbo-caption {
    display: none;
  }
}

.caption-video {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 21%;
  padding-top: 3.2rem;
  padding-left: 3.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

.caption-video strong {
  display: block;
  font-weight: 500;
  font-size: 1.8rem;
}

.video-js > div:not(.caption-video):not(.jumbo-caption):not(.playing-next) {
  width: 100%;
  height: 100%;
}

.embed-responsive .bc-player-SJEaRlDcf_default {
  position: absolute;
  top: 0;
  left: 0;
}

.embed-responsive .bc-player-SJEaRlDcf_default .vjs-big-play-button {
  border: 3px solid #fff;
  font-size: 3rem;
  width: 6rem;
  height: 6rem;
  line-height: 5.4rem;
  background-color: rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .embed-responsive .bc-player-SJEaRlDcf_default .vjs-big-play-button {
    font-size: 4rem;
    width: 8rem;
    height: 8rem;
    line-height: 7.4rem;
  }
}

.embed-responsive .video-js {
  font-family: "AlrightSans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

.module.playing-next {
  position: absolute;
  bottom: 8.5rem;
  right: 2rem;
  height: auto;
  width: 30rem;
  max-width: 50%;
  font-size: 1.5rem;
  padding-bottom: 0;
  pointer-events: none;
}

.module.playing-next .img-container {
  pointer-events: all;
}

.module.playing-next p {
  display: inline-block;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 1px black;
}

.module.playing-next:before {
  display: none;
}

.module.playing-next .module-img {
  margin-bottom: 0;
}

.module.playing-next .icon-close {
  float: right;
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
}

.module.playing-next .icon-close:before {
  top: 0;
  left: 0;
}

@media (max-width: 991px) {
  .module.playing-next {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    background: rgba(0, 0, 0, 0.5);
  }

  .module.playing-next .img-container {
    width: 65%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    margin-top: -2rem;
  }
}

/* scss/modules/_1big4small.scss */

.module {
  padding-bottom: 3.8rem;
}

.module:before {
  content: "";
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  display: block;
  padding-bottom: 3.8rem;
}

.bg-darker .module:before,
.bg-black .module:before {
  border-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .module:before {
    padding-bottom: 6rem;
  }
}

@media (min-width: 768px) {
  .module {
    padding-bottom: 6rem;
  }
}

.module[class*="-hero"]:before,
.module.border-0:before {
  display: none;
}

.module.pt-0:before {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .module.border-sm-0:before {
    padding-bottom: 0rem;
    display: none;
  }
}

@media (min-width: 992px) {
  .module.border-md-0:before {
    padding-bottom: 0rem;
    display: none;
  }
}

.module .article-header {
  margin-bottom: 0;
}

.module h2,
.module .h2 {
  line-height: 1.286;
}

.module h3,
.module .h3,
.module h4,
.module .h4,
.module h5,
.module .h5 {
  line-height: 1.333;
}

.module .article-title {
  margin: 0;
  letter-spacing: normal;
}

.module .article-title a {
  position: relative;
  /*hack to make space between mulitline links clickable*/
}

.module .article-title a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.module .article-title + .title-meta {
  margin-top: .6rem;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .module .article-title {
    line-height: 1.285;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .module h3.article-title,
  .module .h3.article-title {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .module h2.article-title,
  .module .h2.article-title,
  .module h3.article-title,
  .module .h3.article-title {
    font-weight: 500;
  }
}

.module .article-excerpt {
  margin-top: 1rem;
}

.module .title-meta {
  margin-bottom: .4rem;
}

@media (min-width: 768px) {
  .module .title-meta {
    margin-bottom: 1.2rem;
  }
}

.module .title-highlight {
  color: #333;
}

@media (min-width: 768px) {
  .module .smaller .title-meta {
    margin-bottom: .7rem;
  }
}

.module .smaller .article-excerpt {
  margin-top: .3rem;
}

@media (min-width: 768px) {
  .module .smaller .article-excerpt {
    margin-top: .7rem;
  }
}

@media (max-width: 767px) {
  .module .smaller .article-title {
    font-size: 1.4rem;
  }
}

.module .caption-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  padding-left: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  height: 54%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 10;
}

@media (min-width: 992px) {
  .module .caption-img {
    padding-left: 3rem;
    padding-bottom: 3rem;
    padding-right: 3rem;
  }
}

.module .caption-img img {
  width: auto;
}

.module .caption-img .title-meta,
.module .caption-img .secondary-meta {
  color: rgba(255, 255, 255, 0.8);
}

.module .caption-img .secondary-meta {
  font-size: 1.2rem;
  position: absolute;
  left: 3.4rem;
  bottom: 1.3rem;
  margin: 0;
}

.module .caption-img .article-excerpt {
  color: #fff;
}

.module a[class*="icon-"] {
  display: block;
  position: relative;
  z-index: 10;
}

.module a.icon-key:before {
  bottom: 1.1rem;
  right: 1rem;
}

.module a.icon-key:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: background 1s;
  transition: background 1s;
  z-index: 10;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
}

@media (min-width: 992px) {
  .module a.icon-key:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.5) 100%);
  }
}

.module a.icon-key:hover:after,
.module a.icon-key:focus:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background-color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  .module a.icon-key:hover:after,
  .module a.icon-key:focus:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.5) 100%);
  }
}

.module [class*="icon-"] {
  display: block;
}

.module [class*="icon-"]:before {
  position: absolute;
  z-index: 11;
}

.module .icon-video:before {
  bottom: .6rem;
  left: .4rem;
}

.section-recirc .module:first-child,
.jumbotron + .module:not(.side-by-side),
.carousel + .module:not(.side-by-side) {
  padding-top: 0;
}

.section-recirc .module:first-child:before,
.jumbotron + .module:not(.side-by-side):before,
.carousel + .module:not(.side-by-side):before {
  display: none;
}

.module-img {
  margin-bottom: 2rem;
  position: relative;
  display: block;
  overflow: hidden;
}

.module-img img {
  width: 100%;
}

.module-img a {
  display: block;
  position: relative;
  z-index: 10;
}

.module-img a:after {
  background: rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: background 1s;
  transition: background 1s;
  z-index: 1;
  border-radius: inherit;
}

.module-img a:hover:after,
.module-img a:focus:after {
  background: rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  .landing-module-list {
    margin-top: calc(-20vh - 6rem);
    padding-top: calc(20vh + 6rem);
  }
}

@media (min-width: 1280px) {
  .landing-module-list {
    margin-top: calc(-25.5vh - 6rem);
    padding-top: calc(25.5vh + 6rem);
  }
}

@media (min-width: 1600px) {
  .landing-module-list {
    margin-top: calc(-230px - 6rem);
    padding-top: calc(230px + 6rem);
  }
}

/* scss/modules/_galleries.scss */

@media (max-width: 767px) {
  .module-gallery > ul > li:nth-child(n+2) {
    margin-top: 2rem;
  }
}

.module-gallery .article-title {
  font-size: 2.2rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .module-gallery .article-title {
    font-size: 2.4rem;
  }
}

.module-gallery .title-meta {
  font-size: 1.2rem;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 1.2rem;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .module-gallery .title-meta {
    font-size: 1.3rem;
  }
}

.no-touchevents .module-gallery .gallery-item:hover .caption-overlay,
.no-touchevents .module-gallery .gallery-item:focus .caption-overlay {
  opacity: 1;
}

.no-touchevents .module-gallery .gallery-item:hover .caption-overlay img,
.no-touchevents .module-gallery .gallery-item:hover .caption-overlay .title-meta,
.no-touchevents .module-gallery .gallery-item:focus .caption-overlay img,
.no-touchevents .module-gallery .gallery-item:focus .caption-overlay .title-meta {
  opacity: 1;
}

.module-gallery .gallery-item > a {
  color: #fff;
}

.module-gallery .gallery-item > a:focus .caption-overlay {
  opacity: 1;
}

.module-gallery .gallery-item > a:focus .caption-overlay img,
.module-gallery .gallery-item > a:focus .caption-overlay .title-meta {
  opacity: 1;
}

.module-gallery .gallery-item > a.icon-key:hover:after {
  background-color: transparent;
}

.module-gallery .module-img {
  margin: 0;
}

.module-gallery .caption-overlay {
  padding-left: 2rem;
  padding-right: 2rem;
}

.module-gallery .caption-overlay img {
  max-width: calc(100% - 4rem);
  margin: 0 auto;
}

@media (max-width: 991px) {
  .module-gallery .caption-overlay img {
    width: auto;
  }
}

.no-touchevents .module-gallery .caption-overlay {
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
  opacity: 0;
}

.no-touchevents .module-gallery .caption-overlay img {
  opacity: 0;
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.no-touchevents .module-gallery .caption-overlay .title-meta {
  opacity: 0;
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.gallery-lg {
  padding-top: 2rem;
  padding-bottom: 3.8rem;
}

.gallery-lg:before {
  display: none;
}

@media (min-width: 768px) {
  .gallery-lg {
    padding-bottom: 6rem;
    padding-top: 3rem;
  }
}

.gallery-hero {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .gallery-hero > ul > li:nth-child(n+2) {
    margin-top: 3rem;
  }
}

@media (min-width: 768px) {
  .gallery-hero .article-title {
    font-size: 4rem;
  }
}

@media (min-width: 768px) {
  .gallery-hero .title-meta {
    margin-top: 2.4rem;
  }
}

#type_gallery .gallery_image {
  cursor: pointer;
}

/* scss/modules/_map.scss */

@media (min-width: 992px) {
  #dotMap {
    height: 500px;
    width: 943px;
    background: url(https://d11nuriyhamvfv.cloudfront.net/img/front/dot-map.svg) no-repeat;
    background-size: contain;
    position: relative;
    margin-bottom: 6rem;
  }
}

@media (max-width: 991px) {
  #dotMap {
    display: none;
  }
}

.map-locations .location {
  position: absolute;
  background: #111;
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.15);
  height: 31px;
  width: 31px;
  border-radius: 16px;
  text-align: center;
  padding-top: 6px;
  cursor: pointer;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.map-locations .location:hover,
.map-locations .location:focus {
  background-color: #9CA8DE;
  outline: none;
}

.map-locations .los-angeles {
  top: 219px;
  left: 124px;
}

.map-locations .new-york {
  top: 171px;
  left: 237px;
}

.map-locations .london {
  top: 110px;
  left: 402px;
}

.map-locations .india {
  bottom: 241px;
  right: 283px;
}

.map-locations .bangkok {
  bottom: 215px;
  right: 220px;
}

.map-locations .thailand {
  bottom: 190px;
  right: 210px;
}

.map-locations .hanoi {
  bottom: 252px;
  right: 202px;
}

.map-locations .icon-bunny-white:before {
  height: 21px;
  width: 15px;
}

/* scss/modules/_ribbons.scss */

[class*="ribbons-"] {
  position: relative;
}

@media (max-width: 767px) {
  [class*="ribbons-"] .smaller .article-title {
    font-size: 1.4rem;
  }
}

[class*="ribbons-"] .article-excerpt + .btn:not(.hide),
[class*="ribbons-"] .btn.hide + .btn:not(.hide) {
  margin-top: 1.3rem;
}

@media (max-width: 767px) {
  [class*="ribbons-"] .article-excerpt + .btn:not(.hide),
  [class*="ribbons-"] .btn.hide + .btn:not(.hide) {
    display: block;
  }
}

[class*="ribbons-"] .caption-img,
[class*="ribbons-"] .icon-key:before {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 991px) {
  .ribbons-3-up .swiper-slide {
    max-width: 45%;
  }
}

@media (max-width: 767px) {
  .ribbons-3-up .swiper-slide {
    max-width: 78%;
  }
}

@media (min-width: 768px) {
  .list-results .ribbons-3-up article:nth-child(n+4),
  .ribbons-3-up.no-js article:nth-child(n+4) {
    margin-top: 3.6rem;
  }
}

@media (max-width: 767px) {
  .list-results .ribbons-3-up article:nth-child(n+2),
  .ribbons-3-up.no-js article:nth-child(n+2) {
    margin-top: 3.7rem;
  }
}

@media (max-width: 991px) {
  .ribbons-4-up .swiper-slide {
    max-width: 36%;
  }
}

@media (max-width: 767px) {
  .ribbons-4-up .swiper-slide {
    max-width: 70%;
  }
}

@media (max-width: 991px) {
  .ribbons-5-up .swiper-slide {
    max-width: 27%;
  }
}

@media (max-width: 767px) {
  .ribbons-5-up .swiper-slide {
    max-width: 34%;
  }
}

.series-ribbon .article-title {
  font-size: 1.4rem;
}

.series-ribbon .module-img {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .series-ribbon .module-img {
    margin-bottom: 1rem;
  }
}

.gallery-ribbon .module-img {
  margin-bottom: 1.3rem;
}

.episodes-ribbon a.icon-key:after {
  display: none;
}

/* scss/modules/_allArticlesList.scss */

@media (max-width: 991px) {
  .all-articles .article:nth-child(n+3) {
    margin-top: 2.7rem;
  }
}

.all-articles .article-title {
  display: inline-block;
}

@media (min-width: 768px) {
  .all-articles .title-meta {
    margin-bottom: .5rem;
  }
}

.all-articles.articles-1-up .article + .article {
  margin-top: 3.7rem;
}

@media (min-width: 768px) {
  .all-articles.articles-1-up .article + .article-1x1 {
    margin-top: 4rem;
  }
}

.all-articles.articles-1-up .article-title + .article-excerpt {
  margin-top: .4rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .all-articles.articles-1-up-xs .article:nth-child(n+3) {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .all-articles.articles-1-up-xs .article:nth-child(n+2) {
    margin-top: 3.6rem;
  }
}

@media (min-width: 992px) {
  .all-articles.articles-3-up .article:nth-child(n+4) {
    margin-top: 3.6rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .all-articles.articles-3-up.articles-1-up-xs .article:nth-child(n+4) {
    margin-top: 3.6rem;
  }
}

@media (min-width: 992px) {
  .all-articles.articles-4-up .article:nth-child(n+5) {
    margin-top: 3.6rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .all-articles.articles-5-up .article {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }

  .all-articles.articles-5-up .article:nth-child(n+3) {
    margin-top: 0;
  }

  .all-articles.articles-5-up .article:nth-child(n+5) {
    margin-top: 3.8rem;
  }
}

@media (min-width: 992px) {
  .all-articles.articles-5-up .article {
    max-width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }

  .all-articles.articles-5-up .article:nth-child(n+6) {
    margin-top: 3.8rem;
  }
}

@media (min-width: 768px) {
  .all-articles.articles-5-up .module-img {
    margin-bottom: .9rem;
  }
}

@media (min-width: 768px) {
  .all-articles .article-1x1 .module-img {
    margin-bottom: 0;
  }
}

.media-list .article-title {
  font-size: 1.3rem;
}

@media (min-width: 992px) {
  .media-list .article-title {
    font-weight: 400;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .articles-5-up .media-list .article {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .articles-5-up .media-list .article:nth-child(n+3) {
    margin-top: 1.5rem;
  }
}

@media (max-width: 767px) {
  .articles-5-up .media-list .article:nth-child(n+2) {
    margin-top: 1.5rem;
  }
}

@media (min-width: 992px) {
  .articles-5-up .media-list .article:nth-child(n+6) {
    margin-top: 2.6rem;
  }
}

@media (max-width: 991px) {
  .articles-5-up .media-list .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.media-list .module-img a:after {
  display: none;
}

.media-list .module-img a:hover img,
.media-list .module-img a:focus img {
  opacity: 1;
}

.media-list .module-img img {
  opacity: .6;
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.media-list .active .module-img {
  outline: 2px solid #fff;
}

.media-list .active .module-img img {
  opacity: 1;
}

.media-list .active .article-title a {
  color: #fff;
}

@media (max-width: 991px) {
  .media-list .module-img {
    max-width: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    margin-right: 10px;
    margin-bottom: 0;
  }

  .media-list .caption-img .secondary-meta {
    right: .4rem;
    bottom: .9rem;
  }

  .media-list .icon-video:before {
    left: 0;
    bottom: 0;
  }
}

.gallery-list .module-img {
  margin-bottom: .7rem;
}

@media (min-width: 768px) {
  .gallery-list .module-img {
    margin-bottom: 1.4rem;
  }
}

/* scss/modules/_1big4small.scss */

.one-big-4-sm .four-small .row:nth-child(2) {
  margin-top: 2.7rem;
}

@media (min-width: 768px) {
  .one-big-4-sm .four-small .row:nth-child(2) {
    margin-top: 3.7rem;
  }
}

@media (max-width: 767px) {
  .one-big-4-sm .four-small {
    margin-top: 3.2rem;
  }
}

.one-big-4-sm .article-excerpt {
  margin-top: .7rem;
}

@media (max-width: 767px) {
  .one-big-4-sm .smaller .article-title {
    font-size: 1.4rem;
  }
}

/* scss/modules/_2over3.scss */

.two-over-3 .row + .row {
  margin-top: 3.7rem;
}

@media (max-width: 767px) {
  .two-over-3 > .row > [class*="col-"] + [class*="col-"] {
    margin-top: 3.7rem;
  }
}

.two-over-3 picture.module-img {
  display: block;
  position: relative;
  z-index: 10;
}

.two-over-3 picture.module-img:after {
  background: rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: background 1s;
  transition: background 1s;
  z-index: 1;
  border-radius: inherit;
}

.two-over-3 picture.module-img:hover:after,
.two-over-3 picture.module-img:focus:after {
  background: rgba(0, 0, 0, 0.2);
}

/* scss/modules/_4x3ThreeStacked.scss */

@media (min-width: 768px) {
  .four-by-three .module-img {
    margin-bottom: 0;
  }
}

.four-by-three .row + .row {
  margin-top: 3.7rem;
}

@media (min-width: 768px) {
  .four-by-three .row + .row {
    margin-top: 6rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .four-by-three .article-header {
    padding-left: 2rem;
  }
}

@media (min-width: 992px) {
  .four-by-three .article-header {
    padding-left: 6rem;
  }
}

@media (min-width: 1280px) {
  .four-by-three .title-meta {
    margin-bottom: 1.7rem;
  }

  .four-by-three .article-excerpt {
    margin-top: 1.7rem;
  }
}

/* scss/modules/_50x50.scss */

.fifty-fifty:before {
  display: none;
}

.fifty-fifty .module-img {
  margin-bottom: 0;
}

.fifty-fifty .article-header {
  border-color: rgba(255, 255, 255, 0.15);
}

@media (min-width: 768px) {
  .fifty-fifty .article-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100%;
  }
}

@media (min-width: 992px) {
  .fifty-fifty .article-header {
    padding: 3.5rem;
  }

  .fifty-fifty .article-header > * {
    position: relative;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    z-index: 1;
  }

  .fifty-fifty .article-header:before {
    content: "";
    border: 1px solid;
    position: absolute;
    border-color: inherit;
    z-index: 0;
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }
}

@media (max-width: 991px) {
  .fifty-fifty .article-header {
    padding: 1.7rem 2rem 2.8rem;
  }
}

.bg-darker .fifty-fifty .article-header {
  background-color: #000 !important;
}

.bg-darker .fifty-fifty .article-header:after {
  background-color: #000;
}

.fifty-fifty .article-excerpt {
  margin-bottom: 2.7rem;
}

@media (max-width: 991px) {
  .fifty-fifty .article-excerpt {
    margin-bottom: 1.7rem;
  }
}

.fifty-fifty .price-product {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.fifty-fifty .btn {
  white-space: normal;
}

.fifty-fifty .btn + .btn {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .fifty-fifty .btn + .btn {
    margin-left: 2rem;
    margin-top: 0;
  }
}

.fifty-fifty p:last-child,
.fifty-fifty .form-group:last-child {
  margin-bottom: 0;
}

.fifty-fifty .icon-key:before {
  bottom: 1.1rem;
  right: 1rem;
}

.fifty-fifty .icon-key:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: background 1s;
  transition: background 1s;
  z-index: 10;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
}

@media (min-width: 768px) {
  .fifty-fifty .article-title,
  .fifty-fifty .article-excerpt {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .fifty-fifty .form-group {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .fifty-fifty .article-title {
    font-size: 2.4rem;
  }

  .fifty-fifty .title-meta {
    padding-top: 3rem;
  }

  .fifty-fifty p:last-child {
    padding-bottom: 3rem;
  }
}

@media (min-width: 992px) {
  .fifty-fifty .block-product {
    padding: 3.5rem 0 3.5rem 3.5rem;
  }
}

@media (min-width: 1600px) {
  .fifty-fifty .article-title,
  .fifty-fifty .article-excerpt {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .fifty-fifty .form-group {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

@media (max-width: 991px) {
  .fifty-fifty .block-product {
    padding-bottom: 0;
    margin: 0;
  }
}

.member-benefit .article-header:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/key.svg);
  height: 3.5rem;
  width: 2.5rem;
  background-color: #0d0d0d;
  top: 1.8rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

@media (max-width: 991px) {
  .member-benefit .article-header {
    padding: 6.6rem 2rem 2.8rem;
  }

  .member-benefit .article-header:before {
    content: "";
    border: 0;
    border-top: 1px solid;
    position: absolute;
    border-color: inherit;
    top: 3.5rem;
    left: 2rem;
    right: 2rem;
  }
}

@media (max-width: 767px) {
  .member-benefit .article-title {
    font-size: 2.2rem;
  }
}

/* scss/modules/_eventList.scss */

.list-events {
  font-size: 1.4rem;
}

.list-events .list-item {
  padding: 2rem;
  border-top: 1px solid #E6E6E6;
}

.list-events .list-item:last-child {
  border-bottom: 1px solid #E6E6E6;
}

.list-events .list-item:nth-child(even) {
  background: #fafafa;
}

.list-events .event-logo {
  width: 4rem;
  height: auto;
  margin-right: .9rem;
}

@media (min-width: 768px) {
  .list-events .event-logo {
    width: 6.4rem;
    margin-right: 1.8rem;
  }
}

.list-events .meta-date {
  font-size: 1.3rem;
  line-height: 1.23;
  color: #555;
}

.list-events .meta-date strong {
  font-weight: 500;
  font-size: 1.4rem;
  display: block;
  margin-bottom: .2rem;
  color: #333;
}

@media (min-width: 992px) {
  .list-events .meta-date strong {
    margin-bottom: .6rem;
  }
}

@media (max-width: 991px) {
  .list-events .meta-date {
    padding: 0;
  }
}

.list-events .meta-descr {
  line-height: 1.428;
}

@media (max-width: 991px) {
  .list-events .meta-descr {
    padding: 1.2rem 0 1.6rem;
  }
}

/* scss/modules/_list.scss */

.list-module .row + .row {
  margin-top: 3.7rem;
}

@media (min-width: 768px) {
  .list-module .row + .row {
    margin-top: 6rem;
  }
}

@media (min-width: 768px) {
  .list-module .module-img {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .list-module .title-meta {
    margin-bottom: 1.1rem;
  }
}

.list-module ol.list-unstyled {
  counter-reset: ordered-list;
}

.list-module ol.list-unstyled .article-header {
  padding-left: 5.1rem;
  position: relative;
}

@media (min-width: 768px) {
  .list-module ol.list-unstyled .article-header {
    padding-left: 5.9rem;
  }
}

.list-module ol.list-unstyled .article-header:before {
  color: #808080;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  counter-increment: ordered-list;
  content: counter(ordered-list, decimal-leading-zero);
  text-align: center;
  position: absolute;
  top: 1.5rem;
  left: 10px;
}

@media (min-width: 768px) {
  .list-module ol.list-unstyled .article-header:before {
    font-size: 2.4rem;
    top: 2.1rem;
  }
}

@media (min-width: 768px) {
  .list-module ol.list-unstyled .article-header:before {
    left: 10px;
  }
}

@media (min-width: 992px) {
  .list-module ol.list-unstyled .article-header:before {
    left: 10px;
  }
}

@media (min-width: 1280px) {
  .list-module ol.list-unstyled .article-header:before {
    left: 15px;
  }
}

@media (min-width: 1600px) {
  .list-module ol.list-unstyled .article-header:before {
    left: 15px;
  }
}

.list-videos .row + .row {
  margin-top: 3.7rem;
}

@media (min-width: 768px) {
  .list-videos .row + .row {
    margin-top: 4rem;
  }
}

@media (min-width: 768px) {
  .list-videos .module-img {
    margin-bottom: 0;
  }
}

/* scss/modules/_sideByside.scss */

.side-by-side {
  padding-bottom: 0;
}

.side-by-side:before {
  padding-bottom: 0;
}

.side-by-side article[class*="col-"] {
  padding-top: 4rem;
  padding-bottom: 3.8rem;
}

.side-by-side article[class*="col-"] + article[class*="col-"]:before {
  content: "";
  display: block;
  border-top: 1px solid #e6e6e6;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .side-by-side article[class*="col-"] {
    padding-left: 1rem;
    padding-right: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .side-by-side article[class*="col-"] + article[class*="col-"] {
    padding-left: 2rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {
  .side-by-side article[class*="col-"] + article[class*="col-"] {
    border-left: 1px solid #E6E6E6;
  }

  .side-by-side article[class*="col-"] + article[class*="col-"]:before {
    display: none;
  }
}

@media (min-width: 992px) {
  .side-by-side article[class*="col-"] {
    padding: 6rem;
  }
}

@media (min-width: 1280px) {
  .side-by-side article[class*="col-"] {
    padding-left: 8rem;
    padding-right: 10.5rem;
  }

  .side-by-side article[class*="col-"] + article[class*="col-"] {
    padding-left: 10.5rem;
    padding-right: 8rem;
  }
}

.side-by-side .title-meta {
  margin-bottom: .4rem;
}

.side-by-side .article-excerpt {
  margin-top: .5rem;
}

.side-by-side .article-excerpt + .btn {
  margin-top: 1.3rem;
}

@media (max-width: 767px) {
  .side-by-side .article-excerpt + .btn {
    display: block;
  }
}

.side-by-side .btn-view-all {
  margin-bottom: 3.8rem;
}

@media (min-width: 992px) {
  .side-by-side .btn-view-all {
    margin-bottom: 6rem;
  }
}

@media (max-width: 767px) {
  .side-by-side .btn-view-all {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .side-by-side + .carousel:before,
  .side-by-side + .jumbotron:before {
    display: block;
  }
}

/* scss/modules/_singleSeries.scss */

@media (max-width: 1279px) {
  .single-series .media {
    display: block;
  }
}

.single-series .module-img {
  margin-bottom: 1.2rem;
}

@media (min-width: 1280px) {
  .single-series .module-img {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
}

@media (min-width: 1280px) {
  .single-series .media-body {
    padding: 4rem 4rem 0;
    background: #fafafa;
  }

  .bg-darker .single-series .media-body {
    background: #000;
  }
}

@media (min-width: 1600px) {
  .single-series .media-body {
    padding: 6rem 6rem 0;
  }
}

@media (max-width: 1279px) {
  .single-series .media-body {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.single-series .article-header {
  margin-bottom: 1.8rem;
}

@media (min-width: 768px) {
  .single-series .article-header {
    margin-bottom: 3.2rem;
  }
}

.single-series .article-title {
  font-size: 1.8rem;
  line-height: 1.3;
}

@media (min-width: 1600px) {
  .single-series .article-title {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .single-series .smaller .article-excerpt {
    margin-top: .4rem;
  }
}

.single-series .title-meta {
  margin-bottom: 0;
}

.single-series ol.list-unstyled {
  counter-reset: series-list;
  margin-top: .5rem;
  margin-bottom: 1.2rem;
}

@media (min-width: 1280px) {
  .single-series ol.list-unstyled {
    margin-top: 1.5rem;
    margin-bottom: 2.2rem;
  }
}

.single-series ol.list-unstyled li {
  position: relative;
  padding: 1.8rem 0 1.5rem 3.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.28;
}

.single-series ol.list-unstyled li + li {
  border-top: 1px solid #E6E6E6;
}

.bg-darker .single-series ol.list-unstyled li + li,
.bg-black .single-series ol.list-unstyled li + li {
  border-color: rgba(255, 255, 255, 0.1);
}

.single-series ol.list-unstyled li:before {
  color: #888;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.2;
  counter-increment: series-list;
  content: "E" counter(series-list);
  text-align: center;
  position: absolute;
  top: 1.8rem;
  left: 0;
}

.single-series .icon-key:before {
  bottom: 1.1rem;
  right: 1rem;
}

@media (min-width: 768px) {
  .single-series .icon-key:before {
    bottom: 3rem;
    right: 3rem;
  }
}

@media (max-width: 767px) {
  .single-series .icon-key:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: background 1s;
    transition: background 1s;
    z-index: 10;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
  }
}

@media (max-width: 767px) {
  .single-series .btn {
    display: block;
  }
}

/* scss/modules/_fourSeries.scss */

@media (max-width: 1279px) {
  .four-series .media {
    display: block;
  }
}

@media (min-width: 1280px) {
  .four-series .module-img {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
  }
}

@media (max-width: 1279px) {
  .four-series .module-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .four-series .module-img > a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
  }

  .four-series .module-img .article-header {
    padding: 0 18px 0;
    margin: 0;
  }
}

@media (min-width: 1280px) {
  .four-series .media-body {
    padding: 4.2rem 3rem 0;
    background: #fafafa;
  }

  .bg-darker .four-series .media-body {
    background: #000;
  }
}

@media (max-width: 1279px) {
  .four-series .media-body {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.four-series .article-header {
  margin-bottom: 1.3rem;
}

.four-series .article-title {
  font-size: 1.8rem;
  line-height: 1.3;
}

@media (min-width: 1600px) {
  .four-series .article-title {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .four-series .article-title + .title-meta {
    margin-top: 1rem;
  }
}

.four-series .article-excerpt {
  margin-bottom: 1.8rem;
}

@media (min-width: 1280px) {
  .four-series .article-excerpt {
    margin-top: 1.2rem;
  }
}

.four-series .row + .row {
  margin-top: 6rem;
}

@media (min-width: 1280px) {
  .four-series .row + .row {
    margin-top: 3rem;
  }
}

@media (max-width: 767px) {
  .four-series article[class*="col-"] + article[class*="col-"] {
    margin-top: 6rem;
  }
}

/* scss/modules/_pageHeaderText.scss */

.page-header {
  margin-top: 2rem;
}

.page-header:before {
  display: none;
}

@media (min-width: 768px) {
  .page-header {
    margin-top: 4rem;
  }
}

.page-header .title-meta {
  margin-bottom: .4rem;
}

.page-header .title-header {
  margin-bottom: 1.3rem;
  line-height: 1.3125;
  letter-spacing: .375rem;
}

.page-header p:last-child {
  margin-bottom: 0;
}

.page-header .body-copy {
  font-size: 1.5rem;
  line-height: 1.6;
}

/* scss/modules/_profiles.scss */

.profile-list .list-unstyled {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .profile-list .module-img img {
    width: 14rem;
    height: 14rem;
  }
}

.profile-list .module-img a {
  border-radius: 50%;
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .profiles-3-up {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

@media (min-width: 1600px) {
  .profiles-3-up {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .profiles-3-up > li {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .profiles-3-up > li:nth-child(n+3) {
    margin-top: 3.4rem;
  }
}

@media (min-width: 992px) {
  .profiles-3-up > li:nth-child(n+4) {
    margin-top: 3.4rem;
  }
}

@media (min-width: 1600px) {
  .profiles-3-up > li {
    padding-left: 4.6rem;
    padding-right: 4.6rem;
  }
}

@media (max-width: 767px) {
  .profiles-3-up > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .profiles-3-up > li:nth-child(n+2) {
    margin-top: 3rem;
  }
}

@media (max-width: 767px) {
  .profiles-3-up .module-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    margin: 0 2rem 0 0;
  }

  .profiles-3-up .module-img img {
    width: 8rem;
    height: 8rem;
  }
}

.profiles-3-up .article-title {
  line-height: 1.286;
}

@media (max-width: 767px) {
  .profiles-3-up .article-excerpt {
    margin-top: .3rem;
  }
}

@media (min-width: 768px) {
  .profiles-5-up > li {
    max-width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }

  .profiles-5-up > li:nth-child(n+6) {
    margin-top: 3.8rem;
  }

  .profiles-5-up > li:nth-child(n+6) {
    margin-top: 2.6rem;
  }
}

@media (max-width: 767px) {
  .profiles-5-up > li:nth-child(n+3) {
    margin-top: 2.6rem;
  }
}

.profiles-5-up .module-img img {
  width: 10rem;
  height: 10rem;
}

@media (min-width: 768px) {
  .profiles-5-up .module-img img {
    width: 8rem;
    height: 8rem;
  }
}

.profiles-5-up .article-title {
  font-size: 1.4rem;
}

.profiles-6-up {
  padding-bottom: 3.6rem;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .profiles-6-up > li:nth-child(n+5) {
    margin-top: 3.6rem;
  }
}

@media (min-width: 1280px) {
  .profiles-6-up > li:nth-child(n+7) {
    margin-top: 3.6rem;
  }
}

@media (max-width: 767px) {
  .profiles-6-up > li:nth-child(n+3) {
    margin-top: 2.7rem;
  }
}

.profiles-6-up .module-img {
  margin-bottom: .7rem;
}

@media (min-width: 768px) {
  .profiles-6-up .module-img {
    margin-bottom: 1.4rem;
  }
}

@media (max-width: 767px) {
  .profiles-6-up .module-img img {
    width: 10rem;
    height: 10rem;
  }
}

/* scss/modules/_seriesHero.scss */

.series-hero .module-img {
  margin: 0;
}

.series-hero .title-meta {
  margin-bottom: .9rem;
}

@media (min-width: 768px) {
  .series-hero .title-meta {
    margin-bottom: 1rem;
  }
}

.series-hero .article-title {
  font-size: 2rem;
  line-height: 1.3;
  color: #fff;
}

.series-hero img.article-title {
  width: 75%;
  height: auto;
}

@media (min-width: 992px) {
  .series-hero img.article-title {
    height: 30px;
    width: auto;
  }
}

.series-hero .article-excerpt {
  font-size: 1.4rem;
  margin-top: 1.3rem;
}

@media (max-width: 767px) {
  .series-hero article[class*="col-"] + article[class*="col-"] {
    margin-top: 2rem;
  }
}

.series-hero .icon-key:before {
  bottom: 1.1rem;
  right: 1rem;
}

@media (min-width: 768px) {
  .series-hero .icon-key:before {
    bottom: 3rem;
    right: 3rem;
  }
}

/* scss/modules/_topics.scss */

.module-topics .img-fluid {
  width: 100%;
}

.module-topics .caption-overlay {
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: background .6s ease-in-out;
  transition: background .6s ease-in-out;
}

.module-topics .article-title {
  font-size: 1.3rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .module-topics .article-title {
    font-size: 1.4rem;
  }
}

.module-topics a:hover .caption-overlay,
.module-topics a:focus .caption-overlay {
  background: rgba(0, 0, 0, 0.6);
}

/* scss/modules/_topicHero.scss */

@media (min-width: 768px) {
  .topic-hero .article-header {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 100%;
    background: #fafafa;
  }

  [class*="bg-"][class*="lighter"] .topic-hero .article-header {
    background: #fff;
  }

  .topic-hero .module-img {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .topic-hero .article-title {
    font-size: 2.4rem;
  }
}

@media (min-width: 1280px) {
  .topic-hero .article-header {
    padding-left: 6rem;
    padding-right: 5.6rem;
  }

  .topic-hero .title-meta {
    margin-bottom: 1.6rem;
  }

  .topic-hero .article-excerpt {
    margin-top: 1.9rem;
    padding-right: 2rem;
  }
}

.hero-video-list .module-img {
  margin: 0;
}

.list-hero-videos {
  padding: 1.5rem;
}

@media (min-width: 992px) {
  .list-hero-videos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
    overflow-y: auto;
  }
}

@media (max-width: 991px) {
  .list-hero-videos {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.list-hero-videos li .update-hero-video {
  padding: 1.1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

@media (min-width: 1280px) {
  .list-hero-videos li .update-hero-video {
    padding: 1.5rem 1.9rem 1.5rem 1.4rem;
  }
}

.list-hero-videos li.active .update-hero-video {
  background: #fff;
  outline: 1px solid #E6E6E6;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.03);
}

.list-hero-videos li.active .update-hero-video .article-title {
  color: #333;
}

.list-hero-videos .module-img {
  max-width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin: 0 1.1rem 0 0;
}

.list-hero-videos .caption-img {
  padding: 0;
}

.list-hero-videos .caption-img .secondary-meta {
  bottom: .9rem;
  right: .4rem;
  line-height: 1.167;
}

.list-hero-videos .caption-img.icon-video:before {
  left: 0;
  bottom: 0;
}

.list-hero-videos .article-title {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.385;
  color: #555;
}

@media (min-width: 1280px) {
  .list-hero-videos .article-title {
    font-size: 1.4rem;
    line-height: 1.285;
  }
}

/* scss/modules/_nextModule.scss */

/*hack for ios only devices*/

@supports (-webkit-overflow-scrolling: touch) {
  .next-up-open #header-global {
    display: none;
  }
}

.next-up {
  padding-bottom: 0;
}

.next-up:before {
  display: none;
}

@media (min-width: 992px) {
  .next-up {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    right: 0;
  }
}

.next-up .trigger-next {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .15rem;
  margin-bottom: 0;
  padding: 1.5rem 0;
  position: fixed;
  z-index: 1031;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: bottom 300ms ease-in-out;
  transition: bottom 300ms ease-in-out;
  background: #f5f5f5;
  width: 33rem;
  height: 4rem;
}

.next-up .trigger-next span {
  padding-bottom: 1px;
  border-bottom: 2px solid #DB2817;
}

@media (min-width: 992px) {
  .next-up .trigger-next {
    font-size: 1.4rem;
    padding: 0;
    position: absolute;
    right: -4rem;
    top: 50%;
    -webkit-transform: rotate(90deg) translateX(50%);
            transform: rotate(90deg) translateX(50%);
    -webkit-transform-origin: right top 0;
            transform-origin: right top 0;
    -webkit-transition: right 300ms ease-in-out;
    transition: right 300ms ease-in-out;
    float: right;
  }

  .next-up .trigger-next.show {
    right: 0rem;
    bottom: inherit;
  }

  .next-up .trigger-next:focus {
    outline: 1px dashed #B3B3B3;
  }
}

@media (max-width: 991px) {
  .next-up .trigger-next {
    -webkit-box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    width: 100%;
    bottom: -6rem;
    left: 0;
  }

  .next-up .trigger-next.show {
    bottom: 0;
  }

  .next-up .trigger-next.out-of-view {
    bottom: -100%;
  }
}

.next-up article {
  opacity: 0;
  display: none;
}

.next-up article.opaque {
  opacity: 1;
}

@media (min-width: 768px) {
  .next-up article {
    width: 40rem;
  }
}

@media (min-width: 992px) {
  .next-up article {
    min-height: 33rem;
    background: #fff;
    border-right: 4rem solid #f5f5f5;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    -webkit-animation: fadeOutRightShort 300ms ease-in-out;
            animation: fadeOutRightShort 300ms ease-in-out;
  }
}

@media (max-width: 991px) {
  .next-up article {
    margin: 0 auto;
    padding-bottom: 5rem;
    position: fixed;
    top: 50%;
    z-index: 1;
    -webkit-animation: fadeOut 300ms ease-in-out;
            animation: fadeOut 300ms ease-in-out;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .next-up article {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (max-width: 767px) {
  .next-up article {
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin: 0 2rem;
  }
}

@media (max-width: 991px) {
  .next-up #nextModuleContent {
    position: relative;
  }
}

.next-up .module-img {
  margin: 0;
}

.next-up .module-img .article-title {
  font-size: 2.7rem;
}

.next-up .caption-overlay {
  padding-left: 2rem;
  padding-right: 2rem;
}

.next-up .article-header {
  background: #fff;
  padding: 2rem;
}

@media (min-width: 992px) {
  .next-up .article-header {
    padding-bottom: 5rem;
  }
}

.next-up .icon-play-video:before {
  height: 6rem;
  width: 6rem;
}

.next-up .icon-close {
  -webkit-transition: none;
  transition: none;
}

@media (max-width: 991px) {
  .next-up .icon-close {
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 1030;
    opacity: 0;
    display: none;
    -webkit-animation: fadeOut 300ms ease-in-out;
            animation: fadeOut 300ms ease-in-out;
  }
}

.next-up .icon-close.opaque {
  opacity: .5;
}

.next-up .btn-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 992px) {
  .next-up .btn-footer {
    bottom: 1.5rem;
  }
}

@media (min-width: 992px) {
  .next-up.show {
    z-index: 1030;
  }
}

.next-up.show article {
  -webkit-animation: fadeInRightCenter 300ms ease-in-out 300ms;
          animation: fadeInRightCenter 300ms ease-in-out 300ms;
}

@media (min-width: 992px) {
  .next-up.show article {
    -webkit-animation: fadeInRightShort 300ms ease-in-out;
            animation: fadeInRightShort 300ms ease-in-out;
  }
}

@media (max-width: 991px) {
  .next-up.show article {
    z-index: 1030;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .next-up.show article {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (max-width: 767px) {
  .next-up.show article {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media (max-width: 991px) {
  .next-up.show .icon-close {
    -webkit-animation: fadeInHalf 300ms ease-in-out 300ms;
            animation: fadeInHalf 300ms ease-in-out 300ms;
  }
}

.modal-quick-shop,
.shopify-buy-cart-wrapper.shopify-buy-frame--cart {
  width: 90%;
  max-width: none;
}

.modal-quick-shop {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(100%);
  transform: translateY(-50%) translateX(100%);
  height: 100%;
  overflow-y: scroll;
  overflow-x: auto;
  border: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  background: white;
  cursor: initial;
  text-align: center;
  -webkit-box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 0.5em;
}

.modal-quick-shop.open {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
  z-index: 1030;
}

.shopify-buy__btn {
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  margin: 0;
  cursor: pointer;
  letter-spacing: 0.175rem;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  height: auto;
  line-height: 2.5rem;
  padding: 1rem 4rem;
  border-radius: 0;
  background: #212121;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
}

.shopify-buy__btn:hover {
  background: #111;
}

.shopify-buy__product__title {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  margin-bottom: 1rem;
}

.shopify-buy__product__variant-img {
  max-width: 75%;
  height: auto;
  max-height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.carousel-button {
  border: 0;
  width: 2rem;
  padding: 0;
  background: #fff;
}

.carousel-button--previous .carousel-button-arrow {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.shopify-buy__product__price {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.shopify-buy__option-select-wrapper {
  width: 4rem;
  padding: 0;
}

.shopify-buy__product-img-wrapper {
  height: 250px;
  margin-bottom: 2rem;
}

.main-image-wrapper {
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
}

.carousel-button--next {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.carousel-button--previous {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.shopify-buy__btn--close,
.product-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0;
  font-size: 4rem;
  line-height: 4rem;
  height: 4rem;
  width: 4rem;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10000;
  overflow: hidden;
  background: transparent;
}

.shopify-buy__btn--close span,
.product-close span {
  pointer-events: none;
}

.shopify-buy__product-description {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px solid #333;
  margin-top: 3rem;
  text-align: left;
}

.shopify-buy__product__title,
.shopify-buy__product__price,
.shopify-buy__btn-wrapper,
.shopify-buy__product-description,
.shopify-buy__product__variant-selectors {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
}

.shopify-buy__product__title,
.shopify-buy__product__price {
  font-size: 2rem;
}

.shopify-buy__option-select-wrapper {
  position: relative;
  width: 100%;
}

.shopify-buy__select-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  height: 33%;
  width: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shopify-buy__option-select__select {
  display: block;
  border-radius: 0;
  height: 4.8rem;
  line-height: 2.2rem;
  padding: 1.2rem;
  color: #212121;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 1rem;
  cursor: pointer;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(17, 17, 17, 0.2);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: 0s;
  transition: 0s;
  background: rgba(255, 255, 255, 0.8);
}

.shopify-buy__option-select {
  text-align: left;
}

.shopify-buy__option-select label {
  text-align: left;
  padding: 0 1.2rem;
}

.shopify-buy__product__variant-selectors {
  margin-bottom: 1rem;
}

/* cart */

.shopify-buy-cart-wrapper.shopify-buy-frame--cart {
  overflow-x: hidden;
  overflow-y: auto;
  background: white;
  -webkit-box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.shopify-buy-cart-wrapper .shopify-buy__cart-item__image {
  width: 100%;
  max-width: 74px;
  height: 114px;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  background-position: center;
  float: left;
  margin-right: 20px;
}

.shopify-buy-cart-wrapper .shopify-buy__btn--seamless {
  font-size: 15px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  line-height: 34px;
  text-align: center;
  float: left;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 1px solid rgba(17, 17, 17, 0.2);
  color: #333;
  background: rgba(255, 255, 255, 0.8);
  padding: 0;
  line-height: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-appearance: button;
}

.shopify-buy-cart-wrapper .shopify-buy__btn--seamless.shopify-buy__quantity-increment {
  float: left;
  margin-left: -1px;
}

.shopify-buy__quantity {
  line-height: 30px;
  height: 30px;
  text-align: center;
  width: 30px;
  padding: 0;
  margin: 0;
  float: left;
  margin-left: -1px;
  background: #f5f5f5;
  border: 1px solid rgba(17, 17, 17, 0.2);
  color: #333;
}

.shopify-buy-cart-wrapper input[type=number]::-webkit-inner-spin-button,
.shopify-buy-cart-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin: 0;
}

.shopify-buy-frame--toggle svg {
  max-width: 100%;
}

.shopify-buy__btn--seamless.shopify-buy__quantity-decrement svg,
.shopify-buy__btn--seamless.shopify-buy__quantity-increment svg {
  width: 2rem;
  height: 2rem;
  margin-bottom: 5rem;
  display: block;
  margin-top: 0.35rem;
  margin-left: 0.35rem;
}

.shopify-buy__cart-items > div {
  margin-bottom: 2rem;
  padding: 0 2rem;
}

.shopify-buy-cart-wrapper .shopify-buy__cart-item__variant-title,
.shopify-buy-cart-wrapper .shopify-buy__cart-item__title,
.shopify-buy-cart-wrapper .shopify-buy__cart-item__price {
  display: block;
  margin-bottom: 0.75rem;
  line-height: 1.5rem;
  font-size: 1.5rem;
  margin-left: 94px;
}

.shopify-buy-cart-wrapper .shopify-buy__cart-bottom {
  margin: 0 2rem 4rem;
  border-top: 1px solid #333;
  padding-top: 4rem;
}

.shopify-buy-cart-wrapper .shopify-buy__cart__header {
  margin: 2rem;
  text-align: center;
  border-bottom: 1px solid #333;
  padding-bottom: 1rem;
}

.shopify-buy-cart-wrapper .shopify-buy__cart__subtotal__text {
  clear: none;
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 600;
}

.shopify-buy-cart-wrapper .shopify-buy__cart__subtotal__price {
  float: right;
  font-weight: 600;
}

.shopify-buy-cart-wrapper .visuallyhidden {
  visibility: hidden;
}

.shopify-buy-frame.is-sticky.is-active {
  width: 4rem;
  background: white;
  -webkit-box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  cursor: pointer;
}

.shopify-buy-frame.is-sticky .shopify-buy__cart-toggle {
  padding: 1rem;
}

@media (min-width: 768px) {
  .carousel-button {
    width: 3rem;
  }

  .modal-quick-shop,
  .shopify-buy-cart-wrapper.shopify-buy-frame--cart {
    width: 50%;
    max-width: 70rem;
  }

  .shopify-buy__product-img-wrapper {
    height: 400px;
  }

  .shopify-buy__cart-items > div {
    margin-bottom: 4rem;
    padding: 0 4rem;
  }

  .shopify-buy__product__title,
  .shopify-buy__product__price,
  .shopify-buy__btn-wrapper,
  .shopify-buy__product-description,
  .shopify-buy__product__variant-selectors {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .shopify-buy-cart-wrapper .shopify-buy__cart-bottom {
    margin: 0 4rem 4rem;
  }

  .shopify-buy-cart-wrapper .shopify-buy__cart__header {
    margin: 2rem 4rem 3rem;
  }

  .shopify-buy-cart-wrapper .shopify-buy__cart-item__image {
    max-width: 114px;
  }

  .shopify-buy-cart-wrapper .shopify-buy__cart-item__variant-title,
  .shopify-buy-cart-wrapper .shopify-buy__cart-item__title,
  .shopify-buy-cart-wrapper .shopify-buy__cart-item__price {
    margin-left: 134px;
  }
}

@media (min-width: 1024px) {
  .shopify-buy__cart-items > div {
    margin-bottom: 4rem;
    padding: 0 6rem;
  }

  .shopify-buy__product__title,
  .shopify-buy__product__price,
  .shopify-buy__btn-wrapper,
  .shopify-buy__product-description,
  .shopify-buy__product__variant-selectors {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .shopify-buy-cart-wrapper .shopify-buy__cart-bottom {
    margin: 0 6rem 4rem;
  }

  .shopify-buy-cart-wrapper .shopify-buy__cart__header {
    margin: 2rem 6rem 3rem;
  }
}

/* CSS Document */

.alert {
  border-radius: .4rem;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.alert.fixed-bottom {
  left: 1rem;
  bottom: 1rem;
  -webkit-transition: bottom 300ms ease-in-out, height 300ms ease-in-out;
  transition: bottom 300ms ease-in-out, height 300ms ease-in-out;
  z-index: 1020;
}

@media (max-width: 767px) {
  .alert.fixed-bottom {
    right: 1rem;
  }
}

.alert.bg-black {
  color: #ccc;
  background: #000;
}

.alert.bg-black a {
  color: #fff;
}

.alert.bg-black .btn:hover .icon-checkmark:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/checkmark-dark.svg);
}

.alert-sm {
  padding: 1.4rem 3rem 2rem 2rem;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .alert-sm {
    width: 38rem;
  }
}

.alert-sm .btn-icon {
  padding-left: 4rem;
}

.alert-sm .btn-icon [class*="icon-"] {
  left: 1.4rem;
}

.alert-sm .icon-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.alert-sm .icon-close:before {
  height: 1.2rem;
  width: 1.2rem;
}

/* CSS Document */

.user-auth {
  position: relative;
}

.user-auth .navbar-brand {
  height: 2.9rem;
  width: 17rem;
  margin-bottom: .5rem;
}

.user-auth .navbar-tagline {
  display: block;
  font-size: 1.6rem;
}

.user-auth h1,
.user-auth .h1 {
  font-size: 2.6rem;
  margin: 1.7rem 0 0;
}

.user-auth h1 + .body-copy,
.user-auth .h1 + .body-copy {
  margin-top: 1.6rem;
}

@media (min-width: 768px) {
  .user-auth h1,
  .user-auth .h1 {
    font-size: 3.6rem;
    margin: 1.4rem 0 0;
  }

  .user-auth h1 + .body-copy,
  .user-auth .h1 + .body-copy {
    margin-top: 1.3rem;
  }
}

@media (max-width: 767px) {
  .user-auth h2,
  .user-auth .h2 {
    font-size: 2.2rem;
  }
}

.user-auth h2 small,
.user-auth .h2 small {
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.214;
  display: block;
  letter-spacing: 1px;
  font-family: "AlrightSans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-weight: 500;
  margin-top: .7rem;
}

@media (min-width: 768px) {
  .user-auth h2 small,
  .user-auth .h2 small {
    font-size: 1.4rem;
  }
}

.user-auth .title-form {
  font-size: 1.6rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .user-auth .title-form {
    font-size: 1.8rem;
  }
}

.user-auth .title-meta {
  font-size: 1.3rem;
  margin-bottom: 1.2rem;
}

.user-auth .body-copy {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.user-auth .article-excerpt {
  font-size: 1.4rem;
  line-height: 1.5;
}

.bg-body-img .user-auth .article-excerpt {
  color: #B3B3B3;
}

.user-auth .card {
  padding: 0;
  border-width: 0;
}

@media (max-width: 767px) {
  .user-auth .card {
    margin-top: 2.7rem;
  }
}

@media (max-width: 767px) {
  .user-auth .card.bg-black-opaque {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .user-auth .card.bg-black-opaque {
    background: rgba(0, 0, 0, 0.5);
    border-color: #333;
    border-width: 1px;
  }

  .user-auth .card.bg-black-opaque .card-body {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

.bg-body-img .user-auth .card {
  background: rgba(0, 0, 0, 0.5);
  border-color: #333;
  border-width: 1px;
}

.bg-body-img .user-auth .card .card-body {
  padding-top: 3rem;
  padding-bottom: 4rem;
  margin: 0 3rem;
}

@media (max-width: 991px) {
  .bg-body-img .user-auth .card .card-body {
    margin: 0 2rem;
  }
}

@media (max-width: 767px) {
  .bg-body-img .user-auth .card {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
}

.user-auth .card.card-benefits {
  border: 1px solid #252525;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .user-auth .card.card-benefits {
    margin: 0 0rem 3rem;
  }

  .bg-body-img .user-auth .card.card-benefits {
    margin: 0;
    border: 0;
  }
}

@media (min-width: 992px) {
  .user-auth .card.card-benefits {
    margin: 0 3rem 3rem;
  }
}

.user-auth .card.card-benefits .card-body {
  margin: 0;
}

.user-auth .card.card-benefits .card-body > :nth-child(2) {
  border-top: 1px solid #252525;
}

@media (min-width: 768px) {
  .user-auth .card.card-benefits .card-body > :nth-child(2) {
    border-left: 1px solid #252525;
    border-top: 0;
  }
}

.user-auth .card-body + .card-body {
  margin-top: 2.4rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.user-auth .card-body .article-excerpt:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .user-auth .card-body {
    margin: 0 1.5rem;
  }
}

@media (min-width: 992px) {
  .user-auth .card-body {
    margin: 0 3rem;
  }
}

.user-auth .mem-type {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .1rem;
  line-height: 1.22;
  margin-bottom: 1.6rem;
}

.user-auth .mem-type small {
  font-size: 1.2rem;
  color: #B3B3B3;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
  line-height: 1.167;
  margin-top: .2rem;
}

.user-auth .btn-icon {
  padding-top: 1.4rem;
  padding-bottom: 1.3rem;
  letter-spacing: .2rem;
  padding-left: 3.3rem;
  padding-right: 0;
  margin: 0;
  text-align: left;
}

.user-auth .btn-icon .icon-radio {
  left: 1.2rem;
}

@media (min-width: 1600px) {
  .user-auth .btn-icon {
    padding-right: 1.2rem;
  }
}

@media (max-width: 1599px) {
  .user-auth .btn-icon {
    display: block;
  }
}

.user-auth .btn-dark {
  background-color: rgba(0, 0, 0, 0.5);
  color: #B3B3B3;
}

@media (max-width: 767px) {
  .user-auth .btn-md {
    font-size: 1.3rem;
    padding-top: 1rem;
    padding-bottom: .9rem;
  }
}

.user-auth .icon-help {
  position: absolute;
  top: .9rem;
  right: 2.5rem;
}

.user-auth .icon-help:before {
  color: #808080;
}

.user-auth .icon-help:focus {
  border: 1px solid;
  outline: none;
}

.user-auth .form-set {
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .user-auth .form-set {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
}

.user-auth .form-group {
  margin-bottom: 1.5rem;
}

.user-auth .disclaimer {
  font-size: 1.1rem;
  line-height: 1.45;
  margin-bottom: 2.7rem;
  display: block;
}

.user-auth .disclaimer a {
  color: #B3B3B3;
}

.user-auth dl {
  margin: 0;
}

.user-auth dt {
  border-top: 1px dotted #333;
  padding-top: 1.9rem;
  margin-top: 1.6rem;
  margin-bottom: .9rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-size: 1.3rem;
  line-height: 1.23;
  font-weight: 500;
}

.user-auth dt:first-child {
  border: 0;
  padding-top: 0;
  margin-top: 0;
}

.user-auth dd {
  font-size: 1.5rem;
  color: #B3B3B3;
  line-height: 1.2;
  margin: 0;
}

.user-auth .list-details {
  padding: .9rem 0 .9rem 2.1rem;
}

.user-auth .list-details dt,
.user-auth .list-details dd {
  color: #808080;
  border-top: 1px dotted #333;
  line-height: 1.385;
  font-size: 1.3rem;
  padding: .9rem 0 0;
  margin-top: 0;
  margin-bottom: 1.2rem;
}

.user-auth .list-details dt:first-of-type,
.user-auth .list-details dd:first-of-type {
  border-top: 0;
}

.user-auth .list-details dt.active,
.user-auth .list-details dd.active {
  color: #fff;
  font-weight: 500;
}

.user-auth .list-details dt {
  font-weight: 400;
}

.user-auth .list-details dt.active {
  position: relative;
}

.user-auth .list-details dt.active:before {
  content: "";
  position: absolute;
  left: -2.1rem;
  top: 1.2rem;
  background: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/red-arrow-right.svg) no-repeat;
  background-size: contain;
  height: 1.2rem;
  width: 1.2rem;
}

/* scss/components/_borders.scss */

.brd-top-1 {
  border-top: 1px solid;
}

.brd-bottom-1 {
  border-bottom: 1px solid;
}

.brd-100 {
  border-color: #E6E6E6;
}

.brd-200 {
  border-color: #E0E0E0;
}

.bg-black .brd-200,
.bg-darker .brd-200 {
  border-color: rgba(255, 255, 255, 0.15);
}

.brd-300 {
  border-color: rgba(0, 0, 0, 0.15);
}

.bg-black .brd-300,
.bg-darker .brd-300 {
  border-color: rgba(255, 255, 255, 0.1);
}

.brd-700 {
  border-color: #333;
}

.border-2 {
  border-width: 2px;
  border-style: solid;
}

.border-double {
  padding: 3.5rem;
}

.border-double > * {
  position: relative;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  z-index: 1;
}

.border-double:before,
.border-double:after {
  content: "";
  border: 1px solid;
  position: absolute;
  border-color: inherit;
  z-index: 0;
}

.border-double:before {
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

.border-double:after {
  top: 3.8rem;
  right: 3.8rem;
  bottom: 3.8rem;
  left: 3.8rem;
}

.border-single {
  padding: 3.5rem;
}

.border-single > * {
  position: relative;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  z-index: 1;
}

.border-single:before {
  content: "";
  border: 1px solid;
  position: absolute;
  border-color: inherit;
  z-index: 0;
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

.border-bunny {
  position: relative;
}

.border-bunny:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/bunny.svg);
  background-color: #fff;
  background-position: 4px top;
  width: 3.1rem;
  height: 3.3rem;
  top: -1.8rem;
}

.bg-black .border-bunny:after,
.bg-darker .border-bunny:after,
.bg-body-img .border-bunny:after {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/bunny-white.svg);
}

.bg-black .border-bunny:after {
  background-color: #000;
}

.bg-darker .border-bunny:after {
  background-color: #0d0d0d;
}

.bg-body-img .border-bunny:after {
  background-color: transparent;
}

@media (max-width: 767px) {
  .border-bunny.border-xs-0:after {
    display: none;
  }
}

@media (min-width: 992px) {
  .border-md-0 {
    border: 0;
  }
}

@media (min-width: 768px) {
  .border-sm-2 {
    border-width: 2px;
    border-style: solid;
  }
}

@media (max-width: 767px) {
  .border-xs-0 {
    border: 0;
  }

  .border-xs-0:before {
    border: 0;
  }
}

hr.bunny {
  position: relative;
}

hr.bunny:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/bunny.svg);
  background-color: #fff;
  background-position: 2px top;
  width: 3rem;
  height: 3.5rem;
  top: -1.7rem;
}

.bg-black hr.bunny,
.bg-darker hr.bunny {
  border-color: rgba(255, 255, 255, 0.1);
}

.bg-black hr.bunny:before,
.bg-darker hr.bunny:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/bunny-white.svg);
  background-color: #000;
}

.bg-darker hr.bunny:before {
  background-color: #0d0d0d;
}

.bg-black hr,
.bg-darker hr {
  border-color: rgba(255, 255, 255, 0.15);
}

/* scss/components/_buttons.scss */

button {
  cursor: pointer;
}

button[class*="icon-"] {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.btn {
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  letter-spacing: .05rem;
}

.btn.disabled,
.btn:disabled {
  cursor: default;
}

.btn-danger:hover,
.btn-danger:focus {
  background: #C72516;
  border-color: #C72516;
}

.btn-purple {
  color: #fff;
}

.btn-md {
  font-size: 1.4rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

.btn-sm {
  padding-top: 1rem;
}

.btn-xs {
  padding: 0.8rem 1.9rem;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 0;
  padding-top: 1rem;
}

@media (max-width: 767px) {
  .btn-xs {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}

@media (max-width: 991px) {
  .btn-sm-block {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .btn-xs-block {
    display: block;
    width: 100%;
  }
}

[class*="btn-outline"] {
  border-width: 2px;
}

.btn-outline-medium {
  color: #333;
}

.btn-outline-medium:hover,
.btn-outline-medium:focus {
  border-color: #333;
  background-color: #333;
  color: #fff;
}

.bg-darker .btn-outline-medium,
.bg-black .btn-outline-medium {
  color: #fff;
  border-color: #4d4d4d;
}

.bg-darker .btn-outline-medium:hover,
.bg-darker .btn-outline-medium:focus,
.bg-black .btn-outline-medium:hover,
.bg-black .btn-outline-medium:focus {
  border-color: #fff;
  background-color: #fff;
  color: #333;
}

.bg-darker .btn-outline-medium.disabled:hover,
.bg-darker .btn-outline-medium.disabled:focus,
.bg-darker .btn-outline-medium:disabled:hover,
.bg-darker .btn-outline-medium:disabled:focus,
.bg-black .btn-outline-medium.disabled:hover,
.bg-black .btn-outline-medium.disabled:focus,
.bg-black .btn-outline-medium:disabled:hover,
.bg-black .btn-outline-medium:disabled:focus {
  border-color: #4d4d4d;
  background-color: transparent;
  color: #fff;
}

.bg-body-img .btn-outline-medium {
  border-color: #fff;
  color: #fff;
}

.btn-outline-white:hover,
.btn-outline-white:focus {
  background-color: #fff;
  color: #333;
}

.btn-outline-white:hover .icon-video:before,
.btn-outline-white:focus .icon-video:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/play-dark.svg);
}

.btn-icon {
  position: relative;
  padding-left: 5rem;
  padding-right: 2.8rem;
}

.btn-icon [class*="icon-"] {
  position: absolute;
  left: 2.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-lock {
  position: relative;
  border: 0;
}

@media (min-width: 768px) {
  .btn-lock:not(.btn-block) {
    padding-left: 6rem;
    padding-right: 1.7rem;
  }
}

.btn-lock [class*="icon-"] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.btn-lock [class*="icon-"]:before {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .btn-lock [class*="icon-"] {
    width: 4rem;
    background: rgba(0, 0, 0, 0.1);
  }

  .btn-lock [class*="icon-"]:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.btn-lock.disabled {
  opacity: .3;
}

.btn-default {
  background: #f0f0f0;
  color: #555;
  border-radius: 0.2rem;
  letter-spacing: .1rem;
}

.btn-default:hover,
.btn-default:focus {
  background: #ddd;
  color: #333;
}

.bg-darker .btn-default,
.bg-black .btn-default {
  background: #262626;
  color: #B3B3B3;
}

.bg-darker .btn-default:hover,
.bg-darker .btn-default:focus,
.bg-black .btn-default:hover,
.bg-black .btn-default:focus {
  background: #444;
  color: #fff;
}

.btn-default .badge {
  background: #B3B3B3;
  padding: 0;
  width: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 5px;
  letter-spacing: normal;
}

.btn-badge {
  position: relative;
  padding-right: 3.5rem;
}

.btn-view-all {
  margin-top: 3rem;
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .btn-view-all {
    width: auto;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }
}

.btn-next {
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: .05rem;
  padding: 0 20px 0 0;
  position: relative;
}

.btn-next:after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/refresh.svg);
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transition: none;
  transition: none;
}

.btn-next.animated {
  -webkit-animation: fakeAnimation 300ms ease-in-out;
          animation: fakeAnimation 300ms ease-in-out;
}

.btn-next.animated:after {
  -webkit-animation: rotate 300ms ease-in-out;
          animation: rotate 300ms ease-in-out;
}

@media (min-width: 992px) {
  .btn-next:focus {
    color: #DB2817;
  }
}

@media (max-width: 991px) {
  .btn-next {
    color: #fff;
  }

  .btn-next:hover,
  .btn-next:focus {
    color: #fff;
  }
}

.btn-group {
  margin-bottom: 1.4rem;
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.btn-group .btn {
  font-size: 1.4rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding-top: 1.1rem;
  padding-bottom: .9rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

.btn-group .btn.selected {
  border: 2px solid #fff;
  background: #000;
  color: #fff;
}

.btn-group .btn:focus {
  outline: 2px solid;
}

.btn-group .btn + .btn {
  margin-left: .5rem;
  margin-top: 0;
}

.btn-group .btn small {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  margin: .5rem 0 0;
}

@media (max-width: 767px) {
  .btn-row .btn {
    display: block;
  }
}

.btn-row .btn + .btn {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .btn-row .btn + .btn {
    margin-left: 2rem;
    margin-top: 0;
  }
}

/* CSS Document */

.card {
  padding: 2.8rem 2.4rem 2.4rem;
  margin-top: .8rem;
}

@media (min-width: 768px) {
  .card {
    margin: 0;
    padding-top: 4.4rem;
    padding-bottom: 4.4rem;
  }
}

@media (min-width: 1280px) {
  .card {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}

.bg-darker .card {
  background: none;
}

.bg-darker .card .article-excerpt {
  color: #B3B3B3;
}

.card-title {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  position: absolute;
  padding-left: .7rem;
  padding-right: .7rem;
  left: 50%;
  top: -.9rem;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.card-body {
  margin: 0;
}

.card-sect-title {
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.17;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: .2rem;
}

.card-sect-title a {
  color: currentColor;
  -webkit-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
}

.card-sect-title a:hover,
.card-sect-title a:focus {
  color: #333;
  outline: none;
}

.bg-darker .card-sect-title a:hover,
.bg-black .card-sect-title a:hover,
.bg-darker .card-sect-title a:focus,
.bg-black .card-sect-title a:focus {
  color: #ccc;
}

@media (min-width: 768px) {
  .card-sect-title {
    margin-bottom: .8rem;
  }
}

.card-sect-title:empty {
  display: none;
}

.card-descr {
  font-size: 1.3rem;
  line-height: 1.38;
  padding-bottom: 1.7rem;
  margin-bottom: 1.9rem;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  color: #555;
}

.card-descr:empty {
  display: none;
}

.card-benefits {
  border: 1px solid #808080;
  padding: 0;
}

.modal .card-benefits {
  margin: 3rem 0 2.8rem;
}

.card-benefits [class*="col-"] {
  padding-top: 1.6rem;
  padding-bottom: 1.4rem;
}

.card-benefits .card-body > :nth-child(2) {
  border-top: 1px solid #808080;
}

@media (min-width: 768px) {
  .card-benefits .card-body > :nth-child(2) {
    border-left: 1px solid #808080;
    border-top: 0;
  }
}

.card-benefits .banner-title {
  font-weight: 500;
  letter-spacing: .05rem;
  font-size: 1.2rem;
  padding-left: 0;
  padding-right: 0;
}

.card-benefits .title-meta {
  font-size: 1.3rem;
}

.card-benefits .article-excerpt {
  font-size: 1.3rem;
  line-height: 1.23;
}

.card-benefits ul {
  padding-left: 0;
}

.card-benefits li {
  text-align: left;
  position: relative;
  padding-left: 2.1rem;
  list-style: none;
}

.card-benefits li:before {
  content: "\2022";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.card-benefits li + li {
  margin-top: .5rem;
}

@media (min-width: 992px) {
  .block-item .card-benefits {
    min-height: 100%;
  }
}

@media (max-width: 767px) {
  .block-item .card-benefits {
    margin-top: 0;
  }
}

.block-item .card-benefits [class*="col-"] {
  padding: 2.6rem 3rem 2.3rem;
}

.block-item .card-benefits .title-meta {
  margin-bottom: 1.8rem;
}

.block-item .card-benefits ul {
  margin-bottom: 2rem;
}

.block-item .card-benefits li + li {
  margin-top: .75rem;
}

/* scss/components/_carousel.scss */

.carousel.jumbotron {
  margin-bottom: 3.8rem;
}

@media (min-width: 768px) {
  .carousel.jumbotron {
    margin-bottom: 6rem;
  }
}

.carousel.jumbotron .carousel-control-prev {
  left: 10px;
}

@media (min-width: 1280px) {
  .carousel.jumbotron .carousel-control-prev {
    left: 15px;
  }
}

@media (min-width: 1440px) {
  .carousel.jumbotron .carousel-control-prev {
    left: -3rem;
  }
}

.carousel.jumbotron .carousel-control-next {
  right: 10px;
}

@media (min-width: 1280px) {
  .carousel.jumbotron .carousel-control-next {
    right: 15px;
  }
}

@media (min-width: 1440px) {
  .carousel.jumbotron .carousel-control-next {
    right: -3rem;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .carousel.jumbotron .carousel-control-next-icon,
  .carousel.jumbotron .carousel-control-prev-icon {
    width: 3.2rem;
    height: 5.2rem;
    background-color: #fff;
  }
}

.carousel-item.active {
  position: relative;
  z-index: 2;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  opacity: 1;
}

.carousel-item {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.carousel-item.icon-key:before {
  position: absolute;
  z-index: 1;
  right: 1rem;
  bottom: 1.1rem;
}

@media (min-width: 768px) {
  .carousel-item.icon-key:before {
    height: 4.1rem;
    width: 1.8rem;
    right: 2rem;
    bottom: 2.2rem;
  }
}

@media (min-width: 768px) {
  .carousel-item.icon-key:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 19%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  }
}

.carousel-item .jumbotron {
  margin: 0;
}

.carousel-control-prev,
.carousel-control-next {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  width: auto;
  z-index: 2;
}

@media (min-width: 992px) and (max-width: 1439px) {
  .carousel-control-prev,
  .carousel-control-next {
    opacity: .7;
  }
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  height: 3.2rem;
  background-size: auto 3.2rem;
}

.carousel-indicators li {
  cursor: pointer;
}

#galleryCarousel .carousel-control-next-icon {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/right-arrow-white.svg);
}

#galleryCarousel .carousel-control-prev-icon {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/left-arrow-white.svg);
}

#galleryCarousel .carousel-item:not(.active) {
  pointer-events: none;
}

#galleryCarousel .carousel-item.active img {
  padding-bottom: 0 !important;
}

#galleryCarousel .carousel-item .figure-caption {
  display: none;
}

#galleryCarousel figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.imgZoom #galleryCarousel figure {
  display: block;
}

@media (min-width: 1440px) {
  .bg-black .carousel-control-next-icon,
  .bg-darker .carousel-control-next-icon {
    background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/right-arrow-white.svg);
  }

  .bg-black .carousel-control-prev-icon,
  .bg-darker .carousel-control-prev-icon {
    background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/left-arrow-white.svg);
  }
}

/* scss/components/_icons.scss */

[class*="icon-"] {
  display: inline-block;
  line-height: 1;
}

[class*="icon-"]:before {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.icon-bunny:before {
  height: 3.6rem;
  width: 2.3rem;
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/bunny.svg);
}

.icon-bunny.rating-half:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/bunny-half.svg);
}

.icon-bunny-white:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/bunny-white.svg);
  height: 3.8rem;
  width: 2.5rem;
}

.icon-bowtie:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/bowtie.svg);
  height: 1.6rem;
  width: 2.4rem;
}

.icon-search:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/search.svg);
  height: 1.6rem;
  width: 1.6rem;
}

.bg-darker .icon-search:before,
.bg-black .icon-search:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/search-white.svg);
}

.icon-menu:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/menu.svg);
  height: 1.2rem;
  width: 1.8rem;
}

.navbar-expanded .icon-menu:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/close.svg);
  background-size: 1.6rem 1.6rem;
  height: 1.8rem;
}

.icon-facebook:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/facebook-gray.svg);
  height: 1.7rem;
  width: .8rem;
}

.bg-darker .icon-facebook:before,
.bg-black .icon-facebook:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/facebook.svg);
}

.icon-lg .icon-facebook:before {
  height: 2rem;
  width: 1rem;
}

.icon-googleplus:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/googleplus.svg);
  height: 1.5rem;
  width: 2.1rem;
}

.icon-instagram:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/instagram-gray.svg);
  height: 1.7rem;
  width: 1.7rem;
}

.bg-darker .icon-instagram:before,
.bg-black .icon-instagram:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/instagram.svg);
}

.icon-lg .icon-instagram:before {
  height: 2.2rem;
  width: 2.2rem;
}

.icon-twitter:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/twitter-gray.svg);
  height: 1.5rem;
  width: 1.6rem;
}

.bg-darker .icon-twitter:before,
.bg-black .icon-twitter:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/twitter.svg);
}

.icon-lg .icon-twitter:before {
  height: 1.8rem;
  width: 2.2rem;
}

.icon-youtube:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/youtube.svg);
  height: 1.3rem;
  width: 1.8rem;
}

.icon-video:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/play.svg);
  height: 2.9rem;
  width: 2.7rem;
}

.icon-play-video {
  position: relative;
  display: block;
}

.icon-play-video:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/play.svg);
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 3.4rem 3.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 6rem;
  width: 6rem;
  border: 3px solid #fff;
  border-radius: 4rem;
  z-index: 1;
}

@media (min-width: 1280px) {
  .icon-play-video:before {
    background-size: 4.9rem 4.7rem;
    height: 8rem;
    width: 8rem;
  }
}

.icon-play-video.btn-video {
  display: inline-block;
  margin: 0 auto;
}

.icon-play-video.btn-video:before {
  position: relative;
  top: inherit;
  left: inherit;
  -webkit-transform: none;
          transform: none;
}

.icon-checkmark:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/checkmark.svg);
  height: .8rem;
  width: 1.1rem;
}

.icon-radio {
  border: 2px solid currentColor;
  height: 1.6rem;
  width: 1.6rem;
  border-radius: .8rem;
  color: #B3B3B3;
  position: relative;
}

.icon-radio [class*="icon-"] {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.icon-radio.selected,
.selected > .icon-radio {
  color: #555;
}

.bg-darker .icon-radio.selected,
.bg-black .icon-radio.selected,
.bg-darker .selected > .icon-radio,
.bg-black .selected > .icon-radio {
  color: #fff;
}

.icon-radio.selected [class*="icon-"],
.selected > .icon-radio [class*="icon-"] {
  display: inline-block;
}

.icon-radio-filled {
  height: .8rem;
  width: .8rem;
  border-radius: .4rem;
  background-color: currentColor;
}

.icon-fullscreen {
  opacity: .3;
}

.icon-fullscreen:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/full-screen.svg);
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  right: 0;
  top: 0;
}

.icon-fullscreen:hover,
.icon-fullscreen:focus {
  opacity: 1;
}

.icon-fullscreen:hover .display-on-hover,
.icon-fullscreen:focus .display-on-hover {
  opacity: .5;
}

.imgZoom .icon-fullscreen:hover .display-on-hover,
.imgZoom .icon-fullscreen:focus .display-on-hover {
  opacity: 1;
}

.icon-fullscreen .display-on-hover {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
  padding-right: 3rem;
}

.imgZoom .icon-fullscreen {
  opacity: .8;
}

.imgZoom .icon-fullscreen:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/leave-full-screen.svg);
}

.icon-close {
  opacity: .3;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.icon-close:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/close.svg);
  width: 1.6rem;
  height: 1.6rem;
}

.icon-close:hover,
.icon-close:focus {
  opacity: 1;
}

.imgZoom .icon-close {
  opacity: .8;
}

.icon-refresh:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/refresh.svg);
  width: 1.4rem;
  height: 1.4rem;
}

.icon-totop:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/back-to-top.svg);
  width: 1.4rem;
  height: 1.4rem;
}

.icon-cc:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/credit-cards.png);
  width: 19.8rem;
  height: 2.2rem;
}

.icon-visacard:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/visa-card.png);
  width: 2.2rem;
  height: 1.4rem;
}

@media (min-width: 992px) {
  .icon-visacard:before {
    width: 2.8rem;
    height: 1.8rem;
  }
}

.icon-mastercard:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/mastercard-card.png);
  width: 2.2rem;
  height: 1.4rem;
}

@media (min-width: 992px) {
  .icon-mastercard:before {
    width: 2.8rem;
    height: 1.8rem;
  }
}

.icon-discover:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/discover-card.png);
  width: 2.2rem;
  height: 1.4rem;
}

@media (min-width: 992px) {
  .icon-discover:before {
    width: 2.8rem;
    height: 1.8rem;
  }
}

.icon-jcb:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/jcb-card.png);
  width: 2.2rem;
  height: 1.4rem;
}

@media (min-width: 992px) {
  .icon-jcb:before {
    width: 2.8rem;
    height: 1.8rem;
  }
}

.icon-dinersclub:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/dinersclub-card.png);
  width: 2.2rem;
  height: 1.4rem;
}

@media (min-width: 992px) {
  .icon-dinersclub:before {
    width: 2.8rem;
    height: 1.8rem;
  }
}

.icon-lock:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/lock.svg);
  width: 1.3rem;
  height: 1.6rem;
}

.icon-key:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/key.svg);
  width: 1.1rem;
  height: 2.7rem;
}

.icon-keyhole:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/keyhole.svg);
  width: .8rem;
  height: 1.7rem;
}

.icon-account:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/account.svg);
  width: 1.4rem;
  height: 1.4rem;
}

@media (min-width: 768px) {
  .icon-account:before {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.icon-account-out:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/account-signed-out.svg);
  width: 1.8rem;
  height: 1.8rem;
}

.icon-help {
  background: rgba(216, 216, 216, 0.3);
  height: 2.2rem;
  width: 2.2rem;
  border-radius: 1.1rem;
  text-align: center;
}

.icon-help:before {
  line-height: 2.4rem;
  font-size: 1.3rem;
  font-weight: 700;
  content: "?";
}

.bullet {
  color: #ccc;
  padding-left: 5px;
  padding-right: 5px;
}

.bg-black .bullet,
.bg-darker .bullet {
  color: #555;
}

.icon-border {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}

.icon-indicator {
  position: absolute;
  top: -.5rem;
  right: 1rem;
}

.icon-angle-down {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.icon-angle-down:before,
.icon-angle-down:after {
  background: #fff;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
}

.icon-angle-down:before {
  -webkit-transform: rotate(45deg) translateX(-23%);
          transform: rotate(45deg) translateX(-23%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.icon-angle-down:after {
  -webkit-transform: rotate(-45deg) translateX(23%);
          transform: rotate(-45deg) translateX(23%);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.icon-chevron-right:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/chevron-right.svg);
  width: .9rem;
  height: 1.4rem;
}

.icon-chevron-left:before {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/chevron-left.svg);
  width: .9rem;
  height: 1.4rem;
}

/* CSS Document */

.list-columns {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 2.77;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .list-columns {
    font-size: 1.5rem;
    line-height: 3.2;
    margin-top: 1.8rem;
  }
}

.list-results .section-title {
  margin-bottom: 2.7rem;
}

.list-results .section-title small {
  float: right;
  font-size: 1.3rem;
  color: #999;
  font-weight: 500;
}

.list-results .section-title small a {
  color: currentColor;
}

.list-results .section-title small a:hover,
.list-results .section-title small a:focus {
  color: #fff;
}

.list-results .module {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.list-results .module:first-of-type,
.list-results .module.active {
  padding-top: 0;
}

.list-results .module:first-of-type:before,
.list-results .module.active:before {
  display: none;
}

.list-results .module:before {
  padding-bottom: 4rem;
}

.list-results .profile-list [class*="profiles-"] {
  padding-bottom: 0;
}

.list-profiles {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.list-profiles .list-columns {
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1.4rem;
  margin-bottom: 5.5rem;
}

@media (min-width: 992px) {
  .list-profiles .list-columns {
    font-size: 1.4rem;
  }
}

.list-profiles .list-columns li + li {
  margin-top: 1.8rem;
}

@media (min-width: 992px) {
  .list-profiles .list-columns li + li {
    margin-top: 1.5rem;
  }
}

.list-profiles .list-columns a {
  border-bottom: 1px solid transparent;
  -webkit-transition: border .15s ease-in-out;
  transition: border .15s ease-in-out;
}

.list-profiles .list-columns a:hover,
.list-profiles .list-columns a:focus {
  border-color: currentColor;
  outline: none;
}

.title-list {
  font-weight: bold;
  color: #B3B3B3;
  font-size: 2.2rem;
  line-height: 1.18;
}

.list-benefits {
  margin-top: 2.8rem;
}

.list-benefits .benefit {
  padding-bottom: 3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 3rem;
}

@media (max-width: 767px) {
  .list-benefits .benefit {
    display: block;
  }
}

.list-benefits .title-meta {
  margin-bottom: .2rem;
}

.list-benefits p + p {
  margin: .5rem 0 0;
}

.list-benefits .callout {
  margin: 1.8rem 0;
}

.list-benefits strong {
  font-weight: 500;
}

.list-details dt,
.list-details dd {
  font-size: 1.5rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .list-details dt,
  .list-details dd {
    padding-top: 2.4rem;
    padding-bottom: 2.1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
}

.list-details dt {
  padding-left: 0;
}

@media (max-width: 767px) {
  .list-details dt {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 1.9rem;
    padding-bottom: .6rem;
  }
}

.list-details dd {
  padding-right: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .list-details dd > [class*="col-"] + [class*="col-"] {
    margin-top: 1.4rem;
  }
}

@media (max-width: 767px) {
  .list-details dd {
    padding-bottom: 1.6rem;
    padding-left: 0;
  }
}

.list-details small {
  display: block;
  line-height: 1.38;
  margin-top: .4rem;
  color: #555;
}

.list-details a:not(.btn) {
  text-transform: uppercase;
  font-size: 1.3rem;
  border: 0;
  line-height: 1.23;
  display: inline-block;
  letter-spacing: .05rem;
}

.list-details a:not(.btn).small {
  text-transform: none;
  font-weight: 400;
}

.list-details dl {
  font-size: 1.3rem;
  padding-left: 2.3rem;
  padding-top: .3rem;
  margin-bottom: 0;
}

.list-details dl dt,
.list-details dl dd {
  font-size: 1.3rem;
  line-height: 1.385;
  color: #555;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: .9rem;
  padding-bottom: 1.1rem;
}

.list-details dl dt.active,
.list-details dl dd.active {
  font-weight: 500;
}

.list-details dl dt {
  font-weight: 400;
}

.list-details dl dt.active {
  position: relative;
}

.list-details dl dt.active:before {
  content: "";
  position: absolute;
  left: -2.1rem;
  top: 1.2rem;
  background: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/gray-arrow-right.svg) no-repeat;
  background-size: contain;
  height: 1.2rem;
  width: 1.2rem;
}

.list-definition dt {
  font-size: 1.5rem;
  font-weight: 500;
  padding-top: 2.4rem;
  margin-bottom: .8rem;
  line-height: 1.333;
}

@media (min-width: 992px) {
  .list-definition dt {
    padding-top: 1.6rem;
  }
}

.list-definition dd {
  font-size: 1.4rem;
  color: #fff;
  opacity: .8;
  line-height: 1.143;
}

@media (min-width: 992px) {
  .list-definition dd {
    padding-bottom: 1.6rem;
  }
}

.list-cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 1rem;
  top: 1.1rem;
}

.list-cc li.inactive {
  opacity: .3;
}

.list-cc li + li {
  margin-left: .4rem;
}

@media (min-width: 992px) {
  .list-cc li + li {
    margin-left: .5rem;
  }
}

.list-timeline {
  font-size: 1.5rem;
  line-height: 1.333;
  position: relative;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

.list-timeline li {
  position: relative;
  padding-bottom: 2rem;
}

.list-timeline li:before {
  content: "";
  position: absolute;
  top: 1.8rem;
  bottom: -1.8rem;
}

.list-timeline li:last-child:before {
  display: none;
}

.list-timeline li p {
  margin-bottom: 2rem;
  color: #555;
}

.list-timeline li p:last-child {
  margin-bottom: 0;
}

.list-timeline h2 {
  font-size: 3.6rem;
  margin-bottom: 2rem;
  position: relative;
  line-height: 1;
}

.list-timeline h2:before {
  content: "";
  width: .7rem;
  height: .7rem;
  border-radius: .4rem;
  background: #111;
  position: absolute;
  left: -.35rem;
  top: 50%;
  margin-top: -.35rem;
  z-index: 1;
}

.list-timeline img {
  margin-bottom: 2.1rem;
}

@media (min-width: 992px) {
  .list-timeline {
    opacity: 0;
  }

  .list-timeline li {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 4rem;
  }

  .list-timeline li:nth-child(2) {
    margin-top: 6rem;
  }

  .list-timeline li:nth-child(even) {
    padding-left: 6rem;
    padding-bottom: 5.5rem;
    left: 50%;
  }

  .list-timeline li:nth-child(even):before {
    left: -1px;
    border-left: 1px solid #E6E6E6;
  }

  .list-timeline li:nth-child(even) h2 {
    margin-left: -6rem;
    padding-left: 4rem;
    margin-bottom: 2rem;
  }

  .list-timeline li:nth-child(even) h2.no-img {
    margin-bottom: 2.7rem;
  }

  .list-timeline li:nth-child(odd) {
    padding-right: 6rem;
  }

  .list-timeline li:nth-child(odd):before {
    right: 0;
    border-right: 1px solid #E6E6E6;
  }

  .list-timeline li:nth-child(odd) h2 {
    text-align: right;
    margin-bottom: 1.7rem;
    margin-right: -6rem;
    padding-right: 4rem;
  }

  .list-timeline li:nth-child(odd) h2:before {
    left: auto;
    right: -.35rem;
  }

  .list-timeline li.second-to-last {
    padding-bottom: 0;
  }

  .list-timeline li.second-to-last:before {
    bottom: 0;
  }
}

@media (min-width: 1600px) {
  .list-timeline li:nth-child(even) {
    padding-bottom: 4rem;
  }
}

@media (max-width: 991px) {
  .list-timeline li {
    padding-left: 3rem;
  }

  .list-timeline li:before {
    left: 0;
    border-left: 1px solid #E6E6E6;
  }

  .list-timeline li h2 {
    margin-left: -3rem;
    padding-left: 1.4rem;
  }
}

/* scss/components/_navs.scss */

.navbar-nav a {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.navbar-nav .nav-membership {
  padding-right: 1.7rem;
  letter-spacing: .2rem;
}

@media (min-width: 768px) {
  .navbar-nav .nav-membership {
    letter-spacing: .3rem;
  }
}

.navbar-nav .nav-membership:before {
  content: "";
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/key.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.1rem;
  height: 2.7rem;
  position: absolute;
  right: 0;
  top: -.4rem;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.navbar-nav .nav-membership:hover:before,
.navbar-nav .nav-membership:focus:before {
  opacity: .75;
}

.navbar-nav .highlight .nav-link {
  color: #93DCDC;
}

.navbar-dark .nav-link {
  position: relative;
}

.navbar-dark .active > .nav-link:after,
.navbar-dark .nav-link.active:after {
  content: "";
  display: block;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
}

.navbar-dark .active > .nav-membership:after,
.navbar-dark .nav-membership.active:after {
  right: 1.9rem;
  bottom: -.7rem;
}

.navbar-main {
  font-size: 1.3rem;
  line-height: 1.23;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 6.4rem;
}

@media (min-width: 992px) and (max-width: 1279px) {
  .navbar-main {
    font-size: 1.2rem;
  }
}

@media (max-width: 1279px) {
  .navbar-main {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.navbar-main .nav-item {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .05rem;
}

@media (min-width: 992px) and (max-width: 1279px) {
  .navbar-main .nav-item + .nav-item {
    margin-left: 2.2rem;
  }
}

@media (min-width: 1280px) {
  .navbar-main .nav-item + .nav-item {
    margin-left: 3.7rem;
  }
}

.navbar-main [role="button"] {
  cursor: pointer;
}

.navbar-main .icon-search:before,
.navbar-main .icon-account:before {
  width: 1.8rem;
  height: 1.8rem;
}

.navbar-main .nav-membership {
  letter-spacing: .15rem;
  line-height: .9;
}

.navbar-main .nav-membership:before {
  top: -.7rem;
}

@media (min-width: 992px) {
  .no-touchevents .navbar-main .dropdown:hover .dropdown-menu {
    display: block;
  }

  .no-touchevents .navbar-main .dropdown:hover:after {
    content: "";
    height: 1.8rem;
    width: 20rem;
    position: absolute;
    top: 100%;
    left: 1rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.navbar-main .dropdown-toggle:before {
  display: none;
}

.navbar-main .dropdown-menu {
  width: 20rem;
  top: calc(100% + 13px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #333;
  padding: 1rem 0 1.2rem;
  border-radius: 2px;
  border: 0;
  text-transform: none;
  font-size: 1.4rem;
}

.navbar-main .dropdown-menu:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #333;
  border-width: 5px;
  margin-left: -5px;
}

.navbar-main .dropdown-item {
  padding: 0.7rem 1.9rem;
}

.navbar-main .dropdown-item:hover {
  background: none;
  color: #B3B3B3;
}

.navbar-right {
  line-height: 1.23;
  margin-left: auto;
}

.navbar-right .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-right .nav-item {
  height: 1.8rem;
}

.navbar-right .nav-item:hover > a {
  opacity: .7;
}

.navbar-right .nav-item + .nav-item {
  margin-left: 3rem;
}

.navbar-right .nav-item a:focus,
.navbar-right .nav-item button:focus {
  opacity: .7;
}

.navbar-right .nav-item-membership {
  height: 2.7rem;
  margin-top: -.5rem;
}

.navbar-right .nav-item-membership.active .nav-link:after {
  display: none;
}

.navbar-right button {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.navbar-right button:focus {
  outline: none;
}

.navbar-right .icon-menu {
  margin-top: 3px;
}

.navbar-expanded .navbar-right .icon-menu {
  margin-top: 0px;
}

.navbar-cta {
  height: 4rem;
  font-size: 1.4rem;
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-cta .btn-xs {
  padding: .7rem .8rem .5rem;
  letter-spacing: .1rem;
  margin-left: .8rem;
}

.navbar-cta [class*="btn-outline"] {
  padding: .5rem .8rem .3rem;
}

.navbar-cta small {
  text-transform: uppercase;
  margin-left: .8rem;
  color: #B3B3B3;
}

.navbar-signin {
  font-size: 1.3rem;
  padding: 1rem 0 0;
}

.navbar-signin .navbar-nav {
  margin-right: 3rem;
}

@media (max-width: 1279px) {
  .navbar-signin .navbar-nav {
    margin-right: 2rem;
  }
}

.navbar-signin .nav-link {
  text-transform: uppercase;
  font-weight: 500;
}

.navbar-promo {
  padding: 0;
  overflow: hidden;
}

.navbar-promo:not(.collapsing):not(.collapse) {
  height: 4rem;
}

.navbar-promo.collapse {
  display: none;
}

.navbar-promo .btn-block {
  height: 100%;
  line-height: 4rem;
  padding: 0;
}

.navbar-promo .icon-close {
  background: rgba(0, 0, 0, 0.22);
  border-radius: 1rem;
  height: 2rem;
  width: 2rem;
  position: absolute;
  right: 2rem;
  top: 1rem;
  opacity: 1;
}

.navbar-promo .icon-close:before {
  margin: 0 auto;
  height: 1rem;
  width: 1rem;
}

@media (min-width: 1280px) {
  .navbar-promo .icon-close {
    right: 3rem;
  }
}

@media (min-width: 992px) {
  .navbar-pages {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .navbar-pages .nav-membership:before {
    height: 2.2rem;
  }
}

@media (max-width: 991px) {
  .navbar-pages {
    display: none;
  }
}

.navbar-tagline {
  font-family: "HarrietText", Georgia, serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.333;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .navbar-tagline {
    font-size: 1.2rem;
  }
}

.navbar-megamenu {
  -webkit-transition: opacity 700ms;
  transition: opacity 700ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  display: none;
}

.navbar-expanded .navbar-megamenu {
  height: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 1rem 2rem 3rem;
  overflow: visible;
}

@media (min-width: 768px) {
  .navbar-expanded .navbar-megamenu {
    padding: 1.8rem 2rem;
  }
}

.navbar-megamenu .nav-link {
  display: inline-block;
}

.navbar-highlight {
  font-size: 1.8rem;
  letter-spacing: .125rem;
  line-height: 2.333;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .navbar-highlight {
    line-height: 1.2;
  }

  .navbar-highlight .navbar-nav {
    margin-right: 1.8rem;
  }

  .navbar-highlight .nav-item {
    padding-top: 2.3rem;
    padding-bottom: 1.9rem;
  }

  .navbar-highlight .nav-item + .nav-item {
    border-top: 1px solid #333;
  }
}

@media (min-width: 992px) {
  .navbar-highlight {
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  .navbar-highlight .nav-link {
    line-height: normal;
  }
}

.navbar-default {
  line-height: 2.4;
  font-size: 1.5rem;
}

.navbar-default .navbar-nav {
  margin-top: 1.4rem;
}

.navbar-default .active > .nav-link:after,
.navbar-default .nav-link.active:after {
  bottom: 6px;
}

@media (max-width: 767px) {
  .navbar-default {
    margin-top: 1.2rem;
    padding-top: 2.9rem;
    font-size: 1.6rem;
    line-height: 2.375;
  }

  .navbar-default:before {
    border-top: 1px solid #333;
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
  }
}

.navbar-imgs {
  margin-top: 1.8rem;
  width: 100%;
}

.navbar-imgs > .nav-item .nav-link {
  height: 50px;
  text-align: center;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navbar-imgs > .nav-item .nav-link img {
  max-width: 96%;
}

@media (min-width: 768px) {
  .navbar-imgs > .nav-item .nav-link img {
    opacity: .8;
  }
}

.navbar-imgs > .nav-item .nav-link:hover,
.navbar-imgs > .nav-item .nav-link:focus {
  border-color: #fff;
  outline: none;
}

.navbar-imgs > .nav-item .nav-link:hover img,
.navbar-imgs > .nav-item .nav-link:focus img {
  opacity: 1;
}

.navbar-imgs .nav-social {
  margin-bottom: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .navbar-imgs .nav-social {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .navbar-imgs .nav-social {
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  .navbar-imgs {
    margin-top: 2.8rem;
    margin-bottom: 5rem;
    padding-top: 5rem;
    position: relative;
  }

  .navbar-imgs:before {
    border-top: 1px solid #333;
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
  }
}

@media (max-width: 767px) {
  .navbar-imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .navbar-imgs .nav-item + .nav-item {
    margin-top: 1.5rem;
  }
}

.nav-section {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .nav-section {
    margin-bottom: 4rem;
  }
}

.nav-section .nav-item {
  line-height: 1.2;
}

.nav-section .nav-item + .nav-item {
  margin-left: 2.6rem;
}

@media (min-width: 768px) {
  .nav-section .nav-item + .nav-item {
    margin-left: 3.7rem;
  }
}

.nav-section .nav-link {
  padding-bottom: 2px;
  color: #808080;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
  border-bottom: 2px solid #E0E0E0;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  letter-spacing: .046rem;
}

@media (min-width: 768px) {
  .nav-section .nav-link {
    letter-spacing: .05rem;
  }
}

.nav-section .nav-link:hover,
.nav-section .nav-link:focus {
  color: #555;
  border-color: #aaa;
}

.nav-section .nav-link.active {
  color: #333;
  border-color: #978c8c;
}

.bg-darker .nav-section .nav-link,
.bg-black .nav-section .nav-link {
  border-color: rgba(255, 255, 255, 0.25);
  color: #ccc;
}

.bg-darker .nav-section .nav-link.active,
.bg-black .nav-section .nav-link.active {
  color: #fff;
  border-color: #808080;
}

.bg-darker .nav-section .nav-link:hover,
.bg-darker .nav-section .nav-link:focus,
.bg-black .nav-section .nav-link:hover,
.bg-black .nav-section .nav-link:focus {
  color: #fff;
  border-color: #B3B3B3;
}

@media (min-width: 768px) {
  .nav-section .nav-link {
    font-size: 1.3rem;
  }
}

.nav-filter .nav-link {
  letter-spacing: .1rem;
  border-bottom-width: 1px;
  border-color: transparent;
}

.bg-darker .nav-filter .nav-link,
.bg-black .nav-filter .nav-link {
  border-color: transparent;
  color: #808080;
}

@media (max-width: 767px) {
  .nav-filter .nav-link {
    display: block;
    padding: 0.7rem 0.9rem;
    clear: both;
    font-weight: 400;
    color: #555;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
    padding: 1.3rem 2rem;
    font-weight: 500;
    font-size: 1.3rem;
  }

  .nav-filter .nav-link:focus,
  .nav-filter .nav-link:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f5f5f5;
  }

  .nav-filter .nav-link.active,
  .nav-filter .nav-link:active {
    color: currentColor;
    text-decoration: none;
    background-color: #fff;
  }

  .nav-filter .nav-link.disabled,
  .nav-filter .nav-link:disabled {
    color: #868e96;
    background-color: transparent;
  }

  .bg-darker .nav-filter .nav-link.active,
  .bg-black .nav-filter .nav-link.active {
    background: #242424;
  }
}

.nav-filter .dropdown-toggle {
  padding: 1.6rem 2rem 1.5rem;
}

.nav-filter .dropdown-toggle.active {
  border: 1px solid #E0E0E0;
}

.bg-darker .nav-filter .dropdown-toggle.active,
.bg-black .nav-filter .dropdown-toggle.active {
  border: 0;
}

.bg-darker .nav-filter .dropdown-toggle,
.bg-black .nav-filter .dropdown-toggle {
  background: #242424;
}

.nav-filter .dropdown-toggle:before {
  right: 2rem;
}

.nav-filter .dropdown-menu {
  border: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .nav-filter .dropdown-menu {
    background: none;
    position: relative;
    padding: 0;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
            transform: none;
    z-index: 1;
  }
}

@media (max-width: 767px) {
  .nav-filter .dropdown-menu {
    border: 1px solid #E0E0E0;
    border-top: 0;
    padding-top: 1.6rem;
    padding-bottom: 1.4rem;
  }

  .bg-darker .nav-filter .dropdown-menu,
  .bg-black .nav-filter .dropdown-menu {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #242424;
  }
}

@media (max-width: 767px) {
  .nav-filter .nav-item + .nav-item {
    margin-left: 0;
  }
}

.nav-search {
  margin-bottom: 3.8rem;
}

.nav-search.show {
  z-index: 1000;
}

.navbar-side {
  text-transform: uppercase;
}

.navbar-side .navbar-heading {
  color: #555;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: .7rem;
}

@media (min-width: 768px) {
  .navbar-side .navbar-heading {
    margin-bottom: 1.7rem;
  }
}

.navbar-side .nav-item.active .nav-link {
  background: #E6E6E6;
}

.navbar-side .nav-item + .nav-item {
  margin-top: .5rem;
}

.navbar-side .nav-link {
  line-height: 1.23;
  padding: 1.4rem 1.5rem 1.3rem;
  font-size: 1.3rem;
  font-weight: 500;
}

@media (min-width: 992px) {
  .navbar-side .dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0;
  }
}

@media (max-width: 991px) {
  .navbar-side {
    margin-bottom: 4rem;
  }

  .navbar-side .dropdown-toggle {
    background: #E6E6E6;
  }

  .navbar-side .dropdown-toggle:before {
    right: 1.4rem;
  }

  .navbar-side .active {
    display: none;
  }
}

@media (max-width: 991px) {
  .mobile-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 100%;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1.6rem;
    color: #333;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #E0E0E0;
    margin-top: .4rem;
  }

  .mobile-dropdown.show,
  .show > .mobile-dropdown {
    display: block;
  }
}

.nav-social {
  margin-bottom: 3rem;
  padding-left: 1.5rem;
}

.body-copy .nav-social {
  padding-left: 0;
  padding-right: 0;
  margin-top: 1.5rem;
}

.nav-social li.icon-lg a {
  height: 4.8rem;
  width: 4.8rem;
  border-radius: 2.4rem;
  line-height: 2;
}

.nav-social li.icon-lg + li {
  margin-left: 1.6rem;
}

.nav-social li + li {
  margin-left: 1.2rem;
}

.nav-social a,
.nav-social .sr-only-focusable:focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border: 2px solid #ccc;
  border-radius: 1.8rem;
  line-height: 1.4;
  -webkit-transition: border 300ms;
  transition: border 300ms;
}

.bg-darker .nav-social a,
.bg-black .nav-social a,
.bg-darker .nav-social .sr-only-focusable:focus,
.bg-black .nav-social .sr-only-focusable:focus {
  border: 2px solid #333;
}

.body-copy .nav-social a,
.body-copy .nav-social .sr-only-focusable:focus {
  border-color: #ccc;
}

.nav-social a:hover,
.nav-social a:focus,
.nav-social .sr-only-focusable:focus:hover,
.nav-social .sr-only-focusable:focus:focus {
  outline: none;
}

.bg-darker .nav-social a:hover,
.bg-black .nav-social a:hover,
.bg-darker .nav-social a:focus,
.bg-black .nav-social a:focus,
.bg-darker .nav-social .sr-only-focusable:focus:hover,
.bg-black .nav-social .sr-only-focusable:focus:hover,
.bg-darker .nav-social .sr-only-focusable:focus:focus,
.bg-black .nav-social .sr-only-focusable:focus:focus {
  border-color: #fff;
}

.nav-social .sr-only-focusable:focus {
  position: relative;
}

@media (max-width: 767px) {
  .nav-social {
    padding-left: 1rem;
    margin-bottom: 2.4rem;
  }
}

.cta-form .nav-tabs {
  padding: 2.1rem 1.1rem 2.3rem;
}

@media (min-width: 768px) {
  .cta-form .nav-tabs {
    padding: 4.2rem 3rem 2rem;
  }
}

.nav-tabs .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.nav-tabs .nav-item + .nav-item {
  margin-left: -1px;
}

.nav-tabs .nav-link {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: .125rem;
  line-height: 1.214;
  text-align: center;
  border: 1px solid #4d4d4d;
  padding: 1.5rem 1.2rem 1.2rem;
}

@media (min-width: 768px) {
  .nav-tabs .nav-link {
    font-size: 1.4rem;
    padding: 1.3rem 1.2rem 1.2rem;
    letter-spacing: .15rem;
  }
}

.bg-darker .nav-tabs .nav-link,
.bg-black .nav-tabs .nav-link {
  color: #B3B3B3;
  background: #1a1a1a;
}

.bg-darker .nav-tabs .nav-link.active,
.bg-black .nav-tabs .nav-link.active {
  color: #fff;
}

.bg-body-img .nav-tabs .nav-link {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.bg-body-img .nav-tabs .nav-link.active {
  color: #fff;
}

.nav-tabs .nav-link.active {
  border-bottom: 1px solid transparent;
  background: transparent;
}

.nav-tabs .nav-link:hover {
  background: transparent;
}

.bg-darker .nav-tabs .nav-link:hover,
.bg-black .nav-tabs .nav-link:hover,
.bg-body-img .nav-tabs .nav-link:hover {
  color: #fff;
}

#accountBlocker.nav-tabs .nav-item {
  max-width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.cta-form .tab-content {
  padding: 0rem 1rem 3rem;
}

@media (min-width: 768px) {
  .cta-form .tab-content {
    padding: 0 3rem 3.4rem;
  }
}

/* scss/components/_forms.scss */

::-webkit-input-placeholder {
  color: #888;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #888;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #888;
  opacity: 1;
}

::placeholder {
  color: #888;
  opacity: 1;
}

.title-form {
  letter-spacing: .1rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .title-form {
    margin-bottom: 2.7rem;
  }
}

.title-form small {
  color: #808080;
  letter-spacing: .09rem;
  font-weight: 500;
}

.title-form + .form-help,
.title-form + .text-error {
  margin-top: -.5rem;
}

@media (min-width: 768px) {
  .title-form + .form-help,
  .title-form + .text-error {
    margin-top: -.7rem;
  }
}

.title-form + .callout {
  margin-top: 0;
}

@media (min-width: 768px) {
  .title-form + p {
    margin-top: -.7rem;
  }
}

.title-form [class*="icon-"] {
  margin-right: .9rem;
  opacity: .5;
}

.form-set {
  margin-bottom: 1.2rem;
}

.form-inline .form-set {
  margin-bottom: 0;
}

.form-set + .form-set {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 3rem;
  margin-top: 1.4rem;
}

.form-inline .form-set + .form-set {
  margin-top: .7rem;
}

.form-set .text-alert {
  margin-top: 2rem;
  margin-bottom: 2.2rem;
}

@media (min-width: 992px) {
  .form-set {
    margin-bottom: .6rem;
  }

  .form-set + .form-set {
    margin-top: 2rem;
    padding-top: 4rem;
  }

  .form-inline .form-set + .form-set {
    margin-top: 1.7rem;
  }
}

.form-group {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

@media (min-width: 992px) {
  .form-group {
    margin-bottom: 2rem;
  }
}

@media (max-width: 991px) {
  .form-inline .form-group {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 2rem;
  }
}

.form-group.card {
  background: #fafafa;
  border: 1px solid #E6E6E6;
  padding: 1.6rem 2rem 2rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .form-group.card {
    margin-left: 0;
    margin-right: 0;
  }
}

.form-group .card-body {
  font-size: 1.4rem;
}

.form-group .card-body .form-label {
  padding-top: .3rem;
}

.form-group .form-select {
  width: 100%;
}

.form-label,
.form-check-label,
.form-legend {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .form-label {
    padding-top: .5rem;
  }

  .form-inline .form-label {
    margin-bottom: 0;
    padding-top: 1.4rem;
  }
}

.form-label small {
  font-size: 1.3rem;
  color: #555;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .form-label small {
    display: block;
  }
}

.show-on-type {
  font-size: 1.2rem;
  line-height: 1;
  color: #808080;
  position: absolute;
  top: -.5rem;
  left: 1rem;
  background: #fff;
  padding-left: .4rem;
  padding-right: .4rem;
  margin: 0;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  opacity: 1;
}

.show-on-type.sr-only {
  opacity: 0;
}

.bg-darker .show-on-type {
  background: #0d0d0d;
}

.bg-body-img .show-on-type {
  background: transparent;
  color: #000;
  font-weight: 600;
  text-shadow: 1px 0px 1px #888;
}

.form-legend {
  margin-bottom: 2rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 1.2rem 1.1rem .7rem;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #ccc;
  border-radius: 1px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: none;
}

.bg-darker .form-control,
[class*="bg-"][class*="black"] .form-control {
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.bg-darker .form-control::-webkit-input-placeholder,
[class*="bg-"][class*="black"] .form-control::-webkit-input-placeholder {
  color: #808080;
}

.bg-darker .form-control:-ms-input-placeholder,
[class*="bg-"][class*="black"] .form-control:-ms-input-placeholder {
  color: #808080;
}

.bg-darker .form-control::-ms-input-placeholder,
[class*="bg-"][class*="black"] .form-control::-ms-input-placeholder {
  color: #808080;
}

.bg-darker .form-control::placeholder,
[class*="bg-"][class*="black"] .form-control::placeholder {
  color: #808080;
}

.bg-darker .form-control:focus,
[class*="bg-"][class*="black"] .form-control:focus {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  color: currentColor;
}

.bg-darker .form-control:focus::-webkit-input-placeholder,
[class*="bg-"][class*="black"] .form-control:focus::-webkit-input-placeholder {
  color: currentColor;
}

.bg-darker .form-control:focus:-ms-input-placeholder,
[class*="bg-"][class*="black"] .form-control:focus:-ms-input-placeholder {
  color: currentColor;
}

.bg-darker .form-control:focus::-ms-input-placeholder,
[class*="bg-"][class*="black"] .form-control:focus::-ms-input-placeholder {
  color: currentColor;
}

.bg-darker .form-control:focus::placeholder,
[class*="bg-"][class*="black"] .form-control:focus::placeholder {
  color: currentColor;
}

.bg-darker .form-control:disabled,
.bg-darker .form-control[readonly],
[class*="bg-"][class*="black"] .form-control:disabled,
[class*="bg-"][class*="black"] .form-control[readonly] {
  background-color: #313131;
  color: #808080;
}

.bg-body-img .form-control {
  background-color: transparent;
  border-color: #fff;
}

.bg-body-img .form-control::-webkit-input-placeholder {
  color: #fff;
}

.bg-body-img .form-control:-ms-input-placeholder {
  color: #fff;
}

.bg-body-img .form-control::-ms-input-placeholder {
  color: #fff;
}

.bg-body-img .form-control::placeholder {
  color: #fff;
}

.form-control.is-invalid {
  border-color: #DB2817 !important;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #f5f5f5;
  opacity: 1;
  color: #808080;
}

.form-select {
  position: relative;
}

.form-select:after {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: 0.51rem;
  content: "";
  border-top: 0.6rem solid #808080;
  border-right: 0.3rem solid transparent;
  border-left: 0.3rem solid transparent;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -3px;
}

.bg-darker .form-select:after,
[class*="bg-"][class*="black"] .form-select:after {
  border-top-color: #fff;
}

select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(3.7rem + 4px);
}

.bg-darker select.form-control:focus,
[class*="bg-"][class*="black"] select.form-control:focus {
  background: #333;
  outline: 2px solid rgba(255, 255, 255, 0.5);
}

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

.bg-darker select.form-control,
[class*="bg-"][class*="black"] select.form-control {
  background: #333;
  border: 0;
}

.form-check {
  position: relative;
  display: block;
}

.form-check-label {
  padding-left: 3.6rem;
  padding-bottom: 1.4rem;
  display: block;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.label-radio {
  position: relative;
  padding-left: 3.5rem;
  font-size: 1.5rem;
  line-height: 1.285;
  display: block;
}

.bg-darker .label-radio,
.bg-black .label-radio {
  color: #B3B3B3;
}

.bg-darker .label-radio.selected,
.bg-black .label-radio.selected {
  color: #fff;
}

.label-radio + .label-radio {
  margin-top: 1.6rem;
}

.label-radio .icon-radio {
  position: absolute;
  left: 1rem;
  top: 0;
}

.form-check-input {
  position: absolute;
  top: 0;
  left: 1.1rem;
}

.form-text {
  display: block;
  margin-top: .5rem;
  line-height: 1.17;
  font-size: 1.2rem;
}

.form-help {
  font-size: 1.4rem;
  line-height: 1.285;
  margin-bottom: 0;
}

.form-help + .form-help {
  margin-top: .7rem;
}

.form-description {
  font-size: 1.5rem;
  line-height: 1.333;
  margin-bottom: 2.2rem;
}

@media (min-width: 768px) {
  .form-description {
    margin-bottom: 2.7rem;
  }
}

.form-description p,
.form-description ul {
  margin-bottom: 1.1rem;
}

.form-description li + li {
  margin-top: .8rem;
}

.form-error {
  font-size: 1.2rem;
  margin: 2px 0 0;
  font-style: italic;
  width: 100%;
}

.form-field {
  font-size: 1.3rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: .9rem;
  padding-right: 0;
}

.form-field + input {
  margin-left: .8rem;
}

@media (min-width: 768px) {
  .form-field + input {
    margin-left: .5rem;
  }
}

.bg-darker .form-field,
[class*="bg-"][class*="black"] .form-field {
  background: transparent;
  border-width: 2px;
  border-color: #333;
}

.label-check {
  position: relative;
  padding-left: 2.3rem;
  margin-bottom: 0;
  cursor: pointer;
  text-align: left;
}

.label-check input,
.label-check .checkbox {
  position: absolute;
  left: 0;
  top: .2rem;
}

[class*="bg-"][class*="black"] .label-check a,
.bg-darker .label-check a {
  color: #B3B3B3;
}

.checkbox {
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.03);
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  cursor: pointer;
}

.checkbox.selected {
  background: #ccc;
  border-color: transparent;
}

.checkbox.selected .icon-checkmark {
  display: block;
}

.checkbox .icon-checkmark {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bg-darker .checkbox,
[class*="bg-"][class*="black"] .checkbox {
  border: 1px solid #808080;
  cursor: pointer;
}

.bg-darker .checkbox.selected,
[class*="bg-"][class*="black"] .checkbox.selected {
  background: #333;
}

.bg-body-img .checkbox {
  border-color: #fff;
}

.bg-body-img .checkbox.selected {
  background: #1a1a1a;
}

.label-check.is-invalid .checkbox {
  border-color: #DB2817;
}

/*Toggler*/

.label-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-toggle {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
  position: relative;
  height: 2.4rem;
  width: 3.84rem;
  -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  background-color: #B3B3B3;
  border-radius: 1.2rem;
}

.input-toggle:focus {
  outline: none;
}

.input-toggle:focus:after {
  position: absolute;
  content: "";
  display: block;
  top: -.2rem;
  border: .2rem solid #B3B3B3;
  left: -.2rem;
  right: -.2rem;
  bottom: -.2rem;
  border-radius: 1.7rem;
}

.input-toggle:before {
  position: absolute;
  content: "";
  height: 1.8rem;
  width: 1.8rem;
  left: .3rem;
  top: .3rem;
  background-color: #fff;
  border-radius: .9rem;
  -webkit-transition: .4s;
  transition: .4s;
}

.input-toggle.selected {
  background-color: #66BB6A;
}

.input-toggle.selected:before {
  left: 1.6rem;
}

.input-toggle.selected:focus:after {
  border-color: #a6e0a9;
}

.input-toggle.selected + .text-toggle {
  color: #66BB6A;
}

.input-toggle + .text-toggle {
  color: #808080;
  margin: 0 0 0 .9rem;
  font-weight: bold;
  min-width: 8.2rem;
}

@media (min-width: 768px) {
  .input-toggle + .text-toggle {
    min-width: 9.2rem;
  }
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4rem;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 4rem;
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 4rem;
  padding: 1.2rem 1.3rem;
  line-height: 1.2;
  color: #808080;
  background-color: #fff;
  border: 2px solid #ccc;
  font-size: 1.5rem;
  border-radius: 1px;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(4rem - 2px * 2);
  padding: 1.2rem 1.3rem;
  line-height: 1.2;
  color: #333;
  content: "Choose File";
  text-transform: uppercase;
  letter-spacing: .05rem;
  font-weight: 500;
  font-size: 1.3rem;
  background-color: #f5f5f5;
  border-radius: 0 1px 1px 0;
}

.cc-callout {
  padding: 1.7rem 1.5rem 1.5rem;
  background: #f5f5f5;
  font-size: 1.2rem;
  line-height: 1.17;
  font-weight: 500;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 3.2rem;
  position: relative;
}

.cc-callout .icon-cc {
  position: absolute;
  top: 1.1rem;
  padding-left: 1rem;
}

.form-subscription {
  padding: 2rem;
}

@media (min-width: 768px) {
  .form-subscription {
    padding: 3rem 5.5rem 5.2rem;
  }
}

.form-payment .article-excerpt {
  font-size: 1.4rem;
}

.form-payment .label-radio {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .1rem;
  padding-left: 2.2rem;
  display: inline-block;
}

.form-payment .label-radio + .label-radio {
  margin-left: 2.3rem;
  margin-top: 0;
}

@media (min-width: 992px) {
  .form-payment .label-radio + .label-radio {
    margin-left: 2.8rem;
  }
}

.form-payment .label-radio .icon-radio {
  left: 0;
}

.form-payment .form-set + .form-set {
  padding-top: 0;
  border-top: 0;
}

.ajaxloader {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7) url("/img/loader.gif") 50% 50% no-repeat;
}

body.loading .ajaxloader {
  overflow: hidden;
}

body.loading .ajaxloader {
  display: block;
}

/* scss/components/_filtering.scss */

.filter-bar {
  padding: 2rem;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 3rem;
  font-size: 1.3rem;
  color: #555;
}

@media (max-width: 767px) {
  .filter-bar {
    background: #f5f5f5;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.filter-bar + .filter-alpha {
  margin-top: -3rem;
  border-top: 0;
}

@media (min-width: 768px) {
  .filter-bar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 1.5rem;
    margin-bottom: 4rem;
    padding: 0 0 1rem;
  }
}

@media (min-width: 992px) {
  .filter-bar + .filter-alpha {
    margin-top: -4rem;
  }
}

.filter-bar .label {
  color: #808080;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.2rem;
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .filter-bar .label + label {
    display: block;
  }
}

@media (min-width: 992px) {
  .filter-bar .label + .label {
    margin-left: 1.8rem;
  }
}

.filter-bar .label-check {
  font-size: 1.3rem;
  display: inline-block;
}

@media (max-width: 991px) {
  .filter-bar .label-check:nth-of-type(n+3) {
    margin-top: 1.6rem;
  }
}

.filter-bar .label-check input,
.filter-bar .label-check .checkbox {
  top: 0;
}

@media (min-width: 992px) {
  .filter-bar .label-check + .label-check {
    margin-left: 1.8rem;
  }
}

.filter-bar .dropdown {
  display: inline-block;
  margin-left: .5rem;
  text-transform: none;
  font-weight: normal;
}

.filter-bar .dropdown-toggle {
  color: #555;
  font-size: 1.3rem;
  line-height: 1.23;
  padding-right: 1rem;
  background: transparent;
  border: 0;
}

@media (min-width: 768px) {
  .filter-bar .dropdown-toggle {
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    padding: 1rem 2.4rem .7rem .9rem;
  }
}

@media (min-width: 768px) {
  .filter-bar .dropdown-toggle:before {
    right: 9px;
  }
}

@media (max-width: 767px) {
  .filter-bar .dropdown-toggle:after {
    content: attr(data-label);
    display: inline;
  }
}

.filter-bar .dropdown-menu {
  padding: 0;
  margin-top: .4rem;
  border-radius: 2px;
}

.filter-bar .dropdown-item {
  font-size: 1.3rem;
  line-height: 1.23;
  margin: .4rem;
  border-radius: 1px;
  width: calc(100% - .8rem);
}

.text-results {
  font-weight: 500;
}

@media (min-width: 768px) {
  .text-results {
    margin-right: 1.8rem;
  }
}

.list-filter {
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .list-filter {
    margin-top: .8rem;
  }
}

@media (max-width: 991px) {
  .list-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .list-filter > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.filter-alpha {
  padding: 2rem;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0;
  margin-bottom: 3rem;
  color: #ccc;
}

@media (max-width: 767px) {
  .filter-alpha {
    background: #f5f5f5;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (min-width: 992px) {
  .filter-alpha {
    padding: 1rem 0 0;
    margin-bottom: 3.5rem;
  }
}

.filter-alpha .pagination {
  font-size: 1.5rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .filter-alpha .pagination {
    font-size: 1.4rem;
  }
}

@media (max-width: 991px) {
  .filter-alpha .pagination .all-items {
    font-size: 1.1rem;
  }
}

.filter-alpha .page-link {
  height: 3.2rem;
  display: block;
  min-width: inherit;
}

@media (min-width: 992px) {
  .filter-alpha .page-link {
    height: 3rem;
  }
}

@media (max-width: 991px) {
  .filter-alpha .page-link {
    border-radius: 1px;
  }
}

.filter-alpha .all-items .page-link {
  padding-left: .5rem;
  padding-right: .5rem;
}

@media (min-width: 992px) {
  .filter-alpha .all-items .page-link {
    padding-left: .8rem;
    padding-right: .8rem;
  }
}

.filter-alpha .page-item {
  height: 3.2rem;
  line-height: 3.4rem;
  min-width: 3.2rem;
}

@media (min-width: 992px) {
  .filter-alpha .page-item {
    min-width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
}

@media (max-width: 991px) {
  .filter-alpha .page-item {
    border-radius: 1px;
    margin-bottom: .4rem;
    margin-right: .4rem;
    background: rgba(255, 255, 255, 0.5);
  }
}

/* scss/components/_modals.scss */

/*hack for ios only devices to fix overflow:hidden bug*/

@supports (-webkit-overflow-scrolling: touch) {
  .modal-open {
    height: 100%;
  }
}

.modal .icon-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 3;
  opacity: .5;
}

@media (min-width: 768px) {
  .modal .icon-close {
    right: 2rem;
    top: 2rem;
  }
}

.modal .icon-fullscreen {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 3;
}

@media (max-width: 991px) {
  .modal .icon-fullscreen {
    display: none;
  }
}

@media (max-width: 767px) {
  .modal:not(.modal-full-window) {
    left: 2rem;
    right: 2rem;
  }
}

@media (min-width: 992px) {
  .modal-dialog-centered {
    min-height: 100%;
  }
}

.modal-content {
  border-radius: 0;
}

@media (min-width: 992px) {
  .modal-content {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.imgZoom .modal-content {
  padding: 0;
}

.modal-body {
  font-size: 1.5rem;
}

@media (max-width: 991px) {
  .modal-body {
    padding: 2.2rem 2rem 3rem;
  }
}

.modal-body p {
  margin-bottom: 2.4rem;
}

.modal-body .title-meta {
  font-size: 1.3rem;
  margin-bottom: .9rem;
}

.modal-body hr {
  margin: 3rem 0;
}

@media (min-width: 768px) {
  .modal-body hr {
    margin: 3rem -2rem;
  }
}

.modal-title {
  font-size: 2.6rem;
  margin: 0 0 .7rem;
}

.modal-open .modal-full-window {
  overflow: hidden;
}

.modal-full-window picture {
  height: 100%;
  display: block;
}

.modal-full-window img {
  max-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-full-window .modal-dialog,
.modal-full-window .modal-content,
.modal-full-window .modal-body,
.modal-full-window .carousel,
.modal-full-window .carousel-inner,
.modal-full-window .carousel-item,
.modal-full-window .img-cloned {
  height: 100%;
}

.modal-full-window .modal-content {
  border: 0;
}

.modal-full-window .modal-body {
  padding: 4rem 2rem;
}

.modal-full-window .carousel-control-prev .display-on-hover,
.modal-full-window .carousel-control-next .display-on-hover {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.modal-full-window .carousel-control-prev:hover .display-on-hover,
.modal-full-window .carousel-control-prev:focus .display-on-hover,
.modal-full-window .carousel-control-next:hover .display-on-hover,
.modal-full-window .carousel-control-next:focus .display-on-hover {
  opacity: .5;
}

.modal-full-window .carousel-control-prev {
  left: 0;
}

.modal-full-window .carousel-control-prev .display-on-hover {
  padding-left: 1.4rem;
}

.modal-full-window .carousel-control-next {
  right: 0;
}

.modal-full-window .carousel-control-next .display-on-hover {
  padding-right: 1.4rem;
}

.modal-full-window.imgZoom .modal-body {
  padding: 0;
}

.modal-full-window.imgZoom .carousel-control-prev {
  left: 2rem;
  opacity: .8;
}

.modal-full-window.imgZoom .carousel-control-next {
  right: 2rem;
  opacity: .8;
}

.modal-full-window.imgZoom .carousel-control-prev:hover .display-on-hover,
.modal-full-window.imgZoom .carousel-control-prev:focus .display-on-hover,
.modal-full-window.imgZoom .carousel-control-next:hover .display-on-hover,
.modal-full-window.imgZoom .carousel-control-next:focus .display-on-hover {
  opacity: 1;
}

.modal-full-window .section-title {
  color: #fff;
}

.modal-full-window .article-list {
  text-align: left;
}

.modal-full-window .more-galleries-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#galleryModal {
  z-index: 1020;
}

.more-galleries-carousel .module {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 991px) {
  .more-galleries-carousel > .container {
    padding: 0;
  }

  .more-galleries-carousel .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: none;
  }

  .more-galleries-carousel .article + .article {
    margin-top: 3rem;
  }

  .more-galleries-carousel .module-img,
  .more-galleries-carousel .article-header {
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }

  .more-galleries-carousel .module-img {
    margin-bottom: 0;
  }

  .more-galleries-carousel .article-header {
    padding-left: 2rem;
    margin-bottom: 0;
  }

  .more-galleries-carousel .article-title {
    font-size: 1.4rem;
  }
}

.modal-video .modal-content {
  width: 100%;
}

.modal-video .modal-body {
  padding: 0;
}

.modal-video .icon-close {
  right: 0;
  top: 1.5rem;
  opacity: .5;
}

@media (min-width: 992px) {
  .modal-video .icon-close {
    top: -3rem;
  }
}

.modal-video .caption-video {
  position: absolute;
  top: 1.5rem;
  left: 0;
  background: none;
  height: auto;
  padding: 0;
}

@media (min-width: 992px) {
  .modal-video .caption-video {
    top: -3rem;
  }
}

.modal-video .caption-video strong {
  font-size: 1.5rem;
}

/* scss/components/_pagination.scss */

.nav-pages {
  padding: 2rem;
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .nav-pages {
    background: #f5f5f5;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (min-width: 768px) {
  .nav-pages {
    border-top: 1px solid #E0E0E0;
    padding: 1rem 0 0;
  }
}

.nav-pages form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .nav-pages form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.nav-pages .form-field {
  border-radius: 2px;
  width: 8rem;
  -webkit-appearance: none;
}

@media (min-width: 992px) {
  .nav-pages .form-field {
    width: 7.6rem;
  }
}

@media (max-width: 991px) {
  .nav-pages .form-field {
    line-height: 2.8rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.nav-pages .btn {
  height: 3.6rem;
  line-height: 3.4rem;
  font-size: 1.2rem;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 2px;
}

@media (min-width: 768px) {
  .nav-pages .btn {
    float: none;
    height: 3rem;
    line-height: 2.8rem;
  }
}

@media (max-width: 767px) {
  .nav-pages .btn {
    background: #E6E6E6;
  }
}

.nav-pages input[type="submit"] {
  width: 3.6rem;
  padding-left: 0;
  padding-right: 0;
  color: #555;
}

@media (min-width: 768px) {
  .nav-pages input[type="submit"] {
    width: 3rem;
  }
}

.pagination {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .pagination {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}

.page-item {
  text-align: center;
  font-weight: 500;
  height: 3.6rem;
}

@media (min-width: 768px) {
  .page-item {
    height: 3rem;
  }
}

.page-item + .page-item {
  margin-left: 1rem;
}

.page-item.ellipsis {
  line-height: 4rem;
  width: 3.6rem;
  color: #B3B3B3;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .page-item.ellipsis {
    line-height: 3.4rem;
    width: 3rem;
  }
}

.page-link {
  border-radius: 0.2rem;
  min-width: 3.6rem;
  margin-left: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

@media (min-width: 768px) {
  .page-link {
    min-width: 3rem;
    line-height: 3rem;
  }
}

/* scss/components/_progressBar.scss */

.container-progress {
  margin-top: 1.4rem;
  font-size: 1.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: left;
}

.container-progress strong {
  display: block;
  font-weight: 500;
}

.container-progress strong + .progress {
  margin-top: .7rem;
}

.progress {
  width: 100%;
}

#searchBox {
  overflow: hidden;
}

#searchBox.collapsing {
  -webkit-transition: height 0.35s ease-in-out, -webkit-box-flex 0.35s ease-in-out;
  transition: height 0.35s ease-in-out, -webkit-box-flex 0.35s ease-in-out;
  transition: height 0.35s ease-in-out, flex 0.35s ease-in-out;
  transition: height 0.35s ease-in-out, flex 0.35s ease-in-out, -webkit-box-flex 0.35s ease-in-out, -ms-flex 0.35s ease-in-out;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: visible;
}

.search-expanded #searchBox {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  overflow: visible;
}

.form-search {
  margin-top: 1.5rem;
  position: relative;
  z-index: 100;
}

@media (min-width: 768px) {
  .form-search {
    margin-top: 7rem;
  }
}

.form-search + .title-meta {
  margin-top: 4rem;
}

@media (min-width: 768px) {
  .form-search + .title-meta {
    margin-top: 8rem;
  }
}

.form-search + nav {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .form-search + nav {
    margin-top: 4rem;
  }
}

.form-search .dropdown-menu {
  border: 0;
  border-radius: 0;
  background-color: #242424;
  margin: 0;
  padding: 2.9rem 2rem 2.6rem;
}

@media (min-width: 768px) {
  .form-search .dropdown-menu {
    min-width: 200px;
    padding: 1.9rem 2rem 1.6rem;
  }
}

.form-search .dropdown-option {
  font-size: 1.5rem;
  line-height: 1.2;
}

.form-search .dropdown-option + .dropdown-option {
  margin-top: 2.4rem;
}

@media (min-width: 768px) {
  .form-search .dropdown-option + .dropdown-option {
    margin-top: 1.4rem;
  }
}

.form-search .dropdown-option a {
  color: #808080;
  display: block;
}

.form-search .dropdown-option a:hover,
.form-search .dropdown-option a:focus {
  color: #fff;
}

.form-search .btn {
  position: absolute;
  right: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
}

.form-search input[type="reset"] {
  color: #808080;
  font-size: 1.1rem;
  bottom: .8rem;
  display: none;
}

input[type="search"] {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #4d4d4d;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: -.1rem;
  padding: 0 4rem .8rem .4rem;
  width: 100%;
}

@media (min-width: 768px) {
  input[type="search"] {
    font-weight: 300;
    font-size: 3.6rem;
    padding-right: 3.4rem;
  }
}

input[type="search"]::-webkit-input-placeholder {
  color: #808080;
}

input[type="search"]:-ms-input-placeholder {
  color: #808080;
}

input[type="search"]::-ms-input-placeholder {
  color: #808080;
}

input[type="search"]::placeholder {
  color: #808080;
}

.bg-darker input[type="search"],
.bg-black input[type="search"] {
  color: #fff;
}

.bg-darker input[type="search"]:focus,
.bg-black input[type="search"]:focus {
  outline: #0d0d0d;
}

.submit-search {
  font: 0/0 a;
  color: transparent;
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/search.svg);
  background-size: contain;
  bottom: 1.8rem;
  height: 2.4rem;
  width: 2.4rem;
}

.bg-darker .submit-search,
.bg-black .submit-search {
  background-image: url(https://d11nuriyhamvfv.cloudfront.net/img/front/icons/search-white.svg);
}

/* Scss Document */

.tooltip {
  font-size: 1.2rem;
  border: 1px solid #666666;
  min-width: 13rem;
}

.tooltip .arrow:before {
  z-index: 2;
}

.tooltip .arrow:after {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  content: "";
  border-width: 6px;
  margin-left: -6px;
  z-index: 1;
}

.tooltip.bs-tooltip-top,
.tooltip.bs-tooltip-auto[x-placement^="top"],
.tooltip.bs-tooltip-auto[x-placement^="top"] {
  padding: 0;
}

.tooltip.bs-tooltip-top .arrow,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: -5px;
}

.tooltip.bs-tooltip-top .arrow:after,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:after,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:after {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #ccc;
}

.tooltip.bs-tooltip-top .arrow:before,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  margin-left: -5px;
}

.maptip {
  border: 0;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
}

.maptip .tooltip-inner {
  max-width: inherit;
  border-radius: .2rem;
  color: #B3B3B3;
  text-transform: uppercase;
  font-size: 1.1rem;
  text-align: left;
  padding: 7px 9px;
  line-break: 1.818;
  background: #000;
}

.maptip .tooltip-inner a {
  color: #B3B3B3;
}

.maptip .tooltip-inner strong {
  color: #fff;
  font-weight: 500;
  font-size: 1.3rem;
  text-transform: none;
  display: block;
  line-height: 1.538;
}

.no-quote:before {
  background-image: none;
  margin-bottom: 0px;
  height: 0px;
}

.hide {
  display: none;
}

.twitter-typeahead,
.tt-hint,
.tt-input,
.tt-menu {
  width: 100%;
}

.tt-menu {
  background-color: #242424;
}

span.tt-suggestion.tt-selectable {
  display: -webkit-box;
  color: #808080;
  padding: 6px;
  cursor: pointer;
}

.tt-highlight {
  color: #fff !important;
}

.bill-help-head {
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 45px;
  padding: 10px;
}

.playmate-confirm .body-copy {
  font-size: 1.6rem;
  margin-bottom: 55px;
}

.topback {
  padding: 5px;
}

.initiatives .mobile-content {
  display: block;
}

.initiatives .article-excerpt,
.initiatives .desktop-content {
  display: none;
}

@media (min-width: 768px) {
  .initiatives .mobile-content {
    display: none;
  }

  .initiatives .article-excerpt,
  .initiatives .desktop-content {
    display: block;
  }
}

