/*
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container,
.container-fluid,
.container-lg,
.container-md,
.container-xl {
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
  width: 100%;
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 768px;
    max-width: 48rem;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 992px;
    max-width: 62rem;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
    max-width: 75rem;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -.9375rem;
  margin-right: -.9375rem;
}

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

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

.col,
.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-auto,
.col-lg,
.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-auto,
.col-md,
.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-auto,
.col-sm,
.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-auto,
.col-xl,
.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-auto {
  padding-left: .9375rem;
  padding-right: .9375rem;
  position: relative;
  width: 100%;
}

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.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: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.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%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-3,
.px-3 {
  padding-left: .9375rem !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: 2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: .9375rem !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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-sm-3,
  .px-sm-3 {
    padding-left: .9375rem !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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-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: .3125rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-3,
  .mx-md-3 {
    margin-left: .9375rem !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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-md-3,
  .px-md-3 {
    padding-left: .9375rem !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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-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: .3125rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: .9375rem !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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-lg-3,
  .px-lg-3 {
    padding-left: .9375rem !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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-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: .3125rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: .9375rem !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: 2rem !important;
  }

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

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

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

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

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

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

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 2.5rem !important;
  }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 2.5rem !important;
  }

  .m-xl-7 {
    margin: 3rem !important;
  }

  .mt-xl-7,
  .my-xl-7 {
    margin-top: 3rem !important;
  }

  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 3rem !important;
  }

  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 3rem !important;
  }

  .m-xl-8 {
    margin: 4rem !important;
  }

  .mt-xl-8,
  .my-xl-8 {
    margin-top: 4rem !important;
  }

  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 4rem !important;
  }

  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 4rem !important;
  }

  .m-xl-9 {
    margin: 5rem !important;
  }

  .mt-xl-9,
  .my-xl-9 {
    margin-top: 5rem !important;
  }

  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 5rem !important;
  }

  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 5rem !important;
  }

  .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: .3125rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: .3125rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: .3125rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .3125rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: .3125rem !important;
  }

  .p-xl-2 {
    padding: .625rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: .625rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: .625rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .625rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: .625rem !important;
  }

  .p-xl-3 {
    padding: .9375rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: .9375rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: .9375rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: .9375rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: .9375rem !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: 2rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2rem !important;
  }

  .p-xl-6 {
    padding: 2.5rem !important;
  }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 2.5rem !important;
  }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 2.5rem !important;
  }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 2.5rem !important;
  }

  .p-xl-7 {
    padding: 3rem !important;
  }

  .pt-xl-7,
  .py-xl-7 {
    padding-top: 3rem !important;
  }

  .pr-xl-7,
  .px-xl-7 {
    padding-right: 3rem !important;
  }

  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-7,
  .px-xl-7 {
    padding-left: 3rem !important;
  }

  .p-xl-8 {
    padding: 4rem !important;
  }

  .pt-xl-8,
  .py-xl-8 {
    padding-top: 4rem !important;
  }

  .pr-xl-8,
  .px-xl-8 {
    padding-right: 4rem !important;
  }

  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-8,
  .px-xl-8 {
    padding-left: 4rem !important;
  }

  .p-xl-9 {
    padding: 5rem !important;
  }

  .pt-xl-9,
  .py-xl-9 {
    padding-top: 5rem !important;
  }

  .pr-xl-9,
  .px-xl-9 {
    padding-right: 5rem !important;
  }

  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-9,
  .px-xl-9 {
    padding-left: 5rem !important;
  }

  .m-xl-n1 {
    margin: -.3125rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -.3125rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -.3125rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -.3125rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -.3125rem !important;
  }

  .m-xl-n2 {
    margin: -.625rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -.625rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -.625rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -.625rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -.625rem !important;
  }

  .m-xl-n3 {
    margin: -.9375rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -.9375rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -.9375rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -.9375rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -.9375rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -2rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -2rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -2rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -2rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -2rem !important;
  }

  .m-xl-n6 {
    margin: -2.5rem !important;
  }

  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -2.5rem !important;
  }

  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -2.5rem !important;
  }

  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -2.5rem !important;
  }

  .m-xl-n7 {
    margin: -3rem !important;
  }

  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -3rem !important;
  }

  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -3rem !important;
  }

  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -3rem !important;
  }

  .m-xl-n8 {
    margin: -4rem !important;
  }

  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -4rem !important;
  }

  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -4rem !important;
  }

  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -4rem !important;
  }

  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -4rem !important;
  }

  .m-xl-n9 {
    margin: -5rem !important;
  }

  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -5rem !important;
  }

  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -5rem !important;
  }

  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -5rem !important;
  }

  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -5rem !important;
  }

  .m-xl-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;
  }
}
/*!
 * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

*,
:after,
:before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  background-color: #fff;
  color: #212529;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  margin-top: 0;
}

p {
  margin-bottom: 1rem;
  margin-top: 0;
}

abbr[data-original-title],
abbr[title] {
  border-bottom: 0;
  cursor: help;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
}

address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}

dl,
ol,
ul {
  margin-top: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  background-color: transparent;
  color: #007bff;
  text-decoration: none;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
  font-size: 1em;
}

pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
}

img,
svg {
  vertical-align: middle;
}

svg {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: .75rem;
  padding-top: .75rem;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: .5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px;
  outline-offset: -.125rem;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

output {
  display: inline-block;
}

summary {
  cursor: pointer;
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.slide-enter-active,
.slide-leave-active {
  transition: all .25s ease-in-out;
}

.slide-enter,
.slide-leave-to {
  transform: translate(100%);
}

.navigation-enter-active,
.navigation-leave-active {
  transition: all .25s ease-in-out;
}

.navigation-enter,
.navigation-leave-to {
  opacity: 0;
  transform: translateX(-100%);
}

.fade-enter-active,
.fade-leave-active {
  transition: all .25s ease-in-out;
  transition-timing-function: ease;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.slide-down-enter-active,
.slide-down-leave-active {
  transition: height .25s ease-in-out;
}

.slide-down-enter,
.slide-down-leave-to {
  height: 0;
}

.width-enter-active,
.width-leave-active {
  transition: all .25s ease-in-out;
  width: 300px;
  width: 18.75rem;
}

.width-enter,
.width-leave-to {
  width: 0;
}

.sticky-header {
  position: fixed;
  width: 100%;
  z-index: 2;
}

html {
  scroll-padding-top: 4.5rem;
}

@media (min-width: 768px) {
  html {
    scroll-padding-top: 10rem;
  }
}

@media (min-width: 992px) {
  html {
    scroll-padding-top: 13rem;
  }
}

html.the-notice-visible {
  scroll-padding-top: 24rem;
}

@media (min-width: 992px) {
  html.the-notice-visible {
    scroll-padding-top: 18rem;
  }
}

html {
  scroll-behavior: smooth;
}

.visuallyhidden {
  clip: rect(0 0 0 0);
  height: 1px;
  left: -99999px;
  left: -6249.9375rem;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.no-break {
  display: inline-block;
}

.cursor-pointer {
  cursor: pointer;
}

.height-100 {
  height: 100%;
}

.height-auto {
  height: auto;
}

.width-100 {
  width: 100% !important;
}

.box-shadow {
  box-shadow: 0 5px 11px 0 rgba(51, 51, 51, .15), 0 4px 15px 0 rgba(51, 51, 51, .3);
  box-shadow: 0 .3125rem .6875rem 0 rgba(51, 51, 51, .15), 0 .25rem .9375rem 0 rgba(51, 51, 51, .3);
}

.video__wrapper {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 1.5625rem;
  position: relative;
  width: 100%;
}

.video__wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.width-350 {
  width: 350px !important;
  width: 21.875rem !important;
}

.max-width-100 {
  max-width: 100% !important;
}

@media (min-width: 576px) {
  .width-sm-350 {
    width: 350px !important;
    width: 21.875rem !important;
  }

  .max-width-sm-100 {
    max-width: 100% !important;
  }
}

@media (min-width: 768px) {
  .width-md-350 {
    width: 350px !important;
    width: 21.875rem !important;
  }

  .max-width-md-100 {
    max-width: 100% !important;
  }
}

@media (min-width: 992px) {
  .width-lg-350 {
    width: 350px !important;
    width: 21.875rem !important;
  }

  .max-width-lg-100 {
    max-width: 100% !important;
  }
}

@media (min-width: 1200px) {
  .width-xl-350 {
    width: 350px !important;
    width: 21.875rem !important;
  }

  .max-width-xl-100 {
    max-width: 100% !important;
  }
}

.background-primary {
  background: #00a09c;
}

.background-secondary {
  background: #f39821;
}

.background-white {
  background: #fff;
}

.background-light-grey {
  background: #ececec;
}

.background-mid-grey {
  background: #b1b4b3;
}

.background-light-blue {
  background: #eaf6f7;
}

.background-transparent {
  background: transparent;
}

.background-overlay {
  background: rgba(0, 0, 0, .7);
}

.background-error {
  background: #dc3545;
}

.background-success {
  background: #198754;
}

.background-gradient {
  background: linear-gradient(90deg, #fff 50%, hsla(0, 0%, 100%, 0) 0, #00a09c 0);
}

@media (min-width: 576px) {
  .background-sm-primary {
    background: #00a09c;
  }

  .background-sm-secondary {
    background: #f39821;
  }

  .background-sm-white {
    background: #fff;
  }

  .background-sm-light-grey {
    background: #ececec;
  }

  .background-sm-mid-grey {
    background: #b1b4b3;
  }

  .background-sm-light-blue {
    background: #eaf6f7;
  }

  .background-sm-transparent {
    background: transparent;
  }

  .background-sm-overlay {
    background: rgba(0, 0, 0, .7);
  }

  .background-sm-error {
    background: #dc3545;
  }

  .background-sm-success {
    background: #198754;
  }

  .background-sm-gradient {
    background: linear-gradient(90deg, #fff 50%, hsla(0, 0%, 100%, 0) 0, #00a09c 0);
  }
}

@media (min-width: 768px) {
  .background-md-primary {
    background: #00a09c;
  }

  .background-md-secondary {
    background: #f39821;
  }

  .background-md-white {
    background: #fff;
  }

  .background-md-light-grey {
    background: #ececec;
  }

  .background-md-mid-grey {
    background: #b1b4b3;
  }

  .background-md-light-blue {
    background: #eaf6f7;
  }

  .background-md-transparent {
    background: transparent;
  }

  .background-md-overlay {
    background: rgba(0, 0, 0, .7);
  }

  .background-md-error {
    background: #dc3545;
  }

  .background-md-success {
    background: #198754;
  }

  .background-md-gradient {
    background: linear-gradient(90deg, #fff 50%, hsla(0, 0%, 100%, 0) 0, #00a09c 0);
  }
}

@media (min-width: 992px) {
  .background-lg-primary {
    background: #00a09c;
  }

  .background-lg-secondary {
    background: #f39821;
  }

  .background-lg-white {
    background: #fff;
  }

  .background-lg-light-grey {
    background: #ececec;
  }

  .background-lg-mid-grey {
    background: #b1b4b3;
  }

  .background-lg-light-blue {
    background: #eaf6f7;
  }

  .background-lg-transparent {
    background: transparent;
  }

  .background-lg-overlay {
    background: rgba(0, 0, 0, .7);
  }

  .background-lg-error {
    background: #dc3545;
  }

  .background-lg-success {
    background: #198754;
  }

  .background-lg-gradient {
    background: linear-gradient(90deg, #fff 50%, hsla(0, 0%, 100%, 0) 0, #00a09c 0);
  }
}

@media (min-width: 1200px) {
  .background-xl-primary {
    background: #00a09c;
  }

  .background-xl-secondary {
    background: #f39821;
  }

  .background-xl-white {
    background: #fff;
  }

  .background-xl-light-grey {
    background: #ececec;
  }

  .background-xl-mid-grey {
    background: #b1b4b3;
  }

  .background-xl-light-blue {
    background: #eaf6f7;
  }

  .background-xl-transparent {
    background: transparent;
  }

  .background-xl-overlay {
    background: rgba(0, 0, 0, .7);
  }

  .background-xl-error {
    background: #dc3545;
  }

  .background-xl-success {
    background: #198754;
  }

  .background-xl-gradient {
    background: linear-gradient(90deg, #fff 50%, hsla(0, 0%, 100%, 0) 0, #00a09c 0);
  }
}

html {
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}

html.accessible {
  font-size: 20px;
  font-size: 1.25rem;
}

body {
  color: #64706e;
  font-family: Montserrat,Helvetica Neue,Roboto,Helvetica,Arial,sans-serif;
  line-height: 1.4;
  min-width: 320px;
  min-width: 20rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Quicksand,Helvetica Neue,Roboto,Helvetica,Arial,sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.25rem;
}

h1 {
  font-size: 46px;
  font-size: 2.875rem;
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

h2 {
  font-size: 32px;
  font-size: 2rem;
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

h3 {
  font-size: 26px;
  font-size: 1.625rem;
}

@media (max-width: 767.98px) {
  h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

h4 {
  font-size: 22px;
  font-size: 1.375rem;
}

@media (max-width: 767.98px) {
  h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 767.98px) {
  h5 {
    font-size: 16px;
    font-size: 1rem;
  }
}

h6 {
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  h6 {
    font-size: 14px;
    font-size: .875rem;
  }
}

p {
  font-size: 1em;
  margin-bottom: 1.25rem;
}

a,
p {
  font-family: inherit;
  line-height: inherit;
}

a {
  color: #00a09c;
  cursor: pointer;
  font-size: inherit;
  text-decoration: underline;
}

a:active,
a:hover {
  color: #f39821;
}

.size-xxs {
  font-size: 12px !important;
  font-size: .75rem !important;
}

@media (min-width: 576px) {
  .size-sm-xxs {
    font-size: 12px !important;
    font-size: .75rem !important;
  }
}

@media (min-width: 768px) {
  .size-md-xxs {
    font-size: 12px !important;
    font-size: .75rem !important;
  }
}

@media (min-width: 992px) {
  .size-lg-xxs {
    font-size: 12px !important;
    font-size: .75rem !important;
  }
}

@media (min-width: 1200px) {
  .size-xl-xxs {
    font-size: 12px !important;
    font-size: .75rem !important;
  }
}

.size-xs {
  font-size: 14px !important;
  font-size: .875rem !important;
}

@media (min-width: 576px) {
  .size-sm-xs {
    font-size: 14px !important;
    font-size: .875rem !important;
  }
}

@media (min-width: 768px) {
  .size-md-xs {
    font-size: 14px !important;
    font-size: .875rem !important;
  }
}

@media (min-width: 992px) {
  .size-lg-xs {
    font-size: 14px !important;
    font-size: .875rem !important;
  }
}

@media (min-width: 1200px) {
  .size-xl-xs {
    font-size: 14px !important;
    font-size: .875rem !important;
  }
}

.size-base {
  font-size: 16px !important;
  font-size: 1rem !important;
}

@media (min-width: 576px) {
  .size-sm-base {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}

@media (min-width: 768px) {
  .size-md-base {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}

@media (min-width: 992px) {
  .size-lg-base {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .size-xl-base {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}

.size-sm {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}

@media (min-width: 576px) {
  .size-sm-sm {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

@media (min-width: 768px) {
  .size-md-sm {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

@media (min-width: 992px) {
  .size-lg-sm {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

@media (min-width: 1200px) {
  .size-xl-sm {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

.size-md {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}

@media (min-width: 576px) {
  .size-sm-md {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}

@media (min-width: 768px) {
  .size-md-md {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}

@media (min-width: 992px) {
  .size-lg-md {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}

@media (min-width: 1200px) {
  .size-xl-md {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}

.size-lg {
  font-size: 26px !important;
  font-size: 1.625rem !important;
}

@media (min-width: 576px) {
  .size-sm-lg {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}

@media (min-width: 768px) {
  .size-md-lg {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}

@media (min-width: 992px) {
  .size-lg-lg {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}

@media (min-width: 1200px) {
  .size-xl-lg {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}

.size-xl {
  font-size: 32px !important;
  font-size: 2rem !important;
}

@media (min-width: 576px) {
  .size-sm-xl {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}

@media (min-width: 768px) {
  .size-md-xl {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}

@media (min-width: 992px) {
  .size-lg-xl {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}

@media (min-width: 1200px) {
  .size-xl-xl {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}

.size-36 {
  font-size: 36px !important;
  font-size: 2.25rem !important;
}

@media (min-width: 576px) {
  .size-sm-36 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}

@media (min-width: 768px) {
  .size-md-36 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .size-lg-36 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}

@media (min-width: 1200px) {
  .size-xl-36 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}

.size-xxl {
  font-size: 46px !important;
  font-size: 2.875rem !important;
}

@media (min-width: 576px) {
  .size-sm-xxl {
    font-size: 46px !important;
    font-size: 2.875rem !important;
  }
}

@media (min-width: 768px) {
  .size-md-xxl {
    font-size: 46px !important;
    font-size: 2.875rem !important;
  }
}

@media (min-width: 992px) {
  .size-lg-xxl {
    font-size: 46px !important;
    font-size: 2.875rem !important;
  }
}

@media (min-width: 1200px) {
  .size-xl-xxl {
    font-size: 46px !important;
    font-size: 2.875rem !important;
  }
}

.size-xxxl {
  font-size: 76px !important;
  font-size: 4.75rem !important;
}

@media (min-width: 576px) {
  .size-sm-xxxl {
    font-size: 76px !important;
    font-size: 4.75rem !important;
  }
}

@media (min-width: 768px) {
  .size-md-xxxl {
    font-size: 76px !important;
    font-size: 4.75rem !important;
  }
}

@media (min-width: 992px) {
  .size-lg-xxxl {
    font-size: 76px !important;
    font-size: 4.75rem !important;
  }
}

@media (min-width: 1200px) {
  .size-xl-xxxl {
    font-size: 76px !important;
    font-size: 4.75rem !important;
  }
}

.size-96 {
  font-size: 96px !important;
  font-size: 6rem !important;
}

@media (min-width: 576px) {
  .size-sm-96 {
    font-size: 96px !important;
    font-size: 6rem !important;
  }
}

@media (min-width: 768px) {
  .size-md-96 {
    font-size: 96px !important;
    font-size: 6rem !important;
  }
}

@media (min-width: 992px) {
  .size-lg-96 {
    font-size: 96px !important;
    font-size: 6rem !important;
  }
}

@media (min-width: 1200px) {
  .size-xl-96 {
    font-size: 96px !important;
    font-size: 6rem !important;
  }
}

.font-regular {
  font-weight: 400 !important;
}

@media (min-width: 576px) {
  .font-sm-regular {
    font-weight: 400 !important;
  }

  .font-sm-italic {
    font-style: italic !important;
  }
}

@media (min-width: 768px) {
  .font-md-regular {
    font-weight: 400 !important;
  }

  .font-md-italic {
    font-style: italic !important;
  }
}

@media (min-width: 992px) {
  .font-lg-regular {
    font-weight: 400 !important;
  }

  .font-lg-italic {
    font-style: italic !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-regular {
    font-weight: 400 !important;
  }

  .font-xl-italic {
    font-style: italic !important;
  }
}

.font-medium {
  font-weight: 500 !important;
}

@media (min-width: 576px) {
  .font-sm-medium {
    font-weight: 500 !important;
  }

  .font-sm-italic {
    font-style: italic !important;
  }
}

@media (min-width: 768px) {
  .font-md-medium {
    font-weight: 500 !important;
  }

  .font-md-italic {
    font-style: italic !important;
  }
}

@media (min-width: 992px) {
  .font-lg-medium {
    font-weight: 500 !important;
  }

  .font-lg-italic {
    font-style: italic !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-medium {
    font-weight: 500 !important;
  }

  .font-xl-italic {
    font-style: italic !important;
  }
}

.font-semi-bold {
  font-weight: 600 !important;
}

@media (min-width: 576px) {
  .font-sm-semi-bold {
    font-weight: 600 !important;
  }

  .font-sm-italic {
    font-style: italic !important;
  }
}

@media (min-width: 768px) {
  .font-md-semi-bold {
    font-weight: 600 !important;
  }

  .font-md-italic {
    font-style: italic !important;
  }
}

@media (min-width: 992px) {
  .font-lg-semi-bold {
    font-weight: 600 !important;
  }

  .font-lg-italic {
    font-style: italic !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-semi-bold {
    font-weight: 600 !important;
  }

  .font-xl-italic {
    font-style: italic !important;
  }
}

.font-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

@media (min-width: 576px) {
  .font-sm-bold {
    font-weight: 700 !important;
  }

  .font-sm-italic {
    font-style: italic !important;
  }
}

@media (min-width: 768px) {
  .font-md-bold {
    font-weight: 700 !important;
  }

  .font-md-italic {
    font-style: italic !important;
  }
}

@media (min-width: 992px) {
  .font-lg-bold {
    font-weight: 700 !important;
  }

  .font-lg-italic {
    font-style: italic !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-bold {
    font-weight: 700 !important;
  }

  .font-xl-italic {
    font-style: italic !important;
  }
}

.font-heading {
  font-family: Quicksand,Helvetica Neue,Roboto,Helvetica,Arial,sans-serif!important;
}

@media (min-width: 576px) {
  .font-sm-heading {
    font-family: Quicksand,Helvetica Neue,Roboto,Helvetica,Arial,sans-serif!important;
  }
}

@media (min-width: 768px) {
  .font-md-heading {
    font-family: Quicksand,Helvetica Neue,Roboto,Helvetica,Arial,sans-serif!important;
  }
}

@media (min-width: 992px) {
  .font-lg-heading {
    font-family: Quicksand,Helvetica Neue,Roboto,Helvetica,Arial,sans-serif!important;
  }
}

@media (min-width: 1200px) {
  .font-xl-heading {
    font-family: Quicksand,Helvetica Neue,Roboto,Helvetica,Arial,sans-serif!important;
  }
}

.font-body {
  font-family: Montserrat,Helvetica Neue,Roboto,Helvetica,Arial,sans-serif!important;
}

@media (min-width: 576px) {
  .font-sm-body {
    font-family: Montserrat,Helvetica Neue,Roboto,Helvetica,Arial,sans-serif!important;
  }
}

@media (min-width: 768px) {
  .font-md-body {
    font-family: Montserrat,Helvetica Neue,Roboto,Helvetica,Arial,sans-serif!important;
  }
}

@media (min-width: 992px) {
  .font-lg-body {
    font-family: Montserrat,Helvetica Neue,Roboto,Helvetica,Arial,sans-serif!important;
  }
}

@media (min-width: 1200px) {
  .font-xl-body {
    font-family: Montserrat,Helvetica Neue,Roboto,Helvetica,Arial,sans-serif!important;
  }
}

.line-height-1 {
  line-height: 1 !important;
}

.text-condensed {
  letter-spacing: -.01em;
}

@media (min-width: 576px) {
  .line-height-sm-1 {
    line-height: 1 !important;
  }

  .text-condensed-sm {
    letter-spacing: -.01em;
  }
}

@media (min-width: 768px) {
  .line-height-md-1 {
    line-height: 1 !important;
  }

  .text-condensed-md {
    letter-spacing: -.01em;
  }
}

@media (min-width: 992px) {
  .line-height-lg-1 {
    line-height: 1 !important;
  }

  .text-condensed-lg {
    letter-spacing: -.01em;
  }
}

@media (min-width: 1200px) {
  .line-height-xl-1 {
    line-height: 1 !important;
  }

  .text-condensed-xl {
    letter-spacing: -.01em;
  }
}

.color-default,
.link-default,
.link-default:active,
.link-default:hover,
.link-default:visited,
.link-hover-default:active,
.link-hover-default:hover {
  color: #64706e !important;
}

@media (min-width: 576px) {
  .color-sm-default,
  .link-hover-sm-default:active,
  .link-hover-sm-default:hover,
  .link-sm-default,
  .link-sm-default:active,
  .link-sm-default:hover,
  .link-sm-default:visited {
    color: #64706e !important;
  }
}

@media (min-width: 768px) {
  .color-md-default,
  .link-hover-md-default:active,
  .link-hover-md-default:hover,
  .link-md-default,
  .link-md-default:active,
  .link-md-default:hover,
  .link-md-default:visited {
    color: #64706e !important;
  }
}

@media (min-width: 992px) {
  .color-lg-default,
  .link-hover-lg-default:active,
  .link-hover-lg-default:hover,
  .link-lg-default,
  .link-lg-default:active,
  .link-lg-default:hover,
  .link-lg-default:visited {
    color: #64706e !important;
  }
}

@media (min-width: 1200px) {
  .color-xl-default,
  .link-hover-xl-default:active,
  .link-hover-xl-default:hover,
  .link-xl-default,
  .link-xl-default:active,
  .link-xl-default:hover,
  .link-xl-default:visited {
    color: #64706e !important;
  }
}

.color-primary,
.link-hover-primary:active,
.link-hover-primary:hover,
.link-primary,
.link-primary:active,
.link-primary:hover,
.link-primary:visited {
  color: #00a09c !important;
}

@media (min-width: 576px) {
  .color-sm-primary,
  .link-hover-sm-primary:active,
  .link-hover-sm-primary:hover,
  .link-sm-primary,
  .link-sm-primary:active,
  .link-sm-primary:hover,
  .link-sm-primary:visited {
    color: #00a09c !important;
  }
}

@media (min-width: 768px) {
  .color-md-primary,
  .link-hover-md-primary:active,
  .link-hover-md-primary:hover,
  .link-md-primary,
  .link-md-primary:active,
  .link-md-primary:hover,
  .link-md-primary:visited {
    color: #00a09c !important;
  }
}

@media (min-width: 992px) {
  .color-lg-primary,
  .link-hover-lg-primary:active,
  .link-hover-lg-primary:hover,
  .link-lg-primary,
  .link-lg-primary:active,
  .link-lg-primary:hover,
  .link-lg-primary:visited {
    color: #00a09c !important;
  }
}

@media (min-width: 1200px) {
  .color-xl-primary,
  .link-hover-xl-primary:active,
  .link-hover-xl-primary:hover,
  .link-xl-primary,
  .link-xl-primary:active,
  .link-xl-primary:hover,
  .link-xl-primary:visited {
    color: #00a09c !important;
  }
}

.color-secondary,
.link-hover-secondary:active,
.link-hover-secondary:hover,
.link-secondary,
.link-secondary:active,
.link-secondary:hover,
.link-secondary:visited {
  color: #f39821 !important;
}

@media (min-width: 576px) {
  .color-sm-secondary,
  .link-hover-sm-secondary:active,
  .link-hover-sm-secondary:hover,
  .link-sm-secondary,
  .link-sm-secondary:active,
  .link-sm-secondary:hover,
  .link-sm-secondary:visited {
    color: #f39821 !important;
  }
}

@media (min-width: 768px) {
  .color-md-secondary,
  .link-hover-md-secondary:active,
  .link-hover-md-secondary:hover,
  .link-md-secondary,
  .link-md-secondary:active,
  .link-md-secondary:hover,
  .link-md-secondary:visited {
    color: #f39821 !important;
  }
}

@media (min-width: 992px) {
  .color-lg-secondary,
  .link-hover-lg-secondary:active,
  .link-hover-lg-secondary:hover,
  .link-lg-secondary,
  .link-lg-secondary:active,
  .link-lg-secondary:hover,
  .link-lg-secondary:visited {
    color: #f39821 !important;
  }
}

@media (min-width: 1200px) {
  .color-xl-secondary,
  .link-hover-xl-secondary:active,
  .link-hover-xl-secondary:hover,
  .link-xl-secondary,
  .link-xl-secondary:active,
  .link-xl-secondary:hover,
  .link-xl-secondary:visited {
    color: #f39821 !important;
  }
}

.color-white,
.link-hover-white:active,
.link-hover-white:hover,
.link-white,
.link-white:active,
.link-white:hover,
.link-white:visited {
  color: #fff !important;
}

@media (min-width: 576px) {
  .color-sm-white,
  .link-hover-sm-white:active,
  .link-hover-sm-white:hover,
  .link-sm-white,
  .link-sm-white:active,
  .link-sm-white:hover,
  .link-sm-white:visited {
    color: #fff !important;
  }
}

@media (min-width: 768px) {
  .color-md-white,
  .link-hover-md-white:active,
  .link-hover-md-white:hover,
  .link-md-white,
  .link-md-white:active,
  .link-md-white:hover,
  .link-md-white:visited {
    color: #fff !important;
  }
}

@media (min-width: 992px) {
  .color-lg-white,
  .link-hover-lg-white:active,
  .link-hover-lg-white:hover,
  .link-lg-white,
  .link-lg-white:active,
  .link-lg-white:hover,
  .link-lg-white:visited {
    color: #fff !important;
  }
}

@media (min-width: 1200px) {
  .color-xl-white,
  .link-hover-xl-white:active,
  .link-hover-xl-white:hover,
  .link-xl-white,
  .link-xl-white:active,
  .link-xl-white:hover,
  .link-xl-white:visited {
    color: #fff !important;
  }
}

.color-mid-grey,
.link-hover-mid-grey:active,
.link-hover-mid-grey:hover,
.link-mid-grey,
.link-mid-grey:active,
.link-mid-grey:hover,
.link-mid-grey:visited {
  color: #b1b4b3 !important;
}

@media (min-width: 576px) {
  .color-sm-mid-grey,
  .link-hover-sm-mid-grey:active,
  .link-hover-sm-mid-grey:hover,
  .link-sm-mid-grey,
  .link-sm-mid-grey:active,
  .link-sm-mid-grey:hover,
  .link-sm-mid-grey:visited {
    color: #b1b4b3 !important;
  }
}

@media (min-width: 768px) {
  .color-md-mid-grey,
  .link-hover-md-mid-grey:active,
  .link-hover-md-mid-grey:hover,
  .link-md-mid-grey,
  .link-md-mid-grey:active,
  .link-md-mid-grey:hover,
  .link-md-mid-grey:visited {
    color: #b1b4b3 !important;
  }
}

@media (min-width: 992px) {
  .color-lg-mid-grey,
  .link-hover-lg-mid-grey:active,
  .link-hover-lg-mid-grey:hover,
  .link-lg-mid-grey,
  .link-lg-mid-grey:active,
  .link-lg-mid-grey:hover,
  .link-lg-mid-grey:visited {
    color: #b1b4b3 !important;
  }
}

@media (min-width: 1200px) {
  .color-xl-mid-grey,
  .link-hover-xl-mid-grey:active,
  .link-hover-xl-mid-grey:hover,
  .link-xl-mid-grey,
  .link-xl-mid-grey:active,
  .link-xl-mid-grey:hover,
  .link-xl-mid-grey:visited {
    color: #b1b4b3 !important;
  }
}

.color-light-grey,
.link-hover-light-grey:active,
.link-hover-light-grey:hover,
.link-light-grey,
.link-light-grey:active,
.link-light-grey:hover,
.link-light-grey:visited {
  color: #ececec !important;
}

@media (min-width: 576px) {
  .color-sm-light-grey,
  .link-hover-sm-light-grey:active,
  .link-hover-sm-light-grey:hover,
  .link-sm-light-grey,
  .link-sm-light-grey:active,
  .link-sm-light-grey:hover,
  .link-sm-light-grey:visited {
    color: #ececec !important;
  }
}

@media (min-width: 768px) {
  .color-md-light-grey,
  .link-hover-md-light-grey:active,
  .link-hover-md-light-grey:hover,
  .link-md-light-grey,
  .link-md-light-grey:active,
  .link-md-light-grey:hover,
  .link-md-light-grey:visited {
    color: #ececec !important;
  }
}

@media (min-width: 992px) {
  .color-lg-light-grey,
  .link-hover-lg-light-grey:active,
  .link-hover-lg-light-grey:hover,
  .link-lg-light-grey,
  .link-lg-light-grey:active,
  .link-lg-light-grey:hover,
  .link-lg-light-grey:visited {
    color: #ececec !important;
  }
}

@media (min-width: 1200px) {
  .color-xl-light-grey,
  .link-hover-xl-light-grey:active,
  .link-hover-xl-light-grey:hover,
  .link-xl-light-grey,
  .link-xl-light-grey:active,
  .link-xl-light-grey:hover,
  .link-xl-light-grey:visited {
    color: #ececec !important;
  }
}

.color-error,
.link-error,
.link-error:active,
.link-error:hover,
.link-error:visited,
.link-hover-error:active,
.link-hover-error:hover {
  color: #dc3545 !important;
}

@media (min-width: 576px) {
  .color-sm-error,
  .link-hover-sm-error:active,
  .link-hover-sm-error:hover,
  .link-sm-error,
  .link-sm-error:active,
  .link-sm-error:hover,
  .link-sm-error:visited {
    color: #dc3545 !important;
  }
}

@media (min-width: 768px) {
  .color-md-error,
  .link-hover-md-error:active,
  .link-hover-md-error:hover,
  .link-md-error,
  .link-md-error:active,
  .link-md-error:hover,
  .link-md-error:visited {
    color: #dc3545 !important;
  }
}

@media (min-width: 992px) {
  .color-lg-error,
  .link-hover-lg-error:active,
  .link-hover-lg-error:hover,
  .link-lg-error,
  .link-lg-error:active,
  .link-lg-error:hover,
  .link-lg-error:visited {
    color: #dc3545 !important;
  }
}

@media (min-width: 1200px) {
  .color-xl-error,
  .link-hover-xl-error:active,
  .link-hover-xl-error:hover,
  .link-xl-error,
  .link-xl-error:active,
  .link-xl-error:hover,
  .link-xl-error:visited {
    color: #dc3545 !important;
  }
}

.color-success,
.link-hover-success:active,
.link-hover-success:hover,
.link-success,
.link-success:active,
.link-success:hover,
.link-success:visited {
  color: #198754 !important;
}

@media (min-width: 576px) {
  .color-sm-success,
  .link-hover-sm-success:active,
  .link-hover-sm-success:hover,
  .link-sm-success,
  .link-sm-success:active,
  .link-sm-success:hover,
  .link-sm-success:visited {
    color: #198754 !important;
  }
}

@media (min-width: 768px) {
  .color-md-success,
  .link-hover-md-success:active,
  .link-hover-md-success:hover,
  .link-md-success,
  .link-md-success:active,
  .link-md-success:hover,
  .link-md-success:visited {
    color: #198754 !important;
  }
}

@media (min-width: 992px) {
  .color-lg-success,
  .link-hover-lg-success:active,
  .link-hover-lg-success:hover,
  .link-lg-success,
  .link-lg-success:active,
  .link-lg-success:hover,
  .link-lg-success:visited {
    color: #198754 !important;
  }
}

@media (min-width: 1200px) {
  .color-xl-success,
  .link-hover-xl-success:active,
  .link-hover-xl-success:hover,
  .link-xl-success,
  .link-xl-success:active,
  .link-xl-success:hover,
  .link-xl-success:visited {
    color: #198754 !important;
  }
}

.border-default {
  border: 1px solid #d2d2d2 !important;
}

.border-bottom-default {
  border-bottom: 1px solid #d2d2d2 !important;
}

.border-top-default {
  border-top: 1px solid #d2d2d2 !important;
}

.border-left-default {
  border-left: 1px solid #d2d2d2 !important;
}

.border-right-default {
  border-right: 1px solid #d2d2d2 !important;
}

@media (min-width: 576px) {
  .border-sm-default {
    border: 1px solid #d2d2d2 !important;
  }

  .border-bottom-sm-default {
    border-bottom: 1px solid #d2d2d2 !important;
  }

  .border-top-sm-default {
    border-top: 1px solid #d2d2d2 !important;
  }

  .border-left-sm-default {
    border-left: 1px solid #d2d2d2 !important;
  }

  .border-right-sm-default {
    border-right: 1px solid #d2d2d2 !important;
  }

  .border-sm-none {
    border: none !important;
  }

  .border-bottom-sm-none {
    border-bottom: none !important;
  }

  .border-top-sm-none {
    border-top: none !important;
  }

  .border-left-sm-none {
    border-left: none !important;
  }

  .border-right-sm-none {
    border-right: none !important;
  }

  .radius-sm-40 {
    border-radius: 40px !important;
    border-radius: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .border-md-default {
    border: 1px solid #d2d2d2 !important;
  }

  .border-bottom-md-default {
    border-bottom: 1px solid #d2d2d2 !important;
  }

  .border-top-md-default {
    border-top: 1px solid #d2d2d2 !important;
  }

  .border-left-md-default {
    border-left: 1px solid #d2d2d2 !important;
  }

  .border-right-md-default {
    border-right: 1px solid #d2d2d2 !important;
  }

  .border-md-none {
    border: none !important;
  }

  .border-bottom-md-none {
    border-bottom: none !important;
  }

  .border-top-md-none {
    border-top: none !important;
  }

  .border-left-md-none {
    border-left: none !important;
  }

  .border-right-md-none {
    border-right: none !important;
  }

  .radius-md-40 {
    border-radius: 40px !important;
    border-radius: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .border-lg-default {
    border: 1px solid #d2d2d2 !important;
  }

  .border-bottom-lg-default {
    border-bottom: 1px solid #d2d2d2 !important;
  }

  .border-top-lg-default {
    border-top: 1px solid #d2d2d2 !important;
  }

  .border-left-lg-default {
    border-left: 1px solid #d2d2d2 !important;
  }

  .border-right-lg-default {
    border-right: 1px solid #d2d2d2 !important;
  }

  .border-lg-none {
    border: none !important;
  }

  .border-bottom-lg-none {
    border-bottom: none !important;
  }

  .border-top-lg-none {
    border-top: none !important;
  }

  .border-left-lg-none {
    border-left: none !important;
  }

  .border-right-lg-none {
    border-right: none !important;
  }

  .radius-lg-40 {
    border-radius: 40px !important;
    border-radius: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .border-xl-default {
    border: 1px solid #d2d2d2 !important;
  }

  .border-bottom-xl-default {
    border-bottom: 1px solid #d2d2d2 !important;
  }

  .border-top-xl-default {
    border-top: 1px solid #d2d2d2 !important;
  }

  .border-left-xl-default {
    border-left: 1px solid #d2d2d2 !important;
  }

  .border-right-xl-default {
    border-right: 1px solid #d2d2d2 !important;
  }

  .border-xl-none {
    border: none !important;
  }

  .border-bottom-xl-none {
    border-bottom: none !important;
  }

  .border-top-xl-none {
    border-top: none !important;
  }

  .border-left-xl-none {
    border-left: none !important;
  }

  .border-right-xl-none {
    border-right: none !important;
  }

  .radius-xl-40 {
    border-radius: 40px !important;
    border-radius: 2.5rem !important;
  }
}

.border-primary {
  border: 1px solid #00a09c !important;
}

.border-bottom-primary {
  border-bottom: 1px solid #00a09c !important;
}

.border-top-primary {
  border-top: 1px solid #00a09c !important;
}

.border-left-primary {
  border-left: 1px solid #00a09c !important;
}

.border-right-primary {
  border-right: 1px solid #00a09c !important;
}

@media (min-width: 576px) {
  .border-sm-primary {
    border: 1px solid #00a09c !important;
  }

  .border-bottom-sm-primary {
    border-bottom: 1px solid #00a09c !important;
  }

  .border-top-sm-primary {
    border-top: 1px solid #00a09c !important;
  }

  .border-left-sm-primary {
    border-left: 1px solid #00a09c !important;
  }

  .border-right-sm-primary {
    border-right: 1px solid #00a09c !important;
  }

  .border-sm-none {
    border: none !important;
  }

  .border-bottom-sm-none {
    border-bottom: none !important;
  }

  .border-top-sm-none {
    border-top: none !important;
  }

  .border-left-sm-none {
    border-left: none !important;
  }

  .border-right-sm-none {
    border-right: none !important;
  }

  .radius-sm-40 {
    border-radius: 40px !important;
    border-radius: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .border-md-primary {
    border: 1px solid #00a09c !important;
  }

  .border-bottom-md-primary {
    border-bottom: 1px solid #00a09c !important;
  }

  .border-top-md-primary {
    border-top: 1px solid #00a09c !important;
  }

  .border-left-md-primary {
    border-left: 1px solid #00a09c !important;
  }

  .border-right-md-primary {
    border-right: 1px solid #00a09c !important;
  }

  .border-md-none {
    border: none !important;
  }

  .border-bottom-md-none {
    border-bottom: none !important;
  }

  .border-top-md-none {
    border-top: none !important;
  }

  .border-left-md-none {
    border-left: none !important;
  }

  .border-right-md-none {
    border-right: none !important;
  }

  .radius-md-40 {
    border-radius: 40px !important;
    border-radius: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .border-lg-primary {
    border: 1px solid #00a09c !important;
  }

  .border-bottom-lg-primary {
    border-bottom: 1px solid #00a09c !important;
  }

  .border-top-lg-primary {
    border-top: 1px solid #00a09c !important;
  }

  .border-left-lg-primary {
    border-left: 1px solid #00a09c !important;
  }

  .border-right-lg-primary {
    border-right: 1px solid #00a09c !important;
  }

  .border-lg-none {
    border: none !important;
  }

  .border-bottom-lg-none {
    border-bottom: none !important;
  }

  .border-top-lg-none {
    border-top: none !important;
  }

  .border-left-lg-none {
    border-left: none !important;
  }

  .border-right-lg-none {
    border-right: none !important;
  }

  .radius-lg-40 {
    border-radius: 40px !important;
    border-radius: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .border-xl-primary {
    border: 1px solid #00a09c !important;
  }

  .border-bottom-xl-primary {
    border-bottom: 1px solid #00a09c !important;
  }

  .border-top-xl-primary {
    border-top: 1px solid #00a09c !important;
  }

  .border-left-xl-primary {
    border-left: 1px solid #00a09c !important;
  }

  .border-right-xl-primary {
    border-right: 1px solid #00a09c !important;
  }

  .border-xl-none {
    border: none !important;
  }

  .border-bottom-xl-none {
    border-bottom: none !important;
  }

  .border-top-xl-none {
    border-top: none !important;
  }

  .border-left-xl-none {
    border-left: none !important;
  }

  .border-right-xl-none {
    border-right: none !important;
  }

  .radius-xl-40 {
    border-radius: 40px !important;
    border-radius: 2.5rem !important;
  }
}

.border-secondary {
  border: 1px solid #f39821 !important;
}

.border-bottom-secondary {
  border-bottom: 1px solid #f39821 !important;
}

.border-top-secondary {
  border-top: 1px solid #f39821 !important;
}

.border-left-secondary {
  border-left: 1px solid #f39821 !important;
}

.border-right-secondary {
  border-right: 1px solid #f39821 !important;
}

@media (min-width: 576px) {
  .border-sm-secondary {
    border: 1px solid #f39821 !important;
  }

  .border-bottom-sm-secondary {
    border-bottom: 1px solid #f39821 !important;
  }

  .border-top-sm-secondary {
    border-top: 1px solid #f39821 !important;
  }

  .border-left-sm-secondary {
    border-left: 1px solid #f39821 !important;
  }

  .border-right-sm-secondary {
    border-right: 1px solid #f39821 !important;
  }

  .border-sm-none {
    border: none !important;
  }

  .border-bottom-sm-none {
    border-bottom: none !important;
  }

  .border-top-sm-none {
    border-top: none !important;
  }

  .border-left-sm-none {
    border-left: none !important;
  }

  .border-right-sm-none {
    border-right: none !important;
  }

  .radius-sm-40 {
    border-radius: 40px !important;
    border-radius: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .border-md-secondary {
    border: 1px solid #f39821 !important;
  }

  .border-bottom-md-secondary {
    border-bottom: 1px solid #f39821 !important;
  }

  .border-top-md-secondary {
    border-top: 1px solid #f39821 !important;
  }

  .border-left-md-secondary {
    border-left: 1px solid #f39821 !important;
  }

  .border-right-md-secondary {
    border-right: 1px solid #f39821 !important;
  }

  .border-md-none {
    border: none !important;
  }

  .border-bottom-md-none {
    border-bottom: none !important;
  }

  .border-top-md-none {
    border-top: none !important;
  }

  .border-left-md-none {
    border-left: none !important;
  }

  .border-right-md-none {
    border-right: none !important;
  }

  .radius-md-40 {
    border-radius: 40px !important;
    border-radius: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .border-lg-secondary {
    border: 1px solid #f39821 !important;
  }

  .border-bottom-lg-secondary {
    border-bottom: 1px solid #f39821 !important;
  }

  .border-top-lg-secondary {
    border-top: 1px solid #f39821 !important;
  }

  .border-left-lg-secondary {
    border-left: 1px solid #f39821 !important;
  }

  .border-right-lg-secondary {
    border-right: 1px solid #f39821 !important;
  }

  .border-lg-none {
    border: none !important;
  }

  .border-bottom-lg-none {
    border-bottom: none !important;
  }

  .border-top-lg-none {
    border-top: none !important;
  }

  .border-left-lg-none {
    border-left: none !important;
  }

  .border-right-lg-none {
    border-right: none !important;
  }

  .radius-lg-40 {
    border-radius: 40px !important;
    border-radius: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .border-xl-secondary {
    border: 1px solid #f39821 !important;
  }

  .border-bottom-xl-secondary {
    border-bottom: 1px solid #f39821 !important;
  }

  .border-top-xl-secondary {
    border-top: 1px solid #f39821 !important;
  }

  .border-left-xl-secondary {
    border-left: 1px solid #f39821 !important;
  }

  .border-right-xl-secondary {
    border-right: 1px solid #f39821 !important;
  }

  .border-xl-none {
    border: none !important;
  }

  .border-bottom-xl-none {
    border-bottom: none !important;
  }

  .border-top-xl-none {
    border-top: none !important;
  }

  .border-left-xl-none {
    border-left: none !important;
  }

  .border-right-xl-none {
    border-right: none !important;
  }

  .radius-xl-40 {
    border-radius: 40px !important;
    border-radius: 2.5rem !important;
  }
}

.border-dark-grey {
  border: 1px solid #64706e !important;
}

.border-bottom-dark-grey {
  border-bottom: 1px solid #64706e !important;
}

.border-top-dark-grey {
  border-top: 1px solid #64706e !important;
}

.border-left-dark-grey {
  border-left: 1px solid #64706e !important;
}

.border-right-dark-grey {
  border-right: 1px solid #64706e !important;
}

@media (min-width: 576px) {
  .border-sm-dark-grey {
    border: 1px solid #64706e !important;
  }

  .border-bottom-sm-dark-grey {
    border-bottom: 1px solid #64706e !important;
  }

  .border-top-sm-dark-grey {
    border-top: 1px solid #64706e !important;
  }

  .border-left-sm-dark-grey {
    border-left: 1px solid #64706e !important;
  }

  .border-right-sm-dark-grey {
    border-right: 1px solid #64706e !important;
  }

  .border-sm-none {
    border: none !important;
  }

  .border-bottom-sm-none {
    border-bottom: none !important;
  }

  .border-top-sm-none {
    border-top: none !important;
  }

  .border-left-sm-none {
    border-left: none !important;
  }

  .border-right-sm-none {
    border-right: none !important;
  }

  .radius-sm-40 {
    border-radius: 40px !important;
    border-radius: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .border-md-dark-grey {
    border: 1px solid #64706e !important;
  }

  .border-bottom-md-dark-grey {
    border-bottom: 1px solid #64706e !important;
  }

  .border-top-md-dark-grey {
    border-top: 1px solid #64706e !important;
  }

  .border-left-md-dark-grey {
    border-left: 1px solid #64706e !important;
  }

  .border-right-md-dark-grey {
    border-right: 1px solid #64706e !important;
  }

  .border-md-none {
    border: none !important;
  }

  .border-bottom-md-none {
    border-bottom: none !important;
  }

  .border-top-md-none {
    border-top: none !important;
  }

  .border-left-md-none {
    border-left: none !important;
  }

  .border-right-md-none {
    border-right: none !important;
  }

  .radius-md-40 {
    border-radius: 40px !important;
    border-radius: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .border-lg-dark-grey {
    border: 1px solid #64706e !important;
  }

  .border-bottom-lg-dark-grey {
    border-bottom: 1px solid #64706e !important;
  }

  .border-top-lg-dark-grey {
    border-top: 1px solid #64706e !important;
  }

  .border-left-lg-dark-grey {
    border-left: 1px solid #64706e !important;
  }

  .border-right-lg-dark-grey {
    border-right: 1px solid #64706e !important;
  }

  .border-lg-none {
    border: none !important;
  }

  .border-bottom-lg-none {
    border-bottom: none !important;
  }

  .border-top-lg-none {
    border-top: none !important;
  }

  .border-left-lg-none {
    border-left: none !important;
  }

  .border-right-lg-none {
    border-right: none !important;
  }

  .radius-lg-40 {
    border-radius: 40px !important;
    border-radius: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .border-xl-dark-grey {
    border: 1px solid #64706e !important;
  }

  .border-bottom-xl-dark-grey {
    border-bottom: 1px solid #64706e !important;
  }

  .border-top-xl-dark-grey {
    border-top: 1px solid #64706e !important;
  }

  .border-left-xl-dark-grey {
    border-left: 1px solid #64706e !important;
  }

  .border-right-xl-dark-grey {
    border-right: 1px solid #64706e !important;
  }

  .border-xl-none {
    border: none !important;
  }

  .border-bottom-xl-none {
    border-bottom: none !important;
  }

  .border-top-xl-none {
    border-top: none !important;
  }

  .border-left-xl-none {
    border-left: none !important;
  }

  .border-right-xl-none {
    border-right: none !important;
  }

  .radius-xl-40 {
    border-radius: 40px !important;
    border-radius: 2.5rem !important;
  }
}

.border-transparent {
  border: 1px solid transparent !important;
}

.border-bottom-transparent {
  border-bottom: 1px solid transparent !important;
}

.border-top-transparent {
  border-top: 1px solid transparent !important;
}

.border-left-transparent {
  border-left: 1px solid transparent !important;
}

.border-right-transparent {
  border-right: 1px solid transparent !important;
}

@media (min-width: 576px) {
  .border-sm-transparent {
    border: 1px solid transparent !important;
  }

  .border-bottom-sm-transparent {
    border-bottom: 1px solid transparent !important;
  }

  .border-top-sm-transparent {
    border-top: 1px solid transparent !important;
  }

  .border-left-sm-transparent {
    border-left: 1px solid transparent !important;
  }

  .border-right-sm-transparent {
    border-right: 1px solid transparent !important;
  }

  .border-sm-none {
    border: none !important;
  }

  .border-bottom-sm-none {
    border-bottom: none !important;
  }

  .border-top-sm-none {
    border-top: none !important;
  }

  .border-left-sm-none {
    border-left: none !important;
  }

  .border-right-sm-none {
    border-right: none !important;
  }

  .radius-sm-40 {
    border-radius: 40px !important;
    border-radius: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .border-md-transparent {
    border: 1px solid transparent !important;
  }

  .border-bottom-md-transparent {
    border-bottom: 1px solid transparent !important;
  }

  .border-top-md-transparent {
    border-top: 1px solid transparent !important;
  }

  .border-left-md-transparent {
    border-left: 1px solid transparent !important;
  }

  .border-right-md-transparent {
    border-right: 1px solid transparent !important;
  }

  .border-md-none {
    border: none !important;
  }

  .border-bottom-md-none {
    border-bottom: none !important;
  }

  .border-top-md-none {
    border-top: none !important;
  }

  .border-left-md-none {
    border-left: none !important;
  }

  .border-right-md-none {
    border-right: none !important;
  }

  .radius-md-40 {
    border-radius: 40px !important;
    border-radius: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .border-lg-transparent {
    border: 1px solid transparent !important;
  }

  .border-bottom-lg-transparent {
    border-bottom: 1px solid transparent !important;
  }

  .border-top-lg-transparent {
    border-top: 1px solid transparent !important;
  }

  .border-left-lg-transparent {
    border-left: 1px solid transparent !important;
  }

  .border-right-lg-transparent {
    border-right: 1px solid transparent !important;
  }

  .border-lg-none {
    border: none !important;
  }

  .border-bottom-lg-none {
    border-bottom: none !important;
  }

  .border-top-lg-none {
    border-top: none !important;
  }

  .border-left-lg-none {
    border-left: none !important;
  }

  .border-right-lg-none {
    border-right: none !important;
  }

  .radius-lg-40 {
    border-radius: 40px !important;
    border-radius: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .border-xl-transparent {
    border: 1px solid transparent !important;
  }

  .border-bottom-xl-transparent {
    border-bottom: 1px solid transparent !important;
  }

  .border-top-xl-transparent {
    border-top: 1px solid transparent !important;
  }

  .border-left-xl-transparent {
    border-left: 1px solid transparent !important;
  }

  .border-right-xl-transparent {
    border-right: 1px solid transparent !important;
  }

  .border-xl-none {
    border: none !important;
  }

  .border-bottom-xl-none {
    border-bottom: none !important;
  }

  .border-top-xl-none {
    border-top: none !important;
  }

  .border-left-xl-none {
    border-left: none !important;
  }

  .border-right-xl-none {
    border-right: none !important;
  }

  .radius-xl-40 {
    border-radius: 40px !important;
    border-radius: 2.5rem !important;
  }
}

.border-light-grey {
  border: 1px solid #ececec !important;
}

.border-bottom-light-grey {
  border-bottom: 1px solid #ececec !important;
}

.border-top-light-grey {
  border-top: 1px solid #ececec !important;
}

.border-left-light-grey {
  border-left: 1px solid #ececec !important;
}

.border-right-light-grey {
  border-right: 1px solid #ececec !important;
}

@media (min-width: 576px) {
  .border-sm-light-grey {
    border: 1px solid #ececec !important;
  }

  .border-bottom-sm-light-grey {
    border-bottom: 1px solid #ececec !important;
  }

  .border-top-sm-light-grey {
    border-top: 1px solid #ececec !important;
  }

  .border-left-sm-light-grey {
    border-left: 1px solid #ececec !important;
  }

  .border-right-sm-light-grey {
    border-right: 1px solid #ececec !important;
  }

  .border-sm-none {
    border: none !important;
  }

  .border-bottom-sm-none {
    border-bottom: none !important;
  }

  .border-top-sm-none {
    border-top: none !important;
  }

  .border-left-sm-none {
    border-left: none !important;
  }

  .border-right-sm-none {
    border-right: none !important;
  }

  .radius-sm-40 {
    border-radius: 40px !important;
    border-radius: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .border-md-light-grey {
    border: 1px solid #ececec !important;
  }

  .border-bottom-md-light-grey {
    border-bottom: 1px solid #ececec !important;
  }

  .border-top-md-light-grey {
    border-top: 1px solid #ececec !important;
  }

  .border-left-md-light-grey {
    border-left: 1px solid #ececec !important;
  }

  .border-right-md-light-grey {
    border-right: 1px solid #ececec !important;
  }

  .border-md-none {
    border: none !important;
  }

  .border-bottom-md-none {
    border-bottom: none !important;
  }

  .border-top-md-none {
    border-top: none !important;
  }

  .border-left-md-none {
    border-left: none !important;
  }

  .border-right-md-none {
    border-right: none !important;
  }

  .radius-md-40 {
    border-radius: 40px !important;
    border-radius: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .border-lg-light-grey {
    border: 1px solid #ececec !important;
  }

  .border-bottom-lg-light-grey {
    border-bottom: 1px solid #ececec !important;
  }

  .border-top-lg-light-grey {
    border-top: 1px solid #ececec !important;
  }

  .border-left-lg-light-grey {
    border-left: 1px solid #ececec !important;
  }

  .border-right-lg-light-grey {
    border-right: 1px solid #ececec !important;
  }

  .border-lg-none {
    border: none !important;
  }

  .border-bottom-lg-none {
    border-bottom: none !important;
  }

  .border-top-lg-none {
    border-top: none !important;
  }

  .border-left-lg-none {
    border-left: none !important;
  }

  .border-right-lg-none {
    border-right: none !important;
  }

  .radius-lg-40 {
    border-radius: 40px !important;
    border-radius: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .border-xl-light-grey {
    border: 1px solid #ececec !important;
  }

  .border-bottom-xl-light-grey {
    border-bottom: 1px solid #ececec !important;
  }

  .border-top-xl-light-grey {
    border-top: 1px solid #ececec !important;
  }

  .border-left-xl-light-grey {
    border-left: 1px solid #ececec !important;
  }

  .border-right-xl-light-grey {
    border-right: 1px solid #ececec !important;
  }

  .border-xl-none {
    border: none !important;
  }

  .border-bottom-xl-none {
    border-bottom: none !important;
  }

  .border-top-xl-none {
    border-top: none !important;
  }

  .border-left-xl-none {
    border-left: none !important;
  }

  .border-right-xl-none {
    border-right: none !important;
  }

  .radius-xl-40 {
    border-radius: 40px !important;
    border-radius: 2.5rem !important;
  }
}

.border-white {
  border: 1px solid #ececec !important;
}

.border-bottom-white {
  border-bottom: 1px solid #ececec !important;
}

.border-top-white {
  border-top: 1px solid #ececec !important;
}

.border-left-white {
  border-left: 1px solid #ececec !important;
}

.border-right-white {
  border-right: 1px solid #ececec !important;
}

.border-none {
  border: none !important;
}

.border-bottom-none {
  border-bottom: none !important;
}

.border-top-none {
  border-top: none !important;
}

.border-left-none {
  border-left: none !important;
}

.border-right-none {
  border-right: none !important;
}

.radius-40 {
  border-radius: 40px !important;
  border-radius: 2.5rem !important;
}

@media (min-width: 576px) {
  .border-sm-white {
    border: 1px solid #ececec !important;
  }

  .border-bottom-sm-white {
    border-bottom: 1px solid #ececec !important;
  }

  .border-top-sm-white {
    border-top: 1px solid #ececec !important;
  }

  .border-left-sm-white {
    border-left: 1px solid #ececec !important;
  }

  .border-right-sm-white {
    border-right: 1px solid #ececec !important;
  }

  .border-sm-none {
    border: none !important;
  }

  .border-bottom-sm-none {
    border-bottom: none !important;
  }

  .border-top-sm-none {
    border-top: none !important;
  }

  .border-left-sm-none {
    border-left: none !important;
  }

  .border-right-sm-none {
    border-right: none !important;
  }

  .radius-sm-40 {
    border-radius: 40px !important;
    border-radius: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .border-md-white {
    border: 1px solid #ececec !important;
  }

  .border-bottom-md-white {
    border-bottom: 1px solid #ececec !important;
  }

  .border-top-md-white {
    border-top: 1px solid #ececec !important;
  }

  .border-left-md-white {
    border-left: 1px solid #ececec !important;
  }

  .border-right-md-white {
    border-right: 1px solid #ececec !important;
  }

  .border-md-none {
    border: none !important;
  }

  .border-bottom-md-none {
    border-bottom: none !important;
  }

  .border-top-md-none {
    border-top: none !important;
  }

  .border-left-md-none {
    border-left: none !important;
  }

  .border-right-md-none {
    border-right: none !important;
  }

  .radius-md-40 {
    border-radius: 40px !important;
    border-radius: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .border-lg-white {
    border: 1px solid #ececec !important;
  }

  .border-bottom-lg-white {
    border-bottom: 1px solid #ececec !important;
  }

  .border-top-lg-white {
    border-top: 1px solid #ececec !important;
  }

  .border-left-lg-white {
    border-left: 1px solid #ececec !important;
  }

  .border-right-lg-white {
    border-right: 1px solid #ececec !important;
  }

  .border-lg-none {
    border: none !important;
  }

  .border-bottom-lg-none {
    border-bottom: none !important;
  }

  .border-top-lg-none {
    border-top: none !important;
  }

  .border-left-lg-none {
    border-left: none !important;
  }

  .border-right-lg-none {
    border-right: none !important;
  }

  .radius-lg-40 {
    border-radius: 40px !important;
    border-radius: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .border-xl-white {
    border: 1px solid #ececec !important;
  }

  .border-bottom-xl-white {
    border-bottom: 1px solid #ececec !important;
  }

  .border-top-xl-white {
    border-top: 1px solid #ececec !important;
  }

  .border-left-xl-white {
    border-left: 1px solid #ececec !important;
  }

  .border-right-xl-white {
    border-right: 1px solid #ececec !important;
  }

  .border-xl-none {
    border: none !important;
  }

  .border-bottom-xl-none {
    border-bottom: none !important;
  }

  .border-top-xl-none {
    border-top: none !important;
  }

  .border-left-xl-none {
    border-left: none !important;
  }

  .border-right-xl-none {
    border-right: none !important;
  }

  .radius-xl-40 {
    border-radius: 40px !important;
    border-radius: 2.5rem !important;
  }
}

.link-reset {
  text-decoration: none;
}

.link-reset,
.link-reset:visited {
  color: inherit;
}

.link-reset:active,
.link-reset:hover {
  text-decoration: none;
}

.link-hover-bold:hover {
  font-weight: 700 !important;
}

.link-hover-underlined {
  border-bottom: .125rem solid transparent;
  transition: all .1s ease-in-out;
}

.link-hover-underlined:hover {
  border-bottom: .125rem solid;
}

@media (min-width: 576px) {
  .link-hover-sm-bold:hover {
    font-weight: 700 !important;
  }

  .link-hover-sm-underlined {
    border-bottom: .125rem solid transparent;
    transition: all .1s ease-in-out;
  }

  .link-hover-sm-underlined:hover {
    border-bottom: .125rem solid;
  }
}

@media (min-width: 768px) {
  .link-hover-md-bold:hover {
    font-weight: 700 !important;
  }

  .link-hover-md-underlined {
    border-bottom: .125rem solid transparent;
    transition: all .1s ease-in-out;
  }

  .link-hover-md-underlined:hover {
    border-bottom: .125rem solid;
  }
}

@media (min-width: 992px) {
  .link-hover-lg-bold:hover {
    font-weight: 700 !important;
  }

  .link-hover-lg-underlined {
    border-bottom: .125rem solid transparent;
    transition: all .1s ease-in-out;
  }

  .link-hover-lg-underlined:hover {
    border-bottom: .125rem solid;
  }
}

@media (min-width: 1200px) {
  .link-hover-xl-bold:hover {
    font-weight: 700 !important;
  }

  .link-hover-xl-underlined {
    border-bottom: .125rem solid transparent;
    transition: all .1s ease-in-out;
  }

  .link-hover-xl-underlined:hover {
    border-bottom: .125rem solid;
  }
}

.position-relative {
  position: relative !important;
}

.position-static {
  position: static !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.left-auto {
  left: auto !important;
}

.right-auto {
  right: auto !important;
}

.top-auto {
  top: auto !important;
}

.bottom-auto {
  bottom: auto !important;
}

.left-100 {
  left: 100% !important;
}

.right-100 {
  right: 100% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.vertical-center {
  top: 50%;
  transform: translateY(-50%);
}

.horizontal-center {
  left: 50%;
  transform: translateX(-50%);
}

.absolute-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.left-0,
.left-neg-0 {
  left: 0 !important;
}

.right-0,
.right-neg-0 {
  right: 0 !important;
}

.top-0,
.top-neg-0 {
  top: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.width-0 {
  width: 0 !important;
}

.height-0 {
  height: 0 !important;
}

.left-1 {
  left: 5px !important;
  left: .3125rem !important;
}

.left-neg-1 {
  left: -5px !important;
  left: -.3125rem !important;
}

.right-1 {
  right: 5px !important;
  right: .3125rem !important;
}

.right-neg-1 {
  right: -5px !important;
  right: -.3125rem !important;
}

.top-1 {
  top: 5px !important;
  top: .3125rem !important;
}

.top-neg-1 {
  top: -5px !important;
  top: -.3125rem !important;
}

.bottom-1 {
  bottom: 5px !important;
  bottom: .3125rem !important;
}

.width-1 {
  width: 5px !important;
  width: .3125rem !important;
}

.height-1 {
  height: 5px !important;
  height: .3125rem !important;
}

.left-2 {
  left: 10px !important;
  left: .625rem !important;
}

.left-neg-2 {
  left: -10px !important;
  left: -.625rem !important;
}

.right-2 {
  right: 10px !important;
  right: .625rem !important;
}

.right-neg-2 {
  right: -10px !important;
  right: -.625rem !important;
}

.top-2 {
  top: 10px !important;
  top: .625rem !important;
}

.top-neg-2 {
  top: -10px !important;
  top: -.625rem !important;
}

.bottom-2 {
  bottom: 10px !important;
  bottom: .625rem !important;
}

.width-2 {
  width: 10px !important;
  width: .625rem !important;
}

.height-2 {
  height: 10px !important;
  height: .625rem !important;
}

.left-3 {
  left: 15px !important;
  left: .9375rem !important;
}

.left-neg-3 {
  left: -15px !important;
  left: -.9375rem !important;
}

.right-3 {
  right: 15px !important;
  right: .9375rem !important;
}

.right-neg-3 {
  right: -15px !important;
  right: -.9375rem !important;
}

.top-3 {
  top: 15px !important;
  top: .9375rem !important;
}

.top-neg-3 {
  top: -15px !important;
  top: -.9375rem !important;
}

.bottom-3 {
  bottom: 15px !important;
  bottom: .9375rem !important;
}

.width-3 {
  width: 15px !important;
  width: .9375rem !important;
}

.height-3 {
  height: 15px !important;
  height: .9375rem !important;
}

.left-4 {
  left: 1.5rem !important;
}

.left-neg-4 {
  left: -1.5rem !important;
}

.right-4 {
  right: 1.5rem !important;
}

.right-neg-4 {
  right: -1.5rem !important;
}

.top-4 {
  top: 1.5rem !important;
}

.top-neg-4 {
  top: -1.5rem !important;
}

.bottom-4 {
  bottom: 1.5rem !important;
}

.width-4 {
  width: 1.5rem !important;
}

.height-4 {
  height: 1.5rem !important;
}

.left-5 {
  left: 2rem !important;
}

.left-neg-5 {
  left: -2rem !important;
}

.right-5 {
  right: 2rem !important;
}

.right-neg-5 {
  right: -2rem !important;
}

.top-5 {
  top: 2rem !important;
}

.top-neg-5 {
  top: -2rem !important;
}

.bottom-5 {
  bottom: 2rem !important;
}

.width-5 {
  width: 2rem !important;
}

.height-5 {
  height: 2rem !important;
}

.left-6 {
  left: 2.5rem !important;
}

.left-neg-6 {
  left: -2.5rem !important;
}

.right-6 {
  right: 2.5rem !important;
}

.right-neg-6 {
  right: -2.5rem !important;
}

.top-6 {
  top: 2.5rem !important;
}

.top-neg-6 {
  top: -2.5rem !important;
}

.bottom-6 {
  bottom: 2.5rem !important;
}

.width-6 {
  width: 2.5rem !important;
}

.height-6 {
  height: 2.5rem !important;
}

.left-7 {
  left: 3rem !important;
}

.left-neg-7 {
  left: -3rem !important;
}

.right-7 {
  right: 3rem !important;
}

.right-neg-7 {
  right: -3rem !important;
}

.top-7 {
  top: 3rem !important;
}

.top-neg-7 {
  top: -3rem !important;
}

.bottom-7 {
  bottom: 3rem !important;
}

.width-7 {
  width: 3rem !important;
}

.height-7 {
  height: 3rem !important;
}

.left-8 {
  left: 4rem !important;
}

.left-neg-8 {
  left: -4rem !important;
}

.right-8 {
  right: 4rem !important;
}

.right-neg-8 {
  right: -4rem !important;
}

.top-8 {
  top: 4rem !important;
}

.top-neg-8 {
  top: -4rem !important;
}

.bottom-8 {
  bottom: 4rem !important;
}

.width-8 {
  width: 4rem !important;
}

.height-8 {
  height: 4rem !important;
}

.left-9 {
  left: 5rem !important;
}

.left-neg-9 {
  left: -5rem !important;
}

.right-9 {
  right: 5rem !important;
}

.right-neg-9 {
  right: -5rem !important;
}

.top-9 {
  top: 5rem !important;
}

.top-neg-9 {
  top: -5rem !important;
}

.bottom-9 {
  bottom: 5rem !important;
}

.width-9 {
  width: 5rem !important;
}

.height-9 {
  height: 5rem !important;
}

@media (min-width: 576px) {
  .position-sm-relative {
    position: relative !important;
  }

  .position-sm-static {
    position: static !important;
  }

  .position-sm-absolute {
    position: absolute !important;
  }

  .position-sm-fixed {
    position: fixed !important;
  }

  .left-sm-auto {
    left: auto !important;
  }

  .right-sm-auto {
    right: auto !important;
  }

  .top-sm-auto {
    top: auto !important;
  }

  .bottom-sm-auto {
    bottom: auto !important;
  }

  .left-sm-100 {
    left: 100% !important;
  }

  .right-sm-100 {
    right: 100% !important;
  }

  .top-sm-100 {
    top: 100% !important;
  }

  .bottom-sm-100 {
    bottom: 100% !important;
  }

  .vertical-center-sm {
    top: 50%;
    transform: translateY(-50%);
  }

  .horizontal-center-sm {
    left: 50%;
    transform: translateX(-50%);
  }

  .absolute-center-sm {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .left-sm-0,
  .left-sm-neg-0 {
    left: 0 !important;
  }

  .right-sm-0,
  .right-sm-neg-0 {
    right: 0 !important;
  }

  .top-sm-0,
  .top-sm-neg-0 {
    top: 0 !important;
  }

  .bottom-sm-0 {
    bottom: 0 !important;
  }

  .width-sm-0 {
    width: 0 !important;
  }

  .height-sm-0 {
    height: 0 !important;
  }

  .left-sm-1 {
    left: 5px !important;
    left: .3125rem !important;
  }

  .left-sm-neg-1 {
    left: -5px !important;
    left: -.3125rem !important;
  }

  .right-sm-1 {
    right: 5px !important;
    right: .3125rem !important;
  }

  .right-sm-neg-1 {
    right: -5px !important;
    right: -.3125rem !important;
  }

  .top-sm-1 {
    top: 5px !important;
    top: .3125rem !important;
  }

  .top-sm-neg-1 {
    top: -5px !important;
    top: -.3125rem !important;
  }

  .bottom-sm-1 {
    bottom: 5px !important;
    bottom: .3125rem !important;
  }

  .width-sm-1 {
    width: 5px !important;
    width: .3125rem !important;
  }

  .height-sm-1 {
    height: 5px !important;
    height: .3125rem !important;
  }

  .left-sm-2 {
    left: 10px !important;
    left: .625rem !important;
  }

  .left-sm-neg-2 {
    left: -10px !important;
    left: -.625rem !important;
  }

  .right-sm-2 {
    right: 10px !important;
    right: .625rem !important;
  }

  .right-sm-neg-2 {
    right: -10px !important;
    right: -.625rem !important;
  }

  .top-sm-2 {
    top: 10px !important;
    top: .625rem !important;
  }

  .top-sm-neg-2 {
    top: -10px !important;
    top: -.625rem !important;
  }

  .bottom-sm-2 {
    bottom: 10px !important;
    bottom: .625rem !important;
  }

  .width-sm-2 {
    width: 10px !important;
    width: .625rem !important;
  }

  .height-sm-2 {
    height: 10px !important;
    height: .625rem !important;
  }

  .left-sm-3 {
    left: 15px !important;
    left: .9375rem !important;
  }

  .left-sm-neg-3 {
    left: -15px !important;
    left: -.9375rem !important;
  }

  .right-sm-3 {
    right: 15px !important;
    right: .9375rem !important;
  }

  .right-sm-neg-3 {
    right: -15px !important;
    right: -.9375rem !important;
  }

  .top-sm-3 {
    top: 15px !important;
    top: .9375rem !important;
  }

  .top-sm-neg-3 {
    top: -15px !important;
    top: -.9375rem !important;
  }

  .bottom-sm-3 {
    bottom: 15px !important;
    bottom: .9375rem !important;
  }

  .width-sm-3 {
    width: 15px !important;
    width: .9375rem !important;
  }

  .height-sm-3 {
    height: 15px !important;
    height: .9375rem !important;
  }

  .left-sm-4 {
    left: 1.5rem !important;
  }

  .left-sm-neg-4 {
    left: -1.5rem !important;
  }

  .right-sm-4 {
    right: 1.5rem !important;
  }

  .right-sm-neg-4 {
    right: -1.5rem !important;
  }

  .top-sm-4 {
    top: 1.5rem !important;
  }

  .top-sm-neg-4 {
    top: -1.5rem !important;
  }

  .bottom-sm-4 {
    bottom: 1.5rem !important;
  }

  .width-sm-4 {
    width: 1.5rem !important;
  }

  .height-sm-4 {
    height: 1.5rem !important;
  }

  .left-sm-5 {
    left: 2rem !important;
  }

  .left-sm-neg-5 {
    left: -2rem !important;
  }

  .right-sm-5 {
    right: 2rem !important;
  }

  .right-sm-neg-5 {
    right: -2rem !important;
  }

  .top-sm-5 {
    top: 2rem !important;
  }

  .top-sm-neg-5 {
    top: -2rem !important;
  }

  .bottom-sm-5 {
    bottom: 2rem !important;
  }

  .width-sm-5 {
    width: 2rem !important;
  }

  .height-sm-5 {
    height: 2rem !important;
  }

  .left-sm-6 {
    left: 2.5rem !important;
  }

  .left-sm-neg-6 {
    left: -2.5rem !important;
  }

  .right-sm-6 {
    right: 2.5rem !important;
  }

  .right-sm-neg-6 {
    right: -2.5rem !important;
  }

  .top-sm-6 {
    top: 2.5rem !important;
  }

  .top-sm-neg-6 {
    top: -2.5rem !important;
  }

  .bottom-sm-6 {
    bottom: 2.5rem !important;
  }

  .width-sm-6 {
    width: 2.5rem !important;
  }

  .height-sm-6 {
    height: 2.5rem !important;
  }

  .left-sm-7 {
    left: 3rem !important;
  }

  .left-sm-neg-7 {
    left: -3rem !important;
  }

  .right-sm-7 {
    right: 3rem !important;
  }

  .right-sm-neg-7 {
    right: -3rem !important;
  }

  .top-sm-7 {
    top: 3rem !important;
  }

  .top-sm-neg-7 {
    top: -3rem !important;
  }

  .bottom-sm-7 {
    bottom: 3rem !important;
  }

  .width-sm-7 {
    width: 3rem !important;
  }

  .height-sm-7 {
    height: 3rem !important;
  }

  .left-sm-8 {
    left: 4rem !important;
  }

  .left-sm-neg-8 {
    left: -4rem !important;
  }

  .right-sm-8 {
    right: 4rem !important;
  }

  .right-sm-neg-8 {
    right: -4rem !important;
  }

  .top-sm-8 {
    top: 4rem !important;
  }

  .top-sm-neg-8 {
    top: -4rem !important;
  }

  .bottom-sm-8 {
    bottom: 4rem !important;
  }

  .width-sm-8 {
    width: 4rem !important;
  }

  .height-sm-8 {
    height: 4rem !important;
  }

  .left-sm-9 {
    left: 5rem !important;
  }

  .left-sm-neg-9 {
    left: -5rem !important;
  }

  .right-sm-9 {
    right: 5rem !important;
  }

  .right-sm-neg-9 {
    right: -5rem !important;
  }

  .top-sm-9 {
    top: 5rem !important;
  }

  .top-sm-neg-9 {
    top: -5rem !important;
  }

  .bottom-sm-9 {
    bottom: 5rem !important;
  }

  .width-sm-9 {
    width: 5rem !important;
  }

  .height-sm-9 {
    height: 5rem !important;
  }
}

@media (min-width: 768px) {
  .position-md-relative {
    position: relative !important;
  }

  .position-md-static {
    position: static !important;
  }

  .position-md-absolute {
    position: absolute !important;
  }

  .position-md-fixed {
    position: fixed !important;
  }

  .left-md-auto {
    left: auto !important;
  }

  .right-md-auto {
    right: auto !important;
  }

  .top-md-auto {
    top: auto !important;
  }

  .bottom-md-auto {
    bottom: auto !important;
  }

  .left-md-100 {
    left: 100% !important;
  }

  .right-md-100 {
    right: 100% !important;
  }

  .top-md-100 {
    top: 100% !important;
  }

  .bottom-md-100 {
    bottom: 100% !important;
  }

  .vertical-center-md {
    top: 50%;
    transform: translateY(-50%);
  }

  .horizontal-center-md {
    left: 50%;
    transform: translateX(-50%);
  }

  .absolute-center-md {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .left-md-0,
  .left-md-neg-0 {
    left: 0 !important;
  }

  .right-md-0,
  .right-md-neg-0 {
    right: 0 !important;
  }

  .top-md-0,
  .top-md-neg-0 {
    top: 0 !important;
  }

  .bottom-md-0 {
    bottom: 0 !important;
  }

  .width-md-0 {
    width: 0 !important;
  }

  .height-md-0 {
    height: 0 !important;
  }

  .left-md-1 {
    left: 5px !important;
    left: .3125rem !important;
  }

  .left-md-neg-1 {
    left: -5px !important;
    left: -.3125rem !important;
  }

  .right-md-1 {
    right: 5px !important;
    right: .3125rem !important;
  }

  .right-md-neg-1 {
    right: -5px !important;
    right: -.3125rem !important;
  }

  .top-md-1 {
    top: 5px !important;
    top: .3125rem !important;
  }

  .top-md-neg-1 {
    top: -5px !important;
    top: -.3125rem !important;
  }

  .bottom-md-1 {
    bottom: 5px !important;
    bottom: .3125rem !important;
  }

  .width-md-1 {
    width: 5px !important;
    width: .3125rem !important;
  }

  .height-md-1 {
    height: 5px !important;
    height: .3125rem !important;
  }

  .left-md-2 {
    left: 10px !important;
    left: .625rem !important;
  }

  .left-md-neg-2 {
    left: -10px !important;
    left: -.625rem !important;
  }

  .right-md-2 {
    right: 10px !important;
    right: .625rem !important;
  }

  .right-md-neg-2 {
    right: -10px !important;
    right: -.625rem !important;
  }

  .top-md-2 {
    top: 10px !important;
    top: .625rem !important;
  }

  .top-md-neg-2 {
    top: -10px !important;
    top: -.625rem !important;
  }

  .bottom-md-2 {
    bottom: 10px !important;
    bottom: .625rem !important;
  }

  .width-md-2 {
    width: 10px !important;
    width: .625rem !important;
  }

  .height-md-2 {
    height: 10px !important;
    height: .625rem !important;
  }

  .left-md-3 {
    left: 15px !important;
    left: .9375rem !important;
  }

  .left-md-neg-3 {
    left: -15px !important;
    left: -.9375rem !important;
  }

  .right-md-3 {
    right: 15px !important;
    right: .9375rem !important;
  }

  .right-md-neg-3 {
    right: -15px !important;
    right: -.9375rem !important;
  }

  .top-md-3 {
    top: 15px !important;
    top: .9375rem !important;
  }

  .top-md-neg-3 {
    top: -15px !important;
    top: -.9375rem !important;
  }

  .bottom-md-3 {
    bottom: 15px !important;
    bottom: .9375rem !important;
  }

  .width-md-3 {
    width: 15px !important;
    width: .9375rem !important;
  }

  .height-md-3 {
    height: 15px !important;
    height: .9375rem !important;
  }

  .left-md-4 {
    left: 1.5rem !important;
  }

  .left-md-neg-4 {
    left: -1.5rem !important;
  }

  .right-md-4 {
    right: 1.5rem !important;
  }

  .right-md-neg-4 {
    right: -1.5rem !important;
  }

  .top-md-4 {
    top: 1.5rem !important;
  }

  .top-md-neg-4 {
    top: -1.5rem !important;
  }

  .bottom-md-4 {
    bottom: 1.5rem !important;
  }

  .width-md-4 {
    width: 1.5rem !important;
  }

  .height-md-4 {
    height: 1.5rem !important;
  }

  .left-md-5 {
    left: 2rem !important;
  }

  .left-md-neg-5 {
    left: -2rem !important;
  }

  .right-md-5 {
    right: 2rem !important;
  }

  .right-md-neg-5 {
    right: -2rem !important;
  }

  .top-md-5 {
    top: 2rem !important;
  }

  .top-md-neg-5 {
    top: -2rem !important;
  }

  .bottom-md-5 {
    bottom: 2rem !important;
  }

  .width-md-5 {
    width: 2rem !important;
  }

  .height-md-5 {
    height: 2rem !important;
  }

  .left-md-6 {
    left: 2.5rem !important;
  }

  .left-md-neg-6 {
    left: -2.5rem !important;
  }

  .right-md-6 {
    right: 2.5rem !important;
  }

  .right-md-neg-6 {
    right: -2.5rem !important;
  }

  .top-md-6 {
    top: 2.5rem !important;
  }

  .top-md-neg-6 {
    top: -2.5rem !important;
  }

  .bottom-md-6 {
    bottom: 2.5rem !important;
  }

  .width-md-6 {
    width: 2.5rem !important;
  }

  .height-md-6 {
    height: 2.5rem !important;
  }

  .left-md-7 {
    left: 3rem !important;
  }

  .left-md-neg-7 {
    left: -3rem !important;
  }

  .right-md-7 {
    right: 3rem !important;
  }

  .right-md-neg-7 {
    right: -3rem !important;
  }

  .top-md-7 {
    top: 3rem !important;
  }

  .top-md-neg-7 {
    top: -3rem !important;
  }

  .bottom-md-7 {
    bottom: 3rem !important;
  }

  .width-md-7 {
    width: 3rem !important;
  }

  .height-md-7 {
    height: 3rem !important;
  }

  .left-md-8 {
    left: 4rem !important;
  }

  .left-md-neg-8 {
    left: -4rem !important;
  }

  .right-md-8 {
    right: 4rem !important;
  }

  .right-md-neg-8 {
    right: -4rem !important;
  }

  .top-md-8 {
    top: 4rem !important;
  }

  .top-md-neg-8 {
    top: -4rem !important;
  }

  .bottom-md-8 {
    bottom: 4rem !important;
  }

  .width-md-8 {
    width: 4rem !important;
  }

  .height-md-8 {
    height: 4rem !important;
  }

  .left-md-9 {
    left: 5rem !important;
  }

  .left-md-neg-9 {
    left: -5rem !important;
  }

  .right-md-9 {
    right: 5rem !important;
  }

  .right-md-neg-9 {
    right: -5rem !important;
  }

  .top-md-9 {
    top: 5rem !important;
  }

  .top-md-neg-9 {
    top: -5rem !important;
  }

  .bottom-md-9 {
    bottom: 5rem !important;
  }

  .width-md-9 {
    width: 5rem !important;
  }

  .height-md-9 {
    height: 5rem !important;
  }
}

@media (min-width: 992px) {
  .position-lg-relative {
    position: relative !important;
  }

  .position-lg-static {
    position: static !important;
  }

  .position-lg-absolute {
    position: absolute !important;
  }

  .position-lg-fixed {
    position: fixed !important;
  }

  .left-lg-auto {
    left: auto !important;
  }

  .right-lg-auto {
    right: auto !important;
  }

  .top-lg-auto {
    top: auto !important;
  }

  .bottom-lg-auto {
    bottom: auto !important;
  }

  .left-lg-100 {
    left: 100% !important;
  }

  .right-lg-100 {
    right: 100% !important;
  }

  .top-lg-100 {
    top: 100% !important;
  }

  .bottom-lg-100 {
    bottom: 100% !important;
  }

  .vertical-center-lg {
    top: 50%;
    transform: translateY(-50%);
  }

  .horizontal-center-lg {
    left: 50%;
    transform: translateX(-50%);
  }

  .absolute-center-lg {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .left-lg-0,
  .left-lg-neg-0 {
    left: 0 !important;
  }

  .right-lg-0,
  .right-lg-neg-0 {
    right: 0 !important;
  }

  .top-lg-0,
  .top-lg-neg-0 {
    top: 0 !important;
  }

  .bottom-lg-0 {
    bottom: 0 !important;
  }

  .width-lg-0 {
    width: 0 !important;
  }

  .height-lg-0 {
    height: 0 !important;
  }

  .left-lg-1 {
    left: 5px !important;
    left: .3125rem !important;
  }

  .left-lg-neg-1 {
    left: -5px !important;
    left: -.3125rem !important;
  }

  .right-lg-1 {
    right: 5px !important;
    right: .3125rem !important;
  }

  .right-lg-neg-1 {
    right: -5px !important;
    right: -.3125rem !important;
  }

  .top-lg-1 {
    top: 5px !important;
    top: .3125rem !important;
  }

  .top-lg-neg-1 {
    top: -5px !important;
    top: -.3125rem !important;
  }

  .bottom-lg-1 {
    bottom: 5px !important;
    bottom: .3125rem !important;
  }

  .width-lg-1 {
    width: 5px !important;
    width: .3125rem !important;
  }

  .height-lg-1 {
    height: 5px !important;
    height: .3125rem !important;
  }

  .left-lg-2 {
    left: 10px !important;
    left: .625rem !important;
  }

  .left-lg-neg-2 {
    left: -10px !important;
    left: -.625rem !important;
  }

  .right-lg-2 {
    right: 10px !important;
    right: .625rem !important;
  }

  .right-lg-neg-2 {
    right: -10px !important;
    right: -.625rem !important;
  }

  .top-lg-2 {
    top: 10px !important;
    top: .625rem !important;
  }

  .top-lg-neg-2 {
    top: -10px !important;
    top: -.625rem !important;
  }

  .bottom-lg-2 {
    bottom: 10px !important;
    bottom: .625rem !important;
  }

  .width-lg-2 {
    width: 10px !important;
    width: .625rem !important;
  }

  .height-lg-2 {
    height: 10px !important;
    height: .625rem !important;
  }

  .left-lg-3 {
    left: 15px !important;
    left: .9375rem !important;
  }

  .left-lg-neg-3 {
    left: -15px !important;
    left: -.9375rem !important;
  }

  .right-lg-3 {
    right: 15px !important;
    right: .9375rem !important;
  }

  .right-lg-neg-3 {
    right: -15px !important;
    right: -.9375rem !important;
  }

  .top-lg-3 {
    top: 15px !important;
    top: .9375rem !important;
  }

  .top-lg-neg-3 {
    top: -15px !important;
    top: -.9375rem !important;
  }

  .bottom-lg-3 {
    bottom: 15px !important;
    bottom: .9375rem !important;
  }

  .width-lg-3 {
    width: 15px !important;
    width: .9375rem !important;
  }

  .height-lg-3 {
    height: 15px !important;
    height: .9375rem !important;
  }

  .left-lg-4 {
    left: 1.5rem !important;
  }

  .left-lg-neg-4 {
    left: -1.5rem !important;
  }

  .right-lg-4 {
    right: 1.5rem !important;
  }

  .right-lg-neg-4 {
    right: -1.5rem !important;
  }

  .top-lg-4 {
    top: 1.5rem !important;
  }

  .top-lg-neg-4 {
    top: -1.5rem !important;
  }

  .bottom-lg-4 {
    bottom: 1.5rem !important;
  }

  .width-lg-4 {
    width: 1.5rem !important;
  }

  .height-lg-4 {
    height: 1.5rem !important;
  }

  .left-lg-5 {
    left: 2rem !important;
  }

  .left-lg-neg-5 {
    left: -2rem !important;
  }

  .right-lg-5 {
    right: 2rem !important;
  }

  .right-lg-neg-5 {
    right: -2rem !important;
  }

  .top-lg-5 {
    top: 2rem !important;
  }

  .top-lg-neg-5 {
    top: -2rem !important;
  }

  .bottom-lg-5 {
    bottom: 2rem !important;
  }

  .width-lg-5 {
    width: 2rem !important;
  }

  .height-lg-5 {
    height: 2rem !important;
  }

  .left-lg-6 {
    left: 2.5rem !important;
  }

  .left-lg-neg-6 {
    left: -2.5rem !important;
  }

  .right-lg-6 {
    right: 2.5rem !important;
  }

  .right-lg-neg-6 {
    right: -2.5rem !important;
  }

  .top-lg-6 {
    top: 2.5rem !important;
  }

  .top-lg-neg-6 {
    top: -2.5rem !important;
  }

  .bottom-lg-6 {
    bottom: 2.5rem !important;
  }

  .width-lg-6 {
    width: 2.5rem !important;
  }

  .height-lg-6 {
    height: 2.5rem !important;
  }

  .left-lg-7 {
    left: 3rem !important;
  }

  .left-lg-neg-7 {
    left: -3rem !important;
  }

  .right-lg-7 {
    right: 3rem !important;
  }

  .right-lg-neg-7 {
    right: -3rem !important;
  }

  .top-lg-7 {
    top: 3rem !important;
  }

  .top-lg-neg-7 {
    top: -3rem !important;
  }

  .bottom-lg-7 {
    bottom: 3rem !important;
  }

  .width-lg-7 {
    width: 3rem !important;
  }

  .height-lg-7 {
    height: 3rem !important;
  }

  .left-lg-8 {
    left: 4rem !important;
  }

  .left-lg-neg-8 {
    left: -4rem !important;
  }

  .right-lg-8 {
    right: 4rem !important;
  }

  .right-lg-neg-8 {
    right: -4rem !important;
  }

  .top-lg-8 {
    top: 4rem !important;
  }

  .top-lg-neg-8 {
    top: -4rem !important;
  }

  .bottom-lg-8 {
    bottom: 4rem !important;
  }

  .width-lg-8 {
    width: 4rem !important;
  }

  .height-lg-8 {
    height: 4rem !important;
  }

  .left-lg-9 {
    left: 5rem !important;
  }

  .left-lg-neg-9 {
    left: -5rem !important;
  }

  .right-lg-9 {
    right: 5rem !important;
  }

  .right-lg-neg-9 {
    right: -5rem !important;
  }

  .top-lg-9 {
    top: 5rem !important;
  }

  .top-lg-neg-9 {
    top: -5rem !important;
  }

  .bottom-lg-9 {
    bottom: 5rem !important;
  }

  .width-lg-9 {
    width: 5rem !important;
  }

  .height-lg-9 {
    height: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .position-xl-relative {
    position: relative !important;
  }

  .position-xl-static {
    position: static !important;
  }

  .position-xl-absolute {
    position: absolute !important;
  }

  .position-xl-fixed {
    position: fixed !important;
  }

  .left-xl-auto {
    left: auto !important;
  }

  .right-xl-auto {
    right: auto !important;
  }

  .top-xl-auto {
    top: auto !important;
  }

  .bottom-xl-auto {
    bottom: auto !important;
  }

  .left-xl-100 {
    left: 100% !important;
  }

  .right-xl-100 {
    right: 100% !important;
  }

  .top-xl-100 {
    top: 100% !important;
  }

  .bottom-xl-100 {
    bottom: 100% !important;
  }

  .vertical-center-xl {
    top: 50%;
    transform: translateY(-50%);
  }

  .horizontal-center-xl {
    left: 50%;
    transform: translateX(-50%);
  }

  .absolute-center-xl {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .left-xl-0,
  .left-xl-neg-0 {
    left: 0 !important;
  }

  .right-xl-0,
  .right-xl-neg-0 {
    right: 0 !important;
  }

  .top-xl-0,
  .top-xl-neg-0 {
    top: 0 !important;
  }

  .bottom-xl-0 {
    bottom: 0 !important;
  }

  .width-xl-0 {
    width: 0 !important;
  }

  .height-xl-0 {
    height: 0 !important;
  }

  .left-xl-1 {
    left: 5px !important;
    left: .3125rem !important;
  }

  .left-xl-neg-1 {
    left: -5px !important;
    left: -.3125rem !important;
  }

  .right-xl-1 {
    right: 5px !important;
    right: .3125rem !important;
  }

  .right-xl-neg-1 {
    right: -5px !important;
    right: -.3125rem !important;
  }

  .top-xl-1 {
    top: 5px !important;
    top: .3125rem !important;
  }

  .top-xl-neg-1 {
    top: -5px !important;
    top: -.3125rem !important;
  }

  .bottom-xl-1 {
    bottom: 5px !important;
    bottom: .3125rem !important;
  }

  .width-xl-1 {
    width: 5px !important;
    width: .3125rem !important;
  }

  .height-xl-1 {
    height: 5px !important;
    height: .3125rem !important;
  }

  .left-xl-2 {
    left: 10px !important;
    left: .625rem !important;
  }

  .left-xl-neg-2 {
    left: -10px !important;
    left: -.625rem !important;
  }

  .right-xl-2 {
    right: 10px !important;
    right: .625rem !important;
  }

  .right-xl-neg-2 {
    right: -10px !important;
    right: -.625rem !important;
  }

  .top-xl-2 {
    top: 10px !important;
    top: .625rem !important;
  }

  .top-xl-neg-2 {
    top: -10px !important;
    top: -.625rem !important;
  }

  .bottom-xl-2 {
    bottom: 10px !important;
    bottom: .625rem !important;
  }

  .width-xl-2 {
    width: 10px !important;
    width: .625rem !important;
  }

  .height-xl-2 {
    height: 10px !important;
    height: .625rem !important;
  }

  .left-xl-3 {
    left: 15px !important;
    left: .9375rem !important;
  }

  .left-xl-neg-3 {
    left: -15px !important;
    left: -.9375rem !important;
  }

  .right-xl-3 {
    right: 15px !important;
    right: .9375rem !important;
  }

  .right-xl-neg-3 {
    right: -15px !important;
    right: -.9375rem !important;
  }

  .top-xl-3 {
    top: 15px !important;
    top: .9375rem !important;
  }

  .top-xl-neg-3 {
    top: -15px !important;
    top: -.9375rem !important;
  }

  .bottom-xl-3 {
    bottom: 15px !important;
    bottom: .9375rem !important;
  }

  .width-xl-3 {
    width: 15px !important;
    width: .9375rem !important;
  }

  .height-xl-3 {
    height: 15px !important;
    height: .9375rem !important;
  }

  .left-xl-4 {
    left: 1.5rem !important;
  }

  .left-xl-neg-4 {
    left: -1.5rem !important;
  }

  .right-xl-4 {
    right: 1.5rem !important;
  }

  .right-xl-neg-4 {
    right: -1.5rem !important;
  }

  .top-xl-4 {
    top: 1.5rem !important;
  }

  .top-xl-neg-4 {
    top: -1.5rem !important;
  }

  .bottom-xl-4 {
    bottom: 1.5rem !important;
  }

  .width-xl-4 {
    width: 1.5rem !important;
  }

  .height-xl-4 {
    height: 1.5rem !important;
  }

  .left-xl-5 {
    left: 2rem !important;
  }

  .left-xl-neg-5 {
    left: -2rem !important;
  }

  .right-xl-5 {
    right: 2rem !important;
  }

  .right-xl-neg-5 {
    right: -2rem !important;
  }

  .top-xl-5 {
    top: 2rem !important;
  }

  .top-xl-neg-5 {
    top: -2rem !important;
  }

  .bottom-xl-5 {
    bottom: 2rem !important;
  }

  .width-xl-5 {
    width: 2rem !important;
  }

  .height-xl-5 {
    height: 2rem !important;
  }

  .left-xl-6 {
    left: 2.5rem !important;
  }

  .left-xl-neg-6 {
    left: -2.5rem !important;
  }

  .right-xl-6 {
    right: 2.5rem !important;
  }

  .right-xl-neg-6 {
    right: -2.5rem !important;
  }

  .top-xl-6 {
    top: 2.5rem !important;
  }

  .top-xl-neg-6 {
    top: -2.5rem !important;
  }

  .bottom-xl-6 {
    bottom: 2.5rem !important;
  }

  .width-xl-6 {
    width: 2.5rem !important;
  }

  .height-xl-6 {
    height: 2.5rem !important;
  }

  .left-xl-7 {
    left: 3rem !important;
  }

  .left-xl-neg-7 {
    left: -3rem !important;
  }

  .right-xl-7 {
    right: 3rem !important;
  }

  .right-xl-neg-7 {
    right: -3rem !important;
  }

  .top-xl-7 {
    top: 3rem !important;
  }

  .top-xl-neg-7 {
    top: -3rem !important;
  }

  .bottom-xl-7 {
    bottom: 3rem !important;
  }

  .width-xl-7 {
    width: 3rem !important;
  }

  .height-xl-7 {
    height: 3rem !important;
  }

  .left-xl-8 {
    left: 4rem !important;
  }

  .left-xl-neg-8 {
    left: -4rem !important;
  }

  .right-xl-8 {
    right: 4rem !important;
  }

  .right-xl-neg-8 {
    right: -4rem !important;
  }

  .top-xl-8 {
    top: 4rem !important;
  }

  .top-xl-neg-8 {
    top: -4rem !important;
  }

  .bottom-xl-8 {
    bottom: 4rem !important;
  }

  .width-xl-8 {
    width: 4rem !important;
  }

  .height-xl-8 {
    height: 4rem !important;
  }

  .left-xl-9 {
    left: 5rem !important;
  }

  .left-xl-neg-9 {
    left: -5rem !important;
  }

  .right-xl-9 {
    right: 5rem !important;
  }

  .right-xl-neg-9 {
    right: -5rem !important;
  }

  .top-xl-9 {
    top: 5rem !important;
  }

  .top-xl-neg-9 {
    top: -5rem !important;
  }

  .bottom-xl-9 {
    bottom: 5rem !important;
  }

  .width-xl-9 {
    width: 5rem !important;
  }

  .height-xl-9 {
    height: 5rem !important;
  }
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-underlined {
  text-decoration: underline !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-underlined {
    text-decoration: underline !important;
  }

  .text-decoration-sm-none {
    text-decoration: none !important;
  }

  .overflow-sm-hidden {
    overflow: hidden !important;
  }

  .text-sm-uppercase {
    text-transform: uppercase !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-underlined {
    text-decoration: underline !important;
  }

  .text-decoration-md-none {
    text-decoration: none !important;
  }

  .overflow-md-hidden {
    overflow: hidden !important;
  }

  .text-md-uppercase {
    text-transform: uppercase !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-underlined {
    text-decoration: underline !important;
  }

  .text-decoration-lg-none {
    text-decoration: none !important;
  }

  .overflow-lg-hidden {
    overflow: hidden !important;
  }

  .text-lg-uppercase {
    text-transform: uppercase !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-underlined {
    text-decoration: underline !important;
  }

  .text-decoration-xl-none {
    text-decoration: none !important;
  }

  .overflow-xl-hidden {
    overflow: hidden !important;
  }

  .text-xl-uppercase {
    text-transform: uppercase !important;
  }
}

.home-title-news-events {
  max-width: 18rem;
}

.ewon-vector {
  display: inline-block;
  vertical-align: middle;
}

.image {
  display: block;
  height: auto;
  margin: 0;
  width: auto;
}

.image-responsive {
  max-width: 100%;
  width: auto;
}

.image-fullwidth {
  width: 100%;
}

.image-fixed {
  max-width: none;
  width: auto;
}

.image-logo {
  width: 190px;
  width: 11.875rem;
}

@media (min-width: 768px) {
  .image-logo {
    width: 300px;
    width: 18.75rem;
  }
}

.image-thumbnail {
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
}

.image-bordered {
  border: 5px solid #fff;
}

.content img {
  max-width: 100%;
  width: auto;
}

.home-image-featured {
  max-height: none;
  min-height: 10rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  width: 100%;
}

@media (min-width: 768px) {
  .home-image-featured {
    max-height: 8rem;
    min-height: auto;
  }
}

@media (min-width: 992px) {
  .home-image-featured {
    max-height: 12rem;
  }
}

.home-image-news-event {
  max-height: 5rem;
  max-width: 7.25rem;
  -o-object-position: center;
  object-position: center;
}

.home-banner-fit,
.home-image-news-event {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.home-banner-fit {
  height: 100%;
}

.image-full {
  width: 100%;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.button,
input[type=button],
input[type=submit] {
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-family: Quicksand,Helvetica Neue,Roboto,Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 500;
  max-width: 100%;
  padding: 1rem 1.25rem;
  text-align: center;
  text-decoration: none;
  transition: background .3s ease-in-out;
}

@media (min-width: 768px) {
  .button,
  input[type=button],
  input[type=submit] {
    padding: 1.25rem 1.875rem;
  }
}

.button:not([href]):not([tabindex]).button,
.button:not([href]):not([tabindex]):focus,
.button:not([href]):not([tabindex]):hover,
input[type=button]:not([href]):not([tabindex]),
input[type=submit]:not([href]):not([tabindex]) {
  color: #fff;
}

.button--primary,
.button--primary:visited,
a.button--primary {
  background: #00a09c;
  color: #fff;
}

.button--secondary,
.button--secondary:visited,
a.button--secondary {
  background: #f39821;
  color: #fff;
}

.button--light-grey,
.button--light-grey:visited,
a.button--light-grey {
  background: #ececec;
  color: #00a09c;
}

.button--primary:active,
.button--primary:hover,
a.button--primary:active,
a.button--primary:hover {
  background: #0a8b88;
  text-decoration: none;
}

.button--secondary:active,
.button--secondary:hover,
a.button--secondary:active,
a.button--secondary:hover {
  background: #e56e2d;
  text-decoration: none;
}

.button--light-grey:active,
.button--light-grey:hover,
a.button--light-grey:active,
a.button--light-grey:hover {
  background: #b1b4b3;
  text-decoration: none;
}

.button--fullwidth {
  width: 100% !important;
}

.button--nav {
  width: 100%;
}

@media (min-width: 576px) {
  .button--nav {
    max-width: 100%;
    width: 320px;
    width: 20rem;
  }
}

input[type=button],
input[type=submit] {
  background: #f39821;
  color: #fff;
  height: auto;
}

.z-index-nav {
  z-index: 1060 !important;
}

.z-index-popup {
  z-index: 1050 !important;
}

.z-index-overlay {
  z-index: 1070 !important;
}

.z-index-reset {
  z-index: 0 !important;
}

.z-index-background {
  z-index: -1000 !important;
}

.z-index-video-popup {
  z-index: 1080 !important;
}

@media (min-width: 576px) {
  .z-index-sm-nav {
    z-index: 1060 !important;
  }

  .z-index-sm-popup {
    z-index: 1050 !important;
  }

  .z-index-sm-overlay {
    z-index: 1070 !important;
  }

  .z-index-sm-reset {
    z-index: 0 !important;
  }

  .z-index-sm-background {
    z-index: -1000 !important;
  }

  .z-index-sm-video-popup {
    z-index: 1080 !important;
  }
}

@media (min-width: 768px) {
  .z-index-md-nav {
    z-index: 1060 !important;
  }

  .z-index-md-popup {
    z-index: 1050 !important;
  }

  .z-index-md-overlay {
    z-index: 1070 !important;
  }

  .z-index-md-reset {
    z-index: 0 !important;
  }

  .z-index-md-background {
    z-index: -1000 !important;
  }

  .z-index-md-video-popup {
    z-index: 1080 !important;
  }
}

@media (min-width: 992px) {
  .z-index-lg-nav {
    z-index: 1060 !important;
  }

  .z-index-lg-popup {
    z-index: 1050 !important;
  }

  .z-index-lg-overlay {
    z-index: 1070 !important;
  }

  .z-index-lg-reset {
    z-index: 0 !important;
  }

  .z-index-lg-background {
    z-index: -1000 !important;
  }

  .z-index-lg-video-popup {
    z-index: 1080 !important;
  }
}

@media (min-width: 1200px) {
  .z-index-xl-nav {
    z-index: 1060 !important;
  }

  .z-index-xl-popup {
    z-index: 1050 !important;
  }

  .z-index-xl-overlay {
    z-index: 1070 !important;
  }

  .z-index-xl-reset {
    z-index: 0 !important;
  }

  .z-index-xl-background {
    z-index: -1000 !important;
  }

  .z-index-xl-video-popup {
    z-index: 1080 !important;
  }
}

.transition-height {
  transition: height .25s ease-in-out;
}

.transition-width {
  transition: width .25s ease-in-out;
}

.transition-padding {
  transition: padding .25s ease-in-out;
}

.transition {
  transition: all .25s ease-in-out;
}

.transition-bottom {
  transition: bottom .25s ease-in-out;
}

.transition-bottom:hover {
  bottom: 5px !important;
  bottom: .3125rem !important;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.arrow-right {
  border-left: .53125rem solid;
}

.arrow-left,
.arrow-right {
  border-bottom: .3125rem solid transparent;
  border-top: .3125rem solid transparent;
  display: inline-block;
  height: 0;
  width: 0;
}

.arrow-left {
  border-right: .53125rem solid;
}

.arrow-up {
  border-bottom: .53125rem solid;
}

.arrow-down,
.arrow-up {
  border-left: .3125rem solid transparent;
  border-right: .3125rem solid transparent;
  display: inline-block;
  height: 0;
  width: 0;
}

.arrow-down {
  border-top: .53125rem solid;
}

.arrow-right-14 {
  border-left: 1.4875rem solid;
}

.arrow-left-14,
.arrow-right-14 {
  border-bottom: .875rem solid transparent;
  border-top: .875rem solid transparent;
  display: inline-block;
  height: 0;
  width: 0;
}

.arrow-left-14 {
  border-right: 1.4875rem solid;
}

input,
input:not([type=submit]),
select,
textarea {
  background: #fff;
  border: 1px solid #b1b4b3;
  border-radius: 2px;
  border-radius: .125rem;
  box-shadow: none;
  line-height: 1.5;
  padding: .625rem .9375rem;
  width: 100%;
}

input:focus,
input:invalid,
input:not([type=submit]):focus,
input:not([type=submit]):invalid,
select:focus,
select:invalid,
textarea:focus,
textarea:invalid {
  box-shadow: none;
  outline: none;
}

@media (min-width: 768px) {
  input,
  input:not([type=submit]),
  select,
  textarea {
    width: auto;
  }
}

textarea {
  height: auto;
  min-height: 120px;
  min-height: 7.5rem;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 30px;
  height: 1.875rem;
  padding: .375rem;
  position: relative;
  vertical-align: middle;
  width: 30px;
  width: 1.875rem;
}

input[type=checkbox]:checked:after,
input[type=radio]:checked:after {
  background: #f39821;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}

input[type=radio],
input[type=radio]:checked:after {
  border-radius: 50%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(/img/icons/select-arrow-green.png) 100% no-repeat;
  cursor: pointer;
  padding-right: 3.4375rem;
  width: 100%;
}

.form__field-container {
  position: relative;
}

label.form__field-material-label,
label.in-field-label {
  color: #64706e;
  font-size: 16px;
  font-size: 1rem;
  left: 16px;
  left: 1rem;
  position: absolute;
  top: 14px;
  top: .875rem;
  transition: all .3s ease-in-out;
}

input.has-input ~ label.form__field-material-label,
input.has-input ~ label.in-field-label,
input:focus ~ label.form__field-material-label,
input:focus ~ label.in-field-label,
label.form__field-material-label.active,
label.in-field-label.active,
select ~ label.form__field-material-label,
select ~ label.in-field-label,
textarea.has-input ~ label.form__field-material-label,
textarea.has-input ~ label.in-field-label,
textarea:focus ~ label.form__field-material-label,
textarea:focus ~ label.in-field-label {
  color: #000;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1;
  padding-right: .3125rem;
  top: 5px;
  top: .3125rem;
}

input.has-input ~ label.form__field-material-label.static,
input.has-input ~ label.form__field-material-label.static.active,
input.has-input ~ label.in-field-label.static,
input.has-input ~ label.in-field-label.static.active,
input:focus ~ label.form__field-material-label.static,
input:focus ~ label.form__field-material-label.static.active,
input:focus ~ label.in-field-label.static,
input:focus ~ label.in-field-label.static.active,
label.form__field-material-label.static,
label.form__field-material-label.static.active,
label.in-field-label.static,
label.in-field-label.static.active,
select ~ label.form__field-material-label.static,
select ~ label.form__field-material-label.static.active,
select ~ label.in-field-label.static,
select ~ label.in-field-label.static.active,
textarea.has-input ~ label.form__field-material-label.static,
textarea.has-input ~ label.form__field-material-label.static.active,
textarea.has-input ~ label.in-field-label.static,
textarea.has-input ~ label.in-field-label.static.active,
textarea:focus ~ label.form__field-material-label.static,
textarea:focus ~ label.form__field-material-label.static.active,
textarea:focus ~ label.in-field-label.static,
textarea:focus ~ label.in-field-label.static.active {
  color: #64706e;
  line-height: 1.3;
  padding-right: 0;
  top: 17px;
  top: 1.0625rem;
}

.cmsform .field_contain {
  margin-bottom: 1rem;
}

.cmsform .field_name {
  float: none;
  line-height: 1.5;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: auto;
}

.cmsform .field_name .required {
  color: #f39821;
  font-weight: 700;
  margin-left: .3125rem;
}

.cmsform .field_name label {
  float: left;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}

.cmsform .field_input {
  margin: 0;
}

.cmsform .field_input input,
.cmsform .field_input select,
.cmsform .field_input textarea {
  max-width: 360px;
  max-width: 22.5rem;
  width: 100%;
}

.cmsform .field_input .checkbox_item,
.cmsform .field_input .radio_item {
  line-height: 1.5;
  margin-bottom: .3125rem;
  max-width: 360px;
  max-width: 22.5rem;
  width: 100%;
}

.cmsform .field_input input[type=checkbox],
.cmsform .field_input input[type=radio] {
  float: left;
  width: 30px;
  width: 1.875rem;
}

.cmsform .field_input input[type=checkbox]+span,
.cmsform .field_input input[type=radio]+span {
  display: block;
  margin-left: 2.5rem;
  vertical-align: middle;
}

.cmsform .field_input select[id$=_d],
.cmsform .field_input select[id$=_m] {
  max-width: 100px;
  max-width: 6.25rem;
  padding-left: .625rem;
  width: 25%;
}

@media (min-width: 768px) {
  .cmsform .field_input select[id$=_d],
  .cmsform .field_input select[id$=_m] {
    padding: .625rem .9375rem;
  }
}

.cmsform .field_input select[id$=_y] {
  max-width: 150px;
  max-width: 9.375rem;
  width: calc(50% - 14px);
  width: calc(50% - .875rem);
}

.cmsform .supporting {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.5;
  margin: .1875rem 0 0;
  max-width: 360px;
  max-width: 22.5rem;
  padding: 0;
}

.cmsform .captureform2 > .field_name {
  display: inline-block;
}

.cmsform .captureform2 > .field_name .required {
  float: right;
}

.cmsform .form_submit {
  max-width: 360px;
  max-width: 22.5rem;
  padding-left: 0;
  text-align: left;
  width: 100%;
}

.cmsform .option_contain {
  width: 100%;
}

.translate-0 {
  transform: translate(0) !important;
}

.translate-x-0 {
  transform: translateX(0) !important;
}

.translate-y-0 {
  transform: translateY(0) !important;
}

@media (min-width: 576px) {
  .translate-sm-0 {
    transform: translate(0) !important;
  }

  .translate-x-sm-0 {
    transform: translateX(0) !important;
  }

  .translate-y-sm-0 {
    transform: translateY(0) !important;
  }
}

@media (min-width: 768px) {
  .translate-md-0 {
    transform: translate(0) !important;
  }

  .translate-x-md-0 {
    transform: translateX(0) !important;
  }

  .translate-y-md-0 {
    transform: translateY(0) !important;
  }
}

@media (min-width: 992px) {
  .translate-lg-0 {
    transform: translate(0) !important;
  }

  .translate-x-lg-0 {
    transform: translateX(0) !important;
  }

  .translate-y-lg-0 {
    transform: translateY(0) !important;
  }
}

@media (min-width: 1200px) {
  .translate-xl-0 {
    transform: translate(0) !important;
  }

  .translate-x-xl-0 {
    transform: translateX(0) !important;
  }

  .translate-y-xl-0 {
    transform: translateY(0) !important;
  }
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: .5;
}

.opacity-30 {
  opacity: .3;
}

.opacity-0 {
  opacity: 0;
}

.shadow-default {
  box-shadow: 0 11px 8px -12px rgba(0, 0, 0, .7) !important;
  box-shadow: 0 .6875rem .5rem -.75rem rgba(0, 0, 0, .7) !important;
}

@media (min-width: 576px) {
  .shadow-sm-default {
    box-shadow: 0 11px 8px -12px rgba(0, 0, 0, .7) !important;
    box-shadow: 0 .6875rem .5rem -.75rem rgba(0, 0, 0, .7) !important;
  }
}

@media (min-width: 768px) {
  .shadow-md-default {
    box-shadow: 0 11px 8px -12px rgba(0, 0, 0, .7) !important;
    box-shadow: 0 .6875rem .5rem -.75rem rgba(0, 0, 0, .7) !important;
  }
}

@media (min-width: 992px) {
  .shadow-lg-default {
    box-shadow: 0 11px 8px -12px rgba(0, 0, 0, .7) !important;
    box-shadow: 0 .6875rem .5rem -.75rem rgba(0, 0, 0, .7) !important;
  }
}

@media (min-width: 1200px) {
  .shadow-xl-default {
    box-shadow: 0 11px 8px -12px rgba(0, 0, 0, .7) !important;
    box-shadow: 0 .6875rem .5rem -.75rem rgba(0, 0, 0, .7) !important;
  }
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

@media (min-width: 576px) {
  .overflow-sm-scroll {
    overflow: scroll !important;
  }

  .overflow-sm-hidden {
    overflow: hidden !important;
  }
}

@media (min-width: 768px) {
  .overflow-md-scroll {
    overflow: scroll !important;
  }

  .overflow-md-hidden {
    overflow: hidden !important;
  }
}

@media (min-width: 992px) {
  .overflow-lg-scroll {
    overflow: scroll !important;
  }

  .overflow-lg-hidden {
    overflow: hidden !important;
  }
}

@media (min-width: 1200px) {
  .overflow-xl-scroll {
    overflow: scroll !important;
  }

  .overflow-xl-hidden {
    overflow: hidden !important;
  }
}

table {
  margin-bottom: 1.25rem;
  width: 100% !important;
}

table td {
  border: 1px solid #d2d2d2;
}

table td,
table th {
  padding: .9375rem;
}

table th {
  background: #00a09c;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  table {
    height: auto;
    width: 100% !important;
  }

  tr:nth-of-type(odd) {
    background: #ececec;
  }

  table,
  tbody,
  td,
  th,
  thead,
  tr {
    display: block;
  }

  td {
    position: relative;
    width: 100% !important;
  }
}

@media (max-width: 767.98px) {
  table,
  tbody,
  td,
  th,
  thead,
  tr {
    display: block;
  }

  table thead tr {
    left: -9999px;
    left: -624.9375rem;
    position: absolute;
    top: -9999px;
    top: -624.9375rem;
  }

  table tr {
    border-right: 1px solid #d2d2d2;
    margin: 0 0 1.25rem;
  }

  table tr:last-child {
    margin: 0;
  }

  table tr:nth-child(odd) {
    background: #f0f0f0;
  }

  table td {
    border: none;
    border-bottom: 1px solid #d2d2d2;
    font-size: .875rem;
    padding-left: 42%;
    position: relative;
    text-align: center;
  }

  table td:first-child {
    border-top: 1px solid #d2d2d2;
  }

  table td:before {
    align-items: center;
    background: #00a39d;
    color: #fff;
    display: flex;
    font-size: .875rem;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    white-space: break-spaces;
    width: 40%;
  }
}

iframe.seamless {
  background-color: transparent;
  border: none;
  height: auto;
  min-height: 500px;
  min-height: 31.25rem;
  overflow: visible;
  padding: 0;
  width: 100% !important;
}

.complaint-icon {
  align-items: center;
  background: #ccc;
  border-radius: 60px;
  border-radius: 3.75rem;
  display: inline-block;
  display: flex;
  flex: 0 0 auto;
  height: 60px;
  height: 3.75rem;
  position: relative;
  width: 60px;
  width: 3.75rem;
}

.complaint-icon:before {
  border: 2px solid #aaa;
  border-radius: 20px;
  border-radius: 1.25rem;
  content: "";
  display: block;
  height: 22px;
  height: 1.375rem;
  margin: auto;
  position: relative;
  width: 22px;
  width: 1.375rem;
}

.complaint-icon.orange {
  background: #fff4e5;
}

.complaint-icon.orange:before {
  border-color: #ff9301;
}

.complaint-icon.blue {
  background: #e5f6f5;
}

.complaint-icon.blue:before {
  border-color: #00a39d;
}

.complaint-icon.green {
  background: #fafbe9;
}

.complaint-icon.green:before {
  border-color: #cddc29;
}

.nav-link:hover .subnav {
  display: block;
}

.subnav {
  display: none;
  left: 0;
  top: 100%;
  transition: all .1s ease-in-out;
  width: 300px;
  width: 18.75rem;
}

.sub-nav-link:hover .level-3-nav {
  display: block;
}

.level-3-nav {
  display: none;
  left: auto !important;
  right: 100% !important;
  width: 300px;
  width: 18.75rem;
}

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  margin: 0;
  overflow: visible;
  padding: .9375rem 0;
  text-transform: none;
  transition-duration: .15s;
  transition-property: opacity, filter;
  transition-timing-function: linear;
}

.hamburger-box {
  display: inline-block;
  height: 11px;
  height: .6875rem;
  position: relative;
  width: 28px;
  width: 1.75rem;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color .125s ease-in .175s;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #fff;
  border-radius: 4px;
  border-radius: .25rem;
  height: 2px;
  height: .125rem;
  position: absolute;
  transition-duration: .15s;
  transition-property: transform;
  transition-timing-function: ease;
  width: 28px;
  width: 1.75rem;
}

.hamburger-inner {
  display: block;
  margin-top: -.125rem;
  top: 50%;
}

.hamburger-inner:before {
  top: -10px;
  top: -.625rem;
}

.hamburger-inner:after,
.hamburger-inner:before {
  content: "";
  display: block;
}

.hamburger--emphatic .hamburger-inner:after {
  right: 0;
  top: 10px;
  top: .625rem;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s;
}

.hamburger-inner:after {
  bottom: -10px;
  bottom: -.625rem;
}

.hamburger--emphatic.is-visible .hamburger-inner {
  background-color: transparent !important;
  transition-delay: 0s;
  transition-timing-function: ease-out;
}

.hamburger--emphatic.is-visible .hamburger-inner:before {
  background-color: #fff;
  left: -80px;
  left: -5rem;
  top: -80px;
  top: -5rem;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transform: translate3d(5rem, 5rem, 0) rotate(45deg);
  transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s;
}

.hamburger--emphatic.is-visible .hamburger-inner:after {
  background-color: #fff;
  right: -80px;
  right: -5rem;
  top: -80px;
  top: -5rem;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transform: translate3d(-5rem, 5rem, 0) rotate(-45deg);
  transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
}

.hamburger.is-visible .hamburger-inner,
.hamburger.is-visible .hamburger-inner:after,
.hamburger.is-visible .hamburger-inner:before {
  background-color: #fff;
}

.translate .goog-te-gadget img {
  display: none;
}

.translate .goog-te-gadget-simple {
  background-color: transparent;
  border: none;
}

.translate .goog-te-gadget-simple .goog-te-menu-value {
  color: #f39821;
  font-family: Quicksand,Helvetica Neue,Roboto,Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.translate .goog-te-gadget-simple .goog-te-menu-value > span + img + span {
  border-left: none !important;
}

.translate .goog-te-gadget-simple .goog-te-menu-value > span + img + span + img + span {
  display: inline-block;
  height: 16px;
  height: 1rem;
  text-indent: -9999px;
  text-indent: -624.9375rem;
  width: 19px;
  width: 1.1875rem;
}

.popup {
  background: #fff;
  left: 16px;
  left: 1rem;
  position: fixed;
  right: 16px;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1050;
}

@media (min-width: 768px) {
  .popup {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    width: 640px;
    width: 40rem;
  }
}

@media (min-width: 768px) {
  .mobile-footer-navigation {
    display: none;
  }
}

.mobile-footer-navigation-ipad {
  display: none;
}

@media (min-width: 768px) {
  .mobile-footer-navigation-ipad {
    display: block;
    display: flex;
  }

  .mobile-footer-navigation-ipad div.left,
  .mobile-footer-navigation-ipad div.right {
    flex: 1 1 50%;
  }
}

@media (min-width: 992px) {
  .mobile-footer-navigation-ipad {
    display: none;
  }
}

@media (min-width: 576px) {
  .mobile-useful-links {
    padding: 0 2.5rem;
  }
}

@media (min-width: 992px) {
  .mobile-useful-links {
    padding: 0 1.5rem;
  }
}

.footer-small-links-right {
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .footer-small-links-right {
    flex-wrap: nowrap;
  }
}

.footer-small-links-right a {
  flex: 1 1 auto;
  margin-right: 0;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .footer-small-links-right a {
    flex: 0 1 auto;
    margin-right: 1rem;
    margin-top: 1rem;
    width: auto;
  }
}

@media (min-width: 992px) {
  .footer-small-links-right a {
    margin-top: 0;
  }
}

.footer-social-icons .fsi__wrapper {
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .footer-social-icons .fsi__wrapper {
    gap: 1rem;
  }
}

@media (min-width: 992px) {
  .footer-social-icons .fsi__wrapper {
    gap: .75rem;
  }
}

.footer-social-icons .fsi__icon {
  height: 2rem;
  width: 2rem;
}

.tabs__tabs-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  .tabs__tabs-list {
    flex-wrap: nowrap;
  }
}

.tabs__tabs-list .tab__item {
  background-color: #6c7076;
  border-bottom: .0625rem solid #fff;
  border-right: .0625rem solid #fff;
  color: #fff;
  cursor: pointer;
  flex: 1 1 100%;
  font-family: Montserrat,Helvetica Neue,Roboto,Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  list-style: none;
  margin: 0;
  min-height: 3.4375rem;
  padding: 1.125rem .75rem;
  text-align: center;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
}

.tabs__tabs-list .tab__item.active {
  background-color: #00a39d;
}

.tabs__tabs-list .tab__item:hover {
  background-color: #00a39d;
  color: #fff;
}

.tabs__contents-item {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transform: scaleY(0);
  transform-origin: top;
}

.tabs__contents-item.active {
  max-height: 100%;
  opacity: 1;
  pointer-events: auto;
  transform: scaleY(1);
}

.accordion-tab-body {
  display: inline-block;
}

.hidden {
  display: none;
}

.table-with-icons-on-td {
  --border-color: #d2d2d2;
  border: none;
}

.table-with-icons-on-td tr {
  border: 1px solid var(--border-color);
}

.table-with-icons-on-td tr td {
  border: none;
}

.table-with-icons-on-td tr td:nth-child(2) {
  display: flex;
  flex-direction: row;
  justify-content: left;
  min-width: 8rem;
}

@media (min-width: 768px) {
  .table-with-icons-on-td tr td:nth-child(2) {
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .table-with-icons-on-td tr td:not(:last-child) {
    border-right: 1px solid var(--border-color);
  }
}

.the-notice {
  background-color: #fff1e2;
  overflow: hidden;
  padding: 2rem 0;
  position: relative;
}

.the-notice .container {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media screen and (min-width: 992px) {
  .the-notice .container {
    flex-wrap: nowrap;
    gap: 1.5rem;
  }
}

.the-notice p {
  color: #000;
  font-family: Quicksand,Helvetica Neue,Roboto,Helvetica,Arial,sans-serif!important;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.25em;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .the-notice p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

.the-notice a {
  color: #000;
}

.the-notice .the-notice_icon {
  padding-top: .25rem;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .the-notice .the-notice_icon {
    width: auto;
  }
}

.the-notice .the-notice_icon svg {
  height: 2.25rem;
  width: 2.25rem;
}

.the-notice .the-notice_message {
  flex: 1 0 auto;
  max-width: 38rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .the-notice .the-notice_message {
    width: auto;
  }
}

.the-notice .the-notice_button {
  align-items: center;
  background-color: #e56e2d;
  border-radius: 30px;
  border-radius: 1.875rem;
  color: #fff;
  display: flex;
  font-family: Quicksand,Helvetica Neue,Roboto,Helvetica,Arial,sans-serif!important;
  font-size: 1em;
  font-weight: 500;
  gap: .25rem;
  justify-content: center;
  line-height: 24px;
  line-height: 1.5rem;
  min-width: 10rem;
  padding: .5rem;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

@media screen and (min-width: 1170px) {
  .the-notice .the-notice_button {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    min-width: 13rem;
    padding: .75rem;
  }
}

.the-notice .the-notice_button:hover {
  background-color: #f39821;
}

.the-notice .the-notice_button svg {
  height: 12px;
  height: .75rem;
  margin-top: -.125rem;
  width: 12px;
  width: .75rem;
}

@media screen and (min-width: 1170px) {
  .the-notice .the-notice_button svg {
    height: 13px;
    height: .8125rem;
    width: 13px;
    width: .8125rem;
  }
}

.the-notice .the-notice-close {
  align-items: flex-start;
  display: flex;
  height: 100%;
  margin-right: .9375rem;
  margin-top: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}

@media screen and (min-width: 768px) {
  .the-notice .the-notice-close {
    margin-right: 2rem;
  }
}

@media screen and (min-width: 1170px) {
  .the-notice .the-notice-close {
    align-items: center;
    margin-right: 2rem;
    margin-top: 0;
  }
}

.the-notice .the-notice-close button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
}

.the-notice .the-notice-close svg {
  height: 1.75rem;
  width: 1.75rem;
}

.template-charts-hero {
  background-size: cover !important;
  height: 20rem;
  position: relative;
}

.template-charts-hero .hero__heading {
  color: #fff;
  font-size: 2rem;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.template-charts .template-charts-content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.template-charts .row.tabs {
  margin-top: 2.5rem;
}

.template-charts .content__full {
  padding: 0 .75rem;
}

.template-charts .cms-content img {
  height: auto !important;
  width: 100% !important;
}

.template-charts .content__main {
  display: block;
  flex: 1 1 auto;
  padding: 0 .75rem;
  width: 100%;
}

.template-charts .content__side {
  flex: 1 1 auto;
  padding: 0 .75rem;
  width: 33.33%;
}

@media (min-width: 576px) {
  .template-charts .content__side {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .template-charts .content__side {
    display: block;
  }
}

.template-charts .content__side .content__side-banner {
  background-color: #f1f1f1;
  color: #00a39d;
  font-family: Quicksand,Helvetica Neue,Roboto,Helvetica,Arial,sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.4375rem;
  margin-left: 0;
  position: relative;
  text-align: center;
}

@media (min-width: 576px) {
  .template-charts .content__side .content__side-banner {
    flex: 0 1 48%;
  }

  .template-charts .content__side .content__side-banner:nth-child(odd) {
    margin-right: .5rem;
  }
}

@media (min-width: 992px) {
  .template-charts .content__side .content__side-banner {
    margin-left: auto;
    max-width: 23rem;
  }

  .template-charts .content__side .content__side-banner:nth-child(odd) {
    margin-right: 0;
  }
}

.template-charts .content__side .content__side-banner a {
  display: block;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
}

.template-charts .content__side .content__side-banner a:hover {
  background-color: #00a39d;
  color: #fff;
}

.template-charts .content__side .content__side-banner span {
  display: block;
  padding: 3.125rem;
}

.template-charts .content__bottom-cta {
  margin-bottom: 3rem;
  padding: 0 .75rem;
  text-align: center;
  width: 100%;
}

@media (min-width: 576px) {
  .template-charts .content__bottom-cta {
    margin-bottom: 6.5rem;
    padding-top: 4.375rem;
  }
}

.template-charts .content__bottom-cta a {
  background-color: #f1f1f1;
  color: #6c7076;
  display: inline-block;
  font-family: Quicksand,Helvetica Neue,Roboto,Helvetica,Arial,sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1.25rem 4.0625rem;
  text-decoration: none;
}

.template-charts .content__bottom-cta a span {
  color: #00a39d;
}

.template-chart-content .tabs__tabs-list {
  margin-bottom: 2rem;
}

.template-chart-content .tabs__tabs-list .tab__item a {
  color: #fff;
  text-decoration: none;
}

.template-chart-content .content__full {
  display: none;
  width: 100%;
}

.template-chart-content .template-charts-content-container.charts-content-container-flex-override {
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .template-chart-content .template-charts-content-container.charts-content-container-flex-override {
    flex-wrap: nowrap;
  }
}

.template-chart-content .cms-content img {
  width: auto !important;
}

.cms-content .primary-button {
  background: #e56e30;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Montserrat,Helvetica Neue,Roboto,Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1;
  min-height: 2.25rem;
  padding: .6875rem 1.5625rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

blockquote {
  border-bottom: 1px solid #f8981c;
  border-top: 1px solid #f8981c;
  color: #f8981c;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 1.25rem;
  padding: 1.25rem 0;
}

blockquote p {
  margin: 0;
}

.content__side-banner {
  background-color: #f1f1f1;
  color: #00a39d;
  font-family: Quicksand,Helvetica Neue,Roboto,Helvetica,Arial,sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.4375rem;
  margin-left: 0;
  position: relative;
  text-align: center;
}

.content__side-banner a {
  display: block;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
}

.content__side-banner a:hover {
  background-color: #00a39d;
  color: #fff;
}

.content__side-banner span {
  display: block;
  padding: 3.125rem;
}

.content__side-banner span.with--image {
  align-items: center;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 0;
  position: absolute;
  text-shadow: 1px 1px 7px #000;
  text-shadow: 1px 1px .4375rem #000;
  top: 0;
  width: 100%;
}

.content__side-banner img {
  height: 100%;
  max-height: 8.75rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.login-form form {
  margin-bottom: 4rem;
  max-width: 45rem;
}

@media (min-width: 768px) {
  .login-form form {
    margin-bottom: 11rem;
  }
}

.login-form form .login-form__wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .login-form form .login-form__wrapper {
    flex-wrap: nowrap;
  }
}

.login-form form .login-form__wrapper label {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .login-form form .login-form__wrapper label {
    min-width: 7rem;
  }
}

.login-form form .login-form__wrapper input {
  width: 100%;
}

.login-form form p {
  font-size: .875rem;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .login-form form button,
  .login-form form p {
    margin-left: 7rem;
  }
}

iframe.seamless.membership-frame {
  height: 1750px;
}
iframe.seamless.complaint-iframe {
  height: 870px;
}
@media (max-width:990px) {
  iframe.seamless.membership-frame {
    height: 2300px;
  }
  iframe.seamless.complaint-iframe {
    height: 970px;
  }
}
@media (max-width:590px) {
  iframe.seamless.membership-frame {
    height: 2400px;
  }
  iframe.seamless.complaint-iframe {
    height: 1600px;
  }
}