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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("/static/img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("/static/slick-fonts/slick.eot");
  src: url("/static/slick-fonts/slick.eot?#iefix") format("embedded-opentype"), url("/static/slick-fonts/slick.woff") format("woff"), url("/static/slick-fonts/slick.ttf") format("truetype"), url("/static/slick-fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '\2190'; }

[dir='rtl'] .slick-prev:before {
  content: '\2192'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '\2192'; }

[dir='rtl'] .slick-next:before {
  content: '\2190'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\2022';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

@charset "UTF-8";
.color-axon-yellow {
  color: #FFD700 !important; }

.color-black {
  color: #000 !important; }

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

.color-axon-gray-on-black {
  color: #959595 !important; }

.color-axon-gray-on-white {
  color: #404040 !important; }

.color-axon-gray-on-white-lighter {
  color: #666666 !important; }

.color-axon-dark-gray {
  color: #232323 !important; }

.color-axon-light-gray {
  color: #F1F1F1 !important; }

.color-axon-lightish-gray {
  color: #d3d3d3 !important; }

.background-black {
  background: black; }

.background-white {
  background: #fff; }

.background-axon-gray {
  background: #959595; }

.background-axon-lightish-gray {
  background: #d3d3d3; }

.background-axon-dark-gray {
  background: #232323; }

.background-axon-yellow {
  background: #FFD700; }

.background-axon-light-gray {
  background: #F1F1F1; }

.background-axon-very-dark-gray {
  background: #1D1D1D; }

:root {
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.125rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.125rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.125rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.125rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.125rem !important; }
  .m-sm-2 {
    margin: 0.25rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.25rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.25rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.25rem !important; }
  .m-sm-3 {
    margin: 0.5rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 0.5rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 0.5rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 0.5rem !important; }
  .m-sm-4 {
    margin: 0.75rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 0.75rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 0.75rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 0.75rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 0.75rem !important; }
  .m-sm-5 {
    margin: 1.5rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 1.5rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 1.5rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 1.5rem !important; }
  .m-sm-6 {
    margin: 2rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 2rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 2rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 2rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 2rem !important; }
  .m-sm-7 {
    margin: 3rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 3rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 3rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 3rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 3rem !important; }
  .m-sm-8 {
    margin: 4rem !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 4rem !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 4rem !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 4rem !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 4rem !important; }
  .m-sm-9 {
    margin: 5rem !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 5rem !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 5rem !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 5rem !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 5rem !important; }
  .m-sm-10 {
    margin: 6rem !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 6rem !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 6rem !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 6rem !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 6rem !important; }
  .m-sm-11 {
    margin: 7rem !important; }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 7rem !important; }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 7rem !important; }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 7rem !important; }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 7rem !important; }
  .m-sm-20 {
    margin: 12rem !important; }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 12rem !important; }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 12rem !important; }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 12rem !important; }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 12rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.125rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.125rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.125rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.125rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.125rem !important; }
  .p-sm-2 {
    padding: 0.25rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.25rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.25rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.25rem !important; }
  .p-sm-3 {
    padding: 0.5rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 0.5rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 0.5rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 0.5rem !important; }
  .p-sm-4 {
    padding: 0.75rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 0.75rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 0.75rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 0.75rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 0.75rem !important; }
  .p-sm-5 {
    padding: 1.5rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 1.5rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 1.5rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 1.5rem !important; }
  .p-sm-6 {
    padding: 2rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 2rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 2rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 2rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 2rem !important; }
  .p-sm-7 {
    padding: 3rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 3rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 3rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 3rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 3rem !important; }
  .p-sm-8 {
    padding: 4rem !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 4rem !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 4rem !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 4rem !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 4rem !important; }
  .p-sm-9 {
    padding: 5rem !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 5rem !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 5rem !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 5rem !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 5rem !important; }
  .p-sm-10 {
    padding: 6rem !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 6rem !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 6rem !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 6rem !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 6rem !important; }
  .p-sm-11 {
    padding: 7rem !important; }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 7rem !important; }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 7rem !important; }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 7rem !important; }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 7rem !important; }
  .p-sm-20 {
    padding: 12rem !important; }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 12rem !important; }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 12rem !important; }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 12rem !important; }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 12rem !important; }
  .m-sm-n1 {
    margin: -0.125rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.125rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.125rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.125rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.125rem !important; }
  .m-sm-n2 {
    margin: -0.25rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.25rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.25rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.25rem !important; }
  .m-sm-n3 {
    margin: -0.5rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -0.5rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -0.5rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -0.5rem !important; }
  .m-sm-n4 {
    margin: -0.75rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -0.75rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -0.75rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -0.75rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -0.75rem !important; }
  .m-sm-n5 {
    margin: -1.5rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -1.5rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -1.5rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -1.5rem !important; }
  .m-sm-n6 {
    margin: -2rem !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -2rem !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -2rem !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -2rem !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -2rem !important; }
  .m-sm-n7 {
    margin: -3rem !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -3rem !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -3rem !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -3rem !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -3rem !important; }
  .m-sm-n8 {
    margin: -4rem !important; }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -4rem !important; }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -4rem !important; }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -4rem !important; }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -4rem !important; }
  .m-sm-n9 {
    margin: -5rem !important; }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -5rem !important; }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -5rem !important; }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -5rem !important; }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -5rem !important; }
  .m-sm-n10 {
    margin: -6rem !important; }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -6rem !important; }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -6rem !important; }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -6rem !important; }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -6rem !important; }
  .m-sm-n11 {
    margin: -7rem !important; }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -7rem !important; }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -7rem !important; }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -7rem !important; }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -7rem !important; }
  .m-sm-n20 {
    margin: -12rem !important; }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -12rem !important; }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -12rem !important; }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -12rem !important; }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -12rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.125rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.125rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.125rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.125rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.125rem !important; }
  .m-md-2 {
    margin: 0.25rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.25rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.25rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.25rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.25rem !important; }
  .m-md-3 {
    margin: 0.5rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 0.5rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 0.5rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 0.5rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 0.5rem !important; }
  .m-md-4 {
    margin: 0.75rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 0.75rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 0.75rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 0.75rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 0.75rem !important; }
  .m-md-5 {
    margin: 1.5rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 1.5rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 1.5rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 1.5rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 1.5rem !important; }
  .m-md-6 {
    margin: 2rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 2rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 2rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 2rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 2rem !important; }
  .m-md-7 {
    margin: 3rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 3rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 3rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 3rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 3rem !important; }
  .m-md-8 {
    margin: 4rem !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 4rem !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 4rem !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 4rem !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 4rem !important; }
  .m-md-9 {
    margin: 5rem !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 5rem !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 5rem !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 5rem !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 5rem !important; }
  .m-md-10 {
    margin: 6rem !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 6rem !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 6rem !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 6rem !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 6rem !important; }
  .m-md-11 {
    margin: 7rem !important; }
  .mt-md-11,
  .my-md-11 {
    margin-top: 7rem !important; }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 7rem !important; }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 7rem !important; }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 7rem !important; }
  .m-md-20 {
    margin: 12rem !important; }
  .mt-md-20,
  .my-md-20 {
    margin-top: 12rem !important; }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 12rem !important; }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 12rem !important; }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 12rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.125rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.125rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.125rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.125rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.125rem !important; }
  .p-md-2 {
    padding: 0.25rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.25rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.25rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.25rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.25rem !important; }
  .p-md-3 {
    padding: 0.5rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 0.5rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 0.5rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 0.5rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 0.5rem !important; }
  .p-md-4 {
    padding: 0.75rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 0.75rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 0.75rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 0.75rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 0.75rem !important; }
  .p-md-5 {
    padding: 1.5rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 1.5rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 1.5rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 1.5rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 1.5rem !important; }
  .p-md-6 {
    padding: 2rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 2rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 2rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 2rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 2rem !important; }
  .p-md-7 {
    padding: 3rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 3rem !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 3rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 3rem !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 3rem !important; }
  .p-md-8 {
    padding: 4rem !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 4rem !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 4rem !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 4rem !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 4rem !important; }
  .p-md-9 {
    padding: 5rem !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 5rem !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 5rem !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 5rem !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 5rem !important; }
  .p-md-10 {
    padding: 6rem !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 6rem !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 6rem !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 6rem !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 6rem !important; }
  .p-md-11 {
    padding: 7rem !important; }
  .pt-md-11,
  .py-md-11 {
    padding-top: 7rem !important; }
  .pr-md-11,
  .px-md-11 {
    padding-right: 7rem !important; }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 7rem !important; }
  .pl-md-11,
  .px-md-11 {
    padding-left: 7rem !important; }
  .p-md-20 {
    padding: 12rem !important; }
  .pt-md-20,
  .py-md-20 {
    padding-top: 12rem !important; }
  .pr-md-20,
  .px-md-20 {
    padding-right: 12rem !important; }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 12rem !important; }
  .pl-md-20,
  .px-md-20 {
    padding-left: 12rem !important; }
  .m-md-n1 {
    margin: -0.125rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.125rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.125rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.125rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.125rem !important; }
  .m-md-n2 {
    margin: -0.25rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.25rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.25rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.25rem !important; }
  .m-md-n3 {
    margin: -0.5rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -0.5rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -0.5rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -0.5rem !important; }
  .m-md-n4 {
    margin: -0.75rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -0.75rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -0.75rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -0.75rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -0.75rem !important; }
  .m-md-n5 {
    margin: -1.5rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -1.5rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -1.5rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -1.5rem !important; }
  .m-md-n6 {
    margin: -2rem !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -2rem !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -2rem !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -2rem !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -2rem !important; }
  .m-md-n7 {
    margin: -3rem !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -3rem !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -3rem !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -3rem !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -3rem !important; }
  .m-md-n8 {
    margin: -4rem !important; }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -4rem !important; }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -4rem !important; }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -4rem !important; }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -4rem !important; }
  .m-md-n9 {
    margin: -5rem !important; }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -5rem !important; }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -5rem !important; }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -5rem !important; }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -5rem !important; }
  .m-md-n10 {
    margin: -6rem !important; }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -6rem !important; }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -6rem !important; }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -6rem !important; }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -6rem !important; }
  .m-md-n11 {
    margin: -7rem !important; }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -7rem !important; }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -7rem !important; }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -7rem !important; }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -7rem !important; }
  .m-md-n20 {
    margin: -12rem !important; }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -12rem !important; }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -12rem !important; }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -12rem !important; }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -12rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.125rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.125rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.125rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.125rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.125rem !important; }
  .m-lg-2 {
    margin: 0.25rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.25rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.25rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.25rem !important; }
  .m-lg-3 {
    margin: 0.5rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 0.5rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 0.5rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 0.5rem !important; }
  .m-lg-4 {
    margin: 0.75rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 0.75rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 0.75rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 0.75rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 0.75rem !important; }
  .m-lg-5 {
    margin: 1.5rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 1.5rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 1.5rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 1.5rem !important; }
  .m-lg-6 {
    margin: 2rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 2rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 2rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 2rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 2rem !important; }
  .m-lg-7 {
    margin: 3rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 3rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 3rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 3rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 3rem !important; }
  .m-lg-8 {
    margin: 4rem !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 4rem !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 4rem !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 4rem !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 4rem !important; }
  .m-lg-9 {
    margin: 5rem !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 5rem !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 5rem !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 5rem !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 5rem !important; }
  .m-lg-10 {
    margin: 6rem !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 6rem !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 6rem !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 6rem !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 6rem !important; }
  .m-lg-11 {
    margin: 7rem !important; }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 7rem !important; }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 7rem !important; }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 7rem !important; }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 7rem !important; }
  .m-lg-20 {
    margin: 12rem !important; }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 12rem !important; }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 12rem !important; }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 12rem !important; }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 12rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.125rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.125rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.125rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.125rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.125rem !important; }
  .p-lg-2 {
    padding: 0.25rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.25rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.25rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.25rem !important; }
  .p-lg-3 {
    padding: 0.5rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 0.5rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 0.5rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 0.5rem !important; }
  .p-lg-4 {
    padding: 0.75rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 0.75rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 0.75rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 0.75rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 0.75rem !important; }
  .p-lg-5 {
    padding: 1.5rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 1.5rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 1.5rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 1.5rem !important; }
  .p-lg-6 {
    padding: 2rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 2rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 2rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 2rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 2rem !important; }
  .p-lg-7 {
    padding: 3rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 3rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 3rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 3rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 3rem !important; }
  .p-lg-8 {
    padding: 4rem !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 4rem !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 4rem !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 4rem !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 4rem !important; }
  .p-lg-9 {
    padding: 5rem !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 5rem !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 5rem !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 5rem !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 5rem !important; }
  .p-lg-10 {
    padding: 6rem !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 6rem !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 6rem !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 6rem !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 6rem !important; }
  .p-lg-11 {
    padding: 7rem !important; }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 7rem !important; }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 7rem !important; }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 7rem !important; }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 7rem !important; }
  .p-lg-20 {
    padding: 12rem !important; }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 12rem !important; }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 12rem !important; }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 12rem !important; }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 12rem !important; }
  .m-lg-n1 {
    margin: -0.125rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.125rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.125rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.125rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.125rem !important; }
  .m-lg-n2 {
    margin: -0.25rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.25rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.25rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.25rem !important; }
  .m-lg-n3 {
    margin: -0.5rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -0.5rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -0.5rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -0.5rem !important; }
  .m-lg-n4 {
    margin: -0.75rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -0.75rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -0.75rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -0.75rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -0.75rem !important; }
  .m-lg-n5 {
    margin: -1.5rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -1.5rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -1.5rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -1.5rem !important; }
  .m-lg-n6 {
    margin: -2rem !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -2rem !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -2rem !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -2rem !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -2rem !important; }
  .m-lg-n7 {
    margin: -3rem !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -3rem !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -3rem !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -3rem !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -3rem !important; }
  .m-lg-n8 {
    margin: -4rem !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -4rem !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -4rem !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -4rem !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -4rem !important; }
  .m-lg-n9 {
    margin: -5rem !important; }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -5rem !important; }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -5rem !important; }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -5rem !important; }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -5rem !important; }
  .m-lg-n10 {
    margin: -6rem !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -6rem !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -6rem !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -6rem !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -6rem !important; }
  .m-lg-n11 {
    margin: -7rem !important; }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -7rem !important; }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -7rem !important; }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -7rem !important; }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -7rem !important; }
  .m-lg-n20 {
    margin: -12rem !important; }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -12rem !important; }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -12rem !important; }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -12rem !important; }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -12rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.125rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.125rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.125rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.125rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.125rem !important; }
  .m-xl-2 {
    margin: 0.25rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.25rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.25rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.25rem !important; }
  .m-xl-3 {
    margin: 0.5rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 0.5rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 0.5rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 0.5rem !important; }
  .m-xl-4 {
    margin: 0.75rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 0.75rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 0.75rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 0.75rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 0.75rem !important; }
  .m-xl-5 {
    margin: 1.5rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 1.5rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 1.5rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 1.5rem !important; }
  .m-xl-6 {
    margin: 2rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 2rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 2rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 2rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 2rem !important; }
  .m-xl-7 {
    margin: 3rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 3rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 3rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 3rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 3rem !important; }
  .m-xl-8 {
    margin: 4rem !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 4rem !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 4rem !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 4rem !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 4rem !important; }
  .m-xl-9 {
    margin: 5rem !important; }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 5rem !important; }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 5rem !important; }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 5rem !important; }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 5rem !important; }
  .m-xl-10 {
    margin: 6rem !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 6rem !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 6rem !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 6rem !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 6rem !important; }
  .m-xl-11 {
    margin: 7rem !important; }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 7rem !important; }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 7rem !important; }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 7rem !important; }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 7rem !important; }
  .m-xl-20 {
    margin: 12rem !important; }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 12rem !important; }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 12rem !important; }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 12rem !important; }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 12rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.125rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.125rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.125rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.125rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.125rem !important; }
  .p-xl-2 {
    padding: 0.25rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.25rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.25rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.25rem !important; }
  .p-xl-3 {
    padding: 0.5rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 0.5rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 0.5rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 0.5rem !important; }
  .p-xl-4 {
    padding: 0.75rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 0.75rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 0.75rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 0.75rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 0.75rem !important; }
  .p-xl-5 {
    padding: 1.5rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 1.5rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 1.5rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 1.5rem !important; }
  .p-xl-6 {
    padding: 2rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 2rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 2rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 2rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 2rem !important; }
  .p-xl-7 {
    padding: 3rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 3rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 3rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 3rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 3rem !important; }
  .p-xl-8 {
    padding: 4rem !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 4rem !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 4rem !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 4rem !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 4rem !important; }
  .p-xl-9 {
    padding: 5rem !important; }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 5rem !important; }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 5rem !important; }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 5rem !important; }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 5rem !important; }
  .p-xl-10 {
    padding: 6rem !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 6rem !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 6rem !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 6rem !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 6rem !important; }
  .p-xl-11 {
    padding: 7rem !important; }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 7rem !important; }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 7rem !important; }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 7rem !important; }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 7rem !important; }
  .p-xl-20 {
    padding: 12rem !important; }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 12rem !important; }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 12rem !important; }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 12rem !important; }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 12rem !important; }
  .m-xl-n1 {
    margin: -0.125rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.125rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.125rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.125rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.125rem !important; }
  .m-xl-n2 {
    margin: -0.25rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.25rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.25rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.25rem !important; }
  .m-xl-n3 {
    margin: -0.5rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -0.5rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -0.5rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -0.5rem !important; }
  .m-xl-n4 {
    margin: -0.75rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -0.75rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -0.75rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -0.75rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -0.75rem !important; }
  .m-xl-n5 {
    margin: -1.5rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -1.5rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -1.5rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -1.5rem !important; }
  .m-xl-n6 {
    margin: -2rem !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -2rem !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -2rem !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -2rem !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -2rem !important; }
  .m-xl-n7 {
    margin: -3rem !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -3rem !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -3rem !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -3rem !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -3rem !important; }
  .m-xl-n8 {
    margin: -4rem !important; }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -4rem !important; }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -4rem !important; }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -4rem !important; }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -4rem !important; }
  .m-xl-n9 {
    margin: -5rem !important; }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -5rem !important; }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -5rem !important; }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -5rem !important; }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -5rem !important; }
  .m-xl-n10 {
    margin: -6rem !important; }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -6rem !important; }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -6rem !important; }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -6rem !important; }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -6rem !important; }
  .m-xl-n11 {
    margin: -7rem !important; }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -7rem !important; }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -7rem !important; }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -7rem !important; }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -7rem !important; }
  .m-xl-n20 {
    margin: -12rem !important; }
  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -12rem !important; }
  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -12rem !important; }
  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -12rem !important; }
  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -12rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

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

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

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

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

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

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

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

footer, header, main, nav {
  display: block; }

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

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

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

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

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

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

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #FFD700;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #b39700;
    text-decoration: underline; }

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

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

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  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; }

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

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

.list-unstyled {
  margin-bottom: 0; }

button:focus {
  outline: none; }

/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * benton-sans:
 *   - http://typekit.com/eulas/00000000000000003b9b2cf5
 *   - http://typekit.com/eulas/00000000000000003b9b2cf8
 *   - http://typekit.com/eulas/00000000000000003b9b2cf9
 * benton-sans-condensed:
 *   - http://typekit.com/eulas/00000000000000003b9b2d18
 *   - http://typekit.com/eulas/00000000000000003b9b2d1a
 *   - http://typekit.com/eulas/00000000000000003b9b2d1b
 *
 * © 2009-2019 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2019-08-27 17:24:10 UTC"}*/
@font-face {
  font-family: "benton-sans";
  src: url("/static/typekit-fonts/benton-sans/benton-sans-500.woff2") format("woff2"), url("/static/typekit-fonts/benton-sans/benton-sans-500.woff") format("woff"), url("/static/typekit-fonts/benton-sans/benton-sans-500.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: "benton-sans";
  src: url("/static/typekit-fonts/benton-sans/benton-sans-600.woff2") format("woff2"), url("/static/typekit-fonts/benton-sans/benton-sans-600.woff") format("woff"), url("/static/typekit-fonts/benton-sans/benton-sans-600.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: "benton-sans";
  src: url("/static/typekit-fonts/benton-sans/benton-sans-700.woff2") format("woff2"), url("/static/typekit-fonts/benton-sans/benton-sans-700.woff") format("woff"), url("/static/typekit-fonts/benton-sans/benton-sans-700.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: "benton-sans-condensed";
  src: url("/static/typekit-fonts/benton-sans-condensed/benton-sans-condensed-600.woff2") format("woff2"), url("/static/typekit-fonts/benton-sans-condensed/benton-sans-condensed-600.woff") format("woff"), url("/static/typekit-fonts/benton-sans-condensed/benton-sans-condensed-600.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: "benton-sans-condensed";
  src: url("/static/typekit-fonts/benton-sans-condensed/benton-sans-condensed-700.woff2") format("woff2"), url("/static/typekit-fonts/benton-sans-condensed/benton-sans-condensed-700.woff") format("woff"), url("/static/typekit-fonts/benton-sans-condensed/benton-sans-condensed-700.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: "benton-sans-condensed";
  src: url("/static/typekit-fonts/benton-sans-condensed/benton-sans-condensed-800.woff2") format("woff2"), url("/static/typekit-fonts/benton-sans-condensed/benton-sans-condensed-800.woff") format("woff"), url("/static/typekit-fonts/benton-sans-condensed/benton-sans-condensed-800.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 800; }

.tk-benton-sans {
  font-family: "benton-sans",sans-serif; }

.tk-benton-sans-condensed {
  font-family: "benton-sans-condensed",sans-serif; }

/* Global Body */
body {
  font-family: benton-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5rem;
  font-size: 15px; }
  @media (min-width: 992px) {
    body {
      line-height: 1.75rem;
      font-size: 16px; } }

/* Text Alignment */
.text-left {
  text-align: left !important; }

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

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

/* Font Styles */
.font-regular {
  font-family: benton-sans,sans-serif;
  font-weight: 500;
  font-style: normal; }

.font-medium {
  font-family: benton-sans,sans-serif;
  font-weight: 600;
  font-style: normal; }

.font-bold {
  font-family: benton-sans,sans-serif;
  font-weight: 700;
  font-style: normal; }

.font-condensed-medium {
  font-family: benton-sans-condensed,sans-serif;
  font-weight: 600;
  font-style: normal; }

.font-condensed-bold {
  font-family: benton-sans-condensed, sans-serif;
  font-weight: 700;
  font-style: normal; }

.font-condensed-black {
  font-family: benton-sans-condensed, sans-serif;
  font-weight: 800;
  font-style: normal; }

.font-size-1-7-rem {
  font-size: 1.7rem; }

/* Headers*/
h2, h3, h4, h5, h6 {
  color: #000;
  text-transform: uppercase;
  font-family: benton-sans-condensed, sans-serif;
  font-weight: 800;
  font-style: normal; }

h2 {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0.2rem; }
  @media (min-width: 576px) {
    h2 {
      font-size: 50px;
      line-height: 55px; } }
  @media (min-width: 768px) {
    h2 {
      font-size: 60px;
      line-height: 66px;
      letter-spacing: 0.4rem; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 73px;
      line-height: 5.5rem; } }
  @media (min-width: 1200px) {
    h2 {
      font-size: 76px;
      line-height: 5.6rem; } }
  @media (min-width: 1600px) {
    h2 {
      font-size: 80px; } }
  @media (max-height: 800px) {
    h2.adjust-for-short-screen {
      font-size: 50px;
      line-height: 55px; } }
  @media (max-height: 700px) {
    h2.adjust-for-700px-screen {
      font-size: 50px;
      line-height: 55px; } }

h3 {
  letter-spacing: 0.15rem;
  font-size: 30px;
  line-height: 35px; }
  @media (min-width: 768px) {
    h3 {
      font-size: 44px;
      line-height: 50px; } }
  @media (min-width: 992px) {
    h3 {
      font-size: 64px;
      line-height: 4.6rem; } }
  @media (max-height: 800px) {
    h3.adjust-for-short-screen {
      font-size: 40px;
      line-height: 40px; } }

h4 {
  text-transform: none;
  font-family: benton-sans-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05rem;
  font-size: 28px;
  line-height: 31px; }
  @media (min-width: 992px) {
    h4 {
      font-size: 62px;
      line-height: 70px; } }

h5 {
  letter-spacing: 0.15rem;
  font-size: 22px;
  font-size: 18px;
  line-height: 22px; }
  h5.bg-slash {
    background-image: url(/static/img/slash-yellow.svg);
    background-repeat: no-repeat;
    background-size: auto 18px;
    background-position: left 3px;
    padding-left: 20px; }
  @media (min-width: 768px) {
    h5 {
      font-size: 24px;
      line-height: 28px; } }
  @media (min-width: 992px) {
    h5 {
      font-size: 42px;
      line-height: 50px; } }

h6 {
  font-family: benton-sans-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1rem;
  font-size: 20px; }
  h6.bg-slash {
    background-image: url(/static/img/slash-yellow.svg);
    background-repeat: no-repeat;
    background-size: auto 15px;
    background-position: left 3px;
    padding-left: 17px; }
  @media (min-width: 992px) {
    h6 {
      font-size: 36px; }
      h6.bg-slash {
        background-size: auto 28px;
        background-position: left 5px;
        padding-left: 29px; } }

.text-style-h7 {
  color: #000;
  font-family: benton-sans-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  line-height: normal;
  font-size: 20px; }
  @media (min-width: 992px) {
    .text-style-h7 {
      font-size: 24px; } }
  @media (max-height: 800px) {
    .text-style-h7.adjust-for-short-screen {
      font-size: 20px;
      line-height: 20px; } }
  .text-style-h7.bg-slash {
    background-size: auto 20px;
    background-position: left 5px;
    background-image: url("/static/img/slash-yellow.svg");
    background-repeat: no-repeat;
    padding-left: 22px; }

.text-style-caption {
  font-size: 14px;
  line-height: normal; }

.text-style-cta-large {
  font-family: benton-sans,sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin: 0;
  font-size: 12px; }
  @media (min-width: 992px) {
    .text-style-cta-large {
      font-size: 14px; } }
  .text-style-cta-large.bg-slash {
    background-size: auto 12px;
    background-position: left 4px;
    background-image: url("/static/img/slash-yellow.svg");
    background-repeat: no-repeat;
    padding-left: 16px; }

.text-style-cta-small {
  font-size: 12px;
  font-family: benton-sans,sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: normal; }

.text-style-eyebrow {
  font-size: 14px;
  font-family: benton-sans-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.25rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }
  .text-style-eyebrow li {
    display: inline;
    margin-right: 20px; }
    .text-style-eyebrow li span {
      padding-left: 20px; }
    .text-style-eyebrow li:last-child {
      margin-right: 0; }
      .text-style-eyebrow li:last-child span {
        display: none; }

.text-style-label-large {
  font-family: benton-sans-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.05rem; }
  @media (min-width: 992px) {
    .text-style-label-large {
      font-size: 16px;
      letter-spacing: 0.1rem; } }
  .text-style-label-large.bg-slash {
    background-size: auto 12px;
    background-position: left 4px;
    background-image: url("/static/img/slash-yellow.svg");
    background-repeat: no-repeat;
    padding-left: 16px; }

.text-style-label-largish {
  font-size: 14px;
  font-family: benton-sans-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1rem;
  text-transform: uppercase; }

.text-style-label-small {
  font-family: benton-sans-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.75rem;
  letter-spacing: 0.05rem; }
  @media (max-width: 991.98px) {
    .text-style-label-small {
      font-size: 0.65rem;
      letter-spacing: 0.01rem; } }

.text-style-legal {
  font-size: 11px;
  line-height: normal; }

.text-style-number {
  font-size: 11px;
  font-family: benton-sans-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: normal; }

.text-style-subhead {
  font-family: benton-sans,sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 22px; }
  @media (min-width: 992px) {
    .text-style-subhead {
      font-size: 18px;
      line-height: 26px; } }
  @media (min-width: 1200px) {
    .text-style-subhead.size-based-on-viewport-xl-up {
      font-size: 1vw;
      line-height: 1.4vw; } }

.text-style-tags {
  font-size: 12px;
  text-transform: uppercase;
  font-family: benton-sans,sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1rem; }

.text-style-tags-regular {
  font-size: 12px;
  font-family: benton-sans,sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1rem; }

.text-style-error {
  color: darkred; }

/* Letter spacing */
.letter-spacing-zero {
  letter-spacing: 0; }

.letter-spacing-loose-1 {
  letter-spacing: 0.1rem; }

.letter-spacing-loose-15 {
  letter-spacing: 0.15rem; }

.letter-spacing-loose-2 {
  letter-spacing: 0.2rem; }

.letter-spacing-loose-3 {
  letter-spacing: 0.3rem; }

.letter-spacing-loose-4 {
  letter-spacing: 0.4rem; }

.letter-spacing-loose-5 {
  letter-spacing: 0.5rem; }

.transition-top-025s {
  -webkit-transition: top 250ms ease-in-out 0s;
  -moz-transition: top 250ms ease-in-out 0s;
  -o-transition: top 250ms ease-in-out 0s;
  transition: top 250ms ease-in-out 0s; }

.transition-top-05s {
  -webkit-transition: top 500ms ease-in-out 0s;
  -moz-transition: top 500ms ease-in-out 0s;
  -o-transition: top 500ms ease-in-out 0s;
  transition: top 500ms ease-in-out 0s; }

@media (min-width: 2400px) {
  .d-xxl-block {
    display: block !important; } }

@media (min-width: 2400px) {
  .d-xxl-none {
    display: none !important; } }

.add-container-margin-padding {
  padding-left: 30px;
  padding-right: 30px; }

.cursor-pointer {
  cursor: pointer; }

.no-wrap {
  white-space: nowrap; }

.aspect-ratio-16-9 {
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.aspect-ratio-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.no-p-bottom-margin p {
  margin-bottom: 0; }

.start-hidden {
  opacity: 0; }

.pointer-events-none {
  pointer-events: none; }

.overflow-auto {
  overflow: auto; }

.overflow-x-auto {
  overflow-x: auto; }

.overflow-visible {
  overflow: visible; }

.overflow-hidden {
  overflow: hidden; }

.z-index-0 {
  z-index: 0; }

.z-index-1 {
  z-index: 1; }

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

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

.position-absolute-center {
  position: absolute !important;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

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

.top-0 {
  top: 0; }

.left-0 {
  left: 0; }

.right-0 {
  right: 0; }

.bottom-0 {
  bottom: 0; }

.min-width-100-percent {
  min-width: 100% !important; }

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

.width-80-percent {
  width: 80% !important; }

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

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

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

@media (max-width: 1199.98px) {
  .min-height-100-vh-lg-down {
    min-height: 100vh !important; } }

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

@media (max-width: 1199.98px) {
  .width-100-vw-lg-down {
    width: 100vw !important; } }

.width-70-vw {
  width: 70vw; }

.height-1px {
  height: 1px; }

.opacity-1 {
  opacity: 1 !important; }

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

.position-relative {
  position: relative; }

@media (min-width: 992px) {
  .pull-right-lg {
    transform: translateX(60px);
    padding-right: 0; } }

@media (min-width: 1200px) {
  .row-pull-right-xl {
    margin-right: -3rem; }
  .pull-left-xl {
    transform: translateX(-60px);
    padding-left: 0; }
  .pull-right-xl {
    transform: translateX(60px);
    padding-right: 0; }
  .pull-left-xl-double {
    transform: translateX(-120px); } }

.pull-right-margin {
  transform: translateX(30px); }

.pull-left-margin {
  transform: translateX(-30px); }

.text-transform-none {
  text-transform: none; }

.background-cover {
  background-size: cover; }

.background-position-center {
  background-position: center; }

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

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

/* Borders */
.border-top-gray-1 {
  border-top: 1px solid #F1F1F1; }

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

.visibility-visible {
  visibility: visible; }

.visibility-hidden {
  visibility: hidden; }

.transition-all-500 {
  -webkit-transition: all 500ms cubic-bezier(1, 0, 0, 1) 0s;
  -moz-transition: all 500ms cubic-bezier(1, 0, 0, 1) 0s;
  -o-transition: all 500ms cubic-bezier(1, 0, 0, 1) 0s;
  transition: all 500ms cubic-bezier(1, 0, 0, 1) 0s; }

.transition-all-250-simple-ease {
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s; }

.transition-all-500-simple-ease {
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s; }

.transition-all-500-simple-ease-delay-500 {
  -webkit-transition: all 500ms ease 500ms;
  -moz-transition: all 500ms ease 500ms;
  -o-transition: all 500ms ease 500ms;
  transition: all 500ms ease 500ms; }

.transition-all-250-delay-250 {
  -webkit-transition: all 250ms cubic-bezier(1, 0, 0, 1) 250ms;
  -moz-transition: all 250ms cubic-bezier(1, 0, 0, 1) 250ms;
  -o-transition: all 250ms cubic-bezier(1, 0, 0, 1) 250ms;
  transition: all 250ms cubic-bezier(1, 0, 0, 1) 250ms; }

/* js transitions */
.js-is-visible {
  opacity: 1 !important; }

.no-transitions {
  -webkit-transition-property: none !important;
  -moz-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important; }

.custom-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F1F1F1; }

.custom-scrollbar::-webkit-scrollbar {
  height: 4px;
  background-color: #F1F1F1; }

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #959595; }

@media (max-width: 991.98px) {
  .custom-scrollbar::-webkit-scrollbar-track,
  .custom-scrollbar::-webkit-scrollbar,
  .custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px white; } }

/* Licensed MIT; Copyright (c) 2011-2014 Twitter, Inc <https://github.com/twbs/bootstrap/blob/master/LICENSE> */
/* Licensed MIT; Copyright (c) 2011-2014 Twitter, Inc <https://github.com/twbs/bootstrap/blob/master/LICENSE> */
/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)
Copyright (c) 2012 Dan Eden*/
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px); } }

@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px); } }

@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px); } }

@keyframes shake {
  0%,
  100% {
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake; }

.modal {
  display: block; }

.modal-content > .close {
  position: absolute;
  top: 10px;
  right: 10px; }

@media (min-width: 768px) {
  .modal-sm > .modal-dialog {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg > .modal-dialog {
    width: 900px; } }

/* Axon Custom */
.modal-backdrop.fade {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0.25s;
  -moz-transition: all 0.5s ease-out 0.25s;
  -o-transition: all 0.5s ease-out 0.25s;
  transition: all 0.5s ease-out 0.25s; }
  .modal-backdrop.fade.in {
    opacity: 0.5; }

.modal.fade {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0.25s;
  -moz-transition: all 0.5s ease-out 0.25s;
  -o-transition: all 0.5s ease-out 0.25s;
  transition: all 0.5s ease-out 0.25s; }
  .modal.fade.in {
    opacity: 1;
    cursor: pointer; }
  .modal.fade .modal-dialog {
    margin-top: 5vh;
    transform: translate(0, 0);
    cursor: default;
    max-height: 90vh;
    max-width: 1150px;
    width: 1150px; }
    @media (max-width: 1199.98px) {
      .modal.fade .modal-dialog {
        max-width: 100vw;
        max-height: 100vh;
        height: 100vh;
        width: 100vw;
        margin-top: 0;
        margin: 0; } }
    .modal.fade .modal-dialog .modal-body {
      max-height: 90vh;
      overflow-y: hidden; }
      @media (max-width: 1199.98px) {
        .modal.fade .modal-dialog .modal-body {
          max-height: 100vh;
          height: 100vh; } }
    .modal.fade .modal-dialog .modal-content {
      border-radius: 0;
      border: none; }
      .modal.fade .modal-dialog .modal-content .features-scroll-container {
        max-height: calc(90vh - 250px);
        height: calc(90vh - 250px);
        overflow-y: scroll; }
      .modal.fade .modal-dialog .modal-content .modal-icon {
        width: 25px;
        height: 25px; }
      .modal.fade .modal-dialog .modal-content .icon-check {
        background-image: url("/static/img/check.svg");
        background-size: 100%;
        width: 25px;
        height: 25px; }
        .modal.fade .modal-dialog .modal-content .icon-check.icon-check-empty {
          background-image: url("/static/img/check-empty.svg"); }

.modal-fullscreen.modal-fullscreen-black {
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
  background: #000; }
  .modal-fullscreen.modal-fullscreen-black .modal-header {
    padding: 0;
    border: none;
    justify-content: flex-end; }
    .modal-fullscreen.modal-fullscreen-black .modal-header .close {
      margin: 2vh 3rem;
      padding: 0;
      width: 5rem;
      height: 5rem;
      background-color: transparent;
      border: none;
      background-image: url("/static/img/close-black.svg");
      background-size: 100% auto;
      background-position: center; }
      .modal-fullscreen.modal-fullscreen-black .modal-header .close span {
        display: none; }
  .modal-fullscreen.modal-fullscreen-black .modal-dialog {
    margin: 0; }
  .modal-fullscreen.modal-fullscreen-black .modal-dialog, .modal-fullscreen.modal-fullscreen-black .modal-content, .modal-fullscreen.modal-fullscreen-black .modal-body {
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    background: #000;
    padding: 0; }
  .modal-fullscreen.modal-fullscreen-black .modal-body {
    flex: none;
    height: auto !important; }

@media (max-width: 1199.98px) {
  .modal-fullscreen.modal-fullscreen-black .modal-header .close {
    margin: 0.5rem; }
  .modal.fade .modal-dialog .modal-content .features-scroll-container {
    max-height: calc(100vh - 160px);
    height: calc(100vh - 160px);
    max-width: 100vw;
    overflow-x: hidden; } }

body {
  position: relative; }

.debug-columns {
  pointer-events: none;
  position: absolute;
  z-index: 1000000;
  top: 0;
  width: 1260px;
  height: 100%;
  margin-left: -630px;
  left: 50%;
  bottom: 0;
  border-top: none;
  border-bottom: none; }
  .debug-columns .row {
    height: 100%; }
  .debug-columns .debug-column {
    border-top: none;
    border-bottom: none;
    height: 100%;
    width: calc(100% - 30px); }
    .debug-columns .debug-column .inside {
      background: rgba(16, 179, 59, 0.05);
      border-top: none;
      border-bottom: none;
      height: 100%; }

html {
  height: 100%; }

body {
  overflow-x: hidden; }

.main-container {
  min-height: 100vh; }

.page-theme-dark {
  background-color: #000; }

.page-theme-light {
  background-color: #fff; }

img {
  align-self: center; }

#careers-role-select-box {
  color: black; }

.search-form {
  background-image: url("/static/img/search-bg.svg");
  background-position: left center;
  background-size: 28px 28px;
  background-repeat: no-repeat;
  padding-left: 50px;
  border-bottom: 2px solid #FFD700;
  display: flex;
  align-items: center;
  height: 60px; }
  .search-form input {
    border: none;
    font-size: 1.6rem;
    margin-top: 4px;
    outline: none;
    color: #000;
    width: 100%;
    line-height: normal; }
    .search-form input::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #cbcbcb;
      opacity: 1;
      /* Firefox */ }
    .search-form input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #cbcbcb; }
    .search-form input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #cbcbcb; }

.search-results .result {
  -webkit-transition: opacity 0.25s ease-out 0s;
  -moz-transition: opacity 0.25s ease-out 0s;
  -o-transition: opacity 0.25s ease-out 0s;
  transition: opacity 0.25s ease-out 0s;
  border-bottom: 1px solid #F1F1F1;
  opacity: 0; }
  .search-results .result b {
    color: #000;
    font-weight: inherit; }
  .search-results .result a {
    color: #959595;
    -webkit-transition: all 0.15s ease-in 0s;
    -moz-transition: all 0.15s ease-in 0s;
    -o-transition: all 0.15s ease-in 0s;
    transition: all 0.15s ease-in 0s;
    display: block;
    width: 100%;
    height: 100%; }
    .search-results .result a:hover {
      text-decoration: none;
      background: #F1F1F1; }

.search-quick-link-wrapper {
  overflow: hidden;
  width: 160px;
  height: 58px; }

.search-quick-link {
  width: 160px;
  height: 58px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transform-style: preserve-3d;
  -webkit-transition: transform 0.25s ease-out 0s;
  -moz-transition: transform 0.25s ease-out 0s;
  -o-transition: transform 0.25s ease-out 0s;
  transition: transform 0.25s ease-out 0s; }
  .search-quick-link:hover {
    transform: scale3d(1.1, 1.1, 1); }
  .search-quick-link a {
    color: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center; }
    .search-quick-link a .title {
      font-family: benton-sans-condensed,sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 1rem; }
    .search-quick-link a:hover {
      text-decoration: none; }

.axon-footer {
  background: #000;
  color: #fff;
  padding-left: 0;
  padding-right: 0; }
  .axon-footer a {
    color: #fff; }
  .axon-footer .footer-logo {
    display: block;
    background-image: url("/static/img/logo-footer-white.svg");
    background-repeat: no-repeat;
    width: 116px;
    height: 28px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
    .axon-footer .footer-logo:hover {
      background-image: url("/static/img/logo-footer-gray.svg"); }
  .axon-footer .footer-link {
    text-transform: uppercase;
    display: block;
    margin-bottom: 1.5rem;
    font-size: 0.8rem;
    letter-spacing: 0.1rem; }
  .axon-footer .social-list li {
    display: inline-block;
    margin-left: 10px; }
    .axon-footer .social-list li:first-child {
      margin-left: -8px; }
  .axon-footer .social-list a {
    text-indent: -99999px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 40px;
    height: 30px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
  .axon-footer .social-list .icon-youtube {
    background-image: url("/static/img/social-youtube.svg");
    background-size: 25px 17px; }
    .axon-footer .social-list .icon-youtube:hover {
      background-image: url("/static/img/social-youtube-hover.svg"); }
  .axon-footer .social-list .icon-facebook {
    background-image: url("/static/img/social-fb.svg");
    background-size: 10px 20px; }
    .axon-footer .social-list .icon-facebook:hover {
      background-image: url("/static/img/social-fb-hover.svg"); }
  .axon-footer .social-list .icon-twitter {
    background-image: url("/static/img/social-twitter.svg");
    background-size: 21px 18px; }
    .axon-footer .social-list .icon-twitter:hover {
      background-image: url("/static/img/social-twitter-hover.svg"); }
  .axon-footer .social-list .icon-linkedin {
    background-image: url("/static/img/social-linkedin.svg");
    background-size: 21px 21px; }
    .axon-footer .social-list .icon-linkedin:hover {
      background-image: url("/static/img/social-linkedin-hover.svg"); }
  .axon-footer .locale-switcher {
    width: auto;
    display: inline-block;
    position: relative; }
    .axon-footer .locale-switcher p {
      background-image: url("/static/img/globe.svg");
      background-repeat: no-repeat;
      background-position: center left;
      padding-left: 28px;
      padding-top: 1px;
      font-size: 0.9rem;
      letter-spacing: 0.15rem; }
      .axon-footer .locale-switcher p:hover {
        background-image: url("/static/img/globe-gray.svg"); }
  .axon-footer .locale-switcher-options {
    font-size: 0.8rem;
    letter-spacing: 0;
    background: #1D1D1D;
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 400px;
    max-width: 90vw;
    padding: 20px;
    text-align: left;
    -webkit-box-shadow: 0 3px 9px -5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 3px 9px -5px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 9px -5px rgba(0, 0, 0, 0.35); }
    @media (min-width: 768px) {
      .axon-footer .locale-switcher-options {
        right: 0;
        left: auto; } }

@media (max-width: 767.98px) {
  .body-home .footer-logo {
    display: none !important; }
  .body-home .copyright {
    line-height: 15px; } }

@media (max-height: 600px) {
  .body-home .footer-logo {
    display: none !important; }
  .body-home .axon-footer .mt-5 {
    margin-top: 0 !important; }
  .body-home .axon-footer .mb-6 {
    margin-bottom: 8px !important; }
  .body-home .axon-footer .social-list a {
    margin-bottom: 0 !important; } }

section.component-fullscreen {
  width: 100vw;
  height: auto;
  min-height: 700px;
  z-index: 0;
  -webkit-transition: transform 1s cubic-bezier(0.9, 0.1, 0, 1) 0s;
  -moz-transition: transform 1s cubic-bezier(0.9, 0.1, 0, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0.9, 0.1, 0, 1) 0s;
  transition: transform 1s cubic-bezier(0.9, 0.1, 0, 1) 0s; }
  @media (min-height: 700px) {
    section.component-fullscreen {
      min-height: 100vh; } }
  section.component-fullscreen.height-50vh {
    min-height: 50vh; }
  section.component-fullscreen.height-75vh {
    min-height: 50vh; }

.min-height-home-section {
  min-height: 700px; }
  @media (min-height: 700px) {
    .min-height-home-section {
      min-height: 100vh; } }

.scrollmagic-pin-spacer {
  top: 0 !important; }

.component-pillars #pinned-scroller-backgrounds {
  position: relative; }

.component-pillars .scroller-background-height {
  width: 100vw;
  min-height: 100vh; }

.component-pillars .scroller-slide {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.component-pillars .scroller-content {
  position: absolute;
  top: 110%;
  left: 10vw;
  padding-right: 10vw; }

.component-pillars #scroller-content-0 {
  top: 60%; }

.component-pillars #scroller-content-2 {
  top: 100%; }

.bg-slash-home-vision {
  height: 100vh;
  min-height: 700px; }
  .bg-slash-home-vision .quote-text {
    color: white; }
  .bg-slash-home-vision .ceo-text {
    color: white; }
  @media (min-width: 992px) {
    .bg-slash-home-vision {
      height: 80vh;
      background-image: url("/static/img/slash-home-vision.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center; }
      .bg-slash-home-vision .quote-text {
        color: black; }
      .bg-slash-home-vision .ceo-text {
        color: black; } }
  .bg-slash-home-vision .quote-icon-background {
    background-image: url("/static/img/yellow-quote.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 80px;
    padding-top: 40px;
    padding-left: 25px;
    margin-left: -30px; }
    @media (min-width: 992px) {
      .bg-slash-home-vision .quote-icon-background {
        background-image: url("/static/img/quote.svg");
        background-size: auto;
        padding-top: 90px;
        padding-left: 50px;
        margin-left: -50px; } }

@media (max-height: 800px) {
  .home-ceo-mobile {
    background-position: right 60% !important; } }

#heroContainer {
  z-index: 1;
  position: relative;
  height: 100vh;
  min-height: 700px;
  width: 100vw;
  display: flex;
  align-items: center; }
  #heroContainer .hero {
    height: 100%;
    display: flex;
    align-items: center; }
  #heroContainer .hero-background {
    object-fit: cover;
    height: 100vh;
    min-height: 700px;
    width: 100vw; }
  #heroContainer .video-cover {
    background: #000;
    width: 100vw;
    height: 100vh;
    min-height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none; }
  #heroContainer .hero-mobile-background-image {
    background-size: cover;
    object-fit: cover;
    height: 100vh;
    min-height: 700px;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0; }
  #heroContainer .hero-content {
    z-index: 1;
    position: absolute;
    left: 10vw;
    width: 90vw;
    top: 0;
    height: 100vh;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

.section-bg {
  background: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out 0s;
  -moz-transition: opacity 0.25s ease-out 0s;
  -o-transition: opacity 0.25s ease-out 0s;
  transition: opacity 0.25s ease-out 0s; }

.section-links {
  color: #fff;
  width: 100%; }
  .section-links a {
    color: #fff; }
  .section-links a:hover {
    text-decoration: none; }

@media (min-width: 992px) {
  .section-link {
    transform: translateX(3vw); } }

.section-link .section-link-title {
  line-height: 30px; }
  @media (min-width: 992px) {
    .section-link .section-link-title {
      line-height: 2.8rem; } }

.section-link .section-link-content {
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s; }
  @media (min-width: 992px) {
    .section-link .section-link-content {
      opacity: 0; } }

.section-link:hover .section-link-content {
  opacity: 1; }

.section-links.section-links-simple {
  margin-left: 0; }
  .section-links.section-links-simple p a {
    color: #959595; }
  .section-links.section-links-simple .section-link {
    transform: translateX(0); }
    .section-links.section-links-simple .section-link .section-link-title {
      font-size: 2.2rem;
      letter-spacing: 0.15rem; }
    .section-links.section-links-simple .section-link .section-link-container {
      margin-left: 60px;
      transform: none; }
    .section-links.section-links-simple .section-link:hover .section-link-title {
      transform: none; }
    .section-links.section-links-simple .section-link:hover .section-link-container {
      transform: none; }
  .section-links.section-links-simple .section-link-content {
    opacity: 1; }

.section-links-light-treatment a {
  color: #000; }

.section-links-light-treatment .section-link-container {
  text-align: center;
  margin: 0; }

@media (max-width: 767.98px) {
  .section-links-light-treatment {
    transform: translateX(-100px);
    overflow: visible;
    width: calc(100vw + 100px); } }

.trial-contact-widget {
  z-index: 10000;
  position: fixed;
  width: 100vw;
  height: 70px;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  background-color: #1D1D1D;
  align-items: center; }
  .trial-contact-widget .widget-item {
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s; }
  .trial-contact-widget .widget-item-contact {
    flex-grow: 1;
    justify-content: flex-start;
    padding-left: 7vw;
    letter-spacing: 0.1rem;
    color: #fff;
    background-color: #1D1D1D;
    background-image: url("/static/img/chat-white.svg");
    background-repeat: no-repeat;
    background-position: 3vw center;
    background-size: auto 100%;
    max-height: 30px; }
    .trial-contact-widget .widget-item-contact:hover {
      color: #FFD700;
      background-image: url("/static/img/chat-yellow.svg"); }
  .trial-contact-widget .widget-item-trial {
    min-width: 200px;
    width: 20vw;
    color: #000;
    background: #FFD700;
    letter-spacing: 0.1rem;
    max-height: 100%;
    height: 100%; }
    .trial-contact-widget .widget-item-trial:hover {
      background: #fff; }

.scroll-down-button {
  color: #fff;
  background: #495057;
  position: absolute;
  height: 100px;
  width: 100px;
  top: calc(100vh - (50px / 2) - 100px);
  left: calc(50vw - (100px / 2)); }

.global-nav-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: transparent; }
  .global-nav-wrapper a {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
  .global-nav-wrapper .primary-cta {
    display: none; }

.global-nav-wrapper-in-menu {
  background: white !important; }

.global-nav-wrapper-not-in-menu {
  -webkit-transition: all 250ms ease-in-out 0s;
  -moz-transition: all 250ms ease-in-out 0s;
  -o-transition: all 250ms ease-in-out 0s;
  transition: all 250ms ease-in-out 0s; }

.global-nav-wrapper-sticky {
  position: fixed; }

.global-nav-wrapper-sticky-homepage {
  background: #1D1D1D; }
  .global-nav-wrapper-sticky-homepage .global-nav-main.uses-fullscreen {
    padding-left: 5vw;
    padding-right: 0;
    height: 71px; }
    .global-nav-wrapper-sticky-homepage .global-nav-main.uses-fullscreen .global-nav-icon-list {
      padding-right: 2vw; }
  .global-nav-wrapper-sticky-homepage .primary-cta {
    display: block; }

.page-theme-light .nav-bg-solid .global-nav-wrapper-not-in-menu {
  background: #fff; }
  .page-theme-light .nav-bg-solid .global-nav-wrapper-not-in-menu .has-dropshadow {
    -webkit-box-shadow: 0 3px 9px -5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 3px 9px -5px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 9px -5px rgba(0, 0, 0, 0.35); }

.nav-menus.closed .global-nav-wrapper-in-menu {
  -webkit-transition: all 250ms ease-in-out 500ms;
  -moz-transition: all 250ms ease-in-out 500ms;
  -o-transition: all 250ms ease-in-out 500ms;
  transition: all 250ms ease-in-out 500ms; }

.page-theme-dark .nav-menus.open .global-nav-wrapper-in-menu,
.default-dark .nav-menus.open .global-nav-wrapper-in-menu,
.nav-menus.open .default-dark.global-nav-wrapper-in-menu {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms; }

.global-nav {
  z-index: 2000; }

.global-nav-main {
  position: relative;
  height: 106px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
  padding-right: 0; }
  .global-nav-main .global-nav-main-ul {
    width: 630px;
    margin-left: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .global-nav-main .global-nav-main-ul > li {
      font-size: 0.85rem;
      letter-spacing: 0.25rem;
      text-transform: uppercase;
      margin-top: 4px;
      border-bottom: 3px solid transparent;
      padding-top: 6px;
      padding-bottom: 4px;
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s;
      font-family: benton-sans,sans-serif;
      font-weight: 700;
      font-style: normal; }
      .global-nav-main .global-nav-main-ul > li a {
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
        padding-left: 3px;
        padding-right: 2px; }
      .global-nav-main .global-nav-main-ul > li span {
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s; }
      .global-nav-main .global-nav-main-ul > li:hover, .global-nav-main .global-nav-main-ul > li a:hover {
        text-decoration: none; }

.global-nav-main.uses-fullscreen {
  width: 100vw;
  padding-left: 5vw;
  padding-right: 5vw; }

.page-theme-light .global-nav-main-ul a,
.page-theme-light .global-nav-main-ul span,
.page-theme-dark .nav-menus.open .global-nav-main-ul a,
.page-theme-dark .nav-menus.open .global-nav-main-ul span,
.default-dark .nav-menus.open .global-nav-main-ul a,
.default-dark .nav-menus.open .global-nav-main-ul span,
.page-theme-light .default-dark.nav-bg-solid .global-nav-main-ul a,
.page-theme-light .default-dark.nav-bg-solid .global-nav-main-ul span {
  color: #000; }

.page-theme-dark .global-nav-main-ul a,
.page-theme-dark .global-nav-main-ul span,
.default-dark .global-nav-main-ul a,
.default-dark .global-nav-main-ul span {
  color: #fff; }

.global-nav-logo {
  margin: 20px 0 20px 0;
  width: 132px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100%; }

.page-theme-light .global-nav-logo,
.page-theme-dark .nav-menus.open .global-nav-logo,
.default-dark .nav-menus.open .global-nav-logo,
.page-theme-light .default-dark.nav-bg-solid .global-nav-logo {
  background-image: url("/static/img/logo-black.svg"); }

.page-theme-dark .global-nav-logo,
.default-dark .global-nav-logo {
  background-image: url("/static/img/logo-white.svg"); }

.nav-menus {
  display: block;
  background: #fff;
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
  transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s; }

.nav-menus.open {
  height: calc(600px + 95px);
  -webkit-box-shadow: 0 3px 9px -5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 3px 9px -5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 9px -5px rgba(0, 0, 0, 0.35); }
  @media (max-height: 700px) {
    .nav-menus.open {
      height: 100%; } }

.nav-menus.closed {
  pointer-events: none;
  overflow: hidden; }

.nav-menu {
  height: calc(600px + 95px);
  padding-top: 95px;
  padding-right: 0;
  padding-left: 0; }
  .nav-menu .row {
    margin-left: 0;
    margin-right: 0; }

.product-sub-links {
  width: 100%;
  display: flex;
  justify-content: space-between; }

@media (min-width: 992px) {
  .nav-menu {
    max-width: 1006px; }
  .product-sub-links {
    max-width: 1006px; } }

.nav-menu-column {
  padding-right: 2rem;
  padding-left: 0; }
  .nav-menu-column h5 {
    margin-left: 15px;
    color: #000;
    font-size: 28px;
    letter-spacing: 0.05rem;
    text-transform: none;
    font-family: benton-sans-condensed, sans-serif;
    font-weight: 700;
    font-style: normal; }
    .nav-menu-column h5 a {
      color: #000;
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
      .nav-menu-column h5 a:hover {
        text-decoration: none; }
  .nav-menu-column ul {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px; }

.nav-menu-aside-container {
  padding-right: 0;
  padding-left: 0;
  margin-top: 1rem; }

.nav-menu-aside {
  position: relative;
  background: #000;
  width: 100%;
  height: auto; }
  .nav-menu-aside .content {
    padding: 2.5rem 2rem; }
  .nav-menu-aside h5 {
    font-size: 2.1rem; }
  .nav-menu-aside a .header {
    font-size: 11px;
    font-family: benton-sans-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    color: #fff;
    letter-spacing: 0.2rem;
    font-size: 1rem; }
  .nav-menu-aside a p {
    font-size: 11px;
    line-height: normal;
    color: #959595;
    margin-bottom: 0;
    font-size: 0.8rem; }
  .nav-menu-aside img {
    display: none; }

@media (min-width: 1200px) {
  .nav-menu-aside {
    background: #fff;
    width: auto; } }
  @media (min-width: 1200px) and (max-height: 700px) {
    .nav-menu-aside {
      overflow: hidden;
      max-height: 290px; } }

@media (min-width: 1200px) {
    .nav-menu-aside .content {
      padding: 2rem;
      position: absolute;
      top: 0;
      left: 0; }
    .nav-menu-aside img {
      display: block; }
    .nav-menu-aside .header {
      color: #FFD700;
      font-size: 0.7rem; }
    .nav-menu-aside a p {
      color: #fff;
      line-height: 1.4rem;
      margin-top: 1rem;
      font-family: benton-sans,sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 1rem; } }

.scroll-direction- .global-nav-wrapper-sticky {
  opacity: 0;
  pointer-events: none; }

.scroll-direction- .global-nav-wrapper-sticky.global-nav-wrapper-sticky-homepage {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0; }

.scroll-direction-down.closed .global-nav-wrapper-sticky {
  position: fixed;
  opacity: 0;
  transform: translateY(-106px); }

.scroll-direction-up.closed .global-nav-wrapper-sticky {
  opacity: 1;
  pointer-events: all; }

.scroll-direction-up.closed .global-nav-wrapper-sticky.global-nav-wrapper-sticky-homepage {
  opacity: 1;
  pointer-events: all; }

.scroll-direction-up.closed .global-nav-wrapper-top-most {
  opacity: 0; }

.page-does-not-scroll .scroll-direction-up.closed .global-nav-wrapper-top-most {
  opacity: 0;
  pointer-events: none; }

.page-does-not-scroll .scroll-direction-down.closed .global-nav-wrapper-top-most {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-106px); }

.global-nav-icon-list li.nav-icon {
  padding: 0;
  margin-left: 40px;
  background-repeat: no-repeat;
  background-size: 100%; }
  .global-nav-icon-list li.nav-icon a {
    display: block;
    width: 100%;
    height: 100%; }

.global-nav-icon-list li.nav-icon-cart {
  width: 29px;
  height: 31px;
  margin-left: 0; }

.global-nav-icon-list li.nav-icon-search {
  width: 25px;
  height: 28px; }

.global-nav-main.uses-fullscreen .global-nav-icon-list {
  padding-right: 3vw; }

.page-theme-light .nav-icon-cart,
.page-theme-dark .nav-menus.open .nav-icon-cart,
.default-dark .nav-menus.open .nav-icon-cart,
.page-theme-light .default-dark.nav-bg-solid .nav-icon-cart {
  background-image: url("/static/img/cart-black.svg"); }

.page-theme-light .nav-icon-search,
.page-theme-dark .nav-menus.open .nav-icon-search,
.default-dark .nav-menus.open .nav-icon-search,
.page-theme-light .default-dark.nav-bg-solid .nav-icon-search {
  background-image: url("/static/img/search-black.svg"); }

.page-theme-dark .nav-icon-cart,
.default-dark .nav-icon-cart {
  background-image: url("/static/img/cart-white.svg"); }

.page-theme-dark .nav-icon-search,
.default-dark .nav-icon-search {
  background-image: url("/static/img/search-white.svg"); }

.global-nav-mobile {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 70px; }

.global-nav-mobile-logo {
  width: 102px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100%; }

.global-nav-mobile-btn-icon {
  padding: 0;
  margin-left: 2rem;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer; }
  .global-nav-mobile-btn-icon a {
    display: block;
    width: 100%;
    height: 100%; }
  .global-nav-mobile-btn-icon.global-nav-mobile-btn-cart {
    width: 22px;
    height: 23px;
    margin-left: 0; }
  .global-nav-mobile-btn-icon.global-nav-mobile-btn-search {
    width: 20px;
    height: 20px; }
  .global-nav-mobile-btn-icon.global-nav-mobile-btn-menu {
    width: 21px;
    height: 12px; }
  .global-nav-mobile-btn-icon.global-nav-mobile-btn-menu {
    width: 21px;
    height: 12px; }
  .global-nav-mobile-btn-icon.global-nav-mobile-btn-close {
    width: 17px;
    height: 17px; }

.global-nav-add-transition-after-load .global-nav-mobile-menu {
  -webkit-transition: transform 1000ms cubic-bezier(1, 0, 0, 1) 0s;
  -moz-transition: transform 1000ms cubic-bezier(1, 0, 0, 1) 0s;
  -o-transition: transform 1000ms cubic-bezier(1, 0, 0, 1) 0s;
  transition: transform 1000ms cubic-bezier(1, 0, 0, 1) 0s; }

.global-nav-mobile-menu {
  pointer-events: none;
  transform: translateY(-100vh);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  height: auto;
  z-index: 2;
  background: #fff; }
  .global-nav-mobile-menu.open {
    pointer-events: all;
    transform: translateY(0); }
  .global-nav-mobile-menu .global-nav-mobile-btn-icon {
    margin-top: 25px; }
  .global-nav-mobile-menu .global-nav-mobile-btn-cart {
    background-image: url("/static/img/cart-gray.svg") !important; }
  .global-nav-mobile-menu .global-nav-mobile-btn-search {
    background-image: url("/static/img/search-gray.svg") !important; }
  .global-nav-mobile-menu .global-nav-mobile-btn-close {
    background-image: url("/static/img/menu-close-gray.svg") !important;
    margin-right: 2rem; }

.global-nav-mobile-menu-main-items {
  margin-top: 3rem;
  width: 100vw;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem; }
  .global-nav-mobile-menu-main-items li {
    color: #000;
    font-family: benton-sans-condensed, sans-serif;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.075rem;
    line-height: normal;
    font-size: 20px;
    text-transform: none;
    border-bottom: 1px solid #dddddd;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 992px) {
      .global-nav-mobile-menu-main-items li {
        font-size: 24px; } }
    @media (max-height: 800px) {
      .global-nav-mobile-menu-main-items li.adjust-for-short-screen {
        font-size: 20px;
        line-height: 20px; } }
    .global-nav-mobile-menu-main-items li.bg-slash {
      background-size: auto 20px;
      background-position: left 5px;
      background-image: url("/static/img/slash-yellow.svg");
      background-repeat: no-repeat;
      padding-left: 22px; }
    .global-nav-mobile-menu-main-items li.last-child {
      border-bottom: 0; }
  .global-nav-mobile-menu-main-items a {
    color: #000; }

.sub-menu-breadcrumb {
  margin-top: 0rem;
  margin-bottom: 0;
  color: #000;
  font-family: benton-sans-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  line-height: normal;
  font-size: 20px;
  text-transform: none;
  background: url("/static/img/chevron-left-gray.svg");
  background-repeat: no-repeat;
  background-size: 12px 13px;
  background-position: left center;
  padding-left: 2rem; }
  @media (min-width: 992px) {
    .sub-menu-breadcrumb {
      font-size: 24px; } }
  @media (max-height: 800px) {
    .sub-menu-breadcrumb.adjust-for-short-screen {
      font-size: 20px;
      line-height: 20px; } }
  .sub-menu-breadcrumb.bg-slash {
    background-size: auto 20px;
    background-position: left 5px;
    background-image: url("/static/img/slash-yellow.svg");
    background-repeat: no-repeat;
    padding-left: 22px; }

.menu-item-reveal {
  background: url("/static/img/chevron-right-gray.svg");
  background-repeat: no-repeat;
  background-size: 12px 13px;
  background-position: right 1.5rem center; }

.global-nav-mobile-menu-sub-menu {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  background: #fff;
  font-size: 18px;
  letter-spacing: 0.05rem;
  font-family: benton-sans,sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-transition: all 1000ms cubic-bezier(1, 0, 0, 1) 0s;
  -moz-transition: all 1000ms cubic-bezier(1, 0, 0, 1) 0s;
  -o-transition: all 1000ms cubic-bezier(1, 0, 0, 1) 0s;
  transition: all 1000ms cubic-bezier(1, 0, 0, 1) 0s; }
  .global-nav-mobile-menu-sub-menu.closed {
    transform: translateX(100vw); }
  .global-nav-mobile-menu-sub-menu.open {
    transform: translateX(0); }
  .global-nav-mobile-menu-sub-menu li {
    border-bottom: 1px solid #dddddd;
    color: #000; }
    .global-nav-mobile-menu-sub-menu li a {
      color: #000;
      display: block;
      width: 100%;
      height: 100%;
      padding-top: 30px;
      padding-bottom: 30px; }

.page-theme-light .global-nav-mobile-logo,
.page-theme-dark .nav-menus.open .global-nav-mobile-logo,
.default-dark .nav-menus.open .global-nav-mobile-logo,
.page-theme-light .default-dark.nav-bg-solid .global-nav-mobile-logo {
  background-image: url("/static/img/logo-black.svg"); }

.page-theme-light .global-nav-mobile-btn-cart,
.page-theme-dark .nav-menus.open .global-nav-mobile-btn-cart,
.default-dark .nav-menus.open .global-nav-mobile-btn-cart,
.page-theme-light .default-dark.nav-bg-solid .global-nav-mobile-btn-cart {
  background-image: url("/static/img/cart-black.svg"); }

.page-theme-light .global-nav-mobile-btn-search,
.page-theme-dark .nav-menus.open .global-nav-mobile-btn-search,
.default-dark .nav-menus.open .global-nav-mobile-btn-search,
.page-theme-light .default-dark.nav-bg-solid .global-nav-mobile-btn-search {
  background-image: url("/static/img/search-black.svg"); }

.page-theme-light .global-nav-mobile-btn-menu,
.page-theme-dark .nav-menus.open .global-nav-mobile-btn-menu,
.default-dark .nav-menus.open .global-nav-mobile-btn-menu,
.page-theme-light .default-dark.nav-bg-solid .global-nav-mobile-btn-menu {
  background-image: url("/static/img/menu-black.svg"); }

.page-theme-light .global-nav-mobile-btn-close,
.page-theme-dark .nav-menus.open .global-nav-mobile-btn-close,
.default-dark .nav-menus.open .global-nav-mobile-btn-close,
.page-theme-light .default-dark.nav-bg-solid .global-nav-mobile-btn-close {
  background-image: url("/static/img/menu-close-gray.svg"); }

.page-theme-light .global-nav-mobile-sticky,
.page-theme-dark .nav-menus.open .global-nav-mobile-sticky,
.default-dark .nav-menus.open .global-nav-mobile-sticky,
.page-theme-light .default-dark.nav-bg-solid .global-nav-mobile-sticky {
  background-color: #fff;
  position: fixed; }

.page-theme-dark .global-nav-mobile-logo,
.default-dark .global-nav-mobile-logo {
  background-image: url("/static/img/logo-white.svg"); }

.page-theme-dark .global-nav-mobile-btn-cart,
.default-dark .global-nav-mobile-btn-cart {
  background-image: url("/static/img/cart-white.svg"); }

.page-theme-dark .global-nav-mobile-btn-search,
.default-dark .global-nav-mobile-btn-search {
  background-image: url("/static/img/search-white.svg"); }

.page-theme-dark .global-nav-mobile-btn-menu,
.default-dark .global-nav-mobile-btn-menu {
  background-image: url("/static/img/menu-white.svg"); }

.page-theme-dark .global-nav-mobile-sticky {
  background-color: #000;
  position: fixed; }

.default-dark.global-nav-mobile-sticky {
  background-color: #000;
  position: fixed; }

@media (max-height: 800px) {
  .global-nav-mobile-menu-main-items li,
  .global-nav-mobile-menu-sub-menu li a {
    padding-top: 20px;
    padding-bottom: 20px; } }

@media (max-height: 660px) {
  .global-nav-mobile-menu-main-items li,
  .global-nav-mobile-menu-sub-menu li a {
    padding-top: 15px;
    padding-bottom: 15px; } }

.react-player__preview {
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center center;
  border: none; }

.video-player-modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 20000; }
  .video-player-modal.modal-open {
    opacity: 1;
    pointer-events: all; }
  .video-player-modal .video-close {
    background-image: url("/static/img/x-gray-thin.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 1.4rem;
    right: 2rem;
    cursor: pointer; }

@media (min-width: 1200px) {
  .company-mission .company-mission-image {
    transform: scale(1.4, 1.4) translateY(100px); } }

@media (min-width: 1200px) {
  .visit-us-image {
    margin-top: -150px;
    margin-bottom: -50px; } }

.primary-cta {
  background: transparent;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  line-height: normal;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  font-family: benton-sans,sans-serif;
  font-weight: 700;
  font-style: normal;
  white-space: nowrap;
  padding: 16px;
  height: 56px;
  min-width: 200px;
  font-size: 0.9rem; }
  @media (min-width: 992px) {
    .primary-cta {
      padding: 20px;
      height: 70px;
      min-width: 243px; } }
  @media (max-height: 800px) {
    .primary-cta.adjust-for-short-screen {
      letter-spacing: 0.05rem; } }
  @media (min-width: 1200px) {
    .primary-cta.size-based-on-viewport-xl-up {
      font-size: 0.9vw;
      min-width: 13vw;
      padding-left: 1vw;
      padding-right: 1vw; } }
  .primary-cta.primary-cta-short {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .primary-cta.primary-cta-black {
    border-color: #000;
    color: #000; }
    .primary-cta.primary-cta-black:hover, .primary-cta.primary-cta-black:active {
      background: #000;
      color: #fff; }
  .primary-cta.primary-cta-yellow {
    border-color: #FFD700;
    color: #FFD700; }
    .primary-cta.primary-cta-yellow:hover {
      background: #FFD700;
      color: #000; }
  .primary-cta.primary-cta-yellow-solid {
    border-color: #FFD700;
    background: #FFD700;
    color: #000; }
  .primary-cta.primary-cta-yellow-solid-global-nav {
    border-color: #FFD700;
    background: #FFD700;
    color: #000;
    height: 106px;
    font-size: 1.2rem; }
  .primary-cta.primary-cta-white {
    border-color: #fff;
    color: #fff; }
    .primary-cta.primary-cta-white:hover {
      background: #fff;
      color: #000; }

.text-link {
  background-image: url("/static/img/arrow-right-yellow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 48px;
  text-transform: uppercase;
  display: inline-block;
  font-family: benton-sans,sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.15rem; }
  .text-link.text-link-black {
    color: #000; }
  .text-link.text-link-white {
    color: #fff; }
  .text-link.text-link-left {
    background-image: url("/static/img/arrow-left-yellow.svg");
    background-position: left center;
    padding-left: 48px;
    padding-right: 0; }
  .text-link:hover {
    text-decoration: none; }

.gallery-btn {
  background-image: url("/static/img/gallery.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
  background-size: 20px 20px;
  min-height: 20px;
  display: block;
  padding-top: 1px;
  color: #000;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .gallery-btn:hover {
    background-image: url("/static/img/gallery-hover.svg");
    color: #646464; }

.circle-play-btn {
  background-image: url("/static/img/circle-play-outline-black.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 75px;
  background-size: 58px 58px;
  min-height: 58px;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  cursor: pointer; }
  .circle-play-btn.circle-play-btn-black {
    background-image: url("/static/img/circle-play-outline-black.svg");
    color: #fff; }
    .circle-play-btn.circle-play-btn-black:hover {
      background-image: url("/static/img/circle-play-solid-black.svg"); }
  .circle-play-btn.circle-play-btn-yellow {
    background-image: url("/static/img/circle-play-outline-yellow.svg");
    color: #fff; }
    .circle-play-btn.circle-play-btn-yellow:hover {
      background-image: url("/static/img/circle-play-solid-yellow.svg"); }

.link-highlighted {
  color: #000;
  border-bottom: 3px solid #FFD700;
  font-family: benton-sans,sans-serif;
  font-weight: 700;
  font-style: normal; }
  .link-highlighted:hover {
    color: #000;
    text-decoration: none; }

a:hover {
  text-decoration: none; }

.gray-text-links-container a {
  color: #404040; }
  .gray-text-links-container a:hover {
    color: #000; }

.yellow-text-links-container a {
  color: #404040;
  position: relative;
  border-bottom: 2px solid #FFD700;
  transition: border .3s; }
  .yellow-text-links-container a:hover, .yellow-text-links-container a:focus {
    text-decoration: none;
    border-bottom: 2px solid #000; }

.yellow-text-links-container.bold-links-container {
  font-family: benton-sans,sans-serif;
  font-weight: 600;
  font-style: normal; }

.btn-collapse {
  background: none;
  font-size: 4rem;
  outline: none;
  width: 60px;
  padding: 1rem 0;
  text-align: center;
  border: 1px solid transparent; }
  .btn-collapse:focus {
    outline: none;
    border-color: #F1F1F1; }
  @media (max-width: 991.98px) {
    .btn-collapse {
      font-size: 3rem;
      width: 40px; } }

.btn-collapse-text-small {
  color: #000;
  text-transform: uppercase;
  font-family: benton-sans,sans-serif;
  font-weight: 700;
  font-style: normal;
  background: none;
  outline: none;
  border: 1px solid transparent; }
  .btn-collapse-text-small:focus {
    outline: none;
    border-color: #F1F1F1; }
  .btn-collapse-text-small span {
    background: #FFD700;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 26px; }
  .btn-collapse-text-small div {
    display: inline-block;
    margin-right: 15px; }

.copyright {
  line-height: 20px; }
  .copyright a {
    color: #959595;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
    .copyright a:hover {
      color: #bbbbbb; }

.slash-hero {
  background-image: url("/static/img/slash-yellow-hero.svg");
  background-repeat: no-repeat;
  background-size: 342px 357px;
  background-position: left top;
  min-height: 357px;
  padding-left: 167px;
  display: flex;
  align-items: center;
  margin-left: -60px; }
  .slash-hero.slash-hero-min-top-padding {
    padding-top: 100px;
    align-items: flex-start; }

@media (max-width: 1199.98px) {
  .slash-hero {
    background-image: url("/static/img/slash-yellow-hero-mobile.svg");
    padding-left: 4rem;
    padding-right: 2rem;
    margin-left: -2rem;
    background-size: 224px 174px;
    min-height: 0; }
    .slash-hero.slash-hero-min-top-padding {
      padding-top: 40px;
      padding-bottom: 40px; } }

@media (max-width: 991.98px) {
  .slash-hero {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
    margin-right: -30px; }
    .slash-hero h2 {
      padding-right: 20%; } }

.gray-box {
  width: calc(100% + 120px);
  position: absolute;
  height: calc(100% - 18rem);
  z-index: 0;
  bottom: 0;
  transform: translateX(-105px); }
  @media (max-width: 1199.98px) {
    .gray-box {
      height: auto;
      width: 100%;
      top: 90px;
      transform: none; } }
  .gray-box.gray-box-not-full-width {
    width: calc(100%); }

@media (max-width: 1199.98px) {
  .gray-box-careers-mobile {
    position: absolute;
    z-index: 0;
    width: 83%;
    right: 0;
    top: 2rem;
    height: calc(100% - 2rem); } }

.white-box-leadership {
  background: #fff;
  padding-right: 3.5vw;
  padding-bottom: 3rem;
  width: 115%;
  min-height: 85%;
  position: relative;
  z-index: 1;
  line-height: 27px; }

.leadership-image {
  width: 110%;
  margin-left: -10%; }

.leadership-image-opposite {
  margin-left: 0;
  margin-right: -10%; }

.white-box-leadership-opposite {
  padding-right: 0;
  padding-left: 3.5vw;
  margin-left: -20%; }

.full-width {
  margin-left: -53px;
  width: calc(100% + 106px);
  padding-left: 53px;
  padding-right: 53px; }

.dark-background {
  color: #fff;
  background-color: #000; }
  .dark-background h1, .dark-background h2, .dark-background h3, .dark-background h4, .dark-background h5, .dark-background h6 {
    color: #fff; }

.fullscreen-container {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); }

@media (min-width: 1200px) {
  .full-screen-break-out {
    margin-left: calc((50vw - (1260px / 2)) *-1);
    width: 100vw; } }

.extend-right-edge {
  margin-right: calc((100vw - 100%) / -2); }
  .extend-right-edge .padding-left-col-1 {
    padding-left: 123px; }

.extend-left-edge {
  margin-left: calc((100vw - 100%) / -2); }

.extend-right {
  margin-right: -60px; }

.extend-right-double {
  margin-right: -120px; }

.fullscreen-container-row {
  width: 1260px; }

@media (max-width: 991.98px) {
  .leadership-image {
    width: 100%;
    margin: 0; } }

@media (max-width: 575.98px) {
  .leadership-image {
    margin-right: -30px;
    margin-left: -30px;
    width: auto; } }

.yellow-slash-background {
  width: 100%;
  background-image: url("/static/img/slash-yellow-hero.svg");
  background-repeat: no-repeat;
  background-size: 332px 657px;
  background-position: left top;
  padding-top: 215px;
  transform: translateY(-145px); }

.slash-header {
  background-image: url("/static/img/slash-header.svg");
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-position: left top;
  padding-top: 3rem;
  padding-left: 60px;
  margin-left: -60px;
  width: calc(100% + 60px);
  padding-right: 40px;
  min-height: 60px;
  padding-bottom: 10px;
  background-size: 110px 170px; }
  @media (min-width: 992px) {
    .slash-header {
      background-size: 171px 253px;
      padding-right: 0;
      min-height: 253px; } }
  .slash-header.slash-header-min-top-padding {
    padding-top: 50px; }
    @media (max-width: 1199.98px) {
      .slash-header.slash-header-min-top-padding {
        padding-bottom: 40px; } }
  @media (max-width: 1199.98px) {
    .slash-header.simple-slash-header {
      padding-top: 60px;
      padding-bottom: 60px;
      padding-left: 40px;
      background-size: auto 100%; } }
  .slash-header.slash-header-section-links {
    align-items: start;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s; }
    @media (min-width: 992px) {
      .slash-header.slash-header-section-links {
        padding-top: 5rem;
        padding-left: 65px;
        width: auto; }
        .slash-header.slash-header-section-links:hover {
          transform: scale(1.15); } }
    @media (min-width: 992px) {
      .slash-header.slash-header-section-links .section-link-container {
        transform: scale(0.9); } }

.slash-header-long {
  background-image: url("/static/img/slash-header-long.svg");
  background-repeat: no-repeat;
  background-size: 327px 495px;
  background-position: left top;
  min-height: 495px;
  padding-left: 40px;
  display: flex;
  align-items: start;
  margin-left: -40px;
  padding-top: 50px; }

.slash-header-medium {
  background-image: url("/static/img/slash-header-medium.svg");
  background-repeat: no-repeat;
  background-size: 196px 330px;
  background-position: left top;
  min-height: 495px;
  padding-left: 100px;
  margin-left: -100px;
  display: flex;
  align-items: start;
  padding-top: 50px; }

.slash-header-short {
  background-image: url("/static/img/slash-header-short.svg");
  background-repeat: no-repeat;
  background-size: 45px 65px;
  background-position: center left;
  min-height: 65px;
  padding-left: 60px;
  padding-top: 18px;
  margin-left: -60px;
  display: flex;
  align-items: start; }

.numbered-slash-header {
  padding-left: 40px;
  margin-left: -40px; }
  .numbered-slash-header h5 {
    margin-top: -10px; }
  .numbered-slash-header .number {
    font-size: 0.8rem;
    color: #000;
    min-height: 26px;
    background-image: url("/static/img/slash-yellow-tiny.svg");
    background-repeat: no-repeat;
    background-size: 20px 26px;
    background-position: center right;
    transform: translateX(calc(-100% - 10px));
    display: inline-block;
    padding-right: 25px;
    letter-spacing: 0.2rem;
    font-family: benton-sans,sans-serif;
    font-weight: 700;
    font-style: normal; }

.bg-gray-slash-wide {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url("/static/img/slash-gray-wide.svg");
  background-repeat: no-repeat;
  overflow: visible;
  background-position: top right;
  background-size: auto 100%; }
  .bg-gray-slash-wide.no-padding {
    padding-top: 0;
    padding-bottom: 0; }

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0; }

.select-custom {
  position: relative;
  border: 2px solid #FFD700;
  width: 20vw;
  min-width: 200px;
  overflow: hidden;
  padding: 20px;
  text-transform: uppercase; }
  .select-custom select {
    width: 100%;
    color: #fff;
    background: transparent;
    border: none;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .select-custom select:focus {
    outline: none; }

.select-custom-triangle {
  background-image: url("/static/img/triangle-yellow.svg");
  background-repeat: no-repeat;
  background-position: right 2px center;
  background-size: 11px 6px; }

.submit-custom {
  position: relative;
  border: 2px solid #FFD700;
  padding: 20px;
  width: 10vw;
  min-width: 130px;
  background: transparent;
  color: #FFD700;
  text-transform: uppercase;
  letter-spacing: 0.1rem; }
  .submit-custom.primary-cta {
    padding-top: 0;
    padding-bottom: 0; }
  .submit-custom.submit-skinny {
    min-width: 80px; }
  .submit-custom.submit-short {
    height: 48px; }
  .submit-custom.submit-custom-no-left-border {
    border-left: 0px; }
  .submit-custom.submit-custom-solid-yellow {
    border: 0;
    background: #FFD700;
    color: #000; }
  .submit-custom.submit-custom-solid-black {
    border: 0;
    background: #000;
    color: #fff; }
  .submit-custom.submit-custom-black {
    border-color: #000;
    color: #000; }

.input-simple {
  background: #F1F1F1;
  color: #000;
  padding: 10px 15px;
  font-size: 0.9rem;
  min-width: 150px;
  border: 1px solid transparent; }
  .input-simple:active, .input-simple:focus, .input-simple:focus-within {
    border: 1px solid #646464; }
  .input-simple.input-no-highlight {
    border: none; }
    .input-simple.input-no-highlight:active, .input-simple.input-no-highlight:focus, .input-simple.input-no-highlight:focus-within {
      border: none; }
  .input-simple.input-simple-select {
    background-image: url("/static/img/triangle.svg");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 11px 6px; }
    .input-simple.input-simple-select select {
      width: 100%;
      background: transparent;
      border: none;
      color: #959595;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .input-simple.input-simple-select select:focus {
      outline: none; }
  .input-simple.input-short {
    height: 48px; }
    .input-simple.input-short input {
      height: 48px; }
  .input-simple input {
    background: none;
    border: none;
    width: 100%; }
    .input-simple input::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #959595;
      opacity: 1;
      /* Firefox */ }
    .input-simple input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #959595; }
    .input-simple input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #959595; }
  .input-simple input:focus {
    outline: none; }

.submit-arrow {
  background-image: url("/static/img/arrow-right-black.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center bottom 5px;
  width: 44px !important;
  height: 44px !important; }

.featured-news-item-preview {
  position: relative; }
  .featured-news-item-preview .hashtag {
    position: absolute;
    top: 70px;
    left: 10px;
    z-index: 1; }
  .featured-news-item-preview.has-image img {
    width: 100%;
    height: auto; }
  .featured-news-item-preview.has-image .title {
    font-size: 2.2rem;
    line-height: 3rem;
    font-family: benton-sans-condensed,sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-top: 2rem;
    padding-right: 4rem; }
  .featured-news-item-preview.has-image .hashtag {
    top: 20px;
    left: 20px;
    color: #fff; }
  .featured-news-item-preview.no-image {
    width: 100%;
    height: 672px;
    min-height: 672px;
    display: flex;
    align-items: center; }
    .featured-news-item-preview.no-image .gray-bg {
      position: absolute;
      top: 40px;
      right: 0;
      width: 70%;
      height: 100%;
      background: #F1F1F1;
      z-index: 0; }
    .featured-news-item-preview.no-image .title {
      display: flex;
      align-items: center;
      background-image: url("/static/img/slash-news-feature.svg");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      background-position: right top;
      min-height: 672px;
      z-index: 0;
      padding-left: 20%;
      padding-right: 5%; }
      .featured-news-item-preview.no-image .title h6 {
        font-size: 3rem; }
        @media (max-width: 1199.98px) {
          .featured-news-item-preview.no-image .title h6 {
            font-size: 26px; } }

.even-index .featured-news-item-preview {
  margin-top: 100px; }

@media (max-width: 1199.98px) {
  .featured-news-item-preview.no-image {
    height: auto;
    min-height: 0; }
    .featured-news-item-preview.no-image .title {
      background-position: left bottom;
      background-size: auto;
      padding-top: 110px;
      padding-bottom: 60px;
      padding-left: 10px;
      height: auto;
      min-height: auto; }
    .featured-news-item-preview.no-image .gray-bg {
      top: 100px;
      width: 90%;
      height: calc(100% - 120px); }
    .featured-news-item-preview.no-image .hashtag {
      top: 60px; } }

.news-sidebar .avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%; }
  .news-sidebar .avatar.avatar-default {
    background: #FFD700;
    padding: 5px; }

.news-sidebar .share-icon {
  padding-left: 5px;
  width: 25px;
  height: auto;
  display: flex;
  justify-content: center; }
  .news-sidebar .share-icon svg {
    height: 100%;
    width: auto;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
    .news-sidebar .share-icon svg:hover {
      filter: invert(0.4); }

.slash-list-items ul {
  list-style-image: url(/static/img/slash-yellow.svg); }
  .slash-list-items ul li {
    padding-left: 0.5rem; }

.news-body-content ul {
  list-style-image: url(/static/img/slash-yellow.svg); }
  .news-body-content ul li {
    padding-left: 0.5rem; }

.news-body-content ul {
  margin-top: 2rem; }

.news-body-content ul li {
  padding-bottom: 1rem; }

.news-body-content h4 {
  text-transform: none;
  margin-top: 2rem;
  margin-bottom: 2rem; }

.news-body-content h5 {
  text-transform: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: benton-sans-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05rem; }

.news-body-content h6 {
  text-transform: none;
  margin-top: 2rem;
  margin-bottom: 5px;
  color: #404040;
  font-family: benton-sans,sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01rem; }
  @media (min-width: 992px) {
    .news-body-content h6 {
      font-size: 18px;
      line-height: 26px; } }
  @media (min-width: 1200px) {
    .news-body-content h6.size-based-on-viewport-xl-up {
      font-size: 1vw;
      line-height: 1.4vw; } }

.news-body-content div :first-child {
  margin-top: 0; }

.large-first-letter p:first-of-type::first-letter {
  color: #FFD700;
  padding: 0 .2rem 0 0;
  margin: 0 .1rem -0.4rem -0.5rem;
  font-family: benton-sans,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5.6rem;
  float: left;
  line-height: 1; }

.news-tag {
  background: #F1F1F1;
  padding: 12px 18px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-family: benton-sans,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9rem;
  display: inline-block;
  margin-right: 1rem; }
  .news-tag:before {
    content: "/ "; }

.news-tag-list {
  background-image: url("/static/img/triple-slash.svg");
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 100px; }

.news-gradient-cover {
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), transparent 35%);
  height: 100%;
  width: 100%;
  content: ''; }

.simple-news-item-preview a {
  color: #000; }

.simple-news-item-preview .simple-news-item-preview-image {
  height: auto;
  width: 100%;
  position: relative; }

.simple-news-item-preview.simple-news-item-preview-dark {
  background: #000; }
  .simple-news-item-preview.simple-news-item-preview-dark a {
    color: #fff; }

.simple-news-item-preview.simple-news-preview-no-image {
  background: #F1F1F1; }
  .simple-news-item-preview.simple-news-preview-no-image.simple-news-item-preview-dark {
    background: #1b1b1b; }

.accessory-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 1rem 2rem;
  line-height: 1.3rem; }

.product-body-content ul {
  list-style-image: url(/static/img/slash-yellow.svg); }
  .product-body-content ul li {
    padding-left: 0.5rem; }

.product-body-content ul, .product-body-content ol {
  margin-top: 2rem; }

.product-body-content ul li, .product-body-content ol li {
  padding-bottom: 1rem; }

.product-body-header h6 {
  text-transform: none; }

.compare .product-title {
  position: relative;
  z-index: 2;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center; }

.compare .title-selected {
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
  color: #000;
  transform: scale(1.7);
  text-align: center; }

.compare .underline-border {
  border-top: 1px solid #F1F1F1;
  width: 100%;
  height: 1px; }
  .compare .underline-border:before {
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    background-color: #FFD700;
    content: '';
    height: 3px;
    position: absolute;
    top: auto;
    bottom: 0;
    width: 20%; }
  .compare .underline-border.selected-index-1:before {
    left: calc(6.5% + 20px); }
  .compare .underline-border.selected-index-2:before {
    left: calc(40%); }
  .compare .underline-border.selected-index-3:before {
    left: calc(73.5% - 20px); }

.compare .max-height-110 {
  max-height: 100px; }

.compare .product-image {
  position: relative;
  z-index: 1;
  opacity: 0.5;
  transform: scale(2);
  width: 30%; }
  @media (max-width: 767.98px) {
    .compare .product-image {
      max-width: 50%;
      width: auto; } }
  @media (max-width: 575.98px) {
    .compare .product-image {
      max-width: 70%;
      width: auto; } }
  .compare .product-image.image-selected {
    -webkit-transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
    opacity: 1;
    transform: scale(3); }

.compare .features {
  justify-content: flex-end; }
  .compare .features .feature {
    width: 120px;
    text-align: center;
    opacity: 0.2; }
    .compare .features .feature .feature-icon {
      background: #ececec;
      width: 50px;
      height: 50px; }
      .compare .features .feature .feature-icon img {
        max-height: 24px;
        max-width: 24px;
        height: auto;
        width: auto; }
    .compare .features .feature.feature-selected {
      -webkit-transition: all 0.25s ease-out 0s;
      -moz-transition: all 0.25s ease-out 0s;
      -o-transition: all 0.25s ease-out 0s;
      transition: all 0.25s ease-out 0s;
      opacity: 1; }

.product-block {
  width: 100%;
  height: 100%; }
  .product-block.product-block-square {
    height: 0 !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 100%; }
  .product-block a {
    padding: 1rem;
    position: absolute;
    top: 0;
    background: #232323;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 1.1rem;
    flex-direction: column; }
    .product-block a span {
      background-image: url("/static/img/grid.svg");
      background-repeat: no-repeat;
      background-size: 100%;
      width: 20px;
      height: 20px;
      display: block;
      margin-bottom: 10px; }

.comparison-modal-close {
  background-image: url("/static/img/x-gray-thin.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer; }
  @media (max-width: 1199.98px) {
    .comparison-modal-close {
      top: 20px;
      right: 20px; } }

@media (max-width: 1199.98px) {
  .compare .product-title {
    font-size: 16px; }
  .product-block {
    height: calc(100vw - 30px - 30px);
    width: calc(100vw - 30px - 30px); } }

@media (max-width: 991.98px) {
  .accessory-item {
    width: 40%;
    min-width: 40%; } }

@media (max-width: 767.98px) {
  .compare .product-title {
    font-size: 13px;
    line-height: 14px; } }

.product-sticky-nav {
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 71px;
  border-top: 1px solid #e2e2e2;
  -webkit-box-shadow: 0 3px 9px -5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 3px 9px -5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 9px -5px rgba(0, 0, 0, 0.35);
  transform: translateY(-71px);
  -webkit-transition: transform 250ms ease-in-out 0s;
  -moz-transition: transform 250ms ease-in-out 0s;
  -o-transition: transform 250ms ease-in-out 0s;
  transition: transform 250ms ease-in-out 0s; }
  .product-sticky-nav .content-container {
    padding-left: 5vw;
    padding-right: 5vw;
    min-width: 100vw; }
  .product-sticky-nav .primary-cta-link {
    padding-right: 3vw; }

body.scroll-past-hero .product-sticky-nav {
  transform: translateY(0); }

body.scroll-past-hero.scroll-direction-up .product-sticky-nav {
  transform: translateY(106px); }

.industries-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .industries-list img {
    width: 100%;
    height: auto; }
  .industries-list div.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff; }

.field-quote {
  position: relative;
  width: 40vw;
  height: 40vw;
  min-width: 40vw;
  min-height: 40vw;
  max-height: 40vw;
  overflow: hidden; }
  .field-quote h6 {
    font-size: 1.4rem;
    letter-spacing: 0; }
  .field-quote img {
    width: 90%;
    height: auto;
    margin-left: 10%; }
  .field-quote .content {
    width: 40%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    margin: 0; }
  .field-quote .quote-wrapper {
    background-color: #fff;
    padding: 3.5em 2rem 3.5rem 0; }
  .field-quote .quote-icon-background {
    background-size: auto;
    background-image: url("/static/img/quote.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-top: 90px;
    padding-left: 50px; }
    .field-quote .quote-icon-background .quote-text {
      line-height: 3.2rem; }

@media (max-width: 1420px) {
  .field-quote {
    padding-bottom: 2rem; }
    .field-quote .quote-wrapper {
      padding: 3em 2rem 3rem 0; }
    .field-quote .quote-icon-background {
      background-size: 80px;
      padding-top: 30px;
      padding-left: 25px; }
    .field-quote h6 {
      font-size: 1.2rem; } }

@media (max-width: 1199.98px) {
  .field-quote .quote-icon-background {
    background-size: 60px;
    padding-top: 20px;
    padding-left: 15px; }
  .field-quote h6 {
    font-size: 1.2rem; } }

@media (max-width: 991.98px) {
  .field-quote {
    width: 80vw;
    height: 80vw;
    min-width: 80vw;
    min-height: 80vw;
    max-height: 80vw; }
    .field-quote h6 {
      font-size: 1rem; }
    .field-quote .quote-wrapper {
      padding: 1em 1rem 1rem 0; } }

@media (max-width: 767.98px) {
  .field-quote h6 {
    font-size: 0.8rem;
    letter-spacing: 0; } }

.news-pull-quote {
  background-image: url("/static/img/block-yellow.svg");
  background-size: 89% auto;
  background-repeat: no-repeat;
  background-position: right top;
  padding-top: 110px;
  padding-bottom: 110px;
  padding-right: 20%;
  font-size: 2.2rem;
  line-height: 3rem; }

.line-grid-item {
  border: 1px solid #F1F1F1;
  border-left: none;
  border-top: none;
  padding-top: 3rem;
  padding-left: 4rem;
  padding-right: 4rem;
  text-align: center;
  min-height: 390px;
  max-height: 390px; }
  .line-grid-item.line-grid-no-bottom {
    border-bottom: none; }
  .line-grid-item:nth-child(3n) {
    border-right: none; }
  .line-grid-item:nth-last-of-type(3) {
    border-bottom: none; }
  .line-grid-item:nth-last-of-type(2) {
    border-bottom: none; }
  .line-grid-item:nth-last-of-type(1) {
    border-bottom: none; }
  .line-grid-item.line-grid-item-2-cols:nth-child(2n) {
    border-right: none; }
  .line-grid-item.line-grid-item-2-cols:nth-child(3n) {
    border-right: 1px solid #F1F1F1; }
  .line-grid-item.line-grid-item-2-cols:nth-last-of-type(3) {
    border-bottom: 1px solid #F1F1F1; }
  .line-grid-item.line-grid-item-2-cols:nth-last-of-type(2) {
    border-bottom: none; }
  .line-grid-item.line-grid-item-2-cols:nth-last-of-type(1) {
    border-bottom: none; }
  .line-grid-item .product-image {
    width: 100%;
    height: 100%;
    max-width: 170px;
    max-height: 160px; }
    .line-grid-item .product-image img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 150px; }

@media (max-width: 991.98px) {
  .line-grid-item {
    border: none !important;
    min-height: 150px;
    padding-top: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #F1F1F1 !important; } }

@media (max-width: 767.98px) {
  .line-grid-item {
    max-height: none; } }

.gallery-slider .slick-slider {
  max-height: 100vh; }

.gallery-slider .slick-slide {
  padding: 0 1rem;
  max-width: 100vw; }

.gallery-slider .slick-list {
  width: 100vw; }

.gallery-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto; }
  .gallery-slider .slick-arrow.slick-next {
    margin-left: 100px; }

.gallery-slider img {
  width: auto;
  max-height: 500px;
  min-height: 500px; }

.gallery-slider p {
  color: #fff;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out 0s;
  -moz-transition: opacity 0.25s ease-out 0s;
  -o-transition: opacity 0.25s ease-out 0s;
  transition: opacity 0.25s ease-out 0s;
  width: 65%;
  max-width: 50vw; }

.gallery-slider .slick-current p, .gallery-slider .slick-center p {
  opacity: 1; }

.gallery-slider .slick-btn {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: transparent;
  background-position: top left;
  border: none;
  width: 48px;
  height: 15px; }
  .gallery-slider .slick-btn:focus {
    outline: 0; }
  .gallery-slider .slick-btn.btn-disabled {
    opacity: 0.2;
    cursor: default; }

.gallery-slider .slick-btn-next {
  background-image: url("/static/img/arrow-right-yellow.svg");
  margin-left: 3rem; }

.gallery-slider .slick-btn-prev {
  background-image: url("/static/img/arrow-left-yellow.svg"); }

.gallery-slider .arrow-container {
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-transition: transform 0.25s ease-out 0s;
  -moz-transition: transform 0.25s ease-out 0s;
  -o-transition: transform 0.25s ease-out 0s;
  transition: transform 0.25s ease-out 0s;
  bottom: 0;
  left: 0; }

@media (max-height: 800px) {
  .gallery-slider img {
    max-height: 50vh;
    min-height: 50vh; } }

@media (max-height: 500px) {
  .gallery-slider .arrow-container {
    width: 200px !important;
    transform: scale(0.7) !important;
    right: 0;
    left: auto; } }

@media (max-width: 1199.98px) {
  .gallery-slider {
    height: 80vh; }
    .gallery-slider .slick-slide {
      padding: 0; }
      .gallery-slider .slick-slide p {
        padding-left: 1rem; }
      .gallery-slider .slick-slide img {
        max-height: 50vh;
        min-height: 0;
        max-width: 100vw;
        min-width: auto; }
    .gallery-slider .arrow-container {
      top: 55vh; }
  .slick-btn:focus {
    outline: none; } }

.sort-triangle {
  margin-top: -2px;
  cursor: pointer; }
  .sort-triangle.sort-desc {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000; }
  .sort-triangle.sort-asc {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #000; }

.sortable-list-container {
  position: relative; }
  .sortable-list-container .selected-item {
    cursor: pointer; }
  .sortable-list-container .sortable-list {
    font-size: 0.85rem;
    line-height: 1rem;
    background: #fff;
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    text-align: right;
    -webkit-box-shadow: 0 3px 9px -5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 3px 9px -5px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 9px -5px rgba(0, 0, 0, 0.35);
    min-width: 150px; }
    .sortable-list-container .sortable-list.sortable-list-open {
      display: block; }
    .sortable-list-container .sortable-list .item {
      padding: 10px 15px;
      border-bottom: 1px solid #F1F1F1;
      -webkit-transition: all 0.15s ease-out 0s;
      -moz-transition: all 0.15s ease-out 0s;
      -o-transition: all 0.15s ease-out 0s;
      transition: all 0.15s ease-out 0s; }
      .sortable-list-container .sortable-list .item:hover {
        background: #F1F1F1;
        cursor: pointer; }

.benefits-list-icon {
  max-height: 60px;
  max-width: 60px;
  width: auto;
  height: 100%; }

@media (max-width: 991.98px) {
  .benefits-list-icon {
    max-height: 40px;
    max-width: 40px; } }

.filter-nav a {
  color: #959595; }
  .filter-nav a:hover {
    text-decoration: none; }

.filter-nav .selected {
  border-bottom: 3px solid #000;
  color: #000 !important; }

.filter-container {
  opacity: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: all 1000ms ease 0s;
  -moz-transition: all 1000ms ease 0s;
  -o-transition: all 1000ms ease 0s;
  transition: all 1000ms ease 0s;
  max-height: 0; }
  .filter-container.filter-container-open {
    height: auto;
    max-height: 500px;
    pointer-events: all;
    opacity: 1; }

.filter-button {
  font-size: 12px;
  font-family: benton-sans,sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  color: #000 !important;
  background-image: url(/static/img/filters.svg);
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 1rem 0 1rem 38px;
  letter-spacing: 0.1rem; }
  .filter-button.filter-button-close {
    background-image: url(/static/img/x-black.svg);
    background-size: 22px; }

.media-button {
  letter-spacing: 0.1rem;
  padding: 1rem;
  font-size: 12px;
  font-family: benton-sans,sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  color: #000 !important;
  background: #F1F1F1; }

.btn-clear-filters {
  background-image: url(/static/img/x-black.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 1rem 1rem 1rem 20px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: benton-sans,sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1rem;
  color: #000 !important;
  -webkit-transition: opacity 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.filter-item-selected {
  background-image: url(/static/img/check-simple-yellow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px 10px;
  padding-right: 25px;
  -webkit-transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  color: #a6a6a6; }

.articles-updating-indicator {
  background-image: url(/static/img/loading-indicator.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 200px 132px;
  height: 132px; }

@media (max-width: 1199.98px) {
  .filter-nav-mobile-dropdown-btn {
    background-image: url(/static/img/triangle.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 11px 6px;
    padding-left: 18px;
    color: #000;
    text-transform: uppercase;
    font-size: 0.9rem;
    cursor: pointer; }
  .filter-nav-mobile-options {
    font-size: 0.8rem;
    background: #fff;
    letter-spacing: 0;
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 5px;
    width: 300px;
    max-width: 80vw;
    padding: 20px;
    text-align: left;
    -webkit-box-shadow: 0 3px 9px -5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 3px 9px -5px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 9px -5px rgba(0, 0, 0, 0.35); }
    .filter-nav-mobile-options li {
      cursor: pointer; }
      .filter-nav-mobile-options li .selected {
        border: none; }
  .filter-container {
    padding: 2rem;
    height: 100vh;
    max-height: none;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: none 0ms ease 0s;
    -moz-transition: none 0ms ease 0s;
    -o-transition: none 0ms ease 0s;
    transition: none 0ms ease 0s; }
  .filter-container.filter-container-open {
    -webkit-transition: all 250ms ease 0s;
    -moz-transition: all 250ms ease 0s;
    -o-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
    position: fixed;
    pointer-events: all;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    max-height: none;
    background: #fff;
    padding-top: 3rem; }
    .filter-container.filter-container-open .filter-button {
      position: absolute;
      right: 1rem;
      top: 2rem;
      z-index: 1001; } }

a.hover-grow-line-animation {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  padding-bottom: 2px;
  transition: background-size .3s; }

a.hover-grow-line-animation:hover, a.hover-grow-line-animation:focus, a.hover-grow-line-animation-always-on {
  background-size: 100% 2px; }

.hover-axon-yellow {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .hover-axon-yellow:hover {
    color: #FFD700 !important; }

.hover-axon-light-gray-on-white {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .hover-axon-light-gray-on-white:hover {
    color: #646464 !important; }

.hover-axon-gray-on-black {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .hover-axon-gray-on-black:hover {
    color: #959595 !important; }

.hover-white {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .hover-white:hover {
    color: #fff !important; }

.hover-black {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .hover-black:hover {
    color: #000 !important; }

.hover-bold {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .hover-bold:hover {
    font-weight: bold; }

.footer-hover {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .footer-hover:hover {
    color: #646464; }

.hover-underline-grow-from-center {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .hover-underline-grow-from-center > span {
    position: relative; }
  .hover-underline-grow-from-center > span:before {
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0;
    position: absolute;
    background-color: #000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }

.hover-underline-grow-from-center:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.hover-trust-items img {
  -webkit-transition: all 0.25s ease-out 0s;
  -moz-transition: all 0.25s ease-out 0s;
  -o-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s; }

.hover-trust-items:hover img {
  transform: scale(1.1); }

.hover-trust-items:hover .hover-underline-grow-from-center span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.image-hover-scale-wrapper {
  overflow: hidden; }
  .image-hover-scale-wrapper img {
    -webkit-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -moz-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
  .image-hover-scale-wrapper img:hover {
    transform: scale3d(1.05, 1.05, 1); }

.underline-animation-l-to-r {
  position: relative; }
  .underline-animation-l-to-r:after {
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    background-color: #FFD700;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: auto;
    bottom: -1px;
    width: 0;
    opacity: 0; }
  .underline-animation-l-to-r.underline-animation-l-to-r-black:after {
    background-color: #000; }
  .underline-animation-l-to-r:hover {
    text-decoration: none; }
    .underline-animation-l-to-r:hover:after {
      width: 100%;
      opacity: 1; }

.global-nav-main .underline-animation-l-to-r:after {
  bottom: -8px; }

.global-nav-main .underline-animation-l-to-r:hover:after {
  width: 96%; }

.global-nav-wrapper .global-nav-main > ul > li.selected .underline-animation-l-to-r:after {
  background-color: #FFD700;
  opacity: 1;
  width: 96%; }

.page-theme-light .global-nav-wrapper.nav-bg-default.default-dark .global-nav-main > ul > li .underline-animation-l-to-r:after {
  background-color: #fff; }

.page-theme-light .global-nav-wrapper.nav-bg-default.default-dark .global-nav-main > ul > li.selected .underline-animation-l-to-r:after {
  background-color: #FFD700; }

.page-theme-dark .global-nav-main .underline-animation-l-to-r.underline-animation-l-to-r-black:after,
.default-dark .global-nav-main .underline-animation-l-to-r.underline-animation-l-to-r-black:after {
  background-color: #fff; }

.page-theme-dark .nav-menus.open .underline-animation-l-to-r.underline-animation-l-to-r-black:after,
.default-dark .nav-menus.open .global-nav-main .underline-animation-l-to-r.underline-animation-l-to-r-black:after,
.default-dark .global-nav-wrapper-sticky .global-nav-main .underline-animation-l-to-r.underline-animation-l-to-r-black:after {
  background-color: #000; }

.page-theme-dark .nav-menus.open li.selected .underline-animation-l-to-r.underline-animation-l-to-r-black:after,
.default-dark .nav-menus.open li.selected .underline-animation-l-to-r.underline-animation-l-to-r-black:after,
.default-dark .global-nav-wrapper-sticky li.selected .underline-animation-l-to-r.underline-animation-l-to-r-black:after {
  background-color: #FFD700; }

body .container {
  padding-left: 30px;
  padding-right: 30px; }

body .container-main {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column; }

body .page-content {
  flex-grow: 1; }

@media (max-width: 991.98px) {
  body .container.no-max-width-md-down {
    max-width: none; } }

body .container-main {
  max-width: 575px;
  overflow: hidden;
  padding-top: 70px;
  min-height: calc(100vh - 70px); }

body .beneath-global-nav {
  margin-top: -70px;
  padding-top: 70px; }

@media (min-width: 576px) {
  body .container-main {
    max-width: 767px; } }

@media (min-width: 768px) {
  body .container-main {
    max-width: 991px; } }

@media (min-width: 992px) {
  body .container-main {
    max-width: 1199px; }
  body .container {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 1200px) {
  body .container-main {
    max-width: 1366px;
    padding-top: 106px;
    min-height: calc(100vh - 106px); }
  body .beneath-global-nav {
    margin-top: -106px;
    padding-top: 106px; } }

@media (min-width: 1366px) {
  body .container-main {
    overflow: visible; }
  body .container {
    max-width: 1260px; } }

.feature-carousel-item .image-video-button-overlay-container {
  padding-right: 6vw; }
  @media (min-width: 2400px) {
    .feature-carousel-item .image-video-button-overlay-container {
      padding-right: 2rem; } }

.feature-carousel-image {
  width: 100%;
  height: auto; }

.feature-carousel-h6 {
  text-transform: none;
  line-height: 20px;
  margin-bottom: 20px; }

.feature-carousel-index {
  line-height: 26px;
  font-size: 0.8rem;
  margin-right: 10px;
  letter-spacing: 0.3rem;
  background-size: auto 16px;
  background-position: right 2px;
  background-image: url("/static/img/slash-yellow.svg");
  background-repeat: no-repeat;
  padding-right: 16px; }
  .feature-carousel-index:before {
    content: "0"; }

.feature-carousel-items-mobile .feature-carousel-item {
  margin-bottom: 3rem; }
  .feature-carousel-items-mobile .feature-carousel-item .image-video-button-overlay-container {
    padding-right: 0; }
  .feature-carousel-items-mobile .feature-carousel-item:last-of-type {
    margin-bottom: 0; }

.anim {
  -webkit-transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -moz-transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms; }

/* Float */
.animate-float {
  opacity: 0;
  transform: translateY(30px); }

.animate-float-visible {
  opacity: 1;
  transform: translateY(0); }

/* Mask */
.animate-mask {
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms; }

.animate-mask-visible {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }

/* Opacity */
.animate-opacity {
  opacity: 0; }

.animate-opacity-visible {
  opacity: 1; }

.delay-1-unit {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms; }

.delay-2-units {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms; }

.image-parallax-wrapper {
  overflow: hidden; }

.custom-page-header {
  width: 55%; }
  @media (max-width: 1199.98px) {
    .custom-page-header {
      width: 75%; } }
  @media (max-width: 767.98px) {
    .custom-page-header {
      width: 80%; } }

.slick-slider-axon-custom .slick-arrow {
  background-image: url("/static/img/arrow-left-black.svg");
  background-repeat: no-repeat;
  background-size: 44px 44px;
  width: 44px;
  height: 44px; }
  .slick-slider-axon-custom .slick-arrow:hover, .slick-slider-axon-custom .slick-arrow:focus {
    background-image: url("/static/img/arrow-left-black.svg");
    background-repeat: no-repeat;
    background-size: 44px 44px; }
  .slick-slider-axon-custom .slick-arrow:before {
    content: ""; }
  .slick-slider-axon-custom .slick-arrow.slick-next {
    background-image: url("/static/img/arrow-right-black.svg"); }
    .slick-slider-axon-custom .slick-arrow.slick-next:hover, .slick-slider-axon-custom .slick-arrow.slick-next:focus {
      background-image: url("/static/img/arrow-right-black.svg"); }

.slick-slider-axon-arrows-container-outer {
  padding: 0 10%; }

.slick-slider-axon-arrows-container-inner {
  padding-right: 6vw; }
  .slick-slider-axon-arrows-container-inner .slick-btn {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: transparent;
    background-position: top left;
    border: none;
    width: 48px;
    height: 15px; }
    .slick-slider-axon-arrows-container-inner .slick-btn:focus {
      outline: 0; }
    .slick-slider-axon-arrows-container-inner .slick-btn.btn-disabled {
      opacity: 0.2;
      cursor: default; }
  .slick-slider-axon-arrows-container-inner .slick-btn-next {
    background-image: url("/static/img/arrow-right-yellow.svg");
    margin-left: 3rem; }
  .slick-slider-axon-arrows-container-inner .slick-btn-prev {
    background-image: url("/static/img/arrow-left-yellow.svg"); }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .animate-float {
    opacity: 1;
    transform: translateY(0); }
  .scroll-direction-up.closed .global-nav-wrapper-top-most {
    opacity: 1 !important; }
  .gray-box {
    background: none !important; }
  #heroContainer .hero-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%; } }

