<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://use.typekit.net/vvp6erw.css);/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            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);
            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('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./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%);
    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";
/*Base*/
/*Colors*/
/*Gray*/
/*Red*/
/*Transition*/
/*2D Transform - Translate*/
/*RGBA Colors*/
/*Columns*/
/*Convert px to rem - example: font-size: rem(30);*/
/*Heading Primary*/
/*Heading Secondary*/
/*Heading Tertiary*/
/*Heading Quaternary*/
/*Global Options*/
/*Grid*/
/*Breakpoints*/
/*Container Widths*/
/*Colors*/
/*Fonts*/
/*Link Colors*/
/*Paragraph*/
/*Lead*/
/*Forms*/
/*Placeholders*/
/*Buttons*/
/*Form Small Text*/
/*Form validation/*
$form-feedback-margin-top: rem(5);
$form-feedback-font-size: rem(15);

/*Breadcrumbs*/
/*Pagination*/
/*Blockquotes*/
/*Navs*/
/*Navbar*/
/*Pills*/
/*Tabs*/
/*Dropdown*/
/*Tables*/
/*Modal*/
/*Cards*/
/*Tooltips*/
/*File Upload*/
/*Bootstrap*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #151617;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-ms: 375px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-mid: 1420px;
  --breakpoint-xxl: 1500px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

p {
  margin-top: 0;
  margin-bottom: 15px;
}

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

a:hover {
  color: #e82c2a;
  text-decoration: underline;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

.lead {
  font-size: 26px;
  font-weight: normal;
}

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

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

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a &gt; code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.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: 1180px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1300px;
  }
}

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

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

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

.no-gutters &gt; .col,
.no-gutters &gt; [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-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12, .col-ms,
.col-ms-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, .col-mid-1, .col-mid-2, .col-mid-3, .col-mid-4, .col-mid-5, .col-mid-6, .col-mid-7, .col-mid-8, .col-mid-9, .col-mid-10, .col-mid-11, .col-mid-12, .col-mid,
.col-mid-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .col-ms {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-ms-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-ms-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-ms-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-ms-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-ms-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-ms-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-ms-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-ms-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-ms-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-ms-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-ms-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-ms-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-ms-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-ms-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-ms-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-ms-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-ms-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-ms-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-ms-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-ms-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-ms-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-ms-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-ms-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-ms-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-ms-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-ms-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-ms-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-ms-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-ms-0 {
    margin-left: 0;
  }
  .offset-ms-1 {
    margin-left: 8.33333333%;
  }
  .offset-ms-2 {
    margin-left: 16.66666667%;
  }
  .offset-ms-3 {
    margin-left: 25%;
  }
  .offset-ms-4 {
    margin-left: 33.33333333%;
  }
  .offset-ms-5 {
    margin-left: 41.66666667%;
  }
  .offset-ms-6 {
    margin-left: 50%;
  }
  .offset-ms-7 {
    margin-left: 58.33333333%;
  }
  .offset-ms-8 {
    margin-left: 66.66666667%;
  }
  .offset-ms-9 {
    margin-left: 75%;
  }
  .offset-ms-10 {
    margin-left: 83.33333333%;
  }
  .offset-ms-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1420px) {
  .col-mid {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-mid-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-mid-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-mid-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-mid-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-mid-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-mid-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-mid-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-mid-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-mid-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-mid-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-mid-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-mid-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-mid-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-mid-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-mid-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-mid-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-mid-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-mid-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-mid-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-mid-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-mid-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-mid-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-mid-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-mid-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-mid-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-mid-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-mid-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-mid-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-mid-0 {
    margin-left: 0;
  }
  .offset-mid-1 {
    margin-left: 8.33333333%;
  }
  .offset-mid-2 {
    margin-left: 16.66666667%;
  }
  .offset-mid-3 {
    margin-left: 25%;
  }
  .offset-mid-4 {
    margin-left: 33.33333333%;
  }
  .offset-mid-5 {
    margin-left: 41.66666667%;
  }
  .offset-mid-6 {
    margin-left: 50%;
  }
  .offset-mid-7 {
    margin-left: 58.33333333%;
  }
  .offset-mid-8 {
    margin-left: 66.66666667%;
  }
  .offset-mid-9 {
    margin-left: 75%;
  }
  .offset-mid-10 {
    margin-left: 83.33333333%;
  }
  .offset-mid-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1500px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 15px;
  vertical-align: top;
  border-top: 1px solid #E6E6E6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #E6E6E6;
}

.table tbody + tbody {
  border-top: 2px solid #E6E6E6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #E6E6E6;
}

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

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(242, 242, 242, 0.1);
}

.table-primary,
.table-primary &gt; th,
.table-primary &gt; td {
  background-color: #bdbebe;
}

.table-hover .table-primary:hover {
  background-color: #b0b1b1;
}

.table-hover .table-primary:hover &gt; td,
.table-hover .table-primary:hover &gt; th {
  background-color: #b0b1b1;
}

.table-secondary,
.table-secondary &gt; th,
.table-secondary &gt; td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover &gt; td,
.table-hover .table-secondary:hover &gt; th {
  background-color: #c8cbcf;
}

.table-success,
.table-success &gt; th,
.table-success &gt; td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover &gt; td,
.table-hover .table-success:hover &gt; th {
  background-color: #b1dfbb;
}

.table-info,
.table-info &gt; th,
.table-info &gt; td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover &gt; td,
.table-hover .table-info:hover &gt; th {
  background-color: #abdde5;
}

.table-warning,
.table-warning &gt; th,
.table-warning &gt; td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover &gt; td,
.table-hover .table-warning:hover &gt; th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger &gt; th,
.table-danger &gt; td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover &gt; td,
.table-hover .table-danger:hover &gt; th {
  background-color: #f1b0b7;
}

.table-light,
.table-light &gt; th,
.table-light &gt; td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover &gt; td,
.table-hover .table-light:hover &gt; th {
  background-color: #ececf6;
}

.table-dark,
.table-dark &gt; th,
.table-dark &gt; td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover &gt; td,
.table-hover .table-dark:hover &gt; th {
  background-color: #b9bbbe;
}

.table-active,
.table-active &gt; th,
.table-active &gt; td {
  background-color: rgba(242, 242, 242, 0.1);
}

.table-hover .table-active:hover {
  background-color: rgba(229, 229, 229, 0.1);
}

.table-hover .table-active:hover &gt; td,
.table-hover .table-active:hover &gt; th {
  background-color: rgba(229, 229, 229, 0.1);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #808080;
  background-color: #e9ecef;
  border-color: #E6E6E6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 374.98px) {
  .table-responsive-ms {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-ms &gt; .table-bordered {
    border: 0;
  }
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm &gt; .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md &gt; .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg &gt; .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl &gt; .table-bordered {
    border: 0;
  }
}

@media (max-width: 1419.98px) {
  .table-responsive-mid {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-mid &gt; .table-bordered {
    border: 0;
  }
}

@media (max-width: 1499.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xxl &gt; .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive &gt; .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 18px 20px;
  font-size: 1rem;
  line-height: 1;
  color: #495057;
  background-color: #F2F2F2;
  background-clip: padding-box;
  border: 1px solid #F2F2F2;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #F2F2F2;
  border-color: #151617;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: #151617;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #151617;
  opacity: 1;
}

.form-control::placeholder {
  color: #151617;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #F2F2F2;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 0;
  line-height: 1;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm &gt; .form-control-plaintext.form-control,
.input-group-sm &gt; .input-group-prepend &gt; .form-control-plaintext.input-group-text,
.input-group-sm &gt; .input-group-append &gt; .form-control-plaintext.input-group-text,
.input-group-sm &gt; .input-group-prepend &gt; .form-control-plaintext.btn,
.input-group-sm &gt; .input-group-append &gt; .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg &gt; .form-control-plaintext.form-control,
.input-group-lg &gt; .input-group-prepend &gt; .form-control-plaintext.input-group-text,
.input-group-lg &gt; .input-group-append &gt; .form-control-plaintext.input-group-text,
.input-group-lg &gt; .input-group-prepend &gt; .form-control-plaintext.btn,
.input-group-lg &gt; .input-group-append &gt; .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-prepend &gt; .input-group-text,
.input-group-sm &gt; .input-group-append &gt; .input-group-text,
.input-group-sm &gt; .input-group-prepend &gt; .btn,
.input-group-sm &gt; .input-group-append &gt; .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm &gt; select.form-control:not([size]):not([multiple]),
.input-group-sm &gt; .input-group-prepend &gt; select.input-group-text:not([size]):not([multiple]),
.input-group-sm &gt; .input-group-append &gt; select.input-group-text:not([size]):not([multiple]),
.input-group-sm &gt; .input-group-prepend &gt; select.btn:not([size]):not([multiple]),
.input-group-sm &gt; .input-group-append &gt; select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-prepend &gt; .input-group-text,
.input-group-lg &gt; .input-group-append &gt; .input-group-text,
.input-group-lg &gt; .input-group-prepend &gt; .btn,
.input-group-lg &gt; .input-group-append &gt; .btn {
  padding: 0.5rem 1rem;
  font-size: 2.66666667rem;
  line-height: 1.5;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg &gt; select.form-control:not([size]):not([multiple]),
.input-group-lg &gt; .input-group-prepend &gt; select.input-group-text:not([size]):not([multiple]),
.input-group-lg &gt; .input-group-append &gt; select.input-group-text:not([size]):not([multiple]),
.input-group-lg &gt; .input-group-prepend &gt; select.btn:not([size]):not([multiple]),
.input-group-lg &gt; .input-group-append &gt; select.btn:not([size]):not([multiple]) {
  height: calc(5rem + 2px);
}

.form-group {
  margin-bottom: 30px;
}

.form-group.prerequisite-error {
  border: 1px solid #e82c2a;
  color: #e82c2a;
  padding: 20px;
}

.form-group.prerequisite-error p {
  font-weight: bold;
  white-space: pre-line;
  /* collapse WS, preserve LB */
}

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

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

.form-row &gt; .col,
.form-row &gt; [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.25);
}

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

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

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

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

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

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

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

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

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

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

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

.urgent-requirement {
  color: #e82c2a;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0 solid transparent;
  padding: 23px 20px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

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

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(21, 22, 23, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(21, 22, 23, 0.25);
}

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

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

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

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

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

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(21, 22, 23, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(21, 22, 23, 0.5);
}

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

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show &gt; .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(21, 22, 23, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(21, 22, 23, 0.5);
}

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

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show &gt; .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show &gt; .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

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

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

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show &gt; .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

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

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

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show &gt; .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show &gt; .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show &gt; .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show &gt; .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(21, 22, 23, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(21, 22, 23, 0.5);
}

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

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #151617;
  border-color: #151617;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(21, 22, 23, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(21, 22, 23, 0.5);
}

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

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

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

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

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

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

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

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

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

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

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #151617;
  background-color: transparent;
}

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

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

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg &gt; .btn {
  padding: 0.5rem 1rem;
  font-size: 2.66666667rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm, .btn-group-sm &gt; .btn {
  padding: 12px 25px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

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

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

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

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

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

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

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

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

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

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

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

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

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

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

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

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 15px 25px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

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

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

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0 25px;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 15px 25px;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group &gt; .btn,
.btn-group-vertical &gt; .btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.btn-group &gt; .btn:hover,
.btn-group-vertical &gt; .btn:hover {
  z-index: 1;
}

.btn-group &gt; .btn:focus, .btn-group &gt; .btn:active, .btn-group &gt; .btn.active,
.btn-group-vertical &gt; .btn:focus,
.btn-group-vertical &gt; .btn:active,
.btn-group-vertical &gt; .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: 0;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group &gt; .btn:first-child {
  margin-left: 0;
}

.dropdown-toggle-split {
  padding-right: 15px;
  padding-left: 15px;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm &gt; .btn + .dropdown-toggle-split {
  padding-right: 18.75px;
  padding-left: 18.75px;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg &gt; .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical &gt; .btn + .btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top: 0;
  margin-left: 0;
}

.btn-group-toggle &gt; .btn,
.btn-group-toggle &gt; .btn-group &gt; .btn {
  margin-bottom: 0;
}

.btn-group-toggle &gt; .btn input[type="radio"],
.btn-group-toggle &gt; .btn input[type="checkbox"],
.btn-group-toggle &gt; .btn-group &gt; .btn input[type="radio"],
.btn-group-toggle &gt; .btn-group &gt; .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group &gt; .form-control,
.input-group &gt; .custom-select,
.input-group &gt; .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group &gt; .form-control:focus,
.input-group &gt; .custom-select:focus,
.input-group &gt; .custom-file:focus {
  z-index: 3;
}

.input-group &gt; .form-control + .form-control,
.input-group &gt; .form-control + .custom-select,
.input-group &gt; .form-control + .custom-file,
.input-group &gt; .custom-select + .form-control,
.input-group &gt; .custom-select + .custom-select,
.input-group &gt; .custom-select + .custom-file,
.input-group &gt; .custom-file + .form-control,
.input-group &gt; .custom-file + .custom-select,
.input-group &gt; .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group &gt; .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 20px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #F2F2F2;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #151617;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(21, 22, 23, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(21, 22, 23, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #6a6f74;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #151617;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #151617;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(21, 22, 23, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(21, 22, 23, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #151617;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(21, 22, 23, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #F2F2F2 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #F2F2F2;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #151617;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(21, 22, 23, 0.5);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(21, 22, 23, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #F2F2F2;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(5rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 46px;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 46px;
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #151617;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #151617;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 46px;
  padding: 13px 15px;
  line-height: 1;
  color: #151617;
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(46px - 1px * 2);
  padding: 13px 15px;
  line-height: 1;
  color: #151617;
  content: "Browse";
  background-color: #151617;
  border-left: 1px solid #F2F2F2;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #151617;
  border: 0;
  -webkit-appearance: none;
          appearance: none;
}

.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(21, 22, 23, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(21, 22, 23, 0.25);
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #6a6f74;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #151617;
  border: 0;
  -moz-appearance: none;
       appearance: none;
}

.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(21, 22, 23, 0.25);
}

.custom-range::-moz-range-thumb:active {
  background-color: #6a6f74;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #151617;
  border: 0;
  appearance: none;
}

.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(21, 22, 23, 0.25);
}

.custom-range::-ms-thumb:active {
  background-color: #6a6f74;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
}

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

.nav-link {
  display: block;
  padding: 0.9rem 0.9rem;
}

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

.nav-link.disabled {
  color: #6c757d;
}

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

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

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

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

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #F2F2F2;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link {
  color: #151617;
  background-color: transparent;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content &gt; .tab-pane {
  display: none;
}

.tab-content &gt; .active {
  display: block;
}

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

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

.navbar-brand {
  display: inline-block;
  padding-top: -0.35rem;
  padding-bottom: -0.35rem;
  margin-right: 1rem;
  font-size: 2.66666667rem;
  line-height: inherit;
  white-space: nowrap;
}

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

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

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

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

.navbar-text {
  display: inline-block;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

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

.navbar-toggler {
  padding: 0 0;
  font-size: 2.66666667rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

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

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 374.98px) {
  .navbar-expand-ms &gt; .container,
  .navbar-expand-ms &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 375px) {
  .navbar-expand-ms {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-ms .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-ms .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-ms .navbar-nav .nav-link {
    padding-right: 17px;
    padding-left: 17px;
  }
  .navbar-expand-ms &gt; .container,
  .navbar-expand-ms &gt; .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-ms .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-ms .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 17px;
    padding-left: 17px;
  }
  .navbar-expand-sm &gt; .container,
  .navbar-expand-sm &gt; .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 17px;
    padding-left: 17px;
  }
  .navbar-expand-md &gt; .container,
  .navbar-expand-md &gt; .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 17px;
    padding-left: 17px;
  }
  .navbar-expand-lg &gt; .container,
  .navbar-expand-lg &gt; .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 17px;
    padding-left: 17px;
  }
  .navbar-expand-xl &gt; .container,
  .navbar-expand-xl &gt; .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1419.98px) {
  .navbar-expand-mid &gt; .container,
  .navbar-expand-mid &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1420px) {
  .navbar-expand-mid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-mid .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-mid .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-mid .navbar-nav .nav-link {
    padding-right: 17px;
    padding-left: 17px;
  }
  .navbar-expand-mid &gt; .container,
  .navbar-expand-mid &gt; .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-mid .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-mid .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1499.98px) {
  .navbar-expand-xxl &gt; .container,
  .navbar-expand-xxl &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1500px) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 17px;
    padding-left: 17px;
  }
  .navbar-expand-xxl &gt; .container,
  .navbar-expand-xxl &gt; .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

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

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

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

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

.navbar-expand .navbar-nav .nav-link {
  padding-right: 17px;
  padding-left: 17px;
}

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

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

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

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

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

.navbar-dark .navbar-brand {
  color: #fff;
}

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

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

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

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

.navbar-dark .navbar-nav .show &gt; .nav-link,
.navbar-dark .navbar-nav .active &gt; .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

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

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
}

.card &gt; hr {
  margin-right: 0;
  margin-left: 0;
}

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

.card-title {
  margin-bottom: 40px;
}

.card-subtitle {
  margin-top: -20px;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 30px;
}

.card-header {
  padding: 40px 30px;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 40px 30px;
  background-color: transparent;
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}

.card-header-tabs {
  margin-right: -15px;
  margin-bottom: -40px;
  margin-left: -15px;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -15px;
  margin-left: -15px;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
}

.card-img-top {
  width: 100%;
}

.card-img-bottom {
  width: 100%;
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -30px;
    margin-left: -30px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 30px;
    margin-bottom: 0;
    margin-left: 30px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-group &gt; .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group &gt; .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group &gt; .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

.card-columns .card {
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 8px;
  list-style: none;
  background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 5px;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 5px;
  color: #151617;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #151617;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #151617;
  background-color: transparent;
  border: 1px solid none;
}

.page-link:hover {
  z-index: 2;
  color: #151617;
  text-decoration: none;
  background-color: transparent;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(21, 22, 23, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(21, 22, 23, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
}

.page-item.active .page-link {
  z-index: 1;
  color: #151617;
  background-color: transparent;
  border-color: transparent;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: #dee2e6;
}

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #fff;
  background-color: #151617;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: black;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

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

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #0b0b0c;
  background-color: #d0d0d1;
  border-color: #bdbebe;
}

.alert-primary hr {
  border-top-color: #b0b1b1;
}

.alert-primary .alert-link {
  color: black;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

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

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

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:last-child {
  margin-bottom: 0;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #151617;
  border-color: #151617;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #0b0b0c;
  background-color: #bdbebe;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #0b0b0c;
  background-color: #b0b1b1;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0b0b0c;
  border-color: #0b0b0c;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #151617;
}

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

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

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

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

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

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

.modal-footer &gt; :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: 700px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 13px;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

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

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

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

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #151617;
}

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

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

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #151617;
}

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

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

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #151617;
}

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

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

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #151617;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #151617;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .d-ms-none {
    display: none !important;
  }
  .d-ms-inline {
    display: inline !important;
  }
  .d-ms-inline-block {
    display: inline-block !important;
  }
  .d-ms-block {
    display: block !important;
  }
  .d-ms-table {
    display: table !important;
  }
  .d-ms-table-row {
    display: table-row !important;
  }
  .d-ms-table-cell {
    display: table-cell !important;
  }
  .d-ms-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-ms-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

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

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

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

@media (min-width: 1420px) {
  .d-mid-none {
    display: none !important;
  }
  .d-mid-inline {
    display: inline !important;
  }
  .d-mid-inline-block {
    display: inline-block !important;
  }
  .d-mid-block {
    display: block !important;
  }
  .d-mid-table {
    display: table !important;
  }
  .d-mid-table-row {
    display: table-row !important;
  }
  .d-mid-table-cell {
    display: table-cell !important;
  }
  .d-mid-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-mid-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1500px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-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: 375px) {
  .m-ms-0 {
    margin: 0 !important;
  }
  .mt-ms-0,
  .my-ms-0 {
    margin-top: 0 !important;
  }
  .mr-ms-0,
  .mx-ms-0 {
    margin-right: 0 !important;
  }
  .mb-ms-0,
  .my-ms-0 {
    margin-bottom: 0 !important;
  }
  .ml-ms-0,
  .mx-ms-0 {
    margin-left: 0 !important;
  }
  .m-ms-1 {
    margin: 0.25rem !important;
  }
  .mt-ms-1,
  .my-ms-1 {
    margin-top: 0.25rem !important;
  }
  .mr-ms-1,
  .mx-ms-1 {
    margin-right: 0.25rem !important;
  }
  .mb-ms-1,
  .my-ms-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-ms-1,
  .mx-ms-1 {
    margin-left: 0.25rem !important;
  }
  .m-ms-2 {
    margin: 0.5rem !important;
  }
  .mt-ms-2,
  .my-ms-2 {
    margin-top: 0.5rem !important;
  }
  .mr-ms-2,
  .mx-ms-2 {
    margin-right: 0.5rem !important;
  }
  .mb-ms-2,
  .my-ms-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-ms-2,
  .mx-ms-2 {
    margin-left: 0.5rem !important;
  }
  .m-ms-3 {
    margin: 1rem !important;
  }
  .mt-ms-3,
  .my-ms-3 {
    margin-top: 1rem !important;
  }
  .mr-ms-3,
  .mx-ms-3 {
    margin-right: 1rem !important;
  }
  .mb-ms-3,
  .my-ms-3 {
    margin-bottom: 1rem !important;
  }
  .ml-ms-3,
  .mx-ms-3 {
    margin-left: 1rem !important;
  }
  .m-ms-4 {
    margin: 1.5rem !important;
  }
  .mt-ms-4,
  .my-ms-4 {
    margin-top: 1.5rem !important;
  }
  .mr-ms-4,
  .mx-ms-4 {
    margin-right: 1.5rem !important;
  }
  .mb-ms-4,
  .my-ms-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-ms-4,
  .mx-ms-4 {
    margin-left: 1.5rem !important;
  }
  .m-ms-5 {
    margin: 3rem !important;
  }
  .mt-ms-5,
  .my-ms-5 {
    margin-top: 3rem !important;
  }
  .mr-ms-5,
  .mx-ms-5 {
    margin-right: 3rem !important;
  }
  .mb-ms-5,
  .my-ms-5 {
    margin-bottom: 3rem !important;
  }
  .ml-ms-5,
  .mx-ms-5 {
    margin-left: 3rem !important;
  }
  .p-ms-0 {
    padding: 0 !important;
  }
  .pt-ms-0,
  .py-ms-0 {
    padding-top: 0 !important;
  }
  .pr-ms-0,
  .px-ms-0 {
    padding-right: 0 !important;
  }
  .pb-ms-0,
  .py-ms-0 {
    padding-bottom: 0 !important;
  }
  .pl-ms-0,
  .px-ms-0 {
    padding-left: 0 !important;
  }
  .p-ms-1 {
    padding: 0.25rem !important;
  }
  .pt-ms-1,
  .py-ms-1 {
    padding-top: 0.25rem !important;
  }
  .pr-ms-1,
  .px-ms-1 {
    padding-right: 0.25rem !important;
  }
  .pb-ms-1,
  .py-ms-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-ms-1,
  .px-ms-1 {
    padding-left: 0.25rem !important;
  }
  .p-ms-2 {
    padding: 0.5rem !important;
  }
  .pt-ms-2,
  .py-ms-2 {
    padding-top: 0.5rem !important;
  }
  .pr-ms-2,
  .px-ms-2 {
    padding-right: 0.5rem !important;
  }
  .pb-ms-2,
  .py-ms-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-ms-2,
  .px-ms-2 {
    padding-left: 0.5rem !important;
  }
  .p-ms-3 {
    padding: 1rem !important;
  }
  .pt-ms-3,
  .py-ms-3 {
    padding-top: 1rem !important;
  }
  .pr-ms-3,
  .px-ms-3 {
    padding-right: 1rem !important;
  }
  .pb-ms-3,
  .py-ms-3 {
    padding-bottom: 1rem !important;
  }
  .pl-ms-3,
  .px-ms-3 {
    padding-left: 1rem !important;
  }
  .p-ms-4 {
    padding: 1.5rem !important;
  }
  .pt-ms-4,
  .py-ms-4 {
    padding-top: 1.5rem !important;
  }
  .pr-ms-4,
  .px-ms-4 {
    padding-right: 1.5rem !important;
  }
  .pb-ms-4,
  .py-ms-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-ms-4,
  .px-ms-4 {
    padding-left: 1.5rem !important;
  }
  .p-ms-5 {
    padding: 3rem !important;
  }
  .pt-ms-5,
  .py-ms-5 {
    padding-top: 3rem !important;
  }
  .pr-ms-5,
  .px-ms-5 {
    padding-right: 3rem !important;
  }
  .pb-ms-5,
  .py-ms-5 {
    padding-bottom: 3rem !important;
  }
  .pl-ms-5,
  .px-ms-5 {
    padding-left: 3rem !important;
  }
  .m-ms-auto {
    margin: auto !important;
  }
  .mt-ms-auto,
  .my-ms-auto {
    margin-top: auto !important;
  }
  .mr-ms-auto,
  .mx-ms-auto {
    margin-right: auto !important;
  }
  .mb-ms-auto,
  .my-ms-auto {
    margin-bottom: auto !important;
  }
  .ml-ms-auto,
  .mx-ms-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-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.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1420px) {
  .m-mid-0 {
    margin: 0 !important;
  }
  .mt-mid-0,
  .my-mid-0 {
    margin-top: 0 !important;
  }
  .mr-mid-0,
  .mx-mid-0 {
    margin-right: 0 !important;
  }
  .mb-mid-0,
  .my-mid-0 {
    margin-bottom: 0 !important;
  }
  .ml-mid-0,
  .mx-mid-0 {
    margin-left: 0 !important;
  }
  .m-mid-1 {
    margin: 0.25rem !important;
  }
  .mt-mid-1,
  .my-mid-1 {
    margin-top: 0.25rem !important;
  }
  .mr-mid-1,
  .mx-mid-1 {
    margin-right: 0.25rem !important;
  }
  .mb-mid-1,
  .my-mid-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-mid-1,
  .mx-mid-1 {
    margin-left: 0.25rem !important;
  }
  .m-mid-2 {
    margin: 0.5rem !important;
  }
  .mt-mid-2,
  .my-mid-2 {
    margin-top: 0.5rem !important;
  }
  .mr-mid-2,
  .mx-mid-2 {
    margin-right: 0.5rem !important;
  }
  .mb-mid-2,
  .my-mid-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-mid-2,
  .mx-mid-2 {
    margin-left: 0.5rem !important;
  }
  .m-mid-3 {
    margin: 1rem !important;
  }
  .mt-mid-3,
  .my-mid-3 {
    margin-top: 1rem !important;
  }
  .mr-mid-3,
  .mx-mid-3 {
    margin-right: 1rem !important;
  }
  .mb-mid-3,
  .my-mid-3 {
    margin-bottom: 1rem !important;
  }
  .ml-mid-3,
  .mx-mid-3 {
    margin-left: 1rem !important;
  }
  .m-mid-4 {
    margin: 1.5rem !important;
  }
  .mt-mid-4,
  .my-mid-4 {
    margin-top: 1.5rem !important;
  }
  .mr-mid-4,
  .mx-mid-4 {
    margin-right: 1.5rem !important;
  }
  .mb-mid-4,
  .my-mid-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-mid-4,
  .mx-mid-4 {
    margin-left: 1.5rem !important;
  }
  .m-mid-5 {
    margin: 3rem !important;
  }
  .mt-mid-5,
  .my-mid-5 {
    margin-top: 3rem !important;
  }
  .mr-mid-5,
  .mx-mid-5 {
    margin-right: 3rem !important;
  }
  .mb-mid-5,
  .my-mid-5 {
    margin-bottom: 3rem !important;
  }
  .ml-mid-5,
  .mx-mid-5 {
    margin-left: 3rem !important;
  }
  .p-mid-0 {
    padding: 0 !important;
  }
  .pt-mid-0,
  .py-mid-0 {
    padding-top: 0 !important;
  }
  .pr-mid-0,
  .px-mid-0 {
    padding-right: 0 !important;
  }
  .pb-mid-0,
  .py-mid-0 {
    padding-bottom: 0 !important;
  }
  .pl-mid-0,
  .px-mid-0 {
    padding-left: 0 !important;
  }
  .p-mid-1 {
    padding: 0.25rem !important;
  }
  .pt-mid-1,
  .py-mid-1 {
    padding-top: 0.25rem !important;
  }
  .pr-mid-1,
  .px-mid-1 {
    padding-right: 0.25rem !important;
  }
  .pb-mid-1,
  .py-mid-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-mid-1,
  .px-mid-1 {
    padding-left: 0.25rem !important;
  }
  .p-mid-2 {
    padding: 0.5rem !important;
  }
  .pt-mid-2,
  .py-mid-2 {
    padding-top: 0.5rem !important;
  }
  .pr-mid-2,
  .px-mid-2 {
    padding-right: 0.5rem !important;
  }
  .pb-mid-2,
  .py-mid-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-mid-2,
  .px-mid-2 {
    padding-left: 0.5rem !important;
  }
  .p-mid-3 {
    padding: 1rem !important;
  }
  .pt-mid-3,
  .py-mid-3 {
    padding-top: 1rem !important;
  }
  .pr-mid-3,
  .px-mid-3 {
    padding-right: 1rem !important;
  }
  .pb-mid-3,
  .py-mid-3 {
    padding-bottom: 1rem !important;
  }
  .pl-mid-3,
  .px-mid-3 {
    padding-left: 1rem !important;
  }
  .p-mid-4 {
    padding: 1.5rem !important;
  }
  .pt-mid-4,
  .py-mid-4 {
    padding-top: 1.5rem !important;
  }
  .pr-mid-4,
  .px-mid-4 {
    padding-right: 1.5rem !important;
  }
  .pb-mid-4,
  .py-mid-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-mid-4,
  .px-mid-4 {
    padding-left: 1.5rem !important;
  }
  .p-mid-5 {
    padding: 3rem !important;
  }
  .pt-mid-5,
  .py-mid-5 {
    padding-top: 3rem !important;
  }
  .pr-mid-5,
  .px-mid-5 {
    padding-right: 3rem !important;
  }
  .pb-mid-5,
  .py-mid-5 {
    padding-bottom: 3rem !important;
  }
  .pl-mid-5,
  .px-mid-5 {
    padding-left: 3rem !important;
  }
  .m-mid-auto {
    margin: auto !important;
  }
  .mt-mid-auto,
  .my-mid-auto {
    margin-top: auto !important;
  }
  .mr-mid-auto,
  .mx-mid-auto {
    margin-right: auto !important;
  }
  .mb-mid-auto,
  .my-mid-auto {
    margin-bottom: auto !important;
  }
  .ml-mid-auto,
  .mx-mid-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1500px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .text-ms-left {
    text-align: left !important;
  }
  .text-ms-right {
    text-align: right !important;
  }
  .text-ms-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;
  }
}

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #151617 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

/*Layout*/
/*Web Fonts*/
@font-face {
  font-family: 'AcuraBespokeRegular';
  src: url("/assets/front/registration/fonts/AcuraBespokeRegular.eot");
  src: url("/assets/front/registration/fonts/AcuraBespokeRegular.eot?#iefix") format("embedded-opentype"), url("/assets/front/registration/fonts/AcuraBespokeRegular.woff2") format("woff2"), url("/assets/front/registration/fonts/AcuraBespokeRegular.woff") format("woff"), url("/assets/front/registration/fonts/AcuraBespokeRegular.ttf") format("truetype"), url("/assets/front/registration/fonts/AcuraBespokeRegular.svg#AcuraBespokeRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AcuraBespokeBold';
  src: url("/assets/front/registration/fonts/AcuraBespokeBold.eot");
  src: url("/assets/front/registration/fonts/AcuraBespokeBold.eot?#iefix") format("embedded-opentype"), url("/assets/front/registration/fonts/AcuraBespokeBold.woff2") format("woff2"), url("/assets/front/registration/fonts/AcuraBespokeBold.woff") format("woff"), url("/assets/front/registration/fonts/AcuraBespokeBold.ttf") format("truetype"), url("/assets/front/registration/fonts/AcuraBespokeBold.svg#AcuraBespokeBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ToyotaType';
  src: url("/assets/front/registration/fonts/ToyotaType-Light.eot");
  src: url("/assets/front/registration/fonts/ToyotaType-Light.eot?#iefix") format("embedded-opentype"), url("/assets/front/registration/fonts/ToyotaType-Light.woff2") format("woff2"), url("/assets/front/registration/fonts/ToyotaType-Light.woff") format("woff"), url("/assets/front/registration/fonts/ToyotaType-Light.ttf") format("truetype"), url("/assets/front/registration/fonts/ToyotaType-Light.svg#ToyotaType-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'ToyotaType';
  src: url("/assets/front/registration/fonts/ToyotaType-Light.eot");
  src: url("/assets/front/registration/fonts/ToyotaType-Light.eot?#iefix") format("embedded-opentype"), url("/assets/front/registration/fonts/ToyotaType-Light.woff2") format("woff2"), url("/assets/front/registration/fonts/ToyotaType-Light.woff") format("woff"), url("/assets/front/registration/fonts/ToyotaType-Light.ttf") format("truetype"), url("/assets/front/registration/fonts/ToyotaType-Light.svg#ToyotaType-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ToyotaType';
  src: url("/assets/front/registration/fonts/ToyotaType-Bold.eot");
  src: url("/assets/front/registration/fonts/ToyotaType-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/front/registration/fonts/ToyotaType-Bold.woff2") format("woff2"), url("/assets/front/registration/fonts/ToyotaType-Bold.woff") format("woff"), url("/assets/front/registration/fonts/ToyotaType-Bold.ttf") format("truetype"), url("/assets/front/registration/fonts/ToyotaType-Bold.svg#ToyotaType-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaPT-Book';
  src: url("/assets/front/registration/fonts/FuturaPT-Book.eot");
  src: url("/assets/front/registration/fonts/FuturaPT-Book.eot?#iefix") format("embedded-opentype"), url("/assets/front/registration/fonts/FuturaPT-Book.woff2") format("woff2"), url("/assets/front/registration/fonts/FuturaPT-Book.woff") format("woff"), url("/assets/front/registration/fonts/FuturaPT-Book.ttf") format("truetype"), url("/assets/front/registration/fonts/FuturaPT-Book.svg#FuturaPT-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaStdCondensed';
  src: url("/assets/front/registration/fonts/FuturaStd-CondensedBold.woff2") format("woff2"), url("/assets/front/registration/fonts/FuturaStd-CondensedBold.woff") format("woff"), url("/assets/front/registration/fonts/FuturaStd-CondensedBold.ttf") format("truetype"), url("/assets/front/registration/fonts/FuturaStd-CondensedBold.svg#FuturaStd-CondensedBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaStdBook';
  src: url("/assets/front/registration/fonts/FuturaStd-Book.eot");
  src: url("/assets/front/registration/fonts/FuturaStd-Book.eot?#iefix") format("embedded-opentype"), url("/assets/front/registration/fonts/FuturaStd-Book.woff2") format("woff2"), url("/assets/front/registration/fonts/FuturaStd-Book.woff") format("woff"), url("/assets/front/registration/fonts/FuturaStd-Book.ttf") format("truetype"), url("/assets/front/registration/fonts/FuturaStd-Book.svg#FuturaStd-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nobel-Bold';
  src: url("/assets/front/registration/fonts/Nobel-Bold.eot");
  src: url("/assets/front/registration/fonts/Nobel-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/front/registration/fonts/Nobel-Bold.woff2") format("woff2"), url("/assets/front/registration/fonts/Nobel-Bold.woff") format("woff"), url("/assets/front/registration/fonts/Nobel-Bold.ttf") format("truetype"), url("/assets/front/registration/fonts/Nobel-Bold.svg#Nobel-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nobel-Regular';
  src: url("/assets/front/registration/fonts/Nobel-Regular.eot");
  src: url("/assets/front/registration/fonts/Nobel-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/front/registration/fonts/Nobel-Regular.woff2") format("woff2"), url("/assets/front/registration/fonts/Nobel-Regular.woff") format("woff"), url("/assets/front/registration/fonts/Nobel-Regular.ttf") format("truetype"), url("/assets/front/registration/fonts/Nobel-Regular.svg#Nobel-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nobel-Light';
  src: url("/assets/front/registration/fonts/Nobel-Light.eot");
  src: url("/assets/front/registration/fonts/Nobel-Light.eot?#iefix") format("embedded-opentype"), url("/assets/front/registration/fonts/Nobel-Light.woff2") format("woff2"), url("/assets/front/registration/fonts/Nobel-Light.woff") format("woff"), url("/assets/front/registration/fonts/Nobel-Light.ttf") format("truetype"), url("/assets/front/registration/fonts/Nobel-Light.svg#Nobel-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nobel-Book';
  src: url("/assets/front/registration/fonts/Nobel-Book.eot");
  src: url("/assets/front/registration/fonts/Nobel-Book.eot?#iefix") format("embedded-opentype"), url("/assets/front/registration/fonts/Nobel-Book.woff2") format("woff2"), url("/assets/front/registration/fonts/Nobel-Book.woff") format("woff"), url("/assets/front/registration/fonts/Nobel-Book.ttf") format("truetype"), url("/assets/front/registration/fonts/Nobel-Book.svg#Nobel-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url("/assets/front/registration/fonts/OpenSans-Regular.eot");
  src: url("/assets/front/registration/fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/front/registration/fonts/OpenSans-Regular.woff2") format("woff2"), url("/assets/front/registration/fonts/OpenSans-Regular.woff") format("woff"), url("/assets/front/registration/fonts/OpenSans-Regular.ttf") format("truetype"), url("/assets/front/registration/fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Light';
  src: url("/assets/front/registration/fonts/OpenSans-Light.eot");
  src: url("/assets/front/registration/fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("/assets/front/registration/fonts/OpenSans-Light.woff2") format("woff2"), url("/assets/front/registration/fonts/OpenSans-Light.woff") format("woff"), url("/assets/front/registration/fonts/OpenSans-Light.ttf") format("truetype"), url("/assets/front/registration/fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url("/assets/front/registration/fonts/OpenSans-Bold.eot");
  src: url("/assets/front/registration/fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/front/registration/fonts/OpenSans-Bold.woff2") format("woff2"), url("/assets/front/registration/fonts/OpenSans-Bold.woff") format("woff"), url("/assets/front/registration/fonts/OpenSans-Bold.ttf") format("truetype"), url("/assets/front/registration/fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Rounded Std Reg';
  src: url("/assets/front/registration/fonts/AvenirNextRoundedStd-Reg.eot");
  src: url("/assets/front/registration/fonts/AvenirNextRoundedStd-Reg.eot?#iefix") format("embedded-opentype"), url("/assets/front/registration/fonts/AvenirNextRoundedStd-Reg.woff2") format("woff2"), url("/assets/front/registration/fonts/AvenirNextRoundedStd-Reg.woff") format("woff"), url("/assets/front/registration/fonts/AvenirNextRoundedStd-Reg.ttf") format("truetype"), url("/assets/front/registration/fonts/AvenirNextRoundedStd-Reg.svg#AvenirNextRoundedStd-Reg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next Rounded Std Med';
  src: url("/assets/front/registration/fonts/AvenirNextRoundedStd-Med.eot");
  src: url("/assets/front/registration/fonts/AvenirNextRoundedStd-Med.eot?#iefix") format("embedded-opentype"), url("/assets/front/registration/fonts/AvenirNextRoundedStd-Med.woff2") format("woff2"), url("/assets/front/registration/fonts/AvenirNextRoundedStd-Med.woff") format("woff"), url("/assets/front/registration/fonts/AvenirNextRoundedStd-Med.ttf") format("truetype"), url("/assets/front/registration/fonts/AvenirNextRoundedStd-Med.svg#AvenirNextRoundedStd-Med") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next Rounded Std Demi';
  src: url("/assets/front/registration/fonts/AvenirNextRoundedStd-Demi.eot");
  src: url("/assets/front/registration/fonts/AvenirNextRoundedStd-Demi.eot?#iefix") format("embedded-opentype"), url("/assets/front/registration/fonts/AvenirNextRoundedStd-Demi.woff2") format("woff2"), url("/assets/front/registration/fonts/AvenirNextRoundedStd-Demi.woff") format("woff"), url("/assets/front/registration/fonts/AvenirNextRoundedStd-Demi.ttf") format("truetype"), url("/assets/front/registration/fonts/AvenirNextRoundedStd-Demi.svg#AvenirNextRoundedStd-Demi") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BMWMotorradW01-Bold";
  src: url("/assets/front/registration/fonts/bmw/BMWMotorradW01-Bold.eot?#iefix");
  src: url("/assets/front/registration/fonts/bmw/BMWMotorradW01-Bold.eot?#iefix") format("eot"), url("/assets/front/registration/fonts/bmw/BMWMotorradW01-Bold.woff2") format("woff2"), url("/assets/front/registration/fonts/bmw/BMWMotorradW01-Bold.woff") format("woff"), url("/assets/front/registration/fonts/bmw/BMWMotorradW01-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "BMWMotorradW01-Heavy";
  src: url("/assets/front/registration/fonts/bmw/BMWMotorradW01-Heavy.eot?#iefix");
  src: url("/assets/front/registration/fonts/bmw/BMWMotorradW01-Heavy.eot?#iefix") format("eot"), url("/assets/front/registration/fonts/bmw/BMWMotorradW01-Heavy.woff2") format("woff2"), url("/assets/front/registration/fonts/bmw/BMWMotorradW01-Heavy.woff") format("woff"), url("/assets/front/registration/fonts/bmw/BMWMotorradW01-Heavy.ttf") format("truetype");
}

@font-face {
  font-family: "BMWMotorradW01-Light";
  src: url("/assets/front/registration/fonts/bmw/BMWMotorradW01-Light.eot?#iefix");
  src: url("/assets/front/registration/fonts/bmw/BMWMotorradW01-Light.eot?#iefix") format("eot"), url("/assets/front/registration/fonts/bmw/BMWMotorradW01-Light.woff2") format("woff2"), url("/assets/front/registration/fonts/bmw/BMWMotorradW01-Light.woff") format("woff"), url("/assets/front/registration/fonts/bmw/BMWMotorradW01-Light.ttf") format("truetype");
}

@font-face {
  font-family: "BMWMotorradOutlineW01-Rg";
  src: url("/assets/front/registration/fonts/bmw/BMWMotorradOutlineW01-Rg.eot?#iefix");
  src: url("/assets/front/registration/fonts/bmw/BMWMotorradOutlineW01-Rg.eot?#iefix") format("eot"), url("/assets/front/registration/fonts/bmw/BMWMotorradOutlineW01-Rg.woff2") format("woff2"), url("/assets/front/registration/fonts/bmw/BMWMotorradOutlineW01-Rg.woff") format("woff"), url("/assets/front/registration/fonts/bmw/BMWMotorradOutlineW01-Rg.ttf") format("truetype");
}

@font-face {
  font-family: "BMWMotorradW01-Regular";
  src: url("/assets/front/registration/fonts/bmw/BMWMotorradW01-Regular.eot?#iefix");
  src: url("/assets/front/registration/fonts/bmw/BMWMotorradW01-Regular.eot?#iefix") format("eot"), url("/assets/front/registration/fonts/bmw/BMWMotorradW01-Regular.woff2") format("woff2"), url("/assets/front/registration/fonts/bmw/BMWMotorradW01-Regular.woff") format("woff"), url("/assets/front/registration/fonts/bmw/BMWMotorradW01-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "BMWMotorradW01-BoldItalic";
  src: url("/assets/front/registration/fonts/bmw/BMWMotorradW01-BoldItalic.eot?#iefix");
  src: url("/assets/front/registration/fonts/bmw/BMWMotorradW01-BoldItalic.eot?#iefix") format("eot"), url("/assets/front/registration/fonts/bmw/BMWMotorradW01-BoldItalic.woff2") format("woff2"), url("/assets/front/registration/fonts/bmw/BMWMotorradW01-BoldItalic.woff") format("woff"), url("/assets/front/registration/fonts/bmw/BMWMotorradW01-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "BMWMotorradW01-HeavyItalic";
  src: url("/assets/front/registration/fonts/bmw/BMWMotorradW01-HeavyItalic.eot?#iefix");
  src: url("/assets/front/registration/fonts/bmw/BMWMotorradW01-HeavyItalic.eot?#iefix") format("eot"), url("/assets/front/registration/fonts/bmw/BMWMotorradW01-HeavyItalic.woff2") format("woff2"), url("/assets/front/registration/fonts/bmw/BMWMotorradW01-HeavyItalic.woff") format("woff"), url("/assets/front/registration/fonts/bmw/BMWMotorradW01-HeavyItalic.ttf") format("truetype");
}

@font-face {
  font-family: "BMWMotorradW01-Italic";
  src: url("/assets/front/registration/fonts/bmw/BMWMotorradW01-Italic.eot?#iefix");
  src: url("/assets/front/registration/fonts/bmw/BMWMotorradW01-Italic.eot?#iefix") format("eot"), url("/assets/front/registration/fonts/bmw/BMWMotorradW01-Italic.woff2") format("woff2"), url("/assets/front/registration/fonts/bmw/BMWMotorradW01-Italic.woff") format("woff"), url("/assets/front/registration/fonts/bmw/BMWMotorradW01-Italic.ttf") format("truetype");
}

@font-face {
  font-family: 'VolvoNovumBold';
  src: url("/assets/front/registration/fonts/volvo/novum/bold/fonts/VolvoNovumBold.eot");
  src: url("/assets/front/registration/fonts/volvo/novum/bold/fonts/VolvoNovumBold.eot") format("embedded-opentype"), url("/assets/front/registration/fonts/volvo/novum/bold/fonts/VolvoNovumBold.woff2") format("woff2"), url("/assets/front/registration/fonts/volvo/novum/bold/fonts/VolvoNovumBold.woff") format("woff"), url("/assets/front/registration/fonts/volvo/novum/bold/fonts/VolvoNovumBold.ttf") format("truetype"), url("/assets/front/registration/fonts/volvo/novum/bold/fonts/VolvoNovumBold.svg#VolvoNovumBold") format("svg");
  font-display: swap;
}

@font-face {
  font-family: 'VolvoNovumBold';
  src: url("/assets/front/registration/fonts/volvo/novum/bold-italic/fonts/VolvoNovumBoldItalic.eot");
  src: url("/assets/front/registration/fonts/volvo/novum/bold-italic/fonts/VolvoNovumBoldItalic.eot") format("embedded-opentype"), url("/assets/front/registration/fonts/volvo/novum/bold-italic/fonts/VolvoNovumBoldItalic.woff2") format("woff2"), url("/assets/front/registration/fonts/volvo/novum/bold-italic/fonts/VolvoNovumBoldItalic.woff") format("woff"), url("/assets/front/registration/fonts/volvo/novum/bold-italic/fonts/VolvoNovumBoldItalic.ttf") format("truetype"), url("/assets/front/registration/fonts/volvo/novum/bold-italic/fonts/VolvoNovumBoldItalic.svg#VolvoNovumBoldItalic") format("svg");
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'VolvoNovumRegular';
  src: url("/assets/front/registration/fonts/volvo/novum/regular/fonts/VolvoNovumRegular.eot");
  src: url("/assets/front/registration/fonts/volvo/novum/regular/fonts/VolvoNovumRegular.eot") format("embedded-opentype"), url("/assets/front/registration/fonts/volvo/novum/regular/fonts/VolvoNovumRegular.woff2") format("woff2"), url("/assets/front/registration/fonts/volvo/novum/regular/fonts/VolvoNovumRegular.woff") format("woff"), url("/assets/front/registration/fonts/volvo/novum/regular/fonts/VolvoNovumRegular.ttf") format("truetype"), url("/assets/front/registration/fonts/volvo/novum/regular/fonts/VolvoNovumRegular.svg#VolvoNovumRegular") format("svg");
  font-display: swap;
}

@font-face {
  font-family: 'VolvoNovumRegular';
  src: url("/assets/front/registration/fonts/volvo/novum/italic/fonts/VolvoNovumItalic.eot");
  src: url("/assets/front/registration/fonts/volvo/novum/italic/fonts/VolvoNovumItalic.eot") format("embedded-opentype"), url("/assets/front/registration/fonts/volvo/novum/italic/fonts/VolvoNovumItalic.woff2") format("woff2"), url("/assets/front/registration/fonts/volvo/novum/italic/fonts/VolvoNovumItalic.woff") format("woff"), url("/assets/front/registration/fonts/volvo/novum/italic/fonts/VolvoNovumItalic.ttf") format("truetype"), url("/assets/front/registration/fonts/volvo/novum/italic/fonts/VolvoNovumItalic.svg#VolvoNovumItalic") format("svg");
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'VolvoNovumLight';
  src: url("/assets/front/registration/fonts/volvo/novum/light/fonts/VolvoNovumLight.eot");
  src: url("/assets/front/registration/fonts/volvo/novum/light/fonts/VolvoNovumLight.eot") format("embedded-opentype"), url("/assets/front/registration/fonts/volvo/novum/light/fonts/VolvoNovumLight.woff2") format("woff2"), url("/assets/front/registration/fonts/volvo/novum/light/fonts/VolvoNovumLight.woff") format("woff"), url("/assets/front/registration/fonts/volvo/novum/light/fonts/VolvoNovumLight.ttf") format("truetype"), url("/assets/front/registration/fonts/volvo/novum/light/fonts/VolvoNovumLight.svg#VolvoNovumLight") format("svg");
  font-display: swap;
}

@font-face {
  font-family: 'VolvoNovumLight';
  src: url("/assets/front/registration/fonts/volvo/novum/light-italic/fonts/VolvoNovumLightItalic.eot");
  src: url("/assets/front/registration/fonts/volvo/novum/light-italic/fonts/VolvoNovumLightItalic.eot") format("embedded-opentype"), url("/assets/front/registration/fonts/volvo/novum/light-italic/fonts/VolvoNovumLightItalic.woff2") format("woff2"), url("/assets/front/registration/fonts/volvo/novum/light-italic/fonts/VolvoNovumLightItalic.woff") format("woff"), url("/assets/front/registration/fonts/volvo/novum/light-italic/fonts/VolvoNovumLightItalic.ttf") format("truetype"), url("/assets/front/registration/fonts/volvo/novum/light-italic/fonts/VolvoNovumLightItalic.svg#VolvoNovumLightItalic") format("svg");
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'VolvoNovumMedium';
  src: url("/assets/front/registration/fonts/volvo/novum/medium/fonts/VolvoNovumMedium.eot");
  src: url("/assets/front/registration/fonts/volvo/novum/medium/fonts/VolvoNovumMedium.eot") format("embedded-opentype"), url("/assets/front/registration/fonts/volvo/novum/medium/fonts/VolvoNovumMedium.woff2") format("woff2"), url("/assets/front/registration/fonts/volvo/novum/medium/fonts/VolvoNovumMedium.woff") format("woff"), url("/assets/front/registration/fonts/volvo/novum/medium/fonts/VolvoNovumMedium.ttf") format("truetype"), url("/assets/front/registration/fonts/volvo/novum/medium/fonts/VolvoNovumMedium.svg#VolvoNovumMedium") format("svg");
  font-display: swap;
}

@font-face {
  font-family: 'VolvoNovumMedium';
  src: url("/assets/front/registration/fonts/volvo/novum/medium-italic/fonts/VolvoNovumMediumItalic.eot");
  src: url("/assets/front/registration/fonts/volvo/novum/medium-italic/fonts/VolvoNovumMediumItalic.eot") format("embedded-opentype"), url("/assets/front/registration/fonts/volvo/novum/medium-italic/fonts/VolvoNovumMediumItalic.woff2") format("woff2"), url("/assets/front/registration/fonts/volvo/novum/medium-italic/fonts/VolvoNovumMediumItalic.woff") format("woff"), url("/assets/front/registration/fonts/volvo/novum/medium-italic/fonts/VolvoNovumMediumItalic.ttf") format("truetype"), url("/assets/front/registration/fonts/volvo/novum/medium-italic/fonts/VolvoNovumMediumItalic.svg#VolvoNovumMediumItalic") format("svg");
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'VolvoNovumSemiLight';
  src: url("/assets/front/registration/fonts/volvo/novum/semi-light/fonts/VolvoNovumSemiLight.eot");
  src: url("/assets/front/registration/fonts/volvo/novum/semi-light/fonts/VolvoNovumSemiLight.eot") format("embedded-opentype"), url("/assets/front/registration/fonts/volvo/novum/semi-light/fonts/VolvoNovumSemiLight.woff2") format("woff2"), url("/assets/front/registration/fonts/volvo/novum/semi-light/fonts/VolvoNovumSemiLight.woff") format("woff"), url("/assets/front/registration/fonts/volvo/novum/semi-light/fonts/VolvoNovumSemiLight.ttf") format("truetype"), url("/assets/front/registration/fonts/volvo/novum/semi-light/fonts/VolvoNovumSemiLight.svg#VolvoNovumSemiLight") format("svg");
  font-display: swap;
}

@font-face {
  font-family: 'VolvoNovumSemiLight';
  src: url("/assets/front/registration/fonts/volvo/novum/semi-light-italic/fonts/VolvoNovumSemiLightItalic.eot");
  src: url("/assets/front/registration/fonts/volvo/novum/semi-light-italic/fonts/VolvoNovumSemiLightItalic.eot") format("embedded-opentype"), url("/assets/front/registration/fonts/volvo/novum/semi-light-italic/fonts/VolvoNovumSemiLightItalic.woff2") format("woff2"), url("/assets/front/registration/fonts/volvo/novum/semi-light-italic/fonts/VolvoNovumSemiLightItalic.woff") format("woff"), url("/assets/front/registration/fonts/volvo/novum/semi-light-italic/fonts/VolvoNovumSemiLightItalic.ttf") format("truetype"), url("/assets/front/registration/fonts/volvo/novum/semi-light-italic/fonts/VolvoNovumSemiLightItalic.svg#VolvoNovumSemiLightItalic") format("svg");
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'VolvoBroadPro';
  src: url("/assets/front/registration/fonts/volvo/broad-pro/fonts/VolvoBroadPro.eot");
  src: url("/assets/front/registration/fonts/volvo/broad-pro/fonts/VolvoBroadPro.eot") format("embedded-opentype"), url("/assets/front/registration/fonts/volvo/broad-pro/fonts/VolvoBroadPro.woff2") format("woff2"), url("/assets/front/registration/fonts/volvo/broad-pro/fonts/VolvoBroadPro.woff") format("woff"), url("/assets/front/registration/fonts/volvo/broad-pro/fonts/VolvoBroadPro.ttf") format("truetype"), url("/assets/front/registration/fonts/volvo/broad-pro/fonts/VolvoBroadPro.svg#VolvoBroadPro") format("svg");
}

@font-face {
  font-family: 'ToyotaTypeBlack';
  src: url("/assets/front/registration/fonts/toyota/black/fonts/ToyotaTypeBlack.eot");
  src: url("/assets/front/registration/fonts/toyota/black/fonts/ToyotaTypeBlack.eot") format("embedded-opentype"), url("/assets/front/registration/fonts/toyota/black/fonts/ToyotaTypeBlack.woff2") format("woff2"), url("/assets/front/registration/fonts/toyota/black/fonts/ToyotaTypeBlack.woff") format("woff"), url("/assets/front/registration/fonts/toyota/black/fonts/ToyotaTypeBlack.ttf") format("truetype"), url("/assets/front/registration/fonts/toyota/black/fonts/ToyotaTypeBlack.svg#ToyotaTypeBlack") format("svg");
}

@font-face {
  font-family: 'ToyotaTypeBlackIt';
  src: url("/assets/front/registration/fonts/toyota/black-italic/fonts/ToyotaTypeBlackIt.eot");
  src: url("/assets/front/registration/fonts/toyota/black-italic/fonts/ToyotaTypeBlackIt.eot") format("embedded-opentype"), url("/assets/front/registration/fonts/toyota/black-italic/fonts/ToyotaTypeBlackIt.woff2") format("woff2"), url("/assets/front/registration/fonts/toyota/black-italic/fonts/ToyotaTypeBlackIt.woff") format("woff"), url("/assets/front/registration/fonts/toyota/black-italic/fonts/ToyotaTypeBlackIt.ttf") format("truetype"), url("/assets/front/registration/fonts/toyota/black-italic/fonts/ToyotaTypeBlackIt.svg#ToyotaTypeBlackIt") format("svg");
}

@font-face {
  font-family: 'ToyotaTypeBold';
  src: url("/assets/front/registration/fonts/toyota/bold/fonts/ToyotaTypeBold.eot");
  src: url("/assets/front/registration/fonts/toyota/bold/fonts/ToyotaTypeBold.eot") format("embedded-opentype"), url("/assets/front/registration/fonts/toyota/bold/fonts/ToyotaTypeBold.woff2") format("woff2"), url("/assets/front/registration/fonts/toyota/bold/fonts/ToyotaTypeBold.woff") format("woff"), url("/assets/front/registration/fonts/toyota/bold/fonts/ToyotaTypeBold.ttf") format("truetype"), url("/assets/front/registration/fonts/toyota/bold/fonts/ToyotaTypeBold.svg#ToyotaTypeBold") format("svg");
}

@font-face {
  font-family: 'ToyotaTypeBoldIt';
  src: url("/assets/front/registration/fonts/toyota/bold-italic/fonts/ToyotaTypeBoldIt.eot");
  src: url("/assets/front/registration/fonts/toyota/bold-italic/fonts/ToyotaTypeBoldIt.eot") format("embedded-opentype"), url("/assets/front/registration/fonts/toyota/bold-italic/fonts/ToyotaTypeBoldIt.woff2") format("woff2"), url("/assets/front/registration/fonts/toyota/bold-italic/fonts/ToyotaTypeBoldIt.woff") format("woff"), url("/assets/front/registration/fonts/toyota/bold-italic/fonts/ToyotaTypeBoldIt.ttf") format("truetype"), url("/assets/front/registration/fonts/toyota/bold-italic/fonts/ToyotaTypeBoldIt.svg#ToyotaTypeBoldIt") format("svg");
}

@font-face {
  font-family: 'ToyotaTypeBook';
  src: url("/assets/front/registration/fonts/toyota/book/fonts/ToyotaTypeBook.eot");
  src: url("/assets/front/registration/fonts/toyota/book/fonts/ToyotaTypeBook.eot") format("embedded-opentype"), url("/assets/front/registration/fonts/toyota/book/fonts/ToyotaTypeBook.woff2") format("woff2"), url("/assets/front/registration/fonts/toyota/book/fonts/ToyotaTypeBook.woff") format("woff"), url("/assets/front/registration/fonts/toyota/book/fonts/ToyotaTypeBook.ttf") format("truetype"), url("/assets/front/registration/fonts/toyota/book/fonts/ToyotaTypeBook.svg#ToyotaTypeBook") format("svg");
}

@font-face {
  font-family: 'ToyotaTypeBookIt';
  src: url("/assets/front/registration/fonts/toyota/book-italic/fonts/ToyotaTypeBookIt.eot");
  src: url("/assets/front/registration/fonts/toyota/book-italic/fonts/ToyotaTypeBookIt.eot") format("embedded-opentype"), url("/assets/front/registration/fonts/toyota/book-italic/fonts/ToyotaTypeBookIt.woff2") format("woff2"), url("/assets/front/registration/fonts/toyota/book-italic/fonts/ToyotaTypeBookIt.woff") format("woff"), url("/assets/front/registration/fonts/toyota/book-italic/fonts/ToyotaTypeBookIt.ttf") format("truetype"), url("/assets/front/registration/fonts/toyota/book-italic/fonts/ToyotaTypeBookIt.svg#ToyotaTypeBookIt") format("svg");
}

@font-face {
  font-family: 'ToyotaTypeLight';
  src: url("/assets/front/registration/fonts/toyota/light/fonts/ToyotaTypeLight.eot");
  src: url("/assets/front/registration/fonts/toyota/light/fonts/ToyotaTypeLight.eot") format("embedded-opentype"), url("/assets/front/registration/fonts/toyota/light/fonts/ToyotaTypeLight.woff2") format("woff2"), url("/assets/front/registration/fonts/toyota/light/fonts/ToyotaTypeLight.woff") format("woff"), url("/assets/front/registration/fonts/toyota/light/fonts/ToyotaTypeLight.ttf") format("truetype"), url("/assets/front/registration/fonts/toyota/light/fonts/ToyotaTypeLight.svg#ToyotaTypeLight") format("svg");
}

@font-face {
  font-family: 'ToyotaTypeLightIt';
  src: url("/assets/front/registration/fonts/toyota/light-italic/fonts/ToyotaTypeLightIt.eot");
  src: url("/assets/front/registration/fonts/toyota/light-italic/fonts/ToyotaTypeLightIt.eot") format("embedded-opentype"), url("/assets/front/registration/fonts/toyota/light-italic/fonts/ToyotaTypeLightIt.woff2") format("woff2"), url("/assets/front/registration/fonts/toyota/light-italic/fonts/ToyotaTypeLightIt.woff") format("woff"), url("/assets/front/registration/fonts/toyota/light-italic/fonts/ToyotaTypeLightIt.ttf") format("truetype"), url("/assets/front/registration/fonts/toyota/light-italic/fonts/ToyotaTypeLightIt.svg#ToyotaTypeLightIt") format("svg");
}

@font-face {
  font-family: 'ToyotaTypeRegular';
  src: url("/assets/front/registration/fonts/toyota/regular/fonts/ToyotaTypeRegular.eot");
  src: url("/assets/front/registration/fonts/toyota/regular/fonts/ToyotaTypeRegular.eot") format("embedded-opentype"), url("/assets/front/registration/fonts/toyota/regular/fonts/ToyotaTypeRegular.woff2") format("woff2"), url("/assets/front/registration/fonts/toyota/regular/fonts/ToyotaTypeRegular.woff") format("woff"), url("/assets/front/registration/fonts/toyota/regular/fonts/ToyotaTypeRegular.ttf") format("truetype"), url("/assets/front/registration/fonts/toyota/regular/fonts/ToyotaTypeRegular.svg#ToyotaTypeRegular") format("svg");
}

@font-face {
  font-family: 'ToyotaTypeRegularIt';
  src: url("/assets/front/registration/fonts/toyota/regular-italic/fonts/ToyotaTypeRegularIt.eot");
  src: url("/assets/front/registration/fonts/toyota/regular-italic/fonts/ToyotaTypeRegularIt.eot") format("embedded-opentype"), url("/assets/front/registration/fonts/toyota/regular-italic/fonts/ToyotaTypeRegularIt.woff2") format("woff2"), url("/assets/front/registration/fonts/toyota/regular-italic/fonts/ToyotaTypeRegularIt.woff") format("woff"), url("/assets/front/registration/fonts/toyota/regular-italic/fonts/ToyotaTypeRegularIt.ttf") format("truetype"), url("/assets/front/registration/fonts/toyota/regular-italic/fonts/ToyotaTypeRegularIt.svg#ToyotaTypeRegularIt") format("svg");
}

@font-face {
  font-family: 'ToyotaTypeSemibold';
  src: url("/assets/front/registration/fonts/toyota/semibold/fonts/ToyotaTypeSemibold.eot");
  src: url("/assets/front/registration/fonts/toyota/semibold/fonts/ToyotaTypeSemibold.eot") format("embedded-opentype"), url("/assets/front/registration/fonts/toyota/semibold/fonts/ToyotaTypeSemibold.woff2") format("woff2"), url("/assets/front/registration/fonts/toyota/semibold/fonts/ToyotaTypeSemibold.woff") format("woff"), url("/assets/front/registration/fonts/toyota/semibold/fonts/ToyotaTypeSemibold.ttf") format("truetype"), url("/assets/front/registration/fonts/toyota/semibold/fonts/ToyotaTypeSemibold.svg#ToyotaTypeSemibold") format("svg");
}

@font-face {
  font-family: 'ToyotaTypeSemiboldIt';
  src: url("/assets/front/registration/fonts/toyota/semibold-italic/fonts/ToyotaTypeSemiboldIt.eot");
  src: url("/assets/front/registration/fonts/toyota/semibold-italic/fonts/ToyotaTypeSemiboldIt.eot") format("embedded-opentype"), url("/assets/front/registration/fonts/toyota/semibold-italic/fonts/ToyotaTypeSemiboldIt.woff2") format("woff2"), url("/assets/front/registration/fonts/toyota/semibold-italic/fonts/ToyotaTypeSemiboldIt.woff") format("woff"), url("/assets/front/registration/fonts/toyota/semibold-italic/fonts/ToyotaTypeSemiboldIt.ttf") format("truetype"), url("/assets/front/registration/fonts/toyota/semibold-italic/fonts/ToyotaTypeSemiboldIt.svg#ToyotaTypeSemiboldIt") format("svg");
}

@font-face {
  font-family: 'KarmaNeuePlakTextBlack';
  src: url("/assets/front/registration/fonts/karma/NeuePlakText_forKarma-Black.woff2") format("woff2"), url("/assets/front/registration/fonts/karma/NeuePlakText_forKarma-Black.woff") format("woff");
}

@font-face {
  font-family: 'KarmaNeuePlakTextLight';
  src: url("/assets/front/registration/fonts/karma/NeuePlakText_forKarma-Light.woff2") format("woff2"), url("/assets/front/registration/fonts/karma/NeuePlakText_forKarma-Light.woff") format("woff");
}

@font-face {
  font-family: 'KarmaNeuePlakTextRegular';
  src: url("/assets/front/registration/fonts/karma/NeuePlakText_forKarma-Rg.woff2") format("woff2"), url("/assets/front/registration/fonts/karma/NeuePlakText_forKarma-Rg.woff") format("woff");
}

@font-face {
  font-family: 'KarmaNeuePlakTextThin';
  src: url("/assets/front/registration/fonts/karma/NeuePlakText_forKarma-Thin.woff2") format("woff2"), url("/assets/front/registration/fonts/karma/NeuePlakText_forKarma-Thin.woff") format("woff");
}

@font-face {
  font-family: 'Shapiro 97 Air Extd';
  src: url("/assets/front/registration/fonts/shapiro/air/Shapiro-97AirExtd.woff2") format("woff2"), url("/assets/front/registration/fonts/shapiro/air/Shapiro-97AirExtd.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Shapiro 35 Feather Text';
  src: url("/assets/front/registration/fonts/shapiro/feather/Shapiro-35FeatherText.woff2") format("woff2"), url("/assets/front/registration/fonts/shapiro/feather/Shapiro-35FeatherText.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Shapiro 5 Light Fly';
  src: url("/assets/front/registration/fonts/shapiro/light-fly/Shapiro-5LightFly.woff2") format("woff2"), url("/assets/front/registration/fonts/shapiro/light-fly/Shapiro-5LightFly.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Shapiro VF';
  src: url("/assets/front/registration/fonts/shapiro/vf/ShapiroVF.woff2") format("woff2"), url("/assets/front/registration/fonts/shapiro/vf/ShapiroVF.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eurosteal';
  src: url("/assets/front/registration/fonts/eurosteal/regular/fonts/Eurosteal.woff2") format("woff2"), url("/assets/front/registration/fonts/eurosteal/regular/fonts/Eurosteal.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'EurostealBigCaps';
  src: url("/assets/front/registration/fonts/eurosteal/big-cap/fonts/EurostealBigCaps.woff2") format("woff2"), url("/assets/front/registration/fonts/eurosteal/big-cap/fonts/EurostealBigCaps.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*Font Mixins*/
.font-family-futura-pt-book {
  font-family: 'FuturaPT-Book', sans-serif;
}

.font-family-futura-std-book {
  font-family: 'FuturaStdBook', sans-serif;
}

.font-family-futura-std-condensed-bold {
  font-family: 'FuturaStdCondensed', sans-serif;
}

/*Body*/
body {
  background: rgba(242, 242, 242, 0.6);
  line-height: 1.60;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'FuturaPT-Book';
}

body.overlay-active {
  position: fixed;
}

html {
  font-size: 18px;
}

html, body {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1, h2, h3, h4, h5, h6, blockquote, cite, p {
  -webkit-text-shadow: none;
  text-shadow: none;
}

p:last-of-type {
  margin-bottom: 0;
}

a {
  outline: none !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

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

strong {
  font-family: 'AcuraBespokeBold';
}

picture, video {
  display: block;
}

figure, .blockquote {
  margin: 0;
}

a[href^="tel"] {
  color: #151617;
  text-decoration: none;
}

small {
  color: #808080;
  font-family: 'AcuraBespokeRegular';
}

/*Headings*/
.heading-primary {
  color: #151617;
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.25;
  text-transform: uppercase;
  font-family: 'AcuraBespokeRegular';
}

@media (min-width: 1200px) {
  .heading-primary {
    font-size: 40px;
    letter-spacing: 3px;
  }
}

.heading-primary strong {
  font-family: 'AcuraBespokeBold';
}

.heading-secondary {
  color: #151617;
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 1.25;
  text-transform: uppercase;
  font-family: 'AcuraBespokeBold';
}

@media (min-width: 1200px) {
  .heading-secondary {
    font-size: 25px;
    letter-spacing: 5px;
  }
}

.heading-tertiary {
  color: #151617;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  letter-spacing: 2.5px;
  line-height: 1.25;
  text-transform: uppercase;
  font-family: 'AcuraBespokeRegular';
}

@media (min-width: 1200px) {
  .heading-tertiary {
    font-size: 20px;
    letter-spacing: 4px;
  }
}

.heading-quaternary {
  color: #151617;
  display: block;
  margin: 0;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.25;
  text-transform: uppercase;
  font-family: 'FuturaPT-Book';
}

/*Buttons*/
.btn {
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  white-space: normal;
  /*Primary Button*/
  /*Secondary Button*/
  /*Default Button*/
  /*Min Width*/
}

.btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.btn-primary {
  background-color: #151617;
  color: #FFF;
  font-size: 15px;
  letter-spacing: 0.8px;
  line-height: 1;
  padding: 0.85rem 2.25rem;
  font-weight: 700;
  max-height: 60px;
  text-transform: uppercase;
  font-family: 'AcuraBespokeBold';
}

.btn.btn-primary:hover {
  background: #e82c2a;
  color: #FFF;
}

.btn.btn-primary.is-square {
  border-radius: 0;
}

.btn.btn-primary.is-rounded {
  border-radius: 8px;
}

.btn.btn-primary.is-faded {
  background: #E1E1E1;
  border-color: #E1E1E1;
  color: #151617;
}

.btn.btn-primary.is-pill {
  border-radius: 32px;
}

.btn.btn-primary.is-square-outline {
  background: #FFF;
  border: 1px solid #151617;
  color: #151617;
}

.btn.btn-primary.is-rounded-outline {
  background: #FFF;
  border: 1px solid #151617;
  color: #151617;
  border-radius: 8px;
}

.btn.btn-primary.is-faded-outline {
  background: #FFF;
  border: 1px solid #E1E1E1;
  color: #151617;
}

.btn.btn-primary.is-pill-outline {
  background: #FFF;
  border: 1px solid #151617;
  color: #151617;
  border-radius: 32px;
}

.btn.btn-primary.is-prerequisite {
  background: #e82c2a;
  color: #FFF;
}

.btn.btn-alternate {
  background-color: rgba(21, 22, 23, 0.2);
  color: #151617;
}

.btn.btn-secondary {
  background-color: #151617;
  color: #FFF;
  font-size: 15px;
  letter-spacing: 0.8px;
  line-height: 1;
  max-height: 60px;
  text-transform: uppercase;
  width: 100%;
  font-family: 'AcuraBespokeBold';
}

@media (min-width: 576px) {
  .btn.btn-secondary {
    width: auto;
  }
}

.btn.btn-secondary:hover {
  background: #e82c2a;
  color: #FFF;
}

.btn.btn-default:hover {
  color: #e82c2a;
}

.btn.btn-default:after {
  border: solid #151617;
  border-width: 0 2px 2px 0;
  content: '';
  display: inline-block;
  height: 6px;
  margin: -3px 0 0 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: .3s;
  transition: .3s;
  vertical-align: middle;
  width: 6px;
}

@media (min-width: 576px) {
  .btn.has-min {
    min-width: 375px;
  }
}

/*Forms*/
.form-control {
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.form-control:focus::-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.form-control:focus::placeholder {
  opacity: 0;
  visibility: hidden;
}

.form-control:focus:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.form-control:focus::-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.form-control.is-danger {
  border: 1px solid #e82c2a;
}

/*Placeholders*/
::-webkit-input-placeholder {
  color: #151617;
  font-size: 18px;
}
::-ms-input-placeholder {
  color: #151617;
  font-size: 18px;
}
::placeholder {
  color: #151617;
  font-size: 18px;
}

:-ms-input-placeholder {
  color: #151617;
  font-size: 18px;
}

::-ms-input-placeholder {
  color: #151617;
  font-size: 18px;
}

/*Custom Select*/
.select-custom {
  background: #F2F2F2;
  border: solid 1px transparent;
  height: 58px !important;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.select-custom:after {
  border: solid #151617;
  border-width: 0 2px 2px 0;
  content: '';
  display: inline-block;
  height: 6px;
  margin: -3px 0 0 6px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
  vertical-align: middle;
  width: 6px;
}

.select-custom .form-control {
  background: transparent;
  border: none;
  font-size: 18px;
  height: 58px !important;
  letter-spacing: 0.1px;
  line-height: 1;
  padding: 11px 20px;
  text-align: left;
  width: 130%;
  -webkit-appearance: none;
  font-family: 'FuturaPT-Book';
}

.select-custom .form-control:focus {
  border-color: #151617;
  color: #151617;
  outline: none;
}

.form-check-input:focus-visible {
  border: 1px solid red !important;
}

/*Custom Radio/Checkbox*/
.form-check {
  margin: 12px 0;
  position: relative;
  /*Checkbox*/
  /*Radio*/
}

.form-check input:focus-visible {
  border: 1px solid red !important;
}

.form-check input:focus-visible label:before {
  display: none;
}

.form-check label {
  font-size: 18px;
  cursor: pointer;
  display: block;
  letter-spacing: 0.2px;
  margin: 0;
  padding: 0 0 0 10px;
}

.form-check label:before {
  content: '';
  display: inline-block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 20px;
}

.form-check label.is-danger:before {
  border: 1px solid #E82C2A;
}

.form-check [type="radio"], .form-check [type="checkbox"] {
  border: 0;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 1px;
  top: 5px;
  opacity: 0;
}

.form-check [type="radio"]:focus-visible, .form-check [type="checkbox"]:focus-visible {
  opacity: 1;
}

.form-check [type="checkbox"]:checked + label:before {
  background-image: url("/assets/front/registration/img/checkbox-checked.svg");
}

.form-check [type="checkbox"] + label:before {
  background: url("/assets/front/registration/img/checkbox-unchecked.svg") center center/contain no-repeat;
}

.form-check [type="radio"]:checked + label:before {
  background-image: url("/assets/front/registration/img/radio-checked.svg");
}

.form-check [type="radio"] + label:before {
  background: url("/assets/front/registration/img/radio-unchecked.svg") center center/contain no-repeat;
}

.form-check [type="radio"] + label.is-danger:before {
  border-radius: 50%;
}

.has-bg-dark .form-check [type="radio"]:checked + label:before {
  background-image: url("/assets/front/registration/img/dark-bg-radio-checked.svg");
}

.has-bg-dark .form-check [type="radio"] + label:before {
  background: url("/assets/front/registration/img/dark-bg-radio-unchecked.svg") center center/contain no-repeat;
}

/*Floated Label*/
.floated-label {
  display: block;
  position: relative;
}

.floated-label label {
  background: #FFF;
  cursor: text;
  font-size: 13px;
  left: 10px;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  opacity: 1;
  padding: 0 5px;
  position: absolute;
  text-transform: uppercase;
  top: -9px;
  -webkit-transition: .2s;
  transition: .2s;
  font-family: 'FuturaPT-Book';
}

.floated-label ::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: .2s;
  transition: .2s;
}

.floated-label ::-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: .2s;
  transition: .2s;
}

.floated-label ::placeholder {
  opacity: 1;
  -webkit-transition: .2s;
  transition: .2s;
}

.floated-label :-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: .2s;
  transition: .2s;
}

.floated-label ::-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: .2s;
  transition: .2s;
}

.floated-label input:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}

.floated-label input:placeholder-shown:not(:focus)::-ms-input-placeholder {
  opacity: 0;
}

.floated-label input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}

.floated-label input:placeholder-shown:not(:focus) + * {
  background: transparent;
  color: #808080;
  font-size: 18px;
  left: 20px;
  letter-spacing: 0.1px;
  padding: 0;
  text-transform: none;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: 'AcuraBespokeRegular';
}

.floated-label input:not(:placeholder-shown), .floated-label input:focus {
  background: #FFF;
  border-color: #151617;
}

/*Inline Row*/
.inline-row {
  padding-bottom: 20px;
  /*Mobile Collapse*/
}

@media (min-width: 992px) {
  .inline-row {
    padding-bottom: 50px;
  }
}

.inline-row:first-of-type {
  padding-top: 20px;
}

@media (min-width: 992px) {
  .inline-row:first-of-type {
    padding-top: 40px;
  }
}

.inline-row .heading-tertiary {
  display: none;
}

@media (min-width: 992px) {
  .inline-row .heading-tertiary {
    display: block;
  }
}

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

@media (min-width: 992px) {
  .inline-row .btn-toggle {
    display: none;
  }
}

/*Inline Toggle*/
.inline-group {
  border: solid 1px #E6E6E6;
  border-right: none;
  margin-top: 10px;
  width: 100%;
}

@media (min-width: 992px) {
  .inline-group {
    display: table;
  }
}

.inline-group.has-line {
  position: relative;
  z-index: 9;
}

.inline-group.has-line:before {
  background: #E6E6E6;
  content: '';
  display: none;
  height: 1px;
  left: -200px;
  margin-top: -1px;
  position: absolute;
  right: -200px;
  top: 50%;
  z-index: -1;
}

@media (min-width: 992px) {
  .inline-group.has-line:before {
    display: block;
  }
}

@media (min-width: 992px) {
  .inline-group.collapse {
    display: table;
  }
}

.inline-group .inline-toggle {
  border-right: solid 1px #E6E6E6;
}

@media (min-width: 992px) {
  .inline-group .inline-toggle {
    display: table-cell;
  }
}

.inline-group .inline-toggle [type="radio"], .inline-group .inline-toggle [type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.inline-group .inline-toggle [type="radio"]:checked + label, .inline-group .inline-toggle [type="checkbox"]:checked + label {
  background: #151617;
  border-color: #151617;
  color: #FFF;
}

.inline-group .inline-toggle label {
  background: #F2F2F2;
  cursor: pointer;
  display: block;
  font-size: 18px;
  letter-spacing: 0.2px;
  margin: 0;
}

.inline-group.has-errors {
  border: 1px solid #e82c2a;
}

.error-message-display {
  display: none;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  padding: 13px 0;
  color: #e82c2a;
}

.unique-message-display {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  padding: 13px 0;
  color: #e82c2a;
}

.form-group.has-errors .error-message-display {
  display: block;
}

.form-group.has-unique-errors .unique-message-display {
  display: block;
}

.show-unique-messages .unique-message-display {
  display: block;
}

.floated-label.has-errors {
  margin-bottom: 70px !important;
  height: 58px;
}

.floated-label.has-errors .error-message-display {
  position: absolute;
  top: 100%;
  left: 5px;
  right: 5px;
  width: 100%;
}

.floated-label.has-errors .error-message-display.adjusted-inset {
  left: 15px;
  right: 15px;
}

/*Site Header*/
.site-header {
  background: #FFF;
  /*Dropdown*/
  /*Dropdown Menu*/
}

.site-header.has-border {
  border-bottom: solid 1px #E6E6E6;
}

.site-header .navbar-brand {
  display: block;
  height: 35px;
  width: 150px;
}

@media (min-width: 768px) {
  .site-header .navbar-brand {
    height: 59px;
    margin: 0 auto;
    width: 250px;
  }
}

.site-header .nav-link {
  padding-left: 17px;
  padding-right: 17px;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

.site-header .nav-link:hover {
  color: #e82c2a;
}

.site-header .dropdown-menu {
  border: solid 1px #E6E6E6;
  border-left: none;
  margin-top: 0;
}

@media (min-width: 992px) {
  .site-header .dropdown-menu {
    margin-left: -18px;
    right: 0;
  }
}

.site-header .dropdown-menu .dropdown-item {
  border-bottom: solid 1px #E6E6E6;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: normal;
  padding-right: 0.5rem;
  font-family: 'FuturaPT-Book';
}

.site-header .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}

/*Navbar Toggler*/
.navbar-toggler {
  margin-top: -7px;
  position: absolute;
  right: 15px;
  top: 50%;
}

.navbar-toggler .icon-bar {
  background: #151617;
  height: 3px;
  width: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (prefers-reduced-motion: reduce) {
  .navbar-toggler .icon-bar {
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-toggler .icon-bar {
    display: block;
  }
}

.navbar-toggler .top-bar {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  margin: 3px 0;
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

/*Secondary Nav*/
.navbar-secondary {
  padding-bottom: 15px;
  padding-top: 15px;
}

@media (min-width: 768px) {
  .navbar-secondary {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.navbar-secondary .nav-link {
  font-size: 11px;
  letter-spacing: 1.5px;
}

/*Primary Nav*/
.navbar-primary {
  border-top: solid 1px #E6E6E6;
  /*Dropdown - Locations*/
}

.navbar-primary .nav-item.active .nav-link {
  background: #F2F2F2;
}

.navbar-primary .nav-link {
  display: block;
  font-size: 13px;
  height: 100%;
  letter-spacing: 2px;
}

@media (min-width: 992px) {
  .navbar-primary .dropdown-locations {
    border-right: solid 1px #E6E6E6;
    margin-right: 30px;
  }
}

.navbar-primary .dropdown-locations .nav-link {
  font-size: 15px;
  letter-spacing: 0.8px;
}

@media (min-width: 992px) {
  .navbar-primary .dropdown-locations .nav-link {
    padding-right: 40px;
  }
}

.navbar-primary .dropdown-locations .nav-link:after {
  border: solid #151617;
  border-width: 0 2px 2px 0;
  content: '';
  display: inline-block;
  height: 6px;
  margin: -3px 0 0 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
  vertical-align: middle;
  width: 6px;
}

.navbar-primary .dropdown-locations .nav-link.dropdown-hidden:after {
  display: none !important;
}

.navbar-primary .dropdown-locations.show .nav-link:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/*Site Content*/
.site-content {
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .site-content {
    padding-bottom: 90px;
  }
}

/*Lead*/
.lead {
  color: #151617;
  line-height: 1.5;
  margin-bottom: 40px;
}

/*Shim*/
.shim {
  text-align: center;
}

@media (min-width: 992px) {
  .shim {
    margin-left: auto;
    margin-right: auto;
    max-width: 62%;
  }
}

/*Inline List*/
.list-inline {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  /*Large Text*/
  /*Adds icon*/
}

.list-inline li {
  display: block;
  font-size: 15px;
  letter-spacing: -0.1px;
}

@media (min-width: 768px) {
  .list-inline li {
    display: inline-block;
  }
}

.list-inline li:after {
  color: #808080;
  content: '';
  display: inline-block;
  margin: 0;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .list-inline li:after {
    content: '|';
  }
}

.list-inline li.no-after:after {
  display: none !important;
}

.list-inline li:last-child:after {
  display: none;
}

.list-inline.is-lg li {
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'AcuraBespokeBold';
}

@media (min-width: 992px) {
  .list-inline.is-lg li {
    font-size: 25px;
    letter-spacing: 5px;
  }
}

.list-inline.is-lg li:after {
  color: #E6E6E6;
  font-family: 'FuturaPT-Book';
}

.list-inline.has-icon {
  margin-bottom: 50px;
}

.list-inline.has-icon:after {
  background: url("/assets/front/registration/img/icon-check.svg") center center/contain no-repeat;
  content: '';
  display: block;
  margin: 10px auto 0;
  height: 30px;
  width: 30px;
}

/*Equal Height - Table*/
@media (min-width: 768px) {
  .eh-row-table {
    display: table;
    height: 100%;
    min-height: 1px;
  }
  .eh-row-table &gt; [class*='col-'] {
    float: none;
    height: 100%;
    display: table-cell;
    vertical-align: top;
  }
}

/*Wrapper*/
.wrapper {
  background: #FFF;
  margin: 0 auto;
  max-width: 1500px;
  overflow-x: hidden;
  position: relative;
}

.section-divider {
  height: 1px;
  width: 100%;
  background: #e6e6e6;
}

@media print {
  .hide-print {
    display: none;
  }
}

.modal.video-modal .modal-dialog {
  max-width: 1000px;
}

.modal.video-modal .modal-content {
  position: relative;
  background: transparent;
  border: none;
  padding-top: 70px;
}

@media (max-width: 1000px) {
  .modal.video-modal .modal-content {
    padding-top: 45px;
  }
}

.modal.video-modal .modal-content .close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1 !important;
  color: #FFF !important;
  height: 50px;
  width: 50px;
}

@media (max-width: 1000px) {
  .modal.video-modal .modal-content .close {
    right: 10px;
    height: 35px;
    width: 35px;
  }
}

.modal.video-modal .modal-content .close img {
  display: block;
  width: 100%;
  height: auto;
}

.modal.video-modal .modal-content .modal-body {
  padding: 0;
  background: transparent;
}

.modal.video-modal .modal-content .modal-body figure {
  position: relative;
  padding-bottom: 56.56%;
}

.modal.video-modal .modal-content .modal-body iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.modal.video-modal .modal-content .modal-body video {
  width: 100%;
  display: block;
  height: auto;
}

.image-container {
  display: block;
}

.image-container img {
  display: block;
  width: 100%;
}

.padded-indent {
  padding: 0 0 0 30px;
  display: inline-block;
}

ul.slim {
  margin-bottom: 0;
  white-space: normal;
}

@media (max-width: 768px) {
  .required-message-modal-body {
    padding: 20px;
  }
}

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

.page-splash .modal-content {
  background: rgba(255, 255, 255, 0.85);
}

#retailer_code_form {
  margin-top: 25px;
  margin-bottom: 25px;
}

#retailer_code_form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#retailer_code_form .form-row input[type=text] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#retailer_code_form .form-row button {
  margin-left: 10px;
}

#retailer_code_form .form-errors {
  margin-top: 10px;
  color: #e82c2a;
}

/*Site Footer*/
.coordinator-dashboard {
  background: #FFF;
}

.coordinator-dashboard .btn {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
  text-transform: none;
  letter-spacing: 0;
}

.coordinator-dashboard h1, .coordinator-dashboard h2, .coordinator-dashboard h3, .coordinator-dashboard h4, .coordinator-dashboard h5, .coordinator-dashboard h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.coordinator-dashboard p, .coordinator-dashboard li, .coordinator-dashboard a, .coordinator-dashboard span, .coordinator-dashboard label, .coordinator-dashboard input, .coordinator-dashboard select, .coordinator-dashboard textarea {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.coordinator-dashboard strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.coordinator-dashboard .btn-primary {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.coordinator-dashboard .main-container {
  max-width: 1400px;
  margin: 0 auto;
}

.coordinator-dashboard.coordinator-authentication {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.coordinator-dashboard.coordinator-authentication .w-full {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 500px) {
  .coordinator-dashboard.coordinator-authentication .w-full {
    width: 100%;
  }
}

.coordinator-dashboard.coordinator-authentication .auth-status-message {
  font-weight: 700;
  background: rgba(126, 211, 33, 0.1);
  border-radius: 5px;
  padding: 14px;
  margin-bottom: 15px;
  color: #4b8208;
}

.coordinator-dashboard.coordinator-authentication h2 {
  margin-bottom: 30px;
}

.coordinator-dashboard.coordinator-authentication label {
  display: block;
  width: 100%;
  margin-bottom: 2px;
  font-weight: 700;
}

.coordinator-dashboard.coordinator-authentication input[type=text], .coordinator-dashboard.coordinator-authentication input[type=password], .coordinator-dashboard.coordinator-authentication input[type=email], .coordinator-dashboard.coordinator-authentication input[type=number], .coordinator-dashboard.coordinator-authentication select, .coordinator-dashboard.coordinator-authentication textarea {
  width: 100%;
  min-height: 45px;
  border: 1px solid lightgrey;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 10px;
  padding-right: 10px;
}

.coordinator-dashboard.coordinator-authentication button[type=submit] {
  background: black;
  border: none;
  padding: 10px 15px 9px;
  color: white;
  margin-left: auto;
}

.coordinator-dashboard .error-messages {
  margin-left: 15px;
  margin-right: 15px;
  background: rgba(232, 44, 42, 0.2);
  border-radius: 5px;
  padding: 14px;
  margin-bottom: 15px;
}

.coordinator-dashboard .error-messages.no-margins {
  margin-left: 0;
  margin-right: 0;
}

.coordinator-dashboard .error-messages ul {
  margin-bottom: 0;
  padding-left: 25px;
}

.coordinator-dashboard .error-messages ul li {
  color: #e82c2a;
}

.coordinator-dashboard .dashboard-header {
  -webkit-box-shadow: 0 1px 12px rgba(21, 22, 23, 0.15);
          box-shadow: 0 1px 12px rgba(21, 22, 23, 0.15);
  margin-bottom: 25px;
}

.coordinator-dashboard .dashboard-header .dashboard-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.coordinator-dashboard .dashboard-header .dashboard-header-inner .dashboard-logo {
  margin-right: 20px;
}

.coordinator-dashboard .dashboard-header .dashboard-header-inner .dashboard-logo img {
  max-width: 300px;
  height: auto;
  display: block;
}

.coordinator-dashboard .add-user-interface form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.coordinator-dashboard .add-user-interface form input {
  display: block;
}

.coordinator-dashboard .add-user-interface form input[type="text"] {
  width: 100%;
  min-height: 34px;
  border-radius: 4px;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #808080;
}

.coordinator-dashboard .add-user-interface form select {
  width: 100%;
  margin-bottom: 15px;
  min-height: 34px;
  border-radius: 4px;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #808080;
}

.coordinator-dashboard .add-user-interface form .field {
  margin-bottom: 10px;
}

.coordinator-dashboard .add-user-interface form .field label {
  color: #151617;
  margin-bottom: 4px;
  display: block;
  font-size: 16px;
}

.coordinator-dashboard .add-user-interface form .field.third {
  width: 33.333333333%;
  -ms-flex-preferred-size: 33.333333333%;
      flex-basis: 33.333333333%;
}

.coordinator-dashboard .add-user-interface form .field.two-thirds {
  width: 66.666666666%;
  -ms-flex-preferred-size: 66.666666666%;
      flex-basis: 66.666666666%;
}

.coordinator-dashboard .add-user-interface form .field.half {
  width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.coordinator-dashboard .add-user-interface form .field.full {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.coordinator-dashboard .add-user-interface form .field.right-pad {
  padding-right: 7px;
}

.coordinator-dashboard .add-user-interface form .field.left-pad {
  padding-left: 7px;
}

.coordinator-dashboard .add-user-interface form .field-group-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.coordinator-dashboard .add-user-interface form .field-group-custom .field-city {
  width: 40%;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  padding-right: 14px;
}

.coordinator-dashboard .add-user-interface form .field-group-custom .field-state {
  width: 40%;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  padding-right: 14px;
}

.coordinator-dashboard .add-user-interface form .field-group-custom .field-zip {
  width: 20%;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

.coordinator-dashboard .add-user-interface form .form-footer {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.coordinator-dashboard .add-user-interface form .dealership_name {
  font-style: italic;
}

.coordinator-dashboard .attendees-list-container .attendees-toolbar {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.coordinator-dashboard .attendees-list-container h2 {
  margin-bottom: 15px;
}

.coordinator-dashboard .attendees-list-container .attendees-list .attendee-item {
  background: #F2F2F2;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 5px 6px rgba(21, 22, 23, 0.15);
          box-shadow: 0 5px 6px rgba(21, 22, 23, 0.15);
  position: relative;
}

.coordinator-dashboard .attendees-list-container .attendees-list .attendee-item .attendee-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.coordinator-dashboard .attendees-list-container .attendees-list .attendee-item .attendee-contact {
  font-size: 16px;
  color: #808080;
}

.coordinator-dashboard .attendees-list-container .attendees-list .attendee-item .attendee-registration-details-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.coordinator-dashboard .attendees-list-container .attendees-list .attendee-item .attendee-registration-details-list ul li {
  background-color: #CCCCCC;
  padding: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 4px;
  margin-bottom: 5px;
}

.coordinator-dashboard .attendees-list-container .attendees-list .attendee-item .attendee-registration-details-list ul li button {
  background: rgba(232, 44, 42, 0.8);
  color: #FFF;
  border: none;
  border-radius: 4px;
  height: 40px;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}

.coordinator-dashboard .attendees-list-container .attendees-list .attendee-item .attendee-registration-details-list ul li .event-overview .event-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}

.coordinator-dashboard .attendees-list-container .attendees-list .attendee-item .attendee-registration-details-list ul li .event-overview .event-venue {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  color: rgba(21, 22, 23, 0.8);
}

.coordinator-dashboard .attendees-list-container .attendees-list .attendee-item .attendee-registration-details-list ul li .event-overview .event-date-session {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}

.coordinator-dashboard .attendees-list-container .attendees-list .attendee-item .attendee-registration-details-list ul li .event-overview .event-date-session .divider {
  margin: 0 7px;
}

.coordinator-dashboard .attendees-list-container .attendees-list .attendee-item .attendee-registration-details-list ul li .event-overview .event-date-session .divider:after {
  content: '\B7';
  display: inline-block;
  margin: 0 5px;
}

.coordinator-dashboard .attendees-list-container .attendees-list .attendee-item .user-functions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.coordinator-dashboard .attendees-list-container .attendees-list .attendee-item .edit-user {
  height: 50px;
  width: 50px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background: #0ed199;
  border-radius: 4px;
  margin-right: 6px;
}

.coordinator-dashboard .attendees-list-container .attendees-list .attendee-item .edit-user:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/assets/admin/img/icons/settings-white.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.coordinator-dashboard .attendees-list-container .attendees-list .attendee-item .remove-user-confirm {
  height: 50px;
  width: 50px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background: #e82c2a;
  border-radius: 4px;
}

.coordinator-dashboard .attendees-list-container .attendees-list .attendee-item .remove-user-confirm:focus {
  outline: none;
}

.coordinator-dashboard .attendees-list-container .attendees-list .attendee-item .remove-user-confirm:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/assets/admin/img/icons/trash-white.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.coordinator-dashboard .event-selection {
  text-align: center;
  padding: 25px;
}

.coordinator-dashboard .has-error label {
  color: #e82c2a !important;
  font-weight: bold;
}

.coordinator-dashboard .has-error input, .coordinator-dashboard .has-error select {
  border-color: #e82c2a !important;
}

.standard-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: scroll;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.standard-modal .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.standard-modal .modal-close:after {
  content: '';
  background-image: url("/assets/admin/img/icons/close-black.svg");
  width: 20px;
  height: 21px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: block;
}

.standard-modal .modal-contents {
  max-width: 600px;
  background: #FFF;
  margin: 60px auto 0;
  position: relative;
  padding: 25px;
}

.standard-modal .modal-header {
  padding: 0 0 15px 0;
  border-bottom: 1px solid rgba(21, 22, 23, 0.4);
  margin-bottom: 20px;
}

.standard-modal.displaying {
  opacity: 1;
}

.standard-modal.showing {
  display: block;
}

.standard-modal .register-users-form .register-select {
  max-width: 300px;
  margin-bottom: 10px;
}

.standard-modal .register-users-form .register-select label {
  margin-bottom: 5px;
}

.standard-modal .register-users-form .register-select select {
  display: block;
  width: 100%;
  min-height: 40px;
  border-radius: 4px;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #808080;
}

.standard-modal .register-users-form .register-table-venue-event {
  display: none;
}

.standard-modal .register-users-form .register-table-venue-event.showing {
  display: block;
}

.standard-modal .register-users-form .register-table-venue-event table {
  width: 100%;
}

.standard-modal .register-users-form .register-users-list {
  display: none;
}

.standard-modal .register-users-form .register-submit {
  display: none;
}

.coordinator-popup-message {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 50%;
  background: #d0d0d0;
  padding: 15px;
  border-radius: 5px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  margin-right: -200px;
  z-index: 20000;
  opacity: 0;
}

.coordinator-popup-message.showing {
  opacity: 1;
  margin-right: 0;
}

.coordinator-popup-message.success {
  background: #0ed199;
}

.coordinator-popup-message.error {
  background: #ff0000;
}

.coordinator-popup-message.popup-message-2 {
  top: 75px;
}

.coordinator-popup-message.popup-message-3 {
  top: 135px;
}

.coordinator-popup-message.popup-message-4 {
  top: 195px;
}

.coordinator-popup-message.popup-message-5 {
  top: 255px;
}

.coordinator-popup-message.popup-message-6 {
  top: 315px;
}

.coordinator-popup-message.popup-message-7 {
  top: 375px;
}

.coordinator-popup-message.popup-message-8 {
  top: 435px;
}

.coordinator-popup-message.popup-message-9 {
  top: 495px;
}

.coordinator-popup-message.popup-message-10 {
  top: 555px;
}

.register-users-form h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.register-users-form h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.register-users-form thead {
  display: none;
}

.register-table {
  margin-bottom: 15px;
}

.register-table table {
  border: 1px solid #717171;
}

.register-table tr {
  background: #f1f1f1;
  border-radius: 4px;
  margin-bottom: 5px;
  border-bottom: 1px solid #717171;
  cursor: pointer;
}

.register-table tr.active {
  background: #0ed199;
}

.register-table tr.disabled {
  background: #d0d0d0;
  cursor: not-allowed;
}

.register-table td:first-child {
  padding: 5px 10px;
}

.register-table td:nth-child(2) {
  text-align: right;
}

.register-table td:last-child {
  width: 0;
  overflow: hidden;
}

.register-table input[type=radio] {
  opacity: 0;
}

.register-table .event-date-display {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

.register-table .event-session-display {
  font-size: 15px;
  line-height: 1.2;
  color: #464646;
}

.register-users-list .register-users-list-container {
  margin-top: 15px;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}

.register-users-list .register-users-list-container .register-users-item {
  margin-bottom: 5px;
  padding-left: 7px;
  padding-right: 7px;
  width: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
}

.register-users-list .register-users-list-container .register-users-item .register-users-item-inner {
  background: #f1f1f1;
  padding: 5px 10px;
  border-radius: 4px;
}

.register-users-list .register-users-list-container .register-users-item label {
  display: inline-block;
  margin-bottom: 0;
  font-size: 15px;
  margin-left: 8px;
}

.register-users-list .register-users-list-container .register-users-item input[type=checkbox] {
  opacity: 0;
  display: none;
}

.register-users-list .register-users-list-container .register-users-item.active .register-users-item-inner {
  background: #0ed199;
  font-weight: 700;
}

/*Module*/
/*Hero Block*/
.hero-block {
  position: relative;
  text-align: center;
  /*Hero Overlay*/
}

@media print {
  .hero-block {
    display: none;
  }
}

.hero-block .hero-img img {
  height: auto;
  width: 100%;
}

.hero-block .hero-title {
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 1.25;
  text-transform: uppercase;
  font-family: 'AcuraBespokeRegular';
}

@media (min-width: 1200px) {
  .hero-block .hero-title {
    font-size: 25px;
    letter-spacing: 7px;
  }
}

.hero-block .hero-logo {
  height: auto;
  width: auto;
  margin: 0 auto 8px;
  max-width: 100%;
  max-height: 84px;
}

@media (min-width: 768px) {
  .hero-block .hero-logo {
    margin: 0 auto 25px;
    max-height: none;
  }
}

.hero-block .arrow-down {
  border: solid #FFF;
  border-width: 0 3px 3px 0;
  bottom: 30px;
  content: '';
  display: inline-block;
  height: 10px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
  width: 10px;
}

.hero-block .arrow-down:hover {
  border-color: #e82c2a;
}

.hero-block .hero-overlay {
  position: absolute;
  top: 10%;
  left: 20px;
}

@media (max-width: 991.98px) {
  .hero-block .hero-overlay {
    right: 20px;
  }
}

@media (min-width: 768px) {
  .hero-block .hero-overlay {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

/*Event Block*/
.event-block {
  padding-top: 40px;
  /*Top border*/
  /*Event Header*/
  /*Content Image*/
  /*Event Details*/
  /*Event Code*/
  /*Event Confirmation*/
  /*Detail Group*/
}

@media (min-width: 992px) {
  .event-block {
    padding-top: 90px;
  }
}

.event-block.has-border {
  border-top: solid 1px #E6E6E6;
  margin-top: 40px;
}

@media (min-width: 992px) {
  .event-block.has-border {
    margin-top: 90px;
  }
}

.event-block .event-header {
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  .event-block .event-header {
    padding-bottom: 0;
  }
}

.event-block .content-img {
  display: block;
  height: auto;
  margin-top: 10px;
  max-width: 100%;
}

.event-block .content-img.is-center {
  margin-left: auto;
  margin-right: auto;
}

.event-block .event-details {
  padding-top: 30px;
}

.event-block .event-code {
  padding-top: 30px;
}

@media (min-width: 1200px) {
  .event-block .event-code {
    max-width: 70%;
  }
}

.event-block .event-code .form-control {
  font-size: 20px;
  letter-spacing: 2.2px;
  font-family: 'AcuraBespokeBold';
}

.event-block .event-code .form-control.has-danger {
  border: 2px solid #e82c2a;
}

.event-block .event-confirmation {
  padding: 30px 0 20px;
}

@media (min-width: 1200px) {
  .event-block .event-confirmation {
    max-width: 70%;
  }
}

.event-block .detail-group {
  padding-top: 30px;
}

.event-block .detail-group .group-heading {
  font-size: 30px;
  letter-spacing: 2.25px;
  text-transform: uppercase;
  font-family: 'AcuraBespokeRegular';
}

.number-list-wrap {
  position: relative;
}

/*Number List*/
.number-list {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*Event Date*/
  /*Event Time*/
}

.number-list::after {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 991px) {
  .number-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.number-list.high_count {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.number-list .event-tile {
  background: #F2F2F2;
  margin: 0 10px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  width: calc(100% - 20px);
  border: none;
  height: 100%;
  /*Active State*/
  /*Disabled State*/
}

@media (max-width: 650px) {
  .number-list .event-tile {
    margin: 5px;
  }
}

@media (max-width: 400px) {
  .number-list .event-tile {
    margin: 1px;
  }
}

.number-list .event-tile [type="radio"], .number-list .event-tile [type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.number-list .event-tile label {
  bottom: 0;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  padding: 0;
  right: 0;
  top: 0;
}

.number-list .event-tile.is-selected {
  background: #151617;
  color: #FFF;
}

.number-list .event-tile.is-selected .heading-secondary, .number-list .event-tile.is-selected .heading-tertiary {
  color: #FFF;
}

.number-list .event-tile.is-selected:before {
  background: url("/assets/front/registration/img/icon-selected.svg") center center/contain no-repeat;
  content: '';
  height: 10px;
  width: 12px;
  display: block;
  position: absolute;
}

.number-list .event-tile.is-full {
  background: #828282;
}

.number-list .event-tile.is-disabled {
  background: #FDFDFD;
  color: #cdcccc;
}

.number-list .event-tile.is-disabled.is-selected {
  background: #151617;
  color: #FFF;
}

.number-list .event-tile.is-disabled.is-selected:before {
  background: url("/assets/front/registration/img/icon-selected.svg") center center/contain no-repeat;
  content: '';
  height: 10px;
  width: 12px;
  display: block;
  position: absolute;
}

.number-list .event-date {
  display: block;
  font-size: 13px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .number-list .event-date {
    margin-bottom: 10px;
  }
}

.number-list .event-capacity-full {
  display: block;
  font-size: 13px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  margin-top: 5px;
}

.number-list .event-day {
  display: block;
  font-size: 40px;
  letter-spacing: 3px;
  line-height: 1.25;
  text-transform: uppercase;
  font-family: 'AcuraBespokeBold';
}

@media (min-width: 992px) {
  .number-list .event-day {
    font-size: 80px;
    letter-spacing: 6px;
  }
}

.number-list .event-month {
  display: block;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .number-list .event-month {
    font-size: 20px;
    letter-spacing: 4px;
  }
}

.number-list .event-time {
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.25;
  text-align: center;
  font-family: 'AcuraBespokeBold';
}

.number-list .event-date {
  display: block;
  font-size: 13px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .number-list .event-date {
    margin-bottom: 10px;
  }
}

.number-list .event-seat-count {
  display: block;
  font-size: 13px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .number-list .event-seat-count {
    margin-top: 10px;
  }
}

.number-list.is-lg li {
  width: 100%;
  min-width: 230px;
}

@media (min-width: 576px) {
  .number-list.is-lg li {
    width: 50%;
  }
}

.number-list.is-lg .event-tile {
  padding: 30px;
}

.number-list.is-lg .event-tile:before {
  right: 15px;
  top: 15px;
}

.number-list.is-sm li {
  bottom: 15px;
  top: 15px;
  width: 50%;
}

@media (min-width: 576px) {
  .number-list.is-sm li {
    width: 33.3%;
  }
}

@media (min-width: 768px) {
  .number-list.is-sm li {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .number-list.is-sm li {
    width: 14.28%;
  }
}

.number-list.is-sm .event-tile {
  padding: 25px 10px 20px;
}

.number-list.is-sm .event-tile:before {
  right: 10px;
  top: 10px;
}

.number-list.is-columned {
  display: block;
}

.number-list.is-columned li {
  width: 20%;
  float: left;
}

@media (max-width: 991px) {
  .number-list.is-columned li {
    width: 33.333333333%;
  }
}

.number-list.is-columned li .event-tile {
  padding-top: 15px;
  padding-bottom: 10px;
}

.alert.has-danger {
  color: #e82c2a;
}

.form-control.is-invitation-code {
  max-width: 375px;
  margin: 0 auto 1rem;
}

.form-control.has-danger {
  border: 2px solid #e82c2a;
}

.calendar-dropdown {
  background: #FFF;
  -webkit-box-shadow: 0 1px 12px rgba(21, 22, 23, 0.15);
          box-shadow: 0 1px 12px rgba(21, 22, 23, 0.15);
}

@media (max-width: 768px) {
  .calendar-dropdown {
    display: block !important;
  }
}

.calendar-dropdown li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

@media (max-width: 991px) {
  .calendar-dropdown li:nth-of-type(2), .calendar-dropdown li:nth-of-type(3) {
    display: none;
  }
}

.calendar-dropdown li a {
  display: block;
  padding: 0.75rem 1rem;
  color: #151617 !important;
}

.mobile-confirmation-copy {
  display: none;
  margin-bottom: 60px;
  padding-top: 10px;
}

@media (max-width: 991px) {
  .mobile-confirmation-copy {
    display: block;
  }
}

@media (max-width: 991px) {
  .desktop-confirmation-copy {
    display: none;
  }
}

/*Form Block*/
.form-block {
  padding-top: 40px;
  /*Form Section*/
}

@media (min-width: 992px) {
  .form-block {
    padding-top: 90px;
  }
}

.form-block .form-section {
  margin-left: -5px;
  margin-right: -5px;
  padding-top: 50px;
}

.form-block .form-section [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}

.registration-form, .content-page {
  position: relative;
}

.registration-form .form-block, .content-page .form-block {
  padding: 0;
}

.registration-form .form-block .form-section, .content-page .form-block .form-section {
  padding-top: 0;
}

.site-content.registration-form #registrationForm {
  padding-top: 60px;
}

.multiple-registrations {
  margin-bottom: 30px;
}

.multiple-registrations .multiple-registrations-inner {
  border-top: 2px solid rgba(21, 22, 23, 0.5);
  border-bottom: 1px solid rgba(21, 22, 23, 0.5);
}

.multiple-registrations .multiple-registrations-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.multiple-registrations .multiple-registrations-inner ul li {
  border-bottom: 1px solid rgba(21, 22, 23, 0.5);
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 576px) {
  .multiple-registrations .multiple-registrations-inner ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.multiple-registrations .multiple-registrations-inner ul li button {
  border-radius: 5px;
  padding: 5px 20px;
  border: none;
  cursor: pointer;
}

.multiple-registrations .multiple-registrations-inner ul li button.edit-reg {
  background: #151617;
  color: #FFF;
}

.multiple-registrations .multiple-registrations-inner ul li button.delete-reg {
  background: #e82c2a;
  color: #FFF;
}

.active-registration-indicator {
  margin: 10px auto 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.active-registration-indicator .inner-container {
  padding: 12px;
  text-align: center;
  background: #151617;
  color: #FFF;
}

.form-has-errors {
  margin: 10px auto 20px;
}

.form-has-errors span {
  color: #e82c2a;
  font-weight: bold;
}

.guests-list.multiple-guests-lists {
  margin-bottom: 25px;
}

.guests-list.multiple-guests-lists .guests-list-inner {
  border-top: 2px solid rgba(21, 22, 23, 0.5);
  border-bottom: 2px solid rgba(21, 22, 23, 0.5);
}

.guests-list.multiple-guests-lists .guests-list-inner .guest-list-item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(21, 22, 23, 0.5);
}

.guests-list.multiple-guests-lists .guests-list-inner .guest-list-item .guest-list-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.guests-list.multiple-guests-lists .guests-list-inner .guest-list-item .guest-list-item-header button {
  background: #e82c2a;
  border-radius: 5px;
  border: 0;
  color: #FFF;
  margin-bottom: 20px;
  padding: 5px 20px;
}

.guests-list .guest-list-footer {
  padding: 15px 0;
}

.guest-removed-message, .capacity-alert-message {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.guest-removed-message .inner-container, .capacity-alert-message .inner-container {
  background: #e82c2a;
  color: #FFF;
  padding: 10px 15px;
  border-radius: 4px;
  display: block;
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

/*Enroll Block*/
.enroll-block {
  padding-top: 40px;
}

@media (min-width: 992px) {
  .enroll-block {
    padding-top: 90px;
  }
}

/*Endroll Table*/
.enroll-table {
  margin-top: 30px;
  /*Head*/
  /*Body*/
  /*Left Border*/
  /*Headings*/
  /*Item Selection*/
  /*Icon Check*/
}

@media (min-width: 992px) {
  .enroll-table {
    margin-top: 80px;
  }
}

.enroll-table thead th, .enroll-table thead td {
  border-bottom: none;
  border-top: none;
  border-width: 1px;
  color: #808080;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 2px;
  padding: 7px 10px;
  text-transform: uppercase;
  vertical-align: bottom;
  white-space: nowrap;
  font-family: 'FuturaPT-Book';
}

@media (min-width: 992px) {
  .enroll-table thead th:first-child, .enroll-table thead td:first-child {
    padding-left: 100px;
  }
}

.enroll-table thead th.heading-date, .enroll-table thead td.heading-date {
  color: #151617;
  line-height: 1;
  padding: 0 10px;
  text-align: center;
}

.enroll-table tbody th, .enroll-table tbody td {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.2px;
  padding: 15px 10px;
  vertical-align: middle;
  white-space: nowrap;
}

.enroll-table tbody th.is-registered, .enroll-table tbody td.is-registered {
  color: #808080;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1px;
  font-family: 'FuturaPT-Book';
}

@media (min-width: 992px) {
  .enroll-table tbody th:first-child, .enroll-table tbody td:first-child {
    padding-left: 100px;
  }
}

.enroll-table .border-left {
  border-left: solid 1px #E6E6E6;
}

.enroll-table .min-width {
  width: 200px;
}

.enroll-table .heading-strong {
  color: #151617;
  display: block;
  font-weight: 15px;
  letter-spacing: 0.8px;
  line-height: 1.25;
  text-align: center;
  font-family: 'AcuraBespokeBold';
}

.enroll-table .heading-regular {
  display: block;
  line-height: 1.25;
  text-align: center;
}

.enroll-table .item-selection {
  text-align: center;
  position: relative;
  /*Radio*/
}

.enroll-table .item-selection label {
  cursor: pointer;
  display: block;
  height: 20px;
  left: 50%;
  margin: -10px 0 0 -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}

.enroll-table .item-selection label:before {
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
}

.enroll-table .item-selection [type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.enroll-table .item-selection [type="radio"]:checked + label:before {
  background-image: url("/assets/front/registration/img/radio-checked.svg");
}

.enroll-table .item-selection [type="radio"] + label:before {
  background: url("/assets/front/registration/img/radio-unchecked.svg") center center/contain no-repeat;
}

.enroll-table .icon-checked {
  background: url("/assets/front/registration/img/icon-check-secondary.svg") center center/contain no-repeat;
  display: block;
  height: 9px;
  width: 12px;
}

.elevate-landing .font-body-copy-landing {
  font-size: 24px;
  letter-spacing: .2px;
  line-height: 150%;
  font-family: 'Nobel-Book', sans-serif;
  color: #000;
}

.elevate-landing .main-heading-font {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 5px;
  letter-spacing: 3px;
  color: #151617;
  font-family: 'Nobel-Bold', sans-serif;
}

@media (max-width: 1200px) {
  .elevate-landing .main-heading-font {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (max-width: 768px) {
  .elevate-landing .main-heading-font {
    font-size: 42px;
    line-height: 42px;
  }
}

.elevate-landing .landing-hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 110px 0 250px;
}

@media (max-width: 1200px) {
  .elevate-landing .landing-hero {
    padding: 80px 0 160px;
  }
}

@media (max-width: 768px) {
  .elevate-landing .landing-hero {
    padding: 60px 0 90px;
  }
}

.elevate-landing .landing-hero.with-image-inside {
  padding: 0 !important;
}

.elevate-landing .landing-hero.with-image-inside img {
  display: block;
  width: 100%;
}

.elevate-landing .landing-hero .landing-hero-contents {
  max-width: 750px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .elevate-landing .landing-hero .landing-hero-contents {
    max-width: 450px;
  }
}

@media (max-width: 768px) {
  .elevate-landing .landing-hero .landing-hero-contents {
    max-width: 80%;
  }
}

.elevate-landing .landing-hero .landing-hero-contents .brand-logo {
  width: 180px;
  margin: 0 auto 90px;
}

@media (max-width: 1200px) {
  .elevate-landing .landing-hero .landing-hero-contents .brand-logo {
    margin: 0 auto 80px;
  }
}

@media (max-width: 768px) {
  .elevate-landing .landing-hero .landing-hero-contents .brand-logo {
    margin: 0 auto 45px;
  }
}

.elevate-landing .landing-hero .landing-hero-contents .brand-logo img {
  display: block;
  width: 100%;
}

.elevate-landing .landing-hero .landing-hero-contents .event-logo img {
  display: block;
  width: 100%;
}

.elevate-landing .landing-hero.landing-hero-smaller {
  padding: 50px 0 70px;
}

.elevate-landing .landing-hero.landing-hero-smaller .landing-hero-contents {
  max-width: 500px;
}

@media (max-width: 768px) {
  .elevate-landing .landing-hero.landing-hero-smaller .landing-hero-contents {
    max-width: 80%;
  }
}

.elevate-landing .landing-hero.landing-hero-smaller .landing-hero-contents .brand-logo {
  width: 110px;
  margin: 0 auto 50px;
}

.elevate-landing .landing-hero .scroll-to-arrow {
  width: 15px;
  height: 10px;
  background-image: url("/assets/img/landing/elevate/down-white.svg");
  background-size: 100% auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .elevate-landing .landing-hero .scroll-to-arrow {
    display: none;
  }
}

.elevate-landing .lpds-hero-video-block {
  position: relative;
  margin-bottom: 100px;
}

.elevate-landing .lpds-hero-video-block .left-side-shadow {
  position: absolute;
  width: 750px;
  left: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.4%, #151617), to(rgba(21, 22, 23, 0)));
  background: linear-gradient(90deg, #151617 0.4%, rgba(21, 22, 23, 0) 100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.elevate-landing .lpds-hero-video-block .landing-hero-contents {
  z-index: 10;
  position: relative;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.elevate-landing .lpds-hero-video-block.video-is-playing .left-side-shadow, .elevate-landing .lpds-hero-video-block.video-is-playing .landing-hero-contents {
  opacity: 0;
}

.elevate-landing .lpds-hero-video-block .lpds-video-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.elevate-landing .lpds-hero-video-block .lpds-video-container video {
  width: 100%;
}

.elevate-landing .lpds-hero-video-block .play-with-audio-button {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #000;
  color: #fff !important;
  padding: 5px 10px;
  text-transform: uppercase;
  z-index: 20;
  font-size: 15px;
  letter-spacing: 2px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
}

.elevate-landing .lpds-hero-video-block .play-with-audio-button.is-hiding {
  opacity: 0;
}

.elevate-landing .lpds-hero-video-block .exit-video-button {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 45px;
  width: 45px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 20;
  cursor: pointer;
}

@media (max-width: 991px) {
  .elevate-landing .lpds-hero-video-block .exit-video-button {
    display: none;
  }
}

.elevate-landing .lpds-hero-video-block .exit-video-button.is-hiding {
  opacity: 0;
}

.elevate-landing .event-details {
  padding: 115px 0 125px;
}

@media (max-width: 1200px) {
  .elevate-landing .event-details {
    padding: 70px 0 80px;
  }
}

@media (max-width: 768px) {
  .elevate-landing .event-details {
    padding: 50px 0;
  }
}

@media (max-width: 425px) {
  .elevate-landing .event-details {
    padding: 35px 0;
  }
}

.elevate-landing .event-details .left-column h1 {
  margin-top: 0;
}

.elevate-landing .event-details .left-column .date {
  margin-bottom: 30px;
}

.elevate-landing .event-details .left-column .location {
  margin-bottom: 25px;
}

.elevate-landing .event-details .left-column .directions a {
  font-family: 'Nobel-Book', sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(21, 22, 23, 0.5);
}

.elevate-landing .event-details.elevate-hotel .location {
  margin-top: 15px;
}

.elevate-landing .event-details .right-column {
  padding-top: 10px;
}

.elevate-landing .event-details .right-column h3 {
  text-transform: uppercase;
  color: #151617;
  font-family: 'Nobel-Bold', sans-serif;
  letter-spacing: 1px;
  font-size: 24px;
  margin-bottom: 10px;
}

.elevate-landing .get-inspired {
  padding: 115px 0 70px;
}

@media (max-width: 1200px) {
  .elevate-landing .get-inspired {
    padding: 70px 0 0;
  }
}

@media (max-width: 768px) {
  .elevate-landing .get-inspired {
    padding: 50px 0 0;
  }
}

@media (max-width: 425px) {
  .elevate-landing .get-inspired {
    padding: 35px 0 0;
  }
}

.elevate-landing .get-inspired .get-inspired-heading {
  text-align: center;
  margin-bottom: 90px;
}

@media (max-width: 1200px) {
  .elevate-landing .get-inspired .get-inspired-heading {
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .elevate-landing .get-inspired .get-inspired-heading {
    margin-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.elevate-landing .get-inspired .get-inspired-heading h2 {
  margin-bottom: 10px;
}

.elevate-landing .get-inspired .get-inspired-heading h4 {
  font-family: 'Nobel-Book', sans-serif;
  letter-spacing: .2px;
}

.elevate-landing .get-inspired .get-inspired-item {
  margin-bottom: 85px;
  font-family: 'Nobel-Book', sans-serif;
  font-size: 18px;
  letter-spacing: .2px;
  line-height: 150%;
  padding-right: 40px;
}

@media (max-width: 1200px) {
  .elevate-landing .get-inspired .get-inspired-item {
    margin-bottom: 75px;
  }
}

@media (max-width: 768px) {
  .elevate-landing .get-inspired .get-inspired-item {
    margin-bottom: 45px;
  }
}

.elevate-landing .get-inspired .get-inspired-item strong {
  font-family: 'Nobel-Bold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.elevate-landing .brand-callouts {
  padding: 0px 0 120px;
}

@media (max-width: 1200px) {
  .elevate-landing .brand-callouts {
    padding: 0px 0 80px;
  }
}

@media (max-width: 768px) {
  .elevate-landing .brand-callouts {
    padding: 50px 0 50px;
  }
}

@media (max-width: 425px) {
  .elevate-landing .brand-callouts {
    padding: 15px 0 35px;
  }
}

.elevate-landing .brand-callouts .brand-callout {
  text-align: center;
}

@media (max-width: 1200px) {
  .elevate-landing .brand-callouts .brand-callout {
    margin-bottom: 60px;
  }
}

.elevate-landing .brand-callouts .brand-callout .logo {
  height: 110px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .elevate-landing .brand-callouts .brand-callout .logo {
    height: auto;
  }
}

.elevate-landing .brand-callouts .brand-callout .logo img {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  max-height: 110px;
  max-width: 100%;
}

.elevate-landing .brand-callouts .brand-callout .details {
  font-family: 'Nobel-Book', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 170%;
}

.elevate-landing .elevate-faq {
  padding: 115px 0 120px;
}

@media (max-width: 1200px) {
  .elevate-landing .elevate-faq {
    padding: 70px 0 80px;
  }
}

@media (max-width: 768px) {
  .elevate-landing .elevate-faq {
    padding: 50px 0;
  }
}

@media (max-width: 425px) {
  .elevate-landing .elevate-faq {
    padding: 35px 0;
  }
}

.elevate-landing .elevate-faq .left-column {
  padding-right: 160px;
}

@media (max-width: 1200px) {
  .elevate-landing .elevate-faq .left-column {
    padding-right: 70px;
  }
}

@media (max-width: 991px) {
  .elevate-landing .elevate-faq .left-column {
    padding-right: 15px;
  }
}

.elevate-landing .elevate-faq .faq-item {
  margin-bottom: 90px;
}

@media (max-width: 1200px) {
  .elevate-landing .elevate-faq .faq-item {
    margin-bottom: 75px;
  }
}

@media (max-width: 768px) {
  .elevate-landing .elevate-faq .faq-item {
    margin-bottom: 55px;
  }
}

.elevate-landing .elevate-faq .faq-item.small-spacing-after {
  margin-bottom: 30px;
}

.elevate-landing .elevate-faq .faq-item .question {
  font-family: 'Nobel-Bold', sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 135%;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #151617;
}

.elevate-landing .elevate-faq .faq-item .answer {
  font-size: 24px;
  letter-spacing: .2px;
  line-height: 150%;
  font-family: 'Nobel-Book', sans-serif;
  color: #000;
}

.lpds-landing, .custom-landing {
  width: 100%;
}

.lpds-landing #gift-hero-mobile .clearfix .left-event-details, .lpds-landing #gift-hero-mobile .clearfix .right-event-details, .custom-landing #gift-hero-mobile .clearfix .left-event-details, .custom-landing #gift-hero-mobile .clearfix .right-event-details {
  width: 100%;
  float: none;
  margin-bottom: 25px;
}

.lpds-landing #gift-hero-mobile .clearfix .left-event-details h3, .lpds-landing #gift-hero-mobile .clearfix .right-event-details h3, .custom-landing #gift-hero-mobile .clearfix .left-event-details h3, .custom-landing #gift-hero-mobile .clearfix .right-event-details h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}

.lpds-landing #gift-hero-mobile .clearfix .right-event-details, .custom-landing #gift-hero-mobile .clearfix .right-event-details {
  margin-bottom: 0;
}

.lpds-landing #gift-hero, .custom-landing #gift-hero {
  padding: 120px 0 110px !important;
}

.lpds-landing #gift-hero h2, .custom-landing #gift-hero h2 {
  font-size: 71px;
  line-height: 107%;
}

.lpds-landing #gift-hero .clearfix .left-event-details, .lpds-landing #gift-hero .clearfix .right-event-details, .custom-landing #gift-hero .clearfix .left-event-details, .custom-landing #gift-hero .clearfix .right-event-details {
  width: 300px;
  float: left;
}

.lpds-landing #gift-hero .clearfix .left-event-details h3, .lpds-landing #gift-hero .clearfix .right-event-details h3, .custom-landing #gift-hero .clearfix .left-event-details h3, .custom-landing #gift-hero .clearfix .right-event-details h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}

.lpds-landing #gift-hero .clearfix .right-event-details, .custom-landing #gift-hero .clearfix .right-event-details {
  width: 400px;
}

@media (min-width: 1800px) {
  .lpds-landing .container, .custom-landing .container {
    max-width: 1600px;
  }
}

@media (min-width: 991px) {
  .lpds-landing.lpds-main-page-landing .landing-hero.landing-hero-mobile-only, .custom-landing.lpds-main-page-landing .landing-hero.landing-hero-mobile-only {
    display: none;
  }
}

@media (max-width: 1800px) and (min-width: 991px) {
  .lpds-landing.lpds-main-page-landing #gift-hero .landing-hero-contents, .custom-landing.lpds-main-page-landing #gift-hero .landing-hero-contents {
    max-width: 40%;
  }
}

.lpds-landing.lpds-main-page-landing #gift-hero .landing-hero-contents p, .custom-landing.lpds-main-page-landing #gift-hero .landing-hero-contents p {
  max-width: 100%;
}

@media (max-width: 991px) {
  .lpds-landing .lpds-main-page-landing-custom-hero, .custom-landing .lpds-main-page-landing-custom-hero {
    display: none;
  }
}

.lpds-landing .btn-landing-primary, .custom-landing .btn-landing-primary {
  background: #FFF;
  color: #151617 !important;
  font-size: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  width: 370px;
  border: 3px solid #FFF;
  padding: 13px 15px;
  font-family: "Nobel-Bold", sans-serif;
}

.lpds-landing .btn-landing-primary:hover, .custom-landing .btn-landing-primary:hover {
  background: #151617;
  color: #FFF !important;
  border-color: #FFF;
}

@media (max-width: 500px) {
  .lpds-landing .btn-landing-primary, .custom-landing .btn-landing-primary {
    width: auto;
    min-width: 150px;
  }
}

.lpds-landing .btn-landing-primary-black, .custom-landing .btn-landing-primary-black {
  background: #151617;
  color: #FFF;
  font-size: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  width: 370px;
  border: 3px solid #151617;
  padding: 13px 15px;
  font-family: "Nobel-Bold", sans-serif;
}

.lpds-landing .btn-landing-primary-black:hover, .custom-landing .btn-landing-primary-black:hover {
  color: #151617;
  background: #FFF;
}

@media (max-width: 500px) {
  .lpds-landing .btn-landing-primary-black, .custom-landing .btn-landing-primary-black {
    width: auto;
    min-width: 150px;
  }
}

.lpds-landing .btn-landing-secondary, .custom-landing .btn-landing-secondary {
  background: #151617;
  color: #FFF;
  font-size: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  width: 370px;
  border: 3px solid #FFF;
  padding: 12px 15px 14px;
  font-family: "Nobel-Bold", sans-serif;
}

.lpds-landing .btn-landing-secondary:hover, .custom-landing .btn-landing-secondary:hover {
  color: #151617;
  background: #FFF;
}

@media (max-width: 500px) {
  .lpds-landing .btn-landing-secondary, .custom-landing .btn-landing-secondary {
    width: auto;
    min-width: 150px;
  }
}

.lpds-landing .bg-landing-black, .custom-landing .bg-landing-black {
  background: #000;
}

.lpds-landing .bg-landing-grey, .custom-landing .bg-landing-grey {
  background: #f9f9f9;
}

.lpds-landing .font-landing-nobel-light, .custom-landing .font-landing-nobel-light {
  font-family: 'Nobel-Light', sans-serif;
}

.lpds-landing .font-landing-nobel-bold, .custom-landing .font-landing-nobel-bold {
  font-family: 'Nobel-Bold', sans-serif;
}

.lpds-landing .font-body-lead, .custom-landing .font-body-lead {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: .4px;
}

@media (max-width: 1200px) {
  .lpds-landing .font-body-lead, .custom-landing .font-body-lead {
    font-size: 28px;
    line-height: 33px;
  }
}

@media (max-width: 768px) {
  .lpds-landing .font-body-lead, .custom-landing .font-body-lead {
    font-size: 24px;
    line-height: 29px;
  }
}

.lpds-landing .font-body-standard, .custom-landing .font-body-standard {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: .4px;
}

.lpds-landing .font-color-light, .custom-landing .font-color-light {
  color: #737680;
}

.lpds-landing .line-divider, .custom-landing .line-divider {
  height: 2px;
  width: 150px;
  margin: 30px auto 35px;
  background: #151617;
}

.lpds-landing .landing-hero, .custom-landing .landing-hero {
  background-position: center bottom;
  background-size: cover;
}

@media (max-width: 991px) {
  .lpds-landing .landing-hero, .custom-landing .landing-hero {
    background-image: none !important;
    background-color: #000;
  }
}

.lpds-landing .landing-hero.lpds-hero-video-block, .custom-landing .landing-hero.lpds-hero-video-block {
  position: relative;
}

.lpds-landing .landing-hero.lpds-hero-video-block .left-side-shadow, .custom-landing .landing-hero.lpds-hero-video-block .left-side-shadow {
  position: absolute;
  width: 750px;
  left: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.4%, #151617), to(rgba(21, 22, 23, 0)));
  background: linear-gradient(90deg, #151617 0.4%, rgba(21, 22, 23, 0) 100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.lpds-landing .landing-hero.lpds-hero-video-block .landing-hero-contents, .custom-landing .landing-hero.lpds-hero-video-block .landing-hero-contents {
  z-index: 10;
  position: relative;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  padding-top: 100px;
  padding-bottom: 250px;
}

@media (max-width: 1600px) {
  .lpds-landing .landing-hero.lpds-hero-video-block .landing-hero-contents, .custom-landing .landing-hero.lpds-hero-video-block .landing-hero-contents {
    padding-top: 80px;
    padding-bottom: 150px;
  }
}

@media (max-width: 1200px) {
  .lpds-landing .landing-hero.lpds-hero-video-block .landing-hero-contents, .custom-landing .landing-hero.lpds-hero-video-block .landing-hero-contents {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}

@media (max-width: 991px) {
  .lpds-landing .landing-hero.lpds-hero-video-block .landing-hero-contents, .custom-landing .landing-hero.lpds-hero-video-block .landing-hero-contents {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}

.lpds-landing .landing-hero.lpds-hero-video-block.video-is-playing .left-side-shadow, .lpds-landing .landing-hero.lpds-hero-video-block.video-is-playing .landing-hero-contents, .custom-landing .landing-hero.lpds-hero-video-block.video-is-playing .left-side-shadow, .custom-landing .landing-hero.lpds-hero-video-block.video-is-playing .landing-hero-contents {
  opacity: 0;
}

.lpds-landing .landing-hero.lpds-hero-video-block .lpds-video-container, .custom-landing .landing-hero.lpds-hero-video-block .lpds-video-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lpds-landing .landing-hero.lpds-hero-video-block .lpds-video-container video, .custom-landing .landing-hero.lpds-hero-video-block .lpds-video-container video {
  width: 100%;
}

.lpds-landing .landing-hero.lpds-hero-video-block .play-with-audio-button, .custom-landing .landing-hero.lpds-hero-video-block .play-with-audio-button {
  position: absolute;
  top: 110px;
  right: 40px;
  background: #c0f032;
  color: #151617 !important;
  padding: 5px 10px;
  text-transform: uppercase;
  z-index: 20;
  font-size: 15px;
  letter-spacing: 2px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
}

@media (max-width: 1600px) {
  .lpds-landing .landing-hero.lpds-hero-video-block .play-with-audio-button, .custom-landing .landing-hero.lpds-hero-video-block .play-with-audio-button {
    top: 80px;
  }
}

.lpds-landing .landing-hero.lpds-hero-video-block .play-with-audio-button.is-hiding, .custom-landing .landing-hero.lpds-hero-video-block .play-with-audio-button.is-hiding {
  opacity: 0;
}

.lpds-landing .landing-hero.lpds-hero-video-block .exit-video-button, .custom-landing .landing-hero.lpds-hero-video-block .exit-video-button {
  position: absolute;
  top: 40px;
  right: 40px;
  height: 45px;
  width: 45px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 20;
  cursor: pointer;
}

.lpds-landing .landing-hero.lpds-hero-video-block .exit-video-button.is-hiding, .custom-landing .landing-hero.lpds-hero-video-block .exit-video-button.is-hiding {
  opacity: 0;
}

.lpds-landing .landing-hero.lpds-hero-secondary, .custom-landing .landing-hero.lpds-hero-secondary {
  padding: 310px 0 320px !important;
}

@media (max-width: 1800px) {
  .lpds-landing .landing-hero.lpds-hero-secondary, .custom-landing .landing-hero.lpds-hero-secondary {
    padding: 210px 0 220px !important;
  }
}

.lpds-landing .landing-hero.lpds-hero-secondary h2, .custom-landing .landing-hero.lpds-hero-secondary h2 {
  font-size: 60px;
  line-height: 120%;
  letter-spacing: .2px;
  margin-bottom: 23px;
}

.lpds-landing .landing-hero.lpds-hero-secondary .divider, .custom-landing .landing-hero.lpds-hero-secondary .divider {
  height: 2px;
  width: 125px;
  background: white;
  margin-bottom: 25px;
}

.lpds-landing .landing-hero .landing-hero-contents, .custom-landing .landing-hero .landing-hero-contents {
  padding-left: 100px;
}

@media (max-width: 1200px) {
  .lpds-landing .landing-hero .landing-hero-contents, .custom-landing .landing-hero .landing-hero-contents {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .lpds-landing .landing-hero .landing-hero-contents, .custom-landing .landing-hero .landing-hero-contents {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 500px) {
  .lpds-landing .landing-hero .landing-hero-contents, .custom-landing .landing-hero .landing-hero-contents {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.lpds-landing .landing-hero .landing-hero-contents .lockup, .custom-landing .landing-hero .landing-hero-contents .lockup {
  margin-bottom: 120px;
}

@media (max-width: 1200px) {
  .lpds-landing .landing-hero .landing-hero-contents .lockup, .custom-landing .landing-hero .landing-hero-contents .lockup {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .lpds-landing .landing-hero .landing-hero-contents .lockup, .custom-landing .landing-hero .landing-hero-contents .lockup {
    width: 320px;
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  .lpds-landing .landing-hero .landing-hero-contents .lockup, .custom-landing .landing-hero .landing-hero-contents .lockup {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991px) {
  .lpds-landing .landing-hero .landing-hero-contents .lockup img, .custom-landing .landing-hero .landing-hero-contents .lockup img {
    display: block;
    width: 100%;
  }
}

.lpds-landing .landing-hero .landing-hero-contents h1, .custom-landing .landing-hero .landing-hero-contents h1 {
  font-size: 88px;
  line-height: 82px;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-left: 20px;
  margin-left: -20px;
  position: relative;
}

.lpds-landing .landing-hero .landing-hero-contents h1 span.lpds-small, .custom-landing .landing-hero .landing-hero-contents h1 span.lpds-small {
  font-size: 37px;
  line-height: 37px;
}

@media (max-width: 1400px) {
  .lpds-landing .landing-hero .landing-hero-contents h1 span.lpds-small, .custom-landing .landing-hero .landing-hero-contents h1 span.lpds-small {
    font-size: 27px;
    line-height: 27px;
  }
}

@media (max-width: 991px) {
  .lpds-landing .landing-hero .landing-hero-contents h1 span.lpds-small, .custom-landing .landing-hero .landing-hero-contents h1 span.lpds-small {
    font-size: 19px;
    line-height: 19px;
  }
}

@media (max-width: 600px) {
  .lpds-landing .landing-hero .landing-hero-contents h1 span.lpds-small, .custom-landing .landing-hero .landing-hero-contents h1 span.lpds-small {
    font-size: 14px;
    line-height: 14px;
  }
}

@media (max-width: 1400px) {
  .lpds-landing .landing-hero .landing-hero-contents h1, .custom-landing .landing-hero .landing-hero-contents h1 {
    font-size: 65px;
    line-height: 62px;
    padding-left: 15px;
    margin-left: -15px;
  }
}

@media (max-width: 991px) {
  .lpds-landing .landing-hero .landing-hero-contents h1, .custom-landing .landing-hero .landing-hero-contents h1 {
    font-size: 45px;
    line-height: 42px;
    padding-left: 10px;
    margin-left: -10px;
  }
}

@media (max-width: 600px) {
  .lpds-landing .landing-hero .landing-hero-contents h1, .custom-landing .landing-hero .landing-hero-contents h1 {
    font-size: 35px;
    line-height: 32px;
    padding-left: 5px;
    margin-left: -5px;
  }
}

.lpds-landing .landing-hero .landing-hero-contents h1:before, .custom-landing .landing-hero .landing-hero-contents h1:before {
  position: absolute;
  top: 8px;
  left: 0;
  bottom: 6px;
  width: 3px;
  background: #FFF;
  content: ' ';
}

@media (max-width: 991px) {
  .lpds-landing .landing-hero .landing-hero-contents h1:before, .custom-landing .landing-hero .landing-hero-contents h1:before {
    top: 4px;
    bottom: 4px;
    left: -3px;
  }
}

@media (max-width: 600px) {
  .lpds-landing .landing-hero .landing-hero-contents h1:before, .custom-landing .landing-hero .landing-hero-contents h1:before {
    bottom: 2px;
    left: -6px;
  }
}

@media (max-width: 500px) {
  .lpds-landing .landing-hero .landing-hero-contents h1:before, .custom-landing .landing-hero .landing-hero-contents h1:before {
    width: 2px;
    left: -2px;
    top: 3px;
  }
}

.lpds-landing .landing-hero .landing-hero-contents h1.with-lpds-small:before, .custom-landing .landing-hero .landing-hero-contents h1.with-lpds-small:before {
  top: 46px !important;
}

@media (max-width: 1400px) {
  .lpds-landing .landing-hero .landing-hero-contents h1.with-lpds-small:before, .custom-landing .landing-hero .landing-hero-contents h1.with-lpds-small:before {
    top: 34px !important;
  }
}

@media (max-width: 991px) {
  .lpds-landing .landing-hero .landing-hero-contents h1.with-lpds-small:before, .custom-landing .landing-hero .landing-hero-contents h1.with-lpds-small:before {
    top: 22px !important;
  }
}

@media (max-width: 600px) {
  .lpds-landing .landing-hero .landing-hero-contents h1.with-lpds-small:before, .custom-landing .landing-hero .landing-hero-contents h1.with-lpds-small:before {
    top: 17px !important;
  }
}

.lpds-landing .landing-hero .landing-hero-contents p, .custom-landing .landing-hero .landing-hero-contents p {
  font-size: 22px;
  line-height: 33px;
  letter-spacing: .4px;
}

.lpds-landing .landing-hero .landing-hero-contents .controls, .custom-landing .landing-hero .landing-hero-contents .controls {
  margin-top: 35px;
}

@media (max-width: 991px) {
  .lpds-landing .landing-hero .landing-hero-contents .controls .btn, .custom-landing .landing-hero .landing-hero-contents .controls .btn {
    width: 200px;
  }
}

@media (max-width: 600px) {
  .lpds-landing .landing-hero .landing-hero-contents .controls .btn, .custom-landing .landing-hero .landing-hero-contents .controls .btn {
    width: auto;
    min-width: 0;
  }
}

.lpds-landing .landing-hero .landing-hero-contents .controls .btn:first-of-type, .custom-landing .landing-hero .landing-hero-contents .controls .btn:first-of-type {
  margin-right: 10px;
}

.lpds-landing .landing-hero.landing-hero-no-graphic, .custom-landing .landing-hero.landing-hero-no-graphic {
  padding-bottom: 100px;
  background: #000;
}

@media (max-width: 1600px) {
  .lpds-landing .landing-hero.landing-hero-no-graphic, .custom-landing .landing-hero.landing-hero-no-graphic {
    padding-bottom: 80px;
  }
}

@media (max-width: 1200px) {
  .lpds-landing .landing-hero.landing-hero-no-graphic, .custom-landing .landing-hero.landing-hero-no-graphic {
    padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .lpds-landing .landing-hero.landing-hero-no-graphic, .custom-landing .landing-hero.landing-hero-no-graphic {
    padding-bottom: 40px;
  }
}

.lpds-landing .landing-hero.landing-hero-no-graphic .lockup, .custom-landing .landing-hero.landing-hero-no-graphic .lockup {
  margin-bottom: 0;
}

.lpds-landing .landing-hero .landing-hero-mobile-image, .custom-landing .landing-hero .landing-hero-mobile-image {
  display: none;
  padding-top: 20px;
}

.lpds-landing .landing-hero .landing-hero-mobile-image.top-mobile-image, .custom-landing .landing-hero .landing-hero-mobile-image.top-mobile-image {
  padding-top: 0;
  margin-right: -25px;
  margin-left: -25px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .lpds-landing .landing-hero .landing-hero-mobile-image, .custom-landing .landing-hero .landing-hero-mobile-image {
    display: block;
  }
}

.lpds-landing .content-block, .custom-landing .content-block {
  padding: 120px 0;
}

@media (max-width: 1200px) {
  .lpds-landing .content-block, .custom-landing .content-block {
    padding: 90px 0;
  }
}

@media (max-width: 768px) {
  .lpds-landing .content-block, .custom-landing .content-block {
    padding: 60px 0;
  }
}

.lpds-landing .content-block h2, .custom-landing .content-block h2 {
  font-size: 57px;
  letter-spacing: .4px;
}

@media (max-width: 1200px) {
  .lpds-landing .content-block h2, .custom-landing .content-block h2 {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .lpds-landing .content-block h2, .custom-landing .content-block h2 {
    font-size: 32px;
  }
}

.lpds-landing .content-block .content-block-intro, .custom-landing .content-block .content-block-intro {
  margin-bottom: 40px;
}

.lpds-landing .content-block .content-block-footer, .custom-landing .content-block .content-block-footer {
  margin-top: 40px;
}

.lpds-landing .landing-card, .custom-landing .landing-card {
  -webkit-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: white;
  overflow: hidden;
  margin-bottom: 30px;
}

.lpds-landing .landing-card .landing-card-contents, .custom-landing .landing-card .landing-card-contents {
  padding: 35px;
}

.lpds-landing .landing-card .image, .custom-landing .landing-card .image {
  overflow: hidden;
}

.lpds-landing .landing-card .image img, .custom-landing .landing-card .image img {
  display: block;
  width: 100%;
  height: auto;
}

.lpds-landing .landing-card .icon, .custom-landing .landing-card .icon {
  padding-top: 50px;
  height: 170px;
}

.lpds-landing .landing-card .icon img, .custom-landing .landing-card .icon img {
  margin: 0 auto;
  display: block;
}

.lpds-landing .landing-card h3, .custom-landing .landing-card h3 {
  font-size: 29px;
  line-height: 26px;
  letter-spacing: .4px;
  margin-bottom: 20px;
}

.lpds-landing .landing-card p, .custom-landing .landing-card p {
  font-size: 17px;
  line-height: 25px;
}

.lpds-landing .lpds-landing-footer, .custom-landing .lpds-landing-footer {
  background: #151617;
  padding: 65px 0 270px;
  text-align: center;
}

@media (max-width: 1500px) {
  .lpds-landing .lpds-landing-footer, .custom-landing .lpds-landing-footer {
    padding: 60px 0 200px;
  }
}

@media (max-width: 991px) {
  .lpds-landing .lpds-landing-footer, .custom-landing .lpds-landing-footer {
    padding: 50px 0 120px;
  }
}

.lpds-landing .lpds-landing-footer img, .custom-landing .lpds-landing-footer img {
  width: 300px;
}

@media (max-width: 991px) {
  .lpds-landing .lpds-landing-footer img, .custom-landing .lpds-landing-footer img {
    width: 280px;
  }
}

@media (max-width: 500px) {
  .lpds-landing .lpds-landing-footer img, .custom-landing .lpds-landing-footer img {
    width: 220px;
  }
}

.lpds-landing .lpds-landing-footer .disclaimer, .custom-landing .lpds-landing-footer .disclaimer {
  max-width: 1200px;
  padding: 0 15px;
  margin: 50px auto 0;
}

.lpds-landing .lpds-landing-footer .disclaimer p, .custom-landing .lpds-landing-footer .disclaimer p {
  color: white;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .4px;
}

.lpds-landing .slick-arrow, .custom-landing .slick-arrow {
  width: 58px;
  height: 106px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 100;
}

@media (max-width: 1400px) {
  .lpds-landing .slick-arrow, .custom-landing .slick-arrow {
    width: 30px;
    height: 55px;
    top: 20px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.lpds-landing .slick-arrow:before, .custom-landing .slick-arrow:before {
  display: none;
}

.lpds-landing .slick-arrow.slick-next, .custom-landing .slick-arrow.slick-next {
  background-image: url("/assets/img/landing/lpds/2020/home/slideshow-arrow-right.svg");
  right: 30px;
}

@media (max-width: 1400px) {
  .lpds-landing .slick-arrow.slick-next, .custom-landing .slick-arrow.slick-next {
    right: 15px;
  }
}

.lpds-landing .slick-arrow.slick-prev, .custom-landing .slick-arrow.slick-prev {
  background-image: url("/assets/img/landing/lpds/2020/home/slideshow-arrow-left.svg");
  left: 30px;
}

@media (max-width: 1400px) {
  .lpds-landing .slick-arrow.slick-prev, .custom-landing .slick-arrow.slick-prev {
    left: 15px;
  }
}

.lpds-landing .slick-dots, .custom-landing .slick-dots {
  bottom: 20px;
}

.lpds-landing .slick-dots li, .custom-landing .slick-dots li {
  margin: 1px;
}

.lpds-landing .slick-dots li button, .custom-landing .slick-dots li button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: black;
  border: 1px solid white;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.lpds-landing .slick-dots li button:before, .custom-landing .slick-dots li button:before {
  display: none;
}

.lpds-landing .slick-dots li.slick-active button, .custom-landing .slick-dots li.slick-active button {
  background: white;
}

.lpds-landing .weathertech-raceway-container, .custom-landing .weathertech-raceway-container {
  overflow: hidden;
  background: #000000 !important;
}

@media (max-width: 991px) {
  .lpds-landing .weathertech-raceway-container, .custom-landing .weathertech-raceway-container {
    background: #000000 !important;
  }
}

.lpds-landing .weathertech-raceway-container .weathertech-raceway-contents, .custom-landing .weathertech-raceway-container .weathertech-raceway-contents {
  width: 50%;
  padding: 150px 120px 150px 0;
  color: #FFF;
  text-align: right;
  z-index: 2;
}

@media (max-width: 991px) {
  .lpds-landing .weathertech-raceway-container .weathertech-raceway-contents, .custom-landing .weathertech-raceway-container .weathertech-raceway-contents {
    width: 100%;
    padding: 0px 15px 40px 15px;
    text-align: left;
  }
}

.lpds-landing .weathertech-raceway-container .weathertech-raceway-contents h3, .custom-landing .weathertech-raceway-container .weathertech-raceway-contents h3 {
  font-size: 29px;
  line-height: 31px;
  letter-spacing: .4px;
}

.lpds-landing .weathertech-raceway-container .weathertech-raceway-contents img, .custom-landing .weathertech-raceway-container .weathertech-raceway-contents img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .lpds-landing .weathertech-raceway-container .weathertech-raceway-contents img, .custom-landing .weathertech-raceway-container .weathertech-raceway-contents img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
}

.lpds-landing .weathertech-raceway-container .weathertech-gif-mobile, .custom-landing .weathertech-raceway-container .weathertech-gif-mobile {
  display: none;
  overflow: hidden;
}

@media (max-width: 991px) {
  .lpds-landing .weathertech-raceway-container .weathertech-gif-mobile, .custom-landing .weathertech-raceway-container .weathertech-gif-mobile {
    display: block;
  }
}

.lpds-landing .weathertech-raceway-container .weathertech-gif-mobile img, .custom-landing .weathertech-raceway-container .weathertech-gif-mobile img {
  display: block;
  height: auto;
  width: 110%;
  margin-top: -20%;
  margin-bottom: -20%;
  margin-left: -5%;
}

.lpds-landing .weathertech-raceway-container .weathertech-gif, .custom-landing .weathertech-raceway-container .weathertech-gif {
  width: 50%;
  float: left;
  z-index: 1;
}

@media (max-width: 991px) {
  .lpds-landing .weathertech-raceway-container .weathertech-gif, .custom-landing .weathertech-raceway-container .weathertech-gif {
    width: 100%;
    overflow: hidden;
    display: none;
  }
}

.lpds-landing .weathertech-raceway-container .weathertech-gif img, .custom-landing .weathertech-raceway-container .weathertech-gif img {
  display: block;
  width: 120%;
  margin-top: -130px;
  margin-bottom: -80px;
  margin-left: -130px;
}

@media (max-width: 1800px) {
  .lpds-landing .weathertech-raceway-container .weathertech-gif img, .custom-landing .weathertech-raceway-container .weathertech-gif img {
    width: 150%;
    margin-top: -100px;
    margin-bottom: -80px;
    margin-left: -160px;
  }
}

@media (max-width: 1500px) {
  .lpds-landing .weathertech-raceway-container .weathertech-gif img, .custom-landing .weathertech-raceway-container .weathertech-gif img {
    width: 150%;
    margin-top: -50px;
    margin-bottom: -50px;
    margin-left: -160px;
  }
}

@media (max-width: 991px) {
  .lpds-landing .weathertech-raceway-container .weathertech-gif img, .custom-landing .weathertech-raceway-container .weathertech-gif img {
    width: 120%;
    margin-top: -20%;
    margin-bottom: -20%;
    margin-left: -10%;
  }
}

.lpds-landing .weathertech-raceway-container .mobile-raceway, .custom-landing .weathertech-raceway-container .mobile-raceway {
  display: none;
}

.lpds-landing .weathertech-raceway-container .mobile-raceway img, .custom-landing .weathertech-raceway-container .mobile-raceway img {
  display: block;
  width: 100%;
}

.lpds-landing .video-image-overlay, .custom-landing .video-image-overlay {
  position: relative;
  cursor: pointer;
  display: block;
}

.lpds-landing .video-image-overlay:focus-visible, .custom-landing .video-image-overlay:focus-visible {
  border: 1px solid yellow;
}

.lpds-landing .video-image-overlay img, .custom-landing .video-image-overlay img {
  display: block;
  width: 100%;
}

.lpds-landing .video-image-overlay:after, .custom-landing .video-image-overlay:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 116px;
  height: 116px;
  top: 50%;
  left: 0;
  right: 0;
  margin: -58px auto 0;
  background-image: url("/assets/img/landing/video-play-btn.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .lpds-landing .video-image-overlay:after, .custom-landing .video-image-overlay:after {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
}

.lpds-landing .scott-pruett-container, .custom-landing .scott-pruett-container {
  padding: 40px 0;
}

.lpds-landing .scott-pruett-container:nth-of-type(2), .custom-landing .scott-pruett-container:nth-of-type(2) {
  padding-bottom: 60px;
}

.lpds-landing .scott-pruett-container .video-image-container, .custom-landing .scott-pruett-container .video-image-container {
  padding-right: 70px;
}

@media (max-width: 991px) {
  .lpds-landing .scott-pruett-container .video-image-container, .custom-landing .scott-pruett-container .video-image-container {
    padding-right: 15px;
    margin-bottom: 30px;
  }
}

.lpds-landing img.full-size, .custom-landing img.full-size {
  width: 100%;
  display: block;
}

.lpds-landing .curriculum-content, .custom-landing .curriculum-content {
  padding-top: 50px;
}

.lpds-landing .curriculum-content h3, .custom-landing .curriculum-content h3 {
  font-size: 29px;
  line-height: 26px;
}

.lpds-landing .curriculum-content .image img, .custom-landing .curriculum-content .image img {
  display: block;
  width: 100%;
  height: auto;
}

.lpds-landing .curriculum-content .curriculum-item p, .custom-landing .curriculum-content .curriculum-item p {
  max-width: 80%;
}

@media (max-width: 1200px) {
  .lpds-landing .curriculum-content .curriculum-item p, .custom-landing .curriculum-content .curriculum-item p {
    max-width: 100%;
  }
}

.lpds-landing .tips-content .intro, .custom-landing .tips-content .intro {
  padding: 90px 0 60px;
}

.lpds-landing .tips-content .intro-image, .custom-landing .tips-content .intro-image {
  padding-top: 90px;
}

.lpds-landing .tips-content .intro-image img, .custom-landing .tips-content .intro-image img {
  display: block;
  width: 100%;
}

.lpds-landing .tips-content .scott-about, .custom-landing .tips-content .scott-about {
  padding-top: 80px;
}

.lpds-landing .tips-content .video-items, .custom-landing .tips-content .video-items {
  padding-top: 100px;
}

@media (max-width: 1800px) {
  .lpds-landing .tips-content .video-items, .custom-landing .tips-content .video-items {
    padding-top: 80px;
  }
}

@media (max-width: 1200px) {
  .lpds-landing .tips-content .video-items, .custom-landing .tips-content .video-items {
    padding-top: 60px;
  }
}

@media (max-width: 991px) {
  .lpds-landing .tips-content .video-items, .custom-landing .tips-content .video-items {
    padding-top: 40px;
  }
}

.lpds-landing .tips-content .video-items .video-item, .custom-landing .tips-content .video-items .video-item {
  margin-bottom: 80px;
}

.lpds-landing .tips-content .video-items .video-item::after, .custom-landing .tips-content .video-items .video-item::after {
  display: block;
  clear: both;
  content: "";
}

.lpds-landing .tips-content .video-items .video-item .video-item-contents,
.lpds-landing .tips-content .video-items .video-item .video-item-image, .custom-landing .tips-content .video-items .video-item .video-item-contents,
.custom-landing .tips-content .video-items .video-item .video-item-image {
  width: 50%;
}

@media (max-width: 991px) {
  .lpds-landing .tips-content .video-items .video-item .video-item-contents,
  .lpds-landing .tips-content .video-items .video-item .video-item-image, .custom-landing .tips-content .video-items .video-item .video-item-contents,
  .custom-landing .tips-content .video-items .video-item .video-item-image {
    width: 100%;
  }
}

.lpds-landing .tips-content .video-items .video-item .video-item-contents, .custom-landing .tips-content .video-items .video-item .video-item-contents {
  padding-top: 100px;
}

@media (max-width: 1800px) {
  .lpds-landing .tips-content .video-items .video-item .video-item-contents, .custom-landing .tips-content .video-items .video-item .video-item-contents {
    padding-top: 50px;
  }
}

@media (max-width: 1200px) {
  .lpds-landing .tips-content .video-items .video-item .video-item-contents, .custom-landing .tips-content .video-items .video-item .video-item-contents {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .lpds-landing .tips-content .video-items .video-item .video-item-contents, .custom-landing .tips-content .video-items .video-item .video-item-contents {
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .lpds-landing .tips-content .video-items .video-item.image-left .video-item-contents,
  .lpds-landing .tips-content .video-items .video-item.image-left .video-item-image, .custom-landing .tips-content .video-items .video-item.image-left .video-item-contents,
  .custom-landing .tips-content .video-items .video-item.image-left .video-item-image {
    float: right;
  }
}

@media (min-width: 992px) {
  .lpds-landing .tips-content .video-items .video-item.image-left .video-item-contents, .custom-landing .tips-content .video-items .video-item.image-left .video-item-contents {
    padding-left: 60px;
    padding-right: 120px;
  }
}

@media (min-width: 992px) {
  .lpds-landing .tips-content .video-items .video-item.image-right .video-item-contents,
  .lpds-landing .tips-content .video-items .video-item.image-right .video-item-image, .custom-landing .tips-content .video-items .video-item.image-right .video-item-contents,
  .custom-landing .tips-content .video-items .video-item.image-right .video-item-image {
    float: left;
  }
}

@media (min-width: 992px) {
  .lpds-landing .tips-content .video-items .video-item.image-right .video-item-contents, .custom-landing .tips-content .video-items .video-item.image-right .video-item-contents {
    padding-right: 60px;
    padding-left: 120px;
    text-align: right;
  }
}

.lpds-landing .page-closing, .custom-landing .page-closing {
  margin-bottom: 100px;
}

.lpds-landing .faq-contents, .custom-landing .faq-contents {
  padding-top: 80px;
}

@media (max-width: 991px) {
  .lpds-landing .faq-contents, .custom-landing .faq-contents {
    padding-top: 55px;
  }
}

.lpds-landing .faq-contents .content-block-intro, .custom-landing .faq-contents .content-block-intro {
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .lpds-landing .faq-contents .content-block-intro, .custom-landing .faq-contents .content-block-intro {
    padding-bottom: 15px;
  }
}

.lpds-landing .faq-contents .faq-item, .custom-landing .faq-contents .faq-item {
  margin-bottom: 50px;
}

.lpds-landing .faq-contents .faq-item h4, .custom-landing .faq-contents .faq-item h4 {
  font-size: 28px;
  line-height: 29px;
}

@media (max-width: 500px) {
  .lpds-landing .faq-contents .faq-item p, .custom-landing .faq-contents .faq-item p {
    word-break: break-all;
  }
}

.ldt-landing .reg-venue-dropdown .dropdown-item {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  white-space: normal;
  padding-right: 0.5rem;
  font-family: 'Nobel-Book', sans-serif !important;
}

.ldt-landing .landing-hero-landing {
  padding: 100px 0 120px;
  overflow: visible !important;
}

@media (max-width: 768px) {
  .ldt-landing .landing-hero-landing {
    padding: 40px 15px 30px;
  }
}

.ldt-landing .landing-hero-landing .landing-hero-contents {
  padding-left: 0;
  max-width: none;
}

.ldt-landing .landing-hero-landing .landing-hero-contents .intro-image {
  margin-bottom: 15px;
}

.ldt-landing .landing-hero-landing .landing-hero-contents .intro-image img {
  display: block;
  width: 100%;
}

.ldt-landing .landing-hero-landing .landing-hero-contents p {
  max-width: 1000px;
}

.ldt-landing .landing-hero-landing .btn-landing-primary {
  background: #1a1a1a;
  color: white !important;
  border-color: #1a1a1a;
}

.ldt-landing .landing-hero-landing .btn-landing-primary:after {
  color: white !important;
}

.ldt-landing .landing-hero-landing .btn-landing-secondary {
  background: transparent;
  color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}

.ldt-landing .split-block::after {
  display: block;
  clear: both;
  content: "";
}

.ldt-landing .split-block .image-left {
  width: 50%;
  float: left;
  padding-right: 4px;
}

@media (max-width: 768px) {
  .ldt-landing .split-block .image-left {
    width: auto;
    float: none;
    padding-right: 0;
  }
}

.ldt-landing .split-block .image-right {
  width: 50%;
  float: left;
  padding-left: 4px;
}

@media (max-width: 768px) {
  .ldt-landing .split-block .image-right {
    width: auto;
    float: none;
    padding-left: 0;
  }
}

.ldt-landing .split-block img {
  width: 100%;
  display: block;
}

.slick-dots li button:before {
  font-size: 40px;
}

.landing-toyota-accelerate .color-black {
  color: #151617;
}

.landing-toyota-accelerate .landing-hero {
  background-position: center bottom;
  background-size: cover;
}

@media (max-width: 991px) {
  .landing-toyota-accelerate .landing-hero {
    background-image: none !important;
    background-color: #000;
  }
}

.landing-toyota-accelerate .landing-hero.toyota-hero-video-block {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .landing-toyota-accelerate .landing-hero.toyota-hero-video-block {
    padding-bottom: 56.25%;
    height: 0;
  }
}

.landing-toyota-accelerate .landing-hero.toyota-hero-video-block .left-side-shadow {
  position: absolute;
  width: 750px;
  left: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.4%, #151617), to(rgba(21, 22, 23, 0)));
  background: linear-gradient(90deg, #151617 0.4%, rgba(21, 22, 23, 0) 100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.landing-toyota-accelerate .landing-hero.toyota-hero-video-block .landing-hero-contents {
  z-index: 10;
  position: relative;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (min-width: 1200px) {
  .landing-toyota-accelerate .landing-hero.toyota-hero-video-block .landing-hero-contents {
    width: 62%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.landing-toyota-accelerate .landing-hero.toyota-hero-video-block .landing-hero-contents .heading {
  color: #e82c2a;
  margin-top: 20px;
}

@media screen and (min-width: 1200px) {
  .landing-toyota-accelerate .landing-hero.toyota-hero-video-block .landing-hero-contents .heading {
    font-size: 72px;
    letter-spacing: 1.152px;
    line-height: 70px;
    margin-top: 0;
  }
}

.landing-toyota-accelerate .landing-hero.toyota-hero-video-block .landing-hero-contents .tagline {
  font-family: "ToyotaTypeRegular", sans-serif;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .landing-toyota-accelerate .landing-hero.toyota-hero-video-block .landing-hero-contents .tagline {
    font-size: 40px;
    letter-spacing: 0.64px;
    line-height: 50px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.landing-toyota-accelerate .landing-hero.toyota-hero-video-block .landing-hero-contents .btn {
  font-family: 'ToyotaTypeBold';
  font-weight: 600;
  background-color: #e82c2a;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 0.416px;
  line-height: 43px;
  border-radius: 11px;
  padding: 10px 20px 20px;
}

.landing-toyota-accelerate .landing-hero.toyota-hero-video-block .landing-hero-contents .btn:hover {
  background-color: #000;
}

.landing-toyota-accelerate .landing-hero.toyota-hero-video-block.video-is-playing .left-side-shadow, .landing-toyota-accelerate .landing-hero.toyota-hero-video-block.video-is-playing .landing-hero-contents {
  opacity: 0;
}

.landing-toyota-accelerate .landing-hero.toyota-hero-video-block .lpds-video-container {
  position: relative;
  height: 100%;
}

@media screen and (min-width: 1200px) {
  .landing-toyota-accelerate .landing-hero.toyota-hero-video-block .lpds-video-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .landing-toyota-accelerate .landing-hero.toyota-hero-video-block .lpds-video-container video {
    width: 100%;
  }
}

.landing-toyota-accelerate .landing-hero.toyota-hero-video-block .play-with-audio-button {
  position: absolute;
  top: 110px;
  right: 40px;
  background: #c0f032;
  color: #151617 !important;
  padding: 5px 10px;
  text-transform: uppercase;
  z-index: 20;
  font-size: 15px;
  letter-spacing: 2px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
}

@media (max-width: 1600px) {
  .landing-toyota-accelerate .landing-hero.toyota-hero-video-block .play-with-audio-button {
    top: 80px;
  }
}

.landing-toyota-accelerate .landing-hero.toyota-hero-video-block .play-with-audio-button.is-hiding {
  opacity: 0;
}

.landing-toyota-accelerate .landing-hero.toyota-hero-video-block .exit-video-button {
  position: absolute;
  top: 40px;
  right: 40px;
  height: 45px;
  width: 45px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 20;
  cursor: pointer;
}

.landing-toyota-accelerate .landing-hero.toyota-hero-video-block .exit-video-button.is-hiding {
  opacity: 0;
}

.landing-toyota-accelerate .text-regular {
  font-family: "ToyotaTypeRegular", sans-serif;
  font-weight: 400;
}

.landing-toyota-accelerate .text-book {
  font-family: 'ToyotaTypeBook';
  font-weight: normal;
}

.landing-toyota-accelerate .text-light {
  font-family: 'Toyota';
  font-weight: normal;
}

.landing-toyota-accelerate .text-semibold {
  font-family: 'ToyotaTypeSemibold';
  font-weight: 600;
}

.landing-toyota-accelerate .text-light-italic {
  font-family: 'ToyotaTypeLightIt';
}

.landing-toyota-accelerate .text-bold {
  font-family: 'ToyotaTypeBold';
  font-weight: 600;
}

.landing-toyota-accelerate .text-black {
  font-family: 'ToyotaTypeBlack';
  font-weight: 600;
}

.landing-toyota-accelerate .color-red {
  color: #eb0a1e;
}

.landing-toyota-accelerate .color-red.hover-color-gray:hover {
  color: #666666;
}

.landing-toyota-accelerate .color-white {
  color: #fff;
}

.landing-toyota-accelerate .color-gray {
  color: #A0A0A0;
}

.landing-toyota-accelerate .bg-red {
  background-color: #F7001A;
}

.landing-toyota-accelerate .bg-transparent {
  background-color: transparent;
  border: none;
}

.landing-toyota-accelerate .text-16 {
  font-size: 16px;
}

.landing-toyota-accelerate .text-18 {
  font-size: 18px !important;
}

.landing-toyota-accelerate .text-21 {
  font-size: 21px !important;
}

.landing-toyota-accelerate .text-23 {
  font-size: 23px !important;
}

.landing-toyota-accelerate .text-28 {
  font-size: 28px;
}

@media screen and (max-width: 769px) {
  .landing-toyota-accelerate .sm-text-20 {
    font-size: 20px;
  }
}

.landing-toyota-accelerate .text-32 {
  font-size: 32px;
}

.landing-toyota-accelerate .text-34 {
  font-size: 34px;
}

.landing-toyota-accelerate .text-tag {
  font-size: 20px;
  line-height: 26px;
  margin-top: 10px;
  letter-spacing: 0.64px;
  max-width: 1082px;
}

@media screen and (min-width: 650px) and (max-width: 1199px) {
  .landing-toyota-accelerate .text-tag {
    font-size: 30px;
    line-height: 35px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .landing-toyota-accelerate .text-tag {
    font-size: 40px;
    line-height: 50px;
    margin-top: 50px;
  }
}

.landing-toyota-accelerate .close-quote {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  float: right;
}

.landing-toyota-accelerate ol.list-numbers-white {
  counter-reset: list;
  list-style-type: none;
  position: relative;
}

.landing-toyota-accelerate ol.list-numbers-white li:before {
  color: #fff;
  counter-increment: list;
  content: counter(list) ".";
  left: -20px;
  margin-right: 20px;
  position: absolute;
  text-align: right;
  width: 40px;
}

.landing-toyota-accelerate .rounded-lg {
  border-radius: 40px;
}

.landing-toyota-accelerate .w-full {
  width: 100%;
}

.landing-toyota-accelerate .list-style-none {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.landing-toyota-accelerate .line-height-25 {
  line-height: 25px !important;
}

.landing-toyota-accelerate .line-height-41 {
  line-height: 41px !important;
}

.landing-toyota-accelerate .line-height-45 {
  line-height: 45px !important;
}

.landing-toyota-accelerate .line-height-73 {
  line-height: 73px !important;
}

.landing-toyota-accelerate .text-spacing-text {
  letter-spacing: 0.288px !important;
}

.landing-toyota-accelerate .text-spacing-51 {
  letter-spacing: 0.512px !important;
}

.landing-toyota-accelerate .my-40 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.landing-toyota-accelerate .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.landing-toyota-accelerate .flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.landing-toyota-accelerate .flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1200px) {
  .landing-toyota-accelerate .lg-flex-col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.landing-toyota-accelerate .justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.landing-toyota-accelerate .justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.landing-toyota-accelerate .justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.landing-toyota-accelerate .items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.landing-toyota-accelerate .items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landing-toyota-accelerate .items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.landing-toyota-accelerate .text-underline {
  text-decoration: underline;
}

.landing-toyota-accelerate .accordion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1500px;
  gap: 30px;
}

@media screen and (min-width: 1200px) {
  .landing-toyota-accelerate .accordion-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 1600px) {
  .landing-toyota-accelerate .accordion-content {
    gap: 174px;
  }
}

.landing-toyota-accelerate .accordion-content &gt; div {
  width: 100%;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .landing-toyota-accelerate .accordion-content &gt; div {
    width: 50%;
  }
}

@media screen and (min-width: 1400px) {
  .landing-toyota-accelerate .accordion-content &gt; div {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 591px;
            flex: 0 1 591px;
  }
}

.landing-toyota-accelerate .accordion-content &gt; div button {
  width: 100%;
  border-top: 1px solid #A0A0A0;
  text-align: left;
}

@media screen and (min-width: 1400px) {
  .landing-toyota-accelerate .accordion-content .bio {
    max-width: 799px;
    margin-left: auto;
  }
}

@media screen and (max-width: 500px) {
  .landing-toyota-accelerate .bio-container {
    min-height: 550px;
  }
}

@media screen and (min-width: 501px) and (max-width: 650px) {
  .landing-toyota-accelerate .bio-container {
    min-height: 650px;
  }
}

.landing-toyota-accelerate .bio-container .bio-content {
  position: absolute;
  bottom: 95px;
  right: 1px;
  width: 528px;
  border: 1px solid #e82c2a;
  border-radius: 20px;
  font-family: "ToyotaTypeRegular", sans-serif;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  padding: 30px 24px;
  padding-top: 40px;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .landing-toyota-accelerate .bio-container .bio-content {
    width: 99%;
    bottom: 35px;
  }
}

@media screen and (max-width: 993px) {
  .landing-toyota-accelerate .bio-container .bio-content {
    width: 99%;
    bottom: 35px;
  }
}

.landing-toyota-accelerate .bio-container .bio-content:after {
  content: '';
  background: url("/assets/img/landing/toyota/lines.svg");
  background-repeat: repeat-x;
  height: 30px;
  display: block;
  position: absolute;
  bottom: -4px;
  left: -14px;
  right: -18px;
}

.landing-toyota-accelerate .bio-container .bio-content .bio-title {
  font-size: 28px;
  letter-spacing: 0.688;
  line-height: 32px;
  display: block;
  margin-bottom: 10px;
}

@media screen and (min-width: 550px) {
  .landing-toyota-accelerate .bio-container .bio-content .bio-title {
    font-size: 43px;
  }
}

.landing-toyota-accelerate .bio-container .bio-content .bio-desc {
  font-size: 20px;
  letter-spacing: 0.32px;
  line-height: 25px;
  margin-bottom: 20px;
  display: block;
}

.landing-toyota-accelerate .js-bio-carousel button {
  border: none !important;
  width: initial !important;
}

@media screen and (max-width: 1200px) {
  .landing-toyota-accelerate .js-bio-carousel .slick-slide img {
    margin: 0 auto;
  }
}

.landing-toyota-accelerate .js-bio-carousel .slick-prev, .landing-toyota-accelerate .js-bio-carousel .slick-next {
  top: 480px;
  height: 40px;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .landing-toyota-accelerate .js-bio-carousel .slick-prev, .landing-toyota-accelerate .js-bio-carousel .slick-next {
    top: 360px;
  }
}

@media screen and (max-width: 768px) {
  .landing-toyota-accelerate .js-bio-carousel .slick-prev, .landing-toyota-accelerate .js-bio-carousel .slick-next {
    top: 360px;
  }
}

@media screen and (max-width: 650px) {
  .landing-toyota-accelerate .js-bio-carousel .slick-prev, .landing-toyota-accelerate .js-bio-carousel .slick-next {
    top: 280px;
  }
}

@media screen and (max-width: 500px) {
  .landing-toyota-accelerate .js-bio-carousel .slick-prev, .landing-toyota-accelerate .js-bio-carousel .slick-next {
    top: 250px;
  }
}

@media screen and (max-width: 450px) {
  .landing-toyota-accelerate .js-bio-carousel .slick-prev, .landing-toyota-accelerate .js-bio-carousel .slick-next {
    top: 200px;
  }
}

.landing-toyota-accelerate .js-bio-carousel .slick-prev {
  left: 30px;
  z-index: 9;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .landing-toyota-accelerate .js-bio-carousel .slick-prev {
    left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .landing-toyota-accelerate .js-bio-carousel .slick-prev {
    left: 0px;
  }
}

.landing-toyota-accelerate .js-bio-carousel .slick-prev:before {
  content: '';
  background: url(/assets/img/landing/toyota/arrow-left.svg);
  width: 41px;
  height: 41px;
  display: block;
}

.landing-toyota-accelerate .js-bio-carousel .slick-next {
  right: 30px;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .landing-toyota-accelerate .js-bio-carousel .slick-next {
    right: 0px;
  }
}

@media screen and (max-width: 768px) {
  .landing-toyota-accelerate .js-bio-carousel .slick-next {
    right: 0px;
  }
}

.landing-toyota-accelerate .js-bio-carousel .slick-next:before {
  content: '';
  background: url(/assets/img/landing/toyota/arrow-right.svg);
  width: 41px;
  height: 41px;
  display: block;
}

.landing-toyota-accelerate .js-bio-carousel .slick-dots {
  bottom: 0;
}

.landing-toyota-accelerate .js-bio-carousel .slick-dots li button:before {
  opacity: 1;
  background: url("/assets/img/landing/toyota/dot.svg") no-repeat;
  width: 16px;
  width: 16px;
}

.landing-toyota-accelerate .js-bio-carousel .slick-dots .slick-active button:before {
  background: url("/assets/img/landing/toyota/dot-active.svg") no-repeat;
  width: 16px;
  width: 16px;
  color: transparent;
  opacity: 1;
}

.landing-toyota-accelerate .img-content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

@media screen and (min-width: 1600px) {
  .landing-toyota-accelerate .img-content {
    gap: 169px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .landing-toyota-accelerate .img-content {
    gap: 141px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .landing-toyota-accelerate .img-content {
    gap: 113px;
  }
}

@media screen and (min-width: 1200px) {
  .landing-toyota-accelerate .img-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 1500px) {
  .landing-toyota-accelerate .img-content &gt; div {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 45% !important;
            flex: 0 0 45% !important;
  }
}

@media screen and (max-width: 1500px) {
  .landing-toyota-accelerate .img-content .card-img img {
    width: 100%;
  }
}

.landing-toyota-accelerate .card-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: white;
  font-size: 18px;
  line-height: 25px;
}

.landing-toyota-accelerate .absolute {
  position: absolute;
}

.landing-toyota-accelerate .relative {
  position: relative;
}

.landing-toyota-accelerate .br {
  right: 43px;
  bottom: 30px;
}

.landing-toyota-accelerate .gap-30 {
  gap: 30px;
}

.landing-toyota-accelerate .gap-68 {
  gap: 30px;
}

@media screen and (min-width: 1400px) {
  .landing-toyota-accelerate .gap-68 {
    gap: 68px;
  }
}

.landing-toyota-accelerate .toyota-container {
  max-width: 1638px;
  padding-left: 20px;
  padding-right: 20px;
}

.landing-toyota-accelerate .toyota-container.w-max-1350 {
  max-width: 1390px;
}

.landing-toyota-accelerate .toyota-container.w-max-1486 {
  max-width: 1530px;
}

.landing-toyota-accelerate .toyota-container.w-max-1534 {
  max-width: 1570px;
}

.landing-toyota-accelerate .toyota-container.w-max-1766 {
  max-width: 1766px;
}

.landing-toyota-accelerate .w-max-1500 {
  max-width: 1500px;
}

.landing-toyota-accelerate .w-max-1630 {
  max-width: 1630px;
}

.landing-toyota-accelerate .h-max-609 {
  max-height: 609px;
}

@media screen and (min-height: 993px) {
  .landing-toyota-accelerate .h-max-700 {
    max-height: 700px;
  }
}

@media screen and (min-height: 993px) {
  .landing-toyota-accelerate .lg-h-max-376 {
    height: 376px;
  }
}

.landing-toyota-accelerate .mx-auto {
  margin: 0 auto;
}

.landing-toyota-accelerate .heading-3 {
  font-size: 43px;
}

@media screen and (min-width: 768px) {
  .landing-toyota-accelerate .heading-3 {
    font-size: 72px;
  }
}

.landing-toyota-accelerate .img-grid {
  display: grid;
}

.landing-toyota-accelerate .img-grid.grid-1 {
  grid-template-columns: 1fr;
}

.landing-toyota-accelerate .img-grid.grid-2, .landing-toyota-accelerate .img-grid .grid-2 {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
  .landing-toyota-accelerate .img-grid.grid-2, .landing-toyota-accelerate .img-grid .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 728px) {
  .landing-toyota-accelerate .content-grid-2 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media screen and (min-width: 729px) {
  .landing-toyota-accelerate .content-grid-2 div {
    width: 50%;
  }
}

.landing-toyota-accelerate .destination-pad {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .landing-toyota-accelerate .destination-pad {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

.landing-toyota-accelerate .map .heading-3 {
  margin-bottom: 20px;
}

@media screen and (max-width: 728px) {
  .landing-toyota-accelerate .map .heading-3 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 729px) and (max-width: 992px) {
  .landing-toyota-accelerate .map .heading-3 {
    font-size: 35px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
  .landing-toyota-accelerate .map .heading-3 {
    font-size: 50px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .landing-toyota-accelerate .map .heading-3 {
    margin-bottom: 65px;
  }
}

@media screen and (min-width: 1600px) {
  .landing-toyota-accelerate .day-seminar .flex {
    min-height: 1780px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .landing-toyota-accelerate .day-seminar .flex {
    min-height: 1450px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .landing-toyota-accelerate .day-seminar .flex {
    min-height: 1235px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
  .landing-toyota-accelerate .day-seminar .flex {
    min-height: 1045px;
  }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  .landing-toyota-accelerate .day-seminar .flex {
    min-height: 805px;
  }
}

@media screen and (min-width: 768px) {
  .landing-toyota-accelerate .day-seminar .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .landing-toyota-accelerate .day-seminar .flex .align-content-end {
    margin-top: auto;
  }
}

.landing-toyota-accelerate .experience-header {
  color: #e82c2a;
  font-size: 43px;
  line-height: 72px;
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  .landing-toyota-accelerate .experience-header {
    font-size: 51px;
  }
}

@media screen and (min-width: 1200px) {
  .landing-toyota-accelerate .experience-header {
    font-size: 72px;
  }
}

.landing-toyota-accelerate .card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.landing-toyota-accelerate .card .card-pad {
  padding: 27px 57px;
  padding-top: 50px;
}

.landing-toyota-accelerate .card .card-day-pad {
  padding: 0px;
}

.landing-toyota-accelerate .card .card-title {
  font-size: 31px;
  margin-bottom: 0;
  letter-spacing: 0.8px;
  line-height: 0.95;
  overflow-wrap: initial;
}

@media screen and (min-width: 1400px) {
  .landing-toyota-accelerate .card .card-title {
    font-size: 50px;
  }
}

.landing-toyota-accelerate .card .card-title.day-title {
  padding-left: 20px;
  font-family: 'ToyotaTypeSemibold';
  font-weight: 600;
  font-size: 120px;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .landing-toyota-accelerate .card .card-title.day-title {
    font-size: 106px;
  }
}

@media screen and (min-width: 1600px) {
  .landing-toyota-accelerate .card .card-title.day-title {
    font-size: 146px;
    padding-top: 80px !important;
  }
}

@media screen and (min-width: 1400px) {
  .landing-toyota-accelerate .card.w-max-396 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 396px;
            flex: 0 0 396px;
  }
}

.landing-toyota-accelerate .learn-more {
  font-size: 19px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

.landing-toyota-accelerate .learn-more:before {
  content: '';
  background: url("/assets/img/landing/toyota/arrow-black.svg") no-repeat;
  display: inline-block;
  width: 45px;
  height: 30px;
  margin-right: 20px;
}

.landing-toyota-accelerate .learn-more.hamburger .hover-hide {
  display: none;
}

.landing-toyota-accelerate .learn-more.hamburger:before {
  background: url("/assets/img/landing/toyota/hamburger-icon.svg") no-repeat;
  height: 33px;
  width: 47px;
}

.landing-toyota-accelerate .learn-more.hamburger.br {
  right: 30px;
  bottom: 50px;
}

.landing-toyota-accelerate .activate-hover-display {
  background: #F7001A;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0px 0px 15px 4px #000000;
          box-shadow: 0px 0px 15px 4px #000000;
  overflow: hidden;
}

.landing-toyota-accelerate .activate-hover-display .hover-display {
  opacity: 0;
  font-size: 28px;
  line-height: 45px;
  color: #fff;
  margin-bottom: 134px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.landing-toyota-accelerate .activate-hover-display .hover-display.day-display {
  padding-left: 57px;
  margin-bottom: 85px;
}

.landing-toyota-accelerate .activate-hover-display .hover-display p {
  margin-top: 20px;
}

.landing-toyota-accelerate .activate-hover-display .hover-display:after {
  content: '';
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: url("/assets/img/landing/toyota/lines.svg") no-repeat;
  display: inline-block;
  width: 1380px;
  height: 30px;
  -webkit-transform-origin: right;
          transform-origin: right;
  position: absolute;
  bottom: 30px;
  right: 190px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.landing-toyota-accelerate .activate-hover-display:hover, .landing-toyota-accelerate .mobile-activate {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: black;
  -webkit-box-shadow: 0px 0px 15px 4px #F7001A;
          box-shadow: 0px 0px 15px 4px #F7001A;
  overflow: hidden;
}

.landing-toyota-accelerate .activate-hover-display:hover .card-day-pad, .landing-toyota-accelerate .mobile-activate .card-day-pad {
  padding: 27px 57px;
  padding-top: 50px;
  padding-left: 0;
}

.landing-toyota-accelerate .activate-hover-display:hover .card-title, .landing-toyota-accelerate .mobile-activate .card-title {
  color: #666666;
  font-size: 31px;
  margin-bottom: 20px;
  letter-spacing: 0.496px;
}

.landing-toyota-accelerate .activate-hover-display:hover .card-title.day-title, .landing-toyota-accelerate .mobile-activate .card-title.day-title {
  padding-left: 57px;
  font-size: 65px;
}

.landing-toyota-accelerate .activate-hover-display:hover .hover-display, .landing-toyota-accelerate .mobile-activate .hover-display {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1;
}

.landing-toyota-accelerate .activate-hover-display:hover .hover-display p, .landing-toyota-accelerate .mobile-activate .hover-display p {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  letter-spacing: 0.45px;
  margin-top: 0;
}

@media scree and (min-width: 1400px) {
  .landing-toyota-accelerate .activate-hover-display:hover .hover-display p, .landing-toyota-accelerate .mobile-activate .hover-display p {
    font-size: 28px;
    line-height: 45px;
  }
}

.landing-toyota-accelerate .activate-hover-display:hover .hover-display:after, .landing-toyota-accelerate .mobile-activate .hover-display:after {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: '';
  background: url("/assets/img/landing/toyota/lines.svg") no-repeat;
  display: inline-block;
  width: 1380px;
  height: 30px;
  -webkit-transform-origin: right;
          transform-origin: right;
  position: absolute;
  bottom: 30px;
  left: initial;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.landing-toyota-accelerate .activate-hover-display:hover .learn-more, .landing-toyota-accelerate .mobile-activate .learn-more {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.landing-toyota-accelerate .activate-hover-display:hover .learn-more .hover-hide, .landing-toyota-accelerate .mobile-activate .learn-more .hover-hide {
  -webkit-transition: 0s;
  transition: 0s;
  opacity: 0;
  right: -100px;
}

.landing-toyota-accelerate .activate-hover-display:hover .learn-more.br, .landing-toyota-accelerate .mobile-activate .learn-more.br {
  right: -45px;
}

.landing-toyota-accelerate .activate-hover-display:hover .learn-more:before, .landing-toyota-accelerate .mobile-activate .learn-more:before {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: '';
  background: url("/assets/img/landing/toyota/arrow-white.svg") no-repeat;
  right: -100px;
}

.landing-toyota-accelerate .activate-hover-display:hover .learn-more.hamburger:before, .landing-toyota-accelerate .mobile-activate .learn-more.hamburger:before {
  background: none;
  right: initial;
}

.landing-toyota-accelerate .activate-hover-display:hover .learn-more.hamburger .hover-hide, .landing-toyota-accelerate .mobile-activate .learn-more.hamburger .hover-hide {
  display: block;
  opacity: 1;
}

.landing-toyota-accelerate .activate-hover-display:hover .learn-more.hamburger.br, .landing-toyota-accelerate .mobile-activate .learn-more.hamburger.br {
  right: 30px;
  bottom: 30px;
}

.landing-toyota-accelerate .activate-hover-text {
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.landing-toyota-accelerate .activate-hover-text .text-caption {
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  right: 0;
  top: 0;
  bottom: 0;
  background: #F7001A;
  position: absolute;
  left: 0;
}

.landing-toyota-accelerate .activate-hover-text:hover {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.landing-toyota-accelerate .activate-hover-text:hover .text-caption {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.landing-toyota-accelerate .activate-hover-text:hover .text-caption span {
  font-family: "ToyotaTypeRegular", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  width: 90%;
  font-size: 30px;
  line-height: 35px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

@media screen and (min-width: 768px) and (max-width: 993px) {
  .landing-toyota-accelerate .activate-hover-text:hover .text-caption span {
    font-size: 60px;
    line-height: 70px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1400px) {
  .landing-toyota-accelerate .activate-hover-text:hover .text-caption span {
    width: 80%;
    font-size: 80px;
    line-height: 90px;
  }
}

@media screen and (min-width: 1400px) {
  .landing-toyota-accelerate .activate-hover-text:hover .text-caption span {
    width: 60%;
    font-size: 100px;
    line-height: 110px;
  }
}

.landing-toyota-accelerate .quotes {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
  .landing-toyota-accelerate .quotes {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 993px) {
  .landing-toyota-accelerate .quotes {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}

@media screen and (min-width: 993px) {
  .landing-toyota-accelerate .quotes .slick-slide {
    margin: 0 15px;
  }
}

.landing-toyota-accelerate .quotes .slick-slide {
  opacity: 0.45;
}

.landing-toyota-accelerate .quotes .slick-slide.slick-current {
  opacity: 1;
}

.landing-toyota-accelerate .quotes div .stars {
  max-width: 177px;
  margin: 0 auto;
}

.landing-toyota-accelerate .video-carousel .slick-list {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .landing-toyota-accelerate .video-carousel .slick-list {
    padding-top: 72px !important;
    padding-bottom: 57px !important;
  }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
  .landing-toyota-accelerate .video-carousel .slick-list {
    padding-top: 124px !important;
    padding-bottom: 95px !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .landing-toyota-accelerate .video-carousel .slick-list {
    padding-top: 176px !important;
    padding-bottom: 133px !important;
  }
}

@media screen and (min-width: 1400px) {
  .landing-toyota-accelerate .video-carousel .slick-list {
    padding-top: 230px !important;
    padding-bottom: 170px !important;
  }
}

.landing-toyota-accelerate .video-carousel .slick-prev, .landing-toyota-accelerate .video-carousel .slick-next {
  top: 55%;
}

.landing-toyota-accelerate .video-carousel .slick-slide {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.landing-toyota-accelerate .video-carousel .slick-slide .img-center {
  position: relative;
}

.landing-toyota-accelerate .video-carousel .slick-slide .img-center span {
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

.landing-toyota-accelerate .video-carousel .slick-slide:after {
  content: '';
  opacity: 0.5;
  position: absolute;
  background-color: black;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .landing-toyota-accelerate .video-carousel .slick-center {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}

.landing-toyota-accelerate .video-carousel .slick-center .img-center {
  position: relative;
  opacity: 1;
}

.landing-toyota-accelerate .video-carousel .slick-center .img-center span {
  opacity: 1;
}

.landing-toyota-accelerate .video-carousel .slick-center .img-center span img {
  width: 100px;
  height: 100px;
}

.landing-toyota-accelerate .video-carousel .slick-center:after {
  content: initial;
}

.landing-toyota-accelerate .video-carousel .slick-center + .slick-slide {
  position: relative;
  z-index: -1;
}

.landing-toyota-accelerate .video-carousel .slick-prev {
  left: 0;
  z-index: 9;
  width: 41px;
  height: 41px;
}

.landing-toyota-accelerate .video-carousel .slick-prev:before {
  content: '';
  background: url(/assets/img/landing/toyota/arrow-left.svg);
  width: 41px;
  height: 41px;
  display: block;
}

.landing-toyota-accelerate .video-carousel .slick-next {
  right: 0px;
  width: 41px;
  height: 41px;
}

.landing-toyota-accelerate .video-carousel .slick-next:before {
  content: '';
  background: url(/assets/img/landing/toyota/arrow-right.svg);
  width: 41px;
  height: 41px;
  display: block;
}

.landing-toyota-accelerate .mirror-text {
  position: relative;
}

.landing-toyota-accelerate .mirror-text:before {
  content: "The Reviews Are In";
  position: absolute;
  top: 66px;
  -webkit-transform: rotate(180deg) scaleX(-1);
          transform: rotate(180deg) scaleX(-1);
  opacity: 0.45;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), color-stop(75%, black));
  -webkit-mask-image: linear-gradient(to bottom, transparent 25%, black 75%);
  mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), color-stop(75%, black));
  mask-image: linear-gradient(to bottom, transparent 25%, black 75%);
}

.landing-toyota-accelerate #people-saying-video-popup {
  z-index: 9999;
}

.landing-toyota-accelerate .accelerate-pad {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .landing-toyota-accelerate .accelerate-pad {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
  .landing-toyota-accelerate .accelerate-pad {
    padding-top: 109px;
    padding-bottom: 109px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .landing-toyota-accelerate .accelerate-pad {
    padding-top: 144px;
    padding-bottom: 144px;
  }
}

@media screen and (min-width: 1400px) {
  .landing-toyota-accelerate .accelerate-pad {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}

@media screen and (max-width: 768px) {
  .landing-toyota-accelerate .realize-goals .heading-3 {
    line-height: 50px !important;
  }
}

@media screen and (max-width: 550px) {
  .landing-toyota-accelerate .realize-goals li {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1300px) {
  .landing-toyota-accelerate .realize-goals li {
    font-size: 22px;
  }
}

.landing-toyota-accelerate #day-itinerary {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .landing-toyota-accelerate #day-itinerary {
    padding-top: 90px;
    padding-bottom: 116.75px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
  .landing-toyota-accelerate #day-itinerary {
    padding-top: 120px;
    padding-bottom: 173.5px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .landing-toyota-accelerate #day-itinerary {
    padding-top: 150px;
    padding-bottom: 230px;
  }
}

@media screen and (min-width: 1400px) {
  .landing-toyota-accelerate #day-itinerary {
    padding-top: 180px;
    padding-bottom: 287px;
  }
}

@media screen and (max-width: 550px) {
  .landing-toyota-accelerate #day-itinerary .day-title {
    font-size: 65px !important;
  }
}

@media screen and (min-width: 1199px) {
  .landing-toyota-accelerate #day-itinerary .day-display .text-32 {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 450px) {
  .landing-toyota-accelerate #day-itinerary .day-display .text-32 {
    font-size: 26px !important;
  }
}

.landing-toyota-accelerate .acc-bios {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .landing-toyota-accelerate .acc-bios {
    padding-top: 90px;
    padding-bottom: 95px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
  .landing-toyota-accelerate .acc-bios {
    padding-top: 120px;
    padding-bottom: 130px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .landing-toyota-accelerate .acc-bios {
    padding-top: 150px;
    padding-bottom: 165px;
  }
}

@media screen and (min-width: 1400px) {
  .landing-toyota-accelerate .acc-bios {
    padding-top: 180px;
    padding-bottom: 200px;
  }
}

.landing-toyota-accelerate .acc-bios .heading-3 {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .landing-toyota-accelerate .acc-bios .heading-3 {
    padding-bottom: 35px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
  .landing-toyota-accelerate .acc-bios .heading-3 {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .landing-toyota-accelerate .acc-bios .heading-3 {
    padding-bottom: 75px;
  }
}

@media screen and (min-width: 1400px) {
  .landing-toyota-accelerate .acc-bios .heading-3 {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 768px) {
  .landing-toyota-accelerate .acc-bios .accordion-body &gt; button.text-34 {
    font-size: 20px !important;
  }
}

.landing-toyota-accelerate .experience-cards {
  padding-top: 60px;
  padding-bottom: 60px;
}

.landing-toyota-accelerate .experience-cards .experience-header {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .landing-toyota-accelerate .experience-cards {
    padding-bottom: 95px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
  .landing-toyota-accelerate .experience-cards {
    padding-bottom: 130px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .landing-toyota-accelerate .experience-cards {
    padding-bottom: 165px;
  }
}

@media screen and (min-width: 1400px) {
  .landing-toyota-accelerate .experience-cards {
    padding-bottom: 230px;
  }
  .landing-toyota-accelerate .experience-cards .experience-header {
    margin-top: -130px;
    padding-bottom: 120px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1399px) {
  .landing-toyota-accelerate .experience-cards .experience-header {
    margin-top: -120px;
    padding-bottom: 60px;
  }
}

.landing-toyota-accelerate .review-in {
  padding-top: 60px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .landing-toyota-accelerate .review-in {
    padding-top: 83px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
  .landing-toyota-accelerate .review-in {
    padding-top: 106px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .landing-toyota-accelerate .review-in {
    padding-top: 129px;
  }
}

@media screen and (min-width: 1400px) {
  .landing-toyota-accelerate .review-in {
    padding-top: 155px;
  }
}

.landing-toyota-accelerate .big-cards {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .landing-toyota-accelerate .big-cards {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
  .landing-toyota-accelerate .big-cards {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .landing-toyota-accelerate .big-cards {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (min-width: 1400px) {
  .landing-toyota-accelerate .big-cards {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}

.landing-toyota-accelerate .accordion-body {
  text-align: left;
}

.landing-toyota-accelerate .accordion-body:last-child {
  border-bottom: 1px solid #A0A0A0;
}

.landing-toyota-accelerate .accordion-body button {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  width: 100%;
  text-align: left;
}

.landing-toyota-accelerate .accordion-body button:focus {
  outline: none;
}

.landing-toyota-accelerate .accordion-body button:before {
  content: '';
  background: url("/assets/img/landing/toyota/chevron-down.svg");
  width: 20px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 30px;
  margin-right: 30px;
  left: 10px;
}

.landing-toyota-accelerate .accordion-body .collapsed {
  font-size: 18px;
  font-family: "ToyotaTypeRegular", sans-serif;
  font-weight: 400;
  color: #A0A0A0;
}

.landing-toyota-accelerate .accordion-body .collapsed:before {
  width: 12px;
  height: 20px;
  background: url("/assets/img/landing/toyota/chevron-right.svg") no-repeat;
}

.landing-toyota-accelerate .accordion-body .card-body {
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 40px;
}

.landing-toyota-accelerate .accordion-body .card-body li {
  margin-bottom: 15px;
  padding-bottom: 3px;
}

.landing-toyota-accelerate .accordion-body .person-active {
  border-bottom: 2px solid #e82c2a;
  color: #fff;
}

.landing-toyota-accelerate .faq {
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .landing-toyota-accelerate .faq {
    padding-bottom: 93px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
  .landing-toyota-accelerate .faq {
    padding-bottom: 126px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .landing-toyota-accelerate .faq {
    padding-bottom: 159px;
  }
}

@media screen and (min-width: 1400px) {
  .landing-toyota-accelerate .faq {
    padding-bottom: 190px;
  }
}

.landing-toyota-accelerate .faq .faq-title {
  font-size: 58px;
  margin-bottom: 68px;
}

.landing-toyota-accelerate .faq .accordion-body .text-34 {
  font-size: 31px;
}

@media screen and (max-width: 993px) {
  .landing-toyota-accelerate .faq .accordion-body .text-34 {
    font-size: 22px;
    line-height: 26px;
  }
}

.landing-toyota-accelerate .faq .accordion-body button {
  border-bottom: 2px solid #fff;
  padding-top: 10px;
}

.landing-toyota-accelerate .faq .accordion-body button:focus {
  outline: none;
}

.landing-toyota-accelerate .faq .accordion-body .collapsed {
  border-bottom: 2px solid #808080;
}

@media screen and (min-width: 1200px) {
  .landing-toyota-accelerate .faq .accordion-body .accordion-flex-3 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

.landing-toyota-accelerate .faq .accordion-body .accordion-flex-3 .day-title {
  font-size: 31px;
}

.landing-toyota-accelerate .faq .accordion-body .card-body {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0;
  opacity: 0;
}

@media screen and (min-width: 993px) {
  .landing-toyota-accelerate .faq .accordion-body .card-body {
    width: 80%;
  }
}

@media screen and (min-width: 1200px) {
  .landing-toyota-accelerate .faq .accordion-body .card-body {
    padding-left: 120px;
  }
}

.landing-toyota-accelerate .faq .accordion-body ul {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
}

.landing-toyota-accelerate .faq .accordion-body ul.list-titles li {
  font-size: 31px;
  letter-spacing: 0.496px;
  line-height: 40px;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: "ToyotaTypeRegular", sans-serif;
  font-weight: 400;
}

.landing-toyota-accelerate .faq .accordion-body .faq-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.landing-toyota-accelerate .faq .accordion-body .show .card-body {
  opacity: 1;
}

.landing-toyota-accelerate .map {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .landing-toyota-accelerate .map {
    padding-bottom: 93px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
  .landing-toyota-accelerate .map {
    padding-bottom: 126px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .landing-toyota-accelerate .map {
    padding-bottom: 159px;
  }
}

@media screen and (min-width: 1400px) {
  .landing-toyota-accelerate .map {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}

.landing-toyota-accelerate .mb-20 {
  margin-bottom: 20px;
}

.landing-toyota-accelerate .mb-40 {
  margin-bottom: 40px;
}

.landing-toyota-accelerate .mb-70 {
  margin-bottom: 70px;
}

.landing-toyota-accelerate .mt-40 {
  margin-top: 40px;
}

.landing-toyota-accelerate .mt-70 {
  margin-top: 70px;
}

@media screen and (max-width: 769px) {
  .landing-toyota-accelerate .travel-times {
    font-size: 24px;
  }
}

.landing-toyota-accelerate .image-backdrop {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-bottom: 40px;
  /*Position breakpoint options*/
}

@media screen and (max-width: 500px) {
  .landing-toyota-accelerate .image-backdrop {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .landing-toyota-accelerate .image-backdrop {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
  .landing-toyota-accelerate .image-backdrop {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .landing-toyota-accelerate .image-backdrop {
    margin-bottom: 130px;
  }
}

@media screen and (min-width: 1400px) {
  .landing-toyota-accelerate .image-backdrop {
    margin-bottom: 160px;
  }
}

@media screen and (max-width: 499px) {
  .landing-toyota-accelerate .image-backdrop .bg-image {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 500px) {
  .landing-toyota-accelerate .image-backdrop .bg-image {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 767px) {
  .landing-toyota-accelerate .image-backdrop .bg-image {
    max-height: 550px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .landing-toyota-accelerate .image-backdrop .bg-image {
    max-height: 650px;
  }
}

@media (min-width: 1201px) and (max-width: 1449px) {
  .landing-toyota-accelerate .image-backdrop .bg-image {
    max-height: 650px;
  }
}

@media (min-width: 1450px) {
  .landing-toyota-accelerate .image-backdrop .bg-image {
    min-height: 850px;
  }
}

@media screen and (max-width: 500px) {
  .landing-toyota-accelerate .image-backdrop .heading-3 {
    font-size: 30px;
  }
}

.landing-toyota-accelerate .image-backdrop .position-absolute {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 499px) {
  .landing-toyota-accelerate .image-backdrop .position-absolute {
    top: 10%;
  }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .landing-toyota-accelerate .image-backdrop .position-absolute {
    top: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 769px) {
  .landing-toyota-accelerate .image-backdrop .position-absolute {
    top: 45%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.landing-toyota-accelerate .image-backdrop .position-absolute .container,
.landing-toyota-accelerate .image-backdrop .position-absolute [class*='toyota-container'],
.landing-toyota-accelerate .image-backdrop .position-absolute .row {
  height: 100%;
}

.landing-toyota-accelerate .mapouter, .landing-toyota-accelerate .gmap_canvas {
  width: 100% !important;
}

.landing-toyota-accelerate .mapouter div, .landing-toyota-accelerate .gmap_canvas div {
  width: 100% !important;
}

@media screen and (min-width: 1200px) {
  .landing-toyota-accelerate .program-fees {
    width: 67%;
  }
}

.landing-toyota-accelerate .btn {
  font-family: 'ToyotaTypeBold';
  font-weight: 600;
  background-color: #e82c2a;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 0.416px;
  line-height: 43px;
  border-radius: 10px;
  padding: 10px 20px;
}

.landing-toyota-accelerate .btn:hover {
  background-color: #000;
}

.landing-toyota-accelerate .register-banner {
  margin-bottom: 40px;
}

@media screen and (min-width: 725px) and (max-width: 767px) {
  .landing-toyota-accelerate .register-banner {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .landing-toyota-accelerate .register-banner {
    margin-bottom: 110px;
  }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
  .landing-toyota-accelerate .register-banner {
    margin-bottom: 110px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .landing-toyota-accelerate .register-banner {
    margin-bottom: 145px;
  }
}

@media screen and (min-width: 1400px) {
  .landing-toyota-accelerate .register-banner {
    margin-bottom: 180px;
  }
}

.landing-toyota-accelerate .register-title {
  font-size: 45px;
  letter-spacing: 0.72px;
  line-height: 50px;
}

@media screen and (max-width: 500px) {
  .landing-toyota-accelerate .register-title {
    font-size: 30px;
    line-height: 35px;
  }
}

.landing-toyota-accelerate .event-detail {
  margin-top: 36px;
}

.landing-toyota-accelerate .event-block {
  display: block;
  padding-top: 0;
}

.landing-toyota-accelerate .event-block a {
  color: white;
}

.landing-toyota-accelerate .event-before {
  position: relative;
}

@media screen and (max-width: 725px) {
  .landing-toyota-accelerate .event-before {
    margin-top: 80px;
  }
}

.landing-toyota-accelerate .event-before:before {
  content: 'Event';
  position: absolute;
  top: -70px;
  font-size: 31px;
}

@media screen and (max-width: 993px) {
  .toyota-accelerate-footer .footer-logo-landing {
    width: 100%;
  }
}

.lpds-24-block {
  background: #000;
  color: white;
  font-family: "nobel", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 125.9%;
}

.lpds-24-block :root {
  --color-gray-dark:#1E1E1E;
}

.lpds-24-block .nobel-light {
  font-family: "nobel", sans-serif;
  font-style: normal;
  font-weight: 200;
}

.lpds-24-block .nobel-book {
  font-family: "nobel", sans-serif;
  font-style: normal;
  font-weight: 300;
}

.lpds-24-block .nobel-regular {
  font-family: "nobel", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lpds-24-block .nobel-bold {
  font-family: "nobel", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.lpds-24-block h1, .lpds-24-block h2, .lpds-24-block h3, .lpds-24-block h4, .lpds-24-block h5 {
  color: white;
}

.lpds-24-block .heading-title {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.lpds-24-block .heading-title.track-name {
  font-size: clamp(35px, 8vw, 55px);
  line-height: 96.9%;
  letter-spacing: 1.5px;
  font-family: "nobel", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  word-break: break-word;
}

.lpds-24-block .large-heading {
  font-size: clamp(45px, 8vw, 90px);
  letter-spacing: 1.5px;
  line-height: 96.9%;
}

.lpds-24-block .heading-micro {
  font-family: "nobel", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}

.lpds-24-block .span-title {
  font-family: "nobel", sans-serif;
  font-style: normal;
  font-size: 15px;
  line-height: 96.9%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #FFF;
}

.lpds-24-block .text-22 {
  font-size: 22px;
}

.lpds-24-block .text-46 {
  font-size: 34px !important;
}

@media (min-width: 993px) {
  .lpds-24-block .text-46 {
    font-size: 46px !important;
  }
}

.lpds-24-block .btn-register {
  background: #FFF !important;
  color: #191919 !important;
  text-transform: uppercase;
  padding: 12px 22px;
  font-size: 12px;
  font-family: "nobel", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.935px;
  border: 1px solid #FFF;
}

.lpds-24-block .btn-register:hover {
  background-color: #191919 !important;
  color: #FFF !important;
}

.lpds-24-block .container-wide {
  max-width: 1830px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 992px) {
  .lpds-24-block .container-wide {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.lpds-24-block .container-wide.width-shorten {
  max-width: 1530px;
}

.lpds-24-block .container-wide.width-shorten-extra {
  max-width: 1206px;
}

.lpds-24-block .mx-auto {
  margin: 0 auto;
}

.lpds-24-block .pt-lg {
  padding-top: 30px;
}

@media (min-width: 993px) {
  .lpds-24-block .pt-lg {
    padding-top: 70px;
  }
}

.lpds-24-block .pb-lg {
  padding-bottom: 30px;
}

@media (min-width: 993px) {
  .lpds-24-block .pb-lg {
    padding-bottom: 70px;
  }
}

.lpds-24-block .landing-hero {
  position: relative;
}

.lpds-24-block .landing-hero .lpds-img-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-height: 640px;
}

.lpds-24-block .landing-hero.events .event-details .btn-register {
  right: 0px;
}

.lpds-24-block .landing-hero.track-days .lpds-img-container img {
  min-height: 950px;
}

@media (min-width: 993px) {
  .lpds-24-block .landing-hero.track-days .event-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1799px) {
  .lpds-24-block .landing-hero.track-days .event-details .stat-width {
    width: 100%;
  }
}

.lpds-24-block .landing-hero.track-days .event-details .stat-width .grid-item:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media (min-width: 993px) and (max-width: 1099px) {
  .lpds-24-block .landing-hero.track-days .event-details .stat-width .stat-num {
    font-size: 50px;
  }
}

@media (min-width: 1100px) and (max-width: 1300px) {
  .lpds-24-block .landing-hero.track-days .event-details .stat-width .stat-num {
    font-size: 60px;
  }
}

@media (min-width: 1600px) and (max-width: 1799px) {
  .lpds-24-block .landing-hero.track-days .event-details .stat-width .stat-num {
    font-size: 130px;
  }
}

.lpds-24-block .landing-hero.track-days .event-details .dropdown {
  position: initial;
}

.lpds-24-block .landing-hero.track-days .event-details .btn-register {
  right: 0px;
}

@media (max-width: 992px) {
  .lpds-24-block .landing-hero.track-days .event-details .btn-register {
    position: relative;
  }
}

@media (min-width: 993px) and (max-width: 1399px) {
  .lpds-24-block .landing-hero.track-days .event-details .btn-register {
    position: absolute;
  }
}

@media (min-width: 993px) and (max-width: 1799px) {
  .lpds-24-block .landing-hero.track-days .event-details .btn-register {
    bottom: -70px;
  }
}

.lpds-24-block .landing-hero.track-days.track-3 .lpds-img-container img {
  min-height: 700px;
}

@media (min-width: 1700px) {
  .lpds-24-block .landing-hero.track-days.track-3 .event-details .stat-width {
    width: 100%;
  }
}

@media (min-width: 1800px) {
  .lpds-24-block .landing-hero.track-days.track-3 .event-details .btn-register {
    right: 20px;
  }
}

.lpds-24-block .landing-hero.track-days.extra-wide-title .lpds-img-container img {
  min-height: 400px;
}

.lpds-24-block .landing-hero.track-days.extra-wide-title .col-title {
  width: 100%;
}

@media (min-width: 993px) and (max-width: 1799px) {
  .lpds-24-block .landing-hero.track-days.extra-wide-title .btn-register {
    bottom: 0px;
  }
}

.lpds-24-block .landing-hero .event-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
}

@media (min-width: 993px) {
  .lpds-24-block .landing-hero .event-container {
    bottom: 140px;
  }
}

.lpds-24-block .landing-hero .event-container .col-title {
  position: relative;
}

@media (max-width: 992px) {
  .lpds-24-block .landing-hero .event-container .col-title {
    margin-bottom: 40px;
  }
}

@media (min-width: 993px) and (max-width: 1699px) {
  .lpds-24-block .landing-hero .event-container .col-title {
    width: 50%;
  }
}

@media (min-width: 1700px) {
  .lpds-24-block .landing-hero .event-container .col-title {
    width: 37%;
  }
}

@media (max-width: 450px) {
  .lpds-24-block .landing-hero .event-container .col-title .large-heading {
    font-size: 35px;
  }
}

@media (min-width: 451px) and (max-width: 992px) {
  .lpds-24-block .landing-hero .event-container .col-title .large-heading {
    font-size: 50px;
  }
}

@media (min-width: 993px) and (max-width: 1099px) {
  .lpds-24-block .landing-hero .event-container .col-title .large-heading {
    font-size: 55px;
  }
}

@media (min-width: 1100px) and (max-width: 1299px) {
  .lpds-24-block .landing-hero .event-container .col-title .large-heading {
    font-size: 65px;
  }
}

@media (min-width: 1300px) and (max-width: 1720px) {
  .lpds-24-block .landing-hero .event-container .col-title .large-heading {
    font-size: 80px;
  }
}

.lpds-24-block .landing-hero .event-container .col-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media (min-width: 993px) and (max-width: 1699px) {
  .lpds-24-block .landing-hero .event-container .col-text {
    width: 50%;
  }
}

@media (min-width: 1700px) {
  .lpds-24-block .landing-hero .event-container .col-text {
    width: 58%;
  }
}

.lpds-24-block .landing-hero .event-container .column-gap {
  gap: 20px;
}

.lpds-24-block .landing-hero .title {
  font-family: "nobel", sans-serif;
  font-style: normal;
  font-weight: 300;
  border-left: 1px solid #FFF;
  font-size: 35px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 96.9%;
  padding-left: 20px;
}

@media (min-width: 993px) {
  .lpds-24-block .landing-hero .title {
    position: absolute;
    bottom: 0px;
    padding-left: 35px;
  }
}

.lpds-24-block .landing-hero .title .large-heading {
  margin-bottom: -10px;
}

.lpds-24-block .landing-hero .event-details {
  position: relative;
}

.lpds-24-block .landing-hero .event-details .event-details-list {
  margin-bottom: 0;
  border-top: 1px solid #FFF;
  padding-left: 0;
  list-style-type: none;
  font-family: "nobel", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 135%;
  font-size: 22px;
  text-transform: uppercase;
}

.lpds-24-block .landing-hero .event-details .event-details-list a {
  color: #FFF;
}

.lpds-24-block .landing-hero .event-details .btn-register {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

@media (min-width: 993px) {
  .lpds-24-block .landing-hero .event-details .btn-register {
    right: 20px;
  }
}

@media (min-width: 993px) and (max-width: 1399px) {
  .lpds-24-block .landing-hero .event-details .btn-register {
    position: relative;
    margin-top: 25px;
  }
}

@media (max-width: 1399px) {
  .lpds-24-block .landing-hero .event-details .btn-register {
    position: relative;
    margin-top: 15px;
  }
}

.lpds-24-block .block-track-slider, .lpds-24-block .block-track-helmet {
  position: relative;
}

.lpds-24-block .block-track-slider .col-image, .lpds-24-block .block-track-helmet .col-image {
  width: 100%;
  padding-top: 50px;
}

@media (min-width: 993px) {
  .lpds-24-block .block-track-slider .col-image, .lpds-24-block .block-track-helmet .col-image {
    padding-top: 0;
  }
}

@media (min-width: 993px) and (max-width: 1699px) {
  .lpds-24-block .block-track-slider .col-image, .lpds-24-block .block-track-helmet .col-image {
    width: 50%;
  }
}

@media (min-width: 1700px) {
  .lpds-24-block .block-track-slider .col-image, .lpds-24-block .block-track-helmet .col-image {
    width: 32%;
  }
}

@media (max-width: 992px) {
  .lpds-24-block .block-track-slider .col-image img, .lpds-24-block .block-track-helmet .col-image img {
    margin-bottom: 20px;
  }
}

@media (min-width: 993px) {
  .lpds-24-block .block-track-slider .col-image img, .lpds-24-block .block-track-helmet .col-image img {
    width: 100%;
    max-width: 571px;
  }
}

.lpds-24-block .block-track-slider .col-track, .lpds-24-block .block-track-helmet .col-track {
  width: 100%;
}

@media (min-width: 993px) and (max-width: 1699px) {
  .lpds-24-block .block-track-slider .col-track, .lpds-24-block .block-track-helmet .col-track {
    width: 50%;
  }
}

@media (min-width: 1700px) {
  .lpds-24-block .block-track-slider .col-track, .lpds-24-block .block-track-helmet .col-track {
    width: 58%;
  }
}

.lpds-24-block .block-track-slider .slide, .lpds-24-block .block-track-helmet .slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-left: 10px;
}

@media (min-width: 993px) {
  .lpds-24-block .block-track-slider .slide, .lpds-24-block .block-track-helmet .slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 0;
  }
}

@media (max-width: 992px) {
  .lpds-24-block .block-track-slider .slide .schedule, .lpds-24-block .block-track-helmet .slide .schedule {
    position: absolute;
    top: 0px;
  }
}

@media (min-width: 993px) and (max-width: 1699px) {
  .lpds-24-block .block-track-helmet .col-image {
    width: 50%;
  }
}

@media (min-width: 1700px) {
  .lpds-24-block .block-track-helmet .col-image {
    width: 39%;
  }
}

.lpds-24-block .block-track-helmet .col-image img {
  max-width: initial;
}

.lpds-24-block .block-track-helmet .col-image figure {
  position: relative;
}

.lpds-24-block .block-track-helmet .col-image figure img {
  position: relative;
  z-index: 2;
}

.lpds-24-block .block-track-helmet .col-image figure:before {
  content: '';
  background: url("/assets/img/placeholders/radial-blur.png") no-repeat;
  position: absolute;
  bottom: 0px;
  top: 54%;
  left: 0;
  right: 0px;
  display: block;
  z-index: 1;
  background-size: contain;
}

@media (min-width: 1500px) {
  .lpds-24-block .block-badge {
    min-height: 800px;
  }
}

@media (max-width: 992px) {
  .lpds-24-block .block-badge .img-badge {
    width: 100% !important;
    margin-bottom: -85px;
    margin-top: -85px;
    display: none;
  }
}

@media (min-width: 993px) {
  .lpds-24-block .block-badge .img-badge {
    position: absolute;
    width: 47%;
    left: 0px;
    top: -50px;
  }
}

@media (min-width: 1250px) {
  .lpds-24-block .block-badge .img-badge {
    width: 45%;
    top: -100px;
  }
}

@media (min-width: 1500px) {
  .lpds-24-block .block-badge .img-badge {
    width: 1200px;
    left: 0px;
    top: 0px;
  }
}

@media (min-width: 1500px) and (max-width: 1799px) {
  .lpds-24-block .block-badge .img-badge {
    width: 50%;
    top: -100px;
  }
}

@media (min-width: 1800px) {
  .lpds-24-block .block-badge .img-badge {
    top: -200px;
    width: 1100px;
  }
}

@media (min-width: 1500px) {
  .lpds-24-block .block-badge .col-content {
    margin-top: 150px;
  }
}

@media (min-width: 1800px) {
  .lpds-24-block .block-badge .col-content {
    margin-top: 250px;
  }
}

.lpds-24-block .stat-block {
  display: grid;
  position: relative;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin-bottom: 25px;
  margin-top: 25px;
}

.lpds-24-block .stat-block div {
  position: relative;
}

.lpds-24-block .stat-block.stat-2 {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
  .lpds-24-block .stat-block.stat-2 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

.lpds-24-block .stat-block.stat-2 .grid-item {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (max-width: 450px) {
  .lpds-24-block .stat-block.stat-2 .grid-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 1399px) {
  .lpds-24-block .stat-block.stat-2 .grid-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .lpds-24-block .stat-block.stat-2 .grid-item .grid-item {
    padding-right: 0px;
    padding-left: 0;
  }
}

.lpds-24-block .stat-block.stat-2 .grid-item.gap-20 {
  gap: 20px;
}

.lpds-24-block .stat-block.stat-2 .grid-item:nth-child(1) {
  border-right: 1px solid white;
  padding-right: 80px;
}

@media (min-width: 993px) and (max-width: 1699px) {
  .lpds-24-block .stat-block.stat-2 .grid-item:nth-child(1) {
    padding-right: 24px;
  }
}

@media (max-width: 768px) {
  .lpds-24-block .stat-block.stat-2 .grid-item:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid white;
    padding-bottom: 25px;
    padding-right: 0px;
    padding-left: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .lpds-24-block .stat-block.stat-2 .grid-item:nth-child(2) {
    padding-right: 0px;
    padding-left: 0;
  }
}

.lpds-24-block .stat-block.stat-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .lpds-24-block .stat-block.stat-3 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .lpds-24-block .stat-block.stat-3 .grid-item {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.lpds-24-block .stat-block.stat-3 .grid-item:nth-child(1):after, .lpds-24-block .stat-block.stat-3 .grid-item:nth-child(2):after {
  content: '';
  height: calc(100% - 50px);
  width: 1px;
  position: absolute;
  background: white;
  right: 0;
  top: 25px;
}

@media (max-width: 768px) {
  .lpds-24-block .stat-block.stat-3 .grid-item:nth-child(1):after, .lpds-24-block .stat-block.stat-3 .grid-item:nth-child(2):after {
    right: initial;
    bottom: -2px;
    height: 1px;
    width: calc(100% - 0px);
    left: 0px;
    top: initial;
  }
}

.lpds-24-block .stat-block.stat-6 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  border-style: none;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  gap: 0px;
}

@media (max-width: 768px) {
  .lpds-24-block .stat-block.stat-6 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 1fr);
  }
}

@media (max-width: 768px) {
  .lpds-24-block .stat-block.stat-6 .grid-item {
    padding-right: 0px;
    padding-left: 0;
  }
}

.lpds-24-block .stat-block.stat-6 .grid-item:nth-child(1):after, .lpds-24-block .stat-block.stat-6 .grid-item:nth-child(2):after, .lpds-24-block .stat-block.stat-6 .grid-item:nth-child(4):after, .lpds-24-block .stat-block.stat-6 .grid-item:nth-child(5):after {
  content: '';
  height: calc(100% - 50px);
  width: 1px;
  position: absolute;
  background: white;
  right: 0;
  top: 25px;
}

@media (max-width: 768px) {
  .lpds-24-block .stat-block.stat-6 .grid-item:nth-child(1):after, .lpds-24-block .stat-block.stat-6 .grid-item:nth-child(2):after, .lpds-24-block .stat-block.stat-6 .grid-item:nth-child(4):after, .lpds-24-block .stat-block.stat-6 .grid-item:nth-child(5):after {
    right: initial;
    bottom: -2px;
    height: 1px;
    width: calc(100% - 0px);
    left: 0px;
    top: initial;
  }
}

.lpds-24-block .stat-block.stat-6 .grid-item:nth-child(4):before, .lpds-24-block .stat-block.stat-6 .grid-item:nth-child(5):before, .lpds-24-block .stat-block.stat-6 .grid-item:nth-child(6):before {
  content: '';
  height: 1px;
  background: white;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}

.lpds-24-block .stat-block a {
  color: #FFF;
  cursor: initial;
}

.lpds-24-block .stat-block a:hover {
  background: #565656;
}

.lpds-24-block .stat-block a:active {
  background: #28292C;
}

.lpds-24-block .stat-block .grid-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 24px;
}

.lpds-24-block .stat-block .grid-item.center-black:after {
  content: '';
  width: 25px;
  heigth: 25px;
}

.lpds-24-block .stat-block .stat-label {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 400;
}

.lpds-24-block .stat-block .stat-label.label-width {
  width: 96px;
}

.lpds-24-block .stat-block .stat-num {
  font-size: 50px;
  line-height: 103.9%;
  letter-spacing: 0.5px;
  font-weight: 200;
}

@media (min-width: 993px) and (max-width: 1249px) {
  .lpds-24-block .stat-block .stat-num {
    font-size: 57px;
    margin-bottom: -5px !important;
  }
}

@media (max-width: 1249px) {
  .lpds-24-block .stat-block .stat-num {
    margin-bottom: -5px;
  }
}

@media (min-width: 1250px) {
  .lpds-24-block .stat-block .stat-num {
    font-size: 100px;
  }
}

@media (max-width: 1599px) {
  .lpds-24-block .stat-block .stat-num {
    margin-bottom: -10px;
  }
}

@media (min-width: 1600px) {
  .lpds-24-block .stat-block .stat-num {
    font-size: 170px;
    margin-bottom: -20px;
  }
}

.lpds-24-block .stat-block .stat-words {
  text-align: right;
}

.lpds-24-block .stat-detail .grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 24px;
  padding-top: 60px !important;
}

@media (min-width: 1500px) {
  .lpds-24-block .stat-detail .grid-item .stat-label {
    white-space: nowrap;
  }
}

.lpds-24-block .stat-detail .grid-item .register-detail {
  text-align: right;
}

.lpds-24-block .stat-detail .grid-item .register-detail .stat-num {
  font-size: 70px;
  letter-spacing: 0.5px;
  margin-bottom: 45px !important;
  display: block;
}

@media (min-width: 993px) and (max-width: 1100px) {
  .lpds-24-block .stat-detail .grid-item .register-detail .stat-num {
    font-size: 60px;
  }
}

@media (min-width: 1700px) {
  .lpds-24-block .stat-detail .grid-item .register-detail .stat-num {
    font-size: 100px !important;
    line-height: 103.9%;
  }
}

@media (max-width: 1450px) {
  .lpds-24-block .stat-detail .grid-item:nth-child(1) {
    padding-right: 24px !important;
  }
}

@media (max-width: 768px) {
  .lpds-24-block .stat-detail .grid-item:nth-child(1) {
    padding-right: 0px !important;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .lpds-24-block .stat-detail .grid-item:nth-child(1) {
    padding-right: 24px !important;
  }
}

.lpds-24-block .rel-link {
  text-transform: uppercase;
  border-bottom: 1px solid #9F9F9F;
  color: white;
  position: relative;
  font-size: 15px;
  font-family: "nobel", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 96.9%;
}

.lpds-24-block .rel-link:after {
  position: absolute;
  top: 2px;
  right: -25px;
  content: '';
  background: url("/assets/img/landing/lpds/2024/white-arrow.svg");
  width: 18px;
  height: 15px;
  display: block;
}

.lpds-24-block .pt-15 {
  padding-top: 15px;
}

.lpds-24-block .mb-5 {
  margin-bottom: 5px !important;
}

.lpds-24-block .mb-10 {
  margin-bottom: 10px;
}

.lpds-24-block .mt-5 {
  margin-top: 5px !important;
}

.lpds-24-block .mt-10 {
  margin-top: 10px;
}

.lpds-24-block .mt-15 {
  margin-top: 15px;
}

.lpds-24-block .mt-25 {
  margin-top: 25px;
}

.lpds-24-block .mb-15 {
  margin-bottom: 15px;
}

.lpds-24-block .mb-20 {
  margin-bottom: 20px;
}

.lpds-24-block .mb-25 {
  margin-bottom: 25px;
}

.lpds-24-block .mb-35 {
  margin-bottom: 35px;
}

.lpds-24-block .mb-50 {
  margin-bottom: 50px;
}

.lpds-24-block .w-full {
  width: 100%;
}

@media (max-width: 991.98px) {
  .lpds-24-block .sm-px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.lpds-24-block .footer, .lpds-24-block .footer a {
  background: #191919;
  text-align: center;
  font-family: "nobel", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  font-style: normal;
  line-height: 149.9%;
}

.lpds-24-block .footer .container-footer, .lpds-24-block .footer a .container-footer {
  max-width: 1576px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .lpds-24-block .footer .container-footer, .lpds-24-block .footer a .container-footer {
    padding: 40px 20px;
  }
}

@media (min-width: 993px) {
  .lpds-24-block .footer .container-footer, .lpds-24-block .footer a .container-footer {
    padding: 90px 30px;
  }
}

@media (min-width: 1500px) {
  .lpds-24-block .footer .container-footer, .lpds-24-block .footer a .container-footer {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

.lpds-24-block .footer .container-footer img, .lpds-24-block .footer a .container-footer img {
  margin-bottom: 77px;
}

.lpds-24-block .footer a, .lpds-24-block .footer a a {
  color: #FFF;
  text-decoration: underline;
  border-right: 1px solid #FFF;
  padding-right: 5px;
  padding-left: 5px;
}

.lpds-24-block .footer a:last-child, .lpds-24-block .footer a a:last-child {
  border-right: none;
}

.lpds-24-block .block-performance-partners .ticker-left,
.lpds-24-block .block-performance-partners .ticker-right {
  z-index: 10;
}

.lpds-24-block .block-performance-partners .top-row {
  border-top: 1px solid #FFF !important;
  border-bottom: 1px solid #FFF !important;
  margin-top: 25px;
  margin-bottom: 25px;
  min-height: 145px;
  padding-top: 25px;
}

.lpds-24-block .block-performance-partners .ticker {
  margin: 0 8px;
  padding: 20px;
  line-height: 1.5;
  white-space: normal;
  font-weight: 400;
}

@media (max-width: 992px) {
  .lpds-24-block .faq-header {
    margin-left: 0px;
  }
}

.lpds-24-block .faq-header .border-left {
  border-left: 1px solid #FFF;
}

.lpds-24-block .faq-header .large-heading {
  margin-top: -10px;
  margin-bottom: -10px;
  font-weight: 700;
}

.lpds-24-block .faq .faq-title {
  font-family: "nobel", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 125.9%;
  letter-spacing: 1.5px;
  color: #FFF;
  border: none;
  padding-bottom: 20px;
  width: 100%;
  text-align: left;
}

.lpds-24-block .faq .accordion-body button {
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  padding-bottom: 25px;
  padding-top: 20px;
  padding-left: 0;
  position: relative;
}

.lpds-24-block .faq .accordion-body button:after {
  content: '';
  position: absolute;
  right: 1px;
  bottom: 7px;
  background: url("/assets/img/icons/faq-white-arrow.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 17px;
}

.lpds-24-block .faq .accordion-body button:first-child {
  border-top: none;
}

.lpds-24-block .faq .accordion-body button:focus {
  outline: none;
}

.lpds-24-block .faq .accordion-body .collapsed {
  border-bottom: 1px solid #FFF;
}

.lpds-24-block .faq .accordion-body .collapsed:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.lpds-24-block .faq .accordion-body .faq-content {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #FFF;
  margin-bottom: 20px;
}

.lpds-24-block .faq .accordion-body .show .card-body {
  opacity: 1;
}

.lpds-24-block .vehicle-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

@media (max-width: 768px) {
  .lpds-24-block .vehicle-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

.lpds-24-block .vehicle-grid .vehicle-item {
  position: relative;
  border-bottom: 1px solid #FFF;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 50px;
  z-index: 10;
}

@media (min-width: 768px) {
  .lpds-24-block .vehicle-grid .vehicle-item {
    display: grid;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .lpds-24-block .vehicle-grid .vehicle-item {
    grid-template-rows: 200px 50px;
  }
}

@media (min-width: 993px) {
  .lpds-24-block .vehicle-grid .vehicle-item {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 100px;
    grid-template-rows: 390px 52px;
  }
}

.lpds-24-block .vehicle-grid .vehicle-item figure {
  position: relative;
}

.lpds-24-block .vehicle-grid .vehicle-item figure img {
  position: relative;
  z-index: 2;
}

.lpds-24-block .vehicle-grid .vehicle-item figure:before {
  content: '';
  background: url("/assets/img/placeholders/radial-blur.png") no-repeat;
  position: absolute;
  bottom: 0px;
  top: 42%;
  left: 0;
  right: 0px;
  display: block;
  z-index: 1;
  background-size: contain;
}

.lpds-24-block .vehicle-grid .vehicle-item .heading-micro {
  margin-bottom: 10px;
}

@media (min-width: 993px) {
  .lpds-24-block .vehicle-grid .vehicle-item .heading-micro {
    margin-bottom: 30px;
  }
}

.lpds-24-block .vehicle-grid .vehicle-item .rel-link {
  position: absolute;
  bottom: 0px;
}

.lpds-24-block .class-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  margin-top: -1px;
}

@media (min-width: 993px) {
  .lpds-24-block .class-grid {
    grid-template-columns: 450px 1fr;
  }
}

.lpds-24-block .class-grid:first-child {
  border-top: none;
}

.lpds-24-block .class-grid .overview-day {
  padding-right: 20px;
  position: relative;
}

@media (min-width: 993px) {
  .lpds-24-block .class-grid .overview-day {
    border-right: 1px solid #FFF;
  }
}

.lpds-24-block .class-grid .overview-day .event-num {
  line-height: 103.9%;
  letter-spacing: 0.5px;
  font-weight: 200;
  font-size: 170px;
}

@media (max-width: 992px) {
  .lpds-24-block .class-grid .overview-day .event-num {
    font-size: 90px;
    margin-bottom: 0px;
  }
}

.lpds-24-block .class-grid .overview-day .event-label {
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 125.9%;
  font-size: 30px;
  text-transform: uppercase;
}

@media (min-width: 993px) {
  .lpds-24-block .class-grid .overview-day .event-label {
    position: absolute;
    bottom: 0px;
  }
}

.lpds-24-block .class-grid .stat-2 {
  border-top: none;
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .lpds-24-block .class-grid .stat-2 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

.lpds-24-block .class-grid .stat-2 .grid-item {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 450px) {
  .lpds-24-block .class-grid .stat-2 .grid-item {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media (max-width: 1100px) {
  .lpds-24-block .class-grid .stat-2 .grid-item:nth-child(1) {
    border-right: none;
    padding-right: 0px !important;
    padding-bottom: 24px;
    border-bottom: 1px solid #FFF;
  }
}

@media (max-width: 1200px) {
  .lpds-24-block .class-grid .stat-2 .grid-item:nth-child(1) {
    padding-right: 24px;
  }
}

.lpds-24-block .class-grid .stat-2 .grid-item:nth-child(2) {
  padding-left: 24px;
}

@media (max-width: 1100px) {
  .lpds-24-block .class-grid .stat-2 .grid-item:nth-child(2) {
    padding-top: 24px;
    padding-left: 0;
  }
}

.lpds-24-block .class-grid .stat-1 .stat-num, .lpds-24-block .class-grid .stat-2 .stat-num {
  margin-bottom: 0;
}

.lpds-24-block .class-grid .overview-detail .detail-content {
  padding-bottom: 20px;
}

.lpds-24-block .class-grid .overview-detail .grid-item {
  padding-left: 0;
  padding-right: 0;
}

.lpds-24-block .class-grid .overview-detail .grid-item .stat-num {
  font-family: "nobel", sans-serif;
  font-style: normal;
  font-size: 35px;
  font-weight: 200;
  line-height: 103.9%;
  letter-spacing: 0.5px;
}

@media (min-width: 993px) {
  .lpds-24-block .class-grid .overview-detail .grid-item .stat-num {
    font-size: 56.667px;
  }
}

.lpds-24-block .block-performance-class {
  display: grid;
  max-width: 1770px;
  gap: 20px;
}

@media (min-width: 993px) and (max-width: 1399px) {
  .lpds-24-block .block-performance-class {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (min-width: 1400px) {
  .lpds-24-block .block-performance-class {
    grid-template-columns: 644px 1fr;
  }
}

@media (min-width: 993px) {
  .lpds-24-block .block-performance-class {
    gap: 74px;
  }
}

@media (max-width: 992px) {
  .lpds-24-block .block-performance-class .col-img img {
    width: 100%;
  }
}

.lpds-24-block .block-performance-class .col-content .img-badge {
  margin-bottom: 35px;
  margin-top: 10px;
}

.lpds-24-block .block-performance-class .col-content sub {
  display: block;
  font-size: 12px;
  color: #757575;
  line-height: 125.9%;
  margin-top: 20px;
  margin-bottom: 35px;
}

.lpds-24-block .block-performance-class .col-content ul {
  padding-left: 30px;
}

.lpds-24-block .block-performance-class .col-content ul li {
  list-style-type: none;
  position: relative;
}

.lpds-24-block .block-performance-class .col-content ul li:before {
  content: '\2022';
  color: #FFF;
  position: absolute;
  left: -20px;
}

.lpds-24-block .block-track-detail {
  max-width: 1511px;
}

.lpds-24-block .block-track-detail .hotel-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

@media (max-width: 768px) {
  .lpds-24-block .block-track-detail .hotel-grid {
    grid-template-columns: 1fr;
  }
}

.lpds-24-block .block-track-detail .hotel-grid .hotel-content {
  position: relative;
  padding-bottom: 50px;
}

.lpds-24-block .block-track-detail .hotel-grid .hotel-item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto 240px auto;
}

@media (max-width: 992px) {
  .lpds-24-block .block-track-detail .hotel-grid .hotel-item {
    grid-template-rows: 1fr auto 300px auto;
  }
}

.lpds-24-block .block-track-detail .hotel-grid .hotel-item .hotel-info img {
  margin-bottom: 65px;
}

.lpds-24-block .block-track-detail .hotel-grid .hotel-item .hotel-info .rel-link {
  position: absolute;
  bottom: 0px;
}

.lpds-24-block .block-track-detail .hotel-grid .hotel-item .hotel-info a {
  color: #FFF;
  border-bottom: 1px solid gray;
}

.lpds-24-block .block-track-detail .hotel-grid .hotel-item .stat-block {
  margin-top: 0;
  margin-bottom: 0;
  border-top: none;
}

.lpds-24-block .block-track-detail .hotel-grid .hotel-item .stat-block.border-top-1 {
  border-top: 1px solid #FFF;
}

.lpds-24-block .block-track-detail .hotel-grid .hotel-item .stat-block .grid-item {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 400px) {
  .lpds-24-block .block-track-detail .hotel-grid .hotel-item .stat-block .grid-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.lpds-24-block .block-track-detail .hotel-grid .hotel-item .stat-block:nth-child(1) {
  margin-top: -1px !important;
}

.lpds-24-block .block-track-detail .hotel-grid .hotel-item .btn-stay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #FFF;
}

@media (min-width: 768px) {
  .lpds-24-block .block-track-detail .hotel-grid .hotel-item .btn-stay {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 66px;
  }
}

.lpds-24-block .block-track-detail .hotel-grid .hotel-item .btn-stay .btn-register {
  max-width: 153px;
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
}

.lpds-24-block .block-track-detail .btn-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  border-bottom: 1px solid #FFF;
}

@media (min-width: 768px) {
  .lpds-24-block .block-track-detail .btn-big {
    gap: 105px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 24px;
    padding-bottom: 44px;
  }
}

.lpds-24-block .block-track-detail .btn-big .btn-register {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

@media (min-width: 768px) {
  .lpds-24-block .block-track-detail .btn-big .btn-register {
    padding-left: 91px;
    padding-right: 91px;
  }
}

.lpds-24-block .block-track-detail .map-icon {
  color: #FFF;
  font-family: "nobel", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  font-style: normal;
  line-height: 125.9%;
  /* 18.981px */
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  position: relative;
  margin-left: 30px;
}

@media (min-width: 768px) {
  .lpds-24-block .block-track-detail .map-icon {
    margin-left: 0;
  }
}

.lpds-24-block .block-track-detail .map-icon:before {
  content: '';
  background: url("/assets/img/icons/map-white-icon.svg") no-repeat;
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  left: -28px;
}

.lpds-24-block .block-photo-gallery {
  max-width: 1508px;
  display: grid;
  grid-template-rows: auto;
  gap: 24px;
}

@media (min-width: 769px) {
  .lpds-24-block .block-photo-gallery {
    grid-template-rows: repeat(2, 1fr);
  }
}

.lpds-24-block .block-photo-gallery .grid-2 {
  grid-template-columns: 1fr;
  display: grid;
  gap: 24px;
}

@media (min-width: 769px) {
  .lpds-24-block .block-photo-gallery .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.lpds-24-block .block-photo-gallery .grid-3 {
  grid-template-columns: 1fr;
  display: grid;
  gap: 24px;
}

@media (min-width: 769px) {
  .lpds-24-block .block-photo-gallery .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lpds-24-block .block-photo-gallery img {
  -o-object-fit: none;
     object-fit: none;
  width: 100%;
}

@media (max-width: 992px) {
  .lpds-24-block .block-photo-gallery img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.lpds-24-block .track-carousel, .lpds-24-block .helmet-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lpds-24-block .track-carousel .slick-slide, .lpds-24-block .helmet-carousel .slick-slide {
  padding: 2px;
}

.lpds-24-block .track-carousel .slick-prev, .lpds-24-block .helmet-carousel .slick-prev {
  position: absolute !important;
  right: 57px !important;
  left: initial !important;
  top: 2px !important;
  z-index: 5 !important;
}

.lpds-24-block .track-carousel .slick-prev:before, .lpds-24-block .helmet-carousel .slick-prev:before {
  position: absolute !important;
  right: 15px !important;
  left: initial !important;
  top: 7px !important;
}

.lpds-24-block .track-carousel .slick-next, .lpds-24-block .helmet-carousel .slick-next {
  position: absolute !important;
  right: 0px !important;
  left: initial !important;
  top: 2px !important;
  z-index: 5 !important;
}

.lpds-24-block .track-carousel .slick-next:before, .lpds-24-block .helmet-carousel .slick-next:before {
  position: absolute !important;
  right: 0px !important;
  left: initial !important;
  top: 7px !important;
}

.lpds-24-block .carousel-pagination {
  color: #FFF;
  position: absolute;
  right: 49px;
  font-family: "nobel", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 96.9%;
  letter-spacing: 1.405px;
}

@media (min-width: 993px) {
  .lpds-24-block .carousel-pagination {
    right: 60px;
  }
}

@media (min-width: 993px) and (max-width: 1299px) {
  .lpds-24-block .helmet-carousel .grid-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lpds-24-block .helmet-carousel .grid-item:nth-child(1) {
    padding-right: 24px !important;
  }
}

.lpds-24-block .custom-dropdown-location {
  -webkit-transform: translate(-124px, 41px) !important;
          transform: translate(-124px, 41px) !important;
}

@media (min-width: 993px) and (max-width: 1099px) {
  .lpds-24-block .custom-dropdown-location {
    -webkit-transform: translate(-125px, 41px) !important;
            transform: translate(-125px, 41px) !important;
  }
}

@media (min-width: 1100px) and (max-width: 1699px) {
  .lpds-24-block .custom-dropdown-location {
    -webkit-transform: translate(-124px, 41px) !important;
            transform: translate(-124px, 41px) !important;
  }
}

@media (min-width: 1700px) {
  .lpds-24-block .custom-dropdown-location {
    -webkit-transform: translate(-60px, 41px) !important;
            transform: translate(-60px, 41px) !important;
  }
}

.lpds-24-block .custom-dropdown-location-2 {
  -webkit-transform: translate(-105px, 41px) !important;
          transform: translate(-105px, 41px) !important;
}

@media (min-width: 993px) and (max-width: 1099px) {
  .lpds-24-block .custom-dropdown-location-2 {
    -webkit-transform: translate(-125px, 41px) !important;
            transform: translate(-125px, 41px) !important;
  }
}

@media (min-width: 1100px) and (max-width: 1699px) {
  .lpds-24-block .custom-dropdown-location-2 {
    -webkit-transform: translate(-105px, 41px) !important;
            transform: translate(-105px, 41px) !important;
  }
}

@media (min-width: 1700px) {
  .lpds-24-block .custom-dropdown-location-2 {
    -webkit-transform: translate(-30px, 41px) !important;
            transform: translate(-30px, 41px) !important;
  }
}

.lpds-24-block .dropdown-menu span {
  background: black;
  color: white !important;
  text-transform: uppercase;
  padding: 6px 22px;
  font-size: 12px;
  display: block;
  font-family: "nobel", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.935px;
  border: 1px solid #FFF;
}

.lpds-24-block .dropdown-menu a {
  padding-top: 6px;
  padding-bottom: 6px;
}

.capacity-table td, .capacity-table th {
  padding: 4px 8px;
  text-align: center;
  line-height: 24px;
}

.capacity-table .session-label {
  font-size: 16px;
  font-weight: bold;
}

.capacity-table .details-label {
  font-size: 12px;
}

/*View*/
/*Splash Block*/
.page-splash {
  /*Navbar Brand*/
}

.page-splash .navbar-brand {
  margin: 0 auto;
}

/*Splash Background*/
.splash-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*Splash Block*/
.splash-block {
  padding-top: 60px;
  text-align: center;
  min-height: 55vh;
}

@media (min-width: 768px) {
  .splash-block {
    padding-top: 75px;
  }
}

@media (min-width: 1200px) {
  .splash-block {
    padding-top: 150px;
  }
}

.splash-block .splash-title {
  font-size: 18px;
  letter-spacing: 4px;
  line-height: 1.25;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'AcuraBespokeRegular';
}

@media (min-width: 1200px) {
  .splash-block .splash-title {
    font-size: 25px;
    letter-spacing: 7px;
  }
}

.page-splash-inactive .message {
  text-align: center;
  margin-top: 30%;
  padding: 20px;
}

*:focus-visible {
  border: 2px solid yellow !important;
}

.nav-link:focus-visible, .navbar-brand:focus-visible {
  border: 1px solid #cb0fff !important;
}

@media (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }
}
</pre></body></html>