/* Base - site-specific settings */
/*Theme colors*/
/*Red*/
/*Gold*/
/*Blue*/
/* Advantage Network */
.bg-reserve-black {
  background: #262626;
}

.bg-reserve-grey {
  background: #333333;
}

.bg-reserve-mist {
  background: #F3F3F2;
}

.color-reserve-black {
  color: #262626;
}

.color-reserve-grey {
  color: #333333;
}

.color-reserve-mist {
  color: #F3F3F2;
}

/*Gray*/
/* General colors */
/*General typography*/
/*Error*/
/*Form Fields*/
/*Color options*/
.color-white {
  color: #FFF;
}

.color-abs-black {
  color: #000;
}

.color-black {
  color: #333333;
}

.color-red {
  color: #C2002F;
}

.color-gray-dark {
  color: #666666;
}

/*Background colors options*/
.bg-white {
  background-color: #FFF;
}

.bg-black {
  background-color: #333333;
  color: #FFF;
}
.bg-black .btn.btn-primary:hover {
  background-color: #ABABAB;
  color: #333333;
}

.bg-gray {
  background: #DFE1E4;
}

.bg-gray-xlight {
  background: #F1F1F1 !important;
}

.bg-red {
  background-color: #C2002F;
}
.bg-red .btn.btn-primary {
  background-color: #FFF;
  color: #262626;
}
.bg-red .btn.btn-primary:hover {
  background-color: #333333;
  color: #FFF;
}

/*Global Options*/
/*Typography*/
/*Font path*/
/*Grid*/
/*Gutters*/
/*Used to set the padding on .container-fluid, per breakpoint*/
/*Wrapper max width*/
/*Container max width*/
/*Breakpoints*/
/*Container Widths*/
/*Transition settings*/
/*Modals*/
/*Borders*/
/*Global border radius*/
/*Sliders*/
/*Custom fonts*/
.cabin-reg {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.cabin-med {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.cabin-semi {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.cabin-bold {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.crimson-pro-xlight {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.crimson-pro-reg {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.crimson-pro-semi {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/*Font mixins*/
/* Vendor - unedited vendor base styles */
/*Bootstrap grid/reset*/
/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container-ms, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-ms, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container-ms, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-ms, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1450px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-ms, .container {
    max-width: 1400px;
  }
}
@media (min-width: 1800px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-ms, .container {
    max-width: 1650px;
  }
}
.row {
  --bs-gutter-x: 30px;
  --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 > * {
  box-sizing: border-box;
  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: 375px) {
  .col-ms {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

  .row-cols-ms-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: 1450px) {
  .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%;
  }
}
@media (min-width: 1800px) {
  .col-xxxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

  .row-cols-xxxl-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: 375px) {
  .col-ms-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-ms-5,
.gy-ms-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: 1450px) {
  .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;
  }
}
@media (min-width: 1800px) {
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxxl-5,
.gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.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;
}

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

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

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

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

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

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

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

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

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

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

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

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

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

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

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

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

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

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

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

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

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

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

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

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

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

.pb-2 {
  padding-bottom: 0.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;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

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

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

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

@media (min-width: 375px) {
  .d-ms-inline {
    display: inline !important;
  }

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

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

  .d-ms-grid {
    display: grid !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-ms-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mx-ms-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-ms-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-ms-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-ms-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-ms-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-ms-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-ms-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-ms-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-ms-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-ms-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-ms-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-ms-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-ms-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-ms-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-ms-1 {
    margin-top: 0.25rem !important;
  }

  .mt-ms-2 {
    margin-top: 0.5rem !important;
  }

  .mt-ms-3 {
    margin-top: 1rem !important;
  }

  .mt-ms-4 {
    margin-top: 1.5rem !important;
  }

  .mt-ms-5 {
    margin-top: 3rem !important;
  }

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

  .me-ms-0 {
    margin-right: 0 !important;
  }

  .me-ms-1 {
    margin-right: 0.25rem !important;
  }

  .me-ms-2 {
    margin-right: 0.5rem !important;
  }

  .me-ms-3 {
    margin-right: 1rem !important;
  }

  .me-ms-4 {
    margin-right: 1.5rem !important;
  }

  .me-ms-5 {
    margin-right: 3rem !important;
  }

  .me-ms-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-ms-0 {
    margin-left: 0 !important;
  }

  .ms-ms-1 {
    margin-left: 0.25rem !important;
  }

  .ms-ms-2 {
    margin-left: 0.5rem !important;
  }

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

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

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

  .ms-ms-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-ms-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-ms-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-ms-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-ms-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-ms-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-ms-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-ms-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-ms-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-ms-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-ms-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-ms-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-ms-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-ms-0 {
    padding-right: 0 !important;
  }

  .pe-ms-1 {
    padding-right: 0.25rem !important;
  }

  .pe-ms-2 {
    padding-right: 0.5rem !important;
  }

  .pe-ms-3 {
    padding-right: 1rem !important;
  }

  .pe-ms-4 {
    padding-right: 1.5rem !important;
  }

  .pe-ms-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

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

  .ps-ms-1 {
    padding-left: 0.25rem !important;
  }

  .ps-ms-2 {
    padding-left: 0.5rem !important;
  }

  .ps-ms-3 {
    padding-left: 1rem !important;
  }

  .ps-ms-4 {
    padding-left: 1.5rem !important;
  }

  .ps-ms-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 576px) {
  .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;
  }

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

  .m-sm-2 {
    margin: 0.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;
  }

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

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

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

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.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;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

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

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

  .mb-sm-2 {
    margin-bottom: 0.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;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

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

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .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;
  }

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

  .m-md-2 {
    margin: 0.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;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.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;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

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

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

  .mb-md-2 {
    margin-bottom: 0.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;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

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

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .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;
  }

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

  .m-lg-2 {
    margin: 0.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;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.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: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

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

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

  .mb-lg-2 {
    margin-bottom: 0.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;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

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

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .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;
  }

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

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

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

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

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

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

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

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

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

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

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

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

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1450px) {
  .d-xxl-inline {
    display: inline !important;
  }

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

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

  .d-xxl-grid {
    display: grid !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

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

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

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

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1800px) {
  .d-xxxl-inline {
    display: inline !important;
  }

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

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

  .d-xxxl-grid {
    display: grid !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }

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

  .me-xxxl-0 {
    margin-right: 0 !important;
  }

  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxxl-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-xxxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxxl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-xxxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

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

  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

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

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

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

  .d-print-none {
    display: none !important;
  }
}
/*!
 * Bootstrap Reboot v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 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)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: system-ui, -apple-system, "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;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

hr:not([size]) {
  height: 0;
}

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

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Utilities v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 375px) {
  .sticky-ms-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1450px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1800px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.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: 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: 0 solid transparent !important;
}

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

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

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

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

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

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

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

.border-start {
  border-left: 0 solid transparent !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: 0.25rem !important;
}

.gap-2 {
  gap: 0.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: 0.25rem !important;
}

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

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

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

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

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

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

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

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

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

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

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

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

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

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

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

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

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

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

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

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

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

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

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

.pb-2 {
  padding-bottom: 0.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;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

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

.fst-normal {
  font-style: normal !important;
}

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

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

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

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

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

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

.text-end {
  text-align: right !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;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

.rounded-end {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

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

.rounded-start {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 375px) {
  .float-ms-start {
    float: left !important;
  }

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

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

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

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

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

  .d-ms-grid {
    display: grid !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-ms-1 {
    gap: 0.25rem !important;
  }

  .gap-ms-2 {
    gap: 0.5rem !important;
  }

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

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

  .gap-ms-5 {
    gap: 3rem !important;
  }

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

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

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

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

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

  .justify-content-ms-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mx-ms-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-ms-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-ms-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-ms-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-ms-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-ms-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-ms-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-ms-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-ms-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-ms-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-ms-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-ms-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-ms-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-ms-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-ms-1 {
    margin-top: 0.25rem !important;
  }

  .mt-ms-2 {
    margin-top: 0.5rem !important;
  }

  .mt-ms-3 {
    margin-top: 1rem !important;
  }

  .mt-ms-4 {
    margin-top: 1.5rem !important;
  }

  .mt-ms-5 {
    margin-top: 3rem !important;
  }

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

  .me-ms-0 {
    margin-right: 0 !important;
  }

  .me-ms-1 {
    margin-right: 0.25rem !important;
  }

  .me-ms-2 {
    margin-right: 0.5rem !important;
  }

  .me-ms-3 {
    margin-right: 1rem !important;
  }

  .me-ms-4 {
    margin-right: 1.5rem !important;
  }

  .me-ms-5 {
    margin-right: 3rem !important;
  }

  .me-ms-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

  .ms-ms-0 {
    margin-left: 0 !important;
  }

  .ms-ms-1 {
    margin-left: 0.25rem !important;
  }

  .ms-ms-2 {
    margin-left: 0.5rem !important;
  }

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

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

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

  .ms-ms-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-ms-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-ms-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-ms-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-ms-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-ms-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-ms-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-ms-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-ms-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-ms-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-ms-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-ms-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-ms-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-ms-0 {
    padding-right: 0 !important;
  }

  .pe-ms-1 {
    padding-right: 0.25rem !important;
  }

  .pe-ms-2 {
    padding-right: 0.5rem !important;
  }

  .pe-ms-3 {
    padding-right: 1rem !important;
  }

  .pe-ms-4 {
    padding-right: 1.5rem !important;
  }

  .pe-ms-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

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

  .ps-ms-1 {
    padding-left: 0.25rem !important;
  }

  .ps-ms-2 {
    padding-left: 0.5rem !important;
  }

  .ps-ms-3 {
    padding-left: 1rem !important;
  }

  .ps-ms-4 {
    padding-left: 1.5rem !important;
  }

  .ps-ms-5 {
    padding-left: 3rem !important;
  }

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

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

  .text-ms-center {
    text-align: center !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: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.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: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.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;
  }

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

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

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

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.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;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

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

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

  .mb-sm-2 {
    margin-bottom: 0.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;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

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

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 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: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.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: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.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;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.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;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

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

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

  .mb-md-2 {
    margin-bottom: 0.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;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

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

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 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: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.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: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.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;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.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: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

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

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

  .mb-lg-2 {
    margin-bottom: 0.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;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

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

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 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: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.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;
  }

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

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

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

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

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

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

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

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

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

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

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

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

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1450px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1800px) {
  .float-xxxl-start {
    float: left !important;
  }

  .float-xxxl-end {
    float: right !important;
  }

  .float-xxxl-none {
    float: none !important;
  }

  .d-xxxl-inline {
    display: inline !important;
  }

  .d-xxxl-inline-block {
    display: inline-block !important;
  }

  .d-xxxl-block {
    display: block !important;
  }

  .d-xxxl-grid {
    display: grid !important;
  }

  .d-xxxl-table {
    display: table !important;
  }

  .d-xxxl-table-row {
    display: table-row !important;
  }

  .d-xxxl-table-cell {
    display: table-cell !important;
  }

  .d-xxxl-flex {
    display: flex !important;
  }

  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxxl-none {
    display: none !important;
  }

  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxxl-row {
    flex-direction: row !important;
  }

  .flex-xxxl-column {
    flex-direction: column !important;
  }

  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxxl-0 {
    gap: 0 !important;
  }

  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxxl-3 {
    gap: 1rem !important;
  }

  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxxl-center {
    justify-content: center !important;
  }

  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxxl-center {
    align-items: center !important;
  }

  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxxl-center {
    align-content: center !important;
  }

  .align-content-xxxl-between {
    align-content: space-between !important;
  }

  .align-content-xxxl-around {
    align-content: space-around !important;
  }

  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxxl-auto {
    align-self: auto !important;
  }

  .align-self-xxxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxxl-center {
    align-self: center !important;
  }

  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }

  .order-xxxl-first {
    order: -1 !important;
  }

  .order-xxxl-0 {
    order: 0 !important;
  }

  .order-xxxl-1 {
    order: 1 !important;
  }

  .order-xxxl-2 {
    order: 2 !important;
  }

  .order-xxxl-3 {
    order: 3 !important;
  }

  .order-xxxl-4 {
    order: 4 !important;
  }

  .order-xxxl-5 {
    order: 5 !important;
  }

  .order-xxxl-last {
    order: 6 !important;
  }

  .m-xxxl-0 {
    margin: 0 !important;
  }

  .m-xxxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxxl-3 {
    margin: 1rem !important;
  }

  .m-xxxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxxl-5 {
    margin: 3rem !important;
  }

  .m-xxxl-auto {
    margin: auto !important;
  }

  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxxl-auto {
    margin-top: auto !important;
  }

  .me-xxxl-0 {
    margin-right: 0 !important;
  }

  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxxl-auto {
    margin-right: auto !important;
  }

  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxxl-auto {
    margin-left: auto !important;
  }

  .p-xxxl-0 {
    padding: 0 !important;
  }

  .p-xxxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxxl-3 {
    padding: 1rem !important;
  }

  .p-xxxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxxl-5 {
    padding: 3rem !important;
  }

  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxxl-start {
    text-align: left !important;
  }

  .text-xxxl-end {
    text-align: right !important;
  }

  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !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;
  }

  .d-print-none {
    display: none !important;
  }
}
/*Optional components*/
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: transparent;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 0;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 0 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 0;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 374.98px) {
  .table-responsive-ms {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1449.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1799.98px) {
  .table-responsive-xxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 375px) {
  .dropdown-menu-ms-start {
    --bs-position: start;
  }
  .dropdown-menu-ms-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-ms-end {
    --bs-position: end;
  }
  .dropdown-menu-ms-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1450px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1800px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 0 solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: 0;
  background: none;
  border: 0 solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl,
.navbar > .container-xxxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 0 solid transparent;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 375px) {
  .navbar-expand-ms {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-ms .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-ms .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-ms .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-ms .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-ms .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-ms .navbar-toggler {
    display: none;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1450px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1800px) {
  .navbar-expand-xxxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%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");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, 0.125);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #333333;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.4;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid transparent;
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 0 solid transparent;
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1250px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 374.98px) {
  .modal-fullscreen-ms-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-ms-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-ms-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1449.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1799.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* so we can override bootstrap */
/*Theme colors*/
/*Red*/
/*Gold*/
/*Blue*/
/* Advantage Network */
.bg-reserve-black {
  background: #262626;
}

.bg-reserve-grey {
  background: #333333;
}

.bg-reserve-mist {
  background: #F3F3F2;
}

.color-reserve-black {
  color: #262626;
}

.color-reserve-grey {
  color: #333333;
}

.color-reserve-mist {
  color: #F3F3F2;
}

/*Gray*/
/* General colors */
/*General typography*/
/*Error*/
/*Form Fields*/
/*Color options*/
.color-white {
  color: #FFF;
}

.color-abs-black {
  color: #000;
}

.color-black {
  color: #333333;
}

.color-red {
  color: #C2002F;
}

.color-gray-dark {
  color: #666666;
}

/*Background colors options*/
.bg-white {
  background-color: #FFF;
}

.bg-black {
  background-color: #333333;
  color: #FFF;
}
.bg-black .btn.btn-primary:hover {
  background-color: #ABABAB;
  color: #333333;
}

.bg-gray {
  background: #DFE1E4;
}

.bg-gray-xlight {
  background: #F1F1F1 !important;
}

.bg-red {
  background-color: #C2002F;
}
.bg-red .btn.btn-primary {
  background-color: #FFF;
  color: #262626;
}
.bg-red .btn.btn-primary:hover {
  background-color: #333333;
  color: #FFF;
}

/*Transition*/
/*Container fluid gutter setup*/
/*Container fluid gutter setup*/
/*List reset*/
/*Button reset*/
/*Field reset*/
/*Input Placeholder Color*/
/*Columns*/
/*Site wrapper*/
.wrapper {
  background: #FFF;
  max-width: 2070px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/*Custom container fluid*/
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
  max-width: 2070px;
}
@media (max-width: 767.98px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 1450px) and (max-width: 1799.98px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1800px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    padding-left: 150px;
    padding-right: 150px;
  }
}

.container-fluid-sm {
  max-width: 2070px;
}
@media (max-width: 767.98px) {
  .container-fluid-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container-fluid-sm {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1449.98px) {
  .container-fluid-sm {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media (min-width: 1450px) {
  .container-fluid-sm {
    padding-left: 150px;
    padding-right: 150px;
  }
}

@media (max-width: 767.98px) {
  .container-offset-left {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .container-offset-left {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1199.98px) {
  .container-offset-left {
    padding-left: 75px;
  }
}
@media (min-width: 1450px) {
  .container-offset-left {
    padding-left: 100px;
  }
}

@media (max-width: 767.98px) {
  .container-offset-right {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .container-offset-right {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1199.98px) {
  .container-offset-right {
    padding-right: 75px;
  }
}
@media (min-width: 1450px) {
  .container-offset-right {
    padding-right: 100px;
  }
}
/*Adds 10px gutter to container element*/
@media (min-width: 992px) {
  .container-gutter {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*Removes gutters to any bootstrap row*/
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

/*Larger gutter options*/
@media (min-width: 1450px) {
  .gutters-lg {
    margin-right: -85px;
    margin-left: -85px;
  }
}
@media (min-width: 1450px) {
  .gutters-lg > .col,
.gutters-lg > [class*=col-] {
    padding-right: 85px;
    padding-left: 85px;
  }
}

/*Medium gutter options*/
@media (min-width: 1450px) {
  .gutters-md {
    margin-right: -40px;
    margin-left: -40px;
  }
}
@media (min-width: 1450px) {
  .gutters-md > .col,
.gutters-md > [class*=col-] {
    padding-right: 40px;
    padding-left: 40px;
  }
}

/*Small gutter options*/
@media (min-width: 992px) {
  .gutters-sm {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (min-width: 992px) {
  .gutters-sm > .col,
.gutters-sm > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
}

/*Smallest gutter options*/
@media (min-width: 992px) {
  .gutters-xs {
    margin: -5px;
  }
}
@media (min-width: 992px) {
  .gutters-xs > .col,
.gutters-xs > [class*=col-] {
    padding: 5px;
  }
}

/*Adds top/bottom padding to each column*/
.row-grid {
  margin-bottom: -15px;
  margin-top: -15px;
}
.row-grid > [class*=col-],
.row-grid > .col {
  padding-bottom: 15px;
  padding-top: 15px;
}

.row-grid-sm {
  margin: -5px;
  margin: -5px;
}
.row-grid-sm > [class*=col-],
.row-grid-sm > .col {
  padding: 5px;
  padding: 5px;
}

@media (max-width: 767.98px) {
  .row-grid-lg {
    margin-bottom: -20px;
    margin-top: -20px;
  }
}
@media (min-width: 768px) {
  .row-grid-lg {
    margin-bottom: -40px;
    margin-top: -40px;
  }
}
@media (max-width: 767.98px) {
  .row-grid-lg > [class*=col-],
.row-grid-lg > .col {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .row-grid-lg > [class*=col-],
.row-grid-lg > .col {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

/*Used to create 5 equal columns that wrap*/
@media (min-width: 992px) {
  .col-lg-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-lg-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .col-lg-35 {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .col-lg-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-lg-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-lg-70 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .col-lg-80 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .col-xl-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xl-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .col-xl-35 {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .col-xl-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-xl-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-xl-70 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .col-xl-80 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 1450px) {
  .col-xxl-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xxl-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .col-xxl-35 {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .col-xxl-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-xxl-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-xxl-70 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .col-xxl-80 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 1800px) {
  .col-xxxl-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xxxl-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .col-xxxl-35 {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .col-xxxl-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-xxxl-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxxl-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-xxxl-70 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .col-xxxl-80 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
.css-grid {
  display: grid;
  grid-auto-rows: 1fr;
}
@media screen and (max-width: 993px) {
  .css-grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 993px) {
  .css-grid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 450px) {
  .css-grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.css-grid.no-px {
  padding-left: 0;
  padding-right: 0;
}
.css-grid.center-grid {
  margin: 0 auto;
}
.css-grid.no-pad {
  padding-left: 0;
  padding-right: 0;
}

.contain-xxxl {
  max-width: 1910px;
}

.contain-xxl {
  max-width: 1380px;
}

.contain-xl {
  max-width: 1200px;
}

.contain-lg {
  max-width: 992px;
}

.contain-md {
  max-width: 768px;
}

.contain-sm {
  max-width: 576px;
}

.contain-ms {
  max-width: 375px;
}

@media screen and (min-width: 992px) {
  .grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "a b";
  }
  .grid-2 div:nth-of-type(1) {
    grid-area: a;
  }
  .grid-2 div:nth-of-type(2) {
    grid-area: b;
  }
  .grid-2.grid-reverse {
    grid-template-areas: "b a";
  }
}
@media screen and (max-width: 992px) {
  .grid-2 {
    grid-auto-rows: auto;
    grid-template-areas: "a" "b";
    grid-template-columns: minmax(0, 1fr);
  }
  .grid-2 div:nth-of-type(1) {
    grid-area: a;
  }
  .grid-2 div:nth-of-type(2) {
    grid-area: b;
  }
  .grid-2.grid-reverse {
    grid-template-areas: "b" "a";
  }
}

@media screen and (min-width: 992px) {
  .grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 992px) {
  .grid-3 {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .grid-3.md-col-2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 992px) {
  .grid-3.md-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .grid-3.md-col-2 {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .grid-4 {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .grid-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .grid-5 {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media screen and (min-width: 1380px) {
  .grid-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) and (max-width: 1380px) {
  .grid-6 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .grid-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .grid-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 576px) {
  .grid-6 {
    grid-template-columns: minmax(0, 1fr);
  }
}

.gap-10 {
  gap: 10px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

@media screen and (min-width: 992px) {
  .gap-column-30 {
    grid-column-gap: 30px;
  }
}

@media screen and (min-width: 992px) {
  .gap-column-40 {
    grid-column-gap: 40px;
  }
}

@media screen and (min-width: 992px) {
  .gap-column-180 {
    grid-column-gap: 180px;
  }
}

@media screen and (min-width: 992px) {
  .gap-row-30 {
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 992px) {
  .sm-gap-row-30 {
    grid-row-gap: 30px;
  }
}

/*Transition*/
/*Container fluid gutter setup*/
/*Container fluid gutter setup*/
/*List reset*/
/*Button reset*/
/*Field reset*/
/*Input Placeholder Color*/
/*Columns*/
html {
  font-size: 10px;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Crimson Pro", serif;
  font-style: normal;
  font-weight: 200;
  background: #ffffff;
  color: #333333;
  font-weight: 200;
  height: 100%;
  letter-spacing: 0;
  line-height: 1.65;
  margin: 0;
  position: relative;
  text-align: left;
  /*Prevents body from scrolling*/
}
@media (max-width: 767.98px) {
  body {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 2.5rem;
  }
}
body.no-scroll {
  overflow: hidden;
}

img {
  display: block;
  height: auto;
}

picture {
  display: block;
}

/*Utilities*/
/*Used to apply top/bottom padding to any block*/
@media (max-width: 767.98px) {
  .pb-xl {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .pb-xl {
    padding-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .pb-xl {
    padding-bottom: 150px;
  }
}

@media (max-width: 767.98px) {
  .pt-xl {
    padding-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .pt-xl {
    padding-top: 120px;
  }
}
@media (min-width: 1200px) {
  .pt-xl {
    padding-top: 150px;
  }
}

@media (max-width: 767.98px) {
  .pb-lg {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .pb-lg {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .pb-lg {
    padding-bottom: 100px;
  }
}

@media (max-width: 767.98px) {
  .pt-lg {
    padding-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .pt-lg {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .pt-lg {
    padding-top: 100px;
  }
}

@media (max-width: 991.98px) {
  .pb-md {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1449.98px) {
  .pb-md {
    padding-bottom: 50px;
  }
}
@media (min-width: 1450px) {
  .pb-md {
    padding-bottom: 75px;
  }
}

@media (max-width: 991.98px) {
  .pt-md {
    padding-top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1449.98px) {
  .pt-md {
    padding-top: 50px;
  }
}
@media (min-width: 1450px) {
  .pt-md {
    padding-top: 75px;
  }
}

.pb-sm {
  padding-bottom: 40px;
}

.pt-sm {
  padding-top: 40px;
}

@media (min-width: 992px) {
  .pr-44-lg {
    padding-right: 44%;
  }
}
.pad-30 {
  padding: 30px;
}

.pad-50 {
  padding: 50px;
}

/*Used to apply top/bottom margin to any block*/
@media (max-width: 767.98px) {
  .mb-lg {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mb-lg {
    margin-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .mb-lg {
    margin-bottom: 100px;
  }
}

@media (max-width: 767.98px) {
  .mt-lg {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-lg {
    margin-top: 75px;
  }
}
@media (min-width: 1200px) {
  .mt-lg {
    margin-top: 100px;
  }
}

@media (max-width: 767.98px) {
  .mb-md {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mb-md {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .mb-md {
    margin-bottom: 75px;
  }
}

@media (max-width: 767.98px) {
  .mt-md {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mt-md {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .mt-md {
    margin-top: 75px;
  }
}

.mb-sm {
  margin-bottom: 40px;
}

.mt-sm {
  margin-top: 40px;
}

/*Responsive margin options*/
@media (min-width: 992px) {
  .ml-30-lg {
    margin-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .mt-20-xs {
    margin-top: 20px;
  }
}
/*Margin options*/
@media (max-width: 767.98px) {
  .mb-md {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mb-md {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .mb-md {
    margin-bottom: 80px;
  }
}

/*Margin options*/
.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

@media (max-width: 991.98px) {
  .lg-pt-20 {
    padding-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .sm-pt-20 {
    padding-top: 20px;
  }
}
/*Text mixin options*/
/* Text Styles */
/*Text style options*/
.text-14-regular {
  font-size: 1.4rem;
  display: block;
}

/*Text alignment options*/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*Reponsive text alignment options*/
@media (max-width: 767.98px) {
  .text-center-xs {
    text-align: center;
  }
}
/*Text transform options*/
.text-uppercase {
  text-transform: uppercase;
}

/*Fades text 80%*/
.text-fade-70 {
  opacity: 0.7;
}

/*Used for larger paragraph text*/
@media (max-width: 1199.98px) {
  .paragraph-lead p {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .paragraph-lead p {
    font-size: 2.2rem;
  }
}

@media (max-width: 1199.98px) {
  .paragraph-lead-lg p {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .paragraph-lead-lg p {
    font-size: 2.4rem;
  }
}

/*Global paragraph styles*/
p:not(:last-child) {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  text-decoration: none;
}

/*Global anchor styles*/
a {
  color: inherit;
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
}

/*General dropcap setup*/
/*Adds underline to anchors within this element*/
.link-underline {
  text-decoration: underline;
}
.link-underline:hover {
  color: #333333;
  text-decoration: underline;
}
.link-underline a {
  text-decoration: underline;
}
.link-underline a:hover {
  color: #333333;
  text-decoration: underline;
}

/*Link color options*/
.link-dark {
  color: #333333;
}

.link-light {
  color: #FFF;
}

/*Default strong styles*/
/*Small text*/
small {
  font-size: 1.3rem;
  letter-spacing: 0.01em;
}

/*Formats telephone element*/
.link-tel {
  color: inherit;
}

/*Elements*/
/*Buttons*/
.btn {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  line-height: 1.5;
  text-decoration: none;
  transition: 0.4s;
  white-space: normal;
  /*Prmary button*/
  /*Stretches button full width at all breakpoints*/
  /*Stretches button full width on smallest breakpoint only*/
}
.btn:hover {
  text-decoration: none;
}
.btn.btn-primary {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 1.1px;
  color: #FFF;
  align-items: center;
  padding: 20px 30px;
  min-height: 40px;
  min-width: 40px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  background-color: #C2002F;
  text-transform: uppercase;
}
.btn.btn-primary:hover {
  background-color: #333333;
}
.btn.btn-full {
  width: 100%;
}
.btn.btn-white {
  background-color: #FFF;
  color: #C2002F;
}
.btn.btn-white:hover {
  background-color: #C2002F;
  color: #FFF;
}
@media (max-width: 575.98px) {
  .btn.btn-xs-full {
    width: 100%;
  }
}

/*Button row*/
.btn-row {
  align-items: center;
  display: inline-flex;
  margin-left: -10px;
  margin-right: -10px;
  width: 100%;
}
@media (max-width: 575.98px) {
  .btn-row:not(.inline-xs) {
    flex-wrap: wrap;
  }
}
.btn-row .btn {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 374.98px) {
  .btn-row .btn {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .btn-row .btn {
    margin-top: 20px;
  }
}

/*Stacked column of buttons*/
.btn-stacked {
  display: inline-flex;
  flex-direction: column;
}
.btn-stacked .btn:not(:last-child) {
  margin-bottom: 20px;
}

/*Used to display form fields within columns*/
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

/*Form group*/
.form-group {
  display: flex;
  position: relative;
  /*Displays label on top of field*/
  /*Displays label/field inline*/
  /*Smaller margins*/
}
.form-group label.error {
  color: red;
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-top: 5px;
}
.form-group .input-errors li {
  color: red;
  font-size: 1.4rem;
}
.form-group:not(.form-group-inline) {
  flex-direction: column;
  margin-bottom: 30px;
}
.form-group.form-group-inline {
  align-items: center;
  display: flex;
  position: relative;
}
.form-group.form-group-inline .form-label {
  flex: 1;
  margin: 10px 25px 0 0;
}
.form-group.form-group-inline .form-control {
  padding: 30px 20px 20px 0;
  width: 100%;
}
.form-group.form-group-sm:not(:last-child) {
  margin-bottom: 10px;
}

/*Global form labels*/
.form-label {
  display: block;
  margin-bottom: 5px;
  /*Color options*/
}
.form-label.label-light {
  color: #FFF;
}
.form-label.label-dark {
  color: #333333;
}

/*Global input styles*/
.form-control {
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
  display: inline-flex;
  line-height: 1;
  transition: 0.4s;
  /*Input color options*/
}
.form-control:not(textarea):not(.control-transparent) {
  height: 50px;
}
.form-control:not(.control-transparent) {
  border: solid 2px transparent;
  padding: 5px 15px;
  width: 100%;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
}
.form-control:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}
.form-control.control-light {
  background-color: transparent;
  border-color: transparent;
}
.form-control.control-dark {
  border-color: transparent;
}
.form-control.control-transparent {
  background-color: transparent;
  border-color: transparent;
}
/*Global textarea*/
textarea.form-control:not(.control-transparent) {
  padding-top: 15px;
}

/*Global select*/
select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  height: 50px;
  padding: 10px 15px;
  position: relative;
}
/*Forms*/
.form-control {
  transition: all 0.3s ease;
}

/*Label*/
label {
  color: #333;
  display: block;
  font-size: 1.5rem !important;
  margin-bottom: 2px;
  text-align: left;
  text-transform: uppercase;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0 5px 0;
}

.gform_wrapper fieldset,
.form-block fieldset {
  margin-bottom: 50px !important;
}
.gform_wrapper legend,
.form-block legend {
  font-size: 1.8rem !important;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 20px !important;
}
.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select,
.form-block input,
.form-block textarea,
.form-block select {
  padding: 15px !important;
  background-color: #F3F3F2;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem !important;
  border: 1px solid #888888;
  outline: none;
  width: 100% !important;
}
.gform_wrapper input[type=submit],
.form-block input[type=submit] {
  background-color: #C2002F !important;
  color: #FFF !important;
  text-transform: uppercase !important;
  width: auto !important;
  border: none !important;
  padding: 20px 30px !important;
  min-height: 40px;
  min-width: 40px;
}
.gform_wrapper input[type=submit]:hover,
.form-block input[type=submit]:hover {
  background-color: #262626 !important;
  color: #FFF !important;
}
.gform_wrapper .gfield,
.form-block .gfield {
  margin-bottom: 3rem;
}
.gform_wrapper .gfield .gfield_radio,
.gform_wrapper .gfield .gfield_checkbox,
.form-block .gfield .gfield_radio,
.form-block .gfield .gfield_checkbox {
  margin: 0px 0;
}
.gform_wrapper .gfield .gfield_radio li,
.gform_wrapper .gfield .gfield_checkbox li,
.form-block .gfield .gfield_radio li,
.form-block .gfield .gfield_checkbox li {
  overflow: visible !important;
  margin-bottom: 15px;
  margin-left: 10px !important;
}
.gform_wrapper .gfield .gfield_radio li input,
.gform_wrapper .gfield .gfield_checkbox li input,
.form-block .gfield .gfield_radio li input,
.form-block .gfield .gfield_checkbox li input {
  width: auto !important;
}
.gform_wrapper .gfield .gfield_radio li label,
.gform_wrapper .gfield .gfield_checkbox li label,
.form-block .gfield .gfield_radio li label,
.form-block .gfield .gfield_checkbox li label {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem !important;
  line-height: 1.5;
  margin-left: 10px;
  margin-top: -15px;
}
.gform_wrapper .ginput_container_consent .gfield_checkbox li,
.gform_wrapper .ginput_container_consent .gfield_radio li,
.gform_wrapper .ginput_container_checkbox .gfield_checkbox li,
.gform_wrapper .ginput_container_checkbox .gfield_radio li,
.gform_wrapper .ginput_container_radio .gfield_checkbox li,
.gform_wrapper .ginput_container_radio .gfield_radio li,
.form-block .ginput_container_consent .gfield_checkbox li,
.form-block .ginput_container_consent .gfield_radio li,
.form-block .ginput_container_checkbox .gfield_checkbox li,
.form-block .ginput_container_checkbox .gfield_radio li,
.form-block .ginput_container_radio .gfield_checkbox li,
.form-block .ginput_container_radio .gfield_radio li {
  padding-left: 0;
}
.gform_wrapper .ginput_container_consent input[type=checkbox],
.gform_wrapper .ginput_container_consent input[type=radio],
.gform_wrapper .ginput_container_checkbox input[type=checkbox],
.gform_wrapper .ginput_container_checkbox input[type=radio],
.gform_wrapper .ginput_container_radio input[type=checkbox],
.gform_wrapper .ginput_container_radio input[type=radio],
.form-block .ginput_container_consent input[type=checkbox],
.form-block .ginput_container_consent input[type=radio],
.form-block .ginput_container_checkbox input[type=checkbox],
.form-block .ginput_container_checkbox input[type=radio],
.form-block .ginput_container_radio input[type=checkbox],
.form-block .ginput_container_radio input[type=radio] {
  display: inline-block !important;
  width: auto !important;
}
@media (min-width: 768px) {
  .gform_wrapper .ginput_container_consent input[type=checkbox],
.gform_wrapper .ginput_container_consent input[type=radio],
.gform_wrapper .ginput_container_checkbox input[type=checkbox],
.gform_wrapper .ginput_container_checkbox input[type=radio],
.gform_wrapper .ginput_container_radio input[type=checkbox],
.gform_wrapper .ginput_container_radio input[type=radio],
.form-block .ginput_container_consent input[type=checkbox],
.form-block .ginput_container_consent input[type=radio],
.form-block .ginput_container_checkbox input[type=checkbox],
.form-block .ginput_container_checkbox input[type=radio],
.form-block .ginput_container_radio input[type=checkbox],
.form-block .ginput_container_radio input[type=radio] {
    transform: scale(2) translateY(-1px);
  }
}
.gform_wrapper .ginput_container_consent .gfield_consent_label,
.gform_wrapper .ginput_container_consent .gfield_checkbox label,
.gform_wrapper .ginput_container_consent .gfield_radio label,
.gform_wrapper .ginput_container_checkbox .gfield_consent_label,
.gform_wrapper .ginput_container_checkbox .gfield_checkbox label,
.gform_wrapper .ginput_container_checkbox .gfield_radio label,
.gform_wrapper .ginput_container_radio .gfield_consent_label,
.gform_wrapper .ginput_container_radio .gfield_checkbox label,
.gform_wrapper .ginput_container_radio .gfield_radio label,
.form-block .ginput_container_consent .gfield_consent_label,
.form-block .ginput_container_consent .gfield_checkbox label,
.form-block .ginput_container_consent .gfield_radio label,
.form-block .ginput_container_checkbox .gfield_consent_label,
.form-block .ginput_container_checkbox .gfield_checkbox label,
.form-block .ginput_container_checkbox .gfield_radio label,
.form-block .ginput_container_radio .gfield_consent_label,
.form-block .ginput_container_radio .gfield_checkbox label,
.form-block .ginput_container_radio .gfield_radio label {
  position: relative;
  width: auto;
  display: inline-block !important;
  opacity: 1;
  font-weight: 400;
  font-size: 1.7rem !important;
  letter-spacing: 0;
  color: #333;
  text-transform: capitalize !important;
  padding-top: 0px;
}
.gform_wrapper .gform-body .gfield_description,
.form-block .gform-body .gfield_description {
  font-size: 1.2rem;
  color: #FFF;
  padding: 0 !important;
}
.gform_wrapper .gfield_required,
.form-block .gfield_required {
  font-size: 1.4rem;
  margin-left: 5px;
}
.gform_wrapper .gform-footer input,
.form-block .gform-footer input {
  background-color: #C2002F !important;
}
.gform_wrapper .gform-footer input:hover,
.form-block .gform-footer input:hover {
  background-color: #262626 !important;
  color: #FFF !important;
}

.page-content input,
.page-content textarea,
.page-content select {
  background-color: #F3F3F2 !important;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem !important;
  border: 1px solid #888888;
}
.page-content select {
  height: rem(41);
}
.page-content ::-webkit-input-placeholder {
  font-size: 1.5rem;
  font-style: normal;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-content :-moz-placeholder {
  font-size: 1.5rem;
  font-style: normal;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-content ::-moz-placeholder {
  font-size: 1.5rem;
  font-style: normal;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-content :-ms-input-placeholder {
  font-size: 1.5rem;
  font-style: normal;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*Custom Select*/
.select-custom {
  border: solid 1px #fefefe;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.select-custom:before {
  border-bottom: 6px solid transparent;
  border-left: 7px solid #FFF;
  border-top: 6px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  left: 15px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select-custom select {
  background: transparent;
  border: none;
  height: 38px;
  padding-left: 35px;
  width: 130%;
  -webkit-appearance: none;
}
.select-custom select:focus {
  border: none;
  outline: none;
}

/*Custom Checkbox / Radio*/
.input-custom input[type=checkbox]:not(old),
.input-custom input[type=radio]:not(old) {
  display: none;
  margin: 0;
  opacity: 0;
  padding: 0;
}
.input-custom input[type=checkbox]:not(old) + label,
.input-custom input[type=checkbox]:not(old) + .wpcf7-list-item-label,
.input-custom input[type=radio]:not(old) + .wpcf7-list-item-label {
  display: inline-block;
  line-height: 27px;
  padding-left: 30px;
}
.input-custom input[type=checkbox]:not(old) + label {
  background: url("/assets/images/checkbox-unchecked.png") no-repeat 0 50%;
  background-size: 19px 19px;
}
.input-custom input[type=checkbox]:not(old):checked + label {
  background: url("/assets/images/checkbox-checked.png") 0 50% no-repeat;
  background-size: 19px 19px;
}
.input-custom input[type=radio]:not(old) + label {
  background: url("/assets/images/radio-unchecked.png") no-repeat 0 50%;
  background-size: 19px 19px;
}
.input-custom input[type=radio]:not(old):checked + label {
  background: url("/assets/images/radio-checked.png") 0 50% no-repeat;
  background-size: 19px 19px;
}
.input-custom label {
  cursor: pointer;
  display: inline-block !important;
  padding-left: 30px;
}

.gform_wrapper .gform_body input {
  width: 100% !important;
  padding: 10px !important;
  border: 1px solid #888888;
}
.gform_wrapper .gform_body select {
  background-image: url("/assets/images/icons/arrow-down-black.svg");
  background-repeat: no-repeat;
  background-position: 92% 50%;
  background-size: 10px 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gform_wrapper .gform_body .gfield {
  margin-bottom: 10px !important;
  margin-top: 0 !important;
}
.gform_wrapper .gform_body .gfield--width-half {
  width: 50%;
  display: inline-block;
}
.gform_wrapper .gform_body .show-label label {
  position: relative;
  font-size: 1.8rem !important;
  color: #333;
  text-transform: initial !important;
  margin-bottom: 0px !important;
  padding-left: 0;
}
.gform_wrapper .gform_body .show-label .gchoice label {
  margin-bottom: 0 !important;
}
.gform_wrapper .gform_body .show-label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gform_wrapper .gform_body .show-label .gfield_description {
  position: relative;
  top: auto;
  right: auto;
  margin-bottom: 0 !important;
  font-size: 1.2rem;
  color: #666666;
  text-align: left;
  padding: 0 10px 10px 10px;
}
.gform_wrapper .gform_body .contact-message .gfield-description {
  position: absolute;
  right: 0;
  text-align: right;
}
.gform_wrapper .gform_body .gform_next_button,
.gform_wrapper .gform_body .gform_previous_button {
  width: auto !important;
  text-transform: uppercase;
  background-color: #C2002F !important;
  outline: none !important;
  padding: 10px 30px !important;
}
.gform_wrapper .gform_footer .button {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem !important;
  letter-spacing: 1.1px;
  color: #FFF;
  align-items: center;
  padding: 20px 30px !important;
  min-height: 40px;
  min-width: 40px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  background-color: #C2002F;
  text-transform: uppercase;
  border: 0;
}
.gform_wrapper .gform_footer .button:hover {
  background-color: #FFF;
  color: #262626;
}
.gform_wrapper .voting-form .gf_progressbar_wrapper {
  display: none;
}
.gform_wrapper .voting-form .form-clone h3 {
  font-size: 18px !important;
  padding: 8px 10px 0;
  margin-bottom: 0;
}
.gform_wrapper .voting-form .form-clone p {
  font-family: "AvenirNext-Medium";
  padding: 5px 50px;
}
.gform_wrapper .voting-form input[type=submit] {
  width: auto !important;
  text-transform: uppercase;
  background-color: #C2002F !important;
  outline: none !important;
  padding: 10px 30px !important;
  text-align: center;
  margin: 50px auto 0;
}
.gform_wrapper .voting-form .gform_next_button,
.gform_wrapper .voting-form .gform_previous_button {
  display: inline-block !important;
}
.gform_wrapper .validation_error {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
  color: #C2002F;
  font-size: rem(12);
  border: 0 !important;
  background-color: transparent !important;
}
.gform_wrapper .validation_error h2 {
  color: #C2002F !important;
}
.gform_wrapper .gfield_error {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}
.gform_wrapper .gfield_error.fname, .gform_wrapper .gfield_error.laname {
  margin: 0 0 5px 0 !important;
}
.gform_wrapper .gfield_error .validation_message {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #C2002F;
  font-size: rem(12);
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 0 0 5px !important;
  margin-bottom: 0 !important;
  outline: none;
}

/* Transition Placeholders */
.field,
.gfield {
  position: relative;
}

.gfield label {
  color: #919293;
  box-sizing: border-box;
  display: block;
  font-size: rem(11) !important;
  letter-spacing: 1px;
  line-height: 1;
  opacity: 0;
  overflow: hidden;
  padding: 8px 10px;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: 0;
  text-align: left;
  transform: translateY(3px);
  transition: all 0.2s ease-out !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  z-index: 1;
}
.gfield.show-label label {
  opacity: 1 !important;
  overflow: show;
  white-space: normal;
}
.gfield.field--not-empty label {
  display: block !important;
  opacity: 1 !important;
  transform: none;
}
.gfield.field--not-empty input {
  padding-bottom: 10px !important;
  padding-top: 22px !important;
}
.gfield input {
  background-color: #f5f5f5;
  border: 2px solid #e9e9e9;
  color: #333;
  font-size: 1.3125em;
  padding: 0.4761904762em;
  transition: all 0.2s ease-out;
  width: 100%;
}
.gfield input:hover, .gfield input:focus {
  box-shadow: inset 0 0 10px 0 rgba(85, 85, 85, 0.1);
  outline: 0;
}

.standard-field {
  margin-bottom: 50px !important;
}
.standard-field label {
  opacity: 1 !important;
  overflow: visible !important;
  position: relative !important;
  padding-left: 0;
}
.standard-field .gfield_radio {
  margin: 15px 0 10px 0;
}
.standard-field .gfield_radio label {
  float: left;
  width: auto;
  padding-top: 0;
  margin-top: -10px;
  margin-right: 20px;
}
.standard-field .gfield_radio input {
  width: 12px !important;
  float: left;
}

.gf-turnstile-container {
  margin-top: 10px;
}

/*Heading mixin options*/
/*Heading options*/
.micro-title {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: block;
}
@media (max-width: 767.98px) {
  .micro-title {
    font-size: 1.2rem;
  }
}

.heading-xl {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  display: block;
}
@media (max-width: 767.98px) {
  .heading-xl {
    font-size: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .heading-xl {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .heading-xl {
    font-size: 7rem;
  }
}
@media (min-width: 1450px) {
  .heading-xl {
    font-size: 9rem;
    margin-bottom: 10px;
  }
}

.heading-1 {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  display: block;
  letter-spacing: 1.1px;
}
@media (max-width: 767.98px) {
  .heading-1 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .heading-1 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .heading-1 {
    font-size: 5rem;
  }
}
@media (min-width: 1450px) {
  .heading-1 {
    font-size: 6rem;
  }
}

.heading-2 {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  display: block;
  letter-spacing: 1.1px;
}
@media (max-width: 767.98px) {
  .heading-2 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .heading-2 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .heading-2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1450px) {
  .heading-2 {
    font-size: 4.5rem;
  }
}

.heading-3 {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  display: block;
  letter-spacing: 1.1px;
}
@media (max-width: 767.98px) {
  .heading-3 {
    font-size: 2.3rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .heading-3 {
    font-size: 2.3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .heading-3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1450px) {
  .heading-3 {
    font-size: 3rem;
  }
}

.heading-4 {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  display: block;
  letter-spacing: 1.1px;
}
@media (max-width: 767.98px) {
  .heading-4 {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .heading-4 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .heading-4 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1450px) {
  .heading-4 {
    font-size: 2.5rem;
  }
}

.heading-5 {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  display: block;
  letter-spacing: 1.1px;
}
@media (max-width: 767.98px) {
  .heading-5 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .heading-5 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .heading-5 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1450px) {
  .heading-5 {
    font-size: 2rem;
  }
}

/*Add transition to all heading options*/
[class*=heading-] {
  transition: 0.4s;
}
[class*=heading-] a:hover {
  color: #333333;
}

h1 {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  h1 {
    font-size: 5rem;
  }
}
@media (min-width: 1450px) {
  h1 {
    font-size: 6rem;
  }
}

h2 {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1450px) {
  h2 {
    font-size: 4.5rem;
  }
}

h3 {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 2.3rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  h3 {
    font-size: 2.3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1450px) {
  h3 {
    font-size: 3rem;
  }
}

h4 {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  h4 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  h4 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1450px) {
  h4 {
    font-size: 2.5rem;
  }
}

h5 {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 767.98px) {
  h5 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  h5 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  h5 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1450px) {
  h5 {
    font-size: 2rem;
  }
}

.disclaimer {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem !important;
  font-style: italic;
  opacity: 0.75;
}
@media (max-width: 767.98px) {
  .disclaimer {
    font-size: 1.2rem !important;
  }
}
.disclaimer p {
  line-height: 1.6rem;
}

/* Components - specific elements that make up a page */
/*GLobal accordion setup*/
/*Global modal setup*/
.modal {
  top: 85px;
}
.modal.team_modal .modal-dialog {
  width: 50% !important;
}
.modal.team_modal .modal-content ul li {
  margin-bottom: 10px;
}
.modal .modal-dialog {
  max-width: 95%;
  width: 95% !important;
}
@media (min-width: 768px) {
  .modal .modal-dialog {
    width: 75% !important;
  }
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
  padding: 10px 20px 0 20px;
}
.modal .modal-dialog .modal-content .modal-header h2 {
  margin-bottom: 0;
}
.modal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: 10px;
  top: 5px;
  outline: none;
  border: 0;
  background-color: transparent;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0 20px 20px 20px;
}

/*Layout*/
.site-header {
  position: relative;
}

.notification {
  background-color: #C2002F;
  color: #FFF;
  padding: 25px 0;
}
.notification h5 {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.notification p {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.notification a {
  color: #fff;
  padding-top: 10px;
  font-weight: bold;
}
.notification a:hover {
  text-decoration: underline;
  color: #333;
}

.site-header-reserve {
  position: sticky;
  top: 0;
  background: #FFF;
  z-index: 100;
}
.site-header-reserve.scrolled .secondary-header-reserve {
  padding-top: 15px;
  padding-bottom: 15px;
}
.site-header-reserve.scrolled .return-home-reserve {
  margin-top: 15px;
}
.site-header-reserve.scrolled .logo-reserve {
  width: 225px;
}

.fdic-banner {
  display: block;
  position: absolute;
  top: 50px;
  left: 345px;
  border-left: 1px solid #D9D9D9;
  padding-left: 20px;
  padding-bottom: 5px;
}
@media (max-width: 1199px) {
  .fdic-banner {
    top: 28px;
    left: 270px;
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .fdic-banner {
    left: 20px;
    top: 75px;
    padding-bottom: 0;
    padding-left: 0;
    border-left: 0;
  }
}
.fdic-banner a {
  text-decoration: none;
}
.fdic-banner img {
  display: inline-block;
  width: 62px;
  height: 26px;
  margin-right: 10px;
}
@media (max-width: 1449px) {
  .fdic-banner img {
    margin-top: -10px;
  }
}
@media (max-width: 1199px) {
  .fdic-banner img {
    margin-top: -12px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .fdic-banner img {
    margin-top: -10px;
  }
}
.fdic-banner .text {
  display: inline-block;
  font-family: "Source Sans Pro Web", "Source Sans 3", sans-serif;
  font-style: italic;
  font-weight: 400;
  margin-left: 0.2em;
  margin-top: 1em;
  font-size: 12.8px;
  line-height: 1.1;
  color: #000;
}
@media (max-width: 1449px) {
  .fdic-banner .text {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .fdic-banner .text {
    width: 70%;
  }
}
@media (max-width: 450px) {
  .fdic-banner .text {
    margin-left: 7px;
  }
}

/*Secondary Header*/
.secondary-header {
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
  /*Logo*/
  /*Nav*/
}
@media (max-width: 991.98px) {
  .secondary-header .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1200px) {
  .secondary-header {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.secondary-header.secondary-header-reserve {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 80px;
  padding-right: 80px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .secondary-header.secondary-header-reserve {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .secondary-header.secondary-header-reserve {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .secondary-header.secondary-header-reserve {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .secondary-header.secondary-header-reserve {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.secondary-header.secondary-header-reserve .logo-link-reserve {
  display: block !important;
}
.secondary-header.secondary-header-reserve .logo-link-reserve .logo-reserve {
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .secondary-header.secondary-header-reserve .logo-link-reserve .logo-reserve {
    width: 200px;
    height: 43px;
  }
}
@media (max-width: 768px) {
  .secondary-header.secondary-header-reserve .col-lg-6 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .secondary-header.secondary-header-reserve .nav {
    display: none;
  }
}
@media (max-width: 500px) {
  .secondary-header.secondary-header-reserve .nav {
    justify-content: space-between !important;
  }
}
.secondary-header.secondary-header-reserve .nav li {
  display: block;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 991px) {
  .secondary-header.secondary-header-reserve .nav li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.secondary-header.secondary-header-reserve .nav li:last-child {
  margin-right: 0;
  padding-right: 0;
}
@media (max-width: 500px) {
  .secondary-header.secondary-header-reserve .nav li {
    padding-left: 0;
    padding-right: 0;
  }
}
.secondary-header.secondary-header-reserve .nav li a {
  font-size: 16px;
  text-decoration: none;
}
@media (max-width: 991px) {
  .secondary-header.secondary-header-reserve .nav li a {
    font-size: 14px;
  }
}
.secondary-header.secondary-header-reserve .nav li.current-menu-item a {
  color: #C2002F;
  border-bottom: 2px solid #C2002F;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.secondary-header.secondary-header-reserve .return-home-reserve {
  position: absolute;
  top: -36px;
  right: 15px;
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .secondary-header.secondary-header-reserve .return-home-reserve {
    display: none;
  }
}
@media (max-width: 1200px) {
  .secondary-header.secondary-header-reserve .return-home-reserve {
    top: -40px;
  }
}
@media (max-width: 991px) {
  .secondary-header.secondary-header-reserve .return-home-reserve {
    top: -33px;
    right: 17px;
  }
}
@media (max-width: 768px) {
  .secondary-header.secondary-header-reserve .return-home-reserve {
    position: static;
    right: auto;
  }
}
.secondary-header.secondary-header-reserve .return-home-reserve:hover {
  color: #C2002F;
  text-decoration: underline;
}
.secondary-header.secondary-header-reserve .reserve-mobile-toggle {
  display: none;
  width: 50px;
  height: 50px;
  margin-left: auto;
  padding: 14px 12px;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}
@media (max-width: 768px) {
  .secondary-header.secondary-header-reserve .reserve-mobile-toggle {
    display: block;
  }
}
.secondary-header.secondary-header-reserve .reserve-mobile-toggle .icon-bar {
  height: 2px;
  background-color: #262626;
  display: block;
}
.secondary-header.secondary-header-reserve .reserve-mobile-toggle .icon-bar:nth-child(1) {
  margin-bottom: 5px;
}
.secondary-header.secondary-header-reserve .reserve-mobile-toggle .icon-bar:nth-child(2) {
  margin-bottom: 5px;
}
.secondary-header #logo-link {
  display: inline-block;
  margin-top: 3px;
}
@media (max-width: 1449px) {
  .secondary-header #logo-link {
    margin-top: 7px;
  }
}
.secondary-header .logo {
  display: inline-block;
  background: url("/assets/images/branding/firstnationalbank.svg") center center/contain no-repeat;
  height: 80px;
  width: 319px;
  outline: none;
}
@media (max-width: 1199px) {
  .secondary-header .logo {
    width: 250px;
    height: 63px;
  }
}
.secondary-header .logo-link-reserve {
  display: block;
}
.secondary-header .logo-reserve {
  width: 295px;
  height: 63px;
  background: url("/assets/images/branding/logo-reserve-header.svg") center center/contain no-repeat;
}
.secondary-header .nav {
  margin-top: -20px;
}
@media (max-width: 1199.98px) {
  .secondary-header .nav {
    margin-top: 0;
  }
}
.secondary-header .nav li {
  display: none;
  padding: 0 1.8rem;
}
@media (max-width: 575.98px) {
  .secondary-header .nav li {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .secondary-header .nav li {
    display: block;
  }
}
.secondary-header .nav li.log-in {
  display: block !important;
}
.secondary-header .nav li.current-menu-item a {
  color: #C2002F;
  border-bottom: 2px solid #C2002F;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.secondary-header .nav li a {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #333;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
}
.secondary-header .nav li a:hover {
  color: #C2002F;
}
.secondary-header .mobile-secondary {
  display: block;
}
@media (max-width: 767px) {
  .secondary-header .mobile-secondary {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .secondary-header .mobile-secondary {
    display: none;
  }
}
.secondary-header .mobile-secondary .nav.justify-content-end {
  justify-content: center !important;
}
.secondary-header .mobile-secondary .nav li {
  display: block;
  width: 32%;
}
@media (min-width: 768px) {
  .secondary-header .mobile-secondary .nav li {
    width: auto;
  }
}
.secondary-header .mobile-secondary .nav li.log-in {
  display: none !important;
}

.log-in,
.contact-button,
.fixed-login {
  display: block;
}
.log-in a,
.contact-button a,
.fixed-login a {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: #C2002F;
  color: #FFF !important;
  padding: 0.7rem 0.9rem;
  font-size: 12px;
  text-transform: uppercase;
}
.log-in a:hover,
.contact-button a:hover,
.fixed-login a:hover {
  background-color: #e10036 !important;
  color: #FFF;
}

.reserve-mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #FFF;
  z-index: 101;
  padding: 90px 40px 40px;
  text-align: center;
}
.reserve-mobile-nav .reserve-close-mobile-nav {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 50px;
  height: 50px;
  font-size: 35px;
  line-height: 35px;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
}
.reserve-mobile-nav .nav {
  flex-direction: column;
  align-items: center;
}
.reserve-mobile-nav .nav li {
  margin-bottom: 17px;
}
.reserve-mobile-nav .nav li a {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 44px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #262626;
}
.reserve-mobile-nav .nav .contact-button {
  margin-top: 19px;
}
.reserve-mobile-nav .return-home-reserve-mobile {
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  transition: 0.3s ease-in-out;
  margin: 15px auto 0;
  display: inline-block;
}

/* Account login */
.login-cover {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.login-content {
  display: none;
  position: fixed;
  width: 400px;
  z-index: 9999;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #FFF;
  padding: 20px 30px 40px 30px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 575.98px) {
  .login-content {
    width: 95%;
    margin: 0 auto;
  }
}
.login-content .close-login {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.login-content .fa-lock {
  font-size: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  color: #333333;
}
.login-content h2 {
  margin-bottom: 20px;
}
.login-content .field,
.login-content select {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: rem(14);
  border-radius: 0;
  height: 40px;
  background-color: #DFE1E4;
  color: #666666;
  border: 0px solid #666666;
  padding: 5px 10px;
  width: 100%;
  margin-bottom: 20px;
  outline: none;
}
.login-content select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-image: url("/assets/images/arrow-down.png");
  background-repeat: no-repeat;
  background-size: 10px 7px;
  background-position: 95% 50%;
}
.login-content .btn {
  width: 49%;
  font-size: rem(14);
  letter-spacing: 1px;
  padding: 12px 15px;
  background-image: url("/assets/images/arrow-right-w.png") !important;
  background-repeat: no-repeat !important;
  background-size: 7px 10px !important;
  background-position: 90% 50% !important;
}
.login-content .forgot-password {
  display: block;
  text-align: left;
  margin-top: 10px;
  color: #4D4D4D;
  font-size: rem(11);
  font-family: "AvenirNext-Medium";
  text-transform: uppercase;
}
.login-content #accessid,
.login-content #theform,
.login-content #ebc-form,
.login-content #pbi-form {
  display: none;
}

/*Primary Header*/
.primary-header {
  /*Navbar*/
  /*Navbar Nav*/
  /*Dropdown Toggle*/
  /*Dropdown Close*/
  /*Navbar Form*/
  /*Navbar Toggler*/
}
.primary-header .container {
  padding-left: 0;
  padding-right: 0;
}
.primary-header a {
  color: #262626;
}
.primary-header .logo-icon {
  width: 0px;
  margin-right: 10px;
  transition: all 0.1s ease-in;
}
@media (max-width: 767.98px) {
  .primary-header .logo-icon {
    display: none;
  }
}
.primary-header .fixed-login {
  display: none !important;
}
@media (min-width: 992px) {
  .primary-header .fixed-login {
    display: block;
  }
}
@media (min-width: 576px) {
  .primary-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    width: 100%;
  }
}
.primary-header.sticky .navbar {
  border-top: 0;
}
@media (min-width: 1200px) {
  .primary-header.sticky .logo-icon {
    width: 45px;
  }
}
.primary-header.sticky .fixed-login {
  display: none;
}
@media (min-width: 1200px) {
  .primary-header.sticky .fixed-login {
    display: block !important;
  }
}
.primary-header.sticky .fixed-login a {
  padding: 0.7rem 1.05rem;
}
.primary-header.sticky #search_form {
  display: block;
}
@media (min-width: 1200px) {
  .primary-header.sticky #search_form {
    display: none;
  }
}
.primary-header .navbar {
  border-top: solid 1px #DFE1E4;
  border-bottom: solid 1px #DFE1E4;
  padding: 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .primary-header .navbar {
    padding: 0;
  }
}
.primary-header .navbar .nav-buttons {
  padding: 0;
  display: flex;
}
.primary-header .navbar .nav-buttons .nav-button-right {
  text-decoration: none;
  color: #333;
  font-size: 1.8rem;
  padding: 15px;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 991.98px) {
  .primary-header .navbar .nav-buttons .nav-button-right {
    display: none;
  }
}
@media (min-width: 992px) {
  .primary-header .navbar .nav-buttons .nav-button-right {
    font-size: 1.4rem;
    padding: 25px 15px;
  }
}
@media (min-width: 1200px) {
  .primary-header .navbar .nav-buttons .nav-button-right {
    font-size: 1.8rem;
    padding: 25px 15px;
  }
  .primary-header .navbar .nav-buttons .nav-button-right:hover {
    background: rgba(171, 171, 171, 0.2);
  }
}
@media (min-width: 1450px) {
  .primary-header .navbar .nav-buttons .nav-button-right {
    padding: 25px 30px;
  }
}
@media (max-width: 991.98px) {
  .primary-header .navbar .nav-buttons .nav-button-right.search-icon {
    display: block;
  }
}
@media (min-width: 1450px) {
  .primary-header .navbar .nav-buttons .nav-button-right.search-icon {
    padding: 25px 5px;
  }
}
.primary-header .navbar .nav-buttons .nav-button-right.account-login {
  display: flex !important;
}
.primary-header .navbar .nav-buttons .nav-button-right.red {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFF;
  background-color: #C2002F;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 2px;
}
.primary-header .navbar .nav-item {
  border-bottom: solid 1px #DFE1E4;
}
@media (min-width: 992px) {
  .primary-header .navbar .nav-item {
    border: none;
  }
}
.primary-header .navbar .nav-item > a {
  color: #333;
  display: block;
  font-size: 1.8rem;
  padding: 15px;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 992px) {
  .primary-header .navbar .nav-item > a {
    font-size: 1.4rem;
    padding: 25px 15px;
  }
}
@media (min-width: 1200px) {
  .primary-header .navbar .nav-item > a {
    font-size: 1.8rem;
    padding: 25px 15px;
  }
  .primary-header .navbar .nav-item > a:hover {
    background: rgba(171, 171, 171, 0.2);
  }
}
@media (min-width: 1450px) {
  .primary-header .navbar .nav-item > a {
    padding: 25px 20px;
  }
}
@media (min-width: 992px) {
  .primary-header .navbar .nav-item.current-menu-item .nav-link {
    background-color: #C2002F;
    color: #FFF;
  }
}
@media (min-width: 992px) {
  .primary-header .navbar .nav-item.current-menu-item .nav-link {
    position: relative;
  }
  .primary-header .navbar .nav-item.current-menu-item .nav-link:before {
    bottom: -10px;
    content: "";
    display: none;
    height: 10px;
    left: 0;
    position: absolute;
    transform: rotate(0);
    right: 0;
    z-index: 9999;
  }
}
.primary-header .navbar .dropdown-toggle {
  position: relative;
}
@media (max-width: 991.98px) {
  .primary-header .navbar .dropdown-toggle:before {
    border-color: #FFF;
    border: solid;
    border-width: 0 1px 1px 0;
    bottom: 5px;
    content: "";
    display: block;
    height: 7px;
    margin-top: -5px;
    padding: 3.5px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: rotate(45deg);
    vertical-align: middle;
    width: 7px;
    transition: all 0.3s ease;
  }
}
.primary-header .navbar .dropdown-toggle:after {
  border-color: #FFF;
  border: solid;
  border-width: 0 1 1 0;
  bottom: 5;
  content: "";
  display: none;
  left: 50%;
  margin-left: -5px;
  opacity: 0;
  padding: 3.5rem;
  position: absolute;
  transform: rotate(-135deg);
  vertical-align: middle;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .primary-header .navbar .dropdown-toggle:after {
    display: block;
  }
}
.primary-header .navbar .show > .dropdown-toggle {
  background: #F1F1F1;
  color: #C2002F;
  position: relative;
}
@media (min-width: 992px) {
  .primary-header .navbar .show > .dropdown-toggle {
    background: rgba(171, 171, 171, 0.4);
    color: #333;
  }
}
@media (max-width: 767.98px) {
  .primary-header .navbar .show > .dropdown-toggle:before {
    transform: rotate(-135deg);
  }
}
.primary-header .navbar .show > .dropdown-toggle:after {
  bottom: rem(10);
  opacity: 1;
  visibility: visible;
}
.primary-header .navbar-nav {
  border-top: solid 1px #DFE1E4;
}
@media (min-width: 992px) {
  .primary-header .navbar-nav {
    border: none;
  }
}
.primary-header .dropdown-toggle:after {
  display: none;
}
.primary-header .dropdown-close {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 15px;
  margin-top: -7px;
  padding: 0;
  position: absolute;
  right: 40px;
  top: 50%;
  width: 15px;
}
.primary-header .dropdown-close:before, .primary-header .dropdown-close:after {
  background-color: #ABABAB;
  content: "";
  display: block;
  height: 15px;
  left: 7px;
  position: absolute;
  top: 0;
  width: 1px;
}
.primary-header .dropdown-close:before {
  transform: rotate(45deg);
}
.primary-header .dropdown-close:after {
  transform: rotate(-45deg);
}
.primary-header .navbar-form {
  border-left: solid 1px #DFE1E4;
  width: 50%;
}
@media (min-width: 992px) {
  .primary-header .navbar-form {
    position: absolute;
    right: 0;
    top: 0;
    width: rem(230);
  }
}
@media (min-width: 1200px) {
  .primary-header .navbar-form {
    width: auto;
  }
}
.primary-header .navbar-form .form-control {
  background: url("/assets/images/icon-search.svg") no-repeat 20px 50%;
  border: none;
  color: #ABABAB;
  max-height: 50px;
  padding: rem(10) rem(50);
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: rem(30);
}
@media (min-width: 992px) {
  .primary-header .navbar-form .form-control {
    max-height: 71px;
    padding: rem(21) rem(50);
  }
}
@media (min-width: 992px) {
  .primary-header .navbar-form .form-control {
    max-height: 77px;
    padding: rem(24) rem(50);
  }
}
.primary-header .navbar-toggler {
  border: none;
  height: 50px;
  padding: 5px 15px;
  text-align: left;
  width: 50%;
  outline: none;
}
.primary-header .navbar-toggler:focus {
  outline: none;
}
.primary-header .navbar-toggler .toggler-title {
  color: #262626;
  display: inline-block;
  font-size: 2rem;
  left: 40px;
  position: absolute;
  top: 17px;
  vertical-align: middle;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.primary-header .navbar-toggler .icon-bar {
  background: #C2002F;
  border-radius: 0;
  display: block;
  height: 3px;
  width: 20px;
  transition: all 0.3s ease;
}
.primary-header .navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 5% 20%;
}
.primary-header .navbar-toggler .middle-bar {
  margin-top: 3px;
  opacity: 0;
}
.primary-header .navbar-toggler .bottom-bar {
  margin-top: 3px;
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.primary-header .navbar-toggler.collapsed .icon-bar {
  width: 20px;
}
.primary-header .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.primary-header .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.primary-header .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

/*Dropdown Full*/
.dropdown-full {
  position: static;
  /*Dropdown Menu*/
  /*Dropdown Callout*/
  /*Dropdown Column*/
  /*Dropdown Toggle*/
  /*Mobile sub item*/
  /*Parent Active*/
  /*Dropdown Panel*/
  /*Dropdown Title*/
  /*Dropdown List*/
}
.dropdown-full .dropdown-menu {
  border: none;
  border: solid 1px #DFE1E4;
  margin: 0;
  padding: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 5px 10px rgba(38, 38, 38, 0.05), 0 15px 40px rgba(38, 38, 38, 0.05);
}
.dropdown-full .dropdown-menu.panel-active {
  display: block;
}
.dropdown-full .dropdown-callout {
  border-bottom: solid 1px #DFE1E4;
  color: #ABABAB;
  display: none;
  text-align: center;
  padding: 30px 15px;
  position: relative;
}
@media (min-width: 992px) {
  .dropdown-full .dropdown-callout {
    display: block;
  }
}
.dropdown-full .dropdown-callout strong {
  color: #333;
  font-weight: 400;
}
.dropdown-full .dropdown-col {
  background: rgba(241, 241, 241, 0.3);
}
@media (min-width: 992px) {
  .dropdown-full .dropdown-col {
    background: transparent;
    border-right: solid 1px #DFE1E4;
  }
}
.dropdown-full .dropdown-col:last-child {
  border: none;
}
.dropdown-full .dropdown-col:last-child .panel-toggle {
  border-bottom: none;
}
.dropdown-full .panel-toggle,
.dropdown-full .dropdown-toggle {
  position: relative;
  background: transparent;
  border: none;
  border-bottom: solid 1px #DFE1E4;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  padding: 10px 15px;
  text-align: left;
  width: 100%;
  color: #262626;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 992px) {
  .dropdown-full .panel-toggle,
.dropdown-full .dropdown-toggle {
    border: none;
    display: none;
  }
}
.dropdown-full .panel-toggle:focus,
.dropdown-full .dropdown-toggle:focus {
  outline: none;
}
.dropdown-full .panel-toggle:after,
.dropdown-full .dropdown-toggle:after {
  border-color: #FFF;
  border: solid;
  border-width: 0 1px 1px 0;
  bottom: 5px;
  content: "";
  display: block;
  height: 7px;
  padding: 0px;
  position: absolute;
  right: 15px;
  top: 16px;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 7px;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .dropdown-full .panel-toggle:after,
.dropdown-full .dropdown-toggle:after {
    display: none;
  }
}
.dropdown-full .subnav-item {
  background: transparent;
  border: none;
  border-bottom: solid 1px #DFE1E4;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  padding: 10px 15px;
  text-align: left;
  width: 100%;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 992px) {
  .dropdown-full .subnav-item {
    border: none;
    display: none;
  }
}
.dropdown-full .subnav-item:focus {
  outline: none;
}
.dropdown-full .parent-active .drp-toggle {
  color: #C2002F;
}
.dropdown-full .parent-active .drp-toggle:after {
  transform: rotate(-135deg);
}
.dropdown-full .dropdown-panel {
  background: #F1F1F1;
  display: none;
  padding: 15px;
}
@media (min-width: 992px) {
  .dropdown-full .dropdown-panel {
    background: transparent;
    display: block;
    padding: 30px;
  }
}
@media (min-width: 1450px) {
  .dropdown-full .dropdown-panel {
    padding: 30px 30px;
  }
}
.dropdown-full .dropdown-panel p {
  color: #666666;
  font-size: 1.4rem;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767.98px) {
  .dropdown-full .dropdown-panel p {
    margin-bottom: 0 !important;
  }
}
.dropdown-full .dropdown-panel.panel-active {
  display: block;
}
.dropdown-full .dropdown-panel .red-arrow-after {
  max-width: 100%;
}
.dropdown-full .dropdown-title {
  color: #262626;
  display: none;
  font-size: 2rem;
  margin-bottom: 7px;
  padding-right: 20px;
  position: relative;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  /*
  &:after {
  	border-color: $color-red;
  	border: solid;
  	border-width: 0 1 1 0;
  	content: '';
  	display: inline-block;
  	margin-top: -3px;
  	padding: 30px;
  	position: absolute;
  	right: 0;
  	top: 50%;
  	transform: rotate(-45deg);
  	vertical-align: middle;
  }
            */
}
@media (min-width: 992px) {
  .dropdown-full .dropdown-title {
    display: inline-block;
    font-size: 1.8rem;
  }
}
@media (min-width: 1450px) {
  .dropdown-full .dropdown-title {
    display: inline-block;
    font-size: 2.5rem;
  }
}
.dropdown-full .dropdown-list {
  list-style: none;
  margin: 25px 0 0;
  padding: 0;
}
@media (max-width: 767.98px) {
  .dropdown-full .dropdown-list {
    margin-top: 0;
  }
}
.dropdown-full .dropdown-list li {
  position: relative;
}
.dropdown-full .dropdown-list li.with-image {
  margin: 20px 0;
}
.dropdown-full .dropdown-list li .icon {
  width: 100px;
  height: auto;
  float: left;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #DFE1E4;
}
.dropdown-full .dropdown-list li a {
  color: #333;
  font-size: 1.6rem;
  text-decoration: none;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 767.98px) {
  .dropdown-full .dropdown-list li a {
    font-size: 1.4rem;
  }
}
.dropdown-full .dropdown-list li a:hover {
  color: #C2002F;
  text-decoration: none;
}
.dropdown-full .dropdown-list li a p {
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding-right: 20px;
}
.dropdown-full .dropdown-list li a .arrow {
  position: absolute;
  right: 0;
  top: 20px;
}

/*Global site footer*/
.site-footer {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .site-footer {
    padding: 50px 0;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-footer .footer-logo {
  width: 320px;
  height: auto;
}
.site-footer .footer-info {
  margin: 20px 0 40px 0;
}
@media (min-width: 1200px) {
  .site-footer .footer-info {
    margin: 20px 0 0 0;
    padding-left: 65px;
  }
}
.site-footer .fdic {
  margin: 40px 0 10px 0;
}
@media (min-width: 992px) {
  .site-footer .fdic {
    margin: 20px 0 10px 0;
  }
}
.site-footer .copyright {
  font-size: 1.4rem;
  line-height: 1.2;
}
.site-footer h4 {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  color: #262626;
  font-size: 1.2rem;
  letter-spacing: 1.1px;
  padding: 15px 0 15px 30px;
  border-top: 1px solid #f0f1f2;
  border-bottom: 1px solid #f0f1f2;
}
@media (min-width: 992px) {
  .site-footer h4 {
    border: 0;
    margin: 10px 0 0 0;
    padding: 0;
  }
}
.site-footer h4 a {
  color: #404040;
  text-decoration: none;
}
@media (min-width: 992px) {
  .site-footer h4 a {
    cursor: default;
  }
}
.site-footer ul {
  list-style-type: none;
  -webkit-padding-start: 30px;
  -webkit-padding-end: 10px;
  display: none;
  padding-left: 0;
}
@media (min-width: 992px) {
  .site-footer ul {
    display: block;
    -webkit-padding-start: 0px;
    -webkit-padding-end: 0px;
    -webkit-margin-before: 0;
    -moz-padding-start: 0px;
  }
}
.site-footer ul li {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin: 15px 0;
}
.site-footer ul li a {
  color: #262626;
  text-decoration: none;
}
.site-footer ul li a:hover {
  color: #C2002F;
}

#newsletterModal .modal-dialog {
  width: 40% !important;
}
@media (max-width: 991.98px) {
  #newsletterModal .modal-dialog {
    width: 60% !important;
  }
}
@media (max-width: 767.98px) {
  #newsletterModal .modal-dialog {
    width: 80% !important;
  }
}
#newsletterModal .modal-dialog .modal-content {
  padding: 40px;
  color: #FFF;
  background-color: #262626;
}
#newsletterModal .modal-dialog .modal-content .modal-header .close {
  color: #FFF;
}
#newsletterModal .modal-dialog .modal-content .modal-body {
  color: #FFF;
}
#newsletterModal .modal-dialog .modal-content .modal-body p {
  line-height: 1;
}
#newsletterModal .modal-dialog .modal-content .modal-body .newsletter-form .gform_wrapper .gform_footer {
  position: absolute;
  left: 20px;
  bottom: 10px;
  width: 50%;
}
#newsletterModal .modal-dialog .modal-content .modal-body .newsletter-form .privacy-content {
  margin: 10px 0 0 0;
  text-align: right;
  width: 45%;
  float: right;
  font-size: 1.6rem;
  line-height: 20px;
}
#newsletterModal .modal-dialog .modal-content .modal-body .newsletter-form .privacy-content a:hover {
  color: #C2002F;
}

.social-icons .title {
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 14px;
}
.social-icons a {
  display: inline-block;
  margin-right: 10px;
  padding: 6px 0px 6px 0px;
}
.social-icons a .fab {
  width: 20px;
  height: 20px;
  text-align: center;
}
.social-icons a span {
  font-size: 0;
}

.reserve-footer {
  padding-top: 150px;
  padding-bottom: 42px;
  background: #262626;
}
@media (max-width: 1200px) {
  .reserve-footer {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .reserve-footer {
    padding-top: 60px;
  }
}
.reserve-footer .footer-row-one .inner-contents {
  color: #FFF;
  text-align: center;
  margin-bottom: 150px;
}
@media (max-width: 1200px) {
  .reserve-footer .footer-row-one .inner-contents {
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    text-wrap: pretty;
  }
}
@media (max-width: 991px) {
  .reserve-footer .footer-row-one .inner-contents {
    margin-bottom: 60px;
  }
}
.reserve-footer .footer-row-one .inner-contents h2 {
  margin-bottom: 31px;
}
.reserve-footer .footer-row-one .inner-contents .btn-row {
  margin-top: 34px;
}
@media (max-width: 991px) {
  .reserve-footer .footer-row-two .col-lg-3, .reserve-footer .footer-row-two .col-lg-6 {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .reserve-footer .footer-row-two .col-lg-3 {
    margin-bottom: 30px;
  }
}
.reserve-footer .footer-row-two .footer-disclaimer {
  text-align: center;
  color: rgba(243, 243, 242, 0.7);
  font-size: 16px;
  line-height: 25px;
}
.reserve-footer .footer-row-two .footer-disclaimer a {
  color: rgba(243, 243, 242, 0.7);
  text-decoration: none;
}
.reserve-footer .footer-row-two .footer-disclaimer a:hover {
  text-decoration: underline;
}

#modalContactReserve .modal-dialog {
  width: 680px !important;
}
#modalContactReserve .modal-dialog .modal-content {
  border: none !important;
  padding-top: 70px;
  position: relative;
}
@media (max-width: 991px) {
  #modalContactReserve .modal-dialog .modal-content {
    padding-top: 28px;
  }
}
#modalContactReserve .modal-dialog .modal-content .close-btn {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  font-size: 32px;
  outline: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  #modalContactReserve .modal-dialog .modal-content .close-btn {
    top: 10px;
    right: 10px;
  }
}
#modalContactReserve .modal-dialog .modal-content h2 {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #modalContactReserve .modal-dialog .modal-content .modal-body {
    padding: 0 70px 80px;
  }
}

/*Global main content area*/
@media (max-width: 767.98px) {
  .container .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 576px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.site-main p, .site-main ul, .site-main ol {
  margin-bottom: 15px;
  line-height: 3.5rem;
}
@media (max-width: 1199.98px) {
  .site-main p, .site-main ul, .site-main ol {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media (max-width: 991.98px) {
  .site-main p, .site-main ul, .site-main ol {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.vcenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vcenter-left {
  display: flex;
  align-items: center;
  justify-content: left;
}

.red-arrow-after {
  text-decoration: none;
  max-width: 100%;
  padding-right: 10px;
  position: relative;
}
.red-arrow-after:after {
  content: url("/assets/images/icons/arrow-right.svg");
  width: 10px;
  height: 5px;
  transition: 0.2s all ease-in-out;
  margin-left: 5px;
}
@media (max-width: 1199.98px) {
  .red-arrow-after:after {
    top: 3px;
    width: 8px;
    height: 4px;
  }
}

a:hover .red-arrow-after:after {
  margin-left: 10px;
}

a.red-arrow-after {
  transition: 0.2s all ease-in-out;
}
a.red-arrow-after:hover:after {
  transition: 0.2s all ease-in-out;
  margin-left: 15px;
}

.red-line {
  width: 110px;
  height: 4px;
  background-color: #C2002F;
  margin: 10px auto;
}
.gray-line {
  width: 110px;
  height: 4px;
  background-color: #ABABAB;
  margin: 10px auto;
}
blockquote {
  border-top: 10px solid #C2002F;
  color: #C2002F;
  width: 100%;
}
@media (min-width: 576px) {
  blockquote {
    width: 400px;
    float: right;
    margin: 10px 0 10px 25px;
  }
}
@media (min-width: 992px) {
  blockquote {
    margin: 10px -80px 10px 25px;
  }
}
blockquote p {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin: 20px 0;
  font-size: 3rem;
  line-height: 3.5rem !important;
}

.more-area {
  text-align: right;
}
@media (max-width: 991.98px) {
  .more-area {
    text-align: left;
    margin-bottom: 2rem;
  }
}
.more-area .more-link {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
}
@media (max-width: 991.98px) {
  .more-area .more-link {
    font-size: 1.6rem;
  }
}
.more-area .more-link:hover {
  color: #C2002F;
}

.gated-content-cover {
  position: absolute;
  z-index: 150;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
}

.gated-form {
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  width: 450px;
  background-color: #333;
  padding: 40px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .gated-form {
    width: 95%;
    top: 800px;
    padding: 20px 0;
  }
}
.gated-form h2 {
  color: #FFF;
}
.gated-form p {
  color: #FFF;
}
.gated-form .gform_wrapper {
  margin-top: 20px;
}
.gated-form .gform_wrapper .gfield {
  margin-bottom: 15px;
}
.gated-form .gform_wrapper .gform_body legend {
  display: none;
}
.gated-form .gform_wrapper .gform_footer input {
  width: 100%;
}

.alignright {
  float: right;
  margin: 10px 0 10px 40px;
}

.alignleft {
  float: left;
  margin: 10px 40px 10px 0px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.clear {
  clear: both;
}

/* Blog */
.blog .article-block,
.category .article-block {
  margin: 100px 0;
}
@media (max-width: 991.98px) {
  .blog .article-block,
.category .article-block {
    margin: 20px 0 40px 0;
  }
}

.article-block a {
  text-decoration: none;
}
.article-block .article-photo .photo-wrapper {
  position: relative;
}
.article-block .article-photo .photo-wrapper .img-container {
  max-width: 100%;
}
.article-block .article-photo .photo-wrapper .img-container img {
  width: 100%;
  transition: all 0.2s ease-in !important;
}
.article-block .article-photo .photo-wrapper .lock-icon {
  position: absolute;
  z-index: 20;
  bottom: 15px;
  right: 15px;
  border: none;
  width: 40px;
  height: auto;
  opacity: 1 !important;
  padding: 10px;
  background-color: #333333;
}
.article-block .article-photo .photo-wrapper.gated {
  background-color: white;
}
.article-block .article-content {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .article-block .article-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.article-block .article-content h2 {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #333;
  margin-top: 100px;
  position: relative;
  max-width: 100%;
  padding-right: 10px;
  position: relative;
}
.article-block .article-content h2:after {
  content: url("/assets/images/icons/arrow-right.svg");
  width: 10px;
  height: 5px;
  transition: 0.2s all ease-in-out;
  margin-left: 5px;
}
@media (max-width: 1199.98px) {
  .article-block .article-content h2:after {
    top: 3px;
    width: 8px;
    height: 4px;
  }
}
@media (max-width: 1199.98px) {
  .article-block .article-content h2 {
    margin-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .article-block .article-content h2 {
    margin-top: 20px;
  }
}
.article-block .article-content h2:before {
  display: none;
  content: "";
  width: 175px;
  height: 10px;
  margin: -5px 23px 0 -205px;
  vertical-align: middle;
  background-color: #DFE1E4;
  transition: all 0.1s ease-in !important;
}
@media (min-width: 992px) {
  .article-block .article-content h2:before {
    display: inline-block;
  }
}
.article-block .article-content .subtitle {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  color: #4D4D4D;
  margin-bottom: 20px;
}
.article-block .article-content .blog-side-photo {
  width: 100px;
  height: auto;
  float: left;
  margin-right: 20px;
}
.article-block .article-content p {
  margin: 0 0 20px 0;
  color: #333;
  line-height: 3.5rem;
}
.article-block .article-content .btn {
  background-color: transparent;
  color: #C2002F;
  padding-left: 0;
  font-size: rem(14);
}
.article-block .article-content .btn:after {
  display: inline-block;
  border: solid #C2002F;
  border-width: 0 1px 1px 0;
  content: "";
  width: 7px;
  height: 7px;
  vertical-align: middle;
  transform: rotate(-45deg);
  transition: 0.3s;
  margin-left: 5px;
  margin-top: -4px;
}
.article-block .article-link:hover .article-photo .lock-icon {
  border: none;
}
.article-block .article-link:hover h2:before {
  background-color: #C2002F;
  width: 220px;
  margin-left: -250px;
}

.post-content .blog-side-photo {
  display: block;
  width: 150px;
  height: auto;
  margin-right: 20px;
}
.post-content .blog-side-title {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.post-content .blog-side-sub-title {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.post-content .post-text {
  margin-bottom: 0rem;
}
.post-content .post-text h2 {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  margin: 25px 0 15px 0;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .post-content .post-text h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .post-content .post-text h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .post-content .post-text h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1450px) {
  .post-content .post-text h2 {
    font-size: 2.5rem;
  }
}
.post-content .post-text h3 {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .post-content .post-text h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .post-content .post-text h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .post-content .post-text h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1450px) {
  .post-content .post-text h3 {
    font-size: 2rem;
  }
}
.post-content .post-text h4 {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .post-content .post-text h4 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .post-content .post-text h4 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) and (max-width: 1449.98px) {
  .post-content .post-text h4 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1450px) {
  .post-content .post-text h4 {
    font-size: 2rem;
  }
}
.post-content .post-text a {
  color: #C2002F;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.post-content .post-text a:hover {
  color: #C2002F;
}

.single-post .filter-area {
  margin-top: 50px;
}

.filter-area {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 50px;
}
.filter-area .row {
  margin-left: 0;
  margin-right: 0;
}
.filter-area .right {
  border-top: 1px solid #dfe1e4;
  border-bottom: 1px solid #dfe1e4;
  border-left: 1px solid #dfe1e4;
}
.filter-area .right a:after,
.filter-area .right .next-none:after {
  display: inline-block;
  border: solid #C2002F;
  border-width: 0 1px 1px 0;
  content: "";
  height: 8px;
  vertical-align: middle;
  width: 8px;
  transform: rotate(-45deg);
  transition: 0.3s;
  margin-top: -3px;
  margin-left: 5px;
  margin-right: 10px;
}
.filter-area .left {
  border-top: 1px solid #dfe1e4;
  border-bottom: 1px solid #dfe1e4;
}
.filter-area .left a,
.filter-area .left .previous-none {
  text-decoration: none;
}
.filter-area .left a:before,
.filter-area .left .previous-none:before {
  display: inline-block;
  border: solid #C2002F;
  border-width: 0 1px 1px 0;
  content: "";
  height: 8px;
  vertical-align: middle;
  width: 8px;
  transform: rotate(135deg);
  transition: 0.3s;
  margin-top: -3px;
  margin-left: 10px;
  margin-right: 5px;
}
.filter-area a:hover {
  color: #C2002F;
}
.filter-area a,
.filter-area .previous-none,
.filter-area .next-none {
  text-decoration: none;
  display: block;
  padding: 25px 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
@media (min-width: 992px) {
  .filter-area a,
.filter-area .previous-none,
.filter-area .next-none {
    font-size: 1.4rem;
  }
}
.filter-area .previous-none,
.filter-area .next-none {
  color: rgba(51, 51, 51, 0.7) !important;
}
.filter-area .previous-none:before, .filter-area .previous-none:after,
.filter-area .next-none:before,
.filter-area .next-none:after {
  border-color: #ccc !important;
}
.filter-area .dropdown a {
  color: #333;
}
.filter-area .dropdown a:before {
  border: 0;
  margin: 0;
}
.filter-area .dropdown a:after {
  display: inline-block;
  border: solid #333;
  border-width: 0 1px 1px 0;
  content: "";
  width: 8px;
  height: 8px;
  vertical-align: middle;
  transform: rotate(45deg);
  transition: 0.3s;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
}
.filter-area .dropdown a.open:after {
  display: inline-block;
  border: solid #333;
  border-width: 0 1px 1px 0;
  content: "";
  width: 8px;
  height: 8px;
  vertical-align: middle;
  transform: rotate(-135deg);
  transition: 0.3s;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.filter-content {
  margin-top: -50px;
}
.filter-content .row {
  margin-left: 0;
  margin-right: 0;
}
.filter-content .view-all-row {
  border-top: 1px solid #dfe1e4;
}
.filter-content .dropdown-content {
  display: none;
  border-bottom: 1px solid #dfe1e4;
  border-left: 1px solid #dfe1e4;
  padding: 30px;
  font-size: 1.4rem;
}
.filter-content .dropdown-content.left {
  border-right: 1px solid #dfe1e4;
}
.filter-content .dropdown-content.right {
  border-left: 1px solid #dfe1e4;
}
.filter-content .dropdown-content a {
  display: block;
  padding: 5px;
  color: #333;
  text-transform: none;
  letter-spacing: 0px;
  text-decoration: none;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.filter-content .dropdown-content a:hover {
  color: #C2002F;
}
.filter-content .dropdown-content a:before {
  width: 0;
  border: 0;
  margin: 0;
}
.filter-content .dropdown-content a:after {
  border: 0;
  margin: 0;
}

.search-results .results-row {
  border-top: 1px solid #DFE1E4;
}
.search-results .result {
  position: relative;
  border-right: 1px solid #DFE1E4;
  border-bottom: 1px solid #DFE1E4;
}
@media (min-width: 992px) {
  .search-results .result:nth-child(3n) {
    border-right: 0;
  }
}
@media (max-width: 991.98px) {
  .search-results .result:nth-child(2n) {
    border-right: 0;
  }
}
@media (max-width: 767.98px) {
  .search-results .result {
    border-right: 0;
  }
}
.search-results .result-content {
  padding: 50px 25px;
  position: relative;
}
.search-results .result-content a {
  text-decoration: none;
}
.search-results .result-content a:hover {
  color: #C2002F;
}
.search-results .result-content h2 {
  margin-bottom: 10px;
}
.search-results .result-content p {
  font-size: 2rem;
  line-height: 1.2;
}
.search-results .result-content .red-arrow-after {
  color: #333333;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 1.2px;
}
.search-results .result-content .red-arrow-after:after {
  top: 3px;
}
.search-results .team-photo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: auto;
  float: right;
  margin-left: 0px;
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .search-results .team-photo {
    width: 100px;
  }
}
.search-results .podcast-logo {
  width: 100%;
  height: auto;
}
.search-results .podcast-image {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 80px;
  height: auto;
  float: right;
  margin-left: 0px;
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .search-results .podcast-image {
    width: 100px;
  }
}

/* Blocks */
.page-template-page-community-cards .card-area {
  text-align: center;
  margin-bottom: 2rem;
}
.page-template-page-community-cards .card-area img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.page-template-page-community-cards .card-area a {
  text-decoration: none;
}
.page-template-page-community-cards .card-area p {
  font-size: 2rem;
}

.single-community-card .comm-card img {
  margin: 0 auto;
  width: 40%;
  height: auto;
}

/* Locations Tables */
.locations-list {
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .locations-list .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
.locations-list .row {
  margin-left: 0;
  margin-right: 0;
}
.locations-list .tab-row {
  border-bottom: 2px solid #F1F1F1;
}
.locations-list .nav-tabs {
  margin: 0 auto;
  border: 0;
  justify-content: center;
}
.locations-list .nav-tabs .nav-item .nav-link {
  border: 0;
  color: #333;
  padding: 0;
  margin-right: 20px;
}
@media (min-width: 576px) {
  .locations-list .nav-tabs .nav-item .nav-link {
    margin-right: 40px;
  }
}
.locations-list .nav-tabs .nav-item .nav-link.active, .locations-list .nav-tabs .nav-item .nav-link:hover {
  color: #333;
  border-bottom: 5px solid #C2002F;
}
.locations-list .nav-tabs .nav-item .nav-link h2 {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: rem(20);
  margin-bottom: 15px;
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .locations-list .nav-tabs .nav-item .nav-link h2 {
    font-size: rem(25);
  }
}
@media (min-width: 768px) {
  .locations-list .nav-tabs .nav-item .nav-link h2 {
    font-size: rem(32);
  }
}
.locations-list .content-row .table-row {
  border-bottom: 2px solid #F1F1F1;
}
.locations-list .content-row .location-count {
  display: none;
  padding: 20px 0;
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .locations-list .content-row .location-count {
    display: inline-block;
  }
}
.locations-list .content-row a {
  display: block;
  color: #333;
  text-decoration: none;
  width: 100%;
}
.locations-list .content-row a.location-title {
  position: relative;
}
.locations-list .content-row a.location-title.active:after {
  transform: rotate(45deg);
}
.locations-list .content-row a.location-title:after {
  display: inline-block;
  border: solid #C2002F;
  border-width: 0 1px 1px 0;
  content: "";
  width: 8px;
  height: 8px;
  vertical-align: middle;
  transform: rotate(-45deg);
  transition: 0.3s;
  margin-left: -25px;
  margin-right: 20px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 5px;
}
.locations-list .content-row a h3 {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: rem(18);
  padding: 20px 0;
  line-height: 30px;
  display: inline-block;
  margin-right: 1rem;
}
.locations-list .content-row .locations-table {
  display: none;
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .locations-list .content-row .locations-table {
    width: 100%;
  }
}
.locations-list .content-row .locations-table tr {
  border-top: 0px solid #F1F1F1;
}
.locations-list .content-row .locations-table tr:last-child {
  border-bottom: 0px solid #F1F1F1;
}
.locations-list .content-row .locations-table tr td {
  padding: 10px 0px;
  font-size: 2rem;
  border: 0;
}
@media (max-width: 575.98px) {
  .locations-list .content-row .locations-table tr td {
    width: 100% !important;
    display: block;
  }
}
.locations-list .content-row .locations-table tr td.name {
  width: 40%;
}
.locations-list .content-row .locations-table tr td.name .mobile-info {
  color: #333;
}
@media (min-width: 992px) {
  .locations-list .content-row .locations-table tr td.name .mobile-info {
    display: none;
  }
}
.locations-list .content-row .locations-table tr td.address {
  display: none;
}
@media (min-width: 992px) {
  .locations-list .content-row .locations-table tr td.address {
    display: block;
  }
}
.locations-list .content-row .locations-table tr td.phone {
  width: 50%;
}
@media (min-width: 992px) {
  .locations-list .content-row .locations-table tr td.phone {
    width: 20%;
  }
}
.locations-list .content-row .locations-table tr td.red {
  color: #C2002F;
}
.locations-list .content-row .locations-table tr td.red a {
  color: #C2002F;
}
.locations-list .content-row .locations-table tr td .fas {
  margin-right: 10px;
}

.single-location a {
  text-decoration: none;
}
.single-location .back-button {
  position: relative;
}
.single-location .back-button .back-to {
  position: absolute;
  left: 20px;
  top: -140px;
  margin: 0 0 25px 30px;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.single-location .back-button .back-to a {
  color: #C2002F;
  text-transform: uppercase;
  font-size: 1.4rem;
  text-decoration: none;
}
.single-location .back-button .back-to a:hover:before {
  margin-left: -5px;
  margin-right: 15px;
}
.single-location .back-button .back-to a:before {
  display: inline-block;
  border: solid #C2002F;
  border-width: 0 1px 1px 0;
  content: "";
  height: 8px;
  vertical-align: middle;
  width: 8px;
  transform: rotate(135deg);
  transition: 0.3s;
  margin-left: 0px;
  margin-right: 10px;
  margin-top: -4px;
}
@media (max-width: 575.98px) {
  .single-location .back-button .back-to {
    top: -180px;
    left: -15px;
  }
}
.single-location .location-header-info {
  color: #333;
  opacity: 1;
}
.single-location .location-header-info a {
  color: #333;
}
.single-location .get-in-touch .location-information {
  padding: 50px;
  font-size: 2rem;
}
.single-location .location-photo img {
  width: 100%;
}
.single-location .location-intro {
  padding: 20px 100px;
}
.single-location .location-intro-full {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 80px;
}
.single-location strong {
  padding-top: 20px;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #C2002F;
  letter-spacing: 1px;
  font-weight: normal;
}
.single-location .location-map {
  margin-bottom: 0px;
}
.single-location .service-sections h2 {
  margin-bottom: rem(50);
  margin-top: rem(50);
}
.single-location .service-sections h3 {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: rem(18);
}
.single-location .service-sections .section-row {
  border-top: 1px solid #e5e7e9;
  margin-left: 0;
  margin-right: 0;
}
.single-location .service-sections .section-row .section-col {
  border-right: 1px solid #e5e7e9;
  border-bottom: 1px solid #e5e7e9;
}
.single-location .service-sections .section-row .section-col .section-content {
  padding: 40px 60px;
  font-size: 1.8rem;
}
.single-location .service-sections .section-row .section-col .section-content .service-name {
  margin-bottom: 10px;
}
#map_wrapper {
  height: 700px;
}
#map_wrapper #map_canvas {
  width: 100%;
  height: 100%;
}
#map_wrapper h4 {
  font-size: rem(16);
}

.page-template-template-podcasts .photo-column-block .form-tab {
  color: #C2002F;
}
.page-template-template-podcasts .photo-column-block .form-tab:hover {
  color: #C2002F;
}
.page-template-template-podcasts .photo-column-block .listen-options {
  margin-top: 20px;
  position: relative;
}
.page-template-template-podcasts .photo-column-block .listen-options a {
  display: inline-block;
  padding: 10px;
  text-align: center;
  margin-bottom: 5px;
  background-color: rgba(243, 243, 243, 0.1);
}
.page-template-template-podcasts .photo-column-block .listen-options a img {
  width: 135px;
  height: 70px;
}
.page-template-template-podcasts .photo-column-block .listen-options .other-ways {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  border: 0;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 1.5px;
  background-color: transparent;
  color: #262626;
  width: auto;
  padding: 0 10px;
  outline: none;
}
@media (max-width: 1449.98px) {
  .page-template-template-podcasts .photo-column-block .listen-options .other-ways {
    position: relative;
    margin: 20px 0;
  }
}
.page-template-template-podcasts .photo-column-block .listen-options .other-ways option {
  background-color: #333;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 1.5px;
  outline: none;
}
.page-template-template-podcasts .podcast-season .container {
  padding-left: 0;
  padding-right: 0;
}
.page-template-template-podcasts .podcast-season.sticky-top {
  top: 79px;
  left: 0;
  background-color: #FFF;
}
.page-template-template-podcasts .season-marker {
  border-top: 1px solid #DFE1E4;
  border-bottom: 1px solid #DFE1E4;
  padding: 1rem 0;
  color: #333333;
}
.page-template-template-podcasts .podcast-tabs {
  margin-top: 50px;
}
.page-template-template-podcasts .podcast-tabs .row {
  border-bottom: 1px solid #DFE1E4;
}
@media (max-width: 991.98px) {
  .page-template-template-podcasts .podcast-tabs .tabs {
    text-align: center;
  }
}
.page-template-template-podcasts .podcast-tabs .tabs a {
  display: inline-block;
  font-family: "AvenirNext-Medium";
  font-size: 18px;
  color: #666666;
  padding: 10px 25px;
  border-bottom: 10px solid transparent;
}
.page-template-template-podcasts .podcast-tabs .tabs a.on {
  border-bottom: 10px solid #dc3545;
}
.page-template-template-podcasts .podcast-tabs .more-info {
  text-align: right;
}
@media (max-width: 991.98px) {
  .page-template-template-podcasts .podcast-tabs .more-info {
    text-align: center;
    margin-top: 20px;
  }
}
.page-template-template-podcasts .podcast-tabs .more-info a {
  font-family: "AvenirNext-Medium";
  font-size: 0.65rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.page-template-template-podcasts .podcast-form {
  margin: 50px 0;
  display: none;
}
.page-template-template-podcasts .podcast-form.on {
  display: block;
}
.page-template-template-podcasts .podcast-info {
  margin: 50px 0;
}
.page-template-template-podcasts .podcast-info.season {
  display: none;
}
.page-template-template-podcasts .podcast-info.on {
  display: block;
}
.page-template-template-podcasts .podcast-info .podcast {
  padding: 0 0 70px 0;
  margin: 70px 0;
}
.page-template-template-podcasts .podcast-info .podcast:last-of-type {
  border-bottom: 0;
}
.page-template-template-podcasts .podcast-info .podcast .photo .photo-wrapper {
  position: relative;
}
.page-template-template-podcasts .podcast-info .podcast .photo .photo-wrapper .lock-icon {
  position: absolute;
  z-index: 20;
  bottom: 0px;
  right: 0px;
  border: none;
  width: 40px;
  height: auto;
  opacity: 1 !important;
  margin: 0;
  background-color: #333333;
  padding: 10px;
}
@media (max-width: 991.98px) {
  .page-template-template-podcasts .podcast-info .podcast .photo .photo-wrapper .lock-icon {
    bottom: 20px;
  }
}
.page-template-template-podcasts .podcast-info .podcast .photo .photo-wrapper.gated {
  background-color: white;
}
.page-template-template-podcasts .podcast-info .podcast .buttons {
  margin-top: 40px;
}
.page-template-template-podcasts .podcast-info .podcast .buttons .btn {
  min-width: 0;
}
.page-template-template-podcasts .podcast-info .podcast .buttons .btn-white {
  color: #C2002F;
  background-color: transparent;
}
.page-template-template-podcasts .podcast-info .podcast .buttons .btn-white:hover {
  background-color: transparent;
}
.page-template-template-podcasts .podcast-info .podcast .buttons .btn-white:after {
  border-color: #333333;
}
.page-template-template-podcasts .podcast-sort .text {
  font-family: "AvenirNext-Medium";
  font-size: 0.65rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.page-template-template-podcasts .podcast-sort a img {
  width: 15px;
  height: auto;
  margin: 0 0px;
  opacity: 0.5;
}
.page-template-template-podcasts .podcast-sort a img.active {
  opacity: 0.8;
}
.page-template-template-podcasts .podcast-sort a img.down {
  transform: rotate(180deg);
}
.page-template-template-podcasts .listen {
  padding: 30px 0 10px 0;
  border-top: 1px solid #DFE1E4;
  font-family: "AvenirNext-Medium";
  text-transform: uppercase;
  color: #ABABAB;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}
.page-template-template-podcasts .listen .title {
  display: inline-block;
}
@media (max-width: 991.98px) {
  .page-template-template-podcasts .listen .title {
    display: block;
    margin-bottom: 20px;
  }
}
.page-template-template-podcasts .listen a {
  display: inline-block;
  margin-bottom: 20px;
}

.single-podcast .podcast-hero {
  padding: 50px 0 10px 0;
}
.single-podcast .podcast-hero img {
  width: 30%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .single-podcast .podcast-hero img {
    width: 100%;
  }
}
.single-podcast .podcast-hero .episode {
  margin-top: 0px;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #C2002F;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
}
.single-podcast .podcasts .full-article {
  width: 100%;
  margin: 30px 0;
}

.podcast-info {
  position: relative;
  margin: 70px 0 20px 0;
}
@media (max-width: 767.98px) {
  .podcast-info {
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .podcast-info .more-episodes {
    margin-bottom: 20px;
  }
}
.podcast-info .more-episodes a {
  color: #C2002F;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "AvenirNext-Medium";
  letter-spacing: 1px;
  text-decoration: none;
}
.podcast-info .more-episodes a:before {
  display: inline-block;
  border: solid #C2002F;
  border-width: 0 1px 1px 0;
  content: "";
  height: 8px;
  vertical-align: middle;
  width: 8px;
  transform: rotate(135deg);
  transition: 0.3s;
  margin-left: 0px;
  margin-right: 10px;
  margin-top: -4px;
}
.podcast-info .photo img {
  width: 100%;
  height: auto;
  margin-right: 40px;
}
@media (max-width: 767.98px) {
  .podcast-info .photo img {
    margin-bottom: 20px;
  }
}
.podcast-info .details {
  padding-left: 20px;
}
.podcast-info .details .micro {
  font-family: "AvenirNext-Medium";
  color: #333333;
  font-size: 18px;
  line-height: 27px;
}
.podcast-info .details p {
  font-size: 2rem;
}
.podcast-info .details .dot {
  display: inline-block;
  font-size: 10px;
  margin: 0 5px;
}

.title-block .micro-title {
  color: #C2002F;
}
.title-block p {
  margin-top: 2rem;
}
.title-block p a {
  color: #C2002F;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.title-block .btn {
  margin-top: 2rem;
}

.general-block h2, .general-block h3, .general-block h4 {
  margin-bottom: 2rem;
  line-height: 1.3;
}
.general-block strong {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.general-block a {
  color: #C2002F;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.general-block.disclaimer {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  font-style: italic;
  opacity: 0.5;
}
.general-block.disclaimer p {
  line-height: 1.6rem;
}
@media (max-width: 575.98px) {
  .general-block.disclaimer p {
    font-size: 1.2rem;
  }
}

.anchor-block {
  scroll-margin-top: 80px;
}

.cards-block {
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .cards-block {
    max-width: 1140px;
  }
}
@media (min-width: 1450px) {
  .cards-block {
    max-width: 1650px;
  }
}
@media (max-width: 575.98px) {
  .cards-block {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cards-block .content a {
  color: #C2002F;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.cards-block .content a:hover {
  color: #333333;
}
.cards-block .content-area .card {
  background-color: #FFF;
  margin-top: 3rem;
  text-align: center;
  padding: 35px;
  border: 1px solid #DFE1E4;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}
.cards-block .content-area .card hr {
  border-top: 1px solid #ABABAB;
  margin: 2rem 0;
}
.cards-block .content-area .card p {
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (max-width: 767.98px) {
  .cards-block .content-area .card p {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.cards-block .content-area .card p strong {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.cards-block .content-area .card p strong a {
  text-decoration: none;
  max-width: 100%;
  padding-right: 10px;
  position: relative;
  color: #333333;
}
.cards-block .content-area .card p strong a:after {
  content: url("/assets/images/icons/arrow-right.svg");
  width: 10px;
  height: 5px;
  transition: 0.2s all ease-in-out;
  margin-left: 5px;
}
@media (max-width: 1199.98px) {
  .cards-block .content-area .card p strong a:after {
    top: 3px;
    width: 8px;
    height: 4px;
  }
}
.cards-block .content-area .card p strong a:hover {
  color: #C2002F;
}
.cards-block .content-area .card p a {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  color: #C2002F;
}
.cards-block .content-area .card p a:hover {
  color: #C2002F;
}
.cards-block .content-area .card .btn {
  padding: 10px 25px;
  text-decoration: none;
}

@media (min-width: 768px) {
  .photo-column-block .row,
.form-block .row,
.login-block .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.photo-column-block.hide-top-border .content-area,
.photo-column-block.hide-top-border .photo-area,
.form-block.hide-top-border .content-area,
.form-block.hide-top-border .photo-area,
.login-block.hide-top-border .content-area,
.login-block.hide-top-border .photo-area {
  border-top: 0;
}
.photo-column-block .video,
.form-block .video,
.login-block .video {
  display: none;
}
.photo-column-block .content-area,
.form-block .content-area,
.login-block .content-area {
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .photo-column-block .content-area,
.form-block .content-area,
.login-block .content-area {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #DFE1E4;
    border-bottom: 1px solid #DFE1E4;
  }
}
@media (max-width: 991.98px) {
  .photo-column-block .content-area,
.form-block .content-area,
.login-block .content-area {
    padding: 30px 30px 30px 0;
  }
}
@media (max-width: 767.98px) {
  .photo-column-block .content-area,
.form-block .content-area,
.login-block .content-area {
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .photo-column-block .content-area,
.form-block .content-area,
.login-block .content-area {
    padding: 0px;
    margin-bottom: 25px;
  }
}
.photo-column-block .content-area .content,
.form-block .content-area .content,
.login-block .content-area .content {
  max-width: 100%;
}
.photo-column-block .content-area .form-image,
.form-block .content-area .form-image,
.login-block .content-area .form-image {
  width: auto;
  height: auto;
  margin-bottom: 20px;
  max-width: 100%;
}
.photo-column-block .content-area ul, .photo-column-block .content-area ol,
.form-block .content-area ul,
.form-block .content-area ol,
.login-block .content-area ul,
.login-block .content-area ol {
  margin: 10px 0;
  font-size: 2rem;
}
.photo-column-block .content-area ul a, .photo-column-block .content-area ol a,
.form-block .content-area ul a,
.form-block .content-area ol a,
.login-block .content-area ul a,
.login-block .content-area ol a {
  color: #C2002F;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.photo-column-block .content-area p,
.form-block .content-area p,
.login-block .content-area p {
  font-size: 2.2rem;
  margin-top: 25px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .photo-column-block .content-area p,
.form-block .content-area p,
.login-block .content-area p {
    margin-top: 1rem;
  }
}
.photo-column-block .content-area p a,
.form-block .content-area p a,
.login-block .content-area p a {
  color: #C2002F;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.photo-column-block .content-area .btn,
.form-block .content-area .btn,
.login-block .content-area .btn {
  margin-top: 25px;
}
.photo-column-block .content-area .content-left,
.form-block .content-area .content-left,
.login-block .content-area .content-left {
  padding: 0 25px 0 0;
}
@media (min-width: 1200px) {
  .photo-column-block .content-area .content-left,
.form-block .content-area .content-left,
.login-block .content-area .content-left {
    padding: 0 50px 0 0;
  }
}
@media (max-width: 575.98px) {
  .photo-column-block .content-area .content-left,
.form-block .content-area .content-left,
.login-block .content-area .content-left {
    padding: 0px;
  }
}
.photo-column-block .content-area .content-right,
.form-block .content-area .content-right,
.login-block .content-area .content-right {
  padding: 0;
}
@media (min-width: 1200px) {
  .photo-column-block .content-area .content-right,
.form-block .content-area .content-right,
.login-block .content-area .content-right {
    max-width: 75%;
  }
}
@media (max-width: 575.98px) {
  .photo-column-block .content-area .content-right,
.form-block .content-area .content-right,
.login-block .content-area .content-right {
    padding: 0px;
  }
}
.photo-column-block .photo-area,
.form-block .photo-area,
.login-block .photo-area {
  position: relative;
}
@media (max-width: 767.98px) {
  .photo-column-block .photo-area,
.form-block .photo-area,
.login-block .photo-area {
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .photo-column-block .photo-area,
.form-block .photo-area,
.login-block .photo-area {
    padding: 0px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .photo-column-block .photo-area,
.form-block .photo-area,
.login-block .photo-area {
    border-top: 1px solid #DFE1E4;
    border-bottom: 1px solid #DFE1E4;
  }
}
.photo-column-block .photo-area.border-left .play,
.form-block .photo-area.border-left .play,
.login-block .photo-area.border-left .play {
  left: 30px;
}
.photo-column-block .photo-area .photo-container,
.form-block .photo-area .photo-container,
.login-block .photo-area .photo-container {
  position: relative;
}
.photo-column-block .photo-area .play,
.form-block .photo-area .play,
.login-block .photo-area .play {
  border-radius: 3px;
  background-color: rgba(38, 38, 38, 0.5);
  position: absolute;
  bottom: 30px;
  left: 10px;
  padding: 20px;
}
.photo-column-block .photo-area .photo,
.form-block .photo-area .photo,
.login-block .photo-area .photo {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .photo-column-block .border-left,
.form-block .border-left,
.login-block .border-left {
    border-left: 1px solid #DFE1E4;
    padding: 20px 0 20px 20px;
  }
  .photo-column-block .border-right,
.form-block .border-right,
.login-block .border-right {
    padding: 20px 20px 20px 0;
  }
}

.login-block .photo-area {
  position: relative;
}
.login-block .photo-area .cta-content {
  position: relative;
  text-align: center;
}
.login-block .photo-area .cta-content a {
  text-decoration: none;
}
.login-block .photo-area .cta-content h3 {
  color: #333333;
  width: 65%;
  margin: 15px auto 5px;
}
.login-block .content-area {
  position: relative;
}
.login-block .content-area i {
  color: #C2002F;
  right: 0;
}
.login-block .content-area a {
  color: #C2002F;
}
.login-block .content-area .content {
  position: relative;
  width: 80%;
}
@media (max-width: 767.98px) {
  .login-block .content-area .content {
    width: 100%;
    margin: 25px 0;
  }
}
.login-block .content-area .content .account-lock {
  position: absolute;
  right: 0;
  top: 10px;
}
@media (min-width: 1200px) {
  .login-block .content-area .content .account-lock {
    top: 20px;
  }
}
@media (min-width: 1450px) {
  .login-block .content-area .content .account-lock {
    top: 30px;
  }
}
.login-block .content-area #accessid,
.login-block .content-area #theform,
.login-block .content-area #ebc-form,
.login-block .content-area #pbi-form {
  display: none;
}
.login-block .content-area h1, .login-block .content-area h2, .login-block .content-area h3 {
  margin-bottom: 20px;
}
.login-block .content-area input,
.login-block .content-area select {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  padding: 15px !important;
  background-color: #F3F3F2;
  font-size: 1.5rem !important;
  border: 1px solid #888888;
  outline: none;
  width: 100%;
  margin-bottom: 10px;
}
.login-block .content-area select {
  background-image: url("/assets/images/icons/arrow-down-black.svg");
  background-repeat: no-repeat;
  background-position: 92% 50%;
  background-size: 10px 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.login-block .content-area input[type=submit] {
  background-color: #C2002F !important;
  color: #FFF;
}
.login-block .content-area input[type=submit]:hover {
  background-color: #262626 !important;
  color: #FFF !important;
}
.login-block .content-area .btn {
  margin-top: 0;
  width: 49%;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 1px;
  padding: 12px 15px;
  text-transform: uppercase;
}
.login-block .content-area .forgot-password {
  display: block;
  text-align: left;
  margin-top: 10px;
  color: #4D4D4D;
  font-size: 1.3rem;
  text-transform: uppercase;
  text-decoration: none;
}

.accordion-block .heading-2 {
  margin-bottom: 3rem;
}
.accordion-block .accordion {
  margin: 4rem 0;
  border-bottom: 1px solid #DFE1E4;
}
.accordion-block .accordion .accordion-item .accordion-header {
  border-top: 1px solid #DFE1E4;
  padding: 2rem 0;
  outline: none !important;
}
.accordion-block .accordion .accordion-item .accordion-header .accordion-button {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 1px;
  outline: none !important;
  background-color: transparent;
  color: #262626;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .accordion-block .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 2rem;
  }
}
.accordion-block .accordion .accordion-item .accordion-header .accordion-button:active {
  box-shadow: none;
}
.accordion-block .accordion .accordion-item .accordion-header .accordion-button:focus {
  outline: none !important;
  box-shadow: none;
}
.accordion-block .accordion .accordion-item .accordion-header .accordion-button:after {
  background-image: url("/assets/images/icons/arrow-down-red.svg");
}
.accordion-block .accordion .accordion-item .accordion-body {
  line-height: 1.3;
  padding-top: 0;
  padding-bottom: 4rem;
  margin-top: -10px;
}
@media (max-width: 767.98px) {
  .accordion-block .accordion .accordion-item .accordion-body {
    line-height: 3rem;
  }
}
.accordion-block .accordion .accordion-item .accordion-body p a,
.accordion-block .accordion .accordion-item .accordion-body ul a,
.accordion-block .accordion .accordion-item .accordion-body ol a {
  color: #C2002F;
  text-decoration: underline;
}

.card-gallery-block {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
.card-gallery-block .card-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.demos-block {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
.demos-block .card-image {
  width: 100%;
  height: auto;
}

.form-block .photo-area {
  padding: 50px 20px 50px 0;
}
.form-block .content-area {
  padding: 25px;
}
.form-block .content-area a {
  color: #C2002F;
  text-decoration: none !important;
}
.form-block .content-area h1, .form-block .content-area h2, .form-block .content-area h3, .form-block .content-area h4, .form-block .content-area strong {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  margin-bottom: 0;
}
.form-block .content-area h5 {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #C2002F;
}
@media (max-width: 767.98px) {
  .form-block .content-area h5 {
    font-size: 1.2rem;
  }
}
.form-block .content-area p {
  margin-top: 0 !important;
  margin-bottom: 2.5rem;
}

.multi-column-block h2,
.latest-news-block h2 {
  margin-bottom: 2rem;
}
.multi-column-block .content p,
.latest-news-block .content p {
  width: 50%;
  margin-bottom: 2.5rem;
}
@media (max-width: 991.98px) {
  .multi-column-block .content p,
.latest-news-block .content p {
    width: 100%;
  }
}
.multi-column-block .column-area,
.latest-news-block .column-area {
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .multi-column-block .column-area,
.latest-news-block .column-area {
    margin-bottom: 2.5rem;
  }
}
.multi-column-block .column-area a,
.latest-news-block .column-area a {
  text-decoration: none;
  color: #333333;
}
.multi-column-block .column-area .blog_image,
.latest-news-block .column-area .blog_image {
  position: relative;
  overflow: hidden;
}
.multi-column-block .column-area .blog_image:hover .border-bottom,
.latest-news-block .column-area .blog_image:hover .border-bottom {
  top: 0;
}
.multi-column-block .column-area .blog_image .border-bottom,
.latest-news-block .column-area .blog_image .border-bottom {
  transition: 0.2s all ease-in-out;
  z-index: 99;
  position: absolute;
  top: -15px;
  width: 50%;
  height: 15px;
  background-color: #C2002F;
}
.multi-column-block .column-area .blog_image img,
.latest-news-block .column-area .blog_image img {
  width: 100%;
  height: auto;
  margin-bottom: 2.5rem;
}
.multi-column-block .column-area .photo,
.latest-news-block .column-area .photo {
  width: 100%;
  height: auto;
}
.multi-column-block .column-area .photo.photo-top,
.latest-news-block .column-area .photo.photo-top {
  margin-bottom: 2.5rem;
}
@media (max-width: 991.98px) {
  .multi-column-block .column-area .photo.photo-top,
.latest-news-block .column-area .photo.photo-top {
    margin-bottom: 1.5rem;
  }
}
.multi-column-block .column-area .photo.photo-bottom,
.latest-news-block .column-area .photo.photo-bottom {
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  .multi-column-block .column-area .photo.photo-bottom,
.latest-news-block .column-area .photo.photo-bottom {
    margin-top: 1.5rem;
  }
}
.multi-column-block .column-area h3, .multi-column-block .column-area h4,
.latest-news-block .column-area h3,
.latest-news-block .column-area h4 {
  margin-bottom: 1rem;
  line-height: 1.3;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .multi-column-block .column-area h3, .multi-column-block .column-area h4,
.latest-news-block .column-area h3,
.latest-news-block .column-area h4 {
    margin-bottom: 0.7rem;
  }
}
.multi-column-block .column-area .excerpt,
.latest-news-block .column-area .excerpt {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 40px;
}
.multi-column-block .column-area .date,
.latest-news-block .column-area .date {
  position: absolute;
  bottom: 0;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}

.simple-column-block h2 {
  margin-bottom: 2rem;
}
.simple-column-block .content-row {
  margin-left: 0;
  margin-right: 0;
}
.simple-column-block .content p {
  margin-bottom: 2.5rem;
}
@media (max-width: 991.98px) {
  .simple-column-block .content p {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.simple-column-block .column-area {
  background-color: #333333;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.simple-column-block .column-area:hover {
  background-color: rgba(51, 51, 51, 0.95);
}
@media (max-width: 991.98px) {
  .simple-column-block .column-area {
    margin-bottom: 0rem;
  }
}
.simple-column-block .column-area .column-content a {
  display: block;
  text-decoration: none;
  color: #FFF;
  padding: 4.5rem 3.5rem 11rem 3.5rem;
}
@media (max-width: 991.98px) {
  .simple-column-block .column-area .column-content a {
    padding: 3.5rem 3.5rem 6rem 3.5rem;
  }
}
.simple-column-block .column-area .column-content a.no-text {
  padding: 2.5rem 2rem 2rem 2rem;
}
@media (max-width: 991.98px) {
  .simple-column-block .column-area .column-content a.no-text {
    padding: 1.5rem 1rem 1rem 1rem;
  }
}
@media (max-width: 575.98px) {
  .simple-column-block .column-area .column-content a.no-text {
    padding: 2rem 1rem 2rem 1rem;
  }
}
.simple-column-block .column-area .column-content a.no-text h4 {
  margin-bottom: 0;
}
.simple-column-block .column-area .column-content h4 {
  color: #FFF;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .simple-column-block .column-area .column-content h4 {
    margin-bottom: 0.7rem;
  }
}
.simple-column-block .column-area .column-content p {
  font-size: 2.2rem;
  line-height: 3rem;
  color: #FFF;
}
@media (max-width: 1199.98px) {
  .simple-column-block .column-area .column-content p {
    font-size: 1.6rem;
  }
}

.two-column-text-block h3 {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .two-column-text-block h3 {
    width: 65%;
    margin-bottom: 0;
  }
}
.two-column-text-block .content p, .two-column-text-block .content ul, .two-column-text-block .content ol {
  line-height: 1.3;
  font-size: 2rem;
}
.two-column-text-block .content a {
  display: block;
  color: #C2002F;
  max-width: 100%;
  width: 100%;
  text-transform: uppercase;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 1.1px;
  line-height: 1.1;
  margin-top: 3rem;
}
@media (max-width: 991.98px) {
  .two-column-text-block .content a {
    font-size: 1.4rem;
  }
}
.two-column-text-block .content a:hover {
  color: #262626;
}
.two-column-text-block .order-lg-2 h3 {
  margin-left: 2rem;
  width: 95%;
}
@media (max-width: 991.98px) {
  .two-column-text-block .order-lg-2 h3 {
    margin-left: 0;
    width: 100%;
  }
}

.full-image-block .full-photo {
  position: relative;
}
.full-image-block .full-photo .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s all ease-in-out;
}
.full-image-block .full-photo .play img {
  width: 102px;
  height: auto;
}
@media (max-width: 991.98px) {
  .full-image-block .full-photo .play img {
    width: 75px;
    height: auto;
  }
}
.full-image-block .full-photo .photo {
  width: 100%;
  height: auto;
  transition: 0.2s all ease-in-out;
}
.full-image-block .full-photo .video {
  display: none;
  width: 100%;
  transition: 0.2s all ease-in-out;
}
.full-image-block .full-photo .video iframe {
  width: 100%;
}

.compare-block .content p {
  margin-top: 2rem;
}
.compare-block .content p a {
  color: #C2002F;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.compare-block .content p a:hover {
  color: #333333;
}
.compare-block table {
  border-top: 1px solid #DFE1E4;
  border-bottom: 1px solid #DFE1E4;
}
.compare-block table strong {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.compare-block table tr {
  border-top: 1px solid #DFE1E4;
}
.compare-block table tr.title-row th {
  min-width: 220px;
  max-width: 250px;
}
@media (max-width: 767.98px) {
  .compare-block table tr.title-row th {
    min-width: 150px;
  }
}
.compare-block table tr th {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2rem;
}
@media (max-width: 1199.98px) {
  .compare-block table tr th {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.compare-block table tr td {
  padding: 30px 50px;
  text-align: center;
  font-size: 2rem;
  line-height: 2rem;
}
@media (max-width: 1199.98px) {
  .compare-block table tr td {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 991.98px) {
  .compare-block table tr td {
    min-width: 200px;
  }
}
.compare-block table tr td .header-link {
  text-decoration: none;
}
.compare-block table tr td .red-arrow-after {
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  .compare-block table tr td .red-arrow-after:after {
    content: "";
  }
}
.compare-block table tr td h3 {
  margin-top: 2.5rem;
}
@media (max-width: 767.98px) {
  .compare-block table tr td h3 {
    margin-top: 1rem;
  }
}
.compare-block table tr td a {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}
.compare-block table tr td a:hover {
  color: #C2002F;
}
.compare-block table tr td .check {
  margin: 0 auto;
  width: 20px;
  height: 20px;
}
.compare-block table tr td .dot {
  background-color: rgba(51, 51, 51, 0.5);
  width: 5px;
  height: 5px;
  border-radius: 100%;
  margin: 0 auto;
}
.compare-block table tr td p {
  line-height: 2.2rem;
}
@media (max-width: 1199.98px) {
  .compare-block table tr td p {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.compare-block table tr.button-row td {
  padding: 30px 10px;
}
.compare-block table tr.button-row td .btn-primary {
  color: #FFF !important;
}
@media (max-width: 1199.98px) {
  .compare-block table tr.button-row td .btn-primary {
    padding: 15px 15px;
  }
}
.compare-block table tr.button-row td .link {
  display: block;
  color: #C2002F;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 1.1px;
  text-decoration: none;
}

.cta-block {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .cta-block {
    max-width: 1140px;
  }
}
@media (min-width: 1450px) {
  .cta-block {
    max-width: 1650px;
  }
}
.cta-block .content p {
  font-size: 2.5rem;
  line-height: 1.3;
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .cta-block .content p {
    width: 85%;
    font-size: 1.8rem;
    line-height: 1.1;
  }
}
.cta-block .content .btn {
  margin-top: 3rem;
}
.cta-block.bg-red .content h2, .cta-block.bg-red .content p {
  color: #FFF;
}

.icons-block .row {
  margin-left: 0;
  margin-right: 0;
}
.icons-block p {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .icons-block p {
    width: 80%;
    font-size: 1.8rem;
    line-height: 1.1;
  }
}
@media (max-width: 575.98px) {
  .icons-block p {
    width: 100%;
  }
}
.icons-block .content {
  margin-bottom: 7rem;
}
.icons-block .content .btn {
  margin-top: 3rem;
}
.icons-block .icon-row {
  border-top: 1px solid #DFE1E4;
}
.icons-block .icon-row .icon-area {
  border-right: 1px solid #DFE1E4;
  border-bottom: 1px solid #DFE1E4;
  text-align: center;
  padding: 4rem 3rem;
}
@media (max-width: 767.98px) {
  .icons-block .icon-row .icon-area {
    border-right: 0;
  }
}
.icons-block .icon-row .icon-area:nth-child(3n) {
  border-right: 0;
}
.icons-block .icon-row .icon-area h3 {
  margin: 0 auto 1rem;
}
.icons-block .icon-row .icon-area .icon {
  margin: 0 auto 2rem;
}
.icons-block .icon-row .icon-area a {
  text-decoration: none;
}
.icons-block .icon-row .icon-area a:hover {
  color: #333333;
}
.icons-block .icon-row .icon-area .micro-title {
  margin-top: 20px;
  color: #C2002F;
}

.team-block a {
  text-decoration: none;
}
.team-block .team {
  margin-top: 40px;
}
.team-block .team-row .column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.team-block .team-row .column .member-col {
  width: 25%;
  min-width: 25%;
}
@media (max-width: 991.98px) {
  .team-block .team-row .column .member-col {
    width: 50%;
    min-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .team-block .team-row .column .member-col {
    width: 100%;
    min-width: 100%;
  }
}
.team-block .team-row .column .member-col .member .details .subtitle {
  padding-right: 20px;
}

.search-block form input[type=text] {
  padding: 15px !important;
  background-color: #F3F3F2;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem !important;
  border: 1px solid #888888;
  outline: none;
}

/*Tabbed Hero*/
.tabbed-hero {
  overflow: hidden;
  position: relative;
  /*Carousel - Item*/
  /*Leader Nav*/
  /*Slider Nav*/
}
.tabbed-hero .carousel-item {
  position: relative;
  background-color: #666666;
}
.tabbed-hero .carousel-item .btn {
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 576px) {
  .tabbed-hero .carousel-item .btn {
    width: auto;
  }
}
.tabbed-hero .carousel-item img {
  height: auto;
  width: 100%;
}
.tabbed-hero .carousel-item img.faded {
  opacity: 0.8;
}
.tabbed-hero .leader-nav {
  background: #333;
}
@media (min-width: 768px) {
  .tabbed-hero .leader-nav {
    background: rgba(51, 51, 51, 0.6);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
  }
}
.tabbed-hero .slider-nav {
  border-top: solid 1px rgba(223, 225, 228, 0.4);
  margin: 0;
  padding: 0;
  /*Slick Arrow*/
}
.tabbed-hero .slider-nav li {
  color: #FFF;
  cursor: pointer;
  font-size: 1.4rem;
  letter-spacing: 1.5;
  padding: 18px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .tabbed-hero .slider-nav li {
    border-right: solid 1px rgba(223, 225, 228, 0.4);
    padding: 26px;
  }
}
.tabbed-hero .slider-nav li:last-child {
  border: none;
}
.tabbed-hero .slider-nav li.slick-current {
  position: relative;
}
@media (min-width: 768px) {
  .tabbed-hero .slider-nav li.slick-current {
    background: rgba(194, 0, 47, 0.8);
  }
}
@media (min-width: 768px) {
  .tabbed-hero .slider-nav li:hover {
    background: rgba(194, 0, 47, 0.5);
  }
}
.tabbed-hero .slider-nav li:focus {
  color: #FFF;
  outline: none;
}
.tabbed-hero.content-slider {
  position: relative;
  /*Leader Nav*/
}
.tabbed-hero.content-slider .leader-nav {
  background: #FFF;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin-bottom: 50px;
  border-bottom: solid 2px rgba(223, 225, 228, 0.4);
}
.tabbed-hero.content-slider .leader-nav .num {
  font-size: 1.2rem;
  color: #767676;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.tabbed-hero.content-slider .slider-nav-2 {
  border-top: 0;
  margin-bottom: 0;
  padding-inline-start: 0;
}
.tabbed-hero.content-slider .slider-nav-2 li {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5rem;
  color: #333;
  text-transform: capitalize;
  border-right: 0;
  text-align: left;
  padding: 25px;
  margin: 0 0;
}
@media (max-width: 767.98px) {
  .tabbed-hero.content-slider .slider-nav-2 li {
    font-size: 2rem;
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .tabbed-hero.content-slider .slider-nav-2 li {
    margin: 0 65px;
  }
}
.tabbed-hero.content-slider .slider-nav-2 li.slick-current {
  position: relative;
  background-color: #C2002F;
  border-bottom: 0px solid #C2002F;
  opacity: 1;
  color: #FFF;
}
.tabbed-hero.content-slider .slider-nav-2 li.slick-current .num {
  color: #FFF;
}
.tabbed-hero.content-slider .slider-nav-2 li:hover {
  background-color: #C2002F;
  border-bottom: 0px solid #C2002F;
  opacity: 1;
  color: #FFF;
}
.tabbed-hero.content-slider .slider-nav-2 li:hover .num {
  color: #FFF;
}
.tabbed-hero.content-slider .carousel-item {
  background-color: #FFF;
  text-align: center;
}
.tabbed-hero.content-slider .carousel-item img {
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
}
.tabbed-hero.content-slider .carousel-item .hero-overlay {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  color: #333;
  transform: none;
  padding-top: 30px;
}
.tabbed-hero.content-slider .carousel-item .hero-overlay p {
  max-width: 65%;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .tabbed-hero.content-slider .carousel-item .hero-overlay p {
    max-width: 85%;
  }
}
.tabbed-hero .slick-arrow {
  position: absolute;
  z-index: 999;
  top: 35%;
  width: 25px;
  height: 15px;
  border: 0;
  background-color: transparent;
}
@media (max-width: 1199.98px) {
  .tabbed-hero .slick-arrow {
    display: none;
  }
}
.tabbed-hero .slick-arrow:after {
  display: block;
  content: "";
  background: url("/assets/images/icons/icon-arrow-gray.svg") center center/contain no-repeat;
  width: 25px;
  height: 15px;
}
.tabbed-hero .slick-arrow.slick-prev {
  left: 20%;
}
@media (max-width: 1449.98px) {
  .tabbed-hero .slick-arrow.slick-prev {
    left: 1%;
  }
}
.tabbed-hero .slick-arrow.slick-prev:after {
  transform: rotate(0deg);
}
.tabbed-hero .slick-arrow.slick-next {
  right: 20%;
}
@media (max-width: 1449.98px) {
  .tabbed-hero .slick-arrow.slick-next {
    right: 1%;
  }
}
.tabbed-hero .slick-arrow.slick-next:after {
  transform: rotate(180deg);
}

/*Gracefull loading of slick slider*/
.gracefull-load {
  visibility: hidden;
}

.slick-initialized {
  visibility: visible;
}

/* OLD CONTENT SECTIONS BLOCKS */
.split_content .image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.split_content .info .content {
  padding: 0 60px;
}

.split_cta .info {
  padding: 50px;
}
.split_cta .link a {
  color: #FFF;
  text-decoration: none;
}

.content-block .photo-area,
.content-block .content-area {
  border: 0 !important;
}
.content-block .photo-content {
  position: relative;
}
.content-block .photo-content .play {
  border-radius: 3px;
  background-color: rgba(38, 38, 38, 0.5);
  position: absolute;
  bottom: 30px;
  left: 10px;
  padding: 20px;
}
.content-block .photo-content .photo {
  width: 100%;
  height: auto;
}
.content-block .video {
  display: none;
}

/*Newsletter Block*/
.newsletter-block {
  background: #333333;
  color: #FFF;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
  /*Newsletter Form*/
}
@media (min-width: 1200px) {
  .newsletter-block {
    max-width: 1140px;
  }
}
@media (min-width: 1450px) {
  .newsletter-block {
    max-width: 1650px;
  }
}
@media (max-width: 575.98px) {
  .newsletter-block {
    padding-left: 0;
    padding-right: 0;
  }
}
.newsletter-block h2 {
  margin-bottom: 3rem;
}
.newsletter-block p {
  line-height: 3rem;
}
@media (min-width: 992px) {
  .newsletter-block .newsletter-form {
    padding-top: 0;
  }
}
.newsletter-block .newsletter-form .gform_wrapper .gform_body .fname,
.newsletter-block .newsletter-form .gform_wrapper .gform_body .lname {
  width: 50% !important;
  display: inline-block;
}
.newsletter-block .newsletter-form .gform_wrapper .gform_body .gfield {
  margin-bottom: 20px;
}
.newsletter-block .newsletter-form .gform_wrapper .gform_body .fname input {
  width: 95% !important;
}
.newsletter-block .newsletter-form .gform_wrapper .gform_body input {
  width: 100% !important;
  border: 0 !important;
}
.newsletter-block .newsletter-form .gform_wrapper .gform_footer {
  z-index: 100;
  width: 300px;
  display: block;
}
@media (max-width: 575.98px) {
  .newsletter-block .newsletter-form .gform_wrapper .gform_footer {
    width: auto;
  }
}
@media (min-width: 992px) {
  .newsletter-block .newsletter-form .gform_wrapper .gform_footer {
    position: absolute;
    margin-top: 0;
  }
}
.newsletter-block .newsletter-form .gform_wrapper .gform_footer .gf-turnstile-container {
  position: relative;
}
.newsletter-block .newsletter-form .gform_wrapper .gform_submission_error {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 15px 0 !important;
  padding: 0 !important;
  color: #DFE1E4;
  font-size: rem(16);
  border: 0 !important;
  background-color: transparent !important;
}
.newsletter-block .newsletter-form .gform_wrapper .validation_error {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
  color: #DFE1E4;
  font-size: rem(12);
  border: 0 !important;
  background-color: transparent !important;
}
.newsletter-block .newsletter-form .gform_wrapper .gfield_error {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}
.newsletter-block .newsletter-form .gform_wrapper .gfield_error.fname, .newsletter-block .newsletter-form .gform_wrapper .gfield_error.laname {
  margin: 0 0 5px 0 !important;
}
.newsletter-block .newsletter-form .gform_wrapper .gfield_error .validation_message {
  display: block;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #DFE1E4;
  font-size: rem(12);
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 0 0 5px !important;
  margin-bottom: 0 !important;
}
.newsletter-block .newsletter-form ::-webkit-input-placeholder {
  font-size: 0.875rem;
  font-style: normal;
  letter-spacing: rem(0.5);
  text-transform: uppercase;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsletter-block .newsletter-form :-moz-placeholder {
  font-size: 0.875rem;
  font-style: normal;
  letter-spacing: rem(0.5);
  text-transform: uppercase;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsletter-block .newsletter-form ::-moz-placeholder {
  font-size: 0.875rem;
  font-style: normal;
  letter-spacing: rem(0.5);
  text-transform: uppercase;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsletter-block .newsletter-form :-ms-input-placeholder {
  font-size: 0.875rem;
  font-style: normal;
  letter-spacing: rem(0.5);
  text-transform: uppercase;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsletter-block .newsletter-form .btn {
  width: 100%;
}
.newsletter-block .newsletter-form a {
  color: #FFF;
  text-decoration: underline;
}
.newsletter-block .newsletter-form .form-disc,
.newsletter-block .newsletter-form .privacy-content {
  position: relative;
  z-index: 10;
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 0;
  text-align: center;
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 992px) {
  .newsletter-block .newsletter-form .form-disc,
.newsletter-block .newsletter-form .privacy-content {
    margin: 10px 0 0 0;
    text-align: right;
    width: 45%;
    float: right;
  }
}

/* Team */
.team-block h2 {
  margin-bottom: rem(50);
  margin-top: rem(50);
  font-size: rem(48);
}

.team-block-simple {
  padding-top: 80px;
  padding-bottom: 20px;
}
.team-block-simple .subtext {
  background: #333333 !important;
  color: #FFF;
}
.team-block-simple h3 {
  margin-bottom: 14px !important;
}

/* Shared Styles */
.our-team .nmls,
.our-team .subtext,
.single-team .nmls,
.single-team .subtext,
.page-template-page-team .nmls,
.page-template-page-team .subtext,
.single-location .nmls,
.single-location .subtext,
.team-block .nmls,
.team-block .subtext {
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 1.2rem;
  background-color: #DFE1E4;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.our-team .phone-number,
.single-team .phone-number,
.page-template-page-team .phone-number,
.single-location .phone-number,
.team-block .phone-number {
  font-size: 1.2rem;
  text-Transform: uppercase;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.our-team .team,
.page-template-page-team .team,
.single-location .team,
.team-block .team {
  width: 100%;
}
.our-team .team-content,
.page-template-page-team .team-content,
.single-location .team-content,
.team-block .team-content {
  margin-bottom: 0px;
}
.our-team .page-content,
.page-template-page-team .page-content,
.single-location .page-content,
.team-block .page-content {
  padding-top: 10px;
  padding-bottom: 0;
}
.our-team .member,
.page-template-page-team .member,
.single-location .member,
.team-block .member {
  margin-bottom: 50px;
  padding: 20px;
}
@media (max-width: 575.98px) {
  .our-team .member,
.page-template-page-team .member,
.single-location .member,
.team-block .member {
    padding: 0px;
  }
}
.our-team .member a,
.page-template-page-team .member a,
.single-location .member a,
.team-block .member a {
  color: #333;
}
.our-team .member .details .photo,
.page-template-page-team .member .details .photo,
.single-location .member .details .photo,
.team-block .member .details .photo {
  position: relative;
  background-color: #F1F1F1;
  padding: 0px 0px 0px 0px;
  margin-bottom: 20px;
}
.our-team .member .details .photo.over,
.page-template-page-team .member .details .photo.over,
.single-location .member .details .photo.over,
.team-block .member .details .photo.over {
  border: 10px solid #DFE1E4;
}
.our-team .member .details .photo .photo-content,
.page-template-page-team .member .details .photo .photo-content,
.single-location .member .details .photo .photo-content,
.team-block .member .details .photo .photo-content {
  position: relative;
  z-index: 10;
}
.our-team .member .details .photo .photo-content img,
.page-template-page-team .member .details .photo .photo-content img,
.single-location .member .details .photo .photo-content img,
.team-block .member .details .photo .photo-content img {
  width: 100%;
}
.our-team .member .details .photo .photo-content .nmls,
.our-team .member .details .photo .photo-content .subtext,
.page-template-page-team .member .details .photo .photo-content .nmls,
.page-template-page-team .member .details .photo .photo-content .subtext,
.single-location .member .details .photo .photo-content .nmls,
.single-location .member .details .photo .photo-content .subtext,
.team-block .member .details .photo .photo-content .nmls,
.team-block .member .details .photo .photo-content .subtext {
  position: absolute;
  bottom: 0px;
  right: 0px;
  float: none;
  margin-top: 0;
}
.our-team .member .details .photo .actions,
.page-template-page-team .member .details .photo .actions,
.single-location .member .details .photo .actions,
.team-block .member .details .photo .actions {
  position: absolute;
  z-index: 20;
  margin: auto;
  top: 25%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: rem(13);
  text-transform: uppercase;
  padding: 30px 0;
}
.our-team .member .details .photo .actions .col,
.page-template-page-team .member .details .photo .actions .col,
.single-location .member .details .photo .actions .col,
.team-block .member .details .photo .actions .col {
  text-align: center;
}
.our-team .member .details .photo .actions .col:nth-of-type(2),
.page-template-page-team .member .details .photo .actions .col:nth-of-type(2),
.single-location .member .details .photo .actions .col:nth-of-type(2),
.team-block .member .details .photo .actions .col:nth-of-type(2) {
  border-left: 1px solid #cd3d5f;
  border-right: 1px solid #cd3d5f;
}
.our-team .member .details .photo .actions .fas,
.page-template-page-team .member .details .photo .actions .fas,
.single-location .member .details .photo .actions .fas,
.team-block .member .details .photo .actions .fas {
  font-size: 25px;
  display: block;
  margin-bottom: 5px;
}
.our-team .member .details .photo .actions a,
.page-template-page-team .member .details .photo .actions a,
.single-location .member .details .photo .actions a,
.team-block .member .details .photo .actions a {
  display: block;
  color: #FFF;
  padding: 10px 0;
  outline: none;
}
.our-team .member .details .photo .actions a:hover,
.page-template-page-team .member .details .photo .actions a:hover,
.single-location .member .details .photo .actions a:hover,
.team-block .member .details .photo .actions a:hover {
  color: #333;
}
.our-team .member .details .subtitle,
.page-template-page-team .member .details .subtitle,
.single-location .member .details .subtitle,
.team-block .member .details .subtitle {
  text-Transform: uppercase;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
}
.our-team .member .details .actions,
.page-template-page-team .member .details .actions,
.single-location .member .details .actions,
.team-block .member .details .actions {
  font-size: 1.4rem;
  margin-top: 15px;
}
.our-team .member .details .actions a,
.page-template-page-team .member .details .actions a,
.single-location .member .details .actions a,
.team-block .member .details .actions a {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-Transform: uppercase;
  color: #C2002F;
  padding: 0 10px;
}
.our-team .member .details .actions a:hover,
.page-template-page-team .member .details .actions a:hover,
.single-location .member .details .actions a:hover,
.team-block .member .details .actions a:hover {
  color: #666666;
}
.our-team .member .details .actions a .fas,
.page-template-page-team .member .details .actions a .fas,
.single-location .member .details .actions a .fas,
.team-block .member .details .actions a .fas {
  font-size: rem(16);
}
.our-team .member .details .member-location,
.page-template-page-team .member .details .member-location,
.single-location .member .details .member-location,
.team-block .member .details .member-location {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #C2002F;
  letter-spacing: 1px;
  margin-top: 0px;
}
.our-team .member .details .show-more,
.page-template-page-team .member .details .show-more,
.single-location .member .details .show-more,
.team-block .member .details .show-more {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: rem(11);
  color: #C2002F;
}
@media (min-width: 769px) {
  .our-team .member .details .show-more,
.page-template-page-team .member .details .show-more,
.single-location .member .details .show-more,
.team-block .member .details .show-more {
    display: none;
  }
}
.our-team .member .details .show-more .fas,
.page-template-page-team .member .details .show-more .fas,
.single-location .member .details .show-more .fas,
.team-block .member .details .show-more .fas {
  margin-top: 10px;
  font-size: 14px;
}

.single-team .container-full {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .single-team .container-full {
    padding: 0;
  }
}
.single-team .back-to {
  margin: 0 0 25px 30px;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.single-team .back-to a {
  color: #C2002F;
  text-transform: uppercase;
  font-size: 1.4rem;
  text-decoration: none;
}
.single-team .back-to a:hover:before {
  margin-left: -5px;
  margin-right: 15px;
}
.single-team .back-to a:before {
  display: inline-block;
  border: solid #C2002F;
  border-width: 0 1px 1px 0;
  content: "";
  height: 8px;
  vertical-align: middle;
  width: 8px;
  transform: rotate(135deg);
  transition: 0.3s;
  margin-left: 0px;
  margin-right: 10px;
  margin-top: -4px;
}
.single-team .back-to a {
  border-bottom: 0 !important;
}
.single-team #member-form-area {
  scroll-margin-top: 90px;
}
.single-team #member-form-area .gform-icon {
  display: none !important;
}
.single-team #member-form-area .gform_wrapper .validation_error {
  outline: none !important;
}
.single-team #member-form-area .gform_wrapper .validation_error h2 {
  outline: none !important;
}
.single-team #member-form-area .gform_wrapper .validation_error h2:before {
  display: none;
}
.single-team #member-form-area .gform_wrapper .gform-body .gfield_description {
  color: #ABABAB;
}
.single-team #member-form-area .gform_wrapper .gform-body .gfield_description.validation_message {
  color: #C2002F;
}
.single-team .page-content {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .single-team .page-content blockquote {
    width: 350px;
    margin-right: -50px;
  }
}
.single-team .page-content a:not(.btn) {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  color: #C2002F;
}
.single-team .page-content a:not(.btn):hover {
  color: #C2002F;
}
.single-team .page-content h1 {
  margin-bottom: 20px;
}
.single-team .page-content .heading-4 {
  font-weight: 400;
}
.single-team .page-content h3 {
  margin-top: 10px;
}
.single-team .page-content h6 {
  font-size: 2.5rem;
}
.single-team .page-content ul {
  margin-top: 10px;
}
.single-team .page-content ul li {
  margin-bottom: 15px;
}
.single-team .page-content ul li a {
  text-decoration: none !important;
  color: #C2002F;
  line-height: 1.1;
  border-bottom: 0 !important;
}
.single-team .image {
  background-color: #F1F1F1;
  padding: 20px 20px 0 20px;
}
.single-team .image img {
  width: 100%;
}
.single-team .info {
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 40px;
}
.single-team .info .info-col:nth-of-type(2) {
  border-left: 1px solid #DFE1E4;
}
.single-team .info .info-col a {
  display: block;
  padding: 20px;
  width: 100%;
  color: #C2002F;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.single-team .info .info-col.call-box, .single-team .info .info-col.email-box {
  text-align: center;
}
.single-team .info .info-col.call-box {
  padding-right: 0;
}
.single-team .info .info-col.email-box {
  padding-left: 0;
}
.single-team .info .info-col .icon {
  float: left;
}
.single-team .info .fas {
  font-size: 30px;
}
.single-team h1 {
  display: inline-block;
  float: left;
  margin-right: 25px;
}
.single-team .video-bio {
  background-color: #F3F3F2;
  padding: 30px 20px;
  margin: 20px 0;
}
.single-team .video-bio .video {
  position: relative;
}
.single-team .video-bio .video .thumbnail {
  width: 100%;
  height: auto;
}
.single-team .video-bio .video .play-button {
  position: absolute;
  left: 5px;
  bottom: 5px;
}
.single-team .video-bio .content {
  padding-left: 20px;
}
@media (max-width: 575.98px) {
  .single-team .video-bio .content {
    padding-left: 0;
  }
}
.single-team .video-bio .content .microtitle {
  color: #c2002f;
  font-family: "Cabin", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: rem(14);
  letter-spacing: 1px;
  margin-top: 10px;
  text-transform: uppercase;
}
.single-team .video-bio .content .heading-secondary {
  margin-bottom: 0;
  font-size: rem(28);
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .single-team .video-bio .content .heading-secondary {
    font-size: rem(22);
  }
}
.single-team .video-bio .team-video-modal .modal-header {
  padding: 0;
  position: relative;
}
.single-team .video-bio .team-video-modal .modal-header .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  color: #fff;
}
.single-team .video-bio .team-video-modal .modal-body {
  padding: 0;
}
.single-team .video-bio .team-video-modal .video {
  width: 100%;
}
.single-team .video-bio .team-video-modal .video iframe {
  width: 100%;
  border: 0;
}
.single-team .cta_block h2 {
  width: 100%;
}

/*Web Fonts*/
/* Adobe Font license */
/*Font Mixins*/
.reserve-pre-heading {
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 32px;
  leading-trim: both;
  text-edge: cap;
}

.reserve-heading-1 {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 55px;
  line-height: 55px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-wrap: pretty;
}
@media (max-width: 1200px) {
  .reserve-heading-1 {
    font-size: 40px;
    line-height: 44px;
  }
}

.reserve-heading-2 {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 40px;
  line-height: 44px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-wrap: pretty;
}
@media (max-width: 1200px) {
  .reserve-heading-2 {
    font-size: 30px;
    line-height: 34px;
  }
}

.reserve-heading-3 {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 25px;
  line-height: 32px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-wrap: pretty;
}
@media (max-width: 1200px) {
  .reserve-heading-3 {
    font-size: 20px;
    line-height: 25px;
  }
}

.reserve-heading-4 {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 16px;
  line-height: 28px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-wrap: pretty;
}

.reserve-mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #FFF;
  z-index: 101;
  padding: 90px 40px 40px;
  text-align: center;
}
.reserve-mobile-nav .reserve-close-mobile-nav {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 50px;
  height: 50px;
  font-size: 35px;
  line-height: 35px;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
}
.reserve-mobile-nav .nav {
  flex-direction: column;
  align-items: center;
}
.reserve-mobile-nav .nav li {
  margin-bottom: 17px;
}
.reserve-mobile-nav .nav li a {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 16px;
  line-height: 44px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #262626;
  text-decoration: none;
}
.reserve-mobile-nav .nav .contact-button {
  margin-top: 19px;
}
.reserve-mobile-nav .return-home-reserve-mobile {
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  transition: 0.3s ease-in-out;
  margin: 15px auto 0;
  display: inline-block;
  text-decoration: none !important;
}

.contact-button {
  display: block;
}
.contact-button a {
  font-family: "avenir-next-lt-pro", sans-serif;
  background-color: #C2002F;
  color: #FFF !important;
  padding: 15px 20px;
  font-size: 12px;
  text-transform: uppercase;
}
.contact-button a:hover {
  background-color: #e10036 !important;
  color: #FFF;
}

.site-header-reserve {
  position: sticky;
  top: 0;
  background: #FFF;
  z-index: 100;
}
.site-header-reserve .nav-area {
  position: relative;
}
.site-header-reserve .nav-reserve {
  margin-top: 0;
}
.site-header-reserve .return-home-reserve {
  text-decoration: none !important;
}
.site-header-reserve.scrolled .secondary-header-reserve {
  padding-top: 15px;
  padding-bottom: 15px;
}
.site-header-reserve.scrolled .return-home-reserve {
  margin-top: 10px;
}
.site-header-reserve.scrolled .logo-reserve {
  width: 225px;
}

.page-template-template-reserve {
  color: #404040;
  line-height: 1.5;
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Minion Pro";
}
.page-template-template-reserve .wrapper {
  max-width: 1500px;
}
@media (min-width: 576px) {
  .page-template-template-reserve .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .page-template-template-reserve .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .page-template-template-reserve .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-reserve .container {
    max-width: 1140px;
  }
}
@media (min-width: 1500px) {
  .page-template-template-reserve .container {
    max-width: 1250px;
  }
}
.page-template-template-reserve .site-main p {
  line-height: 1.5;
  margin-bottom: 0;
}
.page-template-template-reserve .img-responsive {
  width: 100%;
  height: auto;
}
.page-template-template-reserve .btn {
  text-align: left;
  text-transform: uppercase;
  font-family: "avenir-next-lt-pro", sans-serif;
  padding: 15px 20px;
  font-size: 1.5rem;
  letter-spacing: 1.5px;
}
.page-template-template-reserve .btn:active {
  box-shadow: none;
}
.page-template-template-reserve .btn.btn-red {
  font-size: rem(0.875rem);
  letter-spacing: rem(1.5);
  position: relative;
  background: #C2002F;
  color: #FFF;
}
.page-template-template-reserve .accordion {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .page-template-template-reserve .accordion {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .page-template-template-reserve .accordion {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .page-template-template-reserve .accordion .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .page-template-template-reserve .accordion .copy-column {
    padding-right: 80px;
  }
}
@media (max-width: 991px) {
  .page-template-template-reserve .accordion .copy-column {
    padding-bottom: 40px;
  }
}
.page-template-template-reserve .accordion .copy-column h2 {
  margin-bottom: 18px;
}
.page-template-template-reserve .accordion .copy-column .btn-row {
  margin-top: 40px;
}
.page-template-template-reserve .accordion .accordion-items-column .accordion-items {
  border-top: 1px solid rgba(38, 38, 38, 0.2);
}
.page-template-template-reserve .accordion .accordion-items-column .accordion-items .accordion-item {
  border-bottom: 1px solid rgba(38, 38, 38, 0.2);
}
.page-template-template-reserve .accordion .accordion-items-column .accordion-items .accordion-item-header {
  position: relative;
  padding-right: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  cursor: pointer;
}
.page-template-template-reserve .accordion .accordion-items-column .accordion-items .accordion-item-header h3 {
  font-family: "minion-pro", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}
.page-template-template-reserve .accordion .accordion-items-column .accordion-items .accordion-item-header .accordion-item-toggle {
  position: absolute;
  top: 40px;
  right: 0;
  transition: 0.3s ease-in-out;
}
.page-template-template-reserve .accordion .accordion-items-column .accordion-items .accordion-item-content {
  display: none;
  padding-bottom: 40px;
  margin-top: -10px;
}
.page-template-template-reserve .accordion .accordion-items-column .accordion-items .active .accordion-item-toggle {
  transform: rotate(180deg);
}
.reserve-copy p {
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}
.reserve-copy strong {
  font-family: "minion-pro", serif;
  font-weight: 700;
  font-weight: 600;
}
.reserve-copy h1 {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 55px;
  line-height: 55px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-wrap: pretty;
}
@media (max-width: 1200px) {
  .reserve-copy h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
.reserve-copy h2 {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 40px;
  line-height: 44px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-wrap: pretty;
}
@media (max-width: 1200px) {
  .reserve-copy h2 {
    font-size: 30px;
    line-height: 34px;
  }
}
.reserve-copy h3 {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 25px;
  line-height: 32px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-wrap: pretty;
}
@media (max-width: 1200px) {
  .reserve-copy h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
.reserve-copy h4 {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 16px;
  line-height: 28px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-wrap: pretty;
}

.hero-with-overlay {
  position: relative;
}
.hero-with-overlay .overlay-container {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  min-height: 400px;
  background: #262626;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFF;
}
@media (max-width: 1200px) {
  .hero-with-overlay .overlay-container {
    position: static;
    width: 100%;
    min-height: 0;
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .hero-with-overlay .overlay-container {
    padding: 30px;
  }
}
.hero-with-overlay .overlay-container h1 {
  margin-bottom: 15px;
}

.image-copy {
  display: flex;
  flex-wrap: wrap;
}
.image-copy .image {
  width: 50%;
}
@media (max-width: 991px) {
  .image-copy .image {
    width: 100%;
  }
}
.image-copy .contents {
  width: 50%;
  padding: 50px 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .image-copy .contents {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .image-copy .contents {
    padding: 30px;
  }
}
.image-copy .contents h2 {
  margin-bottom: 17px;
}
.image-copy .contents .btn-row {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .image-copy .contents {
    width: 100%;
  }
}
.image-copy.image-align-right .image {
  order: 2;
}
.image-copy.image-align-right .contents {
  order: 1;
}
@media (max-width: 991px) {
  .image-copy.image-align-mobile-before .image {
    order: 1;
  }
  .image-copy.image-align-mobile-before .contents {
    order: 2;
  }
}
.image-copy.image-align-mobile-after .image {
  order: 1;
}
.image-copy.image-align-mobile-after .contents {
  order: 2;
}
@media (max-width: 991px) {
  .image-copy.image-align-mobile-after .image {
    order: 2;
  }
  .image-copy.image-align-mobile-after .contents {
    order: 1;
  }
}

.full-image-copy-overlay {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .full-image-copy-overlay {
    flex-wrap: wrap;
  }
}
.full-image-copy-overlay .overlay-container {
  position: absolute;
  width: 500px;
  color: #FFF;
}
@media (max-width: 991px) {
  .full-image-copy-overlay .overlay-container {
    width: 100%;
    padding: 40px;
    position: static;
    background: #262626;
    color: #FFF;
  }
  .full-image-copy-overlay .overlay-container h2, .full-image-copy-overlay .overlay-container p, .full-image-copy-overlay .overlay-container a {
    color: #FFF;
  }
}
@media (max-width: 768px) {
  .full-image-copy-overlay .overlay-container {
    padding: 30px;
  }
}
.full-image-copy-overlay .overlay-container .btn-row {
  margin-top: 40px;
}
.full-image-copy-overlay.copy-alignment-left .overlay-container {
  left: 150px;
}
@media (max-width: 1200px) {
  .full-image-copy-overlay.copy-alignment-left .overlay-container {
    left: 50px;
  }
}
.full-image-copy-overlay.copy-alignment-right .overlay-container {
  right: 50px;
}

.columned-list {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .columned-list {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .columned-list {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.columned-list h2 {
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .columned-list h2 {
    margin-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .columned-list .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.columned-list.columned-list-dark {
  background: #333333;
  color: #FFF;
}
.columned-list.columned-list-dark .item-number-display {
  background: #FFF !important;
  color: #333333 !important;
}

.columned-highlights {
  padding-top: 150px;
  padding-bottom: 90px;
}
@media (max-width: 1200px) {
  .columned-highlights {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .columned-highlights {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .columned-highlights {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
.columned-highlights .highlight {
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .columned-highlights .highlight {
    margin-bottom: 50px;
  }
}
.columned-highlights .highlight h2 {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .columned-highlights .highlight h2 {
    margin-bottom: 20px;
  }
}

.divided-highlights {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .divided-highlights {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .divided-highlights {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.divided-highlights .highlight {
  text-align: center;
  padding: 50px;
}
@media (max-width: 1500px) {
  .divided-highlights .highlight {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .divided-highlights .highlight:not(:last-child) {
    border-right: 1px solid rgba(38, 38, 38, 0.2);
  }
}
@media (max-width: 991px) {
  .divided-highlights .highlight:not(:last-child) {
    border-bottom: 1px solid rgba(38, 38, 38, 0.2);
  }
}
.divided-highlights .highlight h2 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 44px;
}
@media (max-width: 1500px) {
  .divided-highlights .highlight h2 {
    font-size: 30px;
    line-height: 34px;
  }
}

.team-block-simple {
  padding-top: 80px;
  padding-bottom: 20px;
}
.team-block-simple .subtext {
  background: #333333 !important;
  color: #FFF;
}
.team-block-simple h3 {
  margin-bottom: 14px !important;
}
.team-block-simple .member .actions {
  display: none;
}
.team-block-simple .member .details {
  text-align: center;
}

.centered-callout {
  padding-top: 100px;
  padding-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1200px) {
  .centered-callout {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .centered-callout {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.centered-callout .callout-contents {
  max-width: 690px;
  text-align: center;
  margin: 0 auto;
}
.centered-callout .callout-contents h2 {
  margin-bottom: 20px;
}

.list-highlight {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .list-highlight {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .list-highlight {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .list-highlight .copy-column {
    padding-bottom: 40px;
  }
}
.list-highlight .copy-column h2 {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
  }
}

.large-numbered-list-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.large-numbered-list-items li {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .large-numbered-list-items li {
    margin-bottom: 30px;
  }
}
.large-numbered-list-items li:not(.has-heading-and-copy) {
  align-items: center;
}
.large-numbered-list-items li.has-heading-and-copy .item-heading {
  padding-top: 11px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .large-numbered-list-items li.has-heading-and-copy .item-heading {
    padding-top: 4px;
    margin-bottom: 12px;
  }
}
.large-numbered-list-items li .item-number {
  width: 50px;
}
@media (max-width: 768px) {
  .large-numbered-list-items li .item-number {
    width: 38px;
  }
}
.large-numbered-list-items li .item-number .item-number-display {
  width: 50px;
  height: 50px;
  background: #C2002F;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 25px;
  line-height: 44px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding-left: 3px;
}
@media (max-width: 768px) {
  .large-numbered-list-items li .item-number .item-number-display {
    height: 38px;
    width: 38px;
    font-size: 18px;
    line-height: 34px;
  }
}
.large-numbered-list-items li .item-content {
  flex-grow: 1;
  padding-left: 20px;
  padding-right: 80px;
}
@media (max-width: 768px) {
  .large-numbered-list-items li .item-content {
    padding-right: 0;
  }
}
.large-numbered-list-items li .item-content .item-heading, .large-numbered-list-items li .item-content .item-copy {
  max-width: 480px;
}

.caps-highlight {
  font-family: "AvenirNext-Medium";
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.caps-highlight p {
  font-family: "AvenirNext-Medium";
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.reserve-footer {
  padding-top: 150px;
  padding-bottom: 42px;
  background: #262626;
}
@media (max-width: 1200px) {
  .reserve-footer {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .reserve-footer {
    padding-top: 60px;
  }
}
.reserve-footer .footer-row-one .inner-contents {
  color: #FFF;
  text-align: center;
  margin-bottom: 150px;
}
@media (max-width: 1200px) {
  .reserve-footer .footer-row-one .inner-contents {
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    text-wrap: pretty;
  }
}
@media (max-width: 991px) {
  .reserve-footer .footer-row-one .inner-contents {
    margin-bottom: 60px;
  }
}
.reserve-footer .footer-row-one .inner-contents h2 {
  margin-bottom: 31px;
}
.reserve-footer .footer-row-one .inner-contents .btn-row {
  margin-top: 34px;
  display: block;
}
@media (max-width: 991px) {
  .reserve-footer .footer-row-two .col-lg-3, .reserve-footer .footer-row-two .col-lg-6 {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .reserve-footer .footer-row-two .col-lg-3 {
    margin-bottom: 30px;
  }
}
.reserve-footer .footer-row-two .footer-logo-container img {
  margin: 0 auto;
}
.reserve-footer .footer-row-two .footer-disclaimer {
  text-align: center;
  color: rgba(243, 243, 242, 0.7);
  font-size: 16px;
  line-height: 25px;
}
.reserve-footer .footer-row-two .footer-disclaimer a {
  color: rgba(243, 243, 242, 0.7);
  text-decoration: none;
}
.reserve-footer .footer-row-two .footer-disclaimer a:hover {
  text-decoration: underline;
}

#modalContactReserve .modal-dialog {
  width: 680px !important;
}
#modalContactReserve .modal-dialog .modal-content {
  border: none !important;
  padding-top: 70px;
  position: relative;
}
@media (max-width: 991px) {
  #modalContactReserve .modal-dialog .modal-content {
    padding-top: 28px;
  }
}
#modalContactReserve .modal-dialog .modal-content .close-btn {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  font-size: 32px;
  outline: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  #modalContactReserve .modal-dialog .modal-content .close-btn {
    top: 10px;
    right: 10px;
  }
}
#modalContactReserve .modal-dialog .modal-content h2 {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #modalContactReserve .modal-dialog .modal-content .modal-body {
    padding: 0 70px 80px;
  }
}

/* Advantage Network Overrides */
.website-2,
.website-3 {
  /* General */
  /* Header */
  /* Nav */
  /* Blocks */
  /* Footer */
  /* Buttons */
}
.website-2 .fdic-banner,
.website-3 .fdic-banner {
  left: 300px;
}
@media (max-width: 1200px) {
  .website-2 .fdic-banner,
.website-3 .fdic-banner {
    left: 200px;
  }
}
.website-2 .bg-white,
.website-3 .bg-white {
  background-color: #FFF !important;
  color: #333333;
}
.website-2 .bg-an-blue,
.website-3 .bg-an-blue {
  background: #0092cc !important;
  color: #FFF;
}
.website-2 .bg-an-dark-blue,
.website-3 .bg-an-dark-blue {
  background: #05437a !important;
  color: #FFF;
}
.website-2 .bg-an-green,
.website-3 .bg-an-green {
  background: #a0c551 !important;
  color: #FFF;
}
.website-2 .bg-an-orange,
.website-3 .bg-an-orange {
  background: #f05225 !important;
  color: #FFF;
}
.website-2 .page-content .alignright,
.website-3 .page-content .alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.website-2 .page-content .alignleft,
.website-3 .page-content .alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.website-2 .page-content .aligncenter,
.website-3 .page-content .aligncenter {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.website-2 .page-content blockquote,
.website-3 .page-content blockquote {
  border-top: 10px solid #f05225;
  color: #f05225;
}
.website-2.search .result-type,
.website-3.search .result-type {
  color: #f05225 !important;
}
.website-2 a,
.website-3 a {
  color: #f05225;
}
.website-2 .secondary-header .logo,
.website-3 .secondary-header .logo {
  background: url("/assets/images/advantage-network/an-logo.svg") center center/contain no-repeat;
}
.website-2 .secondary-header .button a,
.website-3 .secondary-header .button a {
  background-color: #f05225;
  color: #fff !important;
  padding: 0.7rem 0.9rem;
}
.website-2 .secondary-header .nav li a:hover,
.website-3 .secondary-header .nav li a:hover {
  color: #f05225;
}
.website-2 .secondary-header .nav li.current-menu-item a,
.website-3 .secondary-header .nav li.current-menu-item a {
  color: #f05225;
  border-bottom: 2px solid #f05225;
}
.website-2 .log-in a,
.website-3 .log-in a {
  background-color: #f05225;
}
.website-2 .primary-header .navbar-form .form-control,
.website-3 .primary-header .navbar-form .form-control {
  background: url("/assets/img/advantage-network/an-icon-search.svg") no-repeat 20px 50%;
  background-size: 20px 20px;
}
.website-2 .primary-header .navbar-toggler .icon-bar,
.website-3 .primary-header .navbar-toggler .icon-bar {
  background: #f05225;
}
.website-2 .primary-header .navbar .nav-item.current-menu-item .nav-link,
.website-3 .primary-header .navbar .nav-item.current-menu-item .nav-link {
  background-color: #f05225;
}
.website-2 .primary-header .navbar .nav-item.current-menu-item .nav-link:before,
.website-3 .primary-header .navbar .nav-item.current-menu-item .nav-link:before {
  background: rgba(240, 82, 37, 0.4);
}
.website-2 .primary-header .dropdown-full .dropdown-title,
.website-3 .primary-header .dropdown-full .dropdown-title {
  color: #333333;
}
.website-2 .primary-header .dropdown-full .dropdown-list a:hover,
.website-3 .primary-header .dropdown-full .dropdown-list a:hover {
  color: #f05225;
}
.website-2 .simple-content,
.website-3 .simple-content {
  padding: 100px 0;
}
.website-2 .title-block p a,
.website-3 .title-block p a {
  color: #f05225;
}
.website-2 .tabbed-hero .slider-nav li.slick-current,
.website-3 .tabbed-hero .slider-nav li.slick-current {
  position: relative;
}
@media (min-width: 768px) {
  .website-2 .tabbed-hero .slider-nav li.slick-current,
.website-3 .tabbed-hero .slider-nav li.slick-current {
    background: rgba(240, 82, 37, 0.8);
  }
}
@media (min-width: 768px) {
  .website-2 .tabbed-hero .slider-nav li:hover,
.website-3 .tabbed-hero .slider-nav li:hover {
    background: rgba(240, 82, 37, 0.5);
  }
}
.website-2 .simple-column-block .column-area,
.website-3 .simple-column-block .column-area {
  background-color: #05437a !important;
}
.website-2 .cta-block.bg-an-blue .btn-primary:hover,
.website-3 .cta-block.bg-an-blue .btn-primary:hover {
  background-color: #05437a !important;
}
.website-2 .cta-block.bg-an-orange .btn-primary,
.website-3 .cta-block.bg-an-orange .btn-primary {
  background-color: #05437a !important;
  color: #FFF !important;
}
.website-2 .cta-block.bg-an-orange .btn-primary:hover,
.website-3 .cta-block.bg-an-orange .btn-primary:hover {
  background-color: #0092cc !important;
}
.website-2 .cta-block.bg-an-dark-blue, .website-2 .cta-block.bg-black,
.website-3 .cta-block.bg-an-dark-blue,
.website-3 .cta-block.bg-black {
  background-color: #05437a !important;
}
.website-2 .cta-block.bg-an-dark-blue .btn-primary, .website-2 .cta-block.bg-black .btn-primary,
.website-3 .cta-block.bg-an-dark-blue .btn-primary,
.website-3 .cta-block.bg-black .btn-primary {
  background-color: #f05225 !important;
  color: #FFF !important;
}
.website-2 .cta-block.bg-an-dark-blue .btn-primary:hover, .website-2 .cta-block.bg-black .btn-primary:hover,
.website-3 .cta-block.bg-an-dark-blue .btn-primary:hover,
.website-3 .cta-block.bg-black .btn-primary:hover {
  background-color: #0092cc !important;
}
.website-2 .cta-block.bg-an-green .btn-primary,
.website-3 .cta-block.bg-an-green .btn-primary {
  background-color: #0092cc !important;
  color: #FFF;
}
.website-2 .cta-block.bg-an-green .btn-primary:hover,
.website-3 .cta-block.bg-an-green .btn-primary:hover {
  background-color: #05437a !important;
}
.website-2 .testimonials-section .bg-an-blue .blockquote-footer,
.website-2 .testimonials-section .bg-an-dark-blue .blockquote-footer,
.website-2 .testimonials-section .bg-an-green .blockquote-footer,
.website-2 .testimonials-section .bg-an-orange .blockquote-footer,
.website-3 .testimonials-section .bg-an-blue .blockquote-footer,
.website-3 .testimonials-section .bg-an-dark-blue .blockquote-footer,
.website-3 .testimonials-section .bg-an-green .blockquote-footer,
.website-3 .testimonials-section .bg-an-orange .blockquote-footer {
  color: #FFF;
}
.website-2 .testimonials-section .bg-an-blue .blockquote-footer cite,
.website-2 .testimonials-section .bg-an-dark-blue .blockquote-footer cite,
.website-2 .testimonials-section .bg-an-green .blockquote-footer cite,
.website-2 .testimonials-section .bg-an-orange .blockquote-footer cite,
.website-3 .testimonials-section .bg-an-blue .blockquote-footer cite,
.website-3 .testimonials-section .bg-an-dark-blue .blockquote-footer cite,
.website-3 .testimonials-section .bg-an-green .blockquote-footer cite,
.website-3 .testimonials-section .bg-an-orange .blockquote-footer cite {
  color: #FFF;
  opacity: 0.6;
}
.website-2 .testimonials-section .carousel-block .carousel-title.is-orange,
.website-3 .testimonials-section .carousel-block .carousel-title.is-orange {
  background-color: #f05225;
}
.website-2 .testimonials-section .carousel-block .carousel-title.is-dark-blue,
.website-3 .testimonials-section .carousel-block .carousel-title.is-dark-blue {
  background: rgba(5, 67, 122, 0.8);
}
.website-2 .full-video .pre .play a:hover,
.website-3 .full-video .pre .play a:hover {
  color: #f05225;
}
.website-2 .colored-top-blocks .colored-block .block-overlay.an-orange,
.website-3 .colored-top-blocks .colored-block .block-overlay.an-orange {
  border-top: 10px solid #f05225;
}
.website-2 .colored-top-blocks .colored-block .block-overlay.an-blue,
.website-3 .colored-top-blocks .colored-block .block-overlay.an-blue {
  border-top: 10px solid #0092cc;
}
.website-2 .colored-top-blocks .colored-block .block-overlay.an-dark-blue,
.website-3 .colored-top-blocks .colored-block .block-overlay.an-dark-blue {
  border-top: 10px solid #05437a;
}
.website-2 .colored-top-blocks .colored-block .block-overlay.an-green,
.website-3 .colored-top-blocks .colored-block .block-overlay.an-green {
  border-top: 10px solid #a0c551;
}
.website-2 .red-line,
.website-3 .red-line {
  background-color: #f05225;
}
.website-2 .related-links a:hover,
.website-3 .related-links a:hover {
  background-color: #f05225;
}
.website-2 .cards-block .content-area .card p a:hover,
.website-3 .cards-block .content-area .card p a:hover {
  color: #f05225;
}
.website-2 .post-content .post-text a,
.website-3 .post-content .post-text a {
  color: #f05225;
}
.website-2 #latest-posts,
.website-3 #latest-posts {
  background-color: #f1f2f3;
}
.website-2 #latest-posts .social-title,
.website-3 #latest-posts .social-title {
  margin-bottom: 30px;
}
.website-2 #latest-posts .heading-secondary,
.website-3 #latest-posts .heading-secondary {
  color: #333333;
}
.website-2 #latest-posts .article,
.website-3 #latest-posts .article {
  width: 100%;
  box-shadow: none;
  background-color: transparent;
}
.website-2 #latest-posts .article .content,
.website-3 #latest-posts .article .content {
  padding: 0;
}
.website-2 #latest-posts .article .content .title,
.website-3 #latest-posts .article .content .title {
  font-family: "AvenirNext-Medium";
}
.website-2 #latest-posts .article .content .title a,
.website-3 #latest-posts .article .content .title a {
  color: #333333 !important;
}
.website-2 #latest-posts .article .content .time-link,
.website-3 #latest-posts .article .content .time-link {
  position: relative;
  bottom: auto;
  margin-top: 20px;
}
.website-2 #latest-posts .link,
.website-3 #latest-posts .link {
  color: #f05225;
}
.website-2 #latest-posts .link:after,
.website-3 #latest-posts .link:after {
  border-color: #f05225;
}
.website-2 .article-block,
.website-3 .article-block {
  margin-top: 0;
}
.website-2 .article-block .article-content,
.website-3 .article-block .article-content {
  margin-bottom: 50px;
  padding: 20px 40px;
}
.website-2 .article-block .article-content h2,
.website-3 .article-block .article-content h2 {
  margin-top: 0;
}
.website-2 .article-block .article-content h2:before,
.website-3 .article-block .article-content h2:before {
  display: none;
}
.website-2 .article-block .article-content h2:after,
.website-3 .article-block .article-content h2:after {
  display: inline-block;
  content: url("/assets/images/icons/arrow-right-orange.svg");
  position: relative;
  top: 1px;
  width: 10px;
  height: 5px;
  transition: 0.2s all ease-in-out;
  margin-left: 10px;
}
.website-2 .article-block .article-content .btn,
.website-3 .article-block .article-content .btn {
  color: #f05225;
}
.website-2 .more-area .more-link:hover,
.website-3 .more-area .more-link:hover {
  color: #05437a;
}
.website-2 .title-block .micro-title,
.website-3 .title-block .micro-title {
  color: #f05225;
}
.website-2.single-team .back-to a,
.website-3.single-team .back-to a {
  color: #f05225 !important;
}
.website-2.single-team .info .info-col a,
.website-3.single-team .info .info-col a {
  color: #f05225;
}
.website-2 .team-row .member .details .actions a,
.website-3 .team-row .member .details .actions a {
  color: #f05225;
}
.website-2 .team-row .member .details .member-location,
.website-3 .team-row .member .details .member-location {
  color: #f05225;
}
.website-2 .site-footer,
.website-3 .site-footer {
  border-top: 1px solid #f1f2f3;
}
.website-2 .site-footer .footer-logo,
.website-3 .site-footer .footer-logo {
  width: 200px;
  height: auto;
}
.website-2 .site-footer .footer-info,
.website-3 .site-footer .footer-info {
  padding-left: 0px;
}
@media (max-width: 767.98px) {
  .website-2 .site-footer ul,
.website-3 .site-footer ul {
    padding: 0 30px;
  }
}
.website-2 .site-footer ul li a:hover,
.website-3 .site-footer ul li a:hover {
  color: #f05225;
}
.website-2 .cta-btn,
.website-3 .cta-btn {
  color: #f05225;
}
.website-2 .cta-btn.has-arrow:after,
.website-3 .cta-btn.has-arrow:after {
  border-color: #f05225;
}
.website-2 .btn-primary,
.website-2 .gform_wrapper .button,
.website-3 .btn-primary,
.website-3 .gform_wrapper .button {
  background-color: #f05225 !important;
  border-color: #f05225 !important;
  color: #FFF;
}
.website-2 .btn-primary:hover,
.website-2 .gform_wrapper .button:hover,
.website-3 .btn-primary:hover,
.website-3 .gform_wrapper .button:hover {
  background-color: #0092cc !important;
  border-color: #0092cc !important;
}
.website-2 .btn-primary.btn-an-green,
.website-2 .gform_wrapper .button.btn-an-green,
.website-3 .btn-primary.btn-an-green,
.website-3 .gform_wrapper .button.btn-an-green {
  background-color: #a0c551 !important;
  border-color: #a0c551 !important;
}
.website-2 .btn-primary.btn-an-blue,
.website-2 .gform_wrapper .button.btn-an-blue,
.website-3 .btn-primary.btn-an-blue,
.website-3 .gform_wrapper .button.btn-an-blue {
  background-color: #0092cc !important;
  border-color: #0092cc !important;
}
.website-2 .btn-primary.btn-an-dark-blue,
.website-2 .gform_wrapper .button.btn-an-dark-blue,
.website-3 .btn-primary.btn-an-dark-blue,
.website-3 .gform_wrapper .button.btn-an-dark-blue {
  background-color: #05437a !important;
  border-color: #05437a !important;
}
.website-2 .btn.gform_button,
.website-3 .btn.gform_button {
  color: #f05225;
}
.website-2 .btn.gform_button:hover,
.website-3 .btn.gform_button:hover {
  background-color: #f05225;
  color: #FFF;
}
.website-2 .btn.btn-white,
.website-3 .btn.btn-white {
  background-color: #FFF !important;
  color: #f05225 !important;
}
.website-2 .btn.btn-white:after,
.website-3 .btn.btn-white:after {
  border-color: #f05225;
}
.website-2 .red-arrow-after,
.website-3 .red-arrow-after {
  text-decoration: none;
  max-width: 85%;
}
.website-2 .red-arrow-after:after,
.website-3 .red-arrow-after:after {
  content: url("/assets/images/icons/arrow-right-orange.svg");
  position: relative;
  top: 1px;
  display: inline-block;
  width: 10px;
  height: 5px;
  transition: 0.2s all ease-in-out;
  margin-left: 10px;
  word-wrap: no-wrap;
}
@media (max-width: 1199.98px) {
  .website-2 .red-arrow-after:after,
.website-3 .red-arrow-after:after {
    top: 3px;
    width: 8px;
    height: 4px;
  }
}
