/*!
 * Bootstrap GRID v4.1.3-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 500; }

* p {
  font-size: 18px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.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: -ms-flexbox !important;
  display: flex !important; }

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

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

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

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

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

.body {
  margin-bottom: 0; }

.pt-50 {
  padding-top: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.pt-80 {
  padding-top: 80px; }

.pb-80 {
  padding-bottom: 80px; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.mt-80 {
  margin-top: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.mt-100 {
  margin-top: 100px; }

@media only screen and (min-width: 801px) {
  .align-items-center {
    display: flex;
    align-items: center; } }

.header-logo {
  margin: 10px 0; }

.card-body {
  text-align: center; }

.navPages-action {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: .8px; }

.page {
  margin: 0; }

.page-heading {
  text-transform: uppercase; }

.productView-description {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  float: none; }

span .at_PinItButton {
  display: none; }

.addthis_toolbox a.at300b {
  width: 20px !important; }

.socialLinks-item--google_plusone {
  width: 40px; }

.productView-reviewLink {
  margin-left: 0; }

.productView-description {
  margin-bottom: 35px; }

.productView-brand {
  font-size: 12px; }

.productView-brand a {
  text-decoration: none;
  text-transform: uppercase; }

.productView-description .title {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: bold !important;
  text-transform: uppercase !important;
  letter-spacing: 1.1px !important; }

.productView-price {
  color: #22AB5A; }

.productView-thumbnail-link {
  max-height: 100px;
  overflow: hidden; }

.footer-info-heading {
  font-size: 1rem;
  text-transform: uppercase;
  color: #ccc;
  font-weight: 400; }

.footer-info-list a, .footer-info-col {
  color: #b8b8b8; }

.footer-copyright > .powered-by {
  color: #a2a2a2; }

.form-prefixPostfix .button {
  height: inherit; }

#capacity tr.odd {
  background: #eee; }

#capacity td {
  padding: 5px;
  text-align: center; }

li.navList-item {
  background: #cfcfcf;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  border-radius: 3px; }

.card-body .card-text {
  display: none; }

a.gal-box {
  margin-right: 3px;
  display: block;
  float: left;
  margin-bottom: 3px; }

.blog-post-body .addthis_toolbox .socialLinks-item--google_plusone {
  width: 90px; }

.button.button-path a {
  color: #fff;
  text-decoration: none; }

.button.button-path {
  margin: 10px;
  width: 100%;
  font-size: 17px;
  padding: 20px 0;
  color: #1e1e1e;
  background: #22ab5a;
  border: 1px solid #086f32;
  text-transform: uppercase; }

a.navPages-action.button {
  padding-top: 16px;
  background-color: #222;
  border: 1px solid #222;
  color: #fff !important;
  display: inline-block;
  font-size: 1rem; }

a.navPages-action.button:hover {
  background-color: #0d7638; }

.button.button-home, .button--primary {
  margin: 10px;
  font-size: 24px;
  padding: 24px 38px;
  color: #fff;
  background: #22ab5a;
  text-transform: uppercase;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25); }

#wide {
  width: 100%; }

.button.button-home:hover {
  background-color: #fff;
  border: 1px solid #22ab5a;
  color: #22ab5a; }

.button.button-home:active {
  background-color: #f0f0f0; }

.button.button-category {
  /* margin: 10px; */
  /* width: 100%; */
  font-size: 18px;
  /* padding: 18px 0px; */
  color: #000;
  /* background: #d8d8d8; */
  border: 0px solid #b7b7b7;
  text-transform: uppercase;
  font-weight: 300;
  /* min-height: 75px; */
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  /* line-height: 18px; */ }

.button.button-complete {
  margin: 10px auto;
  width: 80%;
  font-size: 38px;
  padding: 18px;
  color: #22ab5a;
  background: #f7f7f7;
  border: 2px solid #4f4f4f;
  text-transform: capitalize;
  font-weight: 300;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  line-height: 38px;
  display: block;
  border-radius: 10px; }

.category {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  background: #f1f1f1;
  text-align: center; }

.category a {
  color: #000 !important;
  font-size: 18px; }

.category a span {
  display: block;
  font-size: 12px;
  margin-top: 5px; }

.category.current {
  border: 1px solid #22ab5a; }

.heroCarousel {
  margin-bottom: 0rem; }

/*.page-heading {
    font-size: 28px;
    margin: 0 0 1rem;
    text-align: center;
}*/
.text-center {
  text-align: center; }

.heroCarousel .slick-dots li {
  background-color: white;
  background-color: rgba(255, 255, 255, 0); }

.slick-next, .slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5); }

.heroCarousel-description {
  text-transform: capitalize; }

.footer-name {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px; }

.clearfix {
  clear: both; }

.banners {
  background-color: #ffffff; }

.navPage-subMenu-item > .navPage-subMenu-action {
  font-weight: 600; }

.banners a {
  color: #fff;
  text-decoration: none; }

.banners h3 a {
  text-decoration: underline; }

.activeRent .category {
  background: #777777;
  color: #fff; }

.activeRent .category a {
  color: #fff !important;
  font-size: 18px; }

.quoteleft {
  background-color: #333;
  color: #fff !important;
  text-align: center; }

.quoteleft h1 {
  color: #fff !important;
  padding-top: 70px; }

.quoteright {
  background-color: #333;
  color: #fff !important;
  padding: 0px; }

.quotebox {
  padding: 20px 150px; }

#greenbutton {
  background-color: #22ab5a;
  color: #fff;
  border-color: #666;
  padding: 1.8rem 2.8rem;
  font-size: 32px; }

@media (max-width: 820px) {
  .quotebox {
    padding: 20px 10px; } }

@media (max-width: 976px) {
  .quoteleft h1 {
    padding-top: 20px; } }

@media (max-width: 765px) {
  .quoteright {
    flex: 0 0 100%;
    max-width: 100%; }
  .quoteleft {
    flex: 0 0 100%;
    max-width: 100%; } }

table, th, td {
  border: 1px solid #bbb; }

th, td {
  padding: 8px 15px; }

#gray {
  background-color: #eee; }

.rent img {
  border-radius: 50%; }

.rent {
  margin-bottom: 30px; }

.rent .col-md-8 {
  padding-top: 40px; }

.rent h3 a {
  background-color: #22ab5a;
  padding: 10px;
  border-radius: 4px;
  text-decoration: none;
  color: #fff; }

.rent h3 a:hover {
  background-color: #fff;
  border: solid 1px #22ab5a;
  color: #22ab5a; }

.rent h3 {
  font-size: 20px; }

@media only screen and (max-width: 748px) {
  .hide-mobile {
    display: none !important; } }

@media only screen and (min-width: 747px) {
  .hide-main {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .rent img {
    max-width: 500px;
    margin-top: 30px;
    border-radius: 0px; }
  .rent .col-md-8 {
    padding-top: 0px;
    text-align: center; } }

/*
--I want to remove this but Im not sure if its obsolete
.wedding .col-md-6 img{
    padding:0px 110px;
    max-width:300px;
}
.wedding .col-md-6 h3{font-size:23px;margin-top:2px;}
.wedding .col-md-6 p{font-size:18px;}
.wedding .col-md-6{padding:30px 0px;}
.wedding h2{font-size:30px; margin: 29px 37px 10px; border-bottom: 2px solid #1e964f;}*/
@media (min-width: 1255px) {
  .banner-force {
    margin-left: -457px;
    margin-right: -457px;
    background-repeat: no-repeat;
    background-size: cover; } }

.intro {
  text-align: center;
  font-size: 18px;
  color: #333;
  margin-top: 70px;
  margin-bottom: 100px; }

.text-container {
  width: 48%; }

@media (max-width: 1140px) {
  .text-container {
    width: 60%; } }

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

.campaign p {
  font-size: 20px; }

@media (min-width: 950px) {
  .campaign {
    text-align: center;
    padding: 0 11rem; } }

table#smartcode tbody tr:nth-child(even) {
  background-color: #eee; }

/**********************************
Manual Banner 
**********************************/
@media (max-width: 800px) {
  .body {
    margin-top: 8.5rem; } }

@media (min-width: 1255px) {
  .welcomebanner-force {
    margin-left: -392px;
    margin-right: -393px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    margin-top: -71px; } }

@media (max-width: 733px) {
  .welcomebanner-force {
    display: none; } }

/**********************************
Category 
**********************************/
.backdrop {
  display: block;
  clear: both; }

.backdrop img {
  background-size: cover; }

.backdrop .page-heading, .backdrop .breadcrumb a, .backdrop .breadcrumb::before, .backdrop .breadcrumb.is-active > .breadcrumb-label {
  color: #ffffff; }

@media (min-width: 1261px) {
  .backdrop ul.breadcrumbs {
    margin-top: -200px; }
  .backdrop .page-heading {
    margin-bottom: 150px; }
  .backdrop {
    margin-top: -2.5rem; } }

@media (min-width: 990px) and (max-width: 1260px) {
  .backdrop ul.breadcrumbs {
    margin-top: -150px; }
  .backdrop .page-heading {
    margin-bottom: 80px; }
  .backdrop {
    margin-top: -2.5rem; } }

@media (min-width: 681px) and (max-width: 989px) {
  .backdrop ul.breadcrumbs {
    margin-top: -126px; }
  .backdrop .page-heading {
    margin-bottom: 80px; }
  .backdrop {
    margin-top: -40px; } }

@media (min-width: 551px) and (max-width: 680px) {
  .backdrop ul.breadcrumbs {
    margin-top: -126px; }
  .backdrop .page-heading {
    margin-bottom: 55px; }
  .backdrop {
    margin-top: 50px; } }

@media (max-width: 550px) {
  .backdrop .page-heading {
    margin-bottom: 40px;
    margin-top: -60px; }
  .backdrop {
    margin-top: 50px; }
  .breadcrumbs {
    display: none;
    font-size: 0; } }

/* HOMEPAGE 
    -- assets\scss\components\stencil\banners\_banners.scss .banner Has custom 100% banner width now. Allows for normal container divs.
*/
.hpIntro {
  background-color: #e7e7e7;
  padding: 1px 0;
  margin-top: -70px;
  z-index: -1; }

h2#heading {
  font-size: 34px;
  margin-top: 0; }

h2#heading:after {
  border-bottom: 2px #22ab5a solid;
  width: 50%;
  content: '';
  display: block;
  position: relative;
  left: 25%; }

@media (min-width: 850px) {
  h2#heading:after {
    width: 25%;
    left: 38%; } }

.divparent {
  width: 100%;
  position: relative;
  bottom: 20px; }

.divider {
  background: url(https://cdn11.bigcommerce.com/s-xhfvyc3g/product_images/uploaded_images/divider2.png) center no-repeat;
  width: 100%;
  position: relative;
  bottom: 26px;
  height: 47px; }

.imagecallout {
  padding: 120px 0;
  /*text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.36);
    margin-top:90px;*/ }

.imagecallout p {
  font-size: 28px; }

.imagecallout h3 {
  font-size: 31px;
  text-transform: uppercase; }

.imagecallout p, .imagecallout h3 {
  color: #000; }

@media (max-width: 508px) {
  .imagecallout {
    padding: 38px 0 108px; }
  .imagecallout p {
    font-size: 22px; } }

.widecon .text {
  padding: 0 7%; }

@media (min-width: 768px) and (max-width: 1254px) {
  .widecon .text {
    padding: 0 1%; }
  .widecon h3 {
    margin-top: 1px; } }

.widecon {
  margin-bottom: 60px; }

.widecon a {
  color: #22ab5a;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.widecon a:hover {
  color: #a5a5a5; }

#white {
  color: #fff; }

.initial {
  margin-bottom: 60px; }

.initial h2 {
  margin-top: 1px; }

.packages .col-sm-4 {
  background-color: #eee;
  padding: 20px;
  border: solid 2px #fff; }

.parcels .col-md-3 {
  border: 1px solid #333;
  border-top: solid #25ab5a 4px;
  padding: 20px;
  margin: 7px; }

.space-top-80 {
  margin-top: 80px; }

.space-20 {
  margin: 20px 0px; }

.space-40 {
  margin: 40px 0px; }

.space-80 {
  margin: 80px 0px; }

/* -- GOOGLE REVIEWS 
    --
*/
#map-plug {
  display: none; }

#google-reviews {
  display: flex;
  flex-wrap: wrap;
  /*display: grid;
grid-template-columns: repeat( auto-fit, minmax(320px, 1fr));*/ }

.review-item {
  border: solid 1px rgba(183, 163, 120, 0.43);
  margin: 5px;
  padding: 1em;
  flex: 1 1 20%;
  border-radius: 5px; }

@media (max-width: 1200px) {
  .review-item {
    flex: 1 1 40%; } }

@media (max-width: 450px) {
  .review-item {
    flex: 1 1 90%; } }

.review-meta, .review-stars {
  text-align: center;
  font-size: 115%; }

.review-author {
  text-transform: capitalize;
  font-weight: bold; }

.review-date {
  opacity: .6;
  display: block; }

.review-text {
  line-height: 1.55;
  text-align: left;
  max-width: 32em;
  margin: auto; }

.review-stars ul {
  display: inline-block;
  list-style: none !important;
  margin: 0;
  padding: 0; }

.review-stars ul li {
  float: left;
  list-style: none !important;
  margin-right: 1px;
  line-height: 1; }

.review-stars ul li i {
  color: #E4B248;
  font-size: 1.4em;
  font-style: normal; }

.review-stars ul li i.inactive {
  color: #c6c6c6; }

.star:after {
  content: "\2605"; }

.recommendation-section {
  float: left;
  width: 100%;
  padding-bottom: 90px; }

.recommendation-section h1 {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 50px;
  text-transform: uppercase; }

.recommendation-section p {
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
  font-size: medium; }

.large-recommendation {
  float: left;
  width: 100%;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 3px; }

.large-recommendation .tiny-recommendation-line {
  float: left;
  width: 50%;
  padding-top: 25px;
  padding-left: 38px; }

.tiny-recommendation {
  float: left;
  width: 47%;
  border: 1px solid #eee;
  padding: 20px;
  margin: 10px;
  border-radius: 3px; }

.tiny-recommendation-line {
  float: left;
  width: 96%;
  padding-top: 25px; }

.tiny-recommendation-line img {
  float: left;
  width: 49px; }

.tiny-recommendation-line h2 {
  float: left;
  width: 80%;
  font-size: 17px;
  margin-top: 6px;
  font-weight: 300;
  font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
  padding-left: 17px; }

.rec-get-quote h3 {
  float: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px; }

@media screen and (max-width: 1052px) {
  .tiny-recommendation {
    width: 95%; } }

@media screen and (max-width: 964px) {
  .large-recommendation .tiny-recommendation-line {
    float: left;
    width: 100%;
    padding-top: 25px;
    padding-left: 11px; } }

@media screen and (max-width: 354px) {
  .large-recommendation .tiny-recommendation-line {
    padding-left: 0px; }
  .tiny-recommendation-line h2 {
    width: 100%;
    padding-left: 0px;
    text-align: center; }
  .tiny-recommendation-line img {
    float: left;
    width: 100%;
    padding: 8% 36% 0%; } }

#home-leave-review {
  padding-bottom: 150px; }

#home-leave-review p {
  padding: 25px 28%; }

#home-leave-review a {
  background-color: #22ab59;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 16px 36px;
  border-radius: 3px; }

#home-leave-review a:hover {
  background-color: #1b8646; }

@media screen and (max-width: 500px) {
  #home-leave-review p {
    padding: 40px 9%; } }

.videosec {
  /*padding:5% 5%; */
  background-color: #eee; }

.vidtext {
  text-align: left;
  padding: 0 14%;
  padding-top: 2%; }

.videocol {
  padding: 2% 15% 5%; }

.new-pricing-box {
  float: left;
  width: 48%;
  margin: 10px;
  border: solid 2px #f4f4f4;
  border-radius: 2px;
  margin-bottom: 85px; }

.new-pricing-box h2 {
  text-align: center; }

.new-pricing-photo {
  float: left;
  padding: 35px; }

.new-pricing-text {
  width: 100%; }

.new-pricing-text table {
  border: solid #fff 0px;
  width: 100%; }

.new-pricing-text {
  margin-top: 20px;
  float: left;
  width: 100%; }

.new-pricing-text tr {
  border: solid #fff 0px;
  float: left;
  width: 100%; }

.new-pricing-text td {
  border: solid #fff 0px;
  text-align: center;
  float: left;
  width: 50%; }

.new-pricing-text th {
  border: solid #fff 0px;
  float: left;
  width: 50%; }

#glnp {
  background-color: #f2f2f2; }

#green-one {
  background-color: #24ab5a; }

#green-two {
  background-color: #2ebe68; }

.see-color-options {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 35px; }

.see-color-options a {
  background-color: #222222;
  padding: 10px 25px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  border-radius: 2px; }

@media screen and (max-width: 1058px) {
  .new-pricing-box {
    width: 47%; } }

@media screen and (max-width: 728px) {
  .new-pricing-box {
    width: 100%;
    margin: 0px 0px 85px; } }

.event {
  padding: 1% 13% 5%; }

.event h2 {
  font-size: 32px;
  line-height: 1.3; }

.event ul {
  font-size: 16px;
  padding-left: 20px;
  line-height: 1.8; }

.event-space {
  padding: 20px 30px;
  text-align: center;
  margin: 20px 50px;
  background-color: #efefef;
  min-height: 294px;
  border-radius: 5px;
  box-shadow: 0px 2px 11px 1px #c3c3c3; }

.event-space h3 {
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 20px; }

.event-space h4 {
  margin-top: 7px;
  text-transform: uppercase;
  color: #22ab5a; }

.event-space ul {
  text-align: center;
  font-size: 17px;
  line-height: 2;
  margin-top: 10px;
  list-style: none;
  margin-left: 0; }

.center-list {
  display: flex;
  justify-content: center; }

.event-gallery h2 {
  margin: 0 auto 30px;
  font-size: 32px; }

.event-gallery .gal-box {
  width: 33%;
  padding: 3px; }

@media screen and (max-width: 1300px) {
  .event {
    padding: 1% 6% 5%; }
  .event h2 {
    font-size: 30px; } }

@media screen and (min-width: 768px) and (max-width: 1104px) {
  .event-gallery .gal-box {
    width: 32%; } }

@media screen and (max-width: 767px) {
  .event-gallery .gal-box {
    width: 49%; } }

.backdrop-header-img {
  display: block;
  clear: both;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://cdn11.bigcommerce.com/s-xhfvyc3g/images/stencil/original/image-manager/bg-event-center.jpg");
  padding: 60px 15px 40px;
  margin-top: -2.5rem; }

.backdrop-header-img .breadcrumbs {
  margin-bottom: 15px; }

.backdrop-header-img .breadcrumb a, .backdrop-header-img .breadcrumb::before, .backdrop-header-img .breadcrumb.is-active > .breadcrumb-label {
  color: #ffffff;
  opacity: .7;
  font-size: 12px; }

.backdrop-header-img .page-heading {
  color: #ffffff;
  font-size: 36px; }

@media screen and (max-width: 801px) {
  .backdrop-header-img {
    margin-top: -7.5rem; } }

@media screen and (max-width: 550px) {
  .backdrop-header-img {
    padding: 60px 15px 13px; }
  .backdrop-header-img .page-heading {
    font-size: 32px; } }

#updated-gallery {
  float: left;
  width: 100%;
  padding-bottom: 5%; }

#updated-gallery img {
  width: 100%; }

#updated-gallery a {
  float: left;
  width: 220px; }

.productView-price {
  display: none; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.3; }

.h2, h2 {
  font-size: 28px; }

@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 32px; } }

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

em {
  font-size: 16px; }

.small, small {
  font-size: .875em; }

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

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

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

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

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

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

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

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px; } }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5); }

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0, .gx-0 {
  --bs-gutter-x: 0
; }

.g-0, .gy-0 {
  --bs-gutter-y: 0
; }

.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem
; }

.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem
; }

.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem
; }

.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem
; }

.g-3, .gx-3 {
  --bs-gutter-x: 1rem
; }

.g-3, .gy-3 {
  --bs-gutter-y: 1rem
; }

.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem
; }

.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem
; }

.g-5, .gx-5 {
  --bs-gutter-x: 3rem
; }

.g-5, .gy-5 {
  --bs-gutter-y: 3rem
; }

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0
    ; }
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0
    ; }
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: 0.25rem
    ; }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: 0.25rem
    ; }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: 0.5rem
    ; }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: 0.5rem
    ; }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 1rem
    ; }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 1rem
    ; }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1.5rem
    ; }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1.5rem
    ; }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 3rem
    ; }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 3rem
    ; } }

@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0
    ; }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0
    ; }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x: 0.25rem
    ; }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 0.25rem
    ; }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 0.5rem
    ; }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 0.5rem
    ; }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem
    ; }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem
    ; }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem
    ; }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem
    ; }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem
    ; }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem
    ; } }

@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0
    ; }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0
    ; }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 0.25rem
    ; }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 0.25rem
    ; }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 0.5rem
    ; }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 0.5rem
    ; }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem
    ; }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem
    ; }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem
    ; }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem
    ; }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem
    ; }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem
    ; } }

@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0
    ; }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0
    ; }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 0.25rem
    ; }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 0.25rem
    ; }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 0.5rem
    ; }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 0.5rem
    ; }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem
    ; }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem
    ; }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem
    ; }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem
    ; }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem
    ; }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 3rem
    ; } }

@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333333%; }
  .offset-xxl-2 {
    margin-left: 16.66666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333333%; }
  .offset-xxl-5 {
    margin-left: 41.66666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333333%; }
  .offset-xxl-8 {
    margin-left: 66.66666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333333%; }
  .offset-xxl-11 {
    margin-left: 91.66666667%; }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0
    ; }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0
    ; }
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: 0.25rem
    ; }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: 0.25rem
    ; }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: 0.5rem
    ; }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: 0.5rem
    ; }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 1rem
    ; }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 1rem
    ; }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1.5rem
    ; }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1.5rem
    ; }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 3rem
    ; }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 3rem
    ; } }

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

.overflow-scroll {
  overflow: scroll !important; }

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

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

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

.d-grid {
  display: grid !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; }

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

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

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

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

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

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

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

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

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  transform: translateX(-50%) !important; }

.translate-middle-y {
  transform: translateY(-50%) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-info {
  border-color: #0dcaf0 !important; }

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

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

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

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

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

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

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

.w-auto {
  width: auto !important; }

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

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

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

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

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

.h-auto {
  height: auto !important; }

.mh-100 {
  max-height: 100% !important; }

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

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

.flex-fill {
  flex: 1 1 auto !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-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; }

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

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

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

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

.gap-1 {
  gap: .25rem !important; }

.gap-2 {
  gap: .5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !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; }

.justify-content-evenly {
  justify-content: space-evenly !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; }

.order-first {
  order: -1 !important; }

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

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

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

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

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

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

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

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

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

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

.mb-1 {
  margin-bottom: .25rem !important; }

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

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

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

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

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

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

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

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

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

.pt-1 {
  padding-top: .25rem !important; }

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

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

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

.pb-1 {
  padding-bottom: .25rem !important; }

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

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-left: 0 !important; }

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important; }

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

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

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

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

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

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

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !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; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: .25rem !important; }
  .gap-sm-2 {
    gap: .5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !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; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: .25rem !important; }
  .m-sm-2 {
    margin: .5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: .25rem !important; }
  .mt-sm-2 {
    margin-top: .5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: .25rem !important; }
  .mb-sm-2 {
    margin-bottom: .5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: .25rem !important; }
  .p-sm-2 {
    padding: .5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: .25rem !important; }
  .pt-sm-2 {
    padding-top: .5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: .25rem !important; }
  .pb-sm-2 {
    padding-bottom: .5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !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; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: .25rem !important; }
  .gap-md-2 {
    gap: .5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !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; }
  .justify-content-md-evenly {
    justify-content: space-evenly !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; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: .25rem !important; }
  .m-md-2 {
    margin: .5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: .25rem !important; }
  .mt-md-2 {
    margin-top: .5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: .25rem !important; }
  .mb-md-2 {
    margin-bottom: .5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: .25rem !important; }
  .p-md-2 {
    padding: .5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: .25rem !important; }
  .pt-md-2 {
    padding-top: .5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: .25rem !important; }
  .pb-md-2 {
    padding-bottom: .5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !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; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: .25rem !important; }
  .gap-lg-2 {
    gap: .5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !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; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: .25rem !important; }
  .m-lg-2 {
    margin: .5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: .25rem !important; }
  .mt-lg-2 {
    margin-top: .5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: .25rem !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: .25rem !important; }
  .mb-lg-2 {
    margin-bottom: .5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: .25rem !important; }
  .p-lg-2 {
    padding: .5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: .25rem !important; }
  .pt-lg-2 {
    padding-top: .5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: .25rem !important; }
  .pb-lg-2 {
    padding-bottom: .5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !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; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: .25rem !important; }
  .gap-xl-2 {
    gap: .5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !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; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

/* Accordion base */
.accordion {
  border: 0;
  border-radius: 4px; }

/* Accordion item */
.accordion-item {
  border: 1px solid #333333;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 5px 25px; }

.accordion-header {
  margin: 0; }

/* Header button */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  font-size: 18px;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  cursor: pointer; }

.accordion-button:not(.collapsed) {
  background-color: #ffffff; }

.accordion-button::after {
  display: block !important;
  content: "" !important; }

/* Caret icon */
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  transition: transform 0.2s ease-in-out; }

.accordion-button:not(.collapsed)::after {
  transform: var(--bs-accordion-btn-icon-transform); }

/* Collapse behavior */
.accordion-collapse {
  border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color); }

.collapse {
  display: none; }

.collapse.show {
  display: block; }

/* Body */
.accordion-body {
  border-top: 1px solid #c9c9c9;
  padding-top: 20px; }

/* Basic transitions */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

/***************************
    Custom CWS Styles
***************************/
.img-text {
  padding: 80px 15px; }

.subheading {
  color: #22ab5a;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.7px;
  font-size: 18px; }

@media (min-width: 992px) {
  .text-pad-right-lg {
    padding-left: 40px; }
  .text-pad-left-lg {
    padding-right: 40px; } }

@media (max-width: 991px) {
  .text-pad-right-lg {
    padding-top: 25px; }
  .text-pad-left-lg {
    padding-top: 25px; } }

.equal-col {
  display: flex; }

.btn {
  padding: 12px 28px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.5px;
  display: inline-block;
  border: 2px solid #22ab5a;
  background-color: #22ab5a;
  transition: 0.3s;
  margin-top: 5px; }

a.btn:focus {
  color: #ffffff; }

.btn-main {
  background-color: #22ab5a;
  border: 2px solid #22ab5a; }

.btn-main:hover {
  background-color: #ffffff;
  color: #22ab5a; }

.btn-outline {
  background-color: #ffffff;
  border: 2px solid #22ab5a;
  color: #222222; }

.btn-outline:hover {
  background-color: #22ab5a;
  color: #ffffff; }

/***************************
          CATEGORY
***************************/
.top-page-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 15px 40px;
  position: relative;
  z-index: 10; }

.page-title-overlay {
  opacity: .5;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #000; }

.top-page-header .page-heading {
  color: #ffffff;
  z-index: 10;
  position: inherit; }

.top-page-header .breadcrumbs {
  z-index: 10;
  position: inherit; }

.top-page-header .breadcrumb a, .top-page-header .breadcrumb.is-active > .breadcrumb-label, .top-page-header .breadcrumb:before {
  color: #cbcbcb; }

@media (min-width: 1200px) {
  .pad-wide {
    padding: 80px 6%; } }

@media (min-width: 768px) {
  .top-page-header .page-heading {
    font-size: 36px; } }

/***************************
     Manufacturing Page
***************************/
.wide-section {
  padding: 80px 6%; }

.partner {
  background-image: url("https://cdn11.bigcommerce.com/s-xhfvyc3g/images/stencil/original/image-manager/hp-high-peak-tent-rental.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1; }

.partner.bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #1b3927e0; }

.partner h2 {
  color: #efefef; }

.partner p {
  color: #efefef; }

.advantage {
  background-color: #e9e7e3; }

.advantage .feature-box {
  border: 0;
  color: #212121; }

.advantage .feature-box h3 {
  color: #212121; }

.feature-box {
  padding: 30px 30px 20px;
  border: 1px solid #b3b3b3;
  margin-bottom: 30px;
  width: 100%;
  color: #efefef;
  border-radius: 2px; }

.feature-box h3 {
  color: #ffffff;
  font-size: 20px; }

.feature-box img {
  margin-bottom: 20px;
  border-radius: 4px; }

.feature-box i {
  font-size: 36px;
  margin-bottom: 20px;
  color: #197f43; }

.partner .feature-box i {
  color: #73cf84;
  margin-bottom: 50px; }

.link-box {
  padding: 10px;
  margin-top: 15px;
  transition: all .4s; }

.link-box:hover {
  transform: scale(1.05); }

.link-box img {
  margin-bottom: 25px;
  border-radius: 2px; }

.link-box a {
  text-decoration: none; }

.link-box h3 {
  margin-bottom: 5px; }

.link-box p {
  color: #197f43; }

.steps {
  position: relative;
  z-index: 1; }

.steps h2 {
  font-size: 40px; }

.step-box {
  background-color: #247b48;
  padding: 40px;
  margin-top: 50px;
  width: 100%;
  color: #efefef;
  border-radius: 5px;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap; }

.number {
  background-color: #e2eddb;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -70px;
  margin-bottom: 100px; }

.number h4 {
  color: #22ab5a;
  font-size: 60px;
  font-weight: 600;
  margin: 0;
  padding-top: 3px; }

.step-box h3 {
  color: #e0ffdd;
  font-size: 30px; }

.step-box img {
  width: 80px;
  padding-bottom: 50px; }

.getQuote {
  padding: 120px 15px;
  background-image: url("https://cdn11.bigcommerce.com/s-xhfvyc3g/images/stencil/original/image-manager/hp-high-peak-tent-rental.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1; }

.getQuote.bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #1b3927e0; }

.getQuote h2 {
  color: #ffffff;
  font-size: 40px; }

.getQuote p {
  color: #efefef;
  margin: 25px 0 30px; }

.getQuote .subheading {
  color: #a7d1ad; }

.faq {
  height: 73vh; }

.responsive-iframe {
  aspect-ratio: 16 / 9; }

@media (min-width: 1200px) {
  .getQuote h2, .advantage h2 {
    font-size: 60px; } }

@media (max-width: 650px) {
  .wide-section {
    padding: 80px 20px; } }
