@charset "UTF-8";
/*
 * Replace `$search` with `$replace` in `$string`
 * @author Hugo Giraudel
 * @param {String} $string - Initial string
 * @param {String} $search - Substring to replace
 * @param {String} $replace ('') - New value
 * @return {String} - Updated string
 */
.fa, .fas, .far, .fal, .fad, .fab {
  font-display: block !important; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body .fa-instagram,
body .fa-linkedin,
body .fa-twitter,
body .fa-facebook,
body .fa-vimeo,
body .fa-youtube,
body .fa-chevron-right,
body .fa-chevron-down,
body .global-wrapper .fa-instagram,
body .global-wrapper .fa-linkedin,
body .global-wrapper .fa-twitter,
body .global-wrapper .fa-facebook,
body .global-wrapper .fa-vimeo,
body .global-wrapper .fa-youtube,
body .global-wrapper .fa-chevron-right,
body .global-wrapper .fa-chevron-down {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400; }

body .fa-chevron-right::before {
  content: "\f054" !important; }

.container-fluid,
.container {
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 0) {
    .container-fluid,
    .container {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 576px) {
    .container-fluid,
    .container {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 768px) {
    .container-fluid,
    .container {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 1024px) {
    .container-fluid,
    .container {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 1280px) {
    .container-fluid,
    .container {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media screen and (min-width: 1600px) {
    .container-fluid,
    .container {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .container-fluid.gutter-none,
  .container.gutter-none {
    padding-left: 0;
    padding-right: 0; }

@media screen and (min-width: 576px) {
  .container {
    max-width: 36rem; } }
@media screen and (min-width: 768px) {
  .container {
    max-width: 48rem; } }
@media screen and (min-width: 1024px) {
  .container {
    max-width: 64rem; } }
@media screen and (min-width: 1280px) {
  .container {
    max-width: 80rem; } }
@media screen and (min-width: 1600px) {
  .container {
    max-width: 100rem; } }
@media screen and (min-width: 1800px) {
  .container {
    max-width: 112.5rem; } }
@media screen and (min-width: 1900px) {
  .container {
    max-width: 118.75rem; } }

@media screen and (min-width: 1280px) {
  .container-fluid-sm {
    max-width: 83.333333%; } }
@media screen and (min-width: 1600px) {
  .container-fluid-sm {
    max-width: 66.666666%; } }
@media screen and (min-width: 1280px) {
  .container-fluid-md {
    max-width: 91.666666%; } }
@media screen and (min-width: 1600px) {
  .container-fluid-md {
    max-width: 83.333333%; } }

@media screen and (max-width: 1279px) {
  .raw-container {
    max-width: 100% !important; } }

.container-wrap {
  position: relative; }
  @media screen and (max-width: 767px) {
    .container-wrap--full-mobile {
      border-radius: 0;
      margin-left: -1rem;
      width: calc(100% + 2rem); }
      .container-wrap--full-mobile .wp-block-create-block-container {
        border-radius: 0; } }
  .container-wrap.u-p-top .underline {
    top: 0; }
  .container-wrap.u-p-bottom .underline {
    bottom: 0; }
  .container-wrap .underline {
    position: absolute;
    width: 100%;
    left: 0; }
  .container-wrap .align {
    position: absolute;
    top: 0;
    height: 100%;
    left: -48vw;
    width: 50vw; }
    @media screen and (max-width: 767px) {
      .container-wrap .align {
        display: none; } }
    .container-wrap .align.right {
      left: auto;
      right: -48vw; }
  .container-wrap.right .wp-block-create-block-container {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .container-wrap.left .wp-block-create-block-container {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

@media screen and (min-width: 1024px) {
  .container-wrap.hidden-desktop {
    display: none; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container-wrap.hidden-tablet {
    display: none; } }
@media screen and (max-width: 575px) {
  .container-wrap.hidden-mobile {
    display: none; } }

.row {
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 0) {
    .row {
      margin-left: -0.5rem;
      margin-right: -0.5rem; } }
  @media screen and (min-width: 576px) {
    .row {
      margin-left: -0.5rem;
      margin-right: -0.5rem; } }
  @media screen and (min-width: 768px) {
    .row {
      margin-left: -0.5rem;
      margin-right: -0.5rem; } }
  @media screen and (min-width: 1024px) {
    .row {
      margin-left: -0.5rem;
      margin-right: -0.5rem; } }
  @media screen and (min-width: 1280px) {
    .row {
      margin-left: -1rem;
      margin-right: -1rem; } }
  @media screen and (min-width: 1600px) {
    .row {
      margin-left: -1rem;
      margin-right: -1rem; } }
  @media screen and (min-width: 0) {
    .row.gutter-small {
      margin-left: -0.5rem;
      margin-right: -0.5rem; } }
  @media screen and (min-width: 576px) {
    .row.gutter-small {
      margin-left: -0.5rem;
      margin-right: -0.5rem; } }
  @media screen and (min-width: 768px) {
    .row.gutter-small {
      margin-left: -0.5rem;
      margin-right: -0.5rem; } }
  @media screen and (min-width: 1024px) {
    .row.gutter-small {
      margin-left: -0.5rem;
      margin-right: -0.5rem; } }
  @media screen and (min-width: 1280px) {
    .row.gutter-small {
      margin-left: -0.5rem;
      margin-right: -0.5rem; } }
  @media screen and (min-width: 1600px) {
    .row.gutter-small {
      margin-left: -0.5rem;
      margin-right: -0.5rem; } }
  .row.gutter-none {
    margin-left: 0;
    margin-right: 0; }

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 1px; }
  @media screen and (min-width: 0) {
    .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  @media screen and (min-width: 576px) {
    .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  @media screen and (min-width: 768px) {
    .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  @media screen and (min-width: 1024px) {
    .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  @media screen and (min-width: 1280px) {
    .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 1600px) {
    .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 0) {
    .gutter-small > .col, .gutter-small > .col-1, .gutter-small > .col-2, .gutter-small > .col-3, .gutter-small > .col-4, .gutter-small > .col-5, .gutter-small > .col-6, .gutter-small > .col-7, .gutter-small > .col-8, .gutter-small > .col-9, .gutter-small > .col-10, .gutter-small > .col-11, .gutter-small > .col-12 {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  @media screen and (min-width: 576px) {
    .gutter-small > .col, .gutter-small > .col-1, .gutter-small > .col-2, .gutter-small > .col-3, .gutter-small > .col-4, .gutter-small > .col-5, .gutter-small > .col-6, .gutter-small > .col-7, .gutter-small > .col-8, .gutter-small > .col-9, .gutter-small > .col-10, .gutter-small > .col-11, .gutter-small > .col-12 {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  @media screen and (min-width: 768px) {
    .gutter-small > .col, .gutter-small > .col-1, .gutter-small > .col-2, .gutter-small > .col-3, .gutter-small > .col-4, .gutter-small > .col-5, .gutter-small > .col-6, .gutter-small > .col-7, .gutter-small > .col-8, .gutter-small > .col-9, .gutter-small > .col-10, .gutter-small > .col-11, .gutter-small > .col-12 {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  @media screen and (min-width: 1024px) {
    .gutter-small > .col, .gutter-small > .col-1, .gutter-small > .col-2, .gutter-small > .col-3, .gutter-small > .col-4, .gutter-small > .col-5, .gutter-small > .col-6, .gutter-small > .col-7, .gutter-small > .col-8, .gutter-small > .col-9, .gutter-small > .col-10, .gutter-small > .col-11, .gutter-small > .col-12 {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  @media screen and (min-width: 1280px) {
    .gutter-small > .col, .gutter-small > .col-1, .gutter-small > .col-2, .gutter-small > .col-3, .gutter-small > .col-4, .gutter-small > .col-5, .gutter-small > .col-6, .gutter-small > .col-7, .gutter-small > .col-8, .gutter-small > .col-9, .gutter-small > .col-10, .gutter-small > .col-11, .gutter-small > .col-12 {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  @media screen and (min-width: 1600px) {
    .gutter-small > .col, .gutter-small > .col-1, .gutter-small > .col-2, .gutter-small > .col-3, .gutter-small > .col-4, .gutter-small > .col-5, .gutter-small > .col-6, .gutter-small > .col-7, .gutter-small > .col-8, .gutter-small > .col-9, .gutter-small > .col-10, .gutter-small > .col-11, .gutter-small > .col-12 {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  .gutter-none > .col, .gutter-none > .col-1, .gutter-none > .col-2, .gutter-none > .col-3, .gutter-none > .col-4, .gutter-none > .col-5, .gutter-none > .col-6, .gutter-none > .col-7, .gutter-none > .col-8, .gutter-none > .col-9, .gutter-none > .col-10, .gutter-none > .col-11, .gutter-none > .col-12 {
    padding-left: 0;
    padding-right: 0; }

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

.col-auto {
  flex: 0 0 auto;
  width: auto; }
  .gutter-none > .col-auto {
    padding-left: 0;
    padding-right: 0; }
  @media screen and (min-width: 0) {
    .col-auto {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  @media screen and (min-width: 576px) {
    .col-auto {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  @media screen and (min-width: 768px) {
    .col-auto {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  @media screen and (min-width: 1024px) {
    .col-auto {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  @media screen and (min-width: 1280px) {
    .col-auto {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 1600px) {
    .col-auto {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 0) {
    .gutter-small > .col-auto {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  @media screen and (min-width: 576px) {
    .gutter-small > .col-auto {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  @media screen and (min-width: 768px) {
    .gutter-small > .col-auto {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  @media screen and (min-width: 1024px) {
    .gutter-small > .col-auto {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  @media screen and (min-width: 1280px) {
    .gutter-small > .col-auto {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  @media screen and (min-width: 1600px) {
    .gutter-small > .col-auto {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }

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

.push-1 {
  left: 8.3333333333%;
  position: relative; }

.pull-1 {
  right: 8.3333333333%;
  position: relative; }

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

.push-2 {
  left: 16.6666666667%;
  position: relative; }

.pull-2 {
  right: 16.6666666667%;
  position: relative; }

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

.push-3 {
  left: 25%;
  position: relative; }

.pull-3 {
  right: 25%;
  position: relative; }

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

.push-4 {
  left: 33.3333333333%;
  position: relative; }

.pull-4 {
  right: 33.3333333333%;
  position: relative; }

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

.push-5 {
  left: 41.6666666667%;
  position: relative; }

.pull-5 {
  right: 41.6666666667%;
  position: relative; }

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

.push-6 {
  left: 50%;
  position: relative; }

.pull-6 {
  right: 50%;
  position: relative; }

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

.push-7 {
  left: 58.3333333333%;
  position: relative; }

.pull-7 {
  right: 58.3333333333%;
  position: relative; }

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

.push-8 {
  left: 66.6666666667%;
  position: relative; }

.pull-8 {
  right: 66.6666666667%;
  position: relative; }

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

.push-9 {
  left: 75%;
  position: relative; }

.pull-9 {
  right: 75%;
  position: relative; }

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

.push-10 {
  left: 83.3333333333%;
  position: relative; }

.pull-10 {
  right: 83.3333333333%;
  position: relative; }

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

.push-11 {
  left: 91.6666666667%;
  position: relative; }

.pull-11 {
  right: 91.6666666667%;
  position: relative; }

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

.push-12 {
  left: 100%;
  position: relative; }

.pull-12 {
  right: 100%;
  position: relative; }

@media screen and (min-width: 0) {
  .col-xs-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xs-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xs-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xs-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xs-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xs-1 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xs-1 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xs-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xs-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xs-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xs-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xs-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xs-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 0) {
  .push-xs-1 {
    left: 8.3333333333%;
    position: relative; } }

@media screen and (min-width: 0) {
  .pull-xs-1 {
    right: 8.3333333333%;
    position: relative; } }

@media screen and (min-width: 0) {
  .col-xs-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xs-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xs-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xs-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xs-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xs-2 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xs-2 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xs-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xs-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xs-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xs-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xs-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xs-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 0) {
  .push-xs-2 {
    left: 16.6666666667%;
    position: relative; } }

@media screen and (min-width: 0) {
  .pull-xs-2 {
    right: 16.6666666667%;
    position: relative; } }

@media screen and (min-width: 0) {
  .col-xs-3 {
    max-width: 25%;
    flex: 0 0 25%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xs-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xs-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xs-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xs-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xs-3 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xs-3 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xs-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xs-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xs-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xs-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xs-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xs-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 0) {
  .push-xs-3 {
    left: 25%;
    position: relative; } }

@media screen and (min-width: 0) {
  .pull-xs-3 {
    right: 25%;
    position: relative; } }

@media screen and (min-width: 0) {
  .col-xs-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xs-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xs-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xs-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xs-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xs-4 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xs-4 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xs-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xs-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xs-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xs-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xs-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xs-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 0) {
  .push-xs-4 {
    left: 33.3333333333%;
    position: relative; } }

@media screen and (min-width: 0) {
  .pull-xs-4 {
    right: 33.3333333333%;
    position: relative; } }

@media screen and (min-width: 0) {
  .col-xs-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xs-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xs-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xs-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xs-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xs-5 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xs-5 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xs-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xs-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xs-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xs-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xs-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xs-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 0) {
  .push-xs-5 {
    left: 41.6666666667%;
    position: relative; } }

@media screen and (min-width: 0) {
  .pull-xs-5 {
    right: 41.6666666667%;
    position: relative; } }

@media screen and (min-width: 0) {
  .col-xs-6 {
    max-width: 50%;
    flex: 0 0 50%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xs-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xs-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xs-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xs-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xs-6 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xs-6 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xs-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xs-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xs-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xs-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xs-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xs-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 0) {
  .push-xs-6 {
    left: 50%;
    position: relative; } }

@media screen and (min-width: 0) {
  .pull-xs-6 {
    right: 50%;
    position: relative; } }

@media screen and (min-width: 0) {
  .col-xs-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xs-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xs-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xs-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xs-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xs-7 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xs-7 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xs-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xs-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xs-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xs-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xs-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xs-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 0) {
  .push-xs-7 {
    left: 58.3333333333%;
    position: relative; } }

@media screen and (min-width: 0) {
  .pull-xs-7 {
    right: 58.3333333333%;
    position: relative; } }

@media screen and (min-width: 0) {
  .col-xs-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xs-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xs-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xs-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xs-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xs-8 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xs-8 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xs-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xs-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xs-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xs-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xs-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xs-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 0) {
  .push-xs-8 {
    left: 66.6666666667%;
    position: relative; } }

@media screen and (min-width: 0) {
  .pull-xs-8 {
    right: 66.6666666667%;
    position: relative; } }

@media screen and (min-width: 0) {
  .col-xs-9 {
    max-width: 75%;
    flex: 0 0 75%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xs-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xs-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xs-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xs-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xs-9 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xs-9 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xs-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xs-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xs-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xs-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xs-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xs-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 0) {
  .push-xs-9 {
    left: 75%;
    position: relative; } }

@media screen and (min-width: 0) {
  .pull-xs-9 {
    right: 75%;
    position: relative; } }

@media screen and (min-width: 0) {
  .col-xs-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xs-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xs-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xs-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xs-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xs-10 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xs-10 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xs-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xs-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xs-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xs-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xs-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xs-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 0) {
  .push-xs-10 {
    left: 83.3333333333%;
    position: relative; } }

@media screen and (min-width: 0) {
  .pull-xs-10 {
    right: 83.3333333333%;
    position: relative; } }

@media screen and (min-width: 0) {
  .col-xs-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xs-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xs-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xs-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xs-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xs-11 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xs-11 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xs-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xs-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xs-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xs-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xs-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xs-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 0) {
  .push-xs-11 {
    left: 91.6666666667%;
    position: relative; } }

@media screen and (min-width: 0) {
  .pull-xs-11 {
    right: 91.6666666667%;
    position: relative; } }

@media screen and (min-width: 0) {
  .col-xs-12 {
    max-width: 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xs-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xs-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xs-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xs-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xs-12 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xs-12 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xs-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xs-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xs-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xs-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xs-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xs-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 0) {
  .push-xs-12 {
    left: 100%;
    position: relative; } }

@media screen and (min-width: 0) {
  .pull-xs-12 {
    right: 100%;
    position: relative; } }

@media screen and (min-width: 0) {
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto; }
    .ie .col-xs-auto {
      flex-grow: 1;
      flex-shrink: 0;
      flex-basis: 0; } }
@media screen and (min-width: 0) {
  .col-xs-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xs-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xs-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xs-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xs-auto {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xs-auto {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xs-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xs-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xs-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xs-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xs-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xs-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 0) {
  .col-xs {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
    min-height: 1px;
    box-sizing: border-box;
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1; } }
@media screen and (min-width: 0) {
  .col-xs {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xs {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xs {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xs {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xs {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xs {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xs {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xs {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xs {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xs {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xs {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xs {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 576px) {
  .col-sm-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-sm-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-sm-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-sm-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-sm-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-sm-1 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-sm-1 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-sm-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-sm-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-sm-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-sm-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-sm-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-sm-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 576px) {
  .push-sm-1 {
    left: 8.3333333333%;
    position: relative; } }

@media screen and (min-width: 576px) {
  .pull-sm-1 {
    right: 8.3333333333%;
    position: relative; } }

@media screen and (min-width: 576px) {
  .col-sm-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-sm-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-sm-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-sm-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-sm-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-sm-2 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-sm-2 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-sm-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-sm-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-sm-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-sm-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-sm-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-sm-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 576px) {
  .push-sm-2 {
    left: 16.6666666667%;
    position: relative; } }

@media screen and (min-width: 576px) {
  .pull-sm-2 {
    right: 16.6666666667%;
    position: relative; } }

@media screen and (min-width: 576px) {
  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-sm-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-sm-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-sm-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-sm-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-sm-3 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-sm-3 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-sm-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-sm-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-sm-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-sm-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-sm-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-sm-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 576px) {
  .push-sm-3 {
    left: 25%;
    position: relative; } }

@media screen and (min-width: 576px) {
  .pull-sm-3 {
    right: 25%;
    position: relative; } }

@media screen and (min-width: 576px) {
  .col-sm-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-sm-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-sm-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-sm-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-sm-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-sm-4 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-sm-4 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-sm-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-sm-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-sm-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-sm-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-sm-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-sm-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 576px) {
  .push-sm-4 {
    left: 33.3333333333%;
    position: relative; } }

@media screen and (min-width: 576px) {
  .pull-sm-4 {
    right: 33.3333333333%;
    position: relative; } }

@media screen and (min-width: 576px) {
  .col-sm-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-sm-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-sm-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-sm-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-sm-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-sm-5 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-sm-5 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-sm-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-sm-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-sm-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-sm-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-sm-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-sm-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 576px) {
  .push-sm-5 {
    left: 41.6666666667%;
    position: relative; } }

@media screen and (min-width: 576px) {
  .pull-sm-5 {
    right: 41.6666666667%;
    position: relative; } }

@media screen and (min-width: 576px) {
  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-sm-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-sm-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-sm-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-sm-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-sm-6 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-sm-6 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-sm-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-sm-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-sm-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-sm-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-sm-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-sm-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 576px) {
  .push-sm-6 {
    left: 50%;
    position: relative; } }

@media screen and (min-width: 576px) {
  .pull-sm-6 {
    right: 50%;
    position: relative; } }

@media screen and (min-width: 576px) {
  .col-sm-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-sm-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-sm-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-sm-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-sm-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-sm-7 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-sm-7 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-sm-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-sm-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-sm-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-sm-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-sm-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-sm-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 576px) {
  .push-sm-7 {
    left: 58.3333333333%;
    position: relative; } }

@media screen and (min-width: 576px) {
  .pull-sm-7 {
    right: 58.3333333333%;
    position: relative; } }

@media screen and (min-width: 576px) {
  .col-sm-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-sm-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-sm-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-sm-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-sm-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-sm-8 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-sm-8 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-sm-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-sm-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-sm-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-sm-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-sm-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-sm-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 576px) {
  .push-sm-8 {
    left: 66.6666666667%;
    position: relative; } }

@media screen and (min-width: 576px) {
  .pull-sm-8 {
    right: 66.6666666667%;
    position: relative; } }

@media screen and (min-width: 576px) {
  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-sm-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-sm-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-sm-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-sm-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-sm-9 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-sm-9 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-sm-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-sm-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-sm-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-sm-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-sm-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-sm-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 576px) {
  .push-sm-9 {
    left: 75%;
    position: relative; } }

@media screen and (min-width: 576px) {
  .pull-sm-9 {
    right: 75%;
    position: relative; } }

@media screen and (min-width: 576px) {
  .col-sm-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-sm-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-sm-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-sm-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-sm-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-sm-10 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-sm-10 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-sm-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-sm-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-sm-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-sm-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-sm-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-sm-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 576px) {
  .push-sm-10 {
    left: 83.3333333333%;
    position: relative; } }

@media screen and (min-width: 576px) {
  .pull-sm-10 {
    right: 83.3333333333%;
    position: relative; } }

@media screen and (min-width: 576px) {
  .col-sm-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-sm-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-sm-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-sm-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-sm-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-sm-11 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-sm-11 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-sm-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-sm-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-sm-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-sm-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-sm-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-sm-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 576px) {
  .push-sm-11 {
    left: 91.6666666667%;
    position: relative; } }

@media screen and (min-width: 576px) {
  .pull-sm-11 {
    right: 91.6666666667%;
    position: relative; } }

@media screen and (min-width: 576px) {
  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-sm-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-sm-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-sm-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-sm-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-sm-12 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-sm-12 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-sm-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-sm-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-sm-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-sm-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-sm-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-sm-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 576px) {
  .push-sm-12 {
    left: 100%;
    position: relative; } }

@media screen and (min-width: 576px) {
  .pull-sm-12 {
    right: 100%;
    position: relative; } }

@media screen and (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
    .ie .col-sm-auto {
      flex-grow: 1;
      flex-shrink: 0;
      flex-basis: 0; } }
@media screen and (min-width: 0) {
  .col-sm-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-sm-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-sm-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-sm-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-sm-auto {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-sm-auto {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-sm-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-sm-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-sm-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-sm-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-sm-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-sm-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 576px) {
  .col-sm {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
    min-height: 1px;
    box-sizing: border-box;
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1; } }
@media screen and (min-width: 0) {
  .col-sm {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-sm {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-sm {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-sm {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-sm {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-sm {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-sm {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-sm {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-sm {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-sm {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-sm {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-sm {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 768px) {
  .col-md-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-md-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-md-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-md-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-md-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-md-1 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-md-1 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-md-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-md-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-md-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-md-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-md-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-md-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 768px) {
  .push-md-1 {
    left: 8.3333333333%;
    position: relative; } }

@media screen and (min-width: 768px) {
  .pull-md-1 {
    right: 8.3333333333%;
    position: relative; } }

@media screen and (min-width: 768px) {
  .col-md-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-md-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-md-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-md-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-md-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-md-2 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-md-2 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-md-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-md-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-md-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-md-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-md-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-md-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 768px) {
  .push-md-2 {
    left: 16.6666666667%;
    position: relative; } }

@media screen and (min-width: 768px) {
  .pull-md-2 {
    right: 16.6666666667%;
    position: relative; } }

@media screen and (min-width: 768px) {
  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-md-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-md-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-md-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-md-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-md-3 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-md-3 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-md-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-md-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-md-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-md-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-md-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-md-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 768px) {
  .push-md-3 {
    left: 25%;
    position: relative; } }

@media screen and (min-width: 768px) {
  .pull-md-3 {
    right: 25%;
    position: relative; } }

@media screen and (min-width: 768px) {
  .col-md-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-md-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-md-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-md-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-md-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-md-4 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-md-4 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-md-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-md-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-md-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-md-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-md-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-md-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 768px) {
  .push-md-4 {
    left: 33.3333333333%;
    position: relative; } }

@media screen and (min-width: 768px) {
  .pull-md-4 {
    right: 33.3333333333%;
    position: relative; } }

@media screen and (min-width: 768px) {
  .col-md-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-md-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-md-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-md-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-md-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-md-5 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-md-5 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-md-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-md-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-md-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-md-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-md-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-md-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 768px) {
  .push-md-5 {
    left: 41.6666666667%;
    position: relative; } }

@media screen and (min-width: 768px) {
  .pull-md-5 {
    right: 41.6666666667%;
    position: relative; } }

@media screen and (min-width: 768px) {
  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-md-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-md-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-md-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-md-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-md-6 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-md-6 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-md-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-md-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-md-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-md-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-md-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-md-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 768px) {
  .push-md-6 {
    left: 50%;
    position: relative; } }

@media screen and (min-width: 768px) {
  .pull-md-6 {
    right: 50%;
    position: relative; } }

@media screen and (min-width: 768px) {
  .col-md-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-md-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-md-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-md-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-md-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-md-7 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-md-7 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-md-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-md-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-md-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-md-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-md-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-md-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 768px) {
  .push-md-7 {
    left: 58.3333333333%;
    position: relative; } }

@media screen and (min-width: 768px) {
  .pull-md-7 {
    right: 58.3333333333%;
    position: relative; } }

@media screen and (min-width: 768px) {
  .col-md-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-md-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-md-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-md-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-md-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-md-8 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-md-8 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-md-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-md-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-md-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-md-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-md-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-md-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 768px) {
  .push-md-8 {
    left: 66.6666666667%;
    position: relative; } }

@media screen and (min-width: 768px) {
  .pull-md-8 {
    right: 66.6666666667%;
    position: relative; } }

@media screen and (min-width: 768px) {
  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-md-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-md-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-md-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-md-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-md-9 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-md-9 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-md-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-md-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-md-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-md-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-md-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-md-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 768px) {
  .push-md-9 {
    left: 75%;
    position: relative; } }

@media screen and (min-width: 768px) {
  .pull-md-9 {
    right: 75%;
    position: relative; } }

@media screen and (min-width: 768px) {
  .col-md-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-md-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-md-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-md-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-md-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-md-10 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-md-10 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-md-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-md-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-md-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-md-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-md-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-md-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 768px) {
  .push-md-10 {
    left: 83.3333333333%;
    position: relative; } }

@media screen and (min-width: 768px) {
  .pull-md-10 {
    right: 83.3333333333%;
    position: relative; } }

@media screen and (min-width: 768px) {
  .col-md-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-md-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-md-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-md-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-md-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-md-11 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-md-11 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-md-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-md-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-md-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-md-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-md-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-md-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 768px) {
  .push-md-11 {
    left: 91.6666666667%;
    position: relative; } }

@media screen and (min-width: 768px) {
  .pull-md-11 {
    right: 91.6666666667%;
    position: relative; } }

@media screen and (min-width: 768px) {
  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-md-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-md-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-md-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-md-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-md-12 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-md-12 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-md-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-md-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-md-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-md-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-md-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-md-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 768px) {
  .push-md-12 {
    left: 100%;
    position: relative; } }

@media screen and (min-width: 768px) {
  .pull-md-12 {
    right: 100%;
    position: relative; } }

@media screen and (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
    .ie .col-md-auto {
      flex-grow: 1;
      flex-shrink: 0;
      flex-basis: 0; } }
@media screen and (min-width: 0) {
  .col-md-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-md-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-md-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-md-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-md-auto {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-md-auto {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-md-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-md-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-md-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-md-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-md-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-md-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 768px) {
  .col-md {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
    min-height: 1px;
    box-sizing: border-box;
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1; } }
@media screen and (min-width: 0) {
  .col-md {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-md {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-md {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-md {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-md {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-md {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-md {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-md {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-md {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-md {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-md {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-md {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1024px) {
  .col-lg-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-lg-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-lg-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-lg-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-lg-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-lg-1 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-lg-1 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-lg-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-lg-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-lg-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-lg-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-lg-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-lg-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1024px) {
  .push-lg-1 {
    left: 8.3333333333%;
    position: relative; } }

@media screen and (min-width: 1024px) {
  .pull-lg-1 {
    right: 8.3333333333%;
    position: relative; } }

@media screen and (min-width: 1024px) {
  .col-lg-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-lg-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-lg-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-lg-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-lg-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-lg-2 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-lg-2 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-lg-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-lg-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-lg-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-lg-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-lg-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-lg-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1024px) {
  .push-lg-2 {
    left: 16.6666666667%;
    position: relative; } }

@media screen and (min-width: 1024px) {
  .pull-lg-2 {
    right: 16.6666666667%;
    position: relative; } }

@media screen and (min-width: 1024px) {
  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-lg-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-lg-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-lg-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-lg-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-lg-3 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-lg-3 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-lg-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-lg-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-lg-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-lg-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-lg-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-lg-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1024px) {
  .push-lg-3 {
    left: 25%;
    position: relative; } }

@media screen and (min-width: 1024px) {
  .pull-lg-3 {
    right: 25%;
    position: relative; } }

@media screen and (min-width: 1024px) {
  .col-lg-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-lg-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-lg-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-lg-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-lg-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-lg-4 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-lg-4 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-lg-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-lg-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-lg-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-lg-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-lg-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-lg-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1024px) {
  .push-lg-4 {
    left: 33.3333333333%;
    position: relative; } }

@media screen and (min-width: 1024px) {
  .pull-lg-4 {
    right: 33.3333333333%;
    position: relative; } }

@media screen and (min-width: 1024px) {
  .col-lg-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-lg-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-lg-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-lg-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-lg-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-lg-5 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-lg-5 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-lg-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-lg-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-lg-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-lg-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-lg-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-lg-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1024px) {
  .push-lg-5 {
    left: 41.6666666667%;
    position: relative; } }

@media screen and (min-width: 1024px) {
  .pull-lg-5 {
    right: 41.6666666667%;
    position: relative; } }

@media screen and (min-width: 1024px) {
  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-lg-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-lg-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-lg-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-lg-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-lg-6 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-lg-6 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-lg-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-lg-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-lg-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-lg-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-lg-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-lg-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1024px) {
  .push-lg-6 {
    left: 50%;
    position: relative; } }

@media screen and (min-width: 1024px) {
  .pull-lg-6 {
    right: 50%;
    position: relative; } }

@media screen and (min-width: 1024px) {
  .col-lg-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-lg-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-lg-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-lg-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-lg-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-lg-7 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-lg-7 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-lg-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-lg-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-lg-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-lg-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-lg-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-lg-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1024px) {
  .push-lg-7 {
    left: 58.3333333333%;
    position: relative; } }

@media screen and (min-width: 1024px) {
  .pull-lg-7 {
    right: 58.3333333333%;
    position: relative; } }

@media screen and (min-width: 1024px) {
  .col-lg-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-lg-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-lg-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-lg-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-lg-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-lg-8 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-lg-8 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-lg-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-lg-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-lg-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-lg-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-lg-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-lg-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1024px) {
  .push-lg-8 {
    left: 66.6666666667%;
    position: relative; } }

@media screen and (min-width: 1024px) {
  .pull-lg-8 {
    right: 66.6666666667%;
    position: relative; } }

@media screen and (min-width: 1024px) {
  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-lg-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-lg-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-lg-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-lg-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-lg-9 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-lg-9 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-lg-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-lg-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-lg-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-lg-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-lg-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-lg-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1024px) {
  .push-lg-9 {
    left: 75%;
    position: relative; } }

@media screen and (min-width: 1024px) {
  .pull-lg-9 {
    right: 75%;
    position: relative; } }

@media screen and (min-width: 1024px) {
  .col-lg-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-lg-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-lg-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-lg-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-lg-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-lg-10 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-lg-10 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-lg-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-lg-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-lg-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-lg-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-lg-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-lg-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1024px) {
  .push-lg-10 {
    left: 83.3333333333%;
    position: relative; } }

@media screen and (min-width: 1024px) {
  .pull-lg-10 {
    right: 83.3333333333%;
    position: relative; } }

@media screen and (min-width: 1024px) {
  .col-lg-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-lg-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-lg-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-lg-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-lg-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-lg-11 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-lg-11 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-lg-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-lg-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-lg-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-lg-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-lg-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-lg-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1024px) {
  .push-lg-11 {
    left: 91.6666666667%;
    position: relative; } }

@media screen and (min-width: 1024px) {
  .pull-lg-11 {
    right: 91.6666666667%;
    position: relative; } }

@media screen and (min-width: 1024px) {
  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-lg-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-lg-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-lg-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-lg-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-lg-12 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-lg-12 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-lg-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-lg-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-lg-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-lg-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-lg-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-lg-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1024px) {
  .push-lg-12 {
    left: 100%;
    position: relative; } }

@media screen and (min-width: 1024px) {
  .pull-lg-12 {
    right: 100%;
    position: relative; } }

@media screen and (min-width: 1024px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
    .ie .col-lg-auto {
      flex-grow: 1;
      flex-shrink: 0;
      flex-basis: 0; } }
@media screen and (min-width: 0) {
  .col-lg-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-lg-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-lg-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-lg-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-lg-auto {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-lg-auto {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-lg-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-lg-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-lg-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-lg-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-lg-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-lg-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1024px) {
  .col-lg {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
    min-height: 1px;
    box-sizing: border-box;
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1; } }
@media screen and (min-width: 0) {
  .col-lg {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-lg {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-lg {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-lg {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-lg {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-lg {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-lg {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-lg {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-lg {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-lg {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-lg {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-lg {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1280px) {
  .col-xl-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xl-1 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xl-1 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1280px) {
  .push-xl-1 {
    left: 8.3333333333%;
    position: relative; } }

@media screen and (min-width: 1280px) {
  .pull-xl-1 {
    right: 8.3333333333%;
    position: relative; } }

@media screen and (min-width: 1280px) {
  .col-xl-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xl-2 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xl-2 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1280px) {
  .push-xl-2 {
    left: 16.6666666667%;
    position: relative; } }

@media screen and (min-width: 1280px) {
  .pull-xl-2 {
    right: 16.6666666667%;
    position: relative; } }

@media screen and (min-width: 1280px) {
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xl-3 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xl-3 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1280px) {
  .push-xl-3 {
    left: 25%;
    position: relative; } }

@media screen and (min-width: 1280px) {
  .pull-xl-3 {
    right: 25%;
    position: relative; } }

@media screen and (min-width: 1280px) {
  .col-xl-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xl-4 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xl-4 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1280px) {
  .push-xl-4 {
    left: 33.3333333333%;
    position: relative; } }

@media screen and (min-width: 1280px) {
  .pull-xl-4 {
    right: 33.3333333333%;
    position: relative; } }

@media screen and (min-width: 1280px) {
  .col-xl-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xl-5 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xl-5 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1280px) {
  .push-xl-5 {
    left: 41.6666666667%;
    position: relative; } }

@media screen and (min-width: 1280px) {
  .pull-xl-5 {
    right: 41.6666666667%;
    position: relative; } }

@media screen and (min-width: 1280px) {
  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xl-6 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xl-6 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1280px) {
  .push-xl-6 {
    left: 50%;
    position: relative; } }

@media screen and (min-width: 1280px) {
  .pull-xl-6 {
    right: 50%;
    position: relative; } }

@media screen and (min-width: 1280px) {
  .col-xl-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xl-7 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xl-7 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1280px) {
  .push-xl-7 {
    left: 58.3333333333%;
    position: relative; } }

@media screen and (min-width: 1280px) {
  .pull-xl-7 {
    right: 58.3333333333%;
    position: relative; } }

@media screen and (min-width: 1280px) {
  .col-xl-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xl-8 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xl-8 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1280px) {
  .push-xl-8 {
    left: 66.6666666667%;
    position: relative; } }

@media screen and (min-width: 1280px) {
  .pull-xl-8 {
    right: 66.6666666667%;
    position: relative; } }

@media screen and (min-width: 1280px) {
  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xl-9 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xl-9 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1280px) {
  .push-xl-9 {
    left: 75%;
    position: relative; } }

@media screen and (min-width: 1280px) {
  .pull-xl-9 {
    right: 75%;
    position: relative; } }

@media screen and (min-width: 1280px) {
  .col-xl-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xl-10 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xl-10 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1280px) {
  .push-xl-10 {
    left: 83.3333333333%;
    position: relative; } }

@media screen and (min-width: 1280px) {
  .pull-xl-10 {
    right: 83.3333333333%;
    position: relative; } }

@media screen and (min-width: 1280px) {
  .col-xl-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xl-11 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xl-11 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1280px) {
  .push-xl-11 {
    left: 91.6666666667%;
    position: relative; } }

@media screen and (min-width: 1280px) {
  .pull-xl-11 {
    right: 91.6666666667%;
    position: relative; } }

@media screen and (min-width: 1280px) {
  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xl-12 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xl-12 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1280px) {
  .push-xl-12 {
    left: 100%;
    position: relative; } }

@media screen and (min-width: 1280px) {
  .pull-xl-12 {
    right: 100%;
    position: relative; } }

@media screen and (min-width: 1280px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
    .ie .col-xl-auto {
      flex-grow: 1;
      flex-shrink: 0;
      flex-basis: 0; } }
@media screen and (min-width: 0) {
  .col-xl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xl-auto {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xl-auto {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1280px) {
  .col-xl {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
    min-height: 1px;
    box-sizing: border-box;
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1; } }
@media screen and (min-width: 0) {
  .col-xl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xl {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xl {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1600px) {
  .col-xxl-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxl-1 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxl-1 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1600px) {
  .push-xxl-1 {
    left: 8.3333333333%;
    position: relative; } }

@media screen and (min-width: 1600px) {
  .pull-xxl-1 {
    right: 8.3333333333%;
    position: relative; } }

@media screen and (min-width: 1600px) {
  .col-xxl-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxl-2 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxl-2 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1600px) {
  .push-xxl-2 {
    left: 16.6666666667%;
    position: relative; } }

@media screen and (min-width: 1600px) {
  .pull-xxl-2 {
    right: 16.6666666667%;
    position: relative; } }

@media screen and (min-width: 1600px) {
  .col-xxl-3 {
    max-width: 25%;
    flex: 0 0 25%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxl-3 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxl-3 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1600px) {
  .push-xxl-3 {
    left: 25%;
    position: relative; } }

@media screen and (min-width: 1600px) {
  .pull-xxl-3 {
    right: 25%;
    position: relative; } }

@media screen and (min-width: 1600px) {
  .col-xxl-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxl-4 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxl-4 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1600px) {
  .push-xxl-4 {
    left: 33.3333333333%;
    position: relative; } }

@media screen and (min-width: 1600px) {
  .pull-xxl-4 {
    right: 33.3333333333%;
    position: relative; } }

@media screen and (min-width: 1600px) {
  .col-xxl-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxl-5 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxl-5 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1600px) {
  .push-xxl-5 {
    left: 41.6666666667%;
    position: relative; } }

@media screen and (min-width: 1600px) {
  .pull-xxl-5 {
    right: 41.6666666667%;
    position: relative; } }

@media screen and (min-width: 1600px) {
  .col-xxl-6 {
    max-width: 50%;
    flex: 0 0 50%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxl-6 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxl-6 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1600px) {
  .push-xxl-6 {
    left: 50%;
    position: relative; } }

@media screen and (min-width: 1600px) {
  .pull-xxl-6 {
    right: 50%;
    position: relative; } }

@media screen and (min-width: 1600px) {
  .col-xxl-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxl-7 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxl-7 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1600px) {
  .push-xxl-7 {
    left: 58.3333333333%;
    position: relative; } }

@media screen and (min-width: 1600px) {
  .pull-xxl-7 {
    right: 58.3333333333%;
    position: relative; } }

@media screen and (min-width: 1600px) {
  .col-xxl-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxl-8 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxl-8 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1600px) {
  .push-xxl-8 {
    left: 66.6666666667%;
    position: relative; } }

@media screen and (min-width: 1600px) {
  .pull-xxl-8 {
    right: 66.6666666667%;
    position: relative; } }

@media screen and (min-width: 1600px) {
  .col-xxl-9 {
    max-width: 75%;
    flex: 0 0 75%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxl-9 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxl-9 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1600px) {
  .push-xxl-9 {
    left: 75%;
    position: relative; } }

@media screen and (min-width: 1600px) {
  .pull-xxl-9 {
    right: 75%;
    position: relative; } }

@media screen and (min-width: 1600px) {
  .col-xxl-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxl-10 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxl-10 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1600px) {
  .push-xxl-10 {
    left: 83.3333333333%;
    position: relative; } }

@media screen and (min-width: 1600px) {
  .pull-xxl-10 {
    right: 83.3333333333%;
    position: relative; } }

@media screen and (min-width: 1600px) {
  .col-xxl-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxl-11 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxl-11 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1600px) {
  .push-xxl-11 {
    left: 91.6666666667%;
    position: relative; } }

@media screen and (min-width: 1600px) {
  .pull-xxl-11 {
    right: 91.6666666667%;
    position: relative; } }

@media screen and (min-width: 1600px) {
  .col-xxl-12 {
    max-width: 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxl-12 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxl-12 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1600px) {
  .push-xxl-12 {
    left: 100%;
    position: relative; } }

@media screen and (min-width: 1600px) {
  .pull-xxl-12 {
    right: 100%;
    position: relative; } }

@media screen and (min-width: 1600px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
    .ie .col-xxl-auto {
      flex-grow: 1;
      flex-shrink: 0;
      flex-basis: 0; } }
@media screen and (min-width: 0) {
  .col-xxl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxl-auto {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxl-auto {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1600px) {
  .col-xxl {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
    min-height: 1px;
    box-sizing: border-box;
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1; } }
@media screen and (min-width: 0) {
  .col-xxl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxl {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxl {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1800px) {
  .col-xxlx-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxlx-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxlx-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxlx-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxlx-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxlx-1 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxlx-1 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxlx-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxlx-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxlx-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxlx-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxlx-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxlx-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1800px) {
  .push-xxlx-1 {
    left: 8.3333333333%;
    position: relative; } }

@media screen and (min-width: 1800px) {
  .pull-xxlx-1 {
    right: 8.3333333333%;
    position: relative; } }

@media screen and (min-width: 1800px) {
  .col-xxlx-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxlx-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxlx-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxlx-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxlx-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxlx-2 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxlx-2 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxlx-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxlx-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxlx-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxlx-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxlx-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxlx-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1800px) {
  .push-xxlx-2 {
    left: 16.6666666667%;
    position: relative; } }

@media screen and (min-width: 1800px) {
  .pull-xxlx-2 {
    right: 16.6666666667%;
    position: relative; } }

@media screen and (min-width: 1800px) {
  .col-xxlx-3 {
    max-width: 25%;
    flex: 0 0 25%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxlx-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxlx-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxlx-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxlx-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxlx-3 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxlx-3 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxlx-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxlx-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxlx-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxlx-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxlx-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxlx-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1800px) {
  .push-xxlx-3 {
    left: 25%;
    position: relative; } }

@media screen and (min-width: 1800px) {
  .pull-xxlx-3 {
    right: 25%;
    position: relative; } }

@media screen and (min-width: 1800px) {
  .col-xxlx-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxlx-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxlx-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxlx-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxlx-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxlx-4 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxlx-4 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxlx-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxlx-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxlx-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxlx-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxlx-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxlx-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1800px) {
  .push-xxlx-4 {
    left: 33.3333333333%;
    position: relative; } }

@media screen and (min-width: 1800px) {
  .pull-xxlx-4 {
    right: 33.3333333333%;
    position: relative; } }

@media screen and (min-width: 1800px) {
  .col-xxlx-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxlx-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxlx-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxlx-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxlx-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxlx-5 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxlx-5 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxlx-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxlx-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxlx-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxlx-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxlx-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxlx-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1800px) {
  .push-xxlx-5 {
    left: 41.6666666667%;
    position: relative; } }

@media screen and (min-width: 1800px) {
  .pull-xxlx-5 {
    right: 41.6666666667%;
    position: relative; } }

@media screen and (min-width: 1800px) {
  .col-xxlx-6 {
    max-width: 50%;
    flex: 0 0 50%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxlx-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxlx-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxlx-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxlx-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxlx-6 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxlx-6 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxlx-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxlx-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxlx-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxlx-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxlx-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxlx-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1800px) {
  .push-xxlx-6 {
    left: 50%;
    position: relative; } }

@media screen and (min-width: 1800px) {
  .pull-xxlx-6 {
    right: 50%;
    position: relative; } }

@media screen and (min-width: 1800px) {
  .col-xxlx-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxlx-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxlx-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxlx-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxlx-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxlx-7 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxlx-7 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxlx-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxlx-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxlx-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxlx-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxlx-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxlx-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1800px) {
  .push-xxlx-7 {
    left: 58.3333333333%;
    position: relative; } }

@media screen and (min-width: 1800px) {
  .pull-xxlx-7 {
    right: 58.3333333333%;
    position: relative; } }

@media screen and (min-width: 1800px) {
  .col-xxlx-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxlx-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxlx-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxlx-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxlx-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxlx-8 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxlx-8 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxlx-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxlx-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxlx-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxlx-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxlx-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxlx-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1800px) {
  .push-xxlx-8 {
    left: 66.6666666667%;
    position: relative; } }

@media screen and (min-width: 1800px) {
  .pull-xxlx-8 {
    right: 66.6666666667%;
    position: relative; } }

@media screen and (min-width: 1800px) {
  .col-xxlx-9 {
    max-width: 75%;
    flex: 0 0 75%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxlx-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxlx-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxlx-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxlx-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxlx-9 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxlx-9 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxlx-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxlx-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxlx-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxlx-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxlx-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxlx-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1800px) {
  .push-xxlx-9 {
    left: 75%;
    position: relative; } }

@media screen and (min-width: 1800px) {
  .pull-xxlx-9 {
    right: 75%;
    position: relative; } }

@media screen and (min-width: 1800px) {
  .col-xxlx-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxlx-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxlx-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxlx-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxlx-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxlx-10 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxlx-10 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxlx-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxlx-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxlx-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxlx-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxlx-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxlx-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1800px) {
  .push-xxlx-10 {
    left: 83.3333333333%;
    position: relative; } }

@media screen and (min-width: 1800px) {
  .pull-xxlx-10 {
    right: 83.3333333333%;
    position: relative; } }

@media screen and (min-width: 1800px) {
  .col-xxlx-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxlx-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxlx-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxlx-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxlx-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxlx-11 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxlx-11 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxlx-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxlx-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxlx-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxlx-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxlx-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxlx-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1800px) {
  .push-xxlx-11 {
    left: 91.6666666667%;
    position: relative; } }

@media screen and (min-width: 1800px) {
  .pull-xxlx-11 {
    right: 91.6666666667%;
    position: relative; } }

@media screen and (min-width: 1800px) {
  .col-xxlx-12 {
    max-width: 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxlx-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxlx-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxlx-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxlx-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxlx-12 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxlx-12 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxlx-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxlx-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxlx-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxlx-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxlx-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxlx-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1800px) {
  .push-xxlx-12 {
    left: 100%;
    position: relative; } }

@media screen and (min-width: 1800px) {
  .pull-xxlx-12 {
    right: 100%;
    position: relative; } }

@media screen and (min-width: 1800px) {
  .col-xxlx-auto {
    flex: 0 0 auto;
    width: auto; }
    .ie .col-xxlx-auto {
      flex-grow: 1;
      flex-shrink: 0;
      flex-basis: 0; } }
@media screen and (min-width: 0) {
  .col-xxlx-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxlx-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxlx-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxlx-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxlx-auto {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxlx-auto {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxlx-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxlx-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxlx-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxlx-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxlx-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxlx-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1800px) {
  .col-xxlx {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
    min-height: 1px;
    box-sizing: border-box;
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1; } }
@media screen and (min-width: 0) {
  .col-xxlx {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxlx {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxlx {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxlx {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxlx {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxlx {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxlx {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxlx {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxlx {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxlx {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxlx {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxlx {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1900px) {
  .col-xxxl-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxxl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxxl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxxl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxxl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxxl-1 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxxl-1 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxxl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxxl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxxl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxxl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxxl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxxl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1900px) {
  .push-xxxl-1 {
    left: 8.3333333333%;
    position: relative; } }

@media screen and (min-width: 1900px) {
  .pull-xxxl-1 {
    right: 8.3333333333%;
    position: relative; } }

@media screen and (min-width: 1900px) {
  .col-xxxl-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxxl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxxl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxxl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxxl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxxl-2 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxxl-2 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxxl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxxl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxxl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxxl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxxl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxxl-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1900px) {
  .push-xxxl-2 {
    left: 16.6666666667%;
    position: relative; } }

@media screen and (min-width: 1900px) {
  .pull-xxxl-2 {
    right: 16.6666666667%;
    position: relative; } }

@media screen and (min-width: 1900px) {
  .col-xxxl-3 {
    max-width: 25%;
    flex: 0 0 25%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxxl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxxl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxxl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxxl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxxl-3 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxxl-3 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxxl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxxl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxxl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxxl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxxl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxxl-3 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1900px) {
  .push-xxxl-3 {
    left: 25%;
    position: relative; } }

@media screen and (min-width: 1900px) {
  .pull-xxxl-3 {
    right: 25%;
    position: relative; } }

@media screen and (min-width: 1900px) {
  .col-xxxl-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxxl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxxl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxxl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxxl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxxl-4 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxxl-4 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxxl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxxl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxxl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxxl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxxl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxxl-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1900px) {
  .push-xxxl-4 {
    left: 33.3333333333%;
    position: relative; } }

@media screen and (min-width: 1900px) {
  .pull-xxxl-4 {
    right: 33.3333333333%;
    position: relative; } }

@media screen and (min-width: 1900px) {
  .col-xxxl-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxxl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxxl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxxl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxxl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxxl-5 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxxl-5 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxxl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxxl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxxl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxxl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxxl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxxl-5 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1900px) {
  .push-xxxl-5 {
    left: 41.6666666667%;
    position: relative; } }

@media screen and (min-width: 1900px) {
  .pull-xxxl-5 {
    right: 41.6666666667%;
    position: relative; } }

@media screen and (min-width: 1900px) {
  .col-xxxl-6 {
    max-width: 50%;
    flex: 0 0 50%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxxl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxxl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxxl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxxl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxxl-6 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxxl-6 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxxl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxxl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxxl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxxl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxxl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxxl-6 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1900px) {
  .push-xxxl-6 {
    left: 50%;
    position: relative; } }

@media screen and (min-width: 1900px) {
  .pull-xxxl-6 {
    right: 50%;
    position: relative; } }

@media screen and (min-width: 1900px) {
  .col-xxxl-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxxl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxxl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxxl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxxl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxxl-7 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxxl-7 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxxl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxxl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxxl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxxl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxxl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxxl-7 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1900px) {
  .push-xxxl-7 {
    left: 58.3333333333%;
    position: relative; } }

@media screen and (min-width: 1900px) {
  .pull-xxxl-7 {
    right: 58.3333333333%;
    position: relative; } }

@media screen and (min-width: 1900px) {
  .col-xxxl-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxxl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxxl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxxl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxxl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxxl-8 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxxl-8 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxxl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxxl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxxl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxxl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxxl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxxl-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1900px) {
  .push-xxxl-8 {
    left: 66.6666666667%;
    position: relative; } }

@media screen and (min-width: 1900px) {
  .pull-xxxl-8 {
    right: 66.6666666667%;
    position: relative; } }

@media screen and (min-width: 1900px) {
  .col-xxxl-9 {
    max-width: 75%;
    flex: 0 0 75%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxxl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxxl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxxl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxxl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxxl-9 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxxl-9 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxxl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxxl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxxl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxxl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxxl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxxl-9 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1900px) {
  .push-xxxl-9 {
    left: 75%;
    position: relative; } }

@media screen and (min-width: 1900px) {
  .pull-xxxl-9 {
    right: 75%;
    position: relative; } }

@media screen and (min-width: 1900px) {
  .col-xxxl-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxxl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxxl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxxl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxxl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxxl-10 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxxl-10 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxxl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxxl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxxl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxxl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxxl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxxl-10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1900px) {
  .push-xxxl-10 {
    left: 83.3333333333%;
    position: relative; } }

@media screen and (min-width: 1900px) {
  .pull-xxxl-10 {
    right: 83.3333333333%;
    position: relative; } }

@media screen and (min-width: 1900px) {
  .col-xxxl-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxxl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxxl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxxl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxxl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxxl-11 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxxl-11 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxxl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxxl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxxl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxxl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxxl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxxl-11 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1900px) {
  .push-xxxl-11 {
    left: 91.6666666667%;
    position: relative; } }

@media screen and (min-width: 1900px) {
  .pull-xxxl-11 {
    right: 91.6666666667%;
    position: relative; } }

@media screen and (min-width: 1900px) {
  .col-xxxl-12 {
    max-width: 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px; } }
@media screen and (min-width: 0) {
  .col-xxxl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxxl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxxl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxxl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxxl-12 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxxl-12 {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxxl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxxl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxxl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxxl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxxl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxxl-12 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1900px) {
  .push-xxxl-12 {
    left: 100%;
    position: relative; } }

@media screen and (min-width: 1900px) {
  .pull-xxxl-12 {
    right: 100%;
    position: relative; } }

@media screen and (min-width: 1900px) {
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto; }
    .ie .col-xxxl-auto {
      flex-grow: 1;
      flex-shrink: 0;
      flex-basis: 0; } }
@media screen and (min-width: 0) {
  .col-xxxl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxxl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxxl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxxl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxxl-auto {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxxl-auto {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxxl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxxl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxxl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxxl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxxl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxxl-auto {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media screen and (min-width: 1900px) {
  .col-xxxl {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
    min-height: 1px;
    box-sizing: border-box;
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1; } }
@media screen and (min-width: 0) {
  .col-xxxl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .col-xxxl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .col-xxxl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .col-xxxl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .col-xxxl {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 1600px) {
  .col-xxxl {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media screen and (min-width: 0) {
  .gutter-small > .col-xxxl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 576px) {
  .gutter-small > .col-xxxl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 768px) {
  .gutter-small > .col-xxxl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1024px) {
  .gutter-small > .col-xxxl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1280px) {
  .gutter-small > .col-xxxl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }
@media screen and (min-width: 1600px) {
  .gutter-small > .col-xxxl {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

.flex-auto {
  flex: auto; }

@media screen and (min-width: 0) {
  .flex-auto-xs {
    flex: auto; } }
@media screen and (min-width: 576px) {
  .flex-auto-sm {
    flex: auto; } }
@media screen and (min-width: 768px) {
  .flex-auto-md {
    flex: auto; } }
@media screen and (min-width: 1024px) {
  .flex-auto-lg {
    flex: auto; } }
@media screen and (min-width: 1280px) {
  .flex-auto-xl {
    flex: auto; } }
@media screen and (min-width: 1600px) {
  .flex-auto-xxl {
    flex: auto; } }
.flex-direction-column {
  flex-direction: column; }

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

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

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

@media screen and (min-width: 0) {
  .flex-direction-column-xs {
    flex-direction: column; }

  .flex-direction-column-reverse-xs {
    flex-direction: column-reverse; }

  .flex-direction-row-xs {
    flex-direction: row; }

  .flex-direction-row-reverse-xs {
    flex-direction: row-reverse; } }
@media screen and (min-width: 576px) {
  .flex-direction-column-sm {
    flex-direction: column; }

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

  .flex-direction-row-sm {
    flex-direction: row; }

  .flex-direction-row-reverse-sm {
    flex-direction: row-reverse; } }
@media screen and (min-width: 768px) {
  .flex-direction-column-md {
    flex-direction: column; }

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

  .flex-direction-row-md {
    flex-direction: row; }

  .flex-direction-row-reverse-md {
    flex-direction: row-reverse; } }
@media screen and (min-width: 1024px) {
  .flex-direction-column-lg {
    flex-direction: column; }

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

  .flex-direction-row-lg {
    flex-direction: row; }

  .flex-direction-row-reverse-lg {
    flex-direction: row-reverse; } }
@media screen and (min-width: 1280px) {
  .flex-direction-column-xl {
    flex-direction: column; }

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

  .flex-direction-row-xl {
    flex-direction: row; }

  .flex-direction-row-reverse-xl {
    flex-direction: row-reverse; } }
@media screen and (min-width: 1600px) {
  .flex-direction-column-xxl {
    flex-direction: column; }

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

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

  .flex-direction-row-reverse-xxl {
    flex-direction: row-reverse; } }
.flex-wrap-nowrap {
  flex-wrap: nowrap; }

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

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

@media screen and (min-width: 0) {
  .flex-wrap-nowrap-xs {
    flex-wrap: nowrap; }

  .flex-wrap-wrap-xs {
    flex-wrap: wrap; }

  .flex-wrap-wrap-reverse-xs {
    flex-wrap: wrap-reverse; } }
@media screen and (min-width: 576px) {
  .flex-wrap-nowrap-sm {
    flex-wrap: nowrap; }

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

  .flex-wrap-wrap-reverse-sm {
    flex-wrap: wrap-reverse; } }
@media screen and (min-width: 768px) {
  .flex-wrap-nowrap-md {
    flex-wrap: nowrap; }

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

  .flex-wrap-wrap-reverse-md {
    flex-wrap: wrap-reverse; } }
@media screen and (min-width: 1024px) {
  .flex-wrap-nowrap-lg {
    flex-wrap: nowrap; }

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

  .flex-wrap-wrap-reverse-lg {
    flex-wrap: wrap-reverse; } }
@media screen and (min-width: 1280px) {
  .flex-wrap-nowrap-xl {
    flex-wrap: nowrap; }

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

  .flex-wrap-wrap-reverse-xl {
    flex-wrap: wrap-reverse; } }
@media screen and (min-width: 1600px) {
  .flex-wrap-nowrap-xxl {
    flex-wrap: nowrap; }

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

  .flex-wrap-wrap-reverse-xxl {
    flex-wrap: wrap-reverse; } }
.order-1 {
  order: 1 ; }

.order-2 {
  order: 2 ; }

.order-3 {
  order: 3 ; }

.order-4 {
  order: 4 ; }

.order-5 {
  order: 5 ; }

.order-6 {
  order: 6 ; }

.order-7 {
  order: 7 ; }

.order-8 {
  order: 8 ; }

.order-9 {
  order: 9 ; }

.order-10 {
  order: 10 ; }

.order-11 {
  order: 11 ; }

.order-12 {
  order: 12 ; }

@media screen and (min-width: 0) {
  .order-0-xs {
    order: 0 ; }

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

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

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

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

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

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

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

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

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

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

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

  .order-12-xs {
    order: 12 ; } }
@media screen and (min-width: 576px) {
  .order-0-sm {
    order: 0 ; }

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

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

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

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

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

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

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

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

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

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

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

  .order-12-sm {
    order: 12 ; } }
@media screen and (min-width: 768px) {
  .order-0-md {
    order: 0 ; }

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

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

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

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

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

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

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

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

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

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

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

  .order-12-md {
    order: 12 ; } }
@media screen and (min-width: 1024px) {
  .order-0-lg {
    order: 0 ; }

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

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

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

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

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

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

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

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

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

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

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

  .order-12-lg {
    order: 12 ; } }
@media screen and (min-width: 1280px) {
  .order-0-xl {
    order: 0 ; }

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

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

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

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

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

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

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

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

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

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

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

  .order-12-xl {
    order: 12 ; } }
@media screen and (min-width: 1600px) {
  .order-0-xxl {
    order: 0 ; }

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 0) {
  .align-items-xs-center {
    align-items: center !important; } }

@media screen and (min-width: 576px) {
  .align-items-sm-center {
    align-items: center !important; } }

@media screen and (min-width: 768px) {
  .align-items-md-center {
    align-items: center !important; } }

@media screen and (min-width: 1024px) {
  .align-items-lg-center {
    align-items: center !important; } }

@media screen and (min-width: 1280px) {
  .align-items-xl-center {
    align-items: center !important; } }

@media screen and (min-width: 1600px) {
  .align-items-xxl-center {
    align-items: center !important; } }

@media screen and (min-width: 1800px) {
  .align-items-xxlx-center {
    align-items: center !important; } }

@media screen and (min-width: 1900px) {
  .align-items-xxxl-center {
    align-items: center !important; } }

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

@media screen and (min-width: 0) {
  .align-items-xs-start {
    align-items: flex-start !important; } }

@media screen and (min-width: 576px) {
  .align-items-sm-start {
    align-items: flex-start !important; } }

@media screen and (min-width: 768px) {
  .align-items-md-start {
    align-items: flex-start !important; } }

@media screen and (min-width: 1024px) {
  .align-items-lg-start {
    align-items: flex-start !important; } }

@media screen and (min-width: 1280px) {
  .align-items-xl-start {
    align-items: flex-start !important; } }

@media screen and (min-width: 1600px) {
  .align-items-xxl-start {
    align-items: flex-start !important; } }

@media screen and (min-width: 1800px) {
  .align-items-xxlx-start {
    align-items: flex-start !important; } }

@media screen and (min-width: 1900px) {
  .align-items-xxxl-start {
    align-items: flex-start !important; } }

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

@media screen and (min-width: 0) {
  .align-items-xs-end {
    align-items: flex-end !important; } }

@media screen and (min-width: 576px) {
  .align-items-sm-end {
    align-items: flex-end !important; } }

@media screen and (min-width: 768px) {
  .align-items-md-end {
    align-items: flex-end !important; } }

@media screen and (min-width: 1024px) {
  .align-items-lg-end {
    align-items: flex-end !important; } }

@media screen and (min-width: 1280px) {
  .align-items-xl-end {
    align-items: flex-end !important; } }

@media screen and (min-width: 1600px) {
  .align-items-xxl-end {
    align-items: flex-end !important; } }

@media screen and (min-width: 1800px) {
  .align-items-xxlx-end {
    align-items: flex-end !important; } }

@media screen and (min-width: 1900px) {
  .align-items-xxxl-end {
    align-items: flex-end !important; } }

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

@media screen and (min-width: 0) {
  .justify-content-xs-center {
    justify-content: center !important; } }

@media screen and (min-width: 576px) {
  .justify-content-sm-center {
    justify-content: center !important; } }

@media screen and (min-width: 768px) {
  .justify-content-md-center {
    justify-content: center !important; } }

@media screen and (min-width: 1024px) {
  .justify-content-lg-center {
    justify-content: center !important; } }

@media screen and (min-width: 1280px) {
  .justify-content-xl-center {
    justify-content: center !important; } }

@media screen and (min-width: 1600px) {
  .justify-content-xxl-center {
    justify-content: center !important; } }

@media screen and (min-width: 1800px) {
  .justify-content-xxlx-center {
    justify-content: center !important; } }

@media screen and (min-width: 1900px) {
  .justify-content-xxxl-center {
    justify-content: center !important; } }

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

@media screen and (min-width: 0) {
  .justify-content-xs-start {
    justify-content: flex-start !important; } }

@media screen and (min-width: 576px) {
  .justify-content-sm-start {
    justify-content: flex-start !important; } }

@media screen and (min-width: 768px) {
  .justify-content-md-start {
    justify-content: flex-start !important; } }

@media screen and (min-width: 1024px) {
  .justify-content-lg-start {
    justify-content: flex-start !important; } }

@media screen and (min-width: 1280px) {
  .justify-content-xl-start {
    justify-content: flex-start !important; } }

@media screen and (min-width: 1600px) {
  .justify-content-xxl-start {
    justify-content: flex-start !important; } }

@media screen and (min-width: 1800px) {
  .justify-content-xxlx-start {
    justify-content: flex-start !important; } }

@media screen and (min-width: 1900px) {
  .justify-content-xxxl-start {
    justify-content: flex-start !important; } }

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

@media screen and (min-width: 0) {
  .justify-content-xs-end {
    justify-content: flex-end !important; } }

@media screen and (min-width: 576px) {
  .justify-content-sm-end {
    justify-content: flex-end !important; } }

@media screen and (min-width: 768px) {
  .justify-content-md-end {
    justify-content: flex-end !important; } }

@media screen and (min-width: 1024px) {
  .justify-content-lg-end {
    justify-content: flex-end !important; } }

@media screen and (min-width: 1280px) {
  .justify-content-xl-end {
    justify-content: flex-end !important; } }

@media screen and (min-width: 1600px) {
  .justify-content-xxl-end {
    justify-content: flex-end !important; } }

@media screen and (min-width: 1800px) {
  .justify-content-xxlx-end {
    justify-content: flex-end !important; } }

@media screen and (min-width: 1900px) {
  .justify-content-xxxl-end {
    justify-content: flex-end !important; } }

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

@media screen and (min-width: 0) {
  .align-self-xs-center {
    align-self: center !important; } }

@media screen and (min-width: 576px) {
  .align-self-sm-center {
    align-self: center !important; } }

@media screen and (min-width: 768px) {
  .align-self-md-center {
    align-self: center !important; } }

@media screen and (min-width: 1024px) {
  .align-self-lg-center {
    align-self: center !important; } }

@media screen and (min-width: 1280px) {
  .align-self-xl-center {
    align-self: center !important; } }

@media screen and (min-width: 1600px) {
  .align-self-xxl-center {
    align-self: center !important; } }

@media screen and (min-width: 1800px) {
  .align-self-xxlx-center {
    align-self: center !important; } }

@media screen and (min-width: 1900px) {
  .align-self-xxxl-center {
    align-self: center !important; } }

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

@media screen and (min-width: 0) {
  .align-self-xs-start {
    align-self: flex-start !important; } }

@media screen and (min-width: 576px) {
  .align-self-sm-start {
    align-self: flex-start !important; } }

@media screen and (min-width: 768px) {
  .align-self-md-start {
    align-self: flex-start !important; } }

@media screen and (min-width: 1024px) {
  .align-self-lg-start {
    align-self: flex-start !important; } }

@media screen and (min-width: 1280px) {
  .align-self-xl-start {
    align-self: flex-start !important; } }

@media screen and (min-width: 1600px) {
  .align-self-xxl-start {
    align-self: flex-start !important; } }

@media screen and (min-width: 1800px) {
  .align-self-xxlx-start {
    align-self: flex-start !important; } }

@media screen and (min-width: 1900px) {
  .align-self-xxxl-start {
    align-self: flex-start !important; } }

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

@media screen and (min-width: 0) {
  .align-self-xs-end {
    align-self: flex-end !important; } }

@media screen and (min-width: 576px) {
  .align-self-sm-end {
    align-self: flex-end !important; } }

@media screen and (min-width: 768px) {
  .align-self-md-end {
    align-self: flex-end !important; } }

@media screen and (min-width: 1024px) {
  .align-self-lg-end {
    align-self: flex-end !important; } }

@media screen and (min-width: 1280px) {
  .align-self-xl-end {
    align-self: flex-end !important; } }

@media screen and (min-width: 1600px) {
  .align-self-xxl-end {
    align-self: flex-end !important; } }

@media screen and (min-width: 1800px) {
  .align-self-xxlx-end {
    align-self: flex-end !important; } }

@media screen and (min-width: 1900px) {
  .align-self-xxxl-end {
    align-self: flex-end !important; } }

.topbar {
  padding: .5rem 0rem !important;
  position: relative;
  z-index: 3; }
  .hide-topbar .topbar {
    display: none; }
  .topbar.wp-block-create-block-container .inner-container.has-inner-container {
    max-width: 1600px !important; }
  .topbar.wp-block-create-block-container .inner-container .col-6 {
    position: static; }
  .fixed .topbar {
    background-color: #fff;
    transition: 300ms all; }
    @media screen and (max-width: 767px) {
      .fixed .topbar {
        background-color: #EFEFEF; } }
  @media screen and (max-width: 1280px) {
    .topbar {
      padding: 1rem 0;
      padding-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .topbar {
      background-color: #EFEFEF;
      padding: .5rem 1rem; } }
  .topbar__menu {
    margin: 0 -.8rem; }
    @media screen and (max-width: 991px) {
      .topbar__menu {
        margin: 0 -.4rem; } }
    @media screen and (max-width: 575px) {
      .topbar__menu {
        margin: 0 -1rem; } }
    .topbar__menu li {
      display: inline-block;
      padding: 0 .8rem; }
      @media screen and (max-width: 991px) {
        .topbar__menu li {
          padding: 0 .4rem; } }
      @media screen and (max-width: 575px) {
        .topbar__menu li {
          padding: 0 1rem; } }
      .topbar__menu li a {
        text-decoration: none;
        font-size: 0.875rem;
        line-height: 1.313rem;
        font-weight: 500;
        color: var(--wp--preset--color--primary); }
        .topbar__menu li a.active {
          color: var(--wp--preset--color--secondary); }
        .topbar__menu li a span {
          vertical-align: middle; }
        .topbar__menu li a:hover {
          color: var(--wp--preset--color--secondary); }
        .topbar__menu li a img {
          margin-left: .5rem;
          vertical-align: middle; }
          @media screen and (max-width: 575px) {
            .topbar__menu li a img {
              height: auto; } }
      .topbar__menu li.hide-title span {
        display: none; }
      .topbar__menu li.hide-title img {
        margin-left: 0; }
      .topbar__menu li .submenu {
        position: absolute;
        top: 7rem;
        background: #fff;
        padding: 2rem 2rem 1rem;
        transition: 500ms ease-in-out;
        transform: translateY(-600%);
        height: calc(100vh - 7rem);
        overflow-x: hidden;
        overflow-y: scroll;
        width: 99vw;
        margin-left: -49.5vw;
        left: 50%;
        z-index: -1; }
        @media screen and (min-width: 1900px) {
          .topbar__menu li .submenu {
            padding-right: 1rem;
            padding-left: 1rem;
            justify-content: center;
            align-items: flex-start;
            display: flex;
            overflow: hidden;
            width: 100vw;
            left: 50%;
            right: 50%;
            margin-left: -50vw;
            margin-right: -50vw; }
            .topbar__menu li .submenu .row {
              max-width: 73.333333%;
              width: 100%; } }
        @media screen and (max-width: 575px) {
          .topbar__menu li .submenu {
            top: 6rem;
            height: calc(100vh - 6rem); } }
        .hide .topbar__menu li .submenu {
          height: calc(100vh - 5rem); }
        @media screen and (max-width: 1279px) {
          .topbar__menu li .submenu {
            padding: 1.3rem; } }
        .topbar__menu li .submenu.open {
          transform: translateY(0); }
        .topbar__menu li .submenu__item {
          max-width: 100%;
          flex: 0 0 100%; }
          .topbar__menu li .submenu__item a {
            position: relative;
            display: block; }
            .topbar__menu li .submenu__item a:hover img {
              transform: scale(1.1); }
          .topbar__menu li .submenu__item .title {
            z-index: 2;
            color: var(--wp--preset--color--primary);
            font-size: 1.5rem; }
          .topbar__menu li .submenu__item .h4 {
            font-size: 1.5rem;
            margin-top: 1.5rem;
            display: inline-block; }
        .topbar__menu li .submenu__image {
          position: relative;
          display: block;
          padding-top: 56.25%;
          content: '';
          overflow: hidden;
          border-radius: 0.625rem; }
          .topbar__menu li .submenu__image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
            transform: none;
            transition: transform .3125s ease; }
    @media screen and (max-width: 768px) {
      .topbar__menu.hiddne-md-down {
        display: none; } }
    @media screen and (max-width: 767px) {
      .topbar__menu--left li {
        display: none; }
        .topbar__menu--left li.hidden-md-up {
          display: inline-block; } }
    .topbar__menu--left li a:first-child img {
      width: 0.938rem;
      height: 0.938rem;
      object-fit: content; }
    .topbar__menu--left li .submenu a img {
      width: 100%;
      height: auto; }
    .topbar__menu--right li a img {
      width: 0.938rem;
      height: 1.063rem;
      object-fit: content; }

.footer {
  bottom: 0;
  left: 0;
  width: 100%;
  position: relative; }
  .footer p.has-text-color a {
    color: inherit !important; }
  .footer figure.wp-block-image img {
    width: 180px; }
  @media only screen and (max-width: 781px) {
    .footer .wp-block-social-links.justify-content-right {
      justify-content: flex-start; }
    .footer .footer-break-section {
      gap: 2.5rem !important; } }
  .footer .is-layout-flow > :last-child > :last-child {
    -webkit-margin-after: 0;
    margin-block-end: 0; }
  .footer .is-layout-flow > :first-child > :first-child {
    -webkit-margin-before: 0;
    margin-block-start: 0; }
  .footer figure {
    line-height: initial; }
  .footer .pull-top {
    margin-top: -5.83rem; }
  @media only screen and (max-width: 1023px) {
    .footer .wp-block-create-block-container {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  .footer__top {
    position: absolute;
    right: 0;
    color: #fff;
    text-align: center;
    cursor: pointer;
    max-width: 5rem;
    font-size: 0.75rem;
    bottom: 20rem;
    right: 1rem; }
    @media screen and (min-width: 576px) {
      .footer__top {
        bottom: 14rem;
        right: 1rem; } }
    @media screen and (min-width: 1024px) {
      .footer__top {
        bottom: 12rem;
        right: 3rem; } }
    @media screen and (min-width: 1900px) {
      .footer__top {
        right: calc(0% + 18rem); } }
    .footer__top span {
      display: block; }
    .footer__top svg {
      position: relative;
      transform: rotate(-90deg); }
  .footer a {
    text-decoration: none; }
    .footer a:hover {
      color: var(--wp--preset--color--secondary) !important; }
  @media screen and (max-width: 1279px) {
    .footer .wp-block-columns > .wp-block-column {
      padding-right: 2rem; }
      .footer .wp-block-columns > .wp-block-column:last-child {
        padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .footer .wp-block-columns > .wp-block-column {
      padding-right: 0; } }
  .footer .wp-block-social-links.is-content-justification-center {
    justify-content: center; }
  .footer .wp-block-social-links.has-large-icon-size svg {
    font-size: 2rem; }
  .footer .wp-block-social-links.has-large-icon-size .wp-block-social-link-anchor > span[aria-hidden="true"] {
    font-size: 2rem;
    line-height: 1; }
  .footer .wp-block-social-links li {
    background-color: transparent !important; }
  .footer .menu-list {
    margin: 0 -1rem; }
    .footer .menu-list li {
      list-style-type: none;
      display: inline-block;
      padding: 0 1rem; }
      .footer .menu-list li a {
        color: currentColor; }
  .footer ul.has-medium-font-size li a {
    font-size: 0.75rem; }

main {
  position: relative;
  background-color: #fff; }

.footer .footer__top {
  display: none; }
.footer .footer-section1 {
  justify-content: space-between; }
  .footer .footer-section1 > div {
    max-width: max-content; }
  .footer .footer-section1 .wp-block-social-links li {
    background-color: transparent !important;
    font-size: 1.5rem;
    margin: 0 !important; }
  @media only screen and (max-width: 800px) {
    .footer .footer-section1 .wp-block-image {
      margin-bottom: 1.5rem; }
      .footer .footer-section1 .wp-block-image img {
        max-width: max-content; } }
.footer .footer-section2 {
  justify-content: space-between;
  gap: 1.5rem; }
  .footer .footer-section2 > div {
    max-width: max-content; }
  .footer .footer-section2 .wp-block-column {
    flex-basis: max-content !important; }
  .footer .footer-section2 .site-links-wrapper {
    max-width: 340px; }
    .footer .footer-section2 .site-links-wrapper .site-links {
      gap: 1.5rem;
      justify-content: space-between; }
      .footer .footer-section2 .site-links-wrapper .site-links > div {
        max-width: max-content; }
  .footer .footer-section2 .address-col > div {
    grid-template-columns: 30px 1fr;
    align-items: center !important; }
    .footer .footer-section2 .address-col > div > div {
      padding: 0 !important; }
    .footer .footer-section2 .address-col > div .wp-block-image {
      margin: 0; }
      .footer .footer-section2 .address-col > div .wp-block-image img {
        vertical-align: middle; }
    .footer .footer-section2 .address-col > div.footer-btn {
      grid-template-columns: 1fr;
      margin-top: 2rem; }
      .footer .footer-section2 .address-col > div.footer-btn .wp-element-button {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center; }
        .footer .footer-section2 .address-col > div.footer-btn .wp-element-button.is-style-outline a:hover {
          border-color: initial !important; }
  @media only screen and (max-width: 1023px) {
    .footer .footer-section2.wp-block-columns {
      display: flex;
      flex-wrap: wrap !important;
      gap: 2rem 1rem !important; }
      .footer .footer-section2.wp-block-columns > .wp-block-column {
        width: 47%;
        max-width: 47% !important;
        flex: auto !important; }
        .footer .footer-section2.wp-block-columns > .wp-block-column:first-child {
          width: 100%;
          max-width: 100% !important; } }
  @media only screen and (max-width: 447px) {
    .footer .footer-section2.wp-block-columns > .wp-block-column {
      width: 46%;
      max-width: 46% !important; } }
  @media only screen and (max-width: 447px) {
    .footer .footer-section2.wp-block-columns > .wp-block-column {
      width: 44%;
      max-width: 44% !important; } }

.copy-right-footer {
  justify-content: space-between; }
  .copy-right-footer > div {
    max-width: max-content; }

@media only screen and (max-width: 768px) {
  .copyright .wp-block-columns {
    display: flex;
    text-align: center; }
    .copyright .wp-block-columns .wp-block-column:first-child {
      order: 2; }
    .copyright .wp-block-columns .wp-block-column:nth-child(2) {
      order: 1; } }

.footer-variation3 .footer-upper-wrapper,
.footer-variation3 .container-footer,
.footer-variation3 .footer-section2,
.footer-variation3 .footer-bottom-wrapper {
  padding: 0 !important; }
.footer-variation3 .footer-upper-wrapper .container-footer .menu-columns {
  display: flex;
  column-gap: 88px;
  margin-bottom: 0 !important; }
  .footer-variation3 .footer-upper-wrapper .container-footer .menu-columns p,
  .footer-variation3 .footer-upper-wrapper .container-footer .menu-columns a {
    text-transform: uppercase !important;
    margin: 0 !important; }
  .footer-variation3 .footer-upper-wrapper .container-footer .menu-columns p:not(:first-child) a {
    color: inherit !important; }
  @media (max-width: 781px) {
    .footer-variation3 .footer-upper-wrapper .container-footer .menu-columns {
      column-gap: 16px; }
      .footer-variation3 .footer-upper-wrapper .container-footer .menu-columns .wp-block-column {
        flex-basis: 47% !important;
        max-width: 47% !important; } }
.footer-variation3 .footer-upper-wrapper .container-footer .components-resizable-box__container {
  width: inherit !important; }
.footer-variation3 .footer-upper-wrapper .container-footer .is-style-logos-only li button svg {
  width: 24px; }
@media (max-width: 800px) {
  .footer-variation3 .footer-upper-wrapper .container-footer .is-style-logos-only {
    justify-content: flex-start; } }
.footer-variation3 .footer-bottom-wrapper {
  margin-top: 50px; }
  .footer-variation3 .footer-bottom-wrapper .copy-right-footer {
    margin-bottom: 0; }
@media (max-width: 800px) {
  .footer-variation3 .footer-section2 > div:nth-child(2) > div {
    row-gap: 20px; } }

@media (max-width: 781px) {
  .footer-variation4 .logo-img + ul li {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center; } }
.footer-variation4 .footer-section2 {
  padding-top: 0 !important;
  margin-bottom: 0; }
  .footer-variation4 .footer-section2 p a {
    color: inherit !important; }
@media (max-width: 781px) {
  .footer-variation4 .bottom-footer {
    padding-top: 32px !important; }
    .footer-variation4 .bottom-footer figure {
      margin-top: 32px; } }
.footer-variation4 .bottom-footer ul.wp-block-social-links {
  column-gap: 16px; }
  @media (max-width: 781px) {
    .footer-variation4 .bottom-footer ul.wp-block-social-links {
      justify-content: flex-start;
      margin-top: 32px; } }

.footer-variation4-bottom .copyright-wrapper {
  margin-bottom: 0 !important; }
@media (max-width: 781px) {
  .footer-variation4-bottom p {
    text-align: left; } }

.footer-variation1 .footer-section2 {
  justify-content: space-between;
  align-items: flex-start !important;
  gap: 1.5rem; }
  .footer-variation1 .footer-section2:nth-child(2) {
    margin-bottom: 0; }
  .footer-variation1 .footer-section2 > div {
    max-width: max-content; }
  .footer-variation1 .footer-section2 p,
  .footer-variation1 .footer-section2 p a {
    color: inherit !important; }
  .footer-variation1 .footer-section2 p {
    margin: 0; }
  .footer-variation1 .footer-section2 .wp-block-column {
    flex-basis: max-content !important; }
  .footer-variation1 .footer-section2 .site-links-wrapper {
    max-width: 340px; }
    .footer-variation1 .footer-section2 .site-links-wrapper .site-links {
      gap: 1.5rem;
      justify-content: space-between; }
      .footer-variation1 .footer-section2 .site-links-wrapper .site-links > div {
        max-width: max-content; }
  .footer-variation1 .footer-section2 .address-col > div {
    display: grid !important;
    grid-template-columns: 30px 1fr;
    align-items: center !important; }
    .footer-variation1 .footer-section2 .address-col > div > div {
      padding: 0 !important; }
    .footer-variation1 .footer-section2 .address-col > div .wp-block-image {
      margin: 0; }
      .footer-variation1 .footer-section2 .address-col > div .wp-block-image img {
        vertical-align: middle; }
    .footer-variation1 .footer-section2 .address-col > div.footer-btn {
      grid-template-columns: 1fr;
      margin-top: 2rem; }
      .footer-variation1 .footer-section2 .address-col > div.footer-btn .wp-element-button {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center; }
        .footer-variation1 .footer-section2 .address-col > div.footer-btn .wp-element-button.is-style-outline a:hover {
          border-color: initial !important; }
  .footer-variation1 .footer-section2 .hero-links {
    gap: 10px;
    display: grid; }
    .footer-variation1 .footer-section2 .hero-links p {
      margin: 0 !important; }
    .footer-variation1 .footer-section2 .hero-links a {
      font-weight: 500; }
      .footer-variation1 .footer-section2 .hero-links a:hover {
        background-color: transparent !important;
        color: var(--wp--preset--color--secondary) !important; }
  @media only screen and (max-width: 1200px) {
    .footer-variation1 .footer-section2 {
      display: grid;
      grid-template-columns: 1fr;
      gap: 2rem; }
      .footer-variation1 .footer-section2 > div {
        max-width: 100%; }
        .footer-variation1 .footer-section2 > div.site-links-wrapper {
          max-width: 100%; }
      .footer-variation1 .footer-section2 .hero-links > div {
        justify-content: flex-start !important;
        max-width: max-content; } }
  @media only screen and (max-width: 640px) {
    .footer-variation1 .footer-section2 .hero-links > div .wp-block-button {
      margin-bottom: 0rem !important; } }
  @media (max-width: 781px) {
    .footer-variation1 .footer-section2 .wp-block-social-links {
      justify-content: flex-start !important; } }
.footer-variation1 .is-style-logos-only {
  column-gap: 16px; }
  .footer-variation1 .is-style-logos-only li svg {
    width: 20px !important; }

.is-style-pill-shape.social-icons-wrapper .has-primary-color button,
.is-style-pill-shape.social-icons-wrapper .has-primary-color a {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 50%; }

@media only screen and (max-width: 576px) {
  .wp-block-social-links.wp-block-social-links.justify-content-right {
    justify-content: flex-start;
    margin-top: 1rem; } }
p.has-text-color a {
  color: inherit !important; }

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  transition: 300ms all;
  background-color: var(--wp--preset--color--primary); }
  header.fixed.hide {
    transform: translateY(-31px); }
  header.fixed.hide-topbar {
    transform: translateY(0); }
  .Home header.fixed {
    background-color: transparent; }
    .Home header.fixed .wp-block-create-block-container .inner-container > .row {
      padding-top: 3rem; }
      @media screen and (max-width: 1279px) {
        .Home header.fixed .wp-block-create-block-container .inner-container > .row {
          padding-top: 2rem; } }
header.scrolled {
  background-color: var(--wp--preset--color--primary) !important;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3); }
  header.scrolled .wp-block-create-block-container .inner-container > .row {
    padding-top: 1rem !important; }

.header {
  position: relative;
  z-index: 1;
  padding: 0 !important; }
  .header ul {
    padding: 0;
    list-style-type: none; }
  .header .logo-wrap {
    position: relative; }
    .header .logo-wrap.internal-page .logo--negative {
      opacity: 1;
      position: relative;
      display: block;
      line-height: 0; }
    .header .logo-wrap img {
      max-width: 100%; }
    @media screen and (max-width: 575px) {
      .header .logo-wrap.has-mobile .logo--default,
      .header .logo-wrap.has-mobile .logo--negative {
        display: none; } }
  @media screen and (max-width: 575px) {
    .header .logo svg {
      max-width: 150px; } }
  .scrolled .header .logo--default.logo-negative {
    opacity: 0; }
  .header .logo--negative {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .scrolled .header .logo--negative {
      opacity: 1; }
  .header .logo--mobile {
    display: block; }
    @media screen and (min-width: 576px) {
      .header .logo--mobile {
        display: none; } }
  .header.wp-block-create-block-container .inner-container > .row {
    padding: 1rem 0;
    transition: 300ms all; }
  .header__menu {
    margin: 0 -.8rem; }
    @media screen and (max-width: 991px) {
      .header__menu {
        margin: 0 -.4rem; } }
    .header__menu li {
      display: inline-block;
      padding: 0 .8rem; }
      .header__menu li:nth-last-child(2), .header__menu li:last-child {
        padding: 0 .4rem; }
      @media screen and (max-width: 991px) {
        .header__menu li {
          padding: 0 .4rem; } }
      @media screen and (max-width: 1279px) {
        .header__menu li {
          display: none; }
          .header__menu li:nth-last-child(2) {
            display: inline-block; }
          .header__menu li:last-child {
            display: inline-block; } }
      @media screen and (max-width: 767px) {
        .header__menu li:nth-last-child(2) {
          display: none; } }
      @media screen and (max-width: 575px) {
        .header__menu li:last-child {
          display: none; } }
      .header__menu li.show-mobile {
        display: inline-block; }
      .header__menu li a {
        text-decoration: none;
        font-size: 0.875rem;
        line-height: 1.313rem;
        font-weight: 500;
        color: #fff; }
        .header__menu li a.active {
          color: var(--wp--preset--color--secondary); }
        .header__menu li a:hover {
          color: var(--wp--preset--color--secondary); }
          .header__menu li a:hover .dropdown-icon::before {
            border-color: var(--wp--preset--color--secondary); }
        .header__menu li a .dropdown-icon {
          position: relative;
          width: 1rem;
          height: 0.625rem;
          display: inline-block;
          vertical-align: text-top;
          top: 0.2rem; }
          .header__menu li a .dropdown-icon:before {
            display: inline-block;
            content: "";
            position: absolute;
            width: 0.438rem;
            height: 0.438rem;
            background: transparent;
            text-indent: -9999px;
            border-top: 0.125rem solid  #fff;
            border-left: 0.125rem solid  #fff;
            transition: 100ms ease-in-out;
            text-decoration: none;
            color: transparent;
            right: 0;
            top: 0.001rem;
            transform: rotate(-136deg); }
          .header__menu li a .dropdown-icon.rotate:before {
            transform: rotate(45deg);
            top: 0.3rem; }
        .header__menu li a.header-valuation-btn {
          display: inline-block;
          padding: 1.01rem 1.5rem; }
        .header__menu li a.fa {
          font-size: 1.5rem;
          position: relative;
          top: 0.3rem; }
          .header__menu li a.fa:hover::before {
            font-weight: 600; }
          .header__menu li a.fa span {
            font-size: 0; }
  .header__toggle {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 2.313rem;
    border: none;
    background: none;
    font-size: 0.625em;
    border-radius: 0;
    cursor: pointer;
    outline: none !important;
    overflow: visible;
    padding-right: 0; }
    @media screen and (max-width: 575px) {
      .header__toggle {
        padding: 0; } }
    .header__toggle:hover svg path {
      fill: var(--wp--preset--color--secondary); }
    .header__toggle span.bars {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      transition: transform 0.3s; }
      .header__toggle span.bars::before, .header__toggle span.bars::after {
        position: absolute;
        left: 0;
        width: 100%;
        height: 0.13rem;
        background-color: var(--wp--preset--color--primary);
        transition: transform 0.3s; }
      .header__toggle span.bars::before {
        bottom: 0.4425rem; }
      .header__toggle span.bars::after {
        top: 0.4425rem; }
  .header .header-toggle-btn {
    display: inline-block;
    padding: .6875rem .6875rem;
    padding-right: 0;
    margin-left: .5rem !important; }
    @media screen and (max-width: 575px) {
      .header .header-toggle-btn {
        margin-left: .1rem !important;
        padding: 0; } }
    @media screen and (min-width: 1340px) {
      .header .header-toggle-btn {
        margin-left: .2rem !important; } }
    @media only screen and (min-width: 1280px) and (max-width: 1320px) {
      .header .header-toggle-btn {
        margin-left: 0rem !important; } }
  .header .logo a {
    display: block;
    line-height: 0; }
  .header .row,
  .header .col-6 {
    position: static; }
  .header .submenu {
    position: absolute;
    top: 5rem;
    background: #fff;
    padding: 2rem 2rem 1rem;
    transition: 500ms ease-in-out;
    transform: translateY(-600%);
    height: calc(100vh - 7rem);
    overflow-x: hidden;
    overflow-y: scroll;
    width: 99vw;
    margin-left: -49.5vw;
    left: 50%;
    z-index: -1;
    padding-right: 1rem;
    padding-left: 1rem;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; }
    @media screen and (min-width: 1600px) {
      .header .submenu {
        overflow: hidden; } }
    .header .submenu .row {
      max-width: calc(1600px - 32px);
      width: 100%; }
    .hide .header .submenu {
      height: calc(100vh - 5rem); }
    @media screen and (max-width: 1279px) {
      .header .submenu {
        padding: 1.3rem; } }
    .header .submenu.open {
      transform: translateY(0); }
    .header .submenu__item a {
      position: relative;
      display: block; }
      .header .submenu__item a:hover img {
        transform: scale(1.1); }
    .header .submenu__item .title {
      z-index: 2;
      color: var(--wp--preset--color--primary);
      font-size: 1.5rem; }
    .header .submenu__item .h4 {
      font-size: 1.5rem;
      margin-top: 1.5rem;
      display: inline-block; }
    .header .submenu__image {
      position: relative;
      display: block;
      padding-top: 56.25%;
      content: '';
      overflow: hidden;
      border-radius: 0.625rem; }
      .header .submenu__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        transform: none;
        transition: transform .3125s ease; }

.transparent-header {
  padding-top: 9rem; }
  @media screen and (max-width: 767px) {
    .transparent-header {
      padding-top: 8rem; } }
  @media screen and (max-width: 575px) {
    .transparent-header {
      padding-top: 7rem; } }
  .transparent-header.Home {
    padding-top: 0 !important; }
  .transparent-header.hide-topbar {
    padding-top: 5.6rem; }
    @media screen and (max-width: 767px) {
      .transparent-header.hide-topbar {
        padding-top: 5.7rem; } }
    @media screen and (max-width: 575px) {
      .transparent-header.hide-topbar {
        padding-top: 4.3rem; } }

.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 4; }
  .sidebar-overlay.active {
    opacity: 1;
    visibility: visible; }

.nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 99999;
  display: flex !important;
  align-items: center;
  width: 100%;
  max-width: 28rem;
  height: 100%;
  padding: 3rem;
  background-color: #fff;
  transition: transform 0.3125s ease;
  transform: translateX(0);
  box-shadow: 0px 0px 30px #00000029; }
  @media screen and (max-width: 575px) {
    .nav {
      padding: 3rem 2rem; } }
  .nav.show {
    display: flex !important;
    transition: transform 0.3125s ease;
    transform: translateX(-99%); }
  .nav ul {
    max-height: 100%;
    width: 100%;
    padding: 0;
    list-style-type: none; }
  .nav li {
    margin-bottom: 0; }
    .nav li.active > a {
      border-color: var(--wp--preset--color--primary);
      transition: all 0.25s ease-in-out; }
  .nav a {
    display: inline-block;
    color: var(--wp--preset--color--primary);
    padding-top: .25rem;
    padding-bottom: .125rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    transition: 300ms all;
    position: relative; }
    .nav a .dropdown-icon {
      position: absolute;
      font-size: .8rem;
      top: 50%;
      transform: translateY(-50%);
      right: -1rem; }
      .nav a .dropdown-icon:before {
        color: var(--wp--preset--color--secondary);
        font-family: FontAwesome; }
      .nav a .dropdown-icon.rotate {
        transform: rotate(180deg) translateY(50%); }
    .nav a span {
      display: inline-block; }
    .nav a.active {
      color: var(--wp--preset--color--secondary); }
    .nav a:hover {
      color: var(--wp--preset--color--secondary); }
  .nav__close {
    position: fixed;
    top: 1.5rem;
    right: 1rem;
    z-index: 3;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    color: white;
    font-size: 1rem; }
    .nav__close svg {
      width: 1.5rem;
      height: 2.313rem; }
    .nav__close::after, .nav__close::before {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: .1175rem;
      background-color: var(--wp--preset--color--primary);
      margin: auto;
      transform-origin: 50% 50%; }
    .nav__close::after {
      transform: rotate(45deg); }
    .nav__close::before {
      transform: rotate(-45deg); }
    .nav__close:hover {
      cursor: pointer; }
  .nav .menu-item-has-children .fa-angle-right {
    position: relative;
    width: 1rem;
    height: 1rem;
    margin-left: 1rem;
    line-height: 1rem;
    cursor: pointer;
    position: relative; }
  .nav .menu-item-has-children.show .sub-menu {
    display: block !important;
    opacity: 1; }
  .nav .menu-item-has-children.show .fa-angle-right {
    transform: rotate(90deg);
    top: .3rem; }
  .nav .sub-menu {
    display: none !important;
    list-style: none;
    padding-left: 1rem;
    margin-bottom: 0;
    opacity: 0;
    z-index: -1; }
    .nav .sub-menu.show {
      display: block !important;
      align-items: center;
      opacity: 1;
      z-index: 1; }
      .ie .nav .sub-menu.show {
        transform: translateX(-100%); }
    .nav .sub-menu div {
      max-height: 100%;
      width: 100%;
      overflow: auto; }
    .nav .sub-menu a {
      font-size: 0.875rem; }
  @media screen and (min-width: 768px) {
    .nav {
      padding: 3rem;
      padding-top: 6rem; } }
  @media screen and (min-width: 1024px) {
    .nav {
      padding: 4rem;
      padding-top: 8rem; }
      .nav__close {
        right: 2rem; } }
  @media screen and (min-width: 1280px) {
    .nav {
      padding: 4rem;
      padding-top: 8rem; }
      .nav__close {
        right: 4rem;
        top: 2.4rem; }
      .nav.show.double {
        transform: translateX(-200%); }
        .nav.show.double .nav__close {
          transform: translateX(32rem);
          z-index: 3; } }
  @media screen and (min-width: 1600px) {
    .nav {
      padding: 5rem;
      padding-bottom: 1rem; }
      .nav.v2 {
        padding-left: 3rem; }
      .nav .sub-menu {
        padding: 5rem; } }
  .nav__menu-wrap {
    max-height: 100%;
    width: 100%;
    overflow: auto;
    padding-right: 1rem; }
    @media screen and (min-width: 1280px) {
      .nav__menu-wrap {
        padding: 0 1rem; } }
  .nav__action {
    margin-bottom: 1.2rem; }
    .nav__action li {
      display: block; }
      .nav__action li:last-child a {
        margin-bottom: 0 !important; }
    .nav__action--btn {
      font-size: 1.5rem !important;
      padding: 0 !important;
      margin-bottom: .5rem !important;
      color: var(--wp--preset--color--primary); }
  .nav ul.nav__burger {
    border-top: 0.094rem solid var(--wp--preset--color--secondary);
    padding-top: 1.2rem; }
    .nav ul.nav__burger li:nth-child(5n+5) {
      border-bottom: 0.094rem solid var(--wp--preset--color--secondary);
      margin-bottom: 1.2rem;
      padding-bottom: 1rem; }
    .v2 .nav__burger {
      border: none; }
      .v2 .nav__burger li {
        border-top: 0.094rem solid var(--wp--preset--color--secondary); }
        .v2 .nav__burger li:nth-child(5n+5) {
          padding: 0;
          margin: 0; }
        .v2 .nav__burger li:last-child {
          border-bottom: none; }
        .v2 .nav__burger li a {
          display: block; }
  .nav.v2 .nav__burger {
    padding-top: 0; }
    .nav.v2 .nav__burger a {
      margin: 0;
      padding: 1rem 0;
      font-size: 1.125rem; }
      .nav.v2 .nav__burger a .dropdown-icon {
        right: 1.5rem; }
  .nav.v2 .submenu a {
    font-size: 1rem !important; }
  .nav .submenu {
    padding: 0 !important;
    padding-bottom: 0.8rem !important;
    display: none; }
    .nav .submenu .inner-container {
      padding: 0; }
    .nav .submenu.open {
      display: block; }
    .nav .submenu .row {
      margin: 0; }
      .nav .submenu .row .col-4 {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 0rem !important; }
    .nav .submenu a, .nav .submenu span {
      font-size: .875rem !important; }
    .nav .submenu a {
      padding: 0 !important;
      padding-bottom: .3rem !important; }
    .nav .submenu .submenu__item:last-child a {
      padding-bottom: 0 !important; }

@media screen and (min-width: 768px) {
  .wp-block-cover.has-mobile-image {
    background-image: unset !important; } }
@media screen and (max-width: 767px) {
  .wp-block-cover.has-mobile-image {
    align-items: flex-start;
    background-position: bottom; }
    .wp-block-cover.has-mobile-image .wp-block-cover__image-background {
      display: none; } }

.cover22 {
  position: relative;
  overflow: hidden; }
  .cover22 .wp-block-create-block-cover,
  .cover22 .wp-block-create-block-hero-standard-alt {
    display: flex;
    min-height: 27rem;
    position: relative !important;
    overflow: hidden; }
  @media (max-width: 576px) {
    .cover22 .wp-block-create-block-cover {
      min-height: var(--mobile-min-height) !important; } }
  .cover22.top-left .wp-block-create-block-cover,
  .cover22.top-left .wp-block-create-block-hero-standard-alt {
    align-items: flex-start; }
  .cover22.top-center .wp-block-create-block-cover,
  .cover22.top-center .wp-block-create-block-hero-standard-alt {
    align-items: flex-start;
    justify-content: center; }
  .cover22.top-center .cover22__inner {
    width: 100%; }
    .cover22.top-center .cover22__inner > div:first-child {
      width: 100%; }
  .cover22.center-left .wp-block-create-block-cover,
  .cover22.center-left .wp-block-create-block-hero-standard-alt {
    align-items: center; }
    @media only screen and (max-width: 575px) {
      .cover22.center-left .wp-block-create-block-cover.hero-standard,
      .cover22.center-left .wp-block-create-block-hero-standard-alt.hero-standard {
        display: block; }
        .cover22.center-left .wp-block-create-block-cover.hero-standard .cover22__inner,
        .cover22.center-left .wp-block-create-block-hero-standard-alt.hero-standard .cover22__inner {
          top: 2rem; } }
  @media only screen and (max-width: 1023px) {
    .cover22.center-left .wp-block-create-block-cover {
      display: flex; } }
  .cover22.center-center .wp-block-create-block-cover,
  .cover22.center-center .wp-block-create-block-hero-standard-alt {
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 575px) {
      .cover22.center-center .wp-block-create-block-cover.hero-standard,
      .cover22.center-center .wp-block-create-block-hero-standard-alt.hero-standard {
        display: block; }
        .cover22.center-center .wp-block-create-block-cover.hero-standard .cover22__inner,
        .cover22.center-center .wp-block-create-block-hero-standard-alt.hero-standard .cover22__inner {
          top: 2rem; } }
    .cover22.center-center .wp-block-create-block-cover .cover22__inner,
    .cover22.center-center .wp-block-create-block-hero-standard-alt .cover22__inner {
      width: 100%; }
      .cover22.center-center .wp-block-create-block-cover .cover22__inner > div:first-child,
      .cover22.center-center .wp-block-create-block-hero-standard-alt .cover22__inner > div:first-child {
        width: 100%; }
  .cover22.bottom-left .wp-block-create-block-cover,
  .cover22.bottom-left .wp-block-create-block-hero-standard-alt {
    align-items: flex-end; }
  .cover22.bottom-center .wp-block-create-block-cover,
  .cover22.bottom-center .wp-block-create-block-hero-standard-alt {
    align-items: flex-end;
    justify-content: center; }
  @media only screen and (max-width: 576px) {
    .cover22.mobile-top-left .wp-block-create-block-cover,
    .cover22.mobile-top-center .wp-block-create-block-cover,
    .cover22.mobile-center-left .wp-block-create-block-cover,
    .cover22.mobile-center-center .wp-block-create-block-cover,
    .cover22.mobile-bottom-left .wp-block-create-block-cover,
    .cover22.mobile-bottom-center .wp-block-create-block-cover {
      display: flex !important; }
    .cover22.mobile-top-left .wp-block-create-block-cover {
      align-items: flex-start !important;
      justify-content: flex-start !important; }
    .cover22.mobile-top-center .wp-block-create-block-cover {
      align-items: flex-start !important;
      justify-content: center !important; }
    .cover22.mobile-top-center .cover22__inner {
      width: 100% !important; }
    .cover22.mobile-center-left .wp-block-create-block-cover {
      align-items: center !important;
      justify-content: flex-start !important; }
    .cover22.mobile-center-center .wp-block-create-block-cover {
      align-items: center !important;
      justify-content: center !important; }
    .cover22.mobile-center-center .cover22__inner {
      width: 100% !important; }
    .cover22.mobile-bottom-left .wp-block-create-block-cover {
      align-items: flex-end !important;
      justify-content: flex-start !important; }
    .cover22.mobile-bottom-center .wp-block-create-block-cover {
      align-items: flex-end !important;
      justify-content: center !important; }
    .cover22.mobile-bottom-center .cover22__inner {
      width: 100% !important; } }
  .cover22.video {
    position: relative;
    overflow: hidden;
    height: 100%; }
    @media only screen and (min-width: 1023px) {
      .cover22.video {
        padding-top: 56.25%; }
        .cover22.video .wp-block-create-block-cover {
          position: absolute !important;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          min-height: auto !important; } }
    .cover22.video .react-player,
    .cover22.video .vimeo-video-wrap {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      padding-top: 56.25%; }
      .cover22.video .react-player > div,
      .cover22.video .vimeo-video-wrap > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
      @media only screen and (max-width: 1023px) {
        .cover22.video .react-player,
        .cover22.video .vimeo-video-wrap {
          display: none; } }
      .cover22.video .react-player video,
      .cover22.video .vimeo-video-wrap video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        object-fit: cover; }
    .cover22.video .vimeo-video-wrap {
      padding: 0; }
    .cover22.video img {
      animation: none !important;
      transform: scale(1) !important; }
  .cover22__bgcolor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .cover22__bgcolor.top {
      top: 0; }
    .cover22__bgcolor.bottom {
      top: auto;
      bottom: 0; }
      .hero-large__variation-first .cover22__bgcolor.bottom {
        bottom: 5rem; }
    .hero-large__variation-first .cover22__bgcolor.full {
      height: calc(100% - 5rem) !important; }
  .cover22__inner {
    width: auto;
    position: relative;
    z-index: 2; }
    .cover22__inner > div:first-child {
      width: auto; }
  .cover22__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .hero-large__variation-first .cover22__media {
      height: calc(100% - 5rem); }
    .cover22__media img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      max-width: none;
      max-height: none;
      -o-object-fit: cover;
      object-fit: cover;
      outline: none;
      border: none;
      box-shadow: none;
      transition: 300ms all;
      object-position: top; }
    .cover22__media .mobile {
      display: none; }
    .cover22__media .open-modal-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .cover22__media .open-modal-icon.show {
        z-index: 1; }
      .cover22__media .open-modal-icon button {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
        z-index: 1; }
      @media only screen and (max-width: 1023px) {
        .cover22__media .open-modal-icon {
          display: none; } }
  @media only screen and (max-width: 768px) {
    .cover22__hasmobile .desktop {
      display: none; } }
  @media only screen and (max-width: 768px) {
    .cover22__hasmobile .mobile {
      display: block; } }
  .cover22__video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none; }
  .page-link-zoom .cover22:hover .cover22__media img {
    transform: scale(1.1); }
  .cover22__animated {
    position: absolute !important;
    z-index: 1;
    bottom: 1rem;
    right: 1rem;
    transition: 300ms all;
    transform: scale(0); }
    .cover22__animated img {
      max-width: 100%; }
    @media only screen and (min-width: 1023px) {
      .cover22__animated {
        bottom: 2rem;
        right: 2rem; } }
    @media only screen and (max-width: 576px) {
      .cover22__animated {
        max-width: 35%; } }
  .cover22.hero-standard-alt .wp-block-create-block-hero-standard-alt {
    flex-direction: row-reverse !important; }
    @media screen and (max-width: 1023px) {
      .cover22.hero-standard-alt .wp-block-create-block-hero-standard-alt {
        flex-direction: column !important; } }
    @media screen and (max-width: 575px) {
      .cover22.hero-standard-alt .wp-block-create-block-hero-standard-alt {
        min-height: auto !important; } }
    .cover22.hero-standard-alt .wp-block-create-block-hero-standard-alt.hero-standard-alt-video {
      min-height: auto !important; }
      .cover22.hero-standard-alt .wp-block-create-block-hero-standard-alt.hero-standard-alt-video .cover22__media,
      .cover22.hero-standard-alt .wp-block-create-block-hero-standard-alt.hero-standard-alt-video .cover22__inner {
        min-height: auto !important; }
      .cover22.hero-standard-alt .wp-block-create-block-hero-standard-alt.hero-standard-alt-video .cover22__media::before {
        display: none; }
  .cover22.hero-standard-alt .cover22__media {
    width: 50%;
    position: relative; }
  @media screen and (min-width: 1024px) {
    .wp-block-create-block-cover.wp-block-create-block-hero-standard-alt .cover22__media {
      height: calc(100vh - var(--cover-viewport-offset, 0px)); } }
    .cover22.hero-standard-alt .cover22__media img {
      object-position: center center; }
    @media screen and (max-width: 1023px) {
      .cover22.hero-standard-alt .cover22__media {
        width: 100% !important;
        min-height: auto !important;
        position: relative; }
        .cover22.hero-standard-alt .cover22__media:before {
          content: "";
          display: block;
          padding-top: 65%; }
        .cover22.hero-standard-alt .cover22__media img {
          position: absolute; } }
    .cover22.hero-standard-alt .cover22__media .video-wrap {
      position: relative;
      overflow: hidden;
      padding-top: 56.25%; }
      .cover22.hero-standard-alt .cover22__media .video-wrap > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .cover22.hero-standard-alt .cover22__inner {
    position: static;
    flex: 1; }
    @media screen and (max-width: 1023px) {
      .cover22.hero-standard-alt .cover22__inner {
        width: 100% !important;
        min-height: auto !important; } }
    @media only screen and (max-width: 1400px) and (min-width: 1023px) {
      .cover22.hero-standard-alt .cover22__inner {
        min-height: 25rem !important; } }
    .cover22.hero-standard-alt .cover22__inner .wp-block-create-block-container {
      position: absolute !important;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
      @media screen and (max-width: 1023px) {
        .cover22.hero-standard-alt .cover22__inner .wp-block-create-block-container {
          position: relative !important;
          top: auto;
          transform: none;
          padding-top: 6rem;
          padding-bottom: 6rem; } }
      @media screen and (max-width: 767px) {
        .cover22.hero-standard-alt .cover22__inner .wp-block-create-block-container {
          padding-top: 3rem;
          padding-bottom: 3rem; } }
      @media screen and (max-width: 575px) {
        .cover22.hero-standard-alt .cover22__inner .wp-block-create-block-container {
          padding-top: 2rem;
          padding-bottom: 2rem; } }
      .cover22.hero-standard-alt .cover22__inner .wp-block-create-block-container .inner {
        max-width: 38%; }
        @media screen and (max-width: 1279px) {
          .cover22.hero-standard-alt .cover22__inner .wp-block-create-block-container .inner {
            max-width: 45%; } }
        @media screen and (max-width: 1023px) {
          .cover22.hero-standard-alt .cover22__inner .wp-block-create-block-container .inner {
            max-width: 100%; } }
  .cover22.hero-standard-full .wp-block-create-block-hero-standard-alt.hero-standard-alt-video {
    min-height: auto !important;
    display: block; }
    .cover22.hero-standard-full .wp-block-create-block-hero-standard-alt.hero-standard-alt-video .cover22__media,
    .cover22.hero-standard-full .wp-block-create-block-hero-standard-alt.hero-standard-alt-video .cover22__inner {
      min-height: auto !important; }
    .cover22.hero-standard-full .wp-block-create-block-hero-standard-alt.hero-standard-alt-video .cover22__inner {
      padding: 0; }
    .cover22.hero-standard-full .wp-block-create-block-hero-standard-alt.hero-standard-alt-video .cover22__media {
      position: relative; }
    .cover22.hero-standard-full .wp-block-create-block-hero-standard-alt.hero-standard-alt-video .cover22__media::before {
      display: none; }
    .cover22.hero-standard-full .wp-block-create-block-hero-standard-alt.hero-standard-alt-video .video-wrap {
      position: relative;
      overflow: hidden;
      padding-top: 56.25%; }
      .cover22.hero-standard-full .wp-block-create-block-hero-standard-alt.hero-standard-alt-video .video-wrap > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

@media screen and (max-width: 575px) {
  .cover22 .basic-content-mobile {
    min-height: auto !important; }
    .cover22 .basic-content-mobile .cover22__media {
      min-height: 24rem;
      position: relative; }
      .cover22 .basic-content-mobile .cover22__media img {
        object-fit: cover;
        object-position: center; }
    .cover22 .basic-content-mobile .wp-block-create-block-container,
    .cover22 .basic-content-mobile .inner-container {
      padding: 0 !important; }
    .cover22 .basic-content-mobile .wp-block-column.global-radius {
      border-radius: 0;
      padding: 1.5rem 1rem !important; }
    .cover22 .basic-content-mobile .wp-block-columns {
      margin: 0; } }

.newsfilter-wrapper .selected-category {
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
  flex-direction: row !important;
  grid-column-start: 1;
  grid-column-end: 3;
  color: #A2A2A2;
  align-items: center; }
  @media screen and (max-width: 575px) {
    .newsfilter-wrapper .selected-category {
      display: block; }
      .newsfilter-wrapper .selected-category select {
        padding-left: 0 !important; } }
  .newsfilter-wrapper .selected-category b {
    color: var(--wp--preset--color--primary);
    padding-left: 15px;
    font-weight: 500; }
  .newsfilter-wrapper .selected-category .form-input {
    width: auto;
    color: var(--wp--preset--color--primary);
    padding-left: 15px;
    font-weight: 500;
    font-size: 1.2rem;
    background-color: transparent;
    border: none !important; }
    @media screen and (max-width: 575px) {
      .newsfilter-wrapper .selected-category .form-input {
        width: 100%; } }
.newsfilter-wrapper .newsfilter-innerbox {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0  12px 3px #f7f7f7;
  flex-direction: column;
  position: relative; }
  .newsfilter-wrapper .newsfilter-innerbox__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .newsfilter-wrapper .newsfilter-innerbox .img-wrapper {
    position: relative;
    z-index: 0;
    overflow: hidden; }
    .newsfilter-wrapper .newsfilter-innerbox .img-wrapper::before {
      display: block;
      padding-top: 56.25%;
      content: ''; }
    .newsfilter-wrapper .newsfilter-innerbox .img-wrapper img {
      position: absolute; }
    .newsfilter-wrapper .newsfilter-innerbox .img-wrapper .img-fit-height {
      top: 0;
      left: 50%;
      height: 100%;
      width: auto;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .newsfilter-wrapper .newsfilter-innerbox .img-wrapper .img-fit-width {
      top: 50%;
      left: 0;
      width: 100%;
      height: auto;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .newsfilter-wrapper .newsfilter-innerbox .right-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 2.62rem 1.625rem;
    gap: 10px; }
    .newsfilter-wrapper .newsfilter-innerbox .right-content h4 {
      font-weight: 500;
      font-size: 24px;
      line-height: 120%;
      min-height: 120px;
      color: var(--wp--preset--color--primary);
      letter-spacing: normal; }
      @media screen and (max-width: 1024px) {
        .newsfilter-wrapper .newsfilter-innerbox .right-content h4 {
          min-height: max-content !important;
          font-size: 20px !important;
          line-height: 2rem !important; } }
    .newsfilter-wrapper .newsfilter-innerbox .right-content .date-span {
      color: #797979;
      letter-spacing: 0.2em;
      font-size: 0.75rem; }
    .newsfilter-wrapper .newsfilter-innerbox .right-content .post-detail .cat-name {
      margin-bottom: 9px;
      display: block;
      text-transform: uppercase;
      font-size: 1rem; }
    @media screen and (max-width: 1200px) {
      .newsfilter-wrapper .newsfilter-innerbox .right-content {
        padding: 1.625rem 1.625rem !important; } }
    @media screen and (max-width: 1024px) {
      .newsfilter-wrapper .newsfilter-innerbox .right-content {
        gap: 20px; } }
  .newsfilter-wrapper .newsfilter-innerbox.full-width {
    flex-direction: row !important;
    grid-column-start: 1;
    grid-column-end: 3;
    display: grid;
    grid-template-columns: 1.5fr 1fr; }
    .newsfilter-wrapper .newsfilter-innerbox.full-width .right-content {
      padding: 2.52rem 3.125rem; }
      .newsfilter-wrapper .newsfilter-innerbox.full-width .right-content .post-detail .cat-name {
        margin-bottom: 19px; }
        @media screen and (max-width: 1024px) {
          .newsfilter-wrapper .newsfilter-innerbox.full-width .right-content .post-detail .cat-name {
            margin-bottom: 9px; } }
      .newsfilter-wrapper .newsfilter-innerbox.full-width .right-content .post-detail h4 {
        min-height: max-content;
        font-size: 2.625rem;
        line-height: 2.75rem;
        color: var(--wp--preset--color--primary); }
    @media screen and (max-width: 1200px) {
      .newsfilter-wrapper .newsfilter-innerbox.full-width {
        grid-template-columns: 1fr; } }
  @media screen and (max-width: 768px) {
    .newsfilter-wrapper .newsfilter-innerbox {
      flex-direction: column; } }
@media screen and (max-width: 1024px) {
  .newsfilter-wrapper {
    display: flex;
    flex-direction: column; } }

.post {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0  12px 3px #f7f7f7;
  position: relative;
  margin-bottom: 1.5rem; }
  .post.hide-shadow {
    box-shadow: none; }
  .post.right .post__link {
    flex-direction: row-reverse; }
  .post.top .post__link {
    display: block; }
  .post.bottom .post__link {
    flex-direction: column-reverse; }
  .post--slider {
    display: block;
    box-shadow: none;
    margin-bottom: 0 !important;
    height: 100%; }
  .post .date {
    color: #797979;
    font-size: .75rem;
    letter-spacing: 0.125rem;
    font-weight: 500;
    margin-bottom: .4rem;
    display: inline-block; }
  .post .cat {
    background-color: #eef2f4;
    color: var(--wp--preset--color--primary);
    display: inline-block;
    overflow: hidden;
    padding: 0.5rem;
    letter-spacing: 0.125rem; }
    .post .cat .separator {
      background: #797979;
      position: absolute;
      top: 50%;
      left: 0.7rem;
      width: 1px;
      height: 10px;
      transform: translateY(-50%); }
    .post .cat.no-date {
      padding-left: 0; }
      .post .cat.no-date .separator {
        opacity: 0; }
    .post .cat.image {
      padding-left: 0;
      position: absolute;
      background: #fff;
      padding: 0 0.3rem;
      min-width: 4rem;
      display: inline-block;
      text-align: center;
      letter-spacing: 0.125rem; }
      .post .cat.image .separator {
        opacity: 0; }
    .post .cat.image-top-left {
      top: 1rem;
      left: 1rem; }
    .post .cat.image-top-right {
      top: 1rem;
      right: 1rem; }
    .post .cat.image-bottom-left {
      bottom: 1rem;
      left: 1rem; }
    .post .cat.image-bottom-right {
      bottom: 1rem;
      right: 1rem; }
  .post .count {
    margin-left: .5rem;
    display: inline-block; }
  .post .cat-wrap {
    text-align: center;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #797979 !important; }
    @media screen and (max-width: 576px) {
      .post .cat-wrap {
        justify-content: flex-start; } }
    .post .cat-wrap .first-cat {
      text-transform: uppercase;
      letter-spacing: 0.125rem;
      font-size: 0.75rem;
      background-color: #EFEFEF;
      color: var(--wp--preset--color--primary);
      display: inline-block;
      padding: .5rem .5rem;
      color: var(--wp--preset--color--primary); }
      .layout-first .post .cat-wrap .first-cat {
        background-color: #fff; }
  .post:hover .post__image .img-fit-width {
    transform: translateY(-50%) scale(1.1); }
  .post:hover .post__image .img-fit-height {
    transform: translateX(-50%) scale(1.1); }
  .post__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .post__image {
    position: relative;
    overflow: hidden;
    padding-top: 65%; }
    .top .post__image, .bottom .post__image {
      width: 100%; }
    .post__image::before {
      display: block;
      padding-top: 65%;
      content: '';
      display: none; }
      .layout2 .post__image::before {
        padding-top: 80%; }
    .post__image img {
      transition: 300ms all;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .post__image .img-fit-width {
      top: 50%;
      left: 0;
      width: 100%;
      height: auto;
      transform: translateY(-50%); }
    .post__image .img-fit-height {
      top: 0;
      left: 50%;
      height: 100%;
      width: auto;
      transform: translateX(-50%); }
    @media screen and (max-width: 1024px) {
      .post__image {
        width: 100%;
        height: auto; } }
  .post__right-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    align-items: center;
    text-align: center; }
    .top .post__right-content, .bottom .post__right-content {
      width: 100%; }
    .post__right-content.left {
      text-align: left;
      justify-content: flex-start;
      align-items: flex-start; }
    /* @media screen and (min-width: 1280px) {
      .layout2 .post__right-content {
        padding-right: 4rem !important; } } */
    .post__right-content.center {
      text-align: center;
      align-items: center; }
      .post__right-content.center h3 {
        text-align: center !important; }
    .post__right-content h3 {
      color: var(--wp--preset--color--primary); }
      @media screen and (max-width: 1024px) {
        .post__right-content h3 {
          min-height: max-content !important; } }
      @media screen and (max-width: 576px) {
        .post__right-content h3 {
          margin-bottom: .5rem; } }
    .post__right-content .description {
      margin-bottom: 1rem;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical; }
      .post__right-content .description p {
        margin-top: 0;
        font-size: inherit;
        line-height: inherit;
        color: inherit; }
        .post__right-content .description p:last-child {
          margin: 0; }
    .post__right-content .link-post {
      color: var(--wp--preset--color--secondary);
      text-decoration: none;
      font-weight: 500;
      box-shadow: none;
      position: relative;
      display: inline-block;
      width: max-content;
      letter-spacing: 0.125rem; }
      .post__right-content .link-post::after {
        content: "";
        position: absolute;
        right: -1rem;
        width: 0.5rem;
        height: 0.5rem;
        border-right: 0.125rem solid;
        border-bottom: 0.125rem solid;
        transform: rotate(-45deg);
        top: 0;
        bottom: 0;
        margin: auto; }
    @media screen and (max-width: 1200px) {
      .post__right-content.pd-0 {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    @media screen and (max-width: 1024px) {
      .post__right-content {
        width: 100%; }
        .post__right-content.pd-0 {
          padding-left: 0 !important;
          padding-right: 0 !important; } }
  @media screen and (max-width: 1024px) {
    .post {
      flex-direction: column; } }

.post-slider-wrap.slick-slider .slick-track {
  align-items: stretch; }

.news-preview.grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem 1rem; }
  .news-preview.grid .post {
    margin-bottom: 0; }
  @media screen and (min-width: 1024px) {
    .news-preview.grid {
      gap: 2rem; } }
  @media screen and (max-width: 1023px) {
    .news-preview.grid {
      grid-template-columns: repeat(3, 1fr) !important; } }
  @media screen and (max-width: 767px) {
    .news-preview.grid {
      grid-template-columns: repeat(2, 1fr) !important;
      gap: 1.5rem 1.5rem !important; } }
  @media only screen and (max-width: 575px) {
    .news-preview.grid {
      grid-template-columns: repeat(1, 1fr) !important; } }
.news-preview.slick-center .post {
  margin-bottom: 0; }
.news-preview.slick-center .slick-track {
  align-items: flex-start; }
@media screen and (max-width: 1200px) {
  .news-preview.single .post__right-content {
    padding: 1rem 3.75rem !important; } }
@media screen and (max-width: 1024px) {
  .news-preview.single .post__right-content {
    width: 100%;
    padding: 1.5rem 1rem !important; } }

.post-wrap .counter {
  color: grey;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .15rem;
  margin-left: 8rem;
  position: relative;
  top: 0.3rem;
  display: none; }
  @media screen and (min-width: 1280px) {
    .post-wrap .counter {
      display: inline-block; } }
.post-wrap.arrows-position--top-left .slick-slider.gutter-large .slick-slide {
  width: 40.625rem; }
  @media screen and (max-width: 1280px) {
    .post-wrap.arrows-position--top-left .slick-slider.gutter-large .slick-slide {
      width: 28rem; } }
  @media screen and (max-width: 991px) {
    .post-wrap.arrows-position--top-left .slick-slider.gutter-large .slick-slide {
      width: 22rem; } }
  @media screen and (max-width: 768px) {
    .post-wrap.arrows-position--top-left .slick-slider.gutter-large .slick-slide {
      width: 100%; } }

.post-video {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden; }
  .post-video > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.news-shimmer-wrapper {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  flex-wrap: wrap; }

.news-shimmer-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); }

.news-shimmer-card .shimmer {
  position: relative;
  background: #e2e2e2;
  overflow: hidden; }

.news-shimmer-card .shimmer::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  height: 100%;
  width: 150px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  animation: shimmer 1.5s infinite; }

@keyframes shimmer {
  100% {
    transform: translateX(200%); } }
.news-shimmer-card .shimmer-img {
  width: 100%;
  height: 160px;
  border-radius: 4px;
  margin-bottom: 16px; }

.news-shimmer-card .shimmer-text {
  height: 16px;
  border-radius: 4px;
  margin-bottom: 12px; }

.news-shimmer-card .shimmer-text.short {
  width: 60%; }

@media screen and (max-width: 575px) {
  .property-filter .display1 {
    font-size: 2.3rem !important;
    line-height: 1 !important; } }
.property-filter__wrap {
  display: flex;
  align-items: center;
  justify-self: center;
  width: 100%; }
  .property-filter__wrap.filter-wrapper ~ div.rst-container .rst-content {
    padding-top: 2rem; }
  .property-filter__wrap.filter-wrapper .filter-btn .property-filter__filter-btn span {
    display: flex;
    align-items: center;
    justify-content: center; }
  @media screen and (min-width: 1024px) {
    .property-filter__wrap {
      max-width: 52rem;
      margin: 0 auto; } }
  @media screen and (max-width: 1023px) {
    .property-filter__wrap {
      margin: 0 -0.5rem; } }
  @media screen and (max-width: 767px) {
    .property-filter__wrap {
      flex-wrap: wrap;
      width: auto; } }
  .property-filter__wrap .slide-toggle {
    background-color: #fff;
    border-color: #fff;
    border-width: 0.3rem; }
    @media screen and (max-width: 767px) {
      .property-filter__wrap .slide-toggle {
        margin: 0 auto; } }
    @media screen and (max-width: 575px) {
      .property-filter__wrap .slide-toggle {
        max-width: 100%; } }
    .property-filter__wrap .slide-toggle .form-toggle input ~ label {
      min-height: 3rem;
      margin-bottom: 0; }
      .property-filter__wrap .slide-toggle .form-toggle input ~ label::before {
        background-color: var(--wp--preset--color--secondary);
        opacity: 1; }
    .property-filter__wrap .slide-toggle .form-toggle input:checked ~ label:before {
      transform: translateX(0) !important; }
    .property-filter__wrap .slide-toggle .form-toggle:first-child input ~ label:before {
      transform: translateX(101%); }
    .property-filter__wrap .slide-toggle .form-toggle:last-child input ~ label:before {
      transform: translateX(-101%); }
    .property-filter__wrap .slide-toggle .form-toggle input:checked ~ label span {
      color: var(--wp--preset--color--primary); }
  .property-filter__wrap .form-input {
    min-height: 3.5rem;
    background-color: #fff; }
    @media screen and (max-width: 575px) {
      .property-filter__wrap .form-input {
        min-height: 3.5rem; } }
  .property-filter__wrap .form-staged__submit {
    background-color: var(--wp--preset--color--secondary) !important;
    color: var(--wp--preset--color--primary) !important; }
.property-filter__filed {
  padding: 0 .5rem;
  flex: auto; }
  .property-filter__filed .form-staged__submit {
    min-height: 3.5rem;
    line-height: 3.5rem;
    padding: 0;
    width: 100%; }
    @media screen and (max-width: 575px) {
      .property-filter__filed .form-staged__submit {
        min-height: 3.5rem;
        line-height: 3.5rem; } }
    .property-filter__filed .form-staged__submit span {
      font-family: 'Manrope-Medium', Arial, sans-serif; }
    .property-filter__filed .form-staged__submit svg {
      margin: 0;
      margin-right: .5rem;
      vertical-align: sub; }
  .property-filter__filed.location {
    width: 40%; }
    @media screen and (max-width: 575px) {
      .property-filter__filed.location {
        width: 100%;
        margin-bottom: 1rem; } }
  .property-filter__filed.tenure {
    width: 18%; }
    @media screen and (max-width: 767px) {
      .property-filter__filed.tenure {
        width: 100%;
        margin-bottom: 1rem; } }
  .property-filter__filed.filter-btn {
    width: 10%; }
  .property-filter__filed.submit-btn {
    width: 12%; }
.property-filter__filter-btn {
  background-color: #fff;
  min-height: 3.5rem;
  text-align: center;
  line-height: 3.5rem;
  font-size: .875rem;
  cursor: pointer; }
  @media screen and (max-width: 575px) {
    .property-filter__filter-btn {
      min-height: 3.5rem;
      line-height: 3.5rem; } }
  .property-filter__filter-btn span {
    font-weight: 500;
    color: var(--wp--preset--color--primary);
    font-family: 'Manrope-Medium', Arial, sans-serif; }
  .property-filter__filter-btn svg {
    margin-right: .5rem;
    vertical-align: sub; }
  .property-filter__filter-btn.show svg {
    vertical-align: baseline;
    top: 0; }
.property-filter__filter-wrap {
  display: flex;
  padding: 2rem 0rem;
  flex-wrap: wrap; }
  @media screen and (min-width: 1024px) {
    .property-filter__filter-wrap {
      padding: 4rem 3rem; } }
  @media screen and (min-width: 1280px) {
    .property-filter__filter-wrap {
      max-width: 65rem;
      margin: 0 auto; } }
  @media screen and (max-width: 575px) {
    .property-filter__filter-wrap {
      display: block; } }
  .property-filter__filter-wrap .form-group {
    flex: 1;
    padding: 0 .5rem; }
    .property-filter__filter-wrap .form-group label {
      font-size: 0.75rem;
      color: #797979;
      margin-bottom: .5rem;
      display: inline-block; }
    .property-filter__filter-wrap .form-group .form-input {
      min-height: 3.5rem;
      background-color: #EFEFEF !important; }
      .property-filter__filter-wrap .form-group .form-input.select {
        background-image: url("/assets/img/angle-down-green.svg");
        font-size: .75rem;
        color: #313131; }
      @media screen and (max-width: 1023px) {
        .property-filter__filter-wrap .form-group .form-input {
          font-size: .75rem; } }
    @media screen and (max-width: 767px) {
      .property-filter__filter-wrap .form-group {
        flex: auto;
        width: 50%; } }
    @media screen and (max-width: 575px) {
      .property-filter__filter-wrap .form-group {
        width: 100%; } }
  .property-filter__filter-wrap .form-switch-icon {
    width: 1.5rem;
    height: 1.5rem;
    background: transparent;
    border: 1px solid #E9E7E7;
    border-radius: 0;
    display: inline-block;
    border-radius: 5rem;
    vertical-align: middle;
    position: relative; }
    .property-filter__filter-wrap .form-switch-icon:before {
      height: 12px;
      width: 5px;
      transform-origin: left top;
      border-right: 2px solid var(--wp--preset--color--primary);
      border-top: 2px solid var(--wp--preset--color--primary);
      top: 12px;
      left: 3px !important;
      font-size: 1.125rem;
      -webkit-transform: scaleX(-1) rotate(135deg);
      transform: scaleX(-1) rotate(135deg);
      border-radius: 0;
      background: transparent;
      opacity: 0;
      content: '';
      position: absolute; }
    .property-filter__filter-wrap .form-switch-icon ~ .form-switch-text {
      margin-left: .8rem;
      font-size: .75rem;
      display: inline-block; }
  .property-filter__filter-wrap .form-switch label {
    display: inline-block; }
  .property-filter__filter-wrap .form-switch input {
    display: none; }
    .property-filter__filter-wrap .form-switch input:checked ~ label .form-switch-icon {
      background-color: var(--wp--preset--color--secondary); }
      .property-filter__filter-wrap .form-switch input:checked ~ label .form-switch-icon:before {
        opacity: 1; }
  .property-filter__filter-wrap .form-switch.marb-5 {
    margin-bottom: 0.3125rem; }
.property-filter__include {
  width: 100%; }
.property-filter__filter-list {
  margin: 0 -1rem;
  text-align: center; }
  @media screen and (max-width: 575px) {
    .property-filter__filter-list {
      margin: 0 -.5rem;
      text-align: left; } }
  .property-filter__filter-list li {
    display: inline-block;
    padding: 0 1rem; }
    @media screen and (max-width: 575px) {
      .property-filter__filter-list li {
        display: block;
        margin-bottom: 1rem; } }

@media screen and (min-width: 1800px) {
  .property-container .container-fluid {
    max-width: 73.333333%; } }
.property-container.map .container-fluid {
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0; }
  .property-container.map .container-fluid .row {
    margin: 0;
    position: relative; }
    .property-container.map .container-fluid .row .draw-search-buttons {
      position: fixed;
      bottom: 1rem;
      right: 4rem;
      display: block; }
      .property-container.map .container-fluid .row .draw-search-buttons .wp-block-button {
        margin-bottom: 0 !important; }
      .property-container.map .container-fluid .row .draw-search-buttons.draw {
        right: 15.7rem;
        display: flex; }
        .property-container.map .container-fluid .row .draw-search-buttons.draw > div:first-child {
          margin-right: 0.65rem; }
        @media screen and (max-width: 767px) {
          .property-container.map .container-fluid .row .draw-search-buttons.draw {
            right: 0;
            width: 100%;
            bottom: 0;
            padding: 1rem 0.5rem;
            background-color: var(--wp--preset--color--light-gray) !important;
            z-index: 1; }
            .property-container.map .container-fluid .row .draw-search-buttons.draw > div {
              flex: 1; }
              .property-container.map .container-fluid .row .draw-search-buttons.draw > div .wp-block-button__link {
                width: 100%; } }
        .property-container.map .container-fluid .row .draw-search-buttons.draw .wp-block-button {
          margin-bottom: 0 !important; }
        @media screen and (max-width: 575px) {
          .property-container.map .container-fluid .row .draw-search-buttons.draw .wp-block-button__link {
            padding-left: .01rem;
            padding-right: .01rem; } }
    .property-container.map .container-fluid .row > div {
      border-radius: 0; }
.property-container.map .row.fixed-buttons .wp-block-buttons {
  position: fixed;
  top: 10rem;
  transform: translateY(-50%);
  right: 1rem;
  z-index: 1; }
  .property-container.map .row.fixed-buttons .wp-block-buttons.draw {
    top: 15.9rem; }

.property-search .form-toggle input ~ label::before {
  background-color: var(--wp--preset--color--primary);
  opacity: 1 !important; }
.property-search .form-toggle input:checked ~ label:before {
  transform: translateX(0) !important; }
.property-search .form-toggle:first-child input ~ label:before {
  transform: translateX(100%); }
.property-search .form-toggle:last-child input ~ label:before {
  transform: translateX(-100%); }

.advance-search-wrap {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 2rem 1rem; }
  .advance-search-wrap .form-group .form-input {
    background-color: #F3F3F3 !important; }
  .advance-search-wrap .form-switch input:checked ~ label .form-switch-icon {
    background-color: var(--wp--preset--color--secondary); }
  .advance-search-wrap .form-switch .form-switch-text {
    font-weight: 400; }
  .advance-search-wrap .form-switch-icon {
    border-radius: 0.25rem; }
    .advance-search-wrap .form-switch-icon:before {
      border-right: 2px solid var(--wp--preset--color--primary);
      border-top: 2px solid var(--wp--preset--color--primary); }
  @media screen and (min-width: 1024px) {
    .advance-search-wrap {
      padding: 2rem; } }

.message-no-property {
  display: inline-block;
  padding: 0.625rem;
  line-height: 1.25rem;
  color: #fff;
  border-radius: 0.125rem;
  text-align: center;
  position: relative;
  background-color: var(--wp--preset--color--primary);
  position: absolute;
  bottom: 13rem;
  left: 50%;
  transform: translateX(-50%); }

.sitemap-links li {
  list-style-type: none; }

.links-hover a:hover {
  text-decoration: underline !important; }
.links-hover li li {
  list-style-type: none;
  position: relative; }
  .links-hover li li::before {
    position: absolute;
    content: '-';
    top: 0;
    left: -1rem;
    color: var(--wp--preset--color--primary); }
.links-hover .text-black {
  color: #313131; }

.property-sitemap-link {
  display: flex;
  gap: 0 6rem; }
  @media screen and (max-width: 767px) {
    .property-sitemap-link {
      flex-wrap: wrap; } }
  .property-sitemap-link .accordion-wrap {
    max-width: 100%;
    flex: 1; }
    @media screen and (max-width: 767px) {
      .property-sitemap-link .accordion-wrap {
        flex: auto;
        width: 100%; }
        .property-sitemap-link .accordion-wrap:first-child .accordion {
          border-bottom: none; } }
  .property-sitemap-link .h5 {
    margin: 0; }
  .property-sitemap-link ul {
    padding: 0;
    margin: 0; }
    .property-sitemap-link ul li a:hover {
      text-decoration: underline !important; }

.hide-property-container {
  height: 0px;
  opacity: 0;
  overflow: hidden; }

.property-view .text-primary {
  color: #313131 !important; }
@media screen and (max-width: 1023px) {
  .property-view {
    font-size: .875rem; } }
.property-view__view-count {
  display: flex;
  align-items: center;
  font-size: .875rem; }
  .property-view__view-count .text-primary {
    margin-right: 2rem; }
  @media screen and (max-width: 1023px) {
    .property-view__view-count {
      justify-content: space-between; } }
  @media screen and (max-width: 767px) {
    .property-view__view-count {
      display: block; }
      .property-view__view-count .property-view__sort {
        margin-top: 1rem; } }
  @media screen and (max-width: 575px) {
    .property-view__view-count .wp-block-button {
      order: 1; }
      .property-view__view-count .wp-block-button .property-alert-btn {
        margin: 0.5rem 0 !important; }
    .property-view__view-count .text-light-black {
      order: 2; }
    .property-view__view-count .property-view__sort {
      order: 3;
      margin-top: 1rem !important; } }
.property-view__sort {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1023px) {
    .property-view__sort {
      margin-left: 1rem; } }
  @media screen and (max-width: 767px) {
    .property-view__sort {
      margin-left: 0; } }
  .property-view__sort label {
    color: #605c5c !important;
    font-size: .875rem !important;
    text-transform: none !important;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important; }
  .property-view__sort .form-input.select {
    background-color: transparent !important;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
    color: #313131;
    padding-left: 1rem;
    font-size: .875rem !important;
    background-position: calc(100% - 1rem) center;
    background-image: url("/assets/img/angle-down-green.svg") !important;
    height: auto !important;
    min-height: auto;
    line-height: 1.3; }
.property-view__view-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  @media screen and (max-width: 575px) {
    .property-view__view-icon {
      justify-content: flex-start; } }
  .property-view__view-icon.center ul::before {
    left: 33%; }
    @media screen and (max-width: 767px) {
      .property-view__view-icon.center ul::before {
        left: 4%; } }
  .property-view__view-icon.left ul::before {
    left: 2%; }
    @media screen and (max-width: 767px) {
      .property-view__view-icon.left ul::before {
        left: 4%; } }
  .property-view__view-icon.right ul::before {
    left: 65%; }
    @media screen and (max-width: 767px) {
      .property-view__view-icon.right ul::before {
        left: 51%; } }
  .property-view__view-icon ul {
    padding: .25rem;
    background-color: #fff;
    overflow: hidden;
    border-radius: 1.875rem;
    position: relative; }
    .property-view__view-icon ul:before {
      position: absolute;
      content: '';
      background-color: var(--wp--preset--color--secondary);
      top: 0.3rem;
      width: 33%;
      height: calc(100% - 0.6rem);
      border-radius: 50%;
      transition: 300ms all;
      display: none; }
      @media screen and (max-width: 767px) {
        .property-view__view-icon ul:before {
          width: 45%;
          top: 0.25rem;
          height: calc(100% - .5rem); } }
  .property-view__view-icon li {
    display: inline-block; }
  .property-view__view-icon .icon-list {
    position: relative; }
    .property-view__view-icon .icon-list > input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 1; }
      .property-view__view-icon .icon-list > input:checked ~ label {
        background-color: var(--wp--preset--color--secondary); }
        .property-view__view-icon .icon-list > input:checked ~ label svg path {
          fill: #fff; }
    .property-view__view-icon .icon-list label {
      padding: 0 1.5rem;
      display: inline-block;
      height: 3.563rem;
      width: 3.563rem;
      line-height: 4rem !important;
      border-radius: 50%;
      font-size: 0.625rem !important;
      letter-spacing: 0.25rem !important;
      color: #605c5c !important;
      font-weight: 500;
      padding: 0;
      text-align: center;
      margin: 0 !important; }

.property-view-wrapper .container-fluid .justify-content-between {
  justify-content: space-between; }
  .property-view-wrapper .container-fluid .justify-content-between:after {
    display: none; }
  .property-view-wrapper .container-fluid .justify-content-between .icon-list > input:checked ~ label svg path {
    fill: #fff; }
  .property-view-wrapper .container-fluid .justify-content-between .property-view__view-count > span, .property-view-wrapper .container-fluid .justify-content-between .property-view__view-count .property-view__sort
  , .property-view-wrapper .container-fluid .justify-content-between .property-view__view-count .form-input.select {
    font-size: 1rem; }
  .property-view-wrapper .container-fluid .justify-content-between .property-alert-btn {
    font-size: 0.75rem;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
    cursor: pointer; }
  @media screen and (max-width: 768px) {
    .property-view-wrapper .container-fluid .justify-content-between {
      flex-direction: column;
      gap: 1rem; }
      .property-view-wrapper .container-fluid .justify-content-between .property-view__view-count {
        flex-direction: column;
        align-items: flex-start; }
        .property-view-wrapper .container-fluid .justify-content-between .property-view__view-count > *, .property-view-wrapper .container-fluid .justify-content-between .property-view__view-count .property-alert-btn {
          margin: 0; }
        .property-view-wrapper .container-fluid .justify-content-between .property-view__view-count .property-alert-btn {
          margin-top: 1.7rem;
          display: inline-block; }
      .property-view-wrapper .container-fluid .justify-content-between .property-view__view-icon {
        justify-content: flex-start; }
      .property-view-wrapper .container-fluid .justify-content-between .icon-list label {
        line-height: 3.3rem !important; } }

.btn-share {
  position: relative; }
  .btn-share__links, .btn-share:hover .btn-share__links, .btn-share__text, .btn-share:hover .btn-share__text {
    transition: opacity 0.3125s ease; }
  .btn-share__text {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    opacity: 1;
    transform: translateY(-50%); }
  .btn-share__links {
    z-index: 0;
    margin-left: -1rem;
    margin-right: -1rem;
    opacity: 0;
    padding-left: 1rem;
    padding-right: 1rem; }
    .btn-share__links a {
      position: relative;
      display: inline-block;
      color: inherit;
      padding-left: 1rem;
      padding-right: 1rem;
      text-decoration: none; }
  .btn-share.active .btn-share__text {
    z-index: 0;
    opacity: 0; }
  .btn-share.active .btn-share__links {
    z-index: 1;
    opacity: 1; }
    .btn-share.active .btn-share__links a {
      z-index: 2; }

.post-share {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 575px) {
    .post-share {
      max-width: 50%;
      margin: 0 auto; } }
  @media screen and (max-width: 575px) and (max-width: 575px) {
    .post-share li {
      width: 50%;
      margin-bottom: 1rem; } }

  @media only screen and (max-width: 400px) {
    .post-share {
      max-width: 75%;
      margin: 0 auto; } }
  .post-share li {
    list-style-type: none; }
  .post-share a {
    background-color: #EFEFEF;
    display: inline-block;
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 0.8rem;
    border-radius: .2rem;
    text-align: center;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
    color: #000000 !important; }
    .post-share a label {
      display: flex;
      width: 100%;
      height: 100%;
      text-align: center;
      margin: 0;
      text-transform: inherit;
      letter-spacing: inherit;
      cursor: pointer;
      position: relative;
      padding-top: .8rem; }
      .post-share a label span {
        font-size: 1.8rem;
        width: 100%; }
        .post-share a label span.fa-facebook {
          color: #1977f2; }
        .post-share a label span.copied-svg {
          position: relative; }
          .post-share a label span.copied-svg:before {
            position: absolute;
            content: '';
            width: 0.95rem;
            height: 1rem;
            background: var(--wp--preset--color--primary);
            top: 0.3rem;
            left: 1.875rem; }
      .post-share a label small {
        font-size: .6rem;
        margin-bottom: .5rem;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        font-weight: 500; }
      .post-share a label.data-copied {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
        background-color: #EFEFEF;
        color: #000000;
        border-radius: .2rem;
        opacity: 0;
        pointer-events: none; }
        @media screen and (max-width: 575px) {
          .post-share a label.data-copied {
            top: auto;
            bottom: 100%;
            margin-top: 0;
            margin-bottom: 1.5rem; } }
    .post-share a.copied label.data-copied {
      opacity: 1; }

@media screen and (max-width: 1023px) {
  .hero-standard .wp-block-column {
    max-width: 50% !important; } }
.hero-standard a {
  text-decoration: none; }
.hero-standard--alt .cover22__media img {
  object-position: bottom; }
@media screen and (min-width: 1900px) {
  .hero-standard--alt {
    min-height: 61rem !important; } }
@media screen and (max-width: 575px) {
  .hero-standard--alt h4 {
    font-size: 1.25rem !important; } }

@media screen and (max-width: 575px) {
  .hero-standard-v3 {
    align-items: flex-end !important; } }

.fader {
  position: relative;
  overflow: hidden; }

.fader__slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: opacity 500ms ease 0s;
  opacity: 0;
  display: none; }
  .fader__slide:nth-child(1) {
    opacity: 1; }

@media only screen and (max-width: 768px) {
  .hero-large .cover22 .wp-block-create-block-cover {
    align-items: flex-start !important;
    padding: 0rem !important; } }
@media only screen and (max-width: 1023px) {
  .hero-large .cover22 .wp-block-create-block-cover .wp-block-columns {
    flex-wrap: wrap !important; }
  .hero-large .cover22 .wp-block-create-block-cover .wp-block-column {
    width: 100% !important;
    flex: auto !important; } }
@media only screen and (max-width: 768px) {
  .hero-large-wrap .hero-large .cover22 .hero-large__variation-third.wp-block-create-block-cover {
    display: block !important;
    padding: 0 !important;
    min-height: auto !important; }
  .hero-large .cover22 .hero-large__variation-third .cover22__media {
    position: relative;
    min-height: 27rem; }
  .hero-large .cover22 .hero-large__variation-third .wp-block-create-block-container,
  .hero-large .cover22 .hero-large__variation-third .inner-container {
    padding: 0 !important; }
  .hero-large .cover22 .hero-large__variation-third .wp-block-column.has-primary-background-color {
    padding: 4rem 1rem !important; }
  .hero-large .cover22 .hero-large__variation-third h1, .hero-large .cover22 .hero-large__variation-third h2, .hero-large .cover22 .hero-large__variation-third p {
    margin-bottom: 1.5rem;
    margin-top: 0 !important; } }
@media only screen and (max-width: 576px) {
  .hero-large .cover22 .hero-large__variation-third .wp-block-column.has-primary-background-color {
    padding: 1.5rem 1rem 1rem !important; }
  .hero-large .cover22 .hero-large__variation-third .cover22__bgcolor.top {
    height: 20% !important; } }
@media only screen and (max-width: 768px) {
  .hero-large-wrap .hero-large .cover22 .hero-large__variation-second.wp-block-create-block-cover {
    align-items: flex-start !important;
    padding-top: 10rem !important;
    min-height: calc(100vh - 3rem) !important; }
  .hero-large .cover22 .hero-large__variation-second h1, .hero-large .cover22 .hero-large__variation-second h2, .hero-large .cover22 .hero-large__variation-second p {
    margin-bottom: 1.5rem;
    margin-top: 0 !important; } }
.hero-large .cover22.bottom-center .hero-large__variation-first .cover22__inner {
  position: absolute;
  bottom: 0; }
@media only screen and (max-width: 1280px) {
  .hero-large-wrap .hero-large .cover22 .hero-large__variation-first.wp-block-create-block-cover {
    display: flex;
    align-items: flex-end !important;
    min-height: calc(100vh - 3rem) !important; }
  .hero-large .cover22 .hero-large__variation-first h1, .hero-large .cover22 .hero-large__variation-first h2, .hero-large .cover22 .hero-large__variation-first p {
    margin-bottom: 1.5rem;
    margin-top: 0 !important; }
  .hero-large .cover22 .hero-large__variation-first .cover22__media {
    height: 100%; }
  .hero-large .cover22 .hero-large__variation-first .full.cover22__bgcolor {
    height: 100% !important; }
  .hero-large .cover22 .hero-large__variation-first .cover22__bgcolor.bottom {
    bottom: 0; } }
@media only screen and (max-width: 576px) {
  .hero-large .cover22 .hero-large__variation-first h1, .hero-large .cover22 .hero-large__variation-first h2, .hero-large .cover22 .hero-large__variation-first p {
    text-align: left !important; } }
@media only screen and (max-width: 1199px) {
  .hero-large .hero-large__variation-fourth.wp-block-columns {
    display: block; }
    .hero-large .hero-large__variation-fourth.wp-block-columns .wp-block-column {
      width: 100%;
      max-width: 100% !important;
      padding-left: 0 !important;
      padding-right: 0 !important; } }
@media only screen and (max-width: 576px) {
  .hero-large .hero-large__variation-fourth.wp-block-columns h1, .hero-large .hero-large__variation-fourth.wp-block-columns h2 {
    text-align: left !important; } }
.hero-large .animate-hero {
  display: inline-block;
  position: relative;
  transition: opacity .5s ease-in-out,transform .8s ease-in-out,-webkit-transform .8s ease-in-out; }
  .hero-large .animate-hero span {
    display: inline-block; }
  .hero-large .animate-hero .heart {
    position: relative;
    max-height: inherit;
    max-width: 5rem; }
    @media only screen and (max-width: 576px) {
      .hero-large .animate-hero .heart {
        max-width: 2rem; } }
  .hero-large .animate-hero svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: inherit;
    max-height: 1.5rem; }
  .hero-large .animate-hero .underline-path {
    stroke-dasharray: 1.1;
    stroke-dashoffset: 1.1;
    -webkit-clip-path: url(#underline-clip-path);
    clip-path: url(#underline-clip-path); }
.wp-admin .hero-large .animate-hero .underline-path {
  animation: draw-path 300ms linear forwards !important; }

.hero-large-wrap {
  height: calc(100vh - 5rem);
  position: relative;
  overflow: hidden;
  background-color: var(--wp--preset--color--light-gray); }
  .hero-large-wrap .wp-block-create-block-cover {
    min-height: 100% !important; }
  @media only screen and (max-width: 767px) {
    .hero-large-wrap {
      min-height: auto;
      height: calc(100vh - 5rem); }
      .hero-large-wrap .hero-large {
        height: 100%; } }
  @media only screen and (min-width: 1023px) {
    .hero-large-wrap.video {
      height: auto;
      padding-top: 56.25%; } }
  .hero-large-wrap.zoom-effect img {
    transform: scale(1.2);
    transition: 300ms all; }
  .hero-large-wrap.zoom-effect .slick-active.slick-current img,
  .hero-large-wrap.zoom-effect .keen-active img {
    animation: ken-burns-out 6s 1 ease-in-out forwards; }
  .hero-large-wrap.slider-wrapper .hero-large {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block; }
    .hero-large-wrap.slider-wrapper .hero-large .keen-slider__slide {
      transform: none !important;
      position: absolute !important;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100%;
      opacity: 0; }
    .hero-large-wrap.slider-wrapper .hero-large .keen-slider__slide.keen-active {
      opacity: 1 !important; }
    @media only screen and (max-width: 768px) {
      .hero-large-wrap.slider-wrapper .hero-large .wp-block-create-block-cover {
        min-height: auto !important;
        align-items: flex-end !important; } }
    .hero-large-wrap.slider-wrapper .hero-large .slick-initialized {
      height: 100%; }
    .hero-large-wrap.slider-wrapper .hero-large .slick-list,
    .hero-large-wrap.slider-wrapper .hero-large .slick-track,
    .hero-large-wrap.slider-wrapper .hero-large .slick-slide {
      height: 100% !important; }
  .hero-large-wrap.single-slide {
    min-height: auto !important; }
    .hero-large-wrap.single-slide .hero-large.keen-slider {
      position: relative; }
    .hero-large-wrap.single-slide .keen-slider__slide {
      position: relative !important;
      opacity: 1; }
  @media only screen and (max-width: 1023px) {
    .hero-large-wrap .hero-large .cover22 .wp-block-create-block-cover {
      display: flex;
      align-items: flex-end; } }
  @media only screen and (max-width: 767px) {
    .hero-large-wrap .hero-large .cover22 .wp-block-create-block-cover {
      align-items: flex-end !important; } }
  @media only screen and (max-width: 575px) {
    .hero-large-wrap .mobile-static {
      display: block !important; }
    .hero-large-wrap .desktop-static {
      display: none !important; } }
  .hero-large-wrap .mobile-static {
    display: none; }
  .hero-large-wrap .slick-initialized {
    padding-bottom: 0 !important; }
    .hero-large-wrap .slick-initialized .slick-prev,
    .hero-large-wrap .slick-initialized .slick-next {
      width: 50%;
      height: calc(100% - 5rem);
      top: 0% !important;
      transform: none;
      opacity: 0;
      margin: 0 !important;
      padding: 0 !important;
      z-index: 1;
      display: none !important; }
      @media only screen and (max-width: 1199px) {
        .hero-large-wrap .slick-initialized .slick-prev,
        .hero-large-wrap .slick-initialized .slick-next {
          display: none !important; } }
    .hero-large-wrap .slick-initialized .slick-prev {
      left: 0 !important; }
    .hero-large-wrap .slick-initialized .slick-next {
      right: 0 !important; }
  .hero-large-wrap .slick-slider h1, .hero-large-wrap .slick-slider h2, .hero-large-wrap .slick-slider h3, .hero-large-wrap .slick-slider h4, .hero-large-wrap .slick-slider p {
    pointer-events: none; }
  .hero-large-wrap .darg-div {
    position: fixed;
    width: 3.75rem;
    height: 3.75rem;
    background-color: #fff;
    opacity: 0;
    border-radius: 50%;
    transition: 300ms all; }
    @media only screen and (max-width: 1199px) {
      .hero-large-wrap .darg-div {
        display: none !important; } }
    .hero-large-wrap .darg-div svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0; }
    .hero-large-wrap .darg-div.prev .prev {
      opacity: 1; }
    .hero-large-wrap .darg-div.next .next {
      opacity: 1; }
  .hero-large-wrap .slick-dots {
    bottom: 2.65rem;
    z-index: 2;
    width: auto;
    left: 50%;
    transform: translateX(-50%); }
    @media only screen and (max-width: 576px) {
      .hero-large-wrap .slick-dots {
        bottom: 1.9rem; } }
    .hero-large-wrap .slick-dots li {
      width: 0;
      height: 0;
      margin: 0 10px; }
      .hero-large-wrap .slick-dots li:first-child {
        margin-left: 0 !important; }
      .hero-large-wrap .slick-dots li button {
        width: auto;
        height: auto;
        padding: 0; }
        .hero-large-wrap .slick-dots li button::before {
          font-size: 10px;
          width: auto;
          height: auto; }
      .hero-large-wrap .slick-dots li.slick-active button::before {
        opacity: 1; }
  .hero-large-wrap .slick-arrows-wrapper {
    padding: 0 !important;
    position: absolute;
    bottom: .5rem;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1; }
    .hero-large-wrap .slick-arrows-wrapper.hidden {
      display: none; }
    .hero-large-wrap .slick-arrows-wrapper.bottom-left {
      text-align: left; }
    .hero-large-wrap .slick-arrows-wrapper .slick-prev,
    .hero-large-wrap .slick-arrows-wrapper .slick-next {
      display: inline-block !important;
      position: relative !important;
      left: auto !important;
      right: auto !important;
      top: auto !important;
      width: auto;
      height: auto;
      line-height: normal !important;
      margin: .5rem;
      transform: none !important; }
    .hero-large-wrap .slick-arrows-wrapper .slick-prev {
      transform: scaleX(-1) !important; }

@media only screen and (min-width: 1280px) {
  .hero-large-section-down .wp-block-buttons {
    flex-wrap: nowrap !important; }
    .hero-large-section-down .wp-block-buttons > div {
      width: 50%; }
      .hero-large-section-down .wp-block-buttons > div .wp-block-button__link {
        width: 100%;
        text-align: left;
        min-height: 6.813rem;
        font-size: 1.75rem;
        text-transform: inherit;
        padding-top: 1.8rem;
        padding-left: 2rem;
        position: relative;
        transition: 300ms all;
        letter-spacing: 0; }
        .hero-large-section-down .wp-block-buttons > div .wp-block-button__link:hover {
          transform: scale(1.03); } }

@media only screen and (max-width: 1280px) {
  .hero-large-wrap .hero-large .cover22.video .hero-large__variation-first.wp-block-create-block-cover {
    min-height: auto !important;
    padding-bottom: 0 !important; } }
@media only screen and (max-width: 1023px) {
  .cover22__media.video {
    padding-top: 65%; } }
@media only screen and (max-width: 768px) {
  .hero-large-wrap .hero-large .cover22.video .hero-large__variation-first.wp-block-create-block-cover {
    min-height: calc(100vh - 3rem) !important; }

  .cover22__media.video {
    padding-top: 0%; } }
.keen-navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 !important;
  z-index: 2; }
  .keen-navigation .slider-dots {
    text-align: center; }
    .keen-navigation .slider-dots button {
      width: 0.625rem;
      height: 0.625rem;
      border-radius: 50%;
      outline: none;
      display: inline-block;
      border: none;
      background-color: var(--wp--preset--color--secondary);
      margin: 0 0.625rem;
      cursor: pointer;
      position: relative;
      padding: 0; }
      .keen-navigation .slider-dots button.active {
        background-color: var(--wp--preset--color--primary); }
  .keen-navigation.bottom-left .slider-dots,
  .keen-navigation.bottom-left .slider-arrows {
    text-align: left; }
  .keen-navigation .slider-arrows {
    text-align: center; }
    .keen-navigation .slider-arrows button {
      outline: none;
      display: inline-block;
      border: none;
      color: var(--wp--preset--color--secondary);
      width: 2rem;
      height: 2rem;
      padding: 0;
      cursor: pointer;
      margin: .5rem;
      background-color: transparent; }

/*//The animation: from 1.3 scale to 1*/
@-webkit-keyframes ken-burns-out {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
@keyframes ken-burns-out {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
@keyframes draw-path {
  0% {
    stroke-dashoffset: 1.1; }
  to {
    stroke-dashoffset: 0; } }
@keyframes bounce {
  50% {
    transform: translateY(-15px); } }
.instagram-reel-wrap {
  max-width: 20rem;
  margin-left: auto;
  position: relative; }
  .instagram-reel-wrap .video-react.video-react-fluid {
    border-radius: 0.625rem;
    overflow: hidden; }
  @media screen and (min-width: 1900px) {
    .instagram-reel-wrap {
      width: 22rem !important; } }
  @media screen and (min-width: 1280px) {
    .instagram-reel-wrap {
      position: absolute;
      top: -.5rem;
      right: 8rem;
      max-width: auto;
      width: 23rem; } }
  @media only screen and (max-width: 992px) {
    .instagram-reel-wrap {
      margin: 0 auto 3rem;
      max-width: 20rem; } }
  @media only screen and (max-width: 575px) {
    .instagram-reel-wrap {
      margin: 0 auto 3rem;
      max-width: 16rem; } }
  .instagram-reel-wrap::after {
    position: absolute;
    content: "";
    top: -.95rem;
    left: -1rem;
    width: calc(100% + 2rem);
    height: calc(100% + 1.98rem);
    background-image: url(/assets/img/iPhone-13.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    pointer-events: none; }
  @media only screen and (min-width: 1800px) {
    .instagram-reel-wrap::after {
      top: -.9rem; } }
  @media only screen and (max-width: 992px) {
    .instagram-reel-wrap::after {
      height: calc(100% + 2rem); } }
  @media only screen and (max-width: 575px) {
    .instagram-reel-wrap::after {
      top: -0.75rem;
      height: calc(100% + 1.5rem); } }

body .video-react-has-started .video-react-control-bar,
body .video-react .video-react-control {
  display: none; }

body .video-react.video-react-fluid {
  height: 100%; }

body .video-react .video-react-big-play-button.video-react-big-play-button-center {
  background: transparent;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  margin: 0; }
  body .video-react .video-react-big-play-button.video-react-big-play-button-center:before {
    font-size: 3rem;
    line-height: 4rem; }

@media screen and (min-width: 1280px) {
  .instagram-reel {
    min-height: 36rem; } }
@media screen and (min-width: 1600px) {
  .instagram-reel {
    min-height: 35rem; } }

.team {
  position: relative;
  overflow: hidden; }
  .team:hover .team__image .img-fit-width {
    transform: translateY(-50%) scale(1.1); }
  .team:hover .team__image .img-fit-height {
    transform: translateX(-50%) scale(1.1); }
  .team__title {
    color: var(--wp--preset--color--primary); }
  .team__role {
    color: var(--wp--preset--color--secondary); }
  .team__icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1; }
  .team__image {
    position: relative;
    overflow: hidden;
    border-radius: 0.625rem;
    padding-top: 90%; }
    .team__image .img-fit-width {
      top: 50%;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      object-fit: cover; }
    .team__image .img-fit-height {
      top: 0;
      left: 50%;
      height: 100%;
      width: auto;
      transform: translateX(-50%); }
    .team__image img {
      position: absolute;
      transition: 300ms all;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
  .team__content {
    padding: 1rem 0 0; }
    @media screen and (max-width: 575px) {
      .team__content {
        padding-top: 1rem !important; } }
    @media screen and (max-width: 575px) {
      .team__content.has-background-color {
        padding: 1rem !important; } }
    .team__content p {
      margin-top: .5rem;
      margin-bottom: 0; }
  .team__link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    box-shadow: none;
    cursor: pointer;
    border: none; }

.team-filter {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .team-filter {
      display: block; } }
  .team-filter__sort {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 575px) {
      .team-filter__sort {
        justify-content: flex-start; }
        .team-filter__sort select {
          padding-left: 0 !important; } }
    .team-filter__sort span {
      font-size: 1.2rem;
      color: #A2A2A2; }
    .team-filter__sort select {
      border: none;
      font-size: 1rem;
      color: var(--wp--preset--color--primary) !important;
      background-color: transparent !important;
      border: none !important;
      box-shadow: none !important;
      font-weight: 500;
      cursor: pointer;
      font-size: 1.2rem !important;
      padding-left: 0.5rem !important;
      width: auto !important;
      background-position: calc(100% - 1rem) center !important; }

.team-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 1rem; }
  @media screen and (min-width: 1024px) {
    .team-section {
      gap: 2rem; } }
  @media screen and (max-width: 1023px) {
    .team-section {
      grid-template-columns: repeat(3, 1fr) !important; } }
  @media screen and (max-width: 767px) {
    .team-section {
      grid-template-columns: repeat(2, 1fr) !important;
      gap: 2rem .5rem !important; } }
  @media only screen and (max-width: 575px) {
    .team-section {
      grid-template-columns: repeat(1, 1fr) !important;
      gap: 2rem .5rem !important; } }

@media screen and (min-width: 1900px) {
  .slick-slider.remove-padding {
    padding-bottom: 0 !important; } }

.team-preview.slick-slider .slick-track {
  align-items: stretch; }
@media screen and (min-width: 1280px) {
  .team-preview.arrows-position {
    padding-bottom: 0; }
    .team-preview.arrows-position .slick-prev,
    .team-preview.arrows-position .slick-next {
      top: -4.5rem !important; }
    .team-preview.arrows-position.right .slick-next {
      right: 0; }
    .team-preview.arrows-position.right .slick-prev {
      right: 3.5rem;
      left: auto; }
    .team-preview.arrows-position.left .slick-next {
      left: 3.5rem;
      right: 0; }
    .team-preview.arrows-position.left .slick-prev {
      left: 0; } }
.team-preview.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem; }
  @media screen and (max-width: 1023px) {
    .team-preview.grid {
      grid-template-columns: repeat(3, 1fr) !important; } }
  @media screen and (max-width: 768px) {
    .team-preview.grid {
      grid-template-columns: repeat(2, 1fr) !important; } }
  @media screen and (max-width: 576px) {
    .team-preview.grid {
      grid-template-columns: repeat(1, 1fr) !important; } }

.team-preview-wrapper .slick-slider.arrows-position--top-left .slick-next,
.team-preview-wrapper .slick-slider.arrows-position--top-left .slick-prev {
  top: 0 !important; }
.team-preview-wrapper .slick-slider .slick-track {
  width: 100% !important;
  flex-wrap: nowrap; }
.team-preview-wrapper .counter {
  color: grey;
  font-family: Outfit-Medium,Arial,sans-serif;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .15rem;
  margin-left: 6.5rem;
  position: relative;
  top: 0.6rem; }
.team-preview-wrapper .slick-slider.gutter-large .slick-slide {
  flex: 0 0 25%;
  box-sizing: border-box; }
  @media screen and (max-width: 1280px) {
    .team-preview-wrapper .slick-slider.gutter-large .slick-slide {
      flex: 0 0 33.33%; } }
  @media screen and (max-width: 991px) {
    .team-preview-wrapper .slick-slider.gutter-large .slick-slide {
      flex: 0 0 50%; } }
  @media screen and (max-width: 768px) {
    .team-preview-wrapper .slick-slider.gutter-large .slick-slide {
      flex: 0 0 100%; } }

.alert-cookie {
  position: fixed !important;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 99;
  background-color: #fff;
  padding: 1rem 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #484848;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.3); }
  .alert-cookie .inner-container {
    align-items: center;
    display: flex; }
    @media screen and (max-width: 575px) {
      .alert-cookie .inner-container {
        display: block; } }
  .alert-cookie .alert-cookie-link a {
    color: #a2a2a2;
    font-style: italic;
    text-decoration: underline !important; }
  .alert-cookie a {
    color: #484848; }
  .alert-cookie p {
    flex: 1 1;
    font-size: .875rem; }
    @media screen and (max-width: 575px) {
      .alert-cookie p {
        margin-bottom: 1rem !important; } }
  .alert-cookie .wp-block-buttons .wp-block-button {
    margin-bottom: 0 !important; }

.cookie-policy-content ol {
  list-style-type: decimal;
  padding-left: 1rem; }
  .cookie-policy-content ol li {
    display: list-item;
    text-align: -webkit-match-parent;
    line-height: 1.5rem; }
    .cookie-policy-content ol li ul {
      list-style-type: circle;
      margin-block-start: 0px;
      margin-block-end: 0px;
      padding-left: 1.5rem; }
.cookie-policy-content ul li {
  line-height: 1.5rem; }
.cookie-policy-content strong {
  font-weight: 500; }

.logo__image {
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .logo__image .media {
    position: relative; }
  .logo__image img {
    max-width: 100%;
    width: 150px; }
.logo__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.logo-wrapper {
  position: relative; }
  .logo-wrapper .separate {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  .logo-wrapper .slick-list {
    margin: 0 -.5rem; }
    .logo-wrapper .slick-list .slick-slide {
      padding: 0 .5rem; }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(24px, 0); } }
.header-documentation {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 80;
  -webkit-transition: 300ms all;
  transition: 300ms all; }
  .header-documentation .header {
    position: relative;
    z-index: 1;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    background: #fff;
    color: var(--wp--preset--color--primary); }
    .header-documentation .header .wp-block-button__link {
      border-radius: 1.875rem; }
  .header-documentation .documentation-header__back {
    padding: 1rem 1.8rem 1rem 1rem;
    background-color: #e5e5e5;
    display: inline-block;
    color: var(--wp--preset--color--primary); }
    @media screen and (max-width: 575px) {
      .header-documentation .documentation-header__back {
        padding: 1rem;
        font-size: .75rem; } }
    .header-documentation .documentation-header__back svg {
      width: 25px;
      height: initial;
      vertical-align: middle;
      margin-right: 0.8rem;
      fill: var(--wp--preset--color--primary); }
      @media screen and (max-width: 575px) {
        .header-documentation .documentation-header__back svg {
          margin-right: 0.1rem; } }

.documentation-header__back {
  padding: 1rem 1.8rem 1rem 1rem;
  background-color: #e5e5e5;
  display: inline-block; }
  .documentation-header__back svg {
    width: 25px;
    height: initial;
    vertical-align: middle;
    margin-right: 0.8rem;
    fill: var(--wp--preset--color--primary); }
  @media screen and (max-width: 575px) {
    .documentation-header__back {
      padding: 1rem;
      font-size: 0.75rem; }
      .documentation-header__back svg {
        margin-right: .1rem; } }

.documentation-banner {
  padding: 6rem 0;
  text-align: center; }
  @media screen and (max-width: 575px) {
    .documentation-banner {
      padding: 2rem 0; } }

.documentation .post {
  background-color: transparent; }
  .documentation .post__content {
    padding: 1rem 0 !important;
    background-color: transparent; }
    .documentation .post__content p span {
      padding: 0 0.625rem; }
  .documentation .post__btn {
    display: none; }
  .documentation .post__heading {
    font-size: 1rem;
    color: var(--wp--preset--color--primary) !important;
    font-weight: 400;
    margin: 0; }

.documentation-post .post {
  position: relative;
  overflow: hidden;
  border: .0625rem solid transparent;
  background: #e2e1e1;
  border-color: #EFEFEF;
  display: block;
  margin-bottom: 0; }
  .documentation-post .post__image {
    position: relative;
    overflow: hidden;
    width: 100%; }
    .documentation-post .post__image:before {
      display: block;
      padding-top: 75%;
      content: ""; }
    .documentation-post .post__image .label {
      position: absolute;
      top: 1rem;
      left: 1rem;
      z-index: 1;
      padding: .5rem 1rem;
      background-color: var(--wp--preset--color--primary);
      color: #fff; }
      .documentation-post .post__image .label a {
        color: #fff; }
  .documentation-post .post__content {
    padding: 1rem;
    background-color: #fff;
    padding-bottom: 2rem; }
  .documentation-post .post__btn {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    font-size: 75%;
    color: var(--wp--preset--color--primary); }
    .documentation-post .post__btn span {
      padding-left: 1rem; }
  .documentation-post .post__link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%; }
  @media screen and (min-width: 1280px) {
    .documentation-post .post__content {
      padding: 2rem;
      padding-bottom: 3rem; }
    .documentation-post .post__btn {
      bottom: 2rem;
      left: 2rem; } }
  .documentation-post .post--push .documentation-post .post__content {
    padding-bottom: 2rem; }
  @media screen and (min-width: 1280px) {
    .documentation-post .post--push .documentation-post .post__content {
      padding-bottom: 3rem; } }
.documentation-post .small {
  color: #acacac !important; }

.split .date {
  color: #484848;
  font-weight: 500; }
.split .map {
  padding-top: 25%; }
  @media screen and (min-width: 1024px) {
    .split .map {
      padding-top: 25%; } }
.split__content {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto; }
.split__media {
  position: relative;
  height: 100%;
  overflow: hidden; }
  .split__media .video-embed,
  .split__media .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .split__media:before {
    display: block;
    padding-top: 56.25%;
    content: ''; }
    .modal .split__media:before {
      padding-top: 75%; }
  .desktop .split__media:hover .split__logo {
    filter: grayscale(0); }
  .split__media.content-with-media:before {
    padding-top: 64.25%; }
  @media screen and (max-width: 1023px) {
    .split__media.content-with-media {
      margin-top: 1rem; } }
  .split__media .img-fit-width, .split__media .img-fit-height {
    position: absolute; }
  .split__media .img-fit-width {
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .split__media .img-fit-height {
    top: 0;
    left: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
.split__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  filter: grayscale(100%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 75%;
  transition: filter 0.3125s ease; }
@media screen and (min-width: 1280px) {
  .split__content {
    max-width: 90%; } }
@media screen and (min-width: 1600px) {
  .split__content {
    max-width: 80%; } }

@media screen and (max-width: 1023px) {
  .custom-grid {
    padding: 0; }
    .custom-grid .row {
      margin: 0; } }
.custom-grid .split__content {
  max-width: 100%;
  padding: 0; }
  @media screen and (max-width: 1023px) {
    .custom-grid .split__content {
      margin-top: 2rem;
      margin-bottom: 2rem; } }
@media screen and (max-width: 1023px) {
  .custom-grid__bg-white {
    background-color: #fff;
    padding-left: 1rem;
    padding-right: 1rem; } }

.btn-link {
  font-size: .875rem;
  color: #484848;
  font-weight: 500; }

.link-with-icon {
  display: block;
  text-decoration: none;
  font-size: 20px;
  line-height: 1; }
  .link-with-icon span {
    vertical-align: middle;
    font-size: inherit; }
    @media screen and (max-width: 575px) {
      .link-with-icon span {
        font-size: 1rem; } }
  @media screen and (max-width: 575px) {
    .link-with-icon svg {
      width: 2.125rem; } }

.link-with-icon-wrap.center {
  text-align: center; }
.link-with-icon-wrap.right {
  text-align: right; }

.link-with-icon {
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  line-height: 1rem; }
  .link-with-icon span {
    vertical-align: middle;
    font-size: inherit;
    display: inline-block; }
  .link-with-icon p {
    font-size: inherit;
    display: inline-block;
    vertical-align: middle; }
    .link-with-icon p span {
      font-size: inherit; }
  .link-with-icon:hover svg {
    fill: #fff; }
    .link-with-icon:hover svg circle {
      stroke: #fff; }
    .link-with-icon:hover svg line {
      stroke: var(--wp--preset--color--primary); }

.link-with-icon-wrap.center {
  text-align: center; }
.link-with-icon-wrap.right {
  text-align: right; }

body .block-editor-block-list__layout .block-editor-block-list__block {
  position: static; }

.video-react .video-react-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

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

.personalise-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 4;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  .personalise-modal .personalise {
    max-width: 35rem;
    background-color: #fff;
    padding: 2.5rem;
    border-radius: 0.625rem;
    overflow: hidden;
    padding-top: 1rem; }
    @media screen and (max-width: 575px) {
      .personalise-modal .personalise {
        padding: 1rem; } }
    .personalise-modal .personalise button {
      background-color: transparent;
      border: none;
      box-shadow: none;
      cursor: pointer;
      padding: 0;
      margin-right: -0.9rem; }
      @media screen and (max-width: 575px) {
        .personalise-modal .personalise button {
          margin-right: 0; } }
    .personalise-modal .personalise h2 {
      color: var(--wp--preset--color--primary); }
    .personalise-modal .personalise .form-input {
      background-color: transparent; }
    .personalise-modal .personalise p {
      font-size: .75rem;
      line-height: 1.125rem;
      color: #797979; }
    .personalise-modal .personalise__type .title, .personalise-modal .personalise__type p {
      color: var(--wp--preset--color--primary);
      font-weight: 600;
      font-size: .75rem;
      line-height: 1.125rem; }
    .personalise-modal .personalise__type ul {
      display: flex;
      padding: 0; }
      @media screen and (max-width: 575px) {
        .personalise-modal .personalise__type ul {
          flex-wrap: wrap; } }
      .personalise-modal .personalise__type ul li {
        display: inline-block;
        flex: 1;
        padding-right: 1rem; }
        @media screen and (max-width: 575px) {
          .personalise-modal .personalise__type ul li {
            flex: auto;
            width: 50%;
            max-width: 12rem;
            margin-bottom: 1rem; } }
        .personalise-modal .personalise__type ul li input[type="radio"] {
          display: none; }
          .personalise-modal .personalise__type ul li input[type="radio"]:checked ~ label .circle {
            border-width: 0.125rem;
            border-color: var(--wp--preset--color--primary); }
            .personalise-modal .personalise__type ul li input[type="radio"]:checked ~ label .circle::before {
              opacity: 1; }
        .personalise-modal .personalise__type ul li label {
          font-size: .75rem;
          line-height: 1.125rem;
          color: #495057;
          position: relative;
          padding-left: 2.5rem;
          cursor: pointer;
          display: inline-block; }
          .personalise-modal .personalise__type ul li label .circle {
            position: absolute;
            content: '';
            top: -.25rem;
            left: 0;
            width: 1.5rem;
            height: 1.5rem;
            border-radius: 50%;
            border: 0.063rem solid #DDE2E5;
            z-index: 1; }
            .personalise-modal .personalise__type ul li label .circle::before {
              position: absolute;
              content: '';
              top: .13rem;
              left: .13rem;
              width: 1rem;
              height: 1rem;
              border-radius: 50%;
              background-color: var(--wp--preset--color--secondary);
              opacity: 0; }

.show-personalise {
  position: fixed;
  z-index: 2;
  font-size: .875rem;
  right: 0px;
  transform-origin: 100% 0%;
  transform: rotate(90deg) translate(100%, 0%);
  top: 55%;
  background-color: transparent;
  border: none;
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  cursor: pointer;
  padding: .5rem 1rem;
  letter-spacing: .04rem; }

.no-zoom-effect img {
  transform: translateX(-50%) scale(1) !important; }

@media screen and (min-width: 1900px) {
  .slick-slider.remove-padding {
    padding-bottom: 0 !important; } }
.slick-slider.slick-center, .slick-slider.slick-list-slider {
  padding-bottom: 7rem; }
  @media screen and (max-width: 1279px) {
    .slick-slider.slick-center, .slick-slider.slick-list-slider {
      padding-bottom: 5rem; }
      .slick-slider.slick-center .slick-track, .slick-slider.slick-list-slider .slick-track {
        padding-left: 0rem !important;
        padding-right: 0rem !important; } }
  .slick-slider.slick-center .slick-prev,
  .slick-slider.slick-center .slick-next, .slick-slider.slick-list-slider .slick-prev,
  .slick-slider.slick-list-slider .slick-next {
    top: 94%;
    background: transparent !important;
    text-align: center;
    line-height: 4rem;
    font-size: 0 !important;
    padding: 1.5rem;
    width: auto;
    height: auto;
    padding: 0; }
    @media screen and (max-width: 575px) {
      .slick-slider.slick-center .slick-prev,
      .slick-slider.slick-center .slick-next, .slick-slider.slick-list-slider .slick-prev,
      .slick-slider.slick-list-slider .slick-next {
        top: 93%; } }
    .slick-slider.slick-center .slick-prev:hover,
    .slick-slider.slick-center .slick-next:hover, .slick-slider.slick-list-slider .slick-prev:hover,
    .slick-slider.slick-list-slider .slick-next:hover {
      background: var(--wp--preset--color--secondary); }
    .slick-slider.slick-center .slick-prev.slick-disabled,
    .slick-slider.slick-center .slick-next.slick-disabled, .slick-slider.slick-list-slider .slick-prev.slick-disabled,
    .slick-slider.slick-list-slider .slick-next.slick-disabled {
      opacity: 0.5; }
  .slick-slider.slick-center .slick-prev, .slick-slider.slick-list-slider .slick-prev {
    left: calc(50% - 3.438rem);
    transform: translate(0, -50%) scaleX(-1); }
    .slick-slider.slick-center .slick-prev:before, .slick-slider.slick-list-slider .slick-prev:before {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: inherit; }
    @media screen and (max-width: 575px) {
      .slick-slider.slick-center .slick-prev, .slick-slider.slick-list-slider .slick-prev {
        left: 0; } }
  .slick-slider.slick-center .slick-next, .slick-slider.slick-list-slider .slick-next {
    right: calc(50% - 3.438rem); }
    .slick-slider.slick-center .slick-next:before, .slick-slider.slick-list-slider .slick-next:before {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: inherit; }
    @media screen and (max-width: 575px) {
      .slick-slider.slick-center .slick-next, .slick-slider.slick-list-slider .slick-next {
        right: calc(100% - 7rem); } }
  .slick-slider.slick-center .slick-list, .slick-slider.slick-list-slider .slick-list {
    margin: 0 -0.4rem; }
  .slick-slider.slick-center .slick-slide, .slick-slider.slick-list-slider .slick-slide {
    padding: 0 0.4rem; }
    .slick-slider.slick-center .slick-slide > div, .slick-slider.slick-list-slider .slick-slide > div {
      height: 100%; }
      .slick-slider.slick-center .slick-slide > div > div, .slick-slider.slick-list-slider .slick-slide > div > div {
        height: 100%; }
  .slick-slider.slick-center .slick-track, .slick-slider.slick-list-slider .slick-track {
    display: flex !important; }
  .slick-slider.slick-center .slick-slide, .slick-slider.slick-list-slider .slick-slide {
    height: auto; }
@media only screen and (min-width: 1279px) {
  .slick-slider.slick-up-arrows {
    padding-bottom: 0 !important; }
    .slick-slider.slick-up-arrows .slick-prev,
    .slick-slider.slick-up-arrows .slick-next {
      bottom: calc(100% + 1.5rem);
      top: auto; }
    .slick-slider.slick-up-arrows .slick-next {
      right: 0; }
    .slick-slider.slick-up-arrows .slick-prev {
      left: auto;
      right: 4rem; } }
.slick-slider.slick-full .slick-list {
  overflow: visible; }
@media screen and (min-width: 1280px) {
  .slick-slider.gutter-large .slick-slide {
    padding: 0 1rem; }
  .slick-slider.gutter-large .slick-list {
    margin: 0 -1rem; } }
@media screen and (min-width: 1280px) {
  .slick-slider.gutter-extra-large .slick-slide {
    padding: 0 1.5rem; }
  .slick-slider.gutter-extra-large .slick-list {
    margin: 0 -1.5rem; } }
.slick-slider .slick-track {
  display: flex;
  align-items: center; }
.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 1; }
  .slick-slider .slick-prev:before,
  .slick-slider .slick-next:before {
    font-family: "FontAwesome";
    opacity: 1;
    color: inherit; }
.slick-slider .slick-prev {
  left: 0; }
.slick-slider .slick-next {
  right: 0; }
  .slick-slider .slick-next.slick-disabled {
    background-color: #e2e1e1;
    pointer-events: none; }
@media screen and (min-width: 1280px) {
  .slick-slider.arrows-position {
    padding-bottom: 0; }
    .slick-slider.arrows-position .slick-prev,
    .slick-slider.arrows-position .slick-next {
      top: -4.5rem !important; }
    .slick-slider.arrows-position.right .slick-next {
      right: 0; }
    .slick-slider.arrows-position.right .slick-prev {
      right: 4rem;
      left: auto; }
    .slick-slider.arrows-position.left .slick-next {
      left: 4rem;
      right: 0; }
    .slick-slider.arrows-position.left .slick-prev {
      left: 0; } }
@media screen and (min-width: 1280px) {
  .slick-slider.arrows-position--top-right, .slick-slider.arrows-position--top-left {
    padding-bottom: 0; }
    .slick-slider.arrows-position--top-right .slick-prev,
    .slick-slider.arrows-position--top-right .slick-next, .slick-slider.arrows-position--top-left .slick-prev,
    .slick-slider.arrows-position--top-left .slick-next {
      top: -4.5rem !important; } }
.slick-slider.arrows-position--top-right .slick-next {
  left: 4rem;
  right: 0; }
.slick-slider.arrows-position--top-right .slick-prev {
  left: 0; }
@media screen and (min-width: 1280px) {
  .slick-slider.arrows-position--top-right .slick-next {
    right: 0;
    left: auto; }
  .slick-slider.arrows-position--top-right .slick-prev {
    right: 4rem;
    left: auto; } }
.slick-slider.arrows-position--top-left .slick-next {
  left: 4rem;
  right: 0; }
.slick-slider.arrows-position--top-left .slick-prev {
  left: 0; }
.slick-slider.arrows-position--bottom-left .slick-next {
  left: 4rem;
  right: 0; }
.slick-slider.arrows-position--bottom-left .slick-prev {
  left: 0; }
.slick-slider.arrows-position--bottom-left .slick-dots {
  text-align: left; }
.slick-slider.arrows-position--hover {
  padding-bottom: 0 !important; }
  .slick-slider.arrows-position--hover .slick-arrow {
    display: none !important; }
  @media only screen and (max-width: 1199px) {
    .slick-slider.arrows-position--hover {
      padding-bottom: 5rem !important; }
      .slick-slider.arrows-position--hover .slick-arrow {
        display: block !important; }
      .slick-slider.arrows-position--hover.page-link-cs-module, .slick-slider.arrows-position--hover.news-preview, .slick-slider.arrows-position--hover.statement-list {
        padding-bottom: 0 !important; }
        .slick-slider.arrows-position--hover.page-link-cs-module .slick-arrow, .slick-slider.arrows-position--hover.news-preview .slick-arrow, .slick-slider.arrows-position--hover.statement-list .slick-arrow {
          display: none !important; } }
.slick-slider.bottom-left .slick-next {
  left: 4rem;
  right: 0; }
.slick-slider.bottom-left .slick-prev {
  left: 0; }
.slick-slider.bottom-left .slick-dots {
  text-align: left; }
@media screen and (min-width: 1280px) {
  .slick-slider.bottom-right .slick-next {
    right: 0; }
  .slick-slider.bottom-right .slick-prev {
    right: 4rem;
    left: auto; } }

.movable-div {
  position: fixed;
  width: 3.75rem;
  height: 3.75rem;
  background-color: #fff;
  border-radius: 50%;
  line-height: 3.75rem;
  text-align: center;
  opacity: 0;
  pointer-events: none; }
  @media only screen and (max-width: 1199px) {
    .movable-div {
      display: none; } }

.slick-dots li button {
  position: relative; }
  .slick-dots li button::before {
    display: none; }
  .slick-dots li button::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '/';
    display: block !important;
    width: 1px;
    height: 0.8rem;
    background: #A2A2A2;
    transform: rotate(17deg); }
.slick-dots li.slick-active button::after {
  background: var(--wp--preset--color--primary); }

.keen-slider:not([data-keen-slider-disabled]) {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: #fff0;
  align-content: flex-start;
  display: flex;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  width: 100%; }

.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%; }

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
  flex-direction: row-reverse; }

.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
  flex-wrap: wrap; }

.keen-slider.slick-full {
  overflow: visible !important; }

.keen-slider-wrapper {
  position: relative;
  padding-bottom: 7rem; }
  .keen-slider-wrapper.no-arrows .keen-arrows-buttons {
    display: none; }
  @media screen and (max-width: 1279px) {
    .keen-slider-wrapper {
      padding-bottom: 4rem; } }
  @media screen and (min-width: 1280px) {
    .keen-slider-wrapper.arrows-position--top-right, .keen-slider-wrapper.arrows-position--top-left {
      padding-bottom: 0; }
      .keen-slider-wrapper.arrows-position--top-right .keen-arrows-buttons, .keen-slider-wrapper.arrows-position--top-left .keen-arrows-buttons {
        bottom: auto;
        top: -5rem !important; }
        .keen-slider-wrapper.arrows-position--top-right .keen-arrows-buttons .slider-arrows, .keen-slider-wrapper.arrows-position--top-left .keen-arrows-buttons .slider-arrows {
          top: 0;
          bottom: auto; } }
  @media screen and (min-width: 1280px) {
    .keen-slider-wrapper.arrows-position--top-right .keen-arrows-buttons .slider-arrows.slider-prev {
      left: auto;
      right: 4rem; }
    .keen-slider-wrapper.arrows-position--top-right .keen-arrows-buttons .slider-arrows.slider-next {
      left: auto;
      right: 0; } }
  @media screen and (min-width: 1280px) {
    .keen-slider-wrapper.arrows-position--top-left .keen-arrows-buttons .slider-arrows.slider-prev, .keen-slider-wrapper.arrows-position--bottom-left .keen-arrows-buttons .slider-arrows.slider-prev {
      left: 0; }
    .keen-slider-wrapper.arrows-position--top-left .keen-arrows-buttons .slider-arrows.slider-next, .keen-slider-wrapper.arrows-position--bottom-left .keen-arrows-buttons .slider-arrows.slider-next {
      left: 4rem;
      right: 0; } }
  @media screen and (min-width: 1280px) {
    .keen-slider-wrapper.arrows-position--hover {
      padding-bottom: 0; }
      .keen-slider-wrapper.arrows-position--hover .keen-arrows-buttons {
        display: none; }
      .keen-slider-wrapper.arrows-position--hover .page-link-cs__item,
      .keen-slider-wrapper.arrows-position--hover .page-link-cs__item img,
      .keen-slider-wrapper.arrows-position--hover .image-mark,
      .keen-slider-wrapper.arrows-position--hover .post__link {
        cursor: url("/assets/img/drag-arrow.svg") 40 40, auto; } }
  .keen-slider-wrapper.arrows-position--center {
    padding-bottom: 0; }
    .keen-slider-wrapper.arrows-position--center .keen-arrows-buttons {
      top: 50%;
      bottom: auto !important;
      transform: translateY(-50%) !important; }
      .keen-slider-wrapper.arrows-position--center .keen-arrows-buttons .slider-prev,
      .keen-slider-wrapper.arrows-position--center .keen-arrows-buttons .slider-next {
        top: 50%;
        bottom: auto !important;
        transform: translateY(-50%) !important;
        margin-top: -3.5rem; }
      .keen-slider-wrapper.arrows-position--center .keen-arrows-buttons .slider-prev {
        left: -.5rem !important;
        transform: translateY(-50%) scaleX(-1) !important; }
        @media only screen and (min-width: 577px) {
          .keen-slider-wrapper.arrows-position--center .keen-arrows-buttons .slider-prev {
            left: calc(0% + 15.5%) !important; } }
      .keen-slider-wrapper.arrows-position--center .keen-arrows-buttons .slider-next {
        right: -.5rem !important;
        left: auto !important; }
        @media only screen and (min-width: 577px) {
          .keen-slider-wrapper.arrows-position--center .keen-arrows-buttons .slider-next {
            right: calc(0% + 15%) !important; } }
  @media screen and (min-width: 1280px) {
    .keen-slider-wrapper.hide-padding {
      padding-bottom: 0; }
      .keen-slider-wrapper.hide-padding .keen-arrows-buttons {
        display: none; } }
  .keen-slider-wrapper .keen-arrows-buttons {
    position: absolute;
    width: 100%;
    bottom: 0; }
    .keen-slider-wrapper .keen-arrows-buttons .slider-arrows {
      position: absolute;
      bottom: 0;
      background-color: #fff;
      border: 0.063rem solid #a2a2a2;
      border-radius: 3rem;
      color: #a2a2a2;
      font-size: 0.875rem;
      height: 3rem;
      width: 3rem;
      cursor: pointer; }
      .keen-slider-wrapper .keen-arrows-buttons .slider-arrows::before {
        font-family: FontAwesome; }
      .keen-slider-wrapper .keen-arrows-buttons .slider-arrows.slider-prev {
        left: calc(50% - 3.438rem);
        transform: scaleX(-1); }
        @media screen and (max-width: 1279px) {
          .keen-slider-wrapper .keen-arrows-buttons .slider-arrows.slider-prev {
            left: 0; } }
      .keen-slider-wrapper .keen-arrows-buttons .slider-arrows.slider-next {
        right: calc(50% - 3.438rem); }
        @media screen and (max-width: 1279px) {
          .keen-slider-wrapper .keen-arrows-buttons .slider-arrows.slider-next {
            left: 4rem;
            right: 0; } }
      .keen-slider-wrapper .keen-arrows-buttons .slider-arrows.disabled {
        opacity: 0.2;
        cursor: not-allowed; }
  .keen-slider-wrapper .fader {
    position: relative;
    overflow: hidden;
    padding-top: 65%; }
    .keen-slider-wrapper .fader .fader__slide {
      display: block;
      overflow: hidden;
      transition: opacity 100ms ease 0s; }

.dots-keen-slider {
  display: flex;
  padding: 10px 0;
  justify-content: center; }
  .dots-keen-slider .dot {
    border: none;
    width: 10px;
    height: 10px;
    background: #c5c5c5;
    border-radius: 50%;
    margin: 0 5px;
    padding: 5px;
    cursor: pointer; }
  .dots-keen-slider .dot:focus {
    outline: none; }
  .dots-keen-slider .dot.active {
    background: #000; }

.multi-select .dropdown-content {
  font-size: .8rem !important; }

.interface-complementary-area .components-panel {
  font-size: 0.8rem !important; }

.interface-interface-skeleton__sidebar h1, .interface-interface-skeleton__sidebar h2, .interface-interface-skeleton__sidebar h3, .interface-interface-skeleton__sidebar h4, .interface-interface-skeleton__sidebar h5, .interface-interface-skeleton__sidebar h6 {
  line-height: inherit !important; }

img.lazyload {
  opacity: 0;
  transition: opacity 400ms; }

img.lazyloaded {
  opacity: 1; }

.form-staged {
  position: relative;
  padding-bottom: 2rem; }
  .form-staged--hide-label .form-staged__step label {
    display: none; }
  @media screen and (min-width: 1024px) {
    .form-staged--hide-label .form-input {
      padding: 0.925rem 0px 0; } }
  .form-staged .hidden {
    display: none !important; }
  .form-staged button, .form-staged p {
    font-family: inherit;
    outline: none !important; }
  .form-staged button.download {
    cursor: pointer; }
    .form-staged button.download.icon {
      position: relative;
      padding-right: 3rem !important; }
      .form-staged button.download.icon svg {
        position: absolute;
        top: 50%;
        right: 1.5rem;
        transform: translateY(-50%); }
      .form-staged button.download.icon:hover svg path {
        fill: var(--wp--preset--color--primary); }
  .form-staged__location {
    position: relative; }
    .form-staged__location svg {
      position: absolute;
      right: 1rem;
      top: 56%; }
    .form-staged__location .form-input {
      padding-right: 2rem; }
  .form-staged__error {
    border-color: #ff0000 !important;
    color: #ff0000; }
  .form-staged__errormessage {
    color: #ff0000;
    font-size: .875rem; }
  .form-staged__link {
    font-size: .75rem; }
    .form-staged__link a {
      color: inherit; }
  .form-staged__form-label {
    color: #605c5c;
    letter-spacing: 0.08rem;
    font-weight: 500; }
  .form-staged__short-description {
    color: #313131; }
  .form-staged__title {
    color: var(--wp--preset--color--primary); }
  .form-staged__col {
    display: flex;
    margin: 0 -.7rem; }
    .form-staged__col .form-group {
      padding: 0 .7rem;
      flex: 1; }
    @media screen and (max-width: 575px) {
      .form-staged__col {
        display: block; } }
  .form-staged__submit-wrap {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 575px) {
      .form-staged__submit-wrap {
        display: block; } }
  .form-staged__terms {
    color: #605c5c; }
    .form-staged__terms a {
      text-decoration: underline !important;
      color: #605c5c; }
  .form-staged--alert .label-title {
    display: none; }
  .form-staged--alert .location-cell {
    max-width: 100%;
    flex: inherit; }
    .form-staged--alert .location-cell .form-group {
      position: relative; }
      .form-staged--alert .location-cell .form-group .form-input {
        padding-left: 2.5rem; }
      .form-staged--alert .location-cell .form-group .search-icon {
        position: absolute;
        top: 50%;
        transform: translateY(28%);
        left: 1rem; }
  .form-staged--alert .radius-cell {
    display: none; }
  .form-staged__label {
    font-size: 0.875rem;
    font-family: inherit; }
    @media screen and (min-width: 1900px) {
      .form-staged__label {
        font-size: 1rem; } }
    .bg-primary .form-staged__label {
      color: #fff; }
  .form-staged__step {
    display: none;
    margin-bottom: 1rem; }
    .form-staged__step.active, .form-staged__step:first-child {
      display: block; }
    .form-staged__step label {
      font-size: 0.75rem !important;
      line-height: 1.125rem;
      margin-bottom: 0.5rem;
      display: block;
      color: #605c5c;
      font-weight: 500;
      letter-spacing: .05rem; }
    .form-staged__step .upload-file {
      position: relative; }
      .form-staged__step .upload-file .form-input {
        cursor: pointer;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
      .form-staged__step .upload-file .upload-icon {
        position: absolute;
        top: 50%;
        right: 1.5rem;
        transform: translateY(-50%);
        pointer-events: no; }
  .form-staged__next, .form-staged__submit, .form-staged__prev {
    text-align: center !important;
    font-size: 0.875rem;
    background-color: transparent;
    box-shadow: none;
    border: none;
    padding: 1.25rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer; }
    .form-staged__next svg, .form-staged__submit svg, .form-staged__prev svg {
      vertical-align: text-bottom;
      margin-left: 0.6rem;
      padding: 0 !important; }
    @media screen and (max-width: 575px) {
      .form-staged__next, .form-staged__submit, .form-staged__prev {
        padding: 1rem 1.5rem; } }
  .form-staged__submit {
    background-color: var(--wp--preset--color--primary);
    color: #fff; }
  .form-staged__next {
    background-color: var(--wp--preset--color--secondary);
    color: #fff; }
  .form-staged__prev {
    background-color: var(--wp--preset--color--secondary);
    color: #fff; }
    .is-style-outline .form-staged__prev svg path {
      fill: var(--wp--preset--color--secondary); }
    .is-style-outline .form-staged__prev:hover svg path {
      fill: #fff; }
    .form-staged__prev svg {
      margin-left: 0;
      margin-right: 0.6rem;
      transform: scaleX(-1); }
    .form-staged__prev [class*="fa-"],
    .form-staged__prev [class*="im-"] {
      left: 0.75rem !important;
      transform: translateX(-50%) translateY(-50%) !important;
      color: #dddd; }
      @media screen and (min-width: 768px) {
        .form-staged__prev [class*="fa-"],
        .form-staged__prev [class*="im-"] {
          left: 0.75rem !important; } }
  .form-staged__success {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100vh;
    opacity: 0;
    background-color: #fff;
    color: var(--wp--preset--color--primary);
    transition: z-index 0.3125s ease, opacity 0.3125s ease;
    padding: 0;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1023px) {
      .form-staged__success {
        width: 100%; } }
    .bg-primary .form-staged__success {
      color: #fff !important; }
    .form-staged__success.active {
      z-index: 9;
      opacity: 1; }
    .form-staged__success h2,
    .form-staged__success h3,
    .form-staged__success h4,
    .form-staged__success .h2,
    .form-staged__success .h3,
    .form-staged__success .h4 {
      margin-bottom: 0.5rem; }
    .form-staged__success span svg {
      width: 3rem;
      position: relative;
      top: 0.625rem; }
  .form-staged__inner-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .form-staged__success-inner {
    padding: 1rem;
    margin: 0 auto;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .form-staged__success-inner {
        max-width: 35rem; } }
    @media screen and (min-width: 1024px) {
      .form-staged__success-inner {
        padding: 1rem 2.5rem;
        max-width: 37rem; } }
    @media screen and (max-width: 575px) {
      .form-staged__success-inner {
        padding-bottom: 3rem; } }
  .form-staged__success-check {
    font-size: 2.5rem;
    margin-bottom: 1rem !important; }
    @media screen and (min-width: 768px) {
      .form-staged__success-check {
        margin-bottom: 0 !important; } }
    @media screen and (min-width: 1280px) {
      .form-staged__success-check {
        font-size: 3rem; } }
  .form-staged__progress {
    position: relative;
    overflow: visible;
    width: 100%;
    height: 0.5rem;
    background-color: #fff; }
  .form-staged__progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 0.5rem;
    background-color: #ddd;
    font-size: 0; }
  .form-staged__purchase {
    display: none; }
    .form-staged__purchase.active {
      display: block; }
  .form-staged__steps {
    position: absolute;
    top: 1rem;
    right: 0;
    margin: 0;
    color: #ddd;
    font-size: 0.875rem;
    font-weight: 700; }
  .form-staged--compact {
    padding-bottom: 0.25rem;
    margin-bottom: 2rem; }
    .form-staged--compact .form-staged__step,
    .form-staged--compact .form-group {
      margin-bottom: 0; }
    .form-staged--compact .form-input-wrapper {
      margin-right: 0; }
    .form-staged--compact .form-staged__next {
      width: auto;
      height: 3rem;
      margin-top: 1rem; }
    .form-staged--compact .form-staged__prev {
      height: 3rem; }
    .form-staged--compact .form-staged__submit {
      width: auto;
      height: 3rem;
      margin-top: 1rem; }
    .form-staged--compact .form-staged__error {
      position: absolute;
      top: 100%;
      right: 0; }
    .form-staged--compact .form-staged__steps {
      display: none; }
    .form-staged--compact .form-staged__success {
      position: relative;
      z-index: 5; }
    .form-staged--compact .form-staged__success-inner {
      margin-left: -0.5rem;
      margin-right: -0.5rem; }
      .form-staged--compact .form-staged__success-inner p,
      .form-staged--compact .form-staged__success-inner h3 {
        display: block; }
    .form-staged--compact .form-staged__progress {
      position: absolute;
      bottom: 4rem;
      height: 0.25rem;
      background: #605c5c;
      z-index: 3;
      overflow: hidden; }
    .form-staged--compact .form-staged__progress-bar {
      height: 0.25rem; }
  .form-staged--letting .form-staged__success {
    position: fixed;
    height: 100%; }
  .form-staged__heading.muted {
    font-size: calc(20px + 4 * ((100vw - 576px) / 1024));
    color: #605c5c;
    display: block !important; }
    .form-staged__heading.muted + p {
      display: none; }
  .form-staged .gdpr {
    color: #fff;
    font-size: 0.75rem; }
    .bg-primary .form-staged .gdpr label {
      color: #fff; }
    .form-staged .gdpr a {
      text-decoration: underline; }
      .bg-primary .form-staged .gdpr a {
        color: #fff; }
  .form-staged__card {
    border-radius: 0.625rem;
    overflow: hidden;
    padding: 1.5rem 1rem;
    text-align: center; }
    .form-staged__card .text-transform-uppercase {
      font-weight: 500;
      letter-spacing: 0.14rem; }
    .form-staged__card .form-staged__prev {
      background-color: #fff;
      color: var(--wp--preset--color--primary); }
    .form-staged__card .form-staged__next {
      background-color: var(--wp--preset--color--primary);
      color: #fff; }

.modalwarp {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none; }
  .modalwarp.active {
    display: block; }
  .modalwarp__media-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%; }
    .modalwarp__media-full img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media screen and (max-width: 1023px) {
      .modalwarp__media-full {
        display: none; } }
  .modalwarp__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 99; }
    @media screen and (min-width: 767px) {
      .modalwarp__close {
        top: 2rem;
        right: 2rem; } }
  .modalwarp__inner {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1023px) {
      .modalwarp__inner {
        display: block;
        padding-top: 7rem; } }
    @media screen and (max-width: 1023px) {
      .modalwarp__inner {
        display: block;
        padding-top: 4rem; } }
  .modalwarp__panel {
    width: 100%; }
  .modalwarp__action {
    padding: 1rem;
    margin: auto;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .modalwarp__action {
        max-width: 35rem; } }
    @media screen and (min-width: 1024px) {
      .modalwarp__action {
        padding: 4rem 2.5rem;
        max-width: 40rem; } }
    @media screen and (max-width: 575px) {
      .modalwarp__action {
        padding-bottom: 3rem; } }
  .modalwarp__content {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex; }
  @media screen and (min-width: 1280px) {
    .modalwarp.calculator {
      background: rgba(0, 0, 0, 0.8);
      border-radius: 0;
      padding: 5rem; }
      .modalwarp.calculator .modalwarp__inner {
        background: #fff;
        border-radius: 0.625rem; }
      .modalwarp.calculator .modalwarp__content {
        overflow: hidden; }
      .modalwarp.calculator .modalwarp__close {
        top: 7rem;
        right: 7rem; } }
  .modalwarp.calculator .form-staged__next,
  .modalwarp.calculator .form-staged__submit {
    width: 100%; }
    .modalwarp.calculator .form-staged__next svg,
    .modalwarp.calculator .form-staged__submit svg {
      display: none; }
  .modalwarp.calculator .calculator.bg-white {
    background-color: #EEF2F4 !important;
    color: var(--wp--preset--color--primary) !important; }
    .modalwarp.calculator .calculator.bg-white h4, .modalwarp.calculator .calculator.bg-white .result {
      text-align: center; }

@keyframes fadein {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.modal__close {
  z-index: 1; }
.modal--team {
  display: block !important;
  overflow-y: scroll; }
  @media screen and (max-width: 1023px) {
    .modal--team {
      display: block !important;
      overflow: scroll; }
      .modal--team .wp-block-columns {
        display: block; }
        .modal--team .wp-block-columns .wp-block-column {
          padding-left: 0 !important;
          padding-top: 3.5rem; } }
  @media screen and (max-width: 575px) {
    .modal--team .wp-block-columns .wp-block-column:last-child {
      padding-top: 1.5rem; } }
  @media screen and (max-width: 575px) {
    .modal--team h5 {
      margin-bottom: 1rem !important; } }
  .modal--team .modal__inner {
    border-radius: none;
    max-width: 95rem;
    margin: 0 auto; }
    .modal--team .modal__inner:before {
      display: none; }
    .modal--team .modal__inner > div {
      position: relative; }
    .modal--team .modal__inner p {
      margin-bottom: 1rem; }
    .modal--team .modal__inner .wp-block-columns {
      margin-bottom: 0 !important; }
    .modal--team .modal__inner figure {
      overflow: hidden; }
      .modal--team .modal__inner figure img {
        max-width: 100%;
        margin: 0 auto;
        display: block;
        object-fit: cover; }
        @media screen and (max-width: 575px) {
          .modal--team .modal__inner figure img {
            max-width: 100%; } }
      .modal--team .modal__inner figure.wp-block-video {
        padding-top: 100%; }
        .modal--team .modal__inner figure.wp-block-video video {
          object-fit: cover; }
    .modal--team .modal__inner iframe {
      position: relative;
      height: 30rem; }

.ReactModal__Overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff; }
  .ReactModal__Overlay.hide {
    display: none; }
  .ReactModal__Overlay .property-slider .property__image::before {
    padding-top: 56.25%; }
  .ReactModal__Overlay .property-slider .property__image.epc {
    text-align: center; }
    .ReactModal__Overlay .property-slider .property__image.epc img {
      display: inline-block; }
    .ReactModal__Overlay .property-slider .property__image.epc::before {
      display: none; }

.video-modal-section.wp-block-cover .wp-block-cover__inner-container {
  z-index: inherit; }

.modal {
  position: relative;
  padding: 1rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .modal--image-gallery {
    padding: 0 !important; }
  .modal.save {
    height: 100%; }
  @media screen and (min-width: 767px) {
    .modal {
      padding: 4rem; } }
  .modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: transparent;
    border: none;
    cursor: pointer; }
    @media screen and (min-width: 767px) {
      .modal__close {
        top: 2rem;
        right: 2rem; } }
  .modal__inner {
    width: 100%;
    position: relative; }
    @media screen and (min-width: 767px) {
      .modal__inner {
        max-width: 65rem; } }
    @media screen and (min-width: 1900px) {
      .modal__inner {
        max-width: 85rem; } }
    .modal__inner:before {
      display: block;
      padding-top: 56.6%;
      content: ''; }
    .modal__inner iframe, .modal__inner video {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 10;
      width: 100%;
      height: 100%;
      border-radius: 0.625rem;
      overflow: hidden; }
    .modal__inner .play-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 10;
      pointer-events: none; }
      @media screen and (max-width: 575px) {
        .modal__inner .play-icon {
          width: 6rem; } }
    .modal__inner .cover {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 11;
      width: 100%;
      height: 100%;
      cursor: pointer; }
      .modal__inner .cover.hide {
        display: none; }

.animate.animated {
  opacity: 1; }

.animate {
  position: relative;
  transition: opacity .5s ease-in-out,transform .8s ease-in-out,-webkit-transform .8s ease-in-out; }
  .animate.fade-bottom {
    opacity: 0;
    position: relative; }
    .animate.fade-bottom.animated {
      animation: fade-bottom 900ms forwards; }
    .wp-admin .animate.fade-bottom {
      animation: fade-bottom 900ms forwards; }
  .animate.fade-left {
    opacity: 0; }
    .animate.fade-left.animated {
      animation: fade-left 900ms forwards; }
    .wp-admin .animate.fade-left {
      animation: fade-left 900ms forwards; }
  .animate.fade-right {
    opacity: 0; }
    .animate.fade-right.animated {
      animation: fade-right 900ms forwards; }
    .wp-admin .animate.fade-right {
      animation: fade-right 900ms forwards; }
  .animate.zoom-up {
    opacity: 0; }
    .animate.zoom-up.animated {
      animation: zoom-up 900ms forwards; }
    .wp-admin .animate.zoom-up {
      animation: zoom-up 900ms forwards; }
  .animate.heartbeat.animated svg {
    opacity: 0;
    animation: heartbeat 1s forwards; }
  .wp-admin .animate.heartbeat svg {
    animation: heartbeat 1s forwards; }
  @media only screen and (max-width: 575px) {
    .animate.heartbeat svg {
      width: 2.5rem;
      height: 2.5rem; } }
  .slick-current .animate.heartbeat {
    opacity: 0;
    animation: heartbeat 1s forwards; }
  .animate.draw-line {
    display: inline-block; }
    .animate.draw-line svg {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: inherit;
      max-height: 1.5rem; }
    .animate.draw-line .underline-path {
      stroke-dasharray: 1.1;
      stroke-dashoffset: 1.1;
      -webkit-clip-path: url(#underline-clip-path);
      clip-path: url(#underline-clip-path); }
    .animate.draw-line.animated .underline-path {
      animation: draw-path 300ms linear forwards; }
    .wp-admin .animate.draw-line .underline-path {
      animation: draw-path 300ms linear forwards !important; }
  .animate.bounce.animated {
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .wp-admin .animate.bounce {
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95); }

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes zoom-up {
  0% {
    transform: scale(0.5);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }
@keyframes draw-line {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes heartbeat {
  0% {
    transform: scale(1);
    opacity: 0; }
  25% {
    transform: scale(1.2);
    opacity: 1; }
  50% {
    transform: scale(1);
    opacity: 1; }
  75% {
    transform: scale(1.2);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }
@keyframes draw-path {
  0% {
    stroke-dashoffset: 1.1; }
  to {
    stroke-dashoffset: 0; } }
@keyframes bounce {
  50% {
    transform: translateY(-15px); } }
@media screen and (max-width: 575px) {
  h2 .draw-line, h3 .draw-line, h4 .draw-line {
    padding-bottom: 0 !important; }
    h2 .draw-line svg, h3 .draw-line svg, h4 .draw-line svg {
      display: none; } }

.block-editor-iframe__body .animate {
  opacity: 1 !important; }

.shimmer__effect {
  animation-duration: 2.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmer;
  animation-timing-function: linear;
  background: #ddd;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 1200px 100%;
  border-radius: 0.313rem;
  display: block; }
  .shimmer__effect.width-10 {
    width: 10%; }
  .shimmer__effect.width-15 {
    width: 15%; }
  .shimmer__effect.width-20 {
    width: 20%; }
  .shimmer__effect.width-30 {
    width: 30%; }
  .shimmer__effect.width-40 {
    width: 40%; }
  .shimmer__effect.width-50 {
    width: 50%; }
  .shimmer__effect.width-60 {
    width: 60%; }
  .shimmer__effect.width-70 {
    width: 70%; }
  .shimmer__effect.width-80 {
    width: 80%; }
  .shimmer__effect.width-90 {
    width: 90%; }
  .shimmer__effect.width-100 {
    width: 100%; }
  .shimmer__effect.height-16 {
    height: 1rem; }
  .shimmer__effect.height-24 {
    height: 1.5rem; }
  .shimmer__effect.height-32 {
    height: 2rem; }
  .shimmer__effect.height-40 {
    height: 2.5rem; }
  .shimmer__effect.height-48 {
    height: 3rem; }
  .shimmer__effect.height-64 {
    height: 4rem; }
  .shimmer__effect.height-80 {
    height: 5rem; }
  .shimmer__effect.img {
    width: 4rem;
    height: 4rem;
    border-radius: 50%; }
  .shimmer__effect.news {
    position: absolute;
    height: 100% !important; }
.shimmer.post--slider .shimmer__effect {
  margin: 0 auto; }

.spinner-loader {
  position: relative;
  top: 0.25rem;
  width: 1rem;
  --b: 0.5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(#0000 10%, #000000) content-box;
  -webkit-mask: repeating-conic-gradient(#0000 0deg, #000 1deg 20deg, #0000 21deg 36deg), radial-gradient(farthest-side, #0000 calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: l4 1s infinite steps(10);
  margin-left: .5rem;
  display: inline-block; }

@keyframes l4 {
  to {
    transform: rotate(1turn); } }
@-webkit-keyframes shimmer {
  0% {
    background-position: -100% 0; }
  100% {
    background-position: 100% 0; } }
@keyframes shimmer {
  0% {
    background-position: -1200px 0; }
  100% {
    background-position: 1200px 0; } }
.loader-wrap {
  text-align: center; }

.loader {
  position: relative;
  width: 75px;
  height: 100px;
  margin: 0 auto; }
  .loader__bar {
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 50%;
    background: var(--wp--preset--color--secondary);
    transform-origin: center bottom;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); }
    .loader__bar:nth-child(1) {
      left: 0px;
      transform: scale(1, 0.2);
      animation: barUp1 4s infinite; }
    .loader__bar:nth-child(2) {
      left: 15px;
      transform: scale(1, 0.4);
      animation: barUp2 4s infinite; }
    .loader__bar:nth-child(3) {
      left: 30px;
      transform: scale(1, 0.6);
      animation: barUp3 4s infinite; }
    .loader__bar:nth-child(4) {
      left: 45px;
      transform: scale(1, 0.8);
      animation: barUp4 4s infinite; }
    .loader__bar:nth-child(5) {
      left: 60px;
      transform: scale(1, 1);
      animation: barUp5 4s infinite; }
  .loader__ball {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background: var(--wp--preset--color--secondary);
    border-radius: 50%;
    animation: ball 4s infinite; }

@keyframes ball {
  0% {
    transform: translate(0, 0); }
  5% {
    transform: translate(8px, -14px); }
  10% {
    transform: translate(15px, -10px); }
  17% {
    transform: translate(23px, -24px); }
  20% {
    transform: translate(30px, -20px); }
  27% {
    transform: translate(38px, -34px); }
  30% {
    transform: translate(45px, -30px); }
  37% {
    transform: translate(53px, -44px); }
  40% {
    transform: translate(60px, -40px); }
  50% {
    transform: translate(60px, 0); }
  57% {
    transform: translate(53px, -14px); }
  60% {
    transform: translate(45px, -10px); }
  67% {
    transform: translate(37px, -24px); }
  70% {
    transform: translate(30px, -20px); }
  77% {
    transform: translate(22px, -34px); }
  80% {
    transform: translate(15px, -30px); }
  87% {
    transform: translate(7px, -44px); }
  90% {
    transform: translate(0, -40px); }
  100% {
    transform: translate(0, 0); } }
@keyframes barUp1 {
  0% {
    transform: scale(1, 0.2); }
  40% {
    transform: scale(1, 0.2); }
  50% {
    transform: scale(1, 1); }
  90% {
    transform: scale(1, 1); }
  100% {
    transform: scale(1, 0.2); } }
@keyframes barUp2 {
  0% {
    transform: scale(1, 0.4); }
  40% {
    transform: scale(1, 0.4); }
  50% {
    transform: scale(1, 0.8); }
  90% {
    transform: scale(1, 0.8); }
  100% {
    transform: scale(1, 0.4); } }
@keyframes barUp3 {
  0% {
    transform: scale(1, 0.6); }
  100% {
    transform: scale(1, 0.6); } }
@keyframes barUp4 {
  0% {
    transform: scale(1, 0.8); }
  40% {
    transform: scale(1, 0.8); }
  50% {
    transform: scale(1, 0.4); }
  90% {
    transform: scale(1, 0.4); }
  100% {
    transform: scale(1, 0.8); } }
@keyframes barUp5 {
  0% {
    transform: scale(1, 1); }
  40% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1, 0.2); }
  90% {
    transform: scale(1, 0.2); }
  100% {
    transform: scale(1, 1); } }
@media screen and (max-width: 575px) {
  h1, h2, h3, h4, h5, h6 {
    text-align: left !important; }
    h1.text-align-center-mobile, h2.text-align-center-mobile, h3.text-align-center-mobile, h4.text-align-center-mobile, h5.text-align-center-mobile, h6.text-align-center-mobile {
      text-align: center !important; } }

@media screen and (max-width: 575px) {
  .text-align-left-mobile p {
    text-align: left !important; } }

@media screen and (max-width: 575px) {
  p.has-text-align-center {
    text-align: left !important; } }

body .wp-block-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  body .wp-block-buttons .width-100 .wp-block-button__link {
    width: 100%; }
  body .wp-block-buttons .wp-block-button {
    font-weight: 500;
    font-size: 0.875rem; }
    body .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
      padding: 0.945rem 1.5rem; }
      body .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
        border-color: transparent !important; }
      @media screen and (max-width: 575px) {
        body .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
          padding: .838rem 1.5rem; } }
    body .wp-block-buttons .wp-block-button__link {
      padding: 1.07rem 1.5rem;
      display: inline-block;
      text-align: center; }
    body .wp-block-buttons .wp-block-button.btn-transparent {
      font-weight: 400;
      margin-bottom: 0 !important; }
      body .wp-block-buttons .wp-block-button.btn-transparent .wp-block-button__link {
        width: auto !important; }
        body .wp-block-buttons .wp-block-button.btn-transparent .wp-block-button__link:hover {
          background-color: transparent !important; }
  @media screen and (max-width: 575px) {
    body .wp-block-buttons {
      display: block; }
      body .wp-block-buttons .wp-block-button {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 1rem !important; }
        body .wp-block-buttons .wp-block-button__link {
          padding: .95rem 1.5rem; }
        body .wp-block-buttons .wp-block-button .wp-block-button__link {
          width: 100%; } }

.footer .wp-block-button__link.has-white-color:hover {
  color: var(--wp--preset--color--secondary) !important; }

body .wp-block-buttons .wp-block-button__link {
  cursor: pointer; }

body .is-style-outline > .wp-block-button__link,
body .wp-block-button__link.is-style-outline {
  border-width: 1px; }

body .ReactModalPortal .wp-block-buttons {
  display: inline-block; }
  @media screen and (max-width: 575px) {
    body .ReactModalPortal .wp-block-buttons {
      width: 100% !important; } }
body .ReactModalPortal .modal--team .wp-block-buttons {
  display: flex; }
  @media screen and (max-width: 575px) {
    body .ReactModalPortal .modal--team .wp-block-buttons {
      display: block; } }
body .ReactModalPortal .modal--team .display-flex.wp-block-column {
  align-items: center;
  gap: 1rem; }
  @media screen and (max-width: 575px) {
    body .ReactModalPortal .modal--team .display-flex.wp-block-column {
      display: block; } }

html.hide-scroll {
  overflow: hidden; }

main {
  min-height: 100vh; }
  main:has(> section.favorite-property) {
    min-height: auto; }
  .page-template-default main {
    min-height: auto; }

body {
  font-weight: 400;
  overflow-x: hidden; }
  body p {
    margin: 1em 0; }
  body.remove-footer .global-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  body.remove-footer .grecaptcha-badge {
    display: none !important; }
  body.remove-footer .crave-ai-chat-bot {
    display: none; }
  body .wp-block-columns {
    margin: 0; }
  @media screen and (max-width: 1200px) {
    body .wp-block-columns.block-responsive {
      gap: 2rem !important; } }
  @media screen and (max-width: 780px) {
    body .wp-block-columns.block-responsive {
      gap: 1.5rem !important; }
    body .wp-block-columns.flex-column-reverse {
      flex-direction: column-reverse; } }
  @media screen and (max-width: 575px) {
    body .wp-block-columns.block-responsive {
      gap: 1rem !important; }
    body .wp-block-column .wp-block-buttons > div:last-child .wp-block-button {
      margin-bottom: 0 !important; }
    body .two-column-content .wp-block-column:last-child {
      margin-top: 2rem; } }

.property-content img {
  width: 100%; }

a {
  text-decoration: none !important; }

html :where(.editor-styles-wrapper) {
  font-family: inherit; }

.img-fit-width,
.img-fit-height {
  position: absolute; }

.img-fit-width {
  height: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%; }

.img-fit-height {
  top: 0;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translateX(-50%); }

.block-editor__container .img-fit-height {
  height: 100%; }

.crave-ai-chat-bot {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2; }

body .pac-container {
  z-index: 99999; }

a {
  color: var(--wp--preset--color--secondary); }

mbr,
.mbr {
  display: inline; }

@media screen and (max-width: 767px) {
  mbr,
  .mbr {
    display: block; } }

dbr,
.dbr {
  display: inline; }

@media screen and (min-width: 768px) {
  dbr,
  .dbr {
    display: block; } }

body .form-input-date {
  display: block;
  width: 100%;
  height: 3rem;
  padding: 0.625rem 1rem;
  margin: 0;
  border: none;
  border: 1px solid #eee;
  background-color: #EFEFEF;
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: left;
  box-shadow: none;
  transition: border-color 0.3125s ease, box-shadow 0.3125s ease;
  -webkit-appearance: none; }
  @media screen and (min-width: 1024px) {
    body .form-input-date {
      height: 3.3rem;
      font-size: 1rem;
      padding: 0.625rem 1.5rem; } }
  @media screen and (min-width: 1900px) {
    body .form-input-date {
      height: 4rem;
      font-size: 1rem; } }

body .form-input, .cv-name {
  display: block;
  width: 100%;
  height: 3rem;
  padding: 0.625rem 1rem;
  margin: 0;
  border: none;
  border: 1px solid #eee;
  background-color: #EFEFEF;
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: left;
  box-shadow: none;
  transition: border-color 0.3125s ease, box-shadow 0.3125s ease;
  -webkit-appearance: none;
  font-family: inherit; }
  @media screen and (min-width: 1024px) {
    body .form-input, .cv-name {
      height: 3.5rem;
      font-size: 1rem;
      padding: 0.625rem 1.5rem; } }
  @media screen and (min-width: 1900px) {
    body .form-input, .cv-name {
      height: 4rem;
      font-size: 1rem; } }
  .bg-light-gray body .form-input, .bg-light-gray .cv-name {
    background-color: #fff;
    border-color: #fff; }
    .bg-white .bg-light-gray body .form-input,
    .bg-white .bg-light-gray .cv-name {
      background-color: #eee; }
      .bg-white .bg-light-gray body .form-input:hover,
      .bg-white .bg-light-gray .cv-name:hover {
        background-color: #eee; }
  body .form-input--min-width, .cv-name--min-width {
    min-width: 7rem; }
  .bg-gray-lighter body .form-input, .bg-gray-lightest body .form-input, .bg-gray-light body .form-input, .bg-gray body .form-input, .bg-tertiary body .form-input, .bg-gray-lighter .cv-name, .bg-gray-lightest .cv-name, .bg-gray-light .cv-name, .bg-gray .cv-name, .bg-tertiary .cv-name {
    background-color: #fff; }
    .bg-gray-lighter body .form-input:focus, .bg-gray-lightest body .form-input:focus, .bg-gray-light body .form-input:focus, .bg-gray body .form-input:focus, .bg-tertiary body .form-input:focus, .bg-gray-lighter .cv-name:focus, .bg-gray-lightest .cv-name:focus, .bg-gray-light .cv-name:focus, .bg-gray .cv-name:focus, .bg-tertiary .cv-name:focus {
      background-color: #fff; }
    select.bg-gray-lighter body .form-input:focus, .bg-gray-lightest body .form-input:focus, .bg-gray-light body .form-input:focus, .bg-gray body .form-input:focus, .bg-tertiary body .form-input:focus, .bg-gray-lighter .cv-name:focus, .bg-gray-lightest .cv-name:focus, .bg-gray-light .cv-name:focus, .bg-gray .cv-name:focus, .bg-tertiary .cv-name:focus {
      background-color: transparent; }
  .iphone body .form-input, .iphone .cv-name {
    font-size: 1rem; }
  body .form-input::-webkit-input-placeholder, .cv-name::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #605c5c; }
  body .form-input::-moz-placeholder, .cv-name::-moz-placeholder {
    /* Firefox 19+ */
    color: #605c5c; }
  body .form-input:-ms-input-placeholder, .cv-name:-ms-input-placeholder {
    /* IE 10+ */
    color: #605c5c; }
  body .form-input:-moz-placeholder, .cv-name:-moz-placeholder {
    /* Firefox 18- */
    color: #605c5c; }
  body .form-input::-webkit-inner-spin-button, body .form-input::-webkit-calendar-picker-indicator, .cv-name::-webkit-inner-spin-button, .cv-name::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none; }
  selectbody .form-input, .cv-name, body .form-input.select, .cv-name.select {
    padding-right: 2rem;
    background-image: url("/assets/img/angle-down.svg");
    background-position: calc(100% - 1.375rem) center;
    background-repeat: no-repeat;
    background-size: .625rem .375rem;
    appearance: none;
    cursor: pointer; }
    @media screen and (min-width: 1024px) {
      selectbody .form-input, .cv-name, body .form-input.select, .cv-name.select {
        padding-right: 2.7rem;
        background-position: calc(100% - 2rem) center; } }
    selectbody .form-input option, .cv-name option, body .form-input.select option, .cv-name.select option {
      background-color: #fff;
      color: #000000; }
  body .form-input.select.green, .cv-name.select.green {
    background-image: url("/assets/img/angle-down-green.svg");
    background-size: 0.925rem 0.475rem;
    width: auto; }
  selectbody .form-input, .cv-name::-ms-expand, body .form-input.select::-ms-expand, .cv-name.select::-ms-expand {
    display: none; }
  textareabody .form-input, .cv-name {
    max-width: 100%;
    height: 8rem;
    resize: none; }
  body .form-input, body .form-input:hover, body .form-input:focus, body .form-input:active, .cv-name, .cv-name:hover, .cv-name:focus, .cv-name:active {
    outline: none;
    border-color: #EFEFEF;
    box-shadow: none; }
  body .form-input[disabled], .cv-name[disabled] {
    cursor: not-allowed;
    opacity: 0.5; }
  body .form-input.fail, .cv-name.fail {
    border-color: #ff0000 !important;
    color: #ff0000; }
    body .form-input.fail ~ body .form-input, body .form-input.fail .cv-name-notice, .cv-name.fail ~ body .form-input, .cv-name.fail .cv-name-notice {
      display: block; }
  body .form-input-notice, .cv-name-notice {
    top: 3rem;
    right: 0;
    display: none;
    margin-top: .125rem;
    margin-bottom: 0;
    color: #ff0000;
    font-size: 0.75rem;
    line-height: 1;
    text-align: left;
    padding-top: .5rem; }
  body .form-input-wrapper, .cv-name-wrapper {
    position: relative; }
  body .form-input-prefix, body .form-input-suffix, body .form-input-validation, .cv-name-prefix, .cv-name-suffix, .cv-name-validation {
    position: absolute;
    top: 50%;
    z-index: 1;
    font-size: 0.875rem !important;
    transform: translateY(-50%); }
  body .form-input-prefix, .cv-name-prefix {
    left: 1.375rem; }
    body .form-input-prefix ~ body .form-input, body .form-input-prefix .cv-name, .cv-name-prefix ~ body .form-input, .cv-name-prefix .cv-name {
      padding-left: 4.8125rem; }
  body .form-input-suffix, body .form-input-validation, .cv-name-suffix, .cv-name-validation {
    right: 1.375rem;
    transform: translateY(-50%); }
    body .form-input-suffix ~ .form-input, body .form-input-validation ~ .form-input, .cv-name-suffix ~ .form-input, .cv-name-validation ~ .form-input {
      padding-right: 3.4375rem; }
  body .form-input-suffix, .cv-name-suffix {
    line-height: 0; }
  body .form-input-validation, .cv-name-validation {
    z-index: 2; }
    body .form-input-validation ~ body .form-input, body .form-input-validation .cv-name-suffix, .cv-name-validation ~ body .form-input, .cv-name-validation .cv-name-suffix {
      margin-right: 2.75rem; }
    body .form-input-validation.text-error, .cv-name-validation.text-error {
      color: #ff0000 !important; }

.cv-name {
  height: 3rem;
  background-image: none;
  line-height: 1.8rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
  @media screen and (min-width: 1024px) {
    .cv-name {
      height: 3.5rem;
      line-height: 2.2rem; } }
  @media screen and (min-width: 1900px) {
    .cv-name {
      height: 4rem;
      line-height: 2.8rem; } }

textarea.form-input {
  border-radius: 0.625rem;
  min-height: 10rem;
  resize: none; }

body .bg-gray-lighter label, .wp-admin .bg-gray-lighter label {
  color: #484848;
  margin-bottom: .5rem;
  display: inline-block; }
body .bg-gray-lighter .form-input.select, .wp-admin .bg-gray-lighter .form-input.select {
  background-color: #fff;
  border-color: #fff;
  background-image: url("../img/angle-down.svg"); }
body .form-input.select, .wp-admin .form-input.select {
  background-image: url("../img/angle-down.svg"); }

.form-group {
  margin-bottom: 1rem; }
  .form-group .property-filter__filed.location {
    width: 100%;
    padding: 0; }

.property-search select {
  width: 100%; }

.property__image img {
  width: 400px; }

small, .small {
  font-size: 0.75rem;
  line-height: 1.5; }

.has-large-font-size,
.has-medium-font-size {
  line-height: 1.65rem; }

.has-small-font-size {
  line-height: 1.125rem; }

.lead {
  font-size: 1.25rem; }
  @media screen and (max-width: 767px) {
    .lead {
      font-size: 1rem; } }

.form-toggle {
  padding: .0625rem;
  border: none;
  margin-left: -0.0625rem;
  background-color: transparent;
  border-radius: 50%; }
  .property-appointment-label .form-toggle {
    margin-left: 0;
    padding: 0; }
  .form-toggle--full {
    display: flex;
    background-color: #EFEFEF;
    border-radius: 2.25rem;
    overflow: hidden;
    border: 0.17rem solid #EFEFEF; }
    .form-toggle--full span {
      flex: 1; }
  .form-toggle-sm input ~ label {
    font-size: 0.75rem !important;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 400;
    min-height: 3.3rem;
    padding: .91rem .5rem !important;
    line-height: 1.5rem; }
    @media screen and (min-width: 1900px) {
      .form-toggle-sm input ~ label {
        min-height: 4rem;
        font-size: 0.875rem !important;
        padding: 1.2rem .5rem !important; } }
  .form-toggle label {
    padding: .5rem .5rem !important;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 0.875rem !important; }
  .form-toggle input {
    display: none; }
    .form-toggle input ~ label {
      background-color: transparent;
      border-color: transparent;
      color: #605c5c;
      text-align: center;
      padding: 1rem !important;
      font-weight: 500;
      border-radius: 1.875rem; }
      .form-toggle input ~ label:hover {
        background-color: var(--wp--preset--color--primary) !important;
        border-color: var(--wp--preset--color--primary) !important; }
    .form-toggle input:checked ~ label {
      background-color: var(--wp--preset--color--primary) !important;
      border-color: var(--wp--preset--color--primary);
      color: #fff; }

.form-toggle-slide input {
  display: none; }
  .form-toggle-slide input ~ label {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-left: 2.75rem;
    padding-right: 2.75rem;
    background-color: transparent;
    border-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--primary);
    transition: color ease 0.3125s;
    font-size: 0.75rem; }
    @media screen and (min-width: 576px) {
      .form-toggle-slide input ~ label {
        font-size: 0.875rem; } }
    .form-toggle-slide input ~ label:before {
      position: absolute;
      top: 0;
      left: 100%;
      z-index: -1;
      width: 100%;
      height: 100%;
      background-color: var(--wp--preset--color--primary);
      transition: left ease 0.3125s;
      content: ''; }
    .desktop .form-toggle-slide input ~ label:hover, .desktop .form-toggle-slide input ~ label:active {
      background-color: transparent;
      border-color: var(--wp--preset--color--primary);
      color: inherit; }
  .form-toggle-slide input:checked ~ label {
    color: #fff; }
    .form-toggle-slide input:checked ~ label:before {
      left: 0; }
    .desktop .form-toggle-slide input:checked ~ label:hover, .desktop .form-toggle-slide input:checked ~ label:active {
      color: #fff; }
.form-toggle-slide--right input ~ label:before {
  left: -100%; }

.slide-toggle {
  background-color: #EFEFEF;
  border: 0.3rem solid #EFEFEF;
  display: flex;
  max-width: 16rem;
  position: relative;
  padding: 0;
  list-style-type: none; }
  .bg-light-gray .slide-toggle, .modal--full .slide-toggle {
    background-color: #fff;
    border-color: #fff; }
  .slide-toggle .toggle-effect-move {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: var(--wp--preset--color--secondary);
    transition: all .3125s;
    transition: 300ms all; }
    .slide-toggle .toggle-effect-move.left {
      left: 0; }
    .slide-toggle .toggle-effect-move.right {
      left: 50%; }
  .slide-toggle--full {
    max-width: 100%;
    border-width: 1px; }
  @media only screen and (max-width: 600px) {
    .property-search .slide-toggle {
      max-width: 100%; } }
  .slide-toggle .form-toggle {
    background-color: transparent;
    margin-left: 0;
    padding: 0;
    border: 0;
    flex: 1; }
    .slide-toggle .form-toggle input ~ label {
      background-color: transparent !important;
      border: none;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      padding: 0 !important;
      border-radius: 3.438rem;
      font-size: 0.875rem;
      font-weight: 500;
      color: var(--wp--preset--color--primary);
      min-height: 3rem;
      height: 100%; }
      @media only screen and (max-width: 600px) {
        .property-search .slide-toggle .form-toggle input ~ label {
          min-height: 3.9rem; } }
      @media screen and (min-width: 576px) {
        .slide-toggle .form-toggle input ~ label {
          min-height: 3.2rem; } }
      .slide-toggle .form-toggle input ~ label:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--wp--preset--color--primary);
        border-radius: 3.438rem;
        transition: all .3125s;
        opacity: 0;
        display: none; }
      .book-viewing-form .slide-toggle .form-toggle input ~ label::before {
        display: inline-block; }
      .slide-toggle .form-toggle input ~ label span {
        position: relative;
        z-index: 2;
        color: #605c5c; }
      .slide-toggle .form-toggle input ~ label:hover {
        background-color: transparent !important; }
    .slide-toggle .form-toggle input:checked ~ label {
      color: #fff; }
      .slide-toggle .form-toggle input:checked ~ label span {
        color: var(--wp--preset--color--primary); }
        .book-viewing-form .slide-toggle .form-toggle input:checked ~ label span {
          color: #fff; }
      .slide-toggle .form-toggle input:checked ~ label:before {
        opacity: 1; }
  .ReactModalPortal .slide-toggle .form-toggle input ~ label::before {
    background-color: var(--wp--preset--color--primary);
    opacity: 1; }
  .ReactModalPortal .slide-toggle .form-toggle input:checked ~ label:before {
    transform: translateX(0) !important; }
  .ReactModalPortal .slide-toggle .form-toggle:first-child input ~ label:before {
    transform: translateX(101%); }
  .ReactModalPortal .slide-toggle .form-toggle:last-child input ~ label:before {
    transform: translateX(-101%); }

.page-instant-valuation-form .slide-toggle {
  margin-left: 0;
  margin-bottom: 1.5rem;
  max-width: 13rem; }

.property-appointment-label {
  overflow: hidden;
  text-align: center; }

.info-grid {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem; }
  .info-grid label {
    flex: 1;
    margin-bottom: 0; }
  .info-grid__content {
    position: relative; }
    .info-grid__content .far {
      color: var(--wp--preset--color--primary); }
    .info-grid__content:hover .info-grid__times {
      opacity: 1;
      pointer-events: initial;
      display: block; }
  .info-grid__times {
    position: absolute;
    bottom: 2.5rem;
    right: -1rem;
    margin: 0;
    padding: .5rem 1rem;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    display: none;
    background: #fff;
    color: var(--wp--preset--color--primary);
    box-shadow: 0 0 2rem #e3e0e0; }
    .info-grid__times:before {
      position: absolute;
      content: '';
      bottom: -0.563rem;
      right: 1.063rem;
      width: 0;
      height: 0;
      border-left: 0.438rem solid transparent;
      border-right: 0.438rem solid transparent;
      border-top: 0.625rem solid #fff; }
    .info-grid__times li {
      list-style-type: none;
      display: block;
      white-space: nowrap; }
      .info-grid__times li span {
        font-size: .72rem; }
        .info-grid__times li span.time {
          width: 3.75rem;
          display: inline-block; }

.ReactModalPortal .modal-book-viewing .slide-toggle .form-toggle input ~ label::before,
.ReactModalPortal .modal-property-valuation .slide-toggle .form-toggle input ~ label::before {
  opacity: 0;
  transform: none !important; }
.ReactModalPortal .modal-book-viewing .slide-toggle .form-toggle input:checked ~ label::before,
.ReactModalPortal .modal-property-valuation .slide-toggle .form-toggle input:checked ~ label::before {
  opacity: 1; }

.form-option label {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  cursor: pointer; }
  .form-option label:before, .form-option label:after {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    content: ''; }
  .form-option label:before {
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    border: 0.125rem solid #DDE2E5; }
    @media screen and (min-width: 1600px) {
      .form-option label:before {
        border-width: 0.188rem; } }
  .form-option label:after {
    display: none; }
.form-option input {
  display: none; }
  .form-option input[type="radio"] ~ label:before {
    border-radius: 50%; }
  .form-option input[type="radio"] ~ label:after {
    left: .32rem;
    width: 1.1rem;
    height: 1.1rem;
    background-color: var(--wp--preset--color--primary);
    border-radius: 50%; }
  .form-option input[type="checkbox"] ~ label:after {
    left: .5625rem;
    width: 1rem;
    height: 1rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    border-radius: 50%; }
  .form-option input:checked ~ label:before {
    border-color: var(--wp--preset--color--primary); }
  .form-option input:checked ~ label:after {
    display: block; }

.crave-ai-chat-bot {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2; }

.progressbar-status {
  width: 0%;
  height: .625rem;
  background-color: var(--wp--preset--color--secondary);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: width 1s ease-in-out; }
  .progressbar-status.active {
    opacity: 1;
    animation: load 3s normal forwards; }
  .progressbar-status.not-active {
    opacity: 1;
    width: 50%;
    transition: width 3s ease-in-out;
    animation: cssAnimation 300ms  forwards; }

@keyframes cssAnimation {
  0% {
    width: 80%; }
  100% {
    width: 100%; } }
@keyframes load {
  0% {
    width: 0%; }
  100% {
    width: 50%; } }
.more-click {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  display: inline-block;
  cursor: pointer;
  color: var(--wp--preset--color--primary);
  font-weight: 600; }

.read-more-paragraph.text-align-center .wp-block-buttons {
  text-align: left; }
  @media screen and (min-width: 576px) {
    .read-more-paragraph.text-align-center .wp-block-buttons {
      justify-content: center; } }
.read-more-paragraph .wpg-b_paragraph {
  display: none; }
  .read-more-paragraph .wpg-b_paragraph:first-child {
    display: block; }
.read-more-paragraph > div {
  display: none; }
  .read-more-paragraph > div:first-child {
    display: block; }
.read-more-paragraph.show > div {
  display: block; }
.read-more-paragraph.show .wpg-b_paragraph {
  display: block; }

.tabs-steps {
  padding: 0;
  margin: 0;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  align-items: center; }
  .tabs-steps li {
    position: relative;
    display: inline-block;
    margin-left: 1rem;
    line-height: 1rem; }
    .tabs-steps li:before {
      position: absolute;
      top: 50%;
      right: 100%;
      z-index: -1;
      width: 1.5rem;
      border-top: 0.1625rem solid #EFEFEF;
      transform: translateY(-50%);
      content: ''; }
    .tabs-steps li:first-child {
      margin-left: 0; }
      .tabs-steps li:first-child:before {
        display: none; }
      .tabs-steps li:first-child:after {
        display: none; }
  .tabs-steps button {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    font-size: 0rem;
    border: 0.3rem solid #EFEFEF;
    background-color: #EFEFEF;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3125s ease;
    padding: 0;
    font-size: 0 !important; }
  .tabs-steps .active > button {
    background-color: var(--wp--preset--color--secondary); }
    .tabs-steps .active > button:after {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      display: inline-block;
      border-radius: 50%;
      content: "";
      z-index: 2;
      width: 100%;
      height: 100%; }

.property {
  position: relative;
  overflow: hidden;
  transition: all 0.3125s ease; }
  .property.property--map {
    border-radius: 0; }
  .property__view-property {
    font-weight: 500;
    letter-spacing: .06rem; }
  .property__grid-col {
    width: 100%; }
  .property__grid-link {
    position: relative;
    z-index: 3;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .property__grid-link {
        display: none !important; } }
  .property .slick-prev,
  .property .slick-next {
    width: 2rem;
    height: 2.5rem;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    z-index: 3; }
  .property--featured {
    border: 0.125rem solid var(--wp--preset--color--secondary); }
  .property__image {
    position: relative;
    overflow: hidden; }
    .property__image:before {
      display: block;
      padding-top: 75%;
      content: ''; }
    .property__image .label {
      position: absolute;
      z-index: 1;
      margin-bottom: 0;
      background-color: #fff;
      color: var(--wp--preset--color--primary); }
    .property__image .img-fit-width, .property__image .img-fit-height {
      position: absolute;
      cursor: pointer; }
    .property__image .img-fit-height {
      top: 0;
      left: 50%;
      height: 100%;
      width: 100%;
      object-fit: cover;
      transform: translateX(-50%); }
    .property__image .img-fit-width {
      top: 50%;
      left: 0;
      width: 100%;
      height: auto;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .property__image-status {
      z-index: 2;
      background: var(--wp--preset--color--secondary);
      padding: 1rem;
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      font-size: 0.875rem;
      border-top-left-radius: 0.313rem;
      border-top-right-radius: 0.313rem;
      font-weight: 600;
      letter-spacing: .1rem;
      color: var(--wp--preset--color--primary);
      margin: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: calc(100% - .8rem); }
      @media screen and (min-width: 1280px) {
        .property__image-status {
          width: calc(100% - 1rem); } }
      .property-content .property__image-status {
        border-radius: 0;
        position: relative;
        width: 100%; }
      .property--grid .property__image-status {
        width: calc(100% - .8rem);
        padding: .5rem; }
    .property__image img {
      transition: all 0.3125s ease; }
      .property__image img.slick-loading {
        opacity: 0; }
  .property__fav {
    position: absolute;
    z-index: 3;
    top: 1rem;
    right: 2rem;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    line-height: 2.5rem;
    padding: 0; }
    @media screen and (max-width: 575px) {
      .property__fav {
        right: 1.5rem;
        font-size: inherit; } }
    .property__fav .far {
      font-size: 1.5rem; }
    .property__fav svg {
      position: relative; }
    .property__fav.saved .far {
      font-weight: 900; }
    .property__fav.saved .fill {
      display: inline-block; }
    .property__fav.saved .default {
      display: none; }
    .property__fav .fill {
      display: none; }
      .property__fav .fill svg {
        position: relative; }
  .property__status {
    color: #605c5c;
    display: inline-block;
    font-size: .75rem;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    background-color: var(--wp--preset--color--secondary);
    color: #fff;
    border-radius: 1.875rem;
    display: inline-block;
    letter-spacing: .125rem;
    padding: 0.6rem .6rem 0.6rem; }
    .property__status.new-home-status {
      position: absolute;
      top: 0;
      left: 0.8rem;
      z-index: 1;
      padding: 0.1rem 1rem; }
  .property__price-qualifier {
    color: #605c5c;
    font-size: .75rem;
    letter-spacing: 0.125rem;
    text-transform: uppercase !important; }
  .property__address {
    font-size: 1.25rem !important;
    letter-spacing: normal;
    color: var(--wp--preset--color--primary);
    font-weight: 400 !important;
    font-family: basic-sans,sans-serif; }
    @media screen and (max-width: 1199px) {
      .property__address {
        font-size: 1rem !important; } }
    @media screen and (max-width: 1023px) {
      .property__address {
        font-size: .875rem !important; } }
  .property__facility {
    display: flex;
    align-items: center;
    padding: 0;
    list-style-type: none;
    margin: 0 -0.5rem; }
    .property-details-wrap .property__facility {
      margin: 0; }
    @media screen and (max-width: 575px) {
      .property__facility {
        flex-wrap: wrap; }
        .property__facility li {
          margin-bottom: .5rem; } }
    .property__facility li {
      padding: 0 .5rem;
      font-size: .875rem; }
      .property__facility li span {
        font-size: 1rem; }
        .property__facility li span.small {
          font-size: .75rem; }
      .property__facility li.small {
        font-size: .75rem;
        font-weight: 500;
        position: relative;
        padding-left: 1.2rem;
        margin-right: .5rem; }
        .property__facility li.small span {
          font-size: .75rem;
          letter-spacing: 0.125rem; }
        .property__facility li.small svg {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%); }
      .property__facility li.small.bath svg {
        margin-top: -2px; }
  .property__except {
    font-size: 1rem; }
    .property__except p {
      font-size: 1rem; }
    @media screen and (max-width: 1199px) {
      .property__except {
        font-size: .875rem !important; }
        .property__except p {
          font-size: .875rem !important; } }
  .property__action {
    display: flex;
    position: relative;
    z-index: 3;
    padding: 0; }
    @media screen and (max-width: 575px) {
      .property__action {
        display: block; } }
  .property__content {
    position: relative;
    padding: 1rem;
    background-color: #fff;
    display: flex;
    height: 100%;
    align-items: center; }
    .property__content--status {
      display: inline-block;
      background: var(--wp--preset--color--secondary);
      font-size: .875rem;
      font-weight: 600;
      color: var(--wp--preset--color--primary);
      padding: 0.8rem 0.8rem;
      letter-spacing: .1rem; }
    .bg-light-gray .property__content {
      background-color: #fff; }
    @media screen and (min-width: 1024px) {
      .property__content {
        padding: 1.5rem; } }
    @media screen and (min-width: 1280px) {
      .property__content {
        padding: 2rem 3rem 2rem 3rem; } }
    @media screen and (min-width: 1900px) {
      .property__content {
        padding: 0rem 5rem; } }
    .property__content h2 {
      margin-bottom: 0.75rem; }
    .property__content .qualifier-title {
      margin-bottom: 0.3125rem;
      font-size: 0.75rem;
      color: var(--wp--preset--color--primary);
      letter-spacing: 0.075rem; }
    .property__content .count-lost__pipe {
      color: var(--wp--preset--color--secondary); }
    .property__content .content-wrap {
      justify-content: space-between; }
  @media screen and (min-width: 768px) {
    .property .property-slider .slick__next {
      right: 1.5rem; } }
  .property__save {
    z-index: 2; }
    .property__save svg {
      color: var(--wp--preset--color--secondary);
      margin-left: .5rem;
      position: relative;
      top: -.04rem; }
    .property__save.saved svg path {
      fill: var(--wp--preset--color--secondary); }
  .property__save-grid {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
    z-index: 3; }
    .property__save-grid.saved svg path {
      stroke: var(--wp--preset--color--secondary); }
    .property__save-grid svg path {
      fill: #fff; }
  .property__link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer; }
    .cursor-hide .property__link {
      cursor: none; }
  .property__btn {
    position: relative;
    z-index: 3; }
    .property__btn .btn-solid {
      min-width: 11.875rem; }
      @media only screen and (max-width: 1450px) and (min-width: 1280px) {
        .property__btn .btn-solid {
          min-width: 9.875rem; } }
    @media screen and (min-width: 576px) {
      .property--grid .property__btn {
        display: none; } }
    @media screen and (max-width: 575px) {
      .property--grid .property__btn {
        margin-top: 1rem; }
        .property--grid .property__btn li {
          display: inline-block;
          padding-left: 0.25rem !important;
          padding-right: 0.25rem !important; } }
    .slick-full-width .property__btn {
      display: none; }
  .property--grid {
    overflow: hidden; }
    .property--grid .property__content {
      padding: 1rem 0 0;
      background-color: transparent; }
      .property--grid .property__content .grid {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        align-items: start; }
        .property--grid .property__content .grid > div:first-child {
          flex: 1;
          padding-right: 1rem; }
        .property--grid .property__content .grid .save svg {
          position: relative;
          top: 0.5rem;
          margin-left: 0.5rem; }
        .property--grid .property__content .grid .save:hover svg path {
          fill: var(--wp--preset--color--secondary); }
    .property--grid .property__action,
    .property--grid .property__except {
      display: none; }
    .property--grid .property__facility {
      display: flex;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
    @media screen and (min-width: 768px) {
      .property--grid .property__facility {
        margin-top: 0.75rem; } }
    .property--grid .property__grid-col {
      width: 100%; }
    .property--grid .property__grid-link {
      width: 100%; }
      .property--grid .property__grid-link .wp-block-button {
        width: 100%; }
      .property--grid .property__grid-link .wp-block-button__link {
        width: 100%;
        display: block;
        text-align: center; }
    .property--grid .property__grid-price-row {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      gap: 0.75rem;
      width: 100%;
      margin-bottom: 0.5rem; }
    .property--grid .property__grid-price-group {
      display: flex;
      align-items: baseline;
      flex-wrap: nowrap;
      gap: 0.5rem;
      flex: 1 1 auto;
      min-width: 0; }
      .property--grid .property__grid-price-group .property__price,
      .property--grid .property__grid-price-group .property__price-qualifier {
        margin-bottom: 0;
        display: inline;
        white-space: nowrap; }
    .property--grid .property__grid-price-row .property__status {
      margin: 0 0 0 auto;
      flex-shrink: 0;
      text-align: right;
      font-weight: 600;
      letter-spacing: 0.125rem;
      display: inline-block; }
    @media screen and (max-width: 767px) {
      .property--grid .property__content {
        padding: 0.75rem 0 0;
        background-color: transparent !important; }
      .property--grid .property__grid-price-row {
        gap: 0.5rem; }
      .property--grid .property__price {
        font-size: 1.25rem !important; }
      .property--grid .property__grid-price-group {
        gap: 0.375rem; } }
    .property--grid .property__price {
      font-size: 1.5rem;
      color: var(--wp--preset--color--primary);
      letter-spacing: normal;
      font-family: basic-sans,sans-serif;
      text-transform: none;
      line-height: 1.2; }
    .property--grid .property__address {
      font-size: 1rem !important;
      font-family: basic-sans,sans-serif;
      border: none;
      line-height: 1.4;
      font-weight: 400 !important; }
    .property--grid .property__address--grid {
      font-size: 1rem !important;
      line-height: 1.4;
      font-weight: 400 !important;
      font-family: basic-sans,sans-serif; }
    .property--grid .property-slider {
      border-radius: 0; }
    @media screen and (min-width: 1280px) {
      .property--grid .property__content {
        padding: 1rem 0 0; } }
    .property--grid .property__status {
      color: var(--wp--preset--color--secondary);
      margin-top: .5rem;
      background-color: transparent;
      padding: 0; }
  .property--calculators, .property--nearby {
    text-transform: uppercase; }
  .property .price-heading {
    letter-spacing: .4rem; }
  .property .price-qualifier {
    font-size: .85rem;
    text-transform: uppercase;
    font-weight: 600;
    font-family: basic-sans,sans-serif;
    letter-spacing: .02rem;
    padding-left: 0.3rem; }
    @media screen and (max-width: 1279px) {
      .property .price-qualifier {
        display: block;
        padding-left: 0;
        margin-top: 0.1rem;
        margin-bottom: 1rem; } }
  .property.property--grid .price-qualifier {
    display: block;
    padding-left: 0;
    margin-top: 0.1rem;
    margin-bottom: 1rem; }

.property-grid-warp section {
  position: relative;
  overflow: hidden;
  border-radius: .313rem; }
  .property-grid-warp section .container-fluid-md {
    max-width: 80rem; }
    @media screen and (min-width: 1900px) {
      .property-grid-warp section .container-fluid-md {
        max-width: 99rem; } }
  @media screen and (min-width: 1900px) {
    .property-grid-warp section .col-md-6:last-child {
      padding-right: 8rem; } }
.property-grid-warp .col-xxl-3 section {
  display: flex;
  align-items: center;
  height: 100%; }
  .property-grid-warp .col-xxl-3 section .ctas {
    height: 100%; }
  @media screen and (min-width: 1024px) {
    .property-grid-warp .col-xxl-3 section .margin-bottom-32-md {
      margin-bottom: 1.5rem !important; }
      .property-grid-warp .col-xxl-3 section .margin-bottom-32-md:last-child {
        margin-bottom: 0 !important; } }
.property-grid-warp .col-sm-6.col-xl-4.col-xxl-3:empty {
  display: none; }

/* MS supports */
.grid-price {
  font-size: 2rem; }

.property-count span {
  font-size: .875rem; }

.feature-list {
  list-style: none;
  padding: 0; }
  .feature-list li {
    position: relative;
    padding-left: 1.5rem; }
    .feature-list li:before {
      position: absolute;
      content: '';
      width: .4rem;
      height: .4rem;
      border-radius: 50%;
      background-color: var(--wp--preset--color--primary);
      top: .6rem;
      left: 0; }
    @media screen and (min-width: 576px) {
      .feature-list li:before {
        width: .5rem;
        height: .5rem; } }

.pWhat {
  color: var(--wp--preset--color--secondary); }

.gallery-slider {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  @media screen and (max-width: 575px) {
    .gallery-slider {
      height: auto; } }
  @media screen and (min-width: 1280px) {
    .gallery-slider {
      padding: 0rem 10rem; } }
  @media screen and (max-width: 575px) {
    .gallery-slider div {
      height: auto; } }
  .gallery-slider.property-slider .property__image .img-fit-height {
    object-fit: contain; }

.property-preview.slick-slider.slick-full .slick-track {
  align-items: flex-start; }
  @media screen and (max-width: 1279px) {
    .property-preview.slick-slider.slick-full .slick-track {
      padding: 0 !important; } }
@media screen and (min-width: 1280px) {
  .property-preview.slick-slider.slick-full .slick-list {
    margin: 0 -1rem; } }
@media screen and (min-width: 1280px) {
  .property-preview.slick-slider.slick-full .slick-slide {
    padding: 0 1rem; } }
@media screen and (min-width: 1280px) {
  .property-preview.hide-padding {
    padding-bottom: 0 !important; } }
.property-preview .property__fav {
  right: 1rem; }

.property-header {
  min-height: 100vh; }

.property-container .wpg-blocks .wp-block-columns {
  overflow: hidden;
  margin-bottom: 0 !important; }
@media screen and (max-width: 1400px) {
  .property-container .list-view .wpg-blocks .wp-block-column {
    padding-right: 1rem !important; } }
@media screen and (max-width: 1279px) {
  .property-container .list-view .wpg-blocks .wp-block-columns {
    padding: 3rem !important; }
  .property-container .list-view .wpg-blocks .wp-block-create-block-container .wp-block-columns {
    padding: 0 1rem !important; } }
@media only screen and (min-width: 782px) and (max-width: 1199px) {
  .property-container .list-view .wp-block-buttons {
    display: block; }
    .property-container .list-view .wp-block-buttons .margin-left-16 {
      margin-left: 0 !important;
      margin-top: 1rem !important; } }
@media screen and (max-width: 1023px) {
  .property-container .list-view .wpg-blocks .wp-block-columns {
    padding: 1.5rem !important; }
    .property-container .list-view .wpg-blocks .wp-block-columns h2 {
      margin-bottom: 1rem; }
  .property-container .list-view .wpg-blocks .wp-block-create-block-container {
    padding: 1.5rem 0  !important; }
    .property-container .list-view .wpg-blocks .wp-block-create-block-container .inner-container {
      padding-left: .5rem !important;
      padding-right: .5rem !important; } }
@media screen and (max-width: 575px) {
  .property-container .list-view .wpg-blocks .wp-block-columns p {
    font-size: .875rem !important;
    margin-bottom: 1rem !important; } }
.property-container .grid-view:empty {
  display: none; }
.property-container .grid-view .wpg-blocks .wp-block-create-block-container {
  padding: 0 !important; }
  .property-container .grid-view .wpg-blocks .wp-block-create-block-container .inner-container {
    padding: 0 !important; }
.property-container .grid-view .wpg-blocks .wp-block-columns {
  display: block;
  padding: 2rem !important;
  height: 100%; }
  @media only screen and (max-width: 1450px) and (min-width: 1280px) {
    .property-container .grid-view .wpg-blocks .wp-block-columns {
      padding: 1rem !important; }
      .property-container .grid-view .wpg-blocks .wp-block-columns p {
        margin-bottom: 1rem !important; } }
  @media only screen and (max-width: 1800px) and (min-width: 1600px) {
    .property-container .grid-view .wpg-blocks .wp-block-columns {
      padding: 3rem !important; } }
  @media only screen and (max-width: 1800px) and (min-width: 1500px) {
    .property-container .grid-view .wpg-blocks .wp-block-columns p {
      margin-bottom: 3rem !important; } }
  @media only screen and (max-width: 1280px) and (min-width: 991px) {
    .property-container .grid-view .wpg-blocks .wp-block-columns {
      padding-top: 5rem !important;
      display: block !important; } }
  @media only screen and (max-width: 991px) {
    .property-container .grid-view .wpg-blocks .wp-block-columns {
      display: block !important; } }
  .property-container .grid-view .wpg-blocks .wp-block-columns .wp-block-column {
    padding: 0 !important;
    flex: auto !important;
    max-width: 100% !important; }
    .property-container .grid-view .wpg-blocks .wp-block-columns .wp-block-column img {
      max-width: 100px;
      height: auto; }
  .property-container .grid-view .wpg-blocks .wp-block-columns h2 {
    font-size: 2.5rem !important;
    line-height: 1.1 !important;
    margin-bottom: .5rem; }
  .property-container .grid-view .wpg-blocks .wp-block-columns p {
    font-size: 1rem !important;
    margin-bottom: 1.5rem !important; }
  .property-container .grid-view .wpg-blocks .wp-block-columns .wp-block-buttons > div {
    width: 100%;
    margin-bottom: 1rem; }
    .property-container .grid-view .wpg-blocks .wp-block-columns .wp-block-buttons > div:last-child {
      margin-bottom: 0; }
    .property-container .grid-view .wpg-blocks .wp-block-columns .wp-block-buttons > div .wp-block-button,
    .property-container .grid-view .wpg-blocks .wp-block-columns .wp-block-buttons > div .wp-block-button__link {
      margin: 0 !important;
      width: 100%; }
@media screen and (max-width: 1023px) {
  .property-container .grid-view .wpg-blocks .wp-block-columns {
    padding: 1.5rem !important; }
    .property-container .grid-view .wpg-blocks .wp-block-columns h2 {
      font-size: 3.375rem !important;
      line-height: 3.713rem;
      margin-bottom: 1rem; } }
@media screen and (max-width: 850px) {
  .property-container .grid-view .wpg-blocks .wp-block-columns {
    padding: 1rem !important; }
    .property-container .grid-view .wpg-blocks .wp-block-columns h2 {
      font-size: 2rem !important;
      line-height: 2.5rem;
      margin-bottom: 1rem; }
    .property-container .grid-view .wpg-blocks .wp-block-columns p {
      font-size: .875rem !important;
      margin-bottom: 1rem !important; } }
@media screen and (max-width: 767px) {
  .property-container .grid-view .wpg-blocks .wp-block-columns {
    padding: 1.5rem !important; }
    .property-container .grid-view .wpg-blocks .wp-block-columns h2 {
      font-size: 3.375rem !important;
      line-height: 3.713rem;
      margin-bottom: 1rem; } }
@media screen and (max-width: 575px) {
  .property-container .grid-view .wpg-blocks .wp-block-columns h2 {
    font-size: 2rem !important;
    line-height: 2.4rem; }
  .property-container .grid-view .wpg-blocks .wp-block-columns p {
    font-size: .875rem !important;
    margin-bottom: 1rem !important; } }

.property-financial.wp-block-buttons {
  display: flex; }

.alert-hot-section {
  position: relative; }
  .alert-hot-section .text-transform-uppercase {
    font-size: .75rem;
    letter-spacing: 0.19925282510272rem; }
  .alert-hot-section b {
    font-weight: bold; }
  .alert-hot-section__close {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    box-shadow: none;
    border: none;
    color: #fff;
    font-size: 2rem;
    padding: 0;
    line-height: 1.5rem;
    z-index: 1;
    cursor: pointer;
    font-size: 2rem !important; }
    @media only screen and (max-width: 1199px) {
      .alert-hot-section__close {
        right: 1rem; } }

.row.map {
  margin: 0;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  margin-bottom: -1rem; }

.zoom-btn {
  position: absolute;
  bottom: 1rem;
  right: 16px;
  border-radius: 0.313rem;
  background-color: #fff;
  text-align: center;
  padding: 0;
  line-height: 2.6rem;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  z-index: 9; }

.label-price {
  display: flex;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 120%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #797979;
  padding: 0 0 0.5rem; }

@media screen and (max-width: 767px) {
  .detail-property .property__image::after {
    height: 40px;
    content: '';
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0; }

  .fav-icon .property__fav {
    bottom: 0.25rem;
    right: 50px; }

  .zoom-btn {
    bottom: 0.2rem; } }
.property-card-listing {
  position: relative;
  overflow: hidden; }
  .property-card-listing .property__image::before {
    padding-top: 75%; }
    @media screen and (max-width: 1023px) {
      .property--list .property-card-listing .property__image::before {
        padding-top: 95%; } }
    @media screen and (max-width: 767px) {
      .property--list .property-card-listing .property__image::before {
        padding-top: 70%; } }
  .property-card-listing .property__image img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover; }
  .property--list .property-card-listing div {
    height: 100%;
    display: block !important; }

.instant-valuation-button {
  border: 0.063rem solid #fff !important; }
  .instant-valuation-button.wp-block-button__link.has-primary-background-color:hover {
    background-color: #fff !important;
    color: var(--wp--preset--color--primary) !important; }

.property-arrow .prev,
.property-arrow .next {
  position: absolute;
  width: 2.188rem;
  height: 2.188rem;
  background-color: #fff !important;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%); }
  .property-arrow .prev:hover,
  .property-arrow .next:hover {
    background-color: var(--wp--preset--color--secondary) !important; }
    .property-arrow .prev:hover::before,
    .property-arrow .next:hover::before {
      color: #fff; }
  .property-arrow .prev::before,
  .property-arrow .next::before {
    color: var(--wp--preset--color--secondary);
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 1rem; }
.property-arrow .prev {
  left: 1rem; }
  @media screen and (min-width: 1280px) {
    .property-arrow .prev {
      left: 1.5rem; } }
.property-arrow .next {
  right: 1rem; }
  @media screen and (min-width: 1280px) {
    .property-arrow .next {
      right: 1.5rem; } }

.property-slider {
  position: relative;
  overflow: hidden; }
  .property-content .property-slider {
    border-radius: 0; }
  .property-slider .property__image::before {
    padding-top: 70%; }
  .property-slider__actions {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    align-items: center; }
    @media screen and (min-width: 576px) {
      .property-slider__actions {
        bottom: 1.5rem;
        right: 1.5rem; } }
    .property-slider__actions p {
      margin: 0;
      margin-left: .5rem;
      background-color: #fff;
      border-radius: 50%;
      min-width: 2rem;
      height: 2rem;
      text-align: center;
      line-height: 2.4rem;
      overflow: hidden;
      cursor: pointer; }
      .property-slider__actions p .property__fav {
        position: static;
        border-radius: 0;
        width: auto;
        height: auto;
        line-height: normal;
        background: transparent;
        padding: 0;
        height: 100%; }
      .property-slider__actions p.global-radius {
        border-radius: 50%; }
      .property-slider__actions p.half-radius {
        border-radius: 1.875rem; }
  .property-slider__counter {
    z-index: 1;
    color: #333;
    font-size: 0.75rem;
    overflow: hidden;
    letter-spacing: 0.125rem;
    line-height: 2rem;
    height: 2rem;
    min-width: 4rem;
    text-align: center; }
    .property-slider__counter .camera {
      width: 100%; }
  .property-slider__vtour {
    position: absolute;
    top: 0;
    width: 3rem;
    height: 100%;
    z-index: 3;
    right: 0; }
    .property-slider__vtour a {
      z-index: 3;
      height: 100% !important;
      border-radius: 0;
      display: flex; }
      .property-slider__vtour a span {
        position: absolute;
        transform: rotate(90deg) translateY(-50%);
        white-space: nowrap;
        top: 50%;
        left: -4.1rem; }
        @media screen and (min-width: 1900px) {
          .property-slider__vtour a span {
            left: -5.1rem; } }
  .property-slider__placeholder {
    position: relative;
    overflow: hidden; }
    .property-slider__placeholder:before {
      display: block;
      padding-top: 75%;
      content: ""; }
  .property-slider__status {
    position: absolute;
    z-index: 3;
    top: 1rem;
    left: 1rem;
    transform: rotate(-10deg); }
    @media screen and (min-width: 1024px) {
      .property-slider__status {
        top: 2rem;
        left: 2.5rem; } }
    .property-slider__status img {
      width: 111px;
      height: 98px; }
      @media screen and (max-width: 1023px) {
        .property-slider__status img {
          width: 80px;
          height: 70px; } }

.property-details {
  position: relative; }
  @media screen and (max-width: 1279px) {
    .property-details .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
      padding: 0.95rem 1rem; } }
  .property-details.property__content {
    padding: 0;
    background-color: transparent !important;
    width: 100%; }
  @media screen and (min-width: 1280px) {
    .property-details {
      max-width: 32rem; } }
  .property-details__description-text {
    max-height: 25rem;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem; }
    .property-details__description-text.active {
      max-height: 100%;
      padding-bottom: 5rem; }
  .property-details__read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    content: "";
    z-index: 2;
    color: var(--wp--preset--color--secondary);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, white 37%);
    font-weight: 500;
    display: flex;
    align-items: flex-end;
    text-decoration: underline; }
    .property-details__read-more:hover {
      text-decoration: underline; }
    .property-details__read-more.active {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, white 0%); }
  .property-details__action-btn svg {
    color: var(--wp--preset--color--secondary);
    margin-left: .5rem;
    position: relative;
    top: -.04rem; }
  .property-details__action-btn .saved svg path {
    fill: var(--wp--preset--color--secondary); }
  @media screen and (min-width: 1024px) {
    .property-details .price-heading {
      font-size: 4rem; } }
  @media only screen and (max-width: 1450px) and (min-width: 1280px) {
    .property-details .price-heading {
      font-size: 3rem; } }
  .property-details .price-qualifier {
    font-size: .85rem;
    text-transform: uppercase;
    font-weight: 600;
    font-family: basic-sans,sans-serif;
    letter-spacing: .02rem;
    display: inline-block; }
    @media screen and (max-width: 1279px) {
      .property-details .price-qualifier {
        display: block;
        padding-left: 0;
        margin-top: 0.1rem;
        margin-bottom: 1rem; } }

.property-content .property-header__back-btn a {
  font-size: 0.75rem; }

.tab__controls .tab__btn {
  background-color: transparent !important; }

.small-text {
  letter-spacing: 0.075rem; }

.feature-heading {
  font-size: 1.7rem; }

.property-details-slider {
  position: relative;
  padding-top: 65%;
  overflow: hidden; }
  .property-details-slider .slider__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.8s ease-in-out; }
  .property-details-slider .slider__image.active {
    opacity: 1; }

.truncated-description {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 10.5em;
  line-height: 1.5em;
  position: relative; }

@supports not (-webkit-line-clamp: 3) {
  .truncated-description {
    display: block;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 3; } }
@supports (-ms-ime-align: auto) {
  .truncated-description {
    max-height: 4.5em;
    overflow: hidden; } }
.truncated-description::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1.5em; }

.property-tabs__description:not(.truncated-description)::after {
  display: none; }

.property-pagination .btn-default,
.property-pagination .no-link,
.property-pagination .dots {
  padding: 0.5rem 0.75rem;
  margin: 0 0.25rem;
  border: 1px solid #ddd;
  background-color: #fff;
  color: var(--wp--preset--color--primary);
  cursor: pointer;
  transition: 300ms all;
  font-size: .875rem;
  text-align: center;
  text-decoration: none;
  min-width: 3rem;
  margin-bottom: 1rem;
  display: inline-block; }
  .property-pagination .btn-default:hover, .property-pagination .btn-default.active,
  .property-pagination .no-link:hover,
  .property-pagination .no-link.active,
  .property-pagination .dots:hover,
  .property-pagination .dots.active {
    background-color: var(--wp--preset--color--secondary);
    border-color: var(--wp--preset--color--secondary);
    color: #fff; }
.property-pagination .no-link {
  pointer-events: none;
  opacity: .5; }
.property-pagination__prev svg {
  margin-right: .5rem; }
.property-pagination__next svg {
  margin-left: .3rem; }
.property-pagination .text-align-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
.property-pagination .form-input.select {
  display: inline-block;
  background-color: #fff;
  width: auto;
  height: 2.5rem;
  line-height: 1rem;
  color: #313131;
  background-position: calc(100% - 1rem) center;
  margin: 0 1rem;
  background-image: url("/assets/img/angle-down.svg");
  padding: 0 1rem;
  background-position: calc(100% - 1rem);
  padding-right: 2.5rem;
  font-size: .875rem;
  background-size: 0.9rem 0.5rem;
  border: 1px solid #C6C6C6; }
  @media screen and (min-width: 1280px) {
    .property-pagination .form-input.select {
      min-width: 10rem; } }

body .property-pagination .btn-default {
  display: none; }

body .property-pagination .property-pagination__next .btn-default,
body .property-pagination .property-pagination__prev .btn-default,
body .property-pagination .btn-default.page-last,
body .property-pagination .btn-default.show-more-ellipsis,
body .property-pagination .btn-default.page-around-current,
body .property-pagination .btn-default.page-around-current.active,
body .property-pagination.pagination-expanded .btn-default.page-top10,
body .property-pagination.pagination-expanded .btn-default.page-multiple-10,
body .property-pagination.pagination-expanded .btn-default.current-active-between,
body .property-pagination.pagination-full .btn-default.page-top10,
body .property-pagination.pagination-full .btn-default.page-multiple-10,
body .property-pagination.pagination-full .btn-default.current-active-between {
  display: inline-block; }

.property-tabs {
  margin-top: -6.5rem; }
  @media screen and (max-width: 767px) {
    .property-tabs {
      margin-top: -5rem; } }
  .property-tabs img {
    max-width: 100%;
    cursor: pointer; }
  .property-tabs__vtour {
    padding-top: 50%;
    position: relative; }
    .property-tabs__vtour iframe {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      border: 0; }
  .property-tabs__floorplans img {
    max-width: 100%;
    cursor: pointer; }
  .property-tabs__readmore {
    background-color: transparent;
    border: none;
    padding: 0;
    color: var(--wp--preset--color--secondary);
    font-weight: 500;
    cursor: pointer;
    font-size: .875rem;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    margin-bottom: 2rem; }
  .property-tabs .custom-tabs {
    border: none;
    padding: 0; }
    .property-tabs .custom-tabs > ul.tab-header {
      padding: 0;
      padding-bottom: 1.5rem; }
      @media screen and (min-width: 768px) {
        .property-tabs .custom-tabs > ul.tab-header {
          margin-bottom: 2.5rem;
          padding: 16px 0 0; } }
      @media screen and (max-width: 767px) {
        .property-tabs .custom-tabs > ul.tab-header {
          white-space: nowrap;
          overflow-x: scroll; }
          .property-tabs .custom-tabs > ul.tab-header li {
            margin-right: .5rem !important; }
            .property-tabs .custom-tabs > ul.tab-header li a, .property-tabs .custom-tabs > ul.tab-header li button {
              text-align: center;
              padding: 0 .8rem !important;
              text-transform: capitalize !important; } }
      .property-tabs .custom-tabs > ul.tab-header li {
        margin-right: 1rem;
        display: inline-block; }
        .property-tabs .custom-tabs > ul.tab-header li:last-child {
          margin-right: 0; }
        .property-tabs .custom-tabs > ul.tab-header li a, .property-tabs .custom-tabs > ul.tab-header li button {
          min-height: 3.5rem;
          line-height: 3.1rem;
          color: #605c5c;
          font-size: 0.75rem;
          text-transform: uppercase;
          display: inline-block;
          border-radius: 1.25rem 1.25rem 0 0;
          padding: 0 1rem;
          cursor: pointer;
          display: inline-block;
          letter-spacing: 0.125rem !important;
          text-transform: Uppercase !important;
          border: none;
          background-color: transparent; }
          .property-tabs .custom-tabs > ul.tab-header li a:hover, .property-tabs .custom-tabs > ul.tab-header li button:hover {
            background-color: #fff;
            color: #313131 !important; }
        .property-tabs .custom-tabs > ul.tab-header li.selected a, .property-tabs .custom-tabs > ul.tab-header li.selected button {
          background-color: #fff;
          color: #313131 !important;
          font-weight: 600 !important; }
    .property-tabs .custom-tabs .enRzSV {
      background-color: transparent;
      padding: 0;
      border: none;
      display: block;
      margin: 0; }
  .property-tabs .tab-content ul {
    padding: 0;
    margin: 0; }
  .property-tabs .tab-content .list-bullet {
    column-count: 2;
    column-gap: 1rem;
    padding-left: 0.5rem; }
    @media screen and (max-width: 575px) {
      .property-tabs .tab-content .list-bullet {
        column-count: 1; } }
    .property-tabs .tab-content .list-bullet li {
      position: relative;
      padding-left: 1.5rem;
      margin-bottom: .8rem;
      display: block;
      font-size: 1rem; }
      @media screen and (min-width: 768px) {
        .property-tabs .tab-content .list-bullet li {
          font-size: 1rem; } }
      @media screen and (max-width: 575px) {
        .property-tabs .tab-content .list-bullet li {
          display: block; } }
      .property-tabs .tab-content .list-bullet li:before {
        position: absolute;
        top: 0px;
        left: 0px;
        content: "•"; }

.property-map {
  position: relative; }
  .property-map__aside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 32rem;
    height: 100%;
    overflow: auto;
    background: #fafafa;
    padding: 1rem;
    text-align: left; }
    .property-map__aside .modal__close {
      position: static;
      width: auto;
      height: auto;
      color: var(--wp--preset--color--primary);
      margin-bottom: 1rem;
      font-size: 0.875rem; }
      .property-map__aside .modal__close span {
        margin-right: .5rem; }
      .property-map__aside .modal__close:before, .property-map__aside .modal__close:after {
        display: none; }
    .property-map__aside .property__image {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .property-map__aside .property__content {
      border-bottom-left-radius: .625rem;
      border-bottom-right-radius: .625rem;
      padding: 1rem; }
  .property-map__close {
    font-weight: 500;
    cursor: pointer; }
    .property-map__close svg {
      margin-right: .5rem; }
  @media screen and (max-width: 1023px) {
    .property-map .map {
      padding-top: 177.777777%; } }
  @media screen and (min-width: 1280px) {
    .property-map__aside {
      padding: 2rem; }
      .property-map__aside .modal__close {
        top: 3rem;
        right: 3rem; } }

.map-section {
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem;
  height: 70vh; }
  @media screen and (min-width: 768px) {
    .map-section {
      height: 90vh; } }
  .map-section .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center; }

.card {
  position: relative;
  overflow: hidden;
  border: .0625rem solid transparent;
  background: #fff;
  border-color: transparent; }
  .card--cta {
    padding: 1.5rem 1rem;
    border-radius: 0.313rem; }
    @media screen and (min-width: 1600px) {
      .card--cta {
        padding: 2rem 7rem; } }
    @media screen and (min-width: 1280px) {
      .card--cta {
        padding: 2rem 6rem; } }
    @media screen and (min-width: 576px) {
      .card--cta {
        padding: 2rem 3rem; } }
    .card--cta .btn-solid {
      padding: .8rem 4rem;
      text-transform: uppercase; }
      @media screen and (max-width: 575px) {
        .card--cta .btn-solid {
          padding: .8rem 1rem;
          width: 100%; } }
    .card--cta .card__content {
      padding: 0; }
  .card__image {
    position: relative;
    overflow: hidden; }
    .card__image:before {
      display: block;
      padding-top: 75%;
      content: ""; }
    .card__image .label {
      position: absolute;
      top: 1rem;
      left: 1rem;
      z-index: 1;
      padding: .5rem;
      background-color: #fff;
      color: var(--wp--preset--color--primary); }
  .card__profile {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 50%;
    max-width: 10rem; }
    .card__profile:before {
      display: block;
      padding-top: 100%;
      content: ''; }
    .card__profile .img-fit-width, .card__profile .img-fit-height {
      position: absolute;
      cursor: pointer; }
    .card__profile .img-fit-height {
      top: 0;
      left: 50%;
      height: 100%;
      width: auto;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .card__profile .img-fit-width {
      top: 50%;
      left: 0;
      width: 100%;
      height: auto;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .card__content {
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 0.625rem;
    overflow: hidden; }
    .card__content ul li {
      display: inline-block !important; }
      @media screen and (max-width: 575px) {
        .card__content ul li {
          display: block !important; } }
    @media screen and (min-width: 768px) {
      .card__content {
        padding: 2.25rem; } }
    @media screen and (min-width: 1900px) {
      .card__content {
        padding: 1.5rem; } }
  .card__content-details .tag {
    font-weight: 400; }
    .card__content-details .tag a {
      padding: 0; }
  .card__short-text {
    max-width: 20rem; }
    @media screen and (min-width: 576px) {
      .card__short-text {
        padding-right: 1.5rem; } }
  .card__btn {
    position: absolute;
    bottom: 1rem;
    left: 1rem; }
  .card__link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%; }
  .card--lg {
    padding: 1.5rem; }
    .card--lg h1, .card--lg h2, .card--lg h3, .card--lg h4 {
      text-transform: uppercase;
      font-weight: 700;
      line-height: 1; }
    @media screen and (min-width: 1024px) {
      .card--lg {
        padding: 2.25rem; } }
    @media screen and (min-width: 1280px) {
      .card--lg {
        padding: 2.25rem 6rem .5rem 2.25rem; }
        .card--lg h1, .card--lg h2, .card--lg h3, .card--lg h4 {
          font-size: 4rem; } }
  .card--overlay .card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.625);
    color: #fff; }
  .card--push .card__content {
    padding-bottom: 4rem; }
  @media screen and (min-width: 1280px) {
    .card--push.card--lg .card__content {
      padding-bottom: 5rem; } }

.calculator {
  border-radius: 1.25rem;
  overflow: hidden;
  padding: 1rem; }
  @media screen and (min-width: 576px) {
    .calculator {
      padding: 2rem; } }
  .modalwarp .calculator {
    padding: 0 !important; }
    .modalwarp .calculator h4, .modalwarp .calculator .result-label {
      display: none; }
  .calculator__range .btn-solid,
  .calculator__range .btn-outline {
    padding-left: 1.125rem;
    padding-right: 1.125rem; }
  .calculator__range [class*="col"] {
    margin-left: -.0625rem; }
  .calculator .form-input {
    border-radius: 0;
    font-size: .875rem;
    background-color: #fff;
    color: var(--wp--preset--color--primary);
    border-radius: 10rem; }
    .calculator .form-input.select {
      border-color: #EFEFEF !important;
      background-size: .9rem;
      background-image: url("/assets/img/angle-down-green.svg"); }
    @media screen and (min-width: 1024px) {
      .calculator .form-input {
        font-size: 1rem !important; } }
    .bg-white .calculator .form-input {
      background-color: #fff; }
    @media screen and (max-width: 767px) {
      .bg-light-gray .calculator .form-input {
        background-color: #fff; } }
  .calculator .form-group label {
    margin-bottom: .5rem;
    display: block;
    font-size: 0.75rem;
    color: #605c5c;
    text-transform: none !important;
    font-weight: 400;
    letter-spacing: normal;
    font-family: 'Mulish-Regular', Arial, sans-serif !important; }
  .calculator .quantity {
    position: relative; }
    .calculator .quantity input[type="number"],
    .calculator .quantity input[type="text"] {
      padding: .6875rem 2rem;
      -moz-appearance: textfield; }
      @media screen and (max-width: 575px) {
        .calculator .quantity input[type="number"],
        .calculator .quantity input[type="text"] {
          padding: .6875rem 2rem; } }
      .calculator .quantity input[type="number"]::-webkit-outer-spin-button, .calculator .quantity input[type="number"]::-webkit-inner-spin-button,
      .calculator .quantity input[type="text"]::-webkit-outer-spin-button,
      .calculator .quantity input[type="text"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
    .calculator .quantity .form-input-prefix {
      left: 2rem; }
      @media screen and (max-width: 575px) {
        .calculator .quantity .form-input-prefix {
          left: 1.5rem; } }
      @media screen and (min-width: 1024px) {
        .calculator .quantity .form-input-prefix {
          font-size: 1rem !important; } }
    .calculator .quantity .form-input-suffix {
      right: 2rem; }
      @media screen and (max-width: 575px) {
        .calculator .quantity .form-input-suffix {
          right: 1.5rem; } }
      @media screen and (min-width: 1024px) {
        .calculator .quantity .form-input-suffix {
          font-size: 1rem !important; } }
    .calculator .quantity .quantity-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      width: 2rem;
      text-align: center;
      height: 100%;
      line-height: 3.5rem;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 575px) {
        .calculator .quantity .quantity-button {
          line-height: 3.15rem; } }
      @media screen and (min-width: 768px) {
        .calculator .quantity .quantity-button {
          width: 3rem;
          text-align: center; } }
      .calculator .quantity .quantity-button i {
        color: var(--wp--preset--color--primary); }
      .calculator .quantity .quantity-button.quantity-up {
        left: 0; }
      .calculator .quantity .quantity-button.quantity-down {
        right: 0; }
  .calculator .result-label {
    letter-spacing: normal;
    font-size: 0.75rem;
    display: inline-block;
    color: var(--wp--preset--color--primary);
    text-transform: none !important;
    font-weight: 400;
    letter-spacing: normal;
    font-family: 'Mulish-Regular', Arial, sans-serif !important; }

.border-radius-5 {
  border-radius: 0.3125rem; }

.post-container h1, .post-container h2, .post-container h3, .post-container h4, .post-container h5 {
  color: var(--wp--preset--color--primary); }
.post-container__title {
  border-bottom: 0.063rem solid #C6C6C6; }
  .post-container__title .post-date {
    font-size: .75rem;
    letter-spacing: 0.125rem; }
  .layout2 .post-container__title {
    text-align: center;
    border: none !important; }
.post-container .inner-padding {
  padding: 0 7.188rem; }
  .post-container .inner-padding .post-detail {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .post-container .inner-padding .post-detail span {
      line-height: 120%;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #A2A2A2;
      font-size: 0.875rem;
      font-weight: 500; }
  .post-container .inner-padding .post-title {
    color: var(--wp--preset--color--primary);
    margin: 1.25rem 0; }
  .post-container .inner-padding .sub-text, .post-container .inner-padding .content-post {
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    color: #000000; }
  .post-container .inner-padding .content-post {
    display: flex;
    flex-direction: column;
    gap: 1.25rem; }
    .post-container .inner-padding .content-post iframe {
      max-width: 100%; }
    .post-container .inner-padding .content-post img {
      height: auto !important;
      object-fit: none !important;
      width: auto !important; }
  .post-container .inner-padding .link-post {
    text-decoration: none;
    font-weight: 500;
    box-shadow: none;
    position: relative;
    display: inline-block;
    width: max-content;
    color: var(--wp--preset--color--primary);
    font-size: 1rem;
    margin-left: 1rem; }
    .post-container .inner-padding .link-post::before {
      content: "";
      position: absolute;
      left: -16px;
      width: 5px;
      height: 5px;
      border-right: 2.8px solid;
      border-bottom: 2.8px solid;
      transform: rotate(145deg);
      top: -2px;
      bottom: 0;
      margin: auto;
      color: var(--wp--preset--color--secondary); }
  @media screen and (max-width: 1280px) {
    .post-container .inner-padding {
      padding: 0 4.188rem; } }
  @media screen and (max-width: 1024px) {
    .post-container .inner-padding {
      padding: 0rem; } }
.post-container .ft-img-post {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0px 0 63px; }
  @media screen and (max-width: 1024px) {
    .post-container .ft-img-post {
      margin: 0px 0 20px; }
  }
  .post-container .ft-img-post:after {
    display: block;
    padding-top: 56.25%;
    content: ''; }
.post-container.layout2 .col-xl-4 {
  width: 100%;
  max-width: 100%;
  flex: auto; }
.post-container.layout2 .row {
  flex-wrap: wrap; }
.post-container__cat li {
  display: inline-block;
  padding-right: .8rem; }
  .post-container__cat li span {
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    font-size: 0.75rem;
    background-color: #EFEFEF;
    color: var(--wp--preset--color--primary);
    display: inline-block;
    padding: .5rem .5rem; }
.layout2 .post-container__cat {
  text-align: left;
  padding: 1rem 0;
  border-top: 1px solid #797979;
  border-bottom: 1px solid #797979; }
  @media screen and (min-width: 1024px) {
    .layout2 .post-container__cat {
      padding: 1.5rem 0; } }

.ReactModalPortal .social-links ul li {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem; }
  .ReactModalPortal .social-links ul li a {
    background-color: #fff;
    display: inline-block;
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 0.8rem;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    text-align: center; }
    .ReactModalPortal .social-links ul li a svg {
      position: relative;
      top: 0.5rem; }
    .ReactModalPortal .social-links ul li a span {
      font-size: .75rem;
      color: #000000;
      display: block; }
  .ReactModalPortal .social-links ul li span.tool-tip-copy {
    position: absolute;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    color: #000000;
    width: max-content;
    background: #fff;
    border-radius: 0.25rem;
    padding: 0 0.5rem; }
    .ReactModalPortal .social-links ul li span.tool-tip-copy::before {
      position: absolute;
      content: '';
      bottom: -0.5rem;
      left: 50%;
      transform: translateX(-50%);
      width: 0px;
      height: 0px;
      border-left: 0.5rem solid transparent;
      border-right: 0.5rem solid transparent;
      border-top: 0.5rem solid #fff; }

.pagination {
  margin-bottom: 1.25rem; }
  .pagination ul {
    padding: 0;
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0; }
    .pagination ul li {
      padding-left: 0;
      padding-right: 0;
      display: inline-block;
      vertical-align: middle;
      line-height: 2; }
      .pagination ul li + li {
        margin-left: -0.125rem; }
  .pagination li {
    margin-top: 0;
    margin-bottom: 0; }
    .pagination li > a,
    .pagination li > span,
    .pagination li > button {
      display: block;
      min-width: 1rem;
      padding: 0.625rem 1.375rem;
      margin: 0;
      border: 0.125rem solid transparent;
      background-color: #fff;
      border-color: transparent;
      color: #fff;
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 1.5rem;
      text-align: center;
      border-radius: 0;
      transition: background-color 0.3125s ease, color 0.3125s ease; }
      .desktop .pagination li > a:hover,
      .desktop .pagination li > span:hover,
      .desktop .pagination li > button:hover {
        background-color: #d5d5d5;
        border-color: rgba(0, 0, 0, 0);
        color: #fff; }
      .pagination li > a:active, .desktop .pagination li > a:active,
      .pagination li > span:active,
      .desktop .pagination li > span:active,
      .pagination li > button:active,
      .desktop .pagination li > button:active {
        background-color: #fbfbfb;
        border-color: rgba(13, 13, 13, 0);
        color: #fff; }
  .pagination .ellipsis {
    padding-left: 1.375rem;
    padding-right: 1.375rem; }
  .pagination .active > a {
    background-color: #eee;
    border-color: transparent;
    color: #fff; }
  .pagination--default li > a,
  .pagination--default li > span,
  .pagination--default li > button {
    border-color: #fff;
    color: var(--wp--preset--color--primary); }
  .pagination--default .active > a,
  .pagination--default .active > button {
    background-color: #000000;
    border-color: #000000; }
  .pagination--primary li > a,
  .pagination--primary li > span,
  .pagination--primary li > button {
    border-color: #fff;
    color: var(--wp--preset--color--primary); }
  .pagination--primary .active > a,
  .pagination--primary .active > button {
    background-color: var(--wp--preset--color--primary);
    border-color: var(--wp--preset--color--primary); }
  .pagination--gray-lighter li > a,
  .pagination--gray-lighter li > span,
  .pagination--gray-lighter li > button {
    border-color: #fff;
    color: var(--wp--preset--color--primary); }
  .pagination--gray-lighter .active > a,
  .pagination--gray-lighter .active > button {
    background-color: #EFEFEF;
    border-color: #EFEFEF; }
  .pagination--secondary li > a,
  .pagination--secondary li > span,
  .pagination--secondary li > button {
    border-color: #fff;
    color: var(--wp--preset--color--primary); }
  .pagination--secondary .active > a,
  .pagination--secondary .active > button {
    background-color: var(--wp--preset--color--secondary);
    border-color: var(--wp--preset--color--secondary); }
  .pagination--white li > a,
  .pagination--white li > span,
  .pagination--white li > button {
    border-color: #fff;
    color: var(--wp--preset--color--primary); }
  .pagination--white .active > a,
  .pagination--white .active > button {
    background-color: #fff;
    border-color: #fff; }
  .pagination .pagination__prev a, .pagination .pagination__next a {
    padding-left: 0.6875rem;
    padding-right: 0.6875rem; }

.btn-share {
  position: relative;
  background-color: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--secondary);
  color: #fff;
  display: inline-block;
  padding: 0.6875rem 1.71875rem;
  border: 0.0625rem solid transparent;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  border-radius: 0;
  -webkit-transition: background-color .3125s ease,color .3125s ease;
  transition: background-color .3125s ease,color .3125s ease;
  cursor: pointer; }
  .btn-share__links, .btn-share:hover .btn-share__links, .btn-share__text, .btn-share:hover .btn-share__text {
    transition: opacity 0.3125s ease; }
  .btn-share__text {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    opacity: 1;
    transform: translateY(-50%); }
  .btn-share__links {
    z-index: 0;
    margin-left: -1rem;
    margin-right: -1rem;
    opacity: 0; }
    .btn-share__links a {
      position: relative;
      display: inline-block;
      color: inherit;
      padding-left: 1rem;
      padding-right: 1rem; }
  .btn-share.active .btn-share__text {
    z-index: 0;
    opacity: 0; }
  .btn-share.active .btn-share__links {
    z-index: 1;
    opacity: 1; }
    .btn-share.active .btn-share__links a {
      z-index: 2; }

.text-primary {
  color: var(--wp--preset--color--primary) !important; }
.text-secondary {
  color: var(--wp--preset--color--secondary) !important; }
.text-light-black {
  color: #313131 !important; }
.text-white {
  color: #fff !important; }

@media screen and (max-width: 575px) {
  .text-left-mobile h1, .text-left-mobile h2, .text-left-mobile h3, .text-left-mobile h4, .text-left-mobile h5, .text-left-mobile h6, .text-left-mobile .link-with-icon-wrap.center {
    text-align: left !important; } }

html body :where(.editor-styles-wrapper) h1,
html body :where(.editor-styles-wrapper) h2,
html body :where(.editor-styles-wrapper) h3,
html body :where(.editor-styles-wrapper) h4,
html body :where(.editor-styles-wrapper) h5,
html body :where(.editor-styles-wrapper) h6 {
  margin: 0; }

body p.has-background {
  padding: .5em 1em; }
body .components-panel__row label {
  text-transform: capitalize; }
body .components-flex.components-input-control.components-number-control.components-unit-control,
body .components-flex.components-select-control,
body .block-editor-block-patterns-list__item {
  height: auto; }
@media screen and (max-width: 575px) {
  body .has-large-font-size {
    font-size: 1rem !important; } }
body .wp-block-image img {
  max-width: 100%;
  height: auto; }
body .wp-block-image:not(.has-custom-dimensions) img {
  width: 100%; }
body .wp-block-image .components-resizable-box__container {
  max-width: 100%; }
body .wp-block-image:not(.has-custom-dimensions) .components-resizable-box__container {
  width: 100% !important; }
@media screen and (max-width: 767px) {
  body .flex-reverse {
    flex-direction: column-reverse; } }
@media screen and (max-width: 767px) {
  body .wp-block-columns.flex-reverse {
    flex-direction: column-reverse; } }
@media screen and (max-width: 1279px) {
  body .wp-block-columns.is-mobile {
    gap: 0 4rem !important; } }
body .dropdown-heading-value {
  white-space: normal !important; }
body .dropdown-heading {
  height: auto !important;
  min-height: 3rem !important; }

.post-type-value .components-panel__body {
  display: none; }
  .post-type-value .components-panel__body.development-body, .post-type-value .components-panel__body.branch-setting, .post-type-value .components-panel__body.values-setting {
    display: block; }
    .post-type-value .components-panel__body.development-body .components-panel__body, .post-type-value .components-panel__body.branch-setting .components-panel__body, .post-type-value .components-panel__body.values-setting .components-panel__body {
      display: block; }

.custom-panel-setting label {
  font-size: .875rem !important;
  color: #000000 !important;
  font-weight: 500;
  text-transform: capitalize !important; }

.custom-repeatable-fields .fields {
  margin-bottom: 1rem;
  position: relative; }
  .custom-repeatable-fields .fields .components-base-control {
    margin-bottom: .5rem; }
    .custom-repeatable-fields .fields .components-base-control:last-child {
      margin-bottom: 0; }
.custom-repeatable-fields .remove-fields {
  background: red;
  color: #fff;
  min-width: auto;
  height: auto;
  padding: 0;
  position: absolute;
  bottom: 1.5rem;
  right: -2rem; }
  .custom-repeatable-fields .remove-fields .dashicons {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    display: block; }
.custom-repeatable-fields .add-fields-button {
  display: block; }

.interface-interface-skeleton__header .block-editor-post-preview__dropdown {
  display: none; }

.bg-default {
  background-color: #000000 !important; }
.bg-primary {
  background-color: var(--wp--preset--color--primary) !important; }
.bg-gray-lighter {
  background-color: #EFEFEF !important; }
.bg-secondary {
  background-color: var(--wp--preset--color--secondary) !important; }
.bg-white {
  background-color: #fff !important; }

.wp-block-create-block-container .inner-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  max-width: 1600px;
  padding: 0 2rem;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 1023px) {
    .wp-block-create-block-container .inner-container {
      padding-left: 1rem !important;
      padding-right: 1rem !important; } }
  .wp-block-create-block-container .inner-container.has-inner-container {
    /*@media only screen and (min-width: 1600px) {
    	max-width: 1600px !important; 
    }*/ }
    @media only screen and (min-width: 1023px) {
      .wp-block-create-block-container .inner-container.has-inner-container {
        padding: 0 2rem; } }

.position-absolute {
  position: absolute; }

.position-fixed {
  position: fixed; }

.position-relative {
  position: relative; }

.position-static {
  position: static; }

@media screen and (min-width: 0) {
  .position-absolute-xs {
    position: absolute; }

  .position-fixed-xs {
    position: fixed; }

  .position-relative-xs {
    position: relative; }

  .position-static-xs {
    position: static; } }
@media screen and (min-width: 576px) {
  .position-absolute-sm {
    position: absolute; }

  .position-fixed-sm {
    position: fixed; }

  .position-relative-sm {
    position: relative; }

  .position-static-sm {
    position: static; } }
@media screen and (min-width: 768px) {
  .position-absolute-md {
    position: absolute; }

  .position-fixed-md {
    position: fixed; }

  .position-relative-md {
    position: relative; }

  .position-static-md {
    position: static; } }
@media screen and (min-width: 1024px) {
  .position-absolute-lg {
    position: absolute; }

  .position-fixed-lg {
    position: fixed; }

  .position-relative-lg {
    position: relative; }

  .position-static-lg {
    position: static; } }
@media screen and (min-width: 1280px) {
  .position-absolute-xl {
    position: absolute; }

  .position-fixed-xl {
    position: fixed; }

  .position-relative-xl {
    position: relative; }

  .position-static-xl {
    position: static; } }
@media screen and (min-width: 1600px) {
  .position-absolute-xxl {
    position: absolute; }

  .position-fixed-xxl {
    position: fixed; }

  .position-relative-xxl {
    position: relative; }

  .position-static-xxl {
    position: static; } }
.display-block {
  display: block; }

.display-flex {
  display: flex; }

.display-inline {
  display: inline; }

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

.display-none {
  display: none; }

@media screen and (min-width: 0) {
  .display-block-xs {
    display: block; }

  .display-flex-xs {
    display: flex; }

  .display-inline-xs {
    display: inline; }

  .display-inline-block-xs {
    display: inline-block; }

  .display-none-xs {
    display: none; } }
@media screen and (min-width: 576px) {
  .display-block-sm {
    display: block; }

  .display-flex-sm {
    display: flex; }

  .display-inline-sm {
    display: inline; }

  .display-inline-block-sm {
    display: inline-block; }

  .display-none-sm {
    display: none; } }
@media screen and (min-width: 768px) {
  .display-block-md {
    display: block; }

  .display-flex-md {
    display: flex; }

  .display-inline-md {
    display: inline; }

  .display-inline-block-md {
    display: inline-block; }

  .display-none-md {
    display: none; } }
@media screen and (min-width: 1024px) {
  .display-block-lg {
    display: block; }

  .display-flex-lg {
    display: flex; }

  .display-inline-lg {
    display: inline; }

  .display-inline-block-lg {
    display: inline-block; }

  .display-none-lg {
    display: none; } }
@media screen and (min-width: 1280px) {
  .display-block-xl {
    display: block; }

  .display-flex-xl {
    display: flex; }

  .display-inline-xl {
    display: inline; }

  .display-inline-block-xl {
    display: inline-block; }

  .display-none-xl {
    display: none; } }
@media screen and (min-width: 1600px) {
  .display-block-xxl {
    display: block; }

  .display-flex-xxl {
    display: flex; }

  .display-inline-xxl {
    display: inline; }

  .display-inline-block-xxl {
    display: inline-block; }

  .display-none-xxl {
    display: none; } }
.float-left {
  float: left; }

.float-right {
  float: right; }

.float-none {
  float: none; }

@media screen and (min-width: 0) {
  .float-left-xs {
    float: left; }

  .float-right-xs {
    float: right; }

  .float-none-xs {
    float: none; } }
@media screen and (min-width: 576px) {
  .float-left-sm {
    float: left; }

  .float-right-sm {
    float: right; }

  .float-none-sm {
    float: none; } }
@media screen and (min-width: 768px) {
  .float-left-md {
    float: left; }

  .float-right-md {
    float: right; }

  .float-none-md {
    float: none; } }
@media screen and (min-width: 1024px) {
  .float-left-lg {
    float: left; }

  .float-right-lg {
    float: right; }

  .float-none-lg {
    float: none; } }
@media screen and (min-width: 1280px) {
  .float-left-xl {
    float: left; }

  .float-right-xl {
    float: right; }

  .float-none-xl {
    float: none; } }
@media screen and (min-width: 1600px) {
  .float-left-xxl {
    float: left; }

  .float-right-xxl {
    float: right; }

  .float-none-xxl {
    float: none; } }
.width-0 {
  width: 0%; }

.width-10 {
  width: 10%; }

.width-20 {
  width: 20%; }

.width-30 {
  width: 30%; }

.width-40 {
  width: 40%; }

.width-50 {
  width: 50%; }

.width-60 {
  width: 60%; }

.width-70 {
  width: 70%; }

.width-80 {
  width: 80%; }

.width-90 {
  width: 90%; }

.width-100 {
  width: 100%; }

@media screen and (min-width: 0) {
  .width-0-xs {
    width: 0%; }

  .width-10-xs {
    width: 10%; }

  .width-20-xs {
    width: 20%; }

  .width-30-xs {
    width: 30%; }

  .width-40-xs {
    width: 40%; }

  .width-50-xs {
    width: 50%; }

  .width-60-xs {
    width: 60%; }

  .width-70-xs {
    width: 70%; }

  .width-80-xs {
    width: 80%; }

  .width-90-xs {
    width: 90%; }

  .width-100-xs {
    width: 100%; } }
@media screen and (min-width: 576px) {
  .width-0-sm {
    width: 0%; }

  .width-10-sm {
    width: 10%; }

  .width-20-sm {
    width: 20%; }

  .width-30-sm {
    width: 30%; }

  .width-40-sm {
    width: 40%; }

  .width-50-sm {
    width: 50%; }

  .width-60-sm {
    width: 60%; }

  .width-70-sm {
    width: 70%; }

  .width-80-sm {
    width: 80%; }

  .width-90-sm {
    width: 90%; }

  .width-100-sm {
    width: 100%; } }
@media screen and (min-width: 768px) {
  .width-0-md {
    width: 0%; }

  .width-10-md {
    width: 10%; }

  .width-20-md {
    width: 20%; }

  .width-30-md {
    width: 30%; }

  .width-40-md {
    width: 40%; }

  .width-50-md {
    width: 50%; }

  .width-60-md {
    width: 60%; }

  .width-70-md {
    width: 70%; }

  .width-80-md {
    width: 80%; }

  .width-90-md {
    width: 90%; }

  .width-100-md {
    width: 100%; } }
@media screen and (min-width: 1024px) {
  .width-0-lg {
    width: 0%; }

  .width-10-lg {
    width: 10%; }

  .width-20-lg {
    width: 20%; }

  .width-30-lg {
    width: 30%; }

  .width-40-lg {
    width: 40%; }

  .width-50-lg {
    width: 50%; }

  .width-60-lg {
    width: 60%; }

  .width-70-lg {
    width: 70%; }

  .width-80-lg {
    width: 80%; }

  .width-90-lg {
    width: 90%; }

  .width-100-lg {
    width: 100%; } }
@media screen and (min-width: 1280px) {
  .width-0-xl {
    width: 0%; }

  .width-10-xl {
    width: 10%; }

  .width-20-xl {
    width: 20%; }

  .width-30-xl {
    width: 30%; }

  .width-40-xl {
    width: 40%; }

  .width-50-xl {
    width: 50%; }

  .width-60-xl {
    width: 60%; }

  .width-70-xl {
    width: 70%; }

  .width-80-xl {
    width: 80%; }

  .width-90-xl {
    width: 90%; }

  .width-100-xl {
    width: 100%; } }
@media screen and (min-width: 1600px) {
  .width-0-xxl {
    width: 0%; }

  .width-10-xxl {
    width: 10%; }

  .width-20-xxl {
    width: 20%; }

  .width-30-xxl {
    width: 30%; }

  .width-40-xxl {
    width: 40%; }

  .width-50-xxl {
    width: 50%; }

  .width-60-xxl {
    width: 60%; }

  .width-70-xxl {
    width: 70%; }

  .width-80-xxl {
    width: 80%; }

  .width-90-xxl {
    width: 90%; }

  .width-100-xxl {
    width: 100%; } }
.height-0 {
  height: 0%; }

.height-5 {
  height: 5%; }

.height-10 {
  height: 10%; }

.height-15 {
  height: 15%; }

.height-20 {
  height: 20%; }

.height-25 {
  height: 25%; }

.height-30 {
  height: 30%; }

.height-35 {
  height: 35%; }

.height-40 {
  height: 40%; }

.height-45 {
  height: 45%; }

.height-50 {
  height: 50%; }

.height-55 {
  height: 55%; }

.height-60 {
  height: 60%; }

.height-65 {
  height: 65%; }

.height-70 {
  height: 70%; }

.height-75 {
  height: 75%; }

.height-80 {
  height: 80%; }

.height-85 {
  height: 85%; }

.height-90 {
  height: 90%; }

.height-95 {
  height: 95%; }

.height-100 {
  height: 100%; }

@media screen and (min-width: 0) {
  .height-0-xs {
    height: 0%; }

  .height-5-xs {
    height: 5%; }

  .height-10-xs {
    height: 10%; }

  .height-15-xs {
    height: 15%; }

  .height-20-xs {
    height: 20%; }

  .height-25-xs {
    height: 25%; }

  .height-30-xs {
    height: 30%; }

  .height-35-xs {
    height: 35%; }

  .height-40-xs {
    height: 40%; }

  .height-45-xs {
    height: 45%; }

  .height-50-xs {
    height: 50%; }

  .height-55-xs {
    height: 55%; }

  .height-60-xs {
    height: 60%; }

  .height-65-xs {
    height: 65%; }

  .height-70-xs {
    height: 70%; }

  .height-75-xs {
    height: 75%; }

  .height-80-xs {
    height: 80%; }

  .height-85-xs {
    height: 85%; }

  .height-90-xs {
    height: 90%; }

  .height-95-xs {
    height: 95%; }

  .height-100-xs {
    height: 100%; } }
@media screen and (min-width: 576px) {
  .height-0-sm {
    height: 0%; }

  .height-5-sm {
    height: 5%; }

  .height-10-sm {
    height: 10%; }

  .height-15-sm {
    height: 15%; }

  .height-20-sm {
    height: 20%; }

  .height-25-sm {
    height: 25%; }

  .height-30-sm {
    height: 30%; }

  .height-35-sm {
    height: 35%; }

  .height-40-sm {
    height: 40%; }

  .height-45-sm {
    height: 45%; }

  .height-50-sm {
    height: 50%; }

  .height-55-sm {
    height: 55%; }

  .height-60-sm {
    height: 60%; }

  .height-65-sm {
    height: 65%; }

  .height-70-sm {
    height: 70%; }

  .height-75-sm {
    height: 75%; }

  .height-80-sm {
    height: 80%; }

  .height-85-sm {
    height: 85%; }

  .height-90-sm {
    height: 90%; }

  .height-95-sm {
    height: 95%; }

  .height-100-sm {
    height: 100%; } }
@media screen and (min-width: 768px) {
  .height-0-md {
    height: 0%; }

  .height-5-md {
    height: 5%; }

  .height-10-md {
    height: 10%; }

  .height-15-md {
    height: 15%; }

  .height-20-md {
    height: 20%; }

  .height-25-md {
    height: 25%; }

  .height-30-md {
    height: 30%; }

  .height-35-md {
    height: 35%; }

  .height-40-md {
    height: 40%; }

  .height-45-md {
    height: 45%; }

  .height-50-md {
    height: 50%; }

  .height-55-md {
    height: 55%; }

  .height-60-md {
    height: 60%; }

  .height-65-md {
    height: 65%; }

  .height-70-md {
    height: 70%; }

  .height-75-md {
    height: 75%; }

  .height-80-md {
    height: 80%; }

  .height-85-md {
    height: 85%; }

  .height-90-md {
    height: 90%; }

  .height-95-md {
    height: 95%; }

  .height-100-md {
    height: 100%; } }
@media screen and (min-width: 1024px) {
  .height-0-lg {
    height: 0%; }

  .height-5-lg {
    height: 5%; }

  .height-10-lg {
    height: 10%; }

  .height-15-lg {
    height: 15%; }

  .height-20-lg {
    height: 20%; }

  .height-25-lg {
    height: 25%; }

  .height-30-lg {
    height: 30%; }

  .height-35-lg {
    height: 35%; }

  .height-40-lg {
    height: 40%; }

  .height-45-lg {
    height: 45%; }

  .height-50-lg {
    height: 50%; }

  .height-55-lg {
    height: 55%; }

  .height-60-lg {
    height: 60%; }

  .height-65-lg {
    height: 65%; }

  .height-70-lg {
    height: 70%; }

  .height-75-lg {
    height: 75%; }

  .height-80-lg {
    height: 80%; }

  .height-85-lg {
    height: 85%; }

  .height-90-lg {
    height: 90%; }

  .height-95-lg {
    height: 95%; }

  .height-100-lg {
    height: 100%; } }
@media screen and (min-width: 1280px) {
  .height-0-xl {
    height: 0%; }

  .height-5-xl {
    height: 5%; }

  .height-10-xl {
    height: 10%; }

  .height-15-xl {
    height: 15%; }

  .height-20-xl {
    height: 20%; }

  .height-25-xl {
    height: 25%; }

  .height-30-xl {
    height: 30%; }

  .height-35-xl {
    height: 35%; }

  .height-40-xl {
    height: 40%; }

  .height-45-xl {
    height: 45%; }

  .height-50-xl {
    height: 50%; }

  .height-55-xl {
    height: 55%; }

  .height-60-xl {
    height: 60%; }

  .height-65-xl {
    height: 65%; }

  .height-70-xl {
    height: 70%; }

  .height-75-xl {
    height: 75%; }

  .height-80-xl {
    height: 80%; }

  .height-85-xl {
    height: 85%; }

  .height-90-xl {
    height: 90%; }

  .height-95-xl {
    height: 95%; }

  .height-100-xl {
    height: 100%; } }
@media screen and (min-width: 1600px) {
  .height-0-xxl {
    height: 0%; }

  .height-5-xxl {
    height: 5%; }

  .height-10-xxl {
    height: 10%; }

  .height-15-xxl {
    height: 15%; }

  .height-20-xxl {
    height: 20%; }

  .height-25-xxl {
    height: 25%; }

  .height-30-xxl {
    height: 30%; }

  .height-35-xxl {
    height: 35%; }

  .height-40-xxl {
    height: 40%; }

  .height-45-xxl {
    height: 45%; }

  .height-50-xxl {
    height: 50%; }

  .height-55-xxl {
    height: 55%; }

  .height-60-xxl {
    height: 60%; }

  .height-65-xxl {
    height: 65%; }

  .height-70-xxl {
    height: 70%; }

  .height-75-xxl {
    height: 75%; }

  .height-80-xxl {
    height: 80%; }

  .height-85-xxl {
    height: 85%; }

  .height-90-xxl {
    height: 90%; }

  .height-95-xxl {
    height: 95%; }

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

@media screen and (max-width: 1900px) {
  .height-1-xxxl-down {
    min-height: 1rem !important; }

  .height-2-xxxl-down {
    min-height: 2rem !important; }

  .height-3-xxxl-down {
    min-height: 3rem !important; }

  .height-4-xxxl-down {
    min-height: 4rem !important; }

  .height-5-xxxl-down {
    min-height: 5rem !important; }

  .height-6-xxxl-down {
    min-height: 6rem !important; }

  .height-7-xxxl-down {
    min-height: 7rem !important; }

  .height-8-xxxl-down {
    min-height: 8rem !important; }

  .height-9-xxxl-down {
    min-height: 9rem !important; }

  .height-10-xxxl-down {
    min-height: 10rem !important; }

  .height-11-xxxl-down {
    min-height: 11rem !important; }

  .height-12-xxxl-down {
    min-height: 12rem !important; }

  .height-13-xxxl-down {
    min-height: 13rem !important; }

  .height-14-xxxl-down {
    min-height: 14rem !important; }

  .height-15-xxxl-down {
    min-height: 15rem !important; }

  .height-16-xxxl-down {
    min-height: 16rem !important; }

  .height-17-xxxl-down {
    min-height: 17rem !important; }

  .height-18-xxxl-down {
    min-height: 18rem !important; }

  .height-19-xxxl-down {
    min-height: 19rem !important; }

  .height-20-xxxl-down {
    min-height: 20rem !important; }

  .height-21-xxxl-down {
    min-height: 21rem !important; }

  .height-22-xxxl-down {
    min-height: 22rem !important; }

  .height-23-xxxl-down {
    min-height: 23rem !important; }

  .height-24-xxxl-down {
    min-height: 24rem !important; }

  .height-25-xxxl-down {
    min-height: 25rem !important; }

  .height-26-xxxl-down {
    min-height: 26rem !important; }

  .height-27-xxxl-down {
    min-height: 27rem !important; }

  .height-28-xxxl-down {
    min-height: 28rem !important; }

  .height-29-xxxl-down {
    min-height: 29rem !important; }

  .height-30-xxxl-down {
    min-height: 30rem !important; }

  .height-31-xxxl-down {
    min-height: 31rem !important; }

  .height-32-xxxl-down {
    min-height: 32rem !important; }

  .height-33-xxxl-down {
    min-height: 33rem !important; }

  .height-34-xxxl-down {
    min-height: 34rem !important; }

  .height-35-xxxl-down {
    min-height: 35rem !important; }

  .height-36-xxxl-down {
    min-height: 36rem !important; }

  .height-37-xxxl-down {
    min-height: 37rem !important; }

  .height-38-xxxl-down {
    min-height: 38rem !important; }

  .height-39-xxxl-down {
    min-height: 39rem !important; }

  .height-40-xxxl-down {
    min-height: 40rem !important; }

  .height-41-xxxl-down {
    min-height: 41rem !important; }

  .height-42-xxxl-down {
    min-height: 42rem !important; }

  .height-43-xxxl-down {
    min-height: 43rem !important; }

  .height-44-xxxl-down {
    min-height: 44rem !important; }

  .height-45-xxxl-down {
    min-height: 45rem !important; }

  .height-46-xxxl-down {
    min-height: 46rem !important; }

  .height-47-xxxl-down {
    min-height: 47rem !important; }

  .height-48-xxxl-down {
    min-height: 48rem !important; }

  .height-49-xxxl-down {
    min-height: 49rem !important; }

  .height-50-xxxl-down {
    min-height: 50rem !important; }

  .height-51-xxxl-down {
    min-height: 51rem !important; }

  .height-52-xxxl-down {
    min-height: 52rem !important; }

  .height-53-xxxl-down {
    min-height: 53rem !important; }

  .height-54-xxxl-down {
    min-height: 54rem !important; }

  .height-55-xxxl-down {
    min-height: 55rem !important; }

  .height-56-xxxl-down {
    min-height: 56rem !important; }

  .height-57-xxxl-down {
    min-height: 57rem !important; }

  .height-58-xxxl-down {
    min-height: 58rem !important; }

  .height-59-xxxl-down {
    min-height: 59rem !important; }

  .height-60-xxxl-down {
    min-height: 60rem !important; }

  .height-61-xxxl-down {
    min-height: 61rem !important; }

  .height-62-xxxl-down {
    min-height: 62rem !important; }

  .height-63-xxxl-down {
    min-height: 63rem !important; }

  .height-64-xxxl-down {
    min-height: 64rem !important; }

  .height-65-xxxl-down {
    min-height: 65rem !important; }

  .height-66-xxxl-down {
    min-height: 66rem !important; }

  .height-67-xxxl-down {
    min-height: 67rem !important; }

  .height-68-xxxl-down {
    min-height: 68rem !important; }

  .height-69-xxxl-down {
    min-height: 69rem !important; }

  .height-70-xxxl-down {
    min-height: 70rem !important; }

  .height-71-xxxl-down {
    min-height: 71rem !important; }

  .height-72-xxxl-down {
    min-height: 72rem !important; }

  .height-73-xxxl-down {
    min-height: 73rem !important; }

  .height-74-xxxl-down {
    min-height: 74rem !important; }

  .height-75-xxxl-down {
    min-height: 75rem !important; }

  .height-76-xxxl-down {
    min-height: 76rem !important; }

  .height-77-xxxl-down {
    min-height: 77rem !important; }

  .height-78-xxxl-down {
    min-height: 78rem !important; }

  .height-79-xxxl-down {
    min-height: 79rem !important; }

  .height-80-xxxl-down {
    min-height: 80rem !important; }

  .height-81-xxxl-down {
    min-height: 81rem !important; }

  .height-82-xxxl-down {
    min-height: 82rem !important; }

  .height-83-xxxl-down {
    min-height: 83rem !important; }

  .height-84-xxxl-down {
    min-height: 84rem !important; }

  .height-85-xxxl-down {
    min-height: 85rem !important; }

  .height-86-xxxl-down {
    min-height: 86rem !important; }

  .height-87-xxxl-down {
    min-height: 87rem !important; }

  .height-88-xxxl-down {
    min-height: 88rem !important; }

  .height-89-xxxl-down {
    min-height: 89rem !important; }

  .height-90-xxxl-down {
    min-height: 90rem !important; }

  .height-91-xxxl-down {
    min-height: 91rem !important; }

  .height-92-xxxl-down {
    min-height: 92rem !important; }

  .height-93-xxxl-down {
    min-height: 93rem !important; }

  .height-94-xxxl-down {
    min-height: 94rem !important; }

  .height-95-xxxl-down {
    min-height: 95rem !important; }

  .height-96-xxxl-down {
    min-height: 96rem !important; }

  .height-97-xxxl-down {
    min-height: 97rem !important; }

  .height-98-xxxl-down {
    min-height: 98rem !important; }

  .height-99-xxxl-down {
    min-height: 99rem !important; }

  .height-100-xxxl-down {
    min-height: 100rem !important; } }
@media screen and (max-width: 1600px) {
  .height-1-xxl-down {
    min-height: 1rem !important; }

  .height-2-xxl-down {
    min-height: 2rem !important; }

  .height-3-xxl-down {
    min-height: 3rem !important; }

  .height-4-xxl-down {
    min-height: 4rem !important; }

  .height-5-xxl-down {
    min-height: 5rem !important; }

  .height-6-xxl-down {
    min-height: 6rem !important; }

  .height-7-xxl-down {
    min-height: 7rem !important; }

  .height-8-xxl-down {
    min-height: 8rem !important; }

  .height-9-xxl-down {
    min-height: 9rem !important; }

  .height-10-xxl-down {
    min-height: 10rem !important; }

  .height-11-xxl-down {
    min-height: 11rem !important; }

  .height-12-xxl-down {
    min-height: 12rem !important; }

  .height-13-xxl-down {
    min-height: 13rem !important; }

  .height-14-xxl-down {
    min-height: 14rem !important; }

  .height-15-xxl-down {
    min-height: 15rem !important; }

  .height-16-xxl-down {
    min-height: 16rem !important; }

  .height-17-xxl-down {
    min-height: 17rem !important; }

  .height-18-xxl-down {
    min-height: 18rem !important; }

  .height-19-xxl-down {
    min-height: 19rem !important; }

  .height-20-xxl-down {
    min-height: 20rem !important; }

  .height-21-xxl-down {
    min-height: 21rem !important; }

  .height-22-xxl-down {
    min-height: 22rem !important; }

  .height-23-xxl-down {
    min-height: 23rem !important; }

  .height-24-xxl-down {
    min-height: 24rem !important; }

  .height-25-xxl-down {
    min-height: 25rem !important; }

  .height-26-xxl-down {
    min-height: 26rem !important; }

  .height-27-xxl-down {
    min-height: 27rem !important; }

  .height-28-xxl-down {
    min-height: 28rem !important; }

  .height-29-xxl-down {
    min-height: 29rem !important; }

  .height-30-xxl-down {
    min-height: 30rem !important; }

  .height-31-xxl-down {
    min-height: 31rem !important; }

  .height-32-xxl-down {
    min-height: 32rem !important; }

  .height-33-xxl-down {
    min-height: 33rem !important; }

  .height-34-xxl-down {
    min-height: 34rem !important; }

  .height-35-xxl-down {
    min-height: 35rem !important; }

  .height-36-xxl-down {
    min-height: 36rem !important; }

  .height-37-xxl-down {
    min-height: 37rem !important; }

  .height-38-xxl-down {
    min-height: 38rem !important; }

  .height-39-xxl-down {
    min-height: 39rem !important; }

  .height-40-xxl-down {
    min-height: 40rem !important; }

  .height-41-xxl-down {
    min-height: 41rem !important; }

  .height-42-xxl-down {
    min-height: 42rem !important; }

  .height-43-xxl-down {
    min-height: 43rem !important; }

  .height-44-xxl-down {
    min-height: 44rem !important; }

  .height-45-xxl-down {
    min-height: 45rem !important; }

  .height-46-xxl-down {
    min-height: 46rem !important; }

  .height-47-xxl-down {
    min-height: 47rem !important; }

  .height-48-xxl-down {
    min-height: 48rem !important; }

  .height-49-xxl-down {
    min-height: 49rem !important; }

  .height-50-xxl-down {
    min-height: 50rem !important; }

  .height-51-xxl-down {
    min-height: 51rem !important; }

  .height-52-xxl-down {
    min-height: 52rem !important; }

  .height-53-xxl-down {
    min-height: 53rem !important; }

  .height-54-xxl-down {
    min-height: 54rem !important; }

  .height-55-xxl-down {
    min-height: 55rem !important; }

  .height-56-xxl-down {
    min-height: 56rem !important; }

  .height-57-xxl-down {
    min-height: 57rem !important; }

  .height-58-xxl-down {
    min-height: 58rem !important; }

  .height-59-xxl-down {
    min-height: 59rem !important; }

  .height-60-xxl-down {
    min-height: 60rem !important; }

  .height-61-xxl-down {
    min-height: 61rem !important; }

  .height-62-xxl-down {
    min-height: 62rem !important; }

  .height-63-xxl-down {
    min-height: 63rem !important; }

  .height-64-xxl-down {
    min-height: 64rem !important; }

  .height-65-xxl-down {
    min-height: 65rem !important; }

  .height-66-xxl-down {
    min-height: 66rem !important; }

  .height-67-xxl-down {
    min-height: 67rem !important; }

  .height-68-xxl-down {
    min-height: 68rem !important; }

  .height-69-xxl-down {
    min-height: 69rem !important; }

  .height-70-xxl-down {
    min-height: 70rem !important; }

  .height-71-xxl-down {
    min-height: 71rem !important; }

  .height-72-xxl-down {
    min-height: 72rem !important; }

  .height-73-xxl-down {
    min-height: 73rem !important; }

  .height-74-xxl-down {
    min-height: 74rem !important; }

  .height-75-xxl-down {
    min-height: 75rem !important; }

  .height-76-xxl-down {
    min-height: 76rem !important; }

  .height-77-xxl-down {
    min-height: 77rem !important; }

  .height-78-xxl-down {
    min-height: 78rem !important; }

  .height-79-xxl-down {
    min-height: 79rem !important; }

  .height-80-xxl-down {
    min-height: 80rem !important; }

  .height-81-xxl-down {
    min-height: 81rem !important; }

  .height-82-xxl-down {
    min-height: 82rem !important; }

  .height-83-xxl-down {
    min-height: 83rem !important; }

  .height-84-xxl-down {
    min-height: 84rem !important; }

  .height-85-xxl-down {
    min-height: 85rem !important; }

  .height-86-xxl-down {
    min-height: 86rem !important; }

  .height-87-xxl-down {
    min-height: 87rem !important; }

  .height-88-xxl-down {
    min-height: 88rem !important; }

  .height-89-xxl-down {
    min-height: 89rem !important; }

  .height-90-xxl-down {
    min-height: 90rem !important; }

  .height-91-xxl-down {
    min-height: 91rem !important; }

  .height-92-xxl-down {
    min-height: 92rem !important; }

  .height-93-xxl-down {
    min-height: 93rem !important; }

  .height-94-xxl-down {
    min-height: 94rem !important; }

  .height-95-xxl-down {
    min-height: 95rem !important; }

  .height-96-xxl-down {
    min-height: 96rem !important; }

  .height-97-xxl-down {
    min-height: 97rem !important; }

  .height-98-xxl-down {
    min-height: 98rem !important; }

  .height-99-xxl-down {
    min-height: 99rem !important; }

  .height-100-xxl-down {
    min-height: 100rem !important; } }
@media screen and (max-width: 1280px) {
  .height-1-xl-down {
    min-height: 1rem !important; }

  .height-2-xl-down {
    min-height: 2rem !important; }

  .height-3-xl-down {
    min-height: 3rem !important; }

  .height-4-xl-down {
    min-height: 4rem !important; }

  .height-5-xl-down {
    min-height: 5rem !important; }

  .height-6-xl-down {
    min-height: 6rem !important; }

  .height-7-xl-down {
    min-height: 7rem !important; }

  .height-8-xl-down {
    min-height: 8rem !important; }

  .height-9-xl-down {
    min-height: 9rem !important; }

  .height-10-xl-down {
    min-height: 10rem !important; }

  .height-11-xl-down {
    min-height: 11rem !important; }

  .height-12-xl-down {
    min-height: 12rem !important; }

  .height-13-xl-down {
    min-height: 13rem !important; }

  .height-14-xl-down {
    min-height: 14rem !important; }

  .height-15-xl-down {
    min-height: 15rem !important; }

  .height-16-xl-down {
    min-height: 16rem !important; }

  .height-17-xl-down {
    min-height: 17rem !important; }

  .height-18-xl-down {
    min-height: 18rem !important; }

  .height-19-xl-down {
    min-height: 19rem !important; }

  .height-20-xl-down {
    min-height: 20rem !important; }

  .height-21-xl-down {
    min-height: 21rem !important; }

  .height-22-xl-down {
    min-height: 22rem !important; }

  .height-23-xl-down {
    min-height: 23rem !important; }

  .height-24-xl-down {
    min-height: 24rem !important; }

  .height-25-xl-down {
    min-height: 25rem !important; }

  .height-26-xl-down {
    min-height: 26rem !important; }

  .height-27-xl-down {
    min-height: 27rem !important; }

  .height-28-xl-down {
    min-height: 28rem !important; }

  .height-29-xl-down {
    min-height: 29rem !important; }

  .height-30-xl-down {
    min-height: 30rem !important; }

  .height-31-xl-down {
    min-height: 31rem !important; }

  .height-32-xl-down {
    min-height: 32rem !important; }

  .height-33-xl-down {
    min-height: 33rem !important; }

  .height-34-xl-down {
    min-height: 34rem !important; }

  .height-35-xl-down {
    min-height: 35rem !important; }

  .height-36-xl-down {
    min-height: 36rem !important; }

  .height-37-xl-down {
    min-height: 37rem !important; }

  .height-38-xl-down {
    min-height: 38rem !important; }

  .height-39-xl-down {
    min-height: 39rem !important; }

  .height-40-xl-down {
    min-height: 40rem !important; }

  .height-41-xl-down {
    min-height: 41rem !important; }

  .height-42-xl-down {
    min-height: 42rem !important; }

  .height-43-xl-down {
    min-height: 43rem !important; }

  .height-44-xl-down {
    min-height: 44rem !important; }

  .height-45-xl-down {
    min-height: 45rem !important; }

  .height-46-xl-down {
    min-height: 46rem !important; }

  .height-47-xl-down {
    min-height: 47rem !important; }

  .height-48-xl-down {
    min-height: 48rem !important; }

  .height-49-xl-down {
    min-height: 49rem !important; }

  .height-50-xl-down {
    min-height: 50rem !important; }

  .height-51-xl-down {
    min-height: 51rem !important; }

  .height-52-xl-down {
    min-height: 52rem !important; }

  .height-53-xl-down {
    min-height: 53rem !important; }

  .height-54-xl-down {
    min-height: 54rem !important; }

  .height-55-xl-down {
    min-height: 55rem !important; }

  .height-56-xl-down {
    min-height: 56rem !important; }

  .height-57-xl-down {
    min-height: 57rem !important; }

  .height-58-xl-down {
    min-height: 58rem !important; }

  .height-59-xl-down {
    min-height: 59rem !important; }

  .height-60-xl-down {
    min-height: 60rem !important; }

  .height-61-xl-down {
    min-height: 61rem !important; }

  .height-62-xl-down {
    min-height: 62rem !important; }

  .height-63-xl-down {
    min-height: 63rem !important; }

  .height-64-xl-down {
    min-height: 64rem !important; }

  .height-65-xl-down {
    min-height: 65rem !important; }

  .height-66-xl-down {
    min-height: 66rem !important; }

  .height-67-xl-down {
    min-height: 67rem !important; }

  .height-68-xl-down {
    min-height: 68rem !important; }

  .height-69-xl-down {
    min-height: 69rem !important; }

  .height-70-xl-down {
    min-height: 70rem !important; }

  .height-71-xl-down {
    min-height: 71rem !important; }

  .height-72-xl-down {
    min-height: 72rem !important; }

  .height-73-xl-down {
    min-height: 73rem !important; }

  .height-74-xl-down {
    min-height: 74rem !important; }

  .height-75-xl-down {
    min-height: 75rem !important; }

  .height-76-xl-down {
    min-height: 76rem !important; }

  .height-77-xl-down {
    min-height: 77rem !important; }

  .height-78-xl-down {
    min-height: 78rem !important; }

  .height-79-xl-down {
    min-height: 79rem !important; }

  .height-80-xl-down {
    min-height: 80rem !important; }

  .height-81-xl-down {
    min-height: 81rem !important; }

  .height-82-xl-down {
    min-height: 82rem !important; }

  .height-83-xl-down {
    min-height: 83rem !important; }

  .height-84-xl-down {
    min-height: 84rem !important; }

  .height-85-xl-down {
    min-height: 85rem !important; }

  .height-86-xl-down {
    min-height: 86rem !important; }

  .height-87-xl-down {
    min-height: 87rem !important; }

  .height-88-xl-down {
    min-height: 88rem !important; }

  .height-89-xl-down {
    min-height: 89rem !important; }

  .height-90-xl-down {
    min-height: 90rem !important; }

  .height-91-xl-down {
    min-height: 91rem !important; }

  .height-92-xl-down {
    min-height: 92rem !important; }

  .height-93-xl-down {
    min-height: 93rem !important; }

  .height-94-xl-down {
    min-height: 94rem !important; }

  .height-95-xl-down {
    min-height: 95rem !important; }

  .height-96-xl-down {
    min-height: 96rem !important; }

  .height-97-xl-down {
    min-height: 97rem !important; }

  .height-98-xl-down {
    min-height: 98rem !important; }

  .height-99-xl-down {
    min-height: 99rem !important; }

  .height-100-xl-down {
    min-height: 100rem !important; } }
@media screen and (max-width: 1024px) {
  .height-1-lg-down {
    min-height: 1rem !important; }

  .height-2-lg-down {
    min-height: 2rem !important; }

  .height-3-lg-down {
    min-height: 3rem !important; }

  .height-4-lg-down {
    min-height: 4rem !important; }

  .height-5-lg-down {
    min-height: 5rem !important; }

  .height-6-lg-down {
    min-height: 6rem !important; }

  .height-7-lg-down {
    min-height: 7rem !important; }

  .height-8-lg-down {
    min-height: 8rem !important; }

  .height-9-lg-down {
    min-height: 9rem !important; }

  .height-10-lg-down {
    min-height: 10rem !important; }

  .height-11-lg-down {
    min-height: 11rem !important; }

  .height-12-lg-down {
    min-height: 12rem !important; }

  .height-13-lg-down {
    min-height: 13rem !important; }

  .height-14-lg-down {
    min-height: 14rem !important; }

  .height-15-lg-down {
    min-height: 15rem !important; }

  .height-16-lg-down {
    min-height: 16rem !important; }

  .height-17-lg-down {
    min-height: 17rem !important; }

  .height-18-lg-down {
    min-height: 18rem !important; }

  .height-19-lg-down {
    min-height: 19rem !important; }

  .height-20-lg-down {
    min-height: 20rem !important; }

  .height-21-lg-down {
    min-height: 21rem !important; }

  .height-22-lg-down {
    min-height: 22rem !important; }

  .height-23-lg-down {
    min-height: 23rem !important; }

  .height-24-lg-down {
    min-height: 24rem !important; }

  .height-25-lg-down {
    min-height: 25rem !important; }

  .height-26-lg-down {
    min-height: 26rem !important; }

  .height-27-lg-down {
    min-height: 27rem !important; }

  .height-28-lg-down {
    min-height: 28rem !important; }

  .height-29-lg-down {
    min-height: 29rem !important; }

  .height-30-lg-down {
    min-height: 30rem !important; }

  .height-31-lg-down {
    min-height: 31rem !important; }

  .height-32-lg-down {
    min-height: 32rem !important; }

  .height-33-lg-down {
    min-height: 33rem !important; }

  .height-34-lg-down {
    min-height: 34rem !important; }

  .height-35-lg-down {
    min-height: 35rem !important; }

  .height-36-lg-down {
    min-height: 36rem !important; }

  .height-37-lg-down {
    min-height: 37rem !important; }

  .height-38-lg-down {
    min-height: 38rem !important; }

  .height-39-lg-down {
    min-height: 39rem !important; }

  .height-40-lg-down {
    min-height: 40rem !important; }

  .height-41-lg-down {
    min-height: 41rem !important; }

  .height-42-lg-down {
    min-height: 42rem !important; }

  .height-43-lg-down {
    min-height: 43rem !important; }

  .height-44-lg-down {
    min-height: 44rem !important; }

  .height-45-lg-down {
    min-height: 45rem !important; }

  .height-46-lg-down {
    min-height: 46rem !important; }

  .height-47-lg-down {
    min-height: 47rem !important; }

  .height-48-lg-down {
    min-height: 48rem !important; }

  .height-49-lg-down {
    min-height: 49rem !important; }

  .height-50-lg-down {
    min-height: 50rem !important; }

  .height-51-lg-down {
    min-height: 51rem !important; }

  .height-52-lg-down {
    min-height: 52rem !important; }

  .height-53-lg-down {
    min-height: 53rem !important; }

  .height-54-lg-down {
    min-height: 54rem !important; }

  .height-55-lg-down {
    min-height: 55rem !important; }

  .height-56-lg-down {
    min-height: 56rem !important; }

  .height-57-lg-down {
    min-height: 57rem !important; }

  .height-58-lg-down {
    min-height: 58rem !important; }

  .height-59-lg-down {
    min-height: 59rem !important; }

  .height-60-lg-down {
    min-height: 60rem !important; }

  .height-61-lg-down {
    min-height: 61rem !important; }

  .height-62-lg-down {
    min-height: 62rem !important; }

  .height-63-lg-down {
    min-height: 63rem !important; }

  .height-64-lg-down {
    min-height: 64rem !important; }

  .height-65-lg-down {
    min-height: 65rem !important; }

  .height-66-lg-down {
    min-height: 66rem !important; }

  .height-67-lg-down {
    min-height: 67rem !important; }

  .height-68-lg-down {
    min-height: 68rem !important; }

  .height-69-lg-down {
    min-height: 69rem !important; }

  .height-70-lg-down {
    min-height: 70rem !important; }

  .height-71-lg-down {
    min-height: 71rem !important; }

  .height-72-lg-down {
    min-height: 72rem !important; }

  .height-73-lg-down {
    min-height: 73rem !important; }

  .height-74-lg-down {
    min-height: 74rem !important; }

  .height-75-lg-down {
    min-height: 75rem !important; }

  .height-76-lg-down {
    min-height: 76rem !important; }

  .height-77-lg-down {
    min-height: 77rem !important; }

  .height-78-lg-down {
    min-height: 78rem !important; }

  .height-79-lg-down {
    min-height: 79rem !important; }

  .height-80-lg-down {
    min-height: 80rem !important; }

  .height-81-lg-down {
    min-height: 81rem !important; }

  .height-82-lg-down {
    min-height: 82rem !important; }

  .height-83-lg-down {
    min-height: 83rem !important; }

  .height-84-lg-down {
    min-height: 84rem !important; }

  .height-85-lg-down {
    min-height: 85rem !important; }

  .height-86-lg-down {
    min-height: 86rem !important; }

  .height-87-lg-down {
    min-height: 87rem !important; }

  .height-88-lg-down {
    min-height: 88rem !important; }

  .height-89-lg-down {
    min-height: 89rem !important; }

  .height-90-lg-down {
    min-height: 90rem !important; }

  .height-91-lg-down {
    min-height: 91rem !important; }

  .height-92-lg-down {
    min-height: 92rem !important; }

  .height-93-lg-down {
    min-height: 93rem !important; }

  .height-94-lg-down {
    min-height: 94rem !important; }

  .height-95-lg-down {
    min-height: 95rem !important; }

  .height-96-lg-down {
    min-height: 96rem !important; }

  .height-97-lg-down {
    min-height: 97rem !important; }

  .height-98-lg-down {
    min-height: 98rem !important; }

  .height-99-lg-down {
    min-height: 99rem !important; }

  .height-100-lg-down {
    min-height: 100rem !important; } }
@media screen and (max-width: 768px) {
  .height-1-md-down {
    min-height: 1rem !important; }

  .height-2-md-down {
    min-height: 2rem !important; }

  .height-3-md-down {
    min-height: 3rem !important; }

  .height-4-md-down {
    min-height: 4rem !important; }

  .height-5-md-down {
    min-height: 5rem !important; }

  .height-6-md-down {
    min-height: 6rem !important; }

  .height-7-md-down {
    min-height: 7rem !important; }

  .height-8-md-down {
    min-height: 8rem !important; }

  .height-9-md-down {
    min-height: 9rem !important; }

  .height-10-md-down {
    min-height: 10rem !important; }

  .height-11-md-down {
    min-height: 11rem !important; }

  .height-12-md-down {
    min-height: 12rem !important; }

  .height-13-md-down {
    min-height: 13rem !important; }

  .height-14-md-down {
    min-height: 14rem !important; }

  .height-15-md-down {
    min-height: 15rem !important; }

  .height-16-md-down {
    min-height: 16rem !important; }

  .height-17-md-down {
    min-height: 17rem !important; }

  .height-18-md-down {
    min-height: 18rem !important; }

  .height-19-md-down {
    min-height: 19rem !important; }

  .height-20-md-down {
    min-height: 20rem !important; }

  .height-21-md-down {
    min-height: 21rem !important; }

  .height-22-md-down {
    min-height: 22rem !important; }

  .height-23-md-down {
    min-height: 23rem !important; }

  .height-24-md-down {
    min-height: 24rem !important; }

  .height-25-md-down {
    min-height: 25rem !important; }

  .height-26-md-down {
    min-height: 26rem !important; }

  .height-27-md-down {
    min-height: 27rem !important; }

  .height-28-md-down {
    min-height: 28rem !important; }

  .height-29-md-down {
    min-height: 29rem !important; }

  .height-30-md-down {
    min-height: 30rem !important; }

  .height-31-md-down {
    min-height: 31rem !important; }

  .height-32-md-down {
    min-height: 32rem !important; }

  .height-33-md-down {
    min-height: 33rem !important; }

  .height-34-md-down {
    min-height: 34rem !important; }

  .height-35-md-down {
    min-height: 35rem !important; }

  .height-36-md-down {
    min-height: 36rem !important; }

  .height-37-md-down {
    min-height: 37rem !important; }

  .height-38-md-down {
    min-height: 38rem !important; }

  .height-39-md-down {
    min-height: 39rem !important; }

  .height-40-md-down {
    min-height: 40rem !important; }

  .height-41-md-down {
    min-height: 41rem !important; }

  .height-42-md-down {
    min-height: 42rem !important; }

  .height-43-md-down {
    min-height: 43rem !important; }

  .height-44-md-down {
    min-height: 44rem !important; }

  .height-45-md-down {
    min-height: 45rem !important; }

  .height-46-md-down {
    min-height: 46rem !important; }

  .height-47-md-down {
    min-height: 47rem !important; }

  .height-48-md-down {
    min-height: 48rem !important; }

  .height-49-md-down {
    min-height: 49rem !important; }

  .height-50-md-down {
    min-height: 50rem !important; }

  .height-51-md-down {
    min-height: 51rem !important; }

  .height-52-md-down {
    min-height: 52rem !important; }

  .height-53-md-down {
    min-height: 53rem !important; }

  .height-54-md-down {
    min-height: 54rem !important; }

  .height-55-md-down {
    min-height: 55rem !important; }

  .height-56-md-down {
    min-height: 56rem !important; }

  .height-57-md-down {
    min-height: 57rem !important; }

  .height-58-md-down {
    min-height: 58rem !important; }

  .height-59-md-down {
    min-height: 59rem !important; }

  .height-60-md-down {
    min-height: 60rem !important; }

  .height-61-md-down {
    min-height: 61rem !important; }

  .height-62-md-down {
    min-height: 62rem !important; }

  .height-63-md-down {
    min-height: 63rem !important; }

  .height-64-md-down {
    min-height: 64rem !important; }

  .height-65-md-down {
    min-height: 65rem !important; }

  .height-66-md-down {
    min-height: 66rem !important; }

  .height-67-md-down {
    min-height: 67rem !important; }

  .height-68-md-down {
    min-height: 68rem !important; }

  .height-69-md-down {
    min-height: 69rem !important; }

  .height-70-md-down {
    min-height: 70rem !important; }

  .height-71-md-down {
    min-height: 71rem !important; }

  .height-72-md-down {
    min-height: 72rem !important; }

  .height-73-md-down {
    min-height: 73rem !important; }

  .height-74-md-down {
    min-height: 74rem !important; }

  .height-75-md-down {
    min-height: 75rem !important; }

  .height-76-md-down {
    min-height: 76rem !important; }

  .height-77-md-down {
    min-height: 77rem !important; }

  .height-78-md-down {
    min-height: 78rem !important; }

  .height-79-md-down {
    min-height: 79rem !important; }

  .height-80-md-down {
    min-height: 80rem !important; }

  .height-81-md-down {
    min-height: 81rem !important; }

  .height-82-md-down {
    min-height: 82rem !important; }

  .height-83-md-down {
    min-height: 83rem !important; }

  .height-84-md-down {
    min-height: 84rem !important; }

  .height-85-md-down {
    min-height: 85rem !important; }

  .height-86-md-down {
    min-height: 86rem !important; }

  .height-87-md-down {
    min-height: 87rem !important; }

  .height-88-md-down {
    min-height: 88rem !important; }

  .height-89-md-down {
    min-height: 89rem !important; }

  .height-90-md-down {
    min-height: 90rem !important; }

  .height-91-md-down {
    min-height: 91rem !important; }

  .height-92-md-down {
    min-height: 92rem !important; }

  .height-93-md-down {
    min-height: 93rem !important; }

  .height-94-md-down {
    min-height: 94rem !important; }

  .height-95-md-down {
    min-height: 95rem !important; }

  .height-96-md-down {
    min-height: 96rem !important; }

  .height-97-md-down {
    min-height: 97rem !important; }

  .height-98-md-down {
    min-height: 98rem !important; }

  .height-99-md-down {
    min-height: 99rem !important; }

  .height-100-md-down {
    min-height: 100rem !important; } }
@media screen and (max-width: 576px) {
  .height-1-sm-down {
    min-height: 1rem !important; }

  .height-2-sm-down {
    min-height: 2rem !important; }

  .height-3-sm-down {
    min-height: 3rem !important; }

  .height-4-sm-down {
    min-height: 4rem !important; }

  .height-5-sm-down {
    min-height: 5rem !important; }

  .height-6-sm-down {
    min-height: 6rem !important; }

  .height-7-sm-down {
    min-height: 7rem !important; }

  .height-8-sm-down {
    min-height: 8rem !important; }

  .height-9-sm-down {
    min-height: 9rem !important; }

  .height-10-sm-down {
    min-height: 10rem !important; }

  .height-11-sm-down {
    min-height: 11rem !important; }

  .height-12-sm-down {
    min-height: 12rem !important; }

  .height-13-sm-down {
    min-height: 13rem !important; }

  .height-14-sm-down {
    min-height: 14rem !important; }

  .height-15-sm-down {
    min-height: 15rem !important; }

  .height-16-sm-down {
    min-height: 16rem !important; }

  .height-17-sm-down {
    min-height: 17rem !important; }

  .height-18-sm-down {
    min-height: 18rem !important; }

  .height-19-sm-down {
    min-height: 19rem !important; }

  .height-20-sm-down {
    min-height: 20rem !important; }

  .height-21-sm-down {
    min-height: 21rem !important; }

  .height-22-sm-down {
    min-height: 22rem !important; }

  .height-23-sm-down {
    min-height: 23rem !important; }

  .height-24-sm-down {
    min-height: 24rem !important; }

  .height-25-sm-down {
    min-height: 25rem !important; }

  .height-26-sm-down {
    min-height: 26rem !important; }

  .height-27-sm-down {
    min-height: 27rem !important; }

  .height-28-sm-down {
    min-height: 28rem !important; }

  .height-29-sm-down {
    min-height: 29rem !important; }

  .height-30-sm-down {
    min-height: 30rem !important; }

  .height-31-sm-down {
    min-height: 31rem !important; }

  .height-32-sm-down {
    min-height: 32rem !important; }

  .height-33-sm-down {
    min-height: 33rem !important; }

  .height-34-sm-down {
    min-height: 34rem !important; }

  .height-35-sm-down {
    min-height: 35rem !important; }

  .height-36-sm-down {
    min-height: 36rem !important; }

  .height-37-sm-down {
    min-height: 37rem !important; }

  .height-38-sm-down {
    min-height: 38rem !important; }

  .height-39-sm-down {
    min-height: 39rem !important; }

  .height-40-sm-down {
    min-height: 40rem !important; }

  .height-41-sm-down {
    min-height: 41rem !important; }

  .height-42-sm-down {
    min-height: 42rem !important; }

  .height-43-sm-down {
    min-height: 43rem !important; }

  .height-44-sm-down {
    min-height: 44rem !important; }

  .height-45-sm-down {
    min-height: 45rem !important; }

  .height-46-sm-down {
    min-height: 46rem !important; }

  .height-47-sm-down {
    min-height: 47rem !important; }

  .height-48-sm-down {
    min-height: 48rem !important; }

  .height-49-sm-down {
    min-height: 49rem !important; }

  .height-50-sm-down {
    min-height: 50rem !important; }

  .height-51-sm-down {
    min-height: 51rem !important; }

  .height-52-sm-down {
    min-height: 52rem !important; }

  .height-53-sm-down {
    min-height: 53rem !important; }

  .height-54-sm-down {
    min-height: 54rem !important; }

  .height-55-sm-down {
    min-height: 55rem !important; }

  .height-56-sm-down {
    min-height: 56rem !important; }

  .height-57-sm-down {
    min-height: 57rem !important; }

  .height-58-sm-down {
    min-height: 58rem !important; }

  .height-59-sm-down {
    min-height: 59rem !important; }

  .height-60-sm-down {
    min-height: 60rem !important; }

  .height-61-sm-down {
    min-height: 61rem !important; }

  .height-62-sm-down {
    min-height: 62rem !important; }

  .height-63-sm-down {
    min-height: 63rem !important; }

  .height-64-sm-down {
    min-height: 64rem !important; }

  .height-65-sm-down {
    min-height: 65rem !important; }

  .height-66-sm-down {
    min-height: 66rem !important; }

  .height-67-sm-down {
    min-height: 67rem !important; }

  .height-68-sm-down {
    min-height: 68rem !important; }

  .height-69-sm-down {
    min-height: 69rem !important; }

  .height-70-sm-down {
    min-height: 70rem !important; }

  .height-71-sm-down {
    min-height: 71rem !important; }

  .height-72-sm-down {
    min-height: 72rem !important; }

  .height-73-sm-down {
    min-height: 73rem !important; }

  .height-74-sm-down {
    min-height: 74rem !important; }

  .height-75-sm-down {
    min-height: 75rem !important; }

  .height-76-sm-down {
    min-height: 76rem !important; }

  .height-77-sm-down {
    min-height: 77rem !important; }

  .height-78-sm-down {
    min-height: 78rem !important; }

  .height-79-sm-down {
    min-height: 79rem !important; }

  .height-80-sm-down {
    min-height: 80rem !important; }

  .height-81-sm-down {
    min-height: 81rem !important; }

  .height-82-sm-down {
    min-height: 82rem !important; }

  .height-83-sm-down {
    min-height: 83rem !important; }

  .height-84-sm-down {
    min-height: 84rem !important; }

  .height-85-sm-down {
    min-height: 85rem !important; }

  .height-86-sm-down {
    min-height: 86rem !important; }

  .height-87-sm-down {
    min-height: 87rem !important; }

  .height-88-sm-down {
    min-height: 88rem !important; }

  .height-89-sm-down {
    min-height: 89rem !important; }

  .height-90-sm-down {
    min-height: 90rem !important; }

  .height-91-sm-down {
    min-height: 91rem !important; }

  .height-92-sm-down {
    min-height: 92rem !important; }

  .height-93-sm-down {
    min-height: 93rem !important; }

  .height-94-sm-down {
    min-height: 94rem !important; }

  .height-95-sm-down {
    min-height: 95rem !important; }

  .height-96-sm-down {
    min-height: 96rem !important; }

  .height-97-sm-down {
    min-height: 97rem !important; }

  .height-98-sm-down {
    min-height: 98rem !important; }

  .height-99-sm-down {
    min-height: 99rem !important; }

  .height-100-sm-down {
    min-height: 100rem !important; } }
@media screen and (max-width: 0) {
  .height-1-xs-down {
    min-height: 1rem !important; }

  .height-2-xs-down {
    min-height: 2rem !important; }

  .height-3-xs-down {
    min-height: 3rem !important; }

  .height-4-xs-down {
    min-height: 4rem !important; }

  .height-5-xs-down {
    min-height: 5rem !important; }

  .height-6-xs-down {
    min-height: 6rem !important; }

  .height-7-xs-down {
    min-height: 7rem !important; }

  .height-8-xs-down {
    min-height: 8rem !important; }

  .height-9-xs-down {
    min-height: 9rem !important; }

  .height-10-xs-down {
    min-height: 10rem !important; }

  .height-11-xs-down {
    min-height: 11rem !important; }

  .height-12-xs-down {
    min-height: 12rem !important; }

  .height-13-xs-down {
    min-height: 13rem !important; }

  .height-14-xs-down {
    min-height: 14rem !important; }

  .height-15-xs-down {
    min-height: 15rem !important; }

  .height-16-xs-down {
    min-height: 16rem !important; }

  .height-17-xs-down {
    min-height: 17rem !important; }

  .height-18-xs-down {
    min-height: 18rem !important; }

  .height-19-xs-down {
    min-height: 19rem !important; }

  .height-20-xs-down {
    min-height: 20rem !important; }

  .height-21-xs-down {
    min-height: 21rem !important; }

  .height-22-xs-down {
    min-height: 22rem !important; }

  .height-23-xs-down {
    min-height: 23rem !important; }

  .height-24-xs-down {
    min-height: 24rem !important; }

  .height-25-xs-down {
    min-height: 25rem !important; }

  .height-26-xs-down {
    min-height: 26rem !important; }

  .height-27-xs-down {
    min-height: 27rem !important; }

  .height-28-xs-down {
    min-height: 28rem !important; }

  .height-29-xs-down {
    min-height: 29rem !important; }

  .height-30-xs-down {
    min-height: 30rem !important; }

  .height-31-xs-down {
    min-height: 31rem !important; }

  .height-32-xs-down {
    min-height: 32rem !important; }

  .height-33-xs-down {
    min-height: 33rem !important; }

  .height-34-xs-down {
    min-height: 34rem !important; }

  .height-35-xs-down {
    min-height: 35rem !important; }

  .height-36-xs-down {
    min-height: 36rem !important; }

  .height-37-xs-down {
    min-height: 37rem !important; }

  .height-38-xs-down {
    min-height: 38rem !important; }

  .height-39-xs-down {
    min-height: 39rem !important; }

  .height-40-xs-down {
    min-height: 40rem !important; }

  .height-41-xs-down {
    min-height: 41rem !important; }

  .height-42-xs-down {
    min-height: 42rem !important; }

  .height-43-xs-down {
    min-height: 43rem !important; }

  .height-44-xs-down {
    min-height: 44rem !important; }

  .height-45-xs-down {
    min-height: 45rem !important; }

  .height-46-xs-down {
    min-height: 46rem !important; }

  .height-47-xs-down {
    min-height: 47rem !important; }

  .height-48-xs-down {
    min-height: 48rem !important; }

  .height-49-xs-down {
    min-height: 49rem !important; }

  .height-50-xs-down {
    min-height: 50rem !important; }

  .height-51-xs-down {
    min-height: 51rem !important; }

  .height-52-xs-down {
    min-height: 52rem !important; }

  .height-53-xs-down {
    min-height: 53rem !important; }

  .height-54-xs-down {
    min-height: 54rem !important; }

  .height-55-xs-down {
    min-height: 55rem !important; }

  .height-56-xs-down {
    min-height: 56rem !important; }

  .height-57-xs-down {
    min-height: 57rem !important; }

  .height-58-xs-down {
    min-height: 58rem !important; }

  .height-59-xs-down {
    min-height: 59rem !important; }

  .height-60-xs-down {
    min-height: 60rem !important; }

  .height-61-xs-down {
    min-height: 61rem !important; }

  .height-62-xs-down {
    min-height: 62rem !important; }

  .height-63-xs-down {
    min-height: 63rem !important; }

  .height-64-xs-down {
    min-height: 64rem !important; }

  .height-65-xs-down {
    min-height: 65rem !important; }

  .height-66-xs-down {
    min-height: 66rem !important; }

  .height-67-xs-down {
    min-height: 67rem !important; }

  .height-68-xs-down {
    min-height: 68rem !important; }

  .height-69-xs-down {
    min-height: 69rem !important; }

  .height-70-xs-down {
    min-height: 70rem !important; }

  .height-71-xs-down {
    min-height: 71rem !important; }

  .height-72-xs-down {
    min-height: 72rem !important; }

  .height-73-xs-down {
    min-height: 73rem !important; }

  .height-74-xs-down {
    min-height: 74rem !important; }

  .height-75-xs-down {
    min-height: 75rem !important; }

  .height-76-xs-down {
    min-height: 76rem !important; }

  .height-77-xs-down {
    min-height: 77rem !important; }

  .height-78-xs-down {
    min-height: 78rem !important; }

  .height-79-xs-down {
    min-height: 79rem !important; }

  .height-80-xs-down {
    min-height: 80rem !important; }

  .height-81-xs-down {
    min-height: 81rem !important; }

  .height-82-xs-down {
    min-height: 82rem !important; }

  .height-83-xs-down {
    min-height: 83rem !important; }

  .height-84-xs-down {
    min-height: 84rem !important; }

  .height-85-xs-down {
    min-height: 85rem !important; }

  .height-86-xs-down {
    min-height: 86rem !important; }

  .height-87-xs-down {
    min-height: 87rem !important; }

  .height-88-xs-down {
    min-height: 88rem !important; }

  .height-89-xs-down {
    min-height: 89rem !important; }

  .height-90-xs-down {
    min-height: 90rem !important; }

  .height-91-xs-down {
    min-height: 91rem !important; }

  .height-92-xs-down {
    min-height: 92rem !important; }

  .height-93-xs-down {
    min-height: 93rem !important; }

  .height-94-xs-down {
    min-height: 94rem !important; }

  .height-95-xs-down {
    min-height: 95rem !important; }

  .height-96-xs-down {
    min-height: 96rem !important; }

  .height-97-xs-down {
    min-height: 97rem !important; }

  .height-98-xs-down {
    min-height: 98rem !important; }

  .height-99-xs-down {
    min-height: 99rem !important; }

  .height-100-xs-down {
    min-height: 100rem !important; } }
.padding-0 {
  padding: 0rem !important; }

.padding-8 {
  padding: 0.5rem !important; }

.padding-16 {
  padding: 1rem !important; }

.padding-24 {
  padding: 1.5rem !important; }

.padding-32 {
  padding: 2rem !important; }

.padding-40 {
  padding: 2.5rem !important; }

.padding-48 {
  padding: 3rem !important; }

.padding-56 {
  padding: 3.5rem !important; }

.padding-64 {
  padding: 4rem !important; }

@media screen and (min-width: 0) {
  .padding-0-xs {
    padding: 0rem !important; }

  .padding-8-xs {
    padding: 0.5rem !important; }

  .padding-16-xs {
    padding: 1rem !important; }

  .padding-24-xs {
    padding: 1.5rem !important; }

  .padding-32-xs {
    padding: 2rem !important; }

  .padding-40-xs {
    padding: 2.5rem !important; }

  .padding-48-xs {
    padding: 3rem !important; }

  .padding-56-xs {
    padding: 3.5rem !important; }

  .padding-64-xs {
    padding: 4rem !important; } }
@media screen and (min-width: 576px) {
  .padding-0-sm {
    padding: 0rem !important; }

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

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

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

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

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

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

  .padding-56-sm {
    padding: 3.5rem !important; }

  .padding-64-sm {
    padding: 4rem !important; } }
@media screen and (min-width: 768px) {
  .padding-0-md {
    padding: 0rem !important; }

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

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

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

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

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

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

  .padding-56-md {
    padding: 3.5rem !important; }

  .padding-64-md {
    padding: 4rem !important; } }
@media screen and (min-width: 1024px) {
  .padding-0-lg {
    padding: 0rem !important; }

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

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

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

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

  .padding-40-lg {
    padding: 2.5rem !important; }

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

  .padding-56-lg {
    padding: 3.5rem !important; }

  .padding-64-lg {
    padding: 4rem !important; } }
@media screen and (min-width: 1280px) {
  .padding-0-xl {
    padding: 0rem !important; }

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

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

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

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

  .padding-40-xl {
    padding: 2.5rem !important; }

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

  .padding-56-xl {
    padding: 3.5rem !important; }

  .padding-64-xl {
    padding: 4rem !important; } }
@media screen and (min-width: 1600px) {
  .padding-0-xxl {
    padding: 0rem !important; }

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

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

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

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

  .padding-40-xxl {
    padding: 2.5rem !important; }

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

  .padding-56-xxl {
    padding: 3.5rem !important; }

  .padding-64-xxl {
    padding: 4rem !important; } }
.padding-top-0 {
  padding-top: 0rem !important; }

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

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

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

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

.padding-top-40 {
  padding-top: 2.5rem !important; }

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

.padding-top-56 {
  padding-top: 3.5rem !important; }

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

.padding-top-72 {
  padding-top: 4.5rem !important; }

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

.padding-top-88 {
  padding-top: 5.5rem !important; }

.padding-top-96 {
  padding-top: 6rem !important; }

.padding-top-104 {
  padding-top: 6.5rem !important; }

.padding-top-112 {
  padding-top: 7rem !important; }

.padding-top-120 {
  padding-top: 7.5rem !important; }

.padding-top-128 {
  padding-top: 8rem !important; }

.padding-top-136 {
  padding-top: 8.5rem !important; }

.padding-top-144 {
  padding-top: 9rem !important; }

.padding-top-152 {
  padding-top: 9.5rem !important; }

.padding-top-160 {
  padding-top: 10rem !important; }

@media screen and (min-width: 0) {
  .padding-top-0-xs {
    padding-top: 0rem !important; }

  .padding-top-8-xs {
    padding-top: 0.5rem !important; }

  .padding-top-16-xs {
    padding-top: 1rem !important; }

  .padding-top-24-xs {
    padding-top: 1.5rem !important; }

  .padding-top-32-xs {
    padding-top: 2rem !important; }

  .padding-top-40-xs {
    padding-top: 2.5rem !important; }

  .padding-top-48-xs {
    padding-top: 3rem !important; }

  .padding-top-56-xs {
    padding-top: 3.5rem !important; }

  .padding-top-64-xs {
    padding-top: 4rem !important; }

  .padding-top-72-xs {
    padding-top: 4.5rem !important; }

  .padding-top-80-xs {
    padding-top: 5rem !important; }

  .padding-top-88-xs {
    padding-top: 5.5rem !important; }

  .padding-top-96-xs {
    padding-top: 6rem !important; }

  .padding-top-104-xs {
    padding-top: 6.5rem !important; }

  .padding-top-112-xs {
    padding-top: 7rem !important; }

  .padding-top-120-xs {
    padding-top: 7.5rem !important; }

  .padding-top-128-xs {
    padding-top: 8rem !important; }

  .padding-top-136-xs {
    padding-top: 8.5rem !important; }

  .padding-top-144-xs {
    padding-top: 9rem !important; }

  .padding-top-152-xs {
    padding-top: 9.5rem !important; }

  .padding-top-160-xs {
    padding-top: 10rem !important; } }
@media screen and (min-width: 576px) {
  .padding-top-0-sm {
    padding-top: 0rem !important; }

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

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

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

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

  .padding-top-40-sm {
    padding-top: 2.5rem !important; }

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

  .padding-top-56-sm {
    padding-top: 3.5rem !important; }

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

  .padding-top-72-sm {
    padding-top: 4.5rem !important; }

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

  .padding-top-88-sm {
    padding-top: 5.5rem !important; }

  .padding-top-96-sm {
    padding-top: 6rem !important; }

  .padding-top-104-sm {
    padding-top: 6.5rem !important; }

  .padding-top-112-sm {
    padding-top: 7rem !important; }

  .padding-top-120-sm {
    padding-top: 7.5rem !important; }

  .padding-top-128-sm {
    padding-top: 8rem !important; }

  .padding-top-136-sm {
    padding-top: 8.5rem !important; }

  .padding-top-144-sm {
    padding-top: 9rem !important; }

  .padding-top-152-sm {
    padding-top: 9.5rem !important; }

  .padding-top-160-sm {
    padding-top: 10rem !important; } }
@media screen and (min-width: 768px) {
  .padding-top-0-md {
    padding-top: 0rem !important; }

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

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

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

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

  .padding-top-40-md {
    padding-top: 2.5rem !important; }

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

  .padding-top-56-md {
    padding-top: 3.5rem !important; }

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

  .padding-top-72-md {
    padding-top: 4.5rem !important; }

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

  .padding-top-88-md {
    padding-top: 5.5rem !important; }

  .padding-top-96-md {
    padding-top: 6rem !important; }

  .padding-top-104-md {
    padding-top: 6.5rem !important; }

  .padding-top-112-md {
    padding-top: 7rem !important; }

  .padding-top-120-md {
    padding-top: 7.5rem !important; }

  .padding-top-128-md {
    padding-top: 8rem !important; }

  .padding-top-136-md {
    padding-top: 8.5rem !important; }

  .padding-top-144-md {
    padding-top: 9rem !important; }

  .padding-top-152-md {
    padding-top: 9.5rem !important; }

  .padding-top-160-md {
    padding-top: 10rem !important; } }
@media screen and (min-width: 1024px) {
  .padding-top-0-lg {
    padding-top: 0rem !important; }

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

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

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

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

  .padding-top-40-lg {
    padding-top: 2.5rem !important; }

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

  .padding-top-56-lg {
    padding-top: 3.5rem !important; }

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

  .padding-top-72-lg {
    padding-top: 4.5rem !important; }

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

  .padding-top-88-lg {
    padding-top: 5.5rem !important; }

  .padding-top-96-lg {
    padding-top: 6rem !important; }

  .padding-top-104-lg {
    padding-top: 6.5rem !important; }

  .padding-top-112-lg {
    padding-top: 7rem !important; }

  .padding-top-120-lg {
    padding-top: 7.5rem !important; }

  .padding-top-128-lg {
    padding-top: 8rem !important; }

  .padding-top-136-lg {
    padding-top: 8.5rem !important; }

  .padding-top-144-lg {
    padding-top: 9rem !important; }

  .padding-top-152-lg {
    padding-top: 9.5rem !important; }

  .padding-top-160-lg {
    padding-top: 10rem !important; } }
@media screen and (min-width: 1280px) {
  .padding-top-0-xl {
    padding-top: 0rem !important; }

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

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

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

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

  .padding-top-40-xl {
    padding-top: 2.5rem !important; }

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

  .padding-top-56-xl {
    padding-top: 3.5rem !important; }

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

  .padding-top-72-xl {
    padding-top: 4.5rem !important; }

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

  .padding-top-88-xl {
    padding-top: 5.5rem !important; }

  .padding-top-96-xl {
    padding-top: 6rem !important; }

  .padding-top-104-xl {
    padding-top: 6.5rem !important; }

  .padding-top-112-xl {
    padding-top: 7rem !important; }

  .padding-top-120-xl {
    padding-top: 7.5rem !important; }

  .padding-top-128-xl {
    padding-top: 8rem !important; }

  .padding-top-136-xl {
    padding-top: 8.5rem !important; }

  .padding-top-144-xl {
    padding-top: 9rem !important; }

  .padding-top-152-xl {
    padding-top: 9.5rem !important; }

  .padding-top-160-xl {
    padding-top: 10rem !important; } }
@media screen and (min-width: 1600px) {
  .padding-top-0-xxl {
    padding-top: 0rem !important; }

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

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

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

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

  .padding-top-40-xxl {
    padding-top: 2.5rem !important; }

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

  .padding-top-56-xxl {
    padding-top: 3.5rem !important; }

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

  .padding-top-72-xxl {
    padding-top: 4.5rem !important; }

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

  .padding-top-88-xxl {
    padding-top: 5.5rem !important; }

  .padding-top-96-xxl {
    padding-top: 6rem !important; }

  .padding-top-104-xxl {
    padding-top: 6.5rem !important; }

  .padding-top-112-xxl {
    padding-top: 7rem !important; }

  .padding-top-120-xxl {
    padding-top: 7.5rem !important; }

  .padding-top-128-xxl {
    padding-top: 8rem !important; }

  .padding-top-136-xxl {
    padding-top: 8.5rem !important; }

  .padding-top-144-xxl {
    padding-top: 9rem !important; }

  .padding-top-152-xxl {
    padding-top: 9.5rem !important; }

  .padding-top-160-xxl {
    padding-top: 10rem !important; } }
.padding-bottom-0 {
  padding-bottom: 0rem !important; }

.padding-bottom-8 {
  padding-bottom: 0.5rem !important; }

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

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

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

.padding-bottom-40 {
  padding-bottom: 2.5rem !important; }

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

.padding-bottom-56 {
  padding-bottom: 3.5rem !important; }

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

.padding-bottom-72 {
  padding-bottom: 4.5rem !important; }

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

.padding-bottom-88 {
  padding-bottom: 5.5rem !important; }

.padding-bottom-96 {
  padding-bottom: 6rem !important; }

.padding-bottom-104 {
  padding-bottom: 6.5rem !important; }

.padding-bottom-112 {
  padding-bottom: 7rem !important; }

.padding-bottom-120 {
  padding-bottom: 7.5rem !important; }

.padding-bottom-128 {
  padding-bottom: 8rem !important; }

.padding-bottom-136 {
  padding-bottom: 8.5rem !important; }

.padding-bottom-144 {
  padding-bottom: 9rem !important; }

.padding-bottom-152 {
  padding-bottom: 9.5rem !important; }

.padding-bottom-160 {
  padding-bottom: 10rem !important; }

@media screen and (min-width: 0) {
  .padding-bottom-0-xs {
    padding-bottom: 0rem !important; }

  .padding-bottom-8-xs {
    padding-bottom: 0.5rem !important; }

  .padding-bottom-16-xs {
    padding-bottom: 1rem !important; }

  .padding-bottom-24-xs {
    padding-bottom: 1.5rem !important; }

  .padding-bottom-32-xs {
    padding-bottom: 2rem !important; }

  .padding-bottom-40-xs {
    padding-bottom: 2.5rem !important; }

  .padding-bottom-48-xs {
    padding-bottom: 3rem !important; }

  .padding-bottom-56-xs {
    padding-bottom: 3.5rem !important; }

  .padding-bottom-64-xs {
    padding-bottom: 4rem !important; }

  .padding-bottom-72-xs {
    padding-bottom: 4.5rem !important; }

  .padding-bottom-80-xs {
    padding-bottom: 5rem !important; }

  .padding-bottom-88-xs {
    padding-bottom: 5.5rem !important; }

  .padding-bottom-96-xs {
    padding-bottom: 6rem !important; }

  .padding-bottom-104-xs {
    padding-bottom: 6.5rem !important; }

  .padding-bottom-112-xs {
    padding-bottom: 7rem !important; }

  .padding-bottom-120-xs {
    padding-bottom: 7.5rem !important; }

  .padding-bottom-128-xs {
    padding-bottom: 8rem !important; }

  .padding-bottom-136-xs {
    padding-bottom: 8.5rem !important; }

  .padding-bottom-144-xs {
    padding-bottom: 9rem !important; }

  .padding-bottom-152-xs {
    padding-bottom: 9.5rem !important; }

  .padding-bottom-160-xs {
    padding-bottom: 10rem !important; } }
@media screen and (min-width: 576px) {
  .padding-bottom-0-sm {
    padding-bottom: 0rem !important; }

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

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

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

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

  .padding-bottom-40-sm {
    padding-bottom: 2.5rem !important; }

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

  .padding-bottom-56-sm {
    padding-bottom: 3.5rem !important; }

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

  .padding-bottom-72-sm {
    padding-bottom: 4.5rem !important; }

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

  .padding-bottom-88-sm {
    padding-bottom: 5.5rem !important; }

  .padding-bottom-96-sm {
    padding-bottom: 6rem !important; }

  .padding-bottom-104-sm {
    padding-bottom: 6.5rem !important; }

  .padding-bottom-112-sm {
    padding-bottom: 7rem !important; }

  .padding-bottom-120-sm {
    padding-bottom: 7.5rem !important; }

  .padding-bottom-128-sm {
    padding-bottom: 8rem !important; }

  .padding-bottom-136-sm {
    padding-bottom: 8.5rem !important; }

  .padding-bottom-144-sm {
    padding-bottom: 9rem !important; }

  .padding-bottom-152-sm {
    padding-bottom: 9.5rem !important; }

  .padding-bottom-160-sm {
    padding-bottom: 10rem !important; } }
@media screen and (min-width: 768px) {
  .padding-bottom-0-md {
    padding-bottom: 0rem !important; }

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

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

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

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

  .padding-bottom-40-md {
    padding-bottom: 2.5rem !important; }

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

  .padding-bottom-56-md {
    padding-bottom: 3.5rem !important; }

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

  .padding-bottom-72-md {
    padding-bottom: 4.5rem !important; }

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

  .padding-bottom-88-md {
    padding-bottom: 5.5rem !important; }

  .padding-bottom-96-md {
    padding-bottom: 6rem !important; }

  .padding-bottom-104-md {
    padding-bottom: 6.5rem !important; }

  .padding-bottom-112-md {
    padding-bottom: 7rem !important; }

  .padding-bottom-120-md {
    padding-bottom: 7.5rem !important; }

  .padding-bottom-128-md {
    padding-bottom: 8rem !important; }

  .padding-bottom-136-md {
    padding-bottom: 8.5rem !important; }

  .padding-bottom-144-md {
    padding-bottom: 9rem !important; }

  .padding-bottom-152-md {
    padding-bottom: 9.5rem !important; }

  .padding-bottom-160-md {
    padding-bottom: 10rem !important; } }
@media screen and (min-width: 1024px) {
  .padding-bottom-0-lg {
    padding-bottom: 0rem !important; }

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

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

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

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

  .padding-bottom-40-lg {
    padding-bottom: 2.5rem !important; }

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

  .padding-bottom-56-lg {
    padding-bottom: 3.5rem !important; }

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

  .padding-bottom-72-lg {
    padding-bottom: 4.5rem !important; }

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

  .padding-bottom-88-lg {
    padding-bottom: 5.5rem !important; }

  .padding-bottom-96-lg {
    padding-bottom: 6rem !important; }

  .padding-bottom-104-lg {
    padding-bottom: 6.5rem !important; }

  .padding-bottom-112-lg {
    padding-bottom: 7rem !important; }

  .padding-bottom-120-lg {
    padding-bottom: 7.5rem !important; }

  .padding-bottom-128-lg {
    padding-bottom: 8rem !important; }

  .padding-bottom-136-lg {
    padding-bottom: 8.5rem !important; }

  .padding-bottom-144-lg {
    padding-bottom: 9rem !important; }

  .padding-bottom-152-lg {
    padding-bottom: 9.5rem !important; }

  .padding-bottom-160-lg {
    padding-bottom: 10rem !important; } }
@media screen and (min-width: 1280px) {
  .padding-bottom-0-xl {
    padding-bottom: 0rem !important; }

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

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

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

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

  .padding-bottom-40-xl {
    padding-bottom: 2.5rem !important; }

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

  .padding-bottom-56-xl {
    padding-bottom: 3.5rem !important; }

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

  .padding-bottom-72-xl {
    padding-bottom: 4.5rem !important; }

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

  .padding-bottom-88-xl {
    padding-bottom: 5.5rem !important; }

  .padding-bottom-96-xl {
    padding-bottom: 6rem !important; }

  .padding-bottom-104-xl {
    padding-bottom: 6.5rem !important; }

  .padding-bottom-112-xl {
    padding-bottom: 7rem !important; }

  .padding-bottom-120-xl {
    padding-bottom: 7.5rem !important; }

  .padding-bottom-128-xl {
    padding-bottom: 8rem !important; }

  .padding-bottom-136-xl {
    padding-bottom: 8.5rem !important; }

  .padding-bottom-144-xl {
    padding-bottom: 9rem !important; }

  .padding-bottom-152-xl {
    padding-bottom: 9.5rem !important; }

  .padding-bottom-160-xl {
    padding-bottom: 10rem !important; } }
@media screen and (min-width: 1600px) {
  .padding-bottom-0-xxl {
    padding-bottom: 0rem !important; }

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

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

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

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

  .padding-bottom-40-xxl {
    padding-bottom: 2.5rem !important; }

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

  .padding-bottom-56-xxl {
    padding-bottom: 3.5rem !important; }

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

  .padding-bottom-72-xxl {
    padding-bottom: 4.5rem !important; }

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

  .padding-bottom-88-xxl {
    padding-bottom: 5.5rem !important; }

  .padding-bottom-96-xxl {
    padding-bottom: 6rem !important; }

  .padding-bottom-104-xxl {
    padding-bottom: 6.5rem !important; }

  .padding-bottom-112-xxl {
    padding-bottom: 7rem !important; }

  .padding-bottom-120-xxl {
    padding-bottom: 7.5rem !important; }

  .padding-bottom-128-xxl {
    padding-bottom: 8rem !important; }

  .padding-bottom-136-xxl {
    padding-bottom: 8.5rem !important; }

  .padding-bottom-144-xxl {
    padding-bottom: 9rem !important; }

  .padding-bottom-152-xxl {
    padding-bottom: 9.5rem !important; }

  .padding-bottom-160-xxl {
    padding-bottom: 10rem !important; } }
.padding-left-0 {
  padding-left: 0rem !important; }

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

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

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

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

.padding-left-40 {
  padding-left: 2.5rem !important; }

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

.padding-left-56 {
  padding-left: 3.5rem !important; }

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

.padding-left-72 {
  padding-left: 4.5rem !important; }

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

.padding-left-88 {
  padding-left: 5.5rem !important; }

.padding-left-96 {
  padding-left: 6rem !important; }

.padding-left-104 {
  padding-left: 6.5rem !important; }

.padding-left-112 {
  padding-left: 7rem !important; }

.padding-left-120 {
  padding-left: 7.5rem !important; }

.padding-left-128 {
  padding-left: 8rem !important; }

@media screen and (min-width: 0) {
  .padding-left-0-xs {
    padding-left: 0rem !important; }

  .padding-left-8-xs {
    padding-left: 0.5rem !important; }

  .padding-left-16-xs {
    padding-left: 1rem !important; }

  .padding-left-24-xs {
    padding-left: 1.5rem !important; }

  .padding-left-32-xs {
    padding-left: 2rem !important; }

  .padding-left-40-xs {
    padding-left: 2.5rem !important; }

  .padding-left-48-xs {
    padding-left: 3rem !important; }

  .padding-left-56-xs {
    padding-left: 3.5rem !important; }

  .padding-left-64-xs {
    padding-left: 4rem !important; }

  .padding-left-72-xs {
    padding-left: 4.5rem !important; }

  .padding-left-80-xs {
    padding-left: 5rem !important; }

  .padding-left-88-xs {
    padding-left: 5.5rem !important; }

  .padding-left-96-xs {
    padding-left: 6rem !important; }

  .padding-left-104-xs {
    padding-left: 6.5rem !important; }

  .padding-left-112-xs {
    padding-left: 7rem !important; }

  .padding-left-120-xs {
    padding-left: 7.5rem !important; }

  .padding-left-128-xs {
    padding-left: 8rem !important; } }
@media screen and (min-width: 576px) {
  .padding-left-0-sm {
    padding-left: 0rem !important; }

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

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

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

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

  .padding-left-40-sm {
    padding-left: 2.5rem !important; }

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

  .padding-left-56-sm {
    padding-left: 3.5rem !important; }

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

  .padding-left-72-sm {
    padding-left: 4.5rem !important; }

  .padding-left-80-sm {
    padding-left: 5rem !important; }

  .padding-left-88-sm {
    padding-left: 5.5rem !important; }

  .padding-left-96-sm {
    padding-left: 6rem !important; }

  .padding-left-104-sm {
    padding-left: 6.5rem !important; }

  .padding-left-112-sm {
    padding-left: 7rem !important; }

  .padding-left-120-sm {
    padding-left: 7.5rem !important; }

  .padding-left-128-sm {
    padding-left: 8rem !important; } }
@media screen and (min-width: 768px) {
  .padding-left-0-md {
    padding-left: 0rem !important; }

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

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

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

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

  .padding-left-40-md {
    padding-left: 2.5rem !important; }

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

  .padding-left-56-md {
    padding-left: 3.5rem !important; }

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

  .padding-left-72-md {
    padding-left: 4.5rem !important; }

  .padding-left-80-md {
    padding-left: 5rem !important; }

  .padding-left-88-md {
    padding-left: 5.5rem !important; }

  .padding-left-96-md {
    padding-left: 6rem !important; }

  .padding-left-104-md {
    padding-left: 6.5rem !important; }

  .padding-left-112-md {
    padding-left: 7rem !important; }

  .padding-left-120-md {
    padding-left: 7.5rem !important; }

  .padding-left-128-md {
    padding-left: 8rem !important; } }
@media screen and (min-width: 1024px) {
  .padding-left-0-lg {
    padding-left: 0rem !important; }

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

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

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

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

  .padding-left-40-lg {
    padding-left: 2.5rem !important; }

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

  .padding-left-56-lg {
    padding-left: 3.5rem !important; }

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

  .padding-left-72-lg {
    padding-left: 4.5rem !important; }

  .padding-left-80-lg {
    padding-left: 5rem !important; }

  .padding-left-88-lg {
    padding-left: 5.5rem !important; }

  .padding-left-96-lg {
    padding-left: 6rem !important; }

  .padding-left-104-lg {
    padding-left: 6.5rem !important; }

  .padding-left-112-lg {
    padding-left: 7rem !important; }

  .padding-left-120-lg {
    padding-left: 7.5rem !important; }

  .padding-left-128-lg {
    padding-left: 8rem !important; } }
@media screen and (min-width: 1280px) {
  .padding-left-0-xl {
    padding-left: 0rem !important; }

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

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

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

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

  .padding-left-40-xl {
    padding-left: 2.5rem !important; }

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

  .padding-left-56-xl {
    padding-left: 3.5rem !important; }

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

  .padding-left-72-xl {
    padding-left: 4.5rem !important; }

  .padding-left-80-xl {
    padding-left: 5rem !important; }

  .padding-left-88-xl {
    padding-left: 5.5rem !important; }

  .padding-left-96-xl {
    padding-left: 6rem !important; }

  .padding-left-104-xl {
    padding-left: 6.5rem !important; }

  .padding-left-112-xl {
    padding-left: 7rem !important; }

  .padding-left-120-xl {
    padding-left: 7.5rem !important; }

  .padding-left-128-xl {
    padding-left: 8rem !important; } }
@media screen and (min-width: 1600px) {
  .padding-left-0-xxl {
    padding-left: 0rem !important; }

  .padding-left-8-xxl {
    padding-left: 0.5rem !important; }

  .padding-left-16-xxl {
    padding-left: 1rem !important; }

  .padding-left-24-xxl {
    padding-left: 1.5rem !important; }

  .padding-left-32-xxl {
    padding-left: 2rem !important; }

  .padding-left-40-xxl {
    padding-left: 2.5rem !important; }

  .padding-left-48-xxl {
    padding-left: 3rem !important; }

  .padding-left-56-xxl {
    padding-left: 3.5rem !important; }

  .padding-left-64-xxl {
    padding-left: 4rem !important; }

  .padding-left-72-xxl {
    padding-left: 4.5rem !important; }

  .padding-left-80-xxl {
    padding-left: 5rem !important; }

  .padding-left-88-xxl {
    padding-left: 5.5rem !important; }

  .padding-left-96-xxl {
    padding-left: 6rem !important; }

  .padding-left-104-xxl {
    padding-left: 6.5rem !important; }

  .padding-left-112-xxl {
    padding-left: 7rem !important; }

  .padding-left-120-xxl {
    padding-left: 7.5rem !important; }

  .padding-left-128-xxl {
    padding-left: 8rem !important; } }
.padding-right-0 {
  padding-right: 0rem !important; }

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

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

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

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

.padding-right-40 {
  padding-right: 2.5rem !important; }

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

.padding-right-56 {
  padding-right: 3.5rem !important; }

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

.padding-right-72 {
  padding-right: 4.5rem !important; }

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

.padding-right-88 {
  padding-right: 5.5rem !important; }

.padding-right-96 {
  padding-right: 6rem !important; }

.padding-right-104 {
  padding-right: 6.5rem !important; }

.padding-right-112 {
  padding-right: 7rem !important; }

.padding-right-120 {
  padding-right: 7.5rem !important; }

.padding-right-128 {
  padding-right: 8rem !important; }

.padding-right-136 {
  padding-right: 8.5rem !important; }

.padding-right-144 {
  padding-right: 9rem !important; }

.padding-right-152 {
  padding-right: 9.5rem !important; }

.padding-right-160 {
  padding-right: 10rem !important; }

@media screen and (min-width: 0) {
  .padding-right-0-xs {
    padding-right: 0rem !important; }

  .padding-right-8-xs {
    padding-right: 0.5rem !important; }

  .padding-right-16-xs {
    padding-right: 1rem !important; }

  .padding-right-24-xs {
    padding-right: 1.5rem !important; }

  .padding-right-32-xs {
    padding-right: 2rem !important; }

  .padding-right-40-xs {
    padding-right: 2.5rem !important; }

  .padding-right-48-xs {
    padding-right: 3rem !important; }

  .padding-right-56-xs {
    padding-right: 3.5rem !important; }

  .padding-right-64-xs {
    padding-right: 4rem !important; }

  .padding-right-72-xs {
    padding-right: 4.5rem !important; }

  .padding-right-80-xs {
    padding-right: 5rem !important; }

  .padding-right-88-xs {
    padding-right: 5.5rem !important; }

  .padding-right-96-xs {
    padding-right: 6rem !important; }

  .padding-right-104-xs {
    padding-right: 6.5rem !important; }

  .padding-right-112-xs {
    padding-right: 7rem !important; }

  .padding-right-120-xs {
    padding-right: 7.5rem !important; }

  .padding-right-128-xs {
    padding-right: 8rem !important; }

  .padding-right-136-xs {
    padding-right: 8.5rem !important; }

  .padding-right-144-xs {
    padding-right: 9rem !important; }

  .padding-right-152-xs {
    padding-right: 9.5rem !important; }

  .padding-right-160-xs {
    padding-right: 10rem !important; } }
@media screen and (min-width: 576px) {
  .padding-right-0-sm {
    padding-right: 0rem !important; }

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

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

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

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

  .padding-right-40-sm {
    padding-right: 2.5rem !important; }

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

  .padding-right-56-sm {
    padding-right: 3.5rem !important; }

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

  .padding-right-72-sm {
    padding-right: 4.5rem !important; }

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

  .padding-right-88-sm {
    padding-right: 5.5rem !important; }

  .padding-right-96-sm {
    padding-right: 6rem !important; }

  .padding-right-104-sm {
    padding-right: 6.5rem !important; }

  .padding-right-112-sm {
    padding-right: 7rem !important; }

  .padding-right-120-sm {
    padding-right: 7.5rem !important; }

  .padding-right-128-sm {
    padding-right: 8rem !important; }

  .padding-right-136-sm {
    padding-right: 8.5rem !important; }

  .padding-right-144-sm {
    padding-right: 9rem !important; }

  .padding-right-152-sm {
    padding-right: 9.5rem !important; }

  .padding-right-160-sm {
    padding-right: 10rem !important; } }
@media screen and (min-width: 768px) {
  .padding-right-0-md {
    padding-right: 0rem !important; }

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

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

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

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

  .padding-right-40-md {
    padding-right: 2.5rem !important; }

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

  .padding-right-56-md {
    padding-right: 3.5rem !important; }

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

  .padding-right-72-md {
    padding-right: 4.5rem !important; }

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

  .padding-right-88-md {
    padding-right: 5.5rem !important; }

  .padding-right-96-md {
    padding-right: 6rem !important; }

  .padding-right-104-md {
    padding-right: 6.5rem !important; }

  .padding-right-112-md {
    padding-right: 7rem !important; }

  .padding-right-120-md {
    padding-right: 7.5rem !important; }

  .padding-right-128-md {
    padding-right: 8rem !important; }

  .padding-right-136-md {
    padding-right: 8.5rem !important; }

  .padding-right-144-md {
    padding-right: 9rem !important; }

  .padding-right-152-md {
    padding-right: 9.5rem !important; }

  .padding-right-160-md {
    padding-right: 10rem !important; } }
@media screen and (min-width: 1024px) {
  .padding-right-0-lg {
    padding-right: 0rem !important; }

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

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

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

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

  .padding-right-40-lg {
    padding-right: 2.5rem !important; }

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

  .padding-right-56-lg {
    padding-right: 3.5rem !important; }

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

  .padding-right-72-lg {
    padding-right: 4.5rem !important; }

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

  .padding-right-88-lg {
    padding-right: 5.5rem !important; }

  .padding-right-96-lg {
    padding-right: 6rem !important; }

  .padding-right-104-lg {
    padding-right: 6.5rem !important; }

  .padding-right-112-lg {
    padding-right: 7rem !important; }

  .padding-right-120-lg {
    padding-right: 7.5rem !important; }

  .padding-right-128-lg {
    padding-right: 8rem !important; }

  .padding-right-136-lg {
    padding-right: 8.5rem !important; }

  .padding-right-144-lg {
    padding-right: 9rem !important; }

  .padding-right-152-lg {
    padding-right: 9.5rem !important; }

  .padding-right-160-lg {
    padding-right: 10rem !important; } }
@media screen and (min-width: 1280px) {
  .padding-right-0-xl {
    padding-right: 0rem !important; }

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

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

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

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

  .padding-right-40-xl {
    padding-right: 2.5rem !important; }

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

  .padding-right-56-xl {
    padding-right: 3.5rem !important; }

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

  .padding-right-72-xl {
    padding-right: 4.5rem !important; }

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

  .padding-right-88-xl {
    padding-right: 5.5rem !important; }

  .padding-right-96-xl {
    padding-right: 6rem !important; }

  .padding-right-104-xl {
    padding-right: 6.5rem !important; }

  .padding-right-112-xl {
    padding-right: 7rem !important; }

  .padding-right-120-xl {
    padding-right: 7.5rem !important; }

  .padding-right-128-xl {
    padding-right: 8rem !important; }

  .padding-right-136-xl {
    padding-right: 8.5rem !important; }

  .padding-right-144-xl {
    padding-right: 9rem !important; }

  .padding-right-152-xl {
    padding-right: 9.5rem !important; }

  .padding-right-160-xl {
    padding-right: 10rem !important; } }
@media screen and (min-width: 1600px) {
  .padding-right-0-xxl {
    padding-right: 0rem !important; }

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

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

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

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

  .padding-right-40-xxl {
    padding-right: 2.5rem !important; }

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

  .padding-right-56-xxl {
    padding-right: 3.5rem !important; }

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

  .padding-right-72-xxl {
    padding-right: 4.5rem !important; }

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

  .padding-right-88-xxl {
    padding-right: 5.5rem !important; }

  .padding-right-96-xxl {
    padding-right: 6rem !important; }

  .padding-right-104-xxl {
    padding-right: 6.5rem !important; }

  .padding-right-112-xxl {
    padding-right: 7rem !important; }

  .padding-right-120-xxl {
    padding-right: 7.5rem !important; }

  .padding-right-128-xxl {
    padding-right: 8rem !important; }

  .padding-right-136-xxl {
    padding-right: 8.5rem !important; }

  .padding-right-144-xxl {
    padding-right: 9rem !important; }

  .padding-right-152-xxl {
    padding-right: 9.5rem !important; }

  .padding-right-160-xxl {
    padding-right: 10rem !important; } }
@media screen and (max-width: 1900px) {
  .padding-8-xxxl-down {
    padding: 0.5rem !important; }

  .padding-16-xxxl-down {
    padding: 1rem !important; }

  .padding-24-xxxl-down {
    padding: 1.5rem !important; }

  .padding-32-xxxl-down {
    padding: 2rem !important; }

  .padding-40-xxxl-down {
    padding: 2.5rem !important; }

  .padding-48-xxxl-down {
    padding: 3rem !important; }

  .padding-56-xxxl-down {
    padding: 3.5rem !important; }

  .padding-64-xxxl-down {
    padding: 4rem !important; }

  .padding-72-xxxl-down {
    padding: 4.5rem !important; }

  .padding-80-xxxl-down {
    padding: 5rem !important; }

  .padding-88-xxxl-down {
    padding: 5.5rem !important; }

  .padding-96-xxxl-down {
    padding: 6rem !important; }

  .padding-104-xxxl-down {
    padding: 6.5rem !important; }

  .padding-112-xxxl-down {
    padding: 7rem !important; }

  .padding-120-xxxl-down {
    padding: 7.5rem !important; }

  .padding-128-xxxl-down {
    padding: 8rem !important; }

  .padding-136-xxxl-down {
    padding: 8.5rem !important; }

  .padding-144-xxxl-down {
    padding: 9rem !important; }

  .padding-152-xxxl-down {
    padding: 9.5rem !important; }

  .padding-160-xxxl-down {
    padding: 10rem !important; }

  .padding-0-xxxl-down {
    padding: 0 !important; } }
@media screen and (max-width: 1600px) {
  .padding-8-xxl-down {
    padding: 0.5rem !important; }

  .padding-16-xxl-down {
    padding: 1rem !important; }

  .padding-24-xxl-down {
    padding: 1.5rem !important; }

  .padding-32-xxl-down {
    padding: 2rem !important; }

  .padding-40-xxl-down {
    padding: 2.5rem !important; }

  .padding-48-xxl-down {
    padding: 3rem !important; }

  .padding-56-xxl-down {
    padding: 3.5rem !important; }

  .padding-64-xxl-down {
    padding: 4rem !important; }

  .padding-72-xxl-down {
    padding: 4.5rem !important; }

  .padding-80-xxl-down {
    padding: 5rem !important; }

  .padding-88-xxl-down {
    padding: 5.5rem !important; }

  .padding-96-xxl-down {
    padding: 6rem !important; }

  .padding-104-xxl-down {
    padding: 6.5rem !important; }

  .padding-112-xxl-down {
    padding: 7rem !important; }

  .padding-120-xxl-down {
    padding: 7.5rem !important; }

  .padding-128-xxl-down {
    padding: 8rem !important; }

  .padding-136-xxl-down {
    padding: 8.5rem !important; }

  .padding-144-xxl-down {
    padding: 9rem !important; }

  .padding-152-xxl-down {
    padding: 9.5rem !important; }

  .padding-160-xxl-down {
    padding: 10rem !important; }

  .padding-0-xxl-down {
    padding: 0 !important; } }
@media screen and (max-width: 1280px) {
  .padding-8-xl-down {
    padding: 0.5rem !important; }

  .padding-16-xl-down {
    padding: 1rem !important; }

  .padding-24-xl-down {
    padding: 1.5rem !important; }

  .padding-32-xl-down {
    padding: 2rem !important; }

  .padding-40-xl-down {
    padding: 2.5rem !important; }

  .padding-48-xl-down {
    padding: 3rem !important; }

  .padding-56-xl-down {
    padding: 3.5rem !important; }

  .padding-64-xl-down {
    padding: 4rem !important; }

  .padding-72-xl-down {
    padding: 4.5rem !important; }

  .padding-80-xl-down {
    padding: 5rem !important; }

  .padding-88-xl-down {
    padding: 5.5rem !important; }

  .padding-96-xl-down {
    padding: 6rem !important; }

  .padding-104-xl-down {
    padding: 6.5rem !important; }

  .padding-112-xl-down {
    padding: 7rem !important; }

  .padding-120-xl-down {
    padding: 7.5rem !important; }

  .padding-128-xl-down {
    padding: 8rem !important; }

  .padding-136-xl-down {
    padding: 8.5rem !important; }

  .padding-144-xl-down {
    padding: 9rem !important; }

  .padding-152-xl-down {
    padding: 9.5rem !important; }

  .padding-160-xl-down {
    padding: 10rem !important; }

  .padding-0-xl-down {
    padding: 0 !important; } }
@media screen and (max-width: 1024px) {
  .padding-8-lg-down {
    padding: 0.5rem !important; }

  .padding-16-lg-down {
    padding: 1rem !important; }

  .padding-24-lg-down {
    padding: 1.5rem !important; }

  .padding-32-lg-down {
    padding: 2rem !important; }

  .padding-40-lg-down {
    padding: 2.5rem !important; }

  .padding-48-lg-down {
    padding: 3rem !important; }

  .padding-56-lg-down {
    padding: 3.5rem !important; }

  .padding-64-lg-down {
    padding: 4rem !important; }

  .padding-72-lg-down {
    padding: 4.5rem !important; }

  .padding-80-lg-down {
    padding: 5rem !important; }

  .padding-88-lg-down {
    padding: 5.5rem !important; }

  .padding-96-lg-down {
    padding: 6rem !important; }

  .padding-104-lg-down {
    padding: 6.5rem !important; }

  .padding-112-lg-down {
    padding: 7rem !important; }

  .padding-120-lg-down {
    padding: 7.5rem !important; }

  .padding-128-lg-down {
    padding: 8rem !important; }

  .padding-136-lg-down {
    padding: 8.5rem !important; }

  .padding-144-lg-down {
    padding: 9rem !important; }

  .padding-152-lg-down {
    padding: 9.5rem !important; }

  .padding-160-lg-down {
    padding: 10rem !important; }

  .padding-0-lg-down {
    padding: 0 !important; } }
@media screen and (max-width: 768px) {
  .padding-8-md-down {
    padding: 0.5rem !important; }

  .padding-16-md-down {
    padding: 1rem !important; }

  .padding-24-md-down {
    padding: 1.5rem !important; }

  .padding-32-md-down {
    padding: 2rem !important; }

  .padding-40-md-down {
    padding: 2.5rem !important; }

  .padding-48-md-down {
    padding: 3rem !important; }

  .padding-56-md-down {
    padding: 3.5rem !important; }

  .padding-64-md-down {
    padding: 4rem !important; }

  .padding-72-md-down {
    padding: 4.5rem !important; }

  .padding-80-md-down {
    padding: 5rem !important; }

  .padding-88-md-down {
    padding: 5.5rem !important; }

  .padding-96-md-down {
    padding: 6rem !important; }

  .padding-104-md-down {
    padding: 6.5rem !important; }

  .padding-112-md-down {
    padding: 7rem !important; }

  .padding-120-md-down {
    padding: 7.5rem !important; }

  .padding-128-md-down {
    padding: 8rem !important; }

  .padding-136-md-down {
    padding: 8.5rem !important; }

  .padding-144-md-down {
    padding: 9rem !important; }

  .padding-152-md-down {
    padding: 9.5rem !important; }

  .padding-160-md-down {
    padding: 10rem !important; }

  .padding-0-md-down {
    padding: 0 !important; } }
@media screen and (max-width: 576px) {
  .padding-8-sm-down {
    padding: 0.5rem !important; }

  .padding-16-sm-down {
    padding: 1rem !important; }

  .padding-24-sm-down {
    padding: 1.5rem !important; }

  .padding-32-sm-down {
    padding: 2rem !important; }

  .padding-40-sm-down {
    padding: 2.5rem !important; }

  .padding-48-sm-down {
    padding: 3rem !important; }

  .padding-56-sm-down {
    padding: 3.5rem !important; }

  .padding-64-sm-down {
    padding: 4rem !important; }

  .padding-72-sm-down {
    padding: 4.5rem !important; }

  .padding-80-sm-down {
    padding: 5rem !important; }

  .padding-88-sm-down {
    padding: 5.5rem !important; }

  .padding-96-sm-down {
    padding: 6rem !important; }

  .padding-104-sm-down {
    padding: 6.5rem !important; }

  .padding-112-sm-down {
    padding: 7rem !important; }

  .padding-120-sm-down {
    padding: 7.5rem !important; }

  .padding-128-sm-down {
    padding: 8rem !important; }

  .padding-136-sm-down {
    padding: 8.5rem !important; }

  .padding-144-sm-down {
    padding: 9rem !important; }

  .padding-152-sm-down {
    padding: 9.5rem !important; }

  .padding-160-sm-down {
    padding: 10rem !important; }

  .padding-0-sm-down {
    padding: 0 !important; } }
@media screen and (max-width: 0) {
  .padding-8-xs-down {
    padding: 0.5rem !important; }

  .padding-16-xs-down {
    padding: 1rem !important; }

  .padding-24-xs-down {
    padding: 1.5rem !important; }

  .padding-32-xs-down {
    padding: 2rem !important; }

  .padding-40-xs-down {
    padding: 2.5rem !important; }

  .padding-48-xs-down {
    padding: 3rem !important; }

  .padding-56-xs-down {
    padding: 3.5rem !important; }

  .padding-64-xs-down {
    padding: 4rem !important; }

  .padding-72-xs-down {
    padding: 4.5rem !important; }

  .padding-80-xs-down {
    padding: 5rem !important; }

  .padding-88-xs-down {
    padding: 5.5rem !important; }

  .padding-96-xs-down {
    padding: 6rem !important; }

  .padding-104-xs-down {
    padding: 6.5rem !important; }

  .padding-112-xs-down {
    padding: 7rem !important; }

  .padding-120-xs-down {
    padding: 7.5rem !important; }

  .padding-128-xs-down {
    padding: 8rem !important; }

  .padding-136-xs-down {
    padding: 8.5rem !important; }

  .padding-144-xs-down {
    padding: 9rem !important; }

  .padding-152-xs-down {
    padding: 9.5rem !important; }

  .padding-160-xs-down {
    padding: 10rem !important; }

  .padding-0-xs-down {
    padding: 0 !important; } }
@media screen and (max-width: 1900px) {
  .padding-top-8-xxxl-down {
    padding-top: 0.5rem !important; }

  .padding-top-16-xxxl-down {
    padding-top: 1rem !important; }

  .padding-top-24-xxxl-down {
    padding-top: 1.5rem !important; }

  .padding-top-32-xxxl-down {
    padding-top: 2rem !important; }

  .padding-top-40-xxxl-down {
    padding-top: 2.5rem !important; }

  .padding-top-48-xxxl-down {
    padding-top: 3rem !important; }

  .padding-top-56-xxxl-down {
    padding-top: 3.5rem !important; }

  .padding-top-64-xxxl-down {
    padding-top: 4rem !important; }

  .padding-top-72-xxxl-down {
    padding-top: 4.5rem !important; }

  .padding-top-80-xxxl-down {
    padding-top: 5rem !important; }

  .padding-top-88-xxxl-down {
    padding-top: 5.5rem !important; }

  .padding-top-96-xxxl-down {
    padding-top: 6rem !important; }

  .padding-top-104-xxxl-down {
    padding-top: 6.5rem !important; }

  .padding-top-112-xxxl-down {
    padding-top: 7rem !important; }

  .padding-top-120-xxxl-down {
    padding-top: 7.5rem !important; }

  .padding-top-128-xxxl-down {
    padding-top: 8rem !important; }

  .padding-top-136-xxxl-down {
    padding-top: 8.5rem !important; }

  .padding-top-144-xxxl-down {
    padding-top: 9rem !important; }

  .padding-top-152-xxxl-down {
    padding-top: 9.5rem !important; }

  .padding-top-160-xxxl-down {
    padding-top: 10rem !important; }

  .padding-top-0-xxxl-down {
    padding-top: 0 !important; } }
@media screen and (max-width: 1600px) {
  .padding-top-8-xxl-down {
    padding-top: 0.5rem !important; }

  .padding-top-16-xxl-down {
    padding-top: 1rem !important; }

  .padding-top-24-xxl-down {
    padding-top: 1.5rem !important; }

  .padding-top-32-xxl-down {
    padding-top: 2rem !important; }

  .padding-top-40-xxl-down {
    padding-top: 2.5rem !important; }

  .padding-top-48-xxl-down {
    padding-top: 3rem !important; }

  .padding-top-56-xxl-down {
    padding-top: 3.5rem !important; }

  .padding-top-64-xxl-down {
    padding-top: 4rem !important; }

  .padding-top-72-xxl-down {
    padding-top: 4.5rem !important; }

  .padding-top-80-xxl-down {
    padding-top: 5rem !important; }

  .padding-top-88-xxl-down {
    padding-top: 5.5rem !important; }

  .padding-top-96-xxl-down {
    padding-top: 6rem !important; }

  .padding-top-104-xxl-down {
    padding-top: 6.5rem !important; }

  .padding-top-112-xxl-down {
    padding-top: 7rem !important; }

  .padding-top-120-xxl-down {
    padding-top: 7.5rem !important; }

  .padding-top-128-xxl-down {
    padding-top: 8rem !important; }

  .padding-top-136-xxl-down {
    padding-top: 8.5rem !important; }

  .padding-top-144-xxl-down {
    padding-top: 9rem !important; }

  .padding-top-152-xxl-down {
    padding-top: 9.5rem !important; }

  .padding-top-160-xxl-down {
    padding-top: 10rem !important; }

  .padding-top-0-xxl-down {
    padding-top: 0 !important; } }
@media screen and (max-width: 1280px) {
  .padding-top-8-xl-down {
    padding-top: 0.5rem !important; }

  .padding-top-16-xl-down {
    padding-top: 1rem !important; }

  .padding-top-24-xl-down {
    padding-top: 1.5rem !important; }

  .padding-top-32-xl-down {
    padding-top: 2rem !important; }

  .padding-top-40-xl-down {
    padding-top: 2.5rem !important; }

  .padding-top-48-xl-down {
    padding-top: 3rem !important; }

  .padding-top-56-xl-down {
    padding-top: 3.5rem !important; }

  .padding-top-64-xl-down {
    padding-top: 4rem !important; }

  .padding-top-72-xl-down {
    padding-top: 4.5rem !important; }

  .padding-top-80-xl-down {
    padding-top: 5rem !important; }

  .padding-top-88-xl-down {
    padding-top: 5.5rem !important; }

  .padding-top-96-xl-down {
    padding-top: 6rem !important; }

  .padding-top-104-xl-down {
    padding-top: 6.5rem !important; }

  .padding-top-112-xl-down {
    padding-top: 7rem !important; }

  .padding-top-120-xl-down {
    padding-top: 7.5rem !important; }

  .padding-top-128-xl-down {
    padding-top: 8rem !important; }

  .padding-top-136-xl-down {
    padding-top: 8.5rem !important; }

  .padding-top-144-xl-down {
    padding-top: 9rem !important; }

  .padding-top-152-xl-down {
    padding-top: 9.5rem !important; }

  .padding-top-160-xl-down {
    padding-top: 10rem !important; }

  .padding-top-0-xl-down {
    padding-top: 0 !important; } }
@media screen and (max-width: 1024px) {
  .padding-top-8-lg-down {
    padding-top: 0.5rem !important; }

  .padding-top-16-lg-down {
    padding-top: 1rem !important; }

  .padding-top-24-lg-down {
    padding-top: 1.5rem !important; }

  .padding-top-32-lg-down {
    padding-top: 2rem !important; }

  .padding-top-40-lg-down {
    padding-top: 2.5rem !important; }

  .padding-top-48-lg-down {
    padding-top: 3rem !important; }

  .padding-top-56-lg-down {
    padding-top: 3.5rem !important; }

  .padding-top-64-lg-down {
    padding-top: 4rem !important; }

  .padding-top-72-lg-down {
    padding-top: 4.5rem !important; }

  .padding-top-80-lg-down {
    padding-top: 5rem !important; }

  .padding-top-88-lg-down {
    padding-top: 5.5rem !important; }

  .padding-top-96-lg-down {
    padding-top: 6rem !important; }

  .padding-top-104-lg-down {
    padding-top: 6.5rem !important; }

  .padding-top-112-lg-down {
    padding-top: 7rem !important; }

  .padding-top-120-lg-down {
    padding-top: 7.5rem !important; }

  .padding-top-128-lg-down {
    padding-top: 8rem !important; }

  .padding-top-136-lg-down {
    padding-top: 8.5rem !important; }

  .padding-top-144-lg-down {
    padding-top: 9rem !important; }

  .padding-top-152-lg-down {
    padding-top: 9.5rem !important; }

  .padding-top-160-lg-down {
    padding-top: 10rem !important; }

  .padding-top-0-lg-down {
    padding-top: 0 !important; } }
@media screen and (max-width: 768px) {
  .padding-top-8-md-down {
    padding-top: 0.5rem !important; }

  .padding-top-16-md-down {
    padding-top: 1rem !important; }

  .padding-top-24-md-down {
    padding-top: 1.5rem !important; }

  .padding-top-32-md-down {
    padding-top: 2rem !important; }

  .padding-top-40-md-down {
    padding-top: 2.5rem !important; }

  .padding-top-48-md-down {
    padding-top: 3rem !important; }

  .padding-top-56-md-down {
    padding-top: 3.5rem !important; }

  .padding-top-64-md-down {
    padding-top: 4rem !important; }

  .padding-top-72-md-down {
    padding-top: 4.5rem !important; }

  .padding-top-80-md-down {
    padding-top: 5rem !important; }

  .padding-top-88-md-down {
    padding-top: 5.5rem !important; }

  .padding-top-96-md-down {
    padding-top: 6rem !important; }

  .padding-top-104-md-down {
    padding-top: 6.5rem !important; }

  .padding-top-112-md-down {
    padding-top: 7rem !important; }

  .padding-top-120-md-down {
    padding-top: 7.5rem !important; }

  .padding-top-128-md-down {
    padding-top: 8rem !important; }

  .padding-top-136-md-down {
    padding-top: 8.5rem !important; }

  .padding-top-144-md-down {
    padding-top: 9rem !important; }

  .padding-top-152-md-down {
    padding-top: 9.5rem !important; }

  .padding-top-160-md-down {
    padding-top: 10rem !important; }

  .padding-top-0-md-down {
    padding-top: 0 !important; } }
@media screen and (max-width: 576px) {
  .padding-top-8-sm-down {
    padding-top: 0.5rem !important; }

  .padding-top-16-sm-down {
    padding-top: 1rem !important; }

  .padding-top-24-sm-down {
    padding-top: 1.5rem !important; }

  .padding-top-32-sm-down {
    padding-top: 2rem !important; }

  .padding-top-40-sm-down {
    padding-top: 2.5rem !important; }

  .padding-top-48-sm-down {
    padding-top: 3rem !important; }

  .padding-top-56-sm-down {
    padding-top: 3.5rem !important; }

  .padding-top-64-sm-down {
    padding-top: 4rem !important; }

  .padding-top-72-sm-down {
    padding-top: 4.5rem !important; }

  .padding-top-80-sm-down {
    padding-top: 5rem !important; }

  .padding-top-88-sm-down {
    padding-top: 5.5rem !important; }

  .padding-top-96-sm-down {
    padding-top: 6rem !important; }

  .padding-top-104-sm-down {
    padding-top: 6.5rem !important; }

  .padding-top-112-sm-down {
    padding-top: 7rem !important; }

  .padding-top-120-sm-down {
    padding-top: 7.5rem !important; }

  .padding-top-128-sm-down {
    padding-top: 8rem !important; }

  .padding-top-136-sm-down {
    padding-top: 8.5rem !important; }

  .padding-top-144-sm-down {
    padding-top: 9rem !important; }

  .padding-top-152-sm-down {
    padding-top: 9.5rem !important; }

  .padding-top-160-sm-down {
    padding-top: 10rem !important; }

  .padding-top-0-sm-down {
    padding-top: 0 !important; } }
@media screen and (max-width: 0) {
  .padding-top-8-xs-down {
    padding-top: 0.5rem !important; }

  .padding-top-16-xs-down {
    padding-top: 1rem !important; }

  .padding-top-24-xs-down {
    padding-top: 1.5rem !important; }

  .padding-top-32-xs-down {
    padding-top: 2rem !important; }

  .padding-top-40-xs-down {
    padding-top: 2.5rem !important; }

  .padding-top-48-xs-down {
    padding-top: 3rem !important; }

  .padding-top-56-xs-down {
    padding-top: 3.5rem !important; }

  .padding-top-64-xs-down {
    padding-top: 4rem !important; }

  .padding-top-72-xs-down {
    padding-top: 4.5rem !important; }

  .padding-top-80-xs-down {
    padding-top: 5rem !important; }

  .padding-top-88-xs-down {
    padding-top: 5.5rem !important; }

  .padding-top-96-xs-down {
    padding-top: 6rem !important; }

  .padding-top-104-xs-down {
    padding-top: 6.5rem !important; }

  .padding-top-112-xs-down {
    padding-top: 7rem !important; }

  .padding-top-120-xs-down {
    padding-top: 7.5rem !important; }

  .padding-top-128-xs-down {
    padding-top: 8rem !important; }

  .padding-top-136-xs-down {
    padding-top: 8.5rem !important; }

  .padding-top-144-xs-down {
    padding-top: 9rem !important; }

  .padding-top-152-xs-down {
    padding-top: 9.5rem !important; }

  .padding-top-160-xs-down {
    padding-top: 10rem !important; }

  .padding-top-0-xs-down {
    padding-top: 0 !important; } }
@media screen and (max-width: 1900px) {
  .padding-bottom-8-xxxl-down {
    padding-bottom: 0.5rem !important; }

  .padding-bottom-16-xxxl-down {
    padding-bottom: 1rem !important; }

  .padding-bottom-24-xxxl-down {
    padding-bottom: 1.5rem !important; }

  .padding-bottom-32-xxxl-down {
    padding-bottom: 2rem !important; }

  .padding-bottom-40-xxxl-down {
    padding-bottom: 2.5rem !important; }

  .padding-bottom-48-xxxl-down {
    padding-bottom: 3rem !important; }

  .padding-bottom-56-xxxl-down {
    padding-bottom: 3.5rem !important; }

  .padding-bottom-64-xxxl-down {
    padding-bottom: 4rem !important; }

  .padding-bottom-72-xxxl-down {
    padding-bottom: 4.5rem !important; }

  .padding-bottom-80-xxxl-down {
    padding-bottom: 5rem !important; }

  .padding-bottom-88-xxxl-down {
    padding-bottom: 5.5rem !important; }

  .padding-bottom-96-xxxl-down {
    padding-bottom: 6rem !important; }

  .padding-bottom-104-xxxl-down {
    padding-bottom: 6.5rem !important; }

  .padding-bottom-112-xxxl-down {
    padding-bottom: 7rem !important; }

  .padding-bottom-120-xxxl-down {
    padding-bottom: 7.5rem !important; }

  .padding-bottom-128-xxxl-down {
    padding-bottom: 8rem !important; }

  .padding-bottom-136-xxxl-down {
    padding-bottom: 8.5rem !important; }

  .padding-bottom-144-xxxl-down {
    padding-bottom: 9rem !important; }

  .padding-bottom-152-xxxl-down {
    padding-bottom: 9.5rem !important; }

  .padding-bottom-160-xxxl-down {
    padding-bottom: 10rem !important; }

  .padding-bottom-0-xxxl-down {
    padding-bottom: 0 !important; } }
@media screen and (max-width: 1600px) {
  .padding-bottom-8-xxl-down {
    padding-bottom: 0.5rem !important; }

  .padding-bottom-16-xxl-down {
    padding-bottom: 1rem !important; }

  .padding-bottom-24-xxl-down {
    padding-bottom: 1.5rem !important; }

  .padding-bottom-32-xxl-down {
    padding-bottom: 2rem !important; }

  .padding-bottom-40-xxl-down {
    padding-bottom: 2.5rem !important; }

  .padding-bottom-48-xxl-down {
    padding-bottom: 3rem !important; }

  .padding-bottom-56-xxl-down {
    padding-bottom: 3.5rem !important; }

  .padding-bottom-64-xxl-down {
    padding-bottom: 4rem !important; }

  .padding-bottom-72-xxl-down {
    padding-bottom: 4.5rem !important; }

  .padding-bottom-80-xxl-down {
    padding-bottom: 5rem !important; }

  .padding-bottom-88-xxl-down {
    padding-bottom: 5.5rem !important; }

  .padding-bottom-96-xxl-down {
    padding-bottom: 6rem !important; }

  .padding-bottom-104-xxl-down {
    padding-bottom: 6.5rem !important; }

  .padding-bottom-112-xxl-down {
    padding-bottom: 7rem !important; }

  .padding-bottom-120-xxl-down {
    padding-bottom: 7.5rem !important; }

  .padding-bottom-128-xxl-down {
    padding-bottom: 8rem !important; }

  .padding-bottom-136-xxl-down {
    padding-bottom: 8.5rem !important; }

  .padding-bottom-144-xxl-down {
    padding-bottom: 9rem !important; }

  .padding-bottom-152-xxl-down {
    padding-bottom: 9.5rem !important; }

  .padding-bottom-160-xxl-down {
    padding-bottom: 10rem !important; }

  .padding-bottom-0-xxl-down {
    padding-bottom: 0 !important; } }
@media screen and (max-width: 1280px) {
  .padding-bottom-8-xl-down {
    padding-bottom: 0.5rem !important; }

  .padding-bottom-16-xl-down {
    padding-bottom: 1rem !important; }

  .padding-bottom-24-xl-down {
    padding-bottom: 1.5rem !important; }

  .padding-bottom-32-xl-down {
    padding-bottom: 2rem !important; }

  .padding-bottom-40-xl-down {
    padding-bottom: 2.5rem !important; }

  .padding-bottom-48-xl-down {
    padding-bottom: 3rem !important; }

  .padding-bottom-56-xl-down {
    padding-bottom: 3.5rem !important; }

  .padding-bottom-64-xl-down {
    padding-bottom: 4rem !important; }

  .padding-bottom-72-xl-down {
    padding-bottom: 4.5rem !important; }

  .padding-bottom-80-xl-down {
    padding-bottom: 5rem !important; }

  .padding-bottom-88-xl-down {
    padding-bottom: 5.5rem !important; }

  .padding-bottom-96-xl-down {
    padding-bottom: 6rem !important; }

  .padding-bottom-104-xl-down {
    padding-bottom: 6.5rem !important; }

  .padding-bottom-112-xl-down {
    padding-bottom: 7rem !important; }

  .padding-bottom-120-xl-down {
    padding-bottom: 7.5rem !important; }

  .padding-bottom-128-xl-down {
    padding-bottom: 8rem !important; }

  .padding-bottom-136-xl-down {
    padding-bottom: 8.5rem !important; }

  .padding-bottom-144-xl-down {
    padding-bottom: 9rem !important; }

  .padding-bottom-152-xl-down {
    padding-bottom: 9.5rem !important; }

  .padding-bottom-160-xl-down {
    padding-bottom: 10rem !important; }

  .padding-bottom-0-xl-down {
    padding-bottom: 0 !important; } }
@media screen and (max-width: 1024px) {
  .padding-bottom-8-lg-down {
    padding-bottom: 0.5rem !important; }

  .padding-bottom-16-lg-down {
    padding-bottom: 1rem !important; }

  .padding-bottom-24-lg-down {
    padding-bottom: 1.5rem !important; }

  .padding-bottom-32-lg-down {
    padding-bottom: 2rem !important; }

  .padding-bottom-40-lg-down {
    padding-bottom: 2.5rem !important; }

  .padding-bottom-48-lg-down {
    padding-bottom: 3rem !important; }

  .padding-bottom-56-lg-down {
    padding-bottom: 3.5rem !important; }

  .padding-bottom-64-lg-down {
    padding-bottom: 4rem !important; }

  .padding-bottom-72-lg-down {
    padding-bottom: 4.5rem !important; }

  .padding-bottom-80-lg-down {
    padding-bottom: 5rem !important; }

  .padding-bottom-88-lg-down {
    padding-bottom: 5.5rem !important; }

  .padding-bottom-96-lg-down {
    padding-bottom: 6rem !important; }

  .padding-bottom-104-lg-down {
    padding-bottom: 6.5rem !important; }

  .padding-bottom-112-lg-down {
    padding-bottom: 7rem !important; }

  .padding-bottom-120-lg-down {
    padding-bottom: 7.5rem !important; }

  .padding-bottom-128-lg-down {
    padding-bottom: 8rem !important; }

  .padding-bottom-136-lg-down {
    padding-bottom: 8.5rem !important; }

  .padding-bottom-144-lg-down {
    padding-bottom: 9rem !important; }

  .padding-bottom-152-lg-down {
    padding-bottom: 9.5rem !important; }

  .padding-bottom-160-lg-down {
    padding-bottom: 10rem !important; }

  .padding-bottom-0-lg-down {
    padding-bottom: 0 !important; } }
@media screen and (max-width: 768px) {
  .padding-bottom-8-md-down {
    padding-bottom: 0.5rem !important; }

  .padding-bottom-16-md-down {
    padding-bottom: 1rem !important; }

  .padding-bottom-24-md-down {
    padding-bottom: 1.5rem !important; }

  .padding-bottom-32-md-down {
    padding-bottom: 2rem !important; }

  .padding-bottom-40-md-down {
    padding-bottom: 2.5rem !important; }

  .padding-bottom-48-md-down {
    padding-bottom: 3rem !important; }

  .padding-bottom-56-md-down {
    padding-bottom: 3.5rem !important; }

  .padding-bottom-64-md-down {
    padding-bottom: 4rem !important; }

  .padding-bottom-72-md-down {
    padding-bottom: 4.5rem !important; }

  .padding-bottom-80-md-down {
    padding-bottom: 5rem !important; }

  .padding-bottom-88-md-down {
    padding-bottom: 5.5rem !important; }

  .padding-bottom-96-md-down {
    padding-bottom: 6rem !important; }

  .padding-bottom-104-md-down {
    padding-bottom: 6.5rem !important; }

  .padding-bottom-112-md-down {
    padding-bottom: 7rem !important; }

  .padding-bottom-120-md-down {
    padding-bottom: 7.5rem !important; }

  .padding-bottom-128-md-down {
    padding-bottom: 8rem !important; }

  .padding-bottom-136-md-down {
    padding-bottom: 8.5rem !important; }

  .padding-bottom-144-md-down {
    padding-bottom: 9rem !important; }

  .padding-bottom-152-md-down {
    padding-bottom: 9.5rem !important; }

  .padding-bottom-160-md-down {
    padding-bottom: 10rem !important; }

  .padding-bottom-0-md-down {
    padding-bottom: 0 !important; } }
@media screen and (max-width: 576px) {
  .padding-bottom-8-sm-down {
    padding-bottom: 0.5rem !important; }

  .padding-bottom-16-sm-down {
    padding-bottom: 1rem !important; }

  .padding-bottom-24-sm-down {
    padding-bottom: 1.5rem !important; }

  .padding-bottom-32-sm-down {
    padding-bottom: 2rem !important; }

  .padding-bottom-40-sm-down {
    padding-bottom: 2.5rem !important; }

  .padding-bottom-48-sm-down {
    padding-bottom: 3rem !important; }

  .padding-bottom-56-sm-down {
    padding-bottom: 3.5rem !important; }

  .padding-bottom-64-sm-down {
    padding-bottom: 4rem !important; }

  .padding-bottom-72-sm-down {
    padding-bottom: 4.5rem !important; }

  .padding-bottom-80-sm-down {
    padding-bottom: 5rem !important; }

  .padding-bottom-88-sm-down {
    padding-bottom: 5.5rem !important; }

  .padding-bottom-96-sm-down {
    padding-bottom: 6rem !important; }

  .padding-bottom-104-sm-down {
    padding-bottom: 6.5rem !important; }

  .padding-bottom-112-sm-down {
    padding-bottom: 7rem !important; }

  .padding-bottom-120-sm-down {
    padding-bottom: 7.5rem !important; }

  .padding-bottom-128-sm-down {
    padding-bottom: 8rem !important; }

  .padding-bottom-136-sm-down {
    padding-bottom: 8.5rem !important; }

  .padding-bottom-144-sm-down {
    padding-bottom: 9rem !important; }

  .padding-bottom-152-sm-down {
    padding-bottom: 9.5rem !important; }

  .padding-bottom-160-sm-down {
    padding-bottom: 10rem !important; }

  .padding-bottom-0-sm-down {
    padding-bottom: 0 !important; } }
@media screen and (max-width: 0) {
  .padding-bottom-8-xs-down {
    padding-bottom: 0.5rem !important; }

  .padding-bottom-16-xs-down {
    padding-bottom: 1rem !important; }

  .padding-bottom-24-xs-down {
    padding-bottom: 1.5rem !important; }

  .padding-bottom-32-xs-down {
    padding-bottom: 2rem !important; }

  .padding-bottom-40-xs-down {
    padding-bottom: 2.5rem !important; }

  .padding-bottom-48-xs-down {
    padding-bottom: 3rem !important; }

  .padding-bottom-56-xs-down {
    padding-bottom: 3.5rem !important; }

  .padding-bottom-64-xs-down {
    padding-bottom: 4rem !important; }

  .padding-bottom-72-xs-down {
    padding-bottom: 4.5rem !important; }

  .padding-bottom-80-xs-down {
    padding-bottom: 5rem !important; }

  .padding-bottom-88-xs-down {
    padding-bottom: 5.5rem !important; }

  .padding-bottom-96-xs-down {
    padding-bottom: 6rem !important; }

  .padding-bottom-104-xs-down {
    padding-bottom: 6.5rem !important; }

  .padding-bottom-112-xs-down {
    padding-bottom: 7rem !important; }

  .padding-bottom-120-xs-down {
    padding-bottom: 7.5rem !important; }

  .padding-bottom-128-xs-down {
    padding-bottom: 8rem !important; }

  .padding-bottom-136-xs-down {
    padding-bottom: 8.5rem !important; }

  .padding-bottom-144-xs-down {
    padding-bottom: 9rem !important; }

  .padding-bottom-152-xs-down {
    padding-bottom: 9.5rem !important; }

  .padding-bottom-160-xs-down {
    padding-bottom: 10rem !important; }

  .padding-bottom-0-xs-down {
    padding-bottom: 0 !important; } }
@media screen and (max-width: 1900px) {
  .padding-right-8-xxxl-down {
    padding-right: 0.5rem !important; }

  .padding-right-16-xxxl-down {
    padding-right: 1rem !important; }

  .padding-right-24-xxxl-down {
    padding-right: 1.5rem !important; }

  .padding-right-32-xxxl-down {
    padding-right: 2rem !important; }

  .padding-right-40-xxxl-down {
    padding-right: 2.5rem !important; }

  .padding-right-48-xxxl-down {
    padding-right: 3rem !important; }

  .padding-right-56-xxxl-down {
    padding-right: 3.5rem !important; }

  .padding-right-64-xxxl-down {
    padding-right: 4rem !important; }

  .padding-right-72-xxxl-down {
    padding-right: 4.5rem !important; }

  .padding-right-80-xxxl-down {
    padding-right: 5rem !important; }

  .padding-right-88-xxxl-down {
    padding-right: 5.5rem !important; }

  .padding-right-96-xxxl-down {
    padding-right: 6rem !important; }

  .padding-right-104-xxxl-down {
    padding-right: 6.5rem !important; }

  .padding-right-112-xxxl-down {
    padding-right: 7rem !important; }

  .padding-right-120-xxxl-down {
    padding-right: 7.5rem !important; }

  .padding-right-128-xxxl-down {
    padding-right: 8rem !important; }

  .padding-right-136-xxxl-down {
    padding-right: 8.5rem !important; }

  .padding-right-144-xxxl-down {
    padding-right: 9rem !important; }

  .padding-right-152-xxxl-down {
    padding-right: 9.5rem !important; }

  .padding-right-160-xxxl-down {
    padding-right: 10rem !important; }

  .padding-right-0-xxxl-down {
    padding-right: 0 !important; } }
@media screen and (max-width: 1600px) {
  .padding-right-8-xxl-down {
    padding-right: 0.5rem !important; }

  .padding-right-16-xxl-down {
    padding-right: 1rem !important; }

  .padding-right-24-xxl-down {
    padding-right: 1.5rem !important; }

  .padding-right-32-xxl-down {
    padding-right: 2rem !important; }

  .padding-right-40-xxl-down {
    padding-right: 2.5rem !important; }

  .padding-right-48-xxl-down {
    padding-right: 3rem !important; }

  .padding-right-56-xxl-down {
    padding-right: 3.5rem !important; }

  .padding-right-64-xxl-down {
    padding-right: 4rem !important; }

  .padding-right-72-xxl-down {
    padding-right: 4.5rem !important; }

  .padding-right-80-xxl-down {
    padding-right: 5rem !important; }

  .padding-right-88-xxl-down {
    padding-right: 5.5rem !important; }

  .padding-right-96-xxl-down {
    padding-right: 6rem !important; }

  .padding-right-104-xxl-down {
    padding-right: 6.5rem !important; }

  .padding-right-112-xxl-down {
    padding-right: 7rem !important; }

  .padding-right-120-xxl-down {
    padding-right: 7.5rem !important; }

  .padding-right-128-xxl-down {
    padding-right: 8rem !important; }

  .padding-right-136-xxl-down {
    padding-right: 8.5rem !important; }

  .padding-right-144-xxl-down {
    padding-right: 9rem !important; }

  .padding-right-152-xxl-down {
    padding-right: 9.5rem !important; }

  .padding-right-160-xxl-down {
    padding-right: 10rem !important; }

  .padding-right-0-xxl-down {
    padding-right: 0 !important; } }
@media screen and (max-width: 1280px) {
  .padding-right-8-xl-down {
    padding-right: 0.5rem !important; }

  .padding-right-16-xl-down {
    padding-right: 1rem !important; }

  .padding-right-24-xl-down {
    padding-right: 1.5rem !important; }

  .padding-right-32-xl-down {
    padding-right: 2rem !important; }

  .padding-right-40-xl-down {
    padding-right: 2.5rem !important; }

  .padding-right-48-xl-down {
    padding-right: 3rem !important; }

  .padding-right-56-xl-down {
    padding-right: 3.5rem !important; }

  .padding-right-64-xl-down {
    padding-right: 4rem !important; }

  .padding-right-72-xl-down {
    padding-right: 4.5rem !important; }

  .padding-right-80-xl-down {
    padding-right: 5rem !important; }

  .padding-right-88-xl-down {
    padding-right: 5.5rem !important; }

  .padding-right-96-xl-down {
    padding-right: 6rem !important; }

  .padding-right-104-xl-down {
    padding-right: 6.5rem !important; }

  .padding-right-112-xl-down {
    padding-right: 7rem !important; }

  .padding-right-120-xl-down {
    padding-right: 7.5rem !important; }

  .padding-right-128-xl-down {
    padding-right: 8rem !important; }

  .padding-right-136-xl-down {
    padding-right: 8.5rem !important; }

  .padding-right-144-xl-down {
    padding-right: 9rem !important; }

  .padding-right-152-xl-down {
    padding-right: 9.5rem !important; }

  .padding-right-160-xl-down {
    padding-right: 10rem !important; }

  .padding-right-0-xl-down {
    padding-right: 0 !important; } }
@media screen and (max-width: 1024px) {
  .padding-right-8-lg-down {
    padding-right: 0.5rem !important; }

  .padding-right-16-lg-down {
    padding-right: 1rem !important; }

  .padding-right-24-lg-down {
    padding-right: 1.5rem !important; }

  .padding-right-32-lg-down {
    padding-right: 2rem !important; }

  .padding-right-40-lg-down {
    padding-right: 2.5rem !important; }

  .padding-right-48-lg-down {
    padding-right: 3rem !important; }

  .padding-right-56-lg-down {
    padding-right: 3.5rem !important; }

  .padding-right-64-lg-down {
    padding-right: 4rem !important; }

  .padding-right-72-lg-down {
    padding-right: 4.5rem !important; }

  .padding-right-80-lg-down {
    padding-right: 5rem !important; }

  .padding-right-88-lg-down {
    padding-right: 5.5rem !important; }

  .padding-right-96-lg-down {
    padding-right: 6rem !important; }

  .padding-right-104-lg-down {
    padding-right: 6.5rem !important; }

  .padding-right-112-lg-down {
    padding-right: 7rem !important; }

  .padding-right-120-lg-down {
    padding-right: 7.5rem !important; }

  .padding-right-128-lg-down {
    padding-right: 8rem !important; }

  .padding-right-136-lg-down {
    padding-right: 8.5rem !important; }

  .padding-right-144-lg-down {
    padding-right: 9rem !important; }

  .padding-right-152-lg-down {
    padding-right: 9.5rem !important; }

  .padding-right-160-lg-down {
    padding-right: 10rem !important; }

  .padding-right-0-lg-down {
    padding-right: 0 !important; } }
@media screen and (max-width: 768px) {
  .padding-right-8-md-down {
    padding-right: 0.5rem !important; }

  .padding-right-16-md-down {
    padding-right: 1rem !important; }

  .padding-right-24-md-down {
    padding-right: 1.5rem !important; }

  .padding-right-32-md-down {
    padding-right: 2rem !important; }

  .padding-right-40-md-down {
    padding-right: 2.5rem !important; }

  .padding-right-48-md-down {
    padding-right: 3rem !important; }

  .padding-right-56-md-down {
    padding-right: 3.5rem !important; }

  .padding-right-64-md-down {
    padding-right: 4rem !important; }

  .padding-right-72-md-down {
    padding-right: 4.5rem !important; }

  .padding-right-80-md-down {
    padding-right: 5rem !important; }

  .padding-right-88-md-down {
    padding-right: 5.5rem !important; }

  .padding-right-96-md-down {
    padding-right: 6rem !important; }

  .padding-right-104-md-down {
    padding-right: 6.5rem !important; }

  .padding-right-112-md-down {
    padding-right: 7rem !important; }

  .padding-right-120-md-down {
    padding-right: 7.5rem !important; }

  .padding-right-128-md-down {
    padding-right: 8rem !important; }

  .padding-right-136-md-down {
    padding-right: 8.5rem !important; }

  .padding-right-144-md-down {
    padding-right: 9rem !important; }

  .padding-right-152-md-down {
    padding-right: 9.5rem !important; }

  .padding-right-160-md-down {
    padding-right: 10rem !important; }

  .padding-right-0-md-down {
    padding-right: 0 !important; } }
@media screen and (max-width: 576px) {
  .padding-right-8-sm-down {
    padding-right: 0.5rem !important; }

  .padding-right-16-sm-down {
    padding-right: 1rem !important; }

  .padding-right-24-sm-down {
    padding-right: 1.5rem !important; }

  .padding-right-32-sm-down {
    padding-right: 2rem !important; }

  .padding-right-40-sm-down {
    padding-right: 2.5rem !important; }

  .padding-right-48-sm-down {
    padding-right: 3rem !important; }

  .padding-right-56-sm-down {
    padding-right: 3.5rem !important; }

  .padding-right-64-sm-down {
    padding-right: 4rem !important; }

  .padding-right-72-sm-down {
    padding-right: 4.5rem !important; }

  .padding-right-80-sm-down {
    padding-right: 5rem !important; }

  .padding-right-88-sm-down {
    padding-right: 5.5rem !important; }

  .padding-right-96-sm-down {
    padding-right: 6rem !important; }

  .padding-right-104-sm-down {
    padding-right: 6.5rem !important; }

  .padding-right-112-sm-down {
    padding-right: 7rem !important; }

  .padding-right-120-sm-down {
    padding-right: 7.5rem !important; }

  .padding-right-128-sm-down {
    padding-right: 8rem !important; }

  .padding-right-136-sm-down {
    padding-right: 8.5rem !important; }

  .padding-right-144-sm-down {
    padding-right: 9rem !important; }

  .padding-right-152-sm-down {
    padding-right: 9.5rem !important; }

  .padding-right-160-sm-down {
    padding-right: 10rem !important; }

  .padding-right-0-sm-down {
    padding-right: 0 !important; } }
@media screen and (max-width: 0) {
  .padding-right-8-xs-down {
    padding-right: 0.5rem !important; }

  .padding-right-16-xs-down {
    padding-right: 1rem !important; }

  .padding-right-24-xs-down {
    padding-right: 1.5rem !important; }

  .padding-right-32-xs-down {
    padding-right: 2rem !important; }

  .padding-right-40-xs-down {
    padding-right: 2.5rem !important; }

  .padding-right-48-xs-down {
    padding-right: 3rem !important; }

  .padding-right-56-xs-down {
    padding-right: 3.5rem !important; }

  .padding-right-64-xs-down {
    padding-right: 4rem !important; }

  .padding-right-72-xs-down {
    padding-right: 4.5rem !important; }

  .padding-right-80-xs-down {
    padding-right: 5rem !important; }

  .padding-right-88-xs-down {
    padding-right: 5.5rem !important; }

  .padding-right-96-xs-down {
    padding-right: 6rem !important; }

  .padding-right-104-xs-down {
    padding-right: 6.5rem !important; }

  .padding-right-112-xs-down {
    padding-right: 7rem !important; }

  .padding-right-120-xs-down {
    padding-right: 7.5rem !important; }

  .padding-right-128-xs-down {
    padding-right: 8rem !important; }

  .padding-right-136-xs-down {
    padding-right: 8.5rem !important; }

  .padding-right-144-xs-down {
    padding-right: 9rem !important; }

  .padding-right-152-xs-down {
    padding-right: 9.5rem !important; }

  .padding-right-160-xs-down {
    padding-right: 10rem !important; }

  .padding-right-0-xs-down {
    padding-right: 0 !important; } }
@media screen and (max-width: 1900px) {
  .padding-left-8-xxxl-down {
    padding-left: 0.5rem !important; }

  .padding-left-16-xxxl-down {
    padding-left: 1rem !important; }

  .padding-left-24-xxxl-down {
    padding-left: 1.5rem !important; }

  .padding-left-32-xxxl-down {
    padding-left: 2rem !important; }

  .padding-left-40-xxxl-down {
    padding-left: 2.5rem !important; }

  .padding-left-48-xxxl-down {
    padding-left: 3rem !important; }

  .padding-left-56-xxxl-down {
    padding-left: 3.5rem !important; }

  .padding-left-64-xxxl-down {
    padding-left: 4rem !important; }

  .padding-left-72-xxxl-down {
    padding-left: 4.5rem !important; }

  .padding-left-80-xxxl-down {
    padding-left: 5rem !important; }

  .padding-left-88-xxxl-down {
    padding-left: 5.5rem !important; }

  .padding-left-96-xxxl-down {
    padding-left: 6rem !important; }

  .padding-left-104-xxxl-down {
    padding-left: 6.5rem !important; }

  .padding-left-112-xxxl-down {
    padding-left: 7rem !important; }

  .padding-left-120-xxxl-down {
    padding-left: 7.5rem !important; }

  .padding-left-128-xxxl-down {
    padding-left: 8rem !important; }

  .padding-left-136-xxxl-down {
    padding-left: 8.5rem !important; }

  .padding-left-144-xxxl-down {
    padding-left: 9rem !important; }

  .padding-left-152-xxxl-down {
    padding-left: 9.5rem !important; }

  .padding-left-160-xxxl-down {
    padding-left: 10rem !important; }

  .padding-left-0-xxxl-down {
    padding-left: 0 !important; } }
@media screen and (max-width: 1600px) {
  .padding-left-8-xxl-down {
    padding-left: 0.5rem !important; }

  .padding-left-16-xxl-down {
    padding-left: 1rem !important; }

  .padding-left-24-xxl-down {
    padding-left: 1.5rem !important; }

  .padding-left-32-xxl-down {
    padding-left: 2rem !important; }

  .padding-left-40-xxl-down {
    padding-left: 2.5rem !important; }

  .padding-left-48-xxl-down {
    padding-left: 3rem !important; }

  .padding-left-56-xxl-down {
    padding-left: 3.5rem !important; }

  .padding-left-64-xxl-down {
    padding-left: 4rem !important; }

  .padding-left-72-xxl-down {
    padding-left: 4.5rem !important; }

  .padding-left-80-xxl-down {
    padding-left: 5rem !important; }

  .padding-left-88-xxl-down {
    padding-left: 5.5rem !important; }

  .padding-left-96-xxl-down {
    padding-left: 6rem !important; }

  .padding-left-104-xxl-down {
    padding-left: 6.5rem !important; }

  .padding-left-112-xxl-down {
    padding-left: 7rem !important; }

  .padding-left-120-xxl-down {
    padding-left: 7.5rem !important; }

  .padding-left-128-xxl-down {
    padding-left: 8rem !important; }

  .padding-left-136-xxl-down {
    padding-left: 8.5rem !important; }

  .padding-left-144-xxl-down {
    padding-left: 9rem !important; }

  .padding-left-152-xxl-down {
    padding-left: 9.5rem !important; }

  .padding-left-160-xxl-down {
    padding-left: 10rem !important; }

  .padding-left-0-xxl-down {
    padding-left: 0 !important; } }
@media screen and (max-width: 1280px) {
  .padding-left-8-xl-down {
    padding-left: 0.5rem !important; }

  .padding-left-16-xl-down {
    padding-left: 1rem !important; }

  .padding-left-24-xl-down {
    padding-left: 1.5rem !important; }

  .padding-left-32-xl-down {
    padding-left: 2rem !important; }

  .padding-left-40-xl-down {
    padding-left: 2.5rem !important; }

  .padding-left-48-xl-down {
    padding-left: 3rem !important; }

  .padding-left-56-xl-down {
    padding-left: 3.5rem !important; }

  .padding-left-64-xl-down {
    padding-left: 4rem !important; }

  .padding-left-72-xl-down {
    padding-left: 4.5rem !important; }

  .padding-left-80-xl-down {
    padding-left: 5rem !important; }

  .padding-left-88-xl-down {
    padding-left: 5.5rem !important; }

  .padding-left-96-xl-down {
    padding-left: 6rem !important; }

  .padding-left-104-xl-down {
    padding-left: 6.5rem !important; }

  .padding-left-112-xl-down {
    padding-left: 7rem !important; }

  .padding-left-120-xl-down {
    padding-left: 7.5rem !important; }

  .padding-left-128-xl-down {
    padding-left: 8rem !important; }

  .padding-left-136-xl-down {
    padding-left: 8.5rem !important; }

  .padding-left-144-xl-down {
    padding-left: 9rem !important; }

  .padding-left-152-xl-down {
    padding-left: 9.5rem !important; }

  .padding-left-160-xl-down {
    padding-left: 10rem !important; }

  .padding-left-0-xl-down {
    padding-left: 0 !important; } }
@media screen and (max-width: 1024px) {
  .padding-left-8-lg-down {
    padding-left: 0.5rem !important; }

  .padding-left-16-lg-down {
    padding-left: 1rem !important; }

  .padding-left-24-lg-down {
    padding-left: 1.5rem !important; }

  .padding-left-32-lg-down {
    padding-left: 2rem !important; }

  .padding-left-40-lg-down {
    padding-left: 2.5rem !important; }

  .padding-left-48-lg-down {
    padding-left: 3rem !important; }

  .padding-left-56-lg-down {
    padding-left: 3.5rem !important; }

  .padding-left-64-lg-down {
    padding-left: 4rem !important; }

  .padding-left-72-lg-down {
    padding-left: 4.5rem !important; }

  .padding-left-80-lg-down {
    padding-left: 5rem !important; }

  .padding-left-88-lg-down {
    padding-left: 5.5rem !important; }

  .padding-left-96-lg-down {
    padding-left: 6rem !important; }

  .padding-left-104-lg-down {
    padding-left: 6.5rem !important; }

  .padding-left-112-lg-down {
    padding-left: 7rem !important; }

  .padding-left-120-lg-down {
    padding-left: 7.5rem !important; }

  .padding-left-128-lg-down {
    padding-left: 8rem !important; }

  .padding-left-136-lg-down {
    padding-left: 8.5rem !important; }

  .padding-left-144-lg-down {
    padding-left: 9rem !important; }

  .padding-left-152-lg-down {
    padding-left: 9.5rem !important; }

  .padding-left-160-lg-down {
    padding-left: 10rem !important; }

  .padding-left-0-lg-down {
    padding-left: 0 !important; } }
@media screen and (max-width: 768px) {
  .padding-left-8-md-down {
    padding-left: 0.5rem !important; }

  .padding-left-16-md-down {
    padding-left: 1rem !important; }

  .padding-left-24-md-down {
    padding-left: 1.5rem !important; }

  .padding-left-32-md-down {
    padding-left: 2rem !important; }

  .padding-left-40-md-down {
    padding-left: 2.5rem !important; }

  .padding-left-48-md-down {
    padding-left: 3rem !important; }

  .padding-left-56-md-down {
    padding-left: 3.5rem !important; }

  .padding-left-64-md-down {
    padding-left: 4rem !important; }

  .padding-left-72-md-down {
    padding-left: 4.5rem !important; }

  .padding-left-80-md-down {
    padding-left: 5rem !important; }

  .padding-left-88-md-down {
    padding-left: 5.5rem !important; }

  .padding-left-96-md-down {
    padding-left: 6rem !important; }

  .padding-left-104-md-down {
    padding-left: 6.5rem !important; }

  .padding-left-112-md-down {
    padding-left: 7rem !important; }

  .padding-left-120-md-down {
    padding-left: 7.5rem !important; }

  .padding-left-128-md-down {
    padding-left: 8rem !important; }

  .padding-left-136-md-down {
    padding-left: 8.5rem !important; }

  .padding-left-144-md-down {
    padding-left: 9rem !important; }

  .padding-left-152-md-down {
    padding-left: 9.5rem !important; }

  .padding-left-160-md-down {
    padding-left: 10rem !important; }

  .padding-left-0-md-down {
    padding-left: 0 !important; } }
@media screen and (max-width: 576px) {
  .padding-left-8-sm-down {
    padding-left: 0.5rem !important; }

  .padding-left-16-sm-down {
    padding-left: 1rem !important; }

  .padding-left-24-sm-down {
    padding-left: 1.5rem !important; }

  .padding-left-32-sm-down {
    padding-left: 2rem !important; }

  .padding-left-40-sm-down {
    padding-left: 2.5rem !important; }

  .padding-left-48-sm-down {
    padding-left: 3rem !important; }

  .padding-left-56-sm-down {
    padding-left: 3.5rem !important; }

  .padding-left-64-sm-down {
    padding-left: 4rem !important; }

  .padding-left-72-sm-down {
    padding-left: 4.5rem !important; }

  .padding-left-80-sm-down {
    padding-left: 5rem !important; }

  .padding-left-88-sm-down {
    padding-left: 5.5rem !important; }

  .padding-left-96-sm-down {
    padding-left: 6rem !important; }

  .padding-left-104-sm-down {
    padding-left: 6.5rem !important; }

  .padding-left-112-sm-down {
    padding-left: 7rem !important; }

  .padding-left-120-sm-down {
    padding-left: 7.5rem !important; }

  .padding-left-128-sm-down {
    padding-left: 8rem !important; }

  .padding-left-136-sm-down {
    padding-left: 8.5rem !important; }

  .padding-left-144-sm-down {
    padding-left: 9rem !important; }

  .padding-left-152-sm-down {
    padding-left: 9.5rem !important; }

  .padding-left-160-sm-down {
    padding-left: 10rem !important; }

  .padding-left-0-sm-down {
    padding-left: 0 !important; } }
@media screen and (max-width: 0) {
  .padding-left-8-xs-down {
    padding-left: 0.5rem !important; }

  .padding-left-16-xs-down {
    padding-left: 1rem !important; }

  .padding-left-24-xs-down {
    padding-left: 1.5rem !important; }

  .padding-left-32-xs-down {
    padding-left: 2rem !important; }

  .padding-left-40-xs-down {
    padding-left: 2.5rem !important; }

  .padding-left-48-xs-down {
    padding-left: 3rem !important; }

  .padding-left-56-xs-down {
    padding-left: 3.5rem !important; }

  .padding-left-64-xs-down {
    padding-left: 4rem !important; }

  .padding-left-72-xs-down {
    padding-left: 4.5rem !important; }

  .padding-left-80-xs-down {
    padding-left: 5rem !important; }

  .padding-left-88-xs-down {
    padding-left: 5.5rem !important; }

  .padding-left-96-xs-down {
    padding-left: 6rem !important; }

  .padding-left-104-xs-down {
    padding-left: 6.5rem !important; }

  .padding-left-112-xs-down {
    padding-left: 7rem !important; }

  .padding-left-120-xs-down {
    padding-left: 7.5rem !important; }

  .padding-left-128-xs-down {
    padding-left: 8rem !important; }

  .padding-left-136-xs-down {
    padding-left: 8.5rem !important; }

  .padding-left-144-xs-down {
    padding-left: 9rem !important; }

  .padding-left-152-xs-down {
    padding-left: 9.5rem !important; }

  .padding-left-160-xs-down {
    padding-left: 10rem !important; }

  .padding-left-0-xs-down {
    padding-left: 0 !important; } }
.margin-0 {
  margin: 0rem !important; }

.margin-8 {
  margin: 0.5rem !important; }

.margin-16 {
  margin: 1rem !important; }

.margin-24 {
  margin: 1.5rem !important; }

.margin-32 {
  margin: 2rem !important; }

.margin-40 {
  margin: 2.5rem !important; }

.margin-48 {
  margin: 3rem !important; }

.margin-56 {
  margin: 3.5rem !important; }

.margin-64 {
  margin: 4rem !important; }

@media screen and (min-width: 0) {
  .margin-0-xs {
    margin: 0rem !important; }

  .margin-8-xs {
    margin: 0.5rem !important; }

  .margin-16-xs {
    margin: 1rem !important; }

  .margin-24-xs {
    margin: 1.5rem !important; }

  .margin-32-xs {
    margin: 2rem !important; }

  .margin-40-xs {
    margin: 2.5rem !important; }

  .margin-48-xs {
    margin: 3rem !important; }

  .margin-56-xs {
    margin: 3.5rem !important; }

  .margin-64-xs {
    margin: 4rem !important; } }
@media screen and (min-width: 576px) {
  .margin-0-sm {
    margin: 0rem !important; }

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

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

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

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

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

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

  .margin-56-sm {
    margin: 3.5rem !important; }

  .margin-64-sm {
    margin: 4rem !important; } }
@media screen and (min-width: 768px) {
  .margin-0-md {
    margin: 0rem !important; }

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

  .margin-16-md {
    margin: 1rem !important; }

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

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

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

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

  .margin-56-md {
    margin: 3.5rem !important; }

  .margin-64-md {
    margin: 4rem !important; } }
@media screen and (min-width: 1024px) {
  .margin-0-lg {
    margin: 0rem !important; }

  .margin-8-lg {
    margin: 0.5rem !important; }

  .margin-16-lg {
    margin: 1rem !important; }

  .margin-24-lg {
    margin: 1.5rem !important; }

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

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

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

  .margin-56-lg {
    margin: 3.5rem !important; }

  .margin-64-lg {
    margin: 4rem !important; } }
@media screen and (min-width: 1280px) {
  .margin-0-xl {
    margin: 0rem !important; }

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

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

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

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

  .margin-40-xl {
    margin: 2.5rem !important; }

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

  .margin-56-xl {
    margin: 3.5rem !important; }

  .margin-64-xl {
    margin: 4rem !important; } }
@media screen and (min-width: 1600px) {
  .margin-0-xxl {
    margin: 0rem !important; }

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

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

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

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

  .margin-40-xxl {
    margin: 2.5rem !important; }

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

  .margin-56-xxl {
    margin: 3.5rem !important; }

  .margin-64-xxl {
    margin: 4rem !important; } }
.margin-top-0 {
  margin-top: 0rem !important; }

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

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

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

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

.margin-top-40 {
  margin-top: 2.5rem !important; }

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

.margin-top-56 {
  margin-top: 3.5rem !important; }

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

.margin-top-72 {
  margin-top: 4.5rem !important; }

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

.margin-top-88 {
  margin-top: 5.5rem !important; }

.margin-top-96 {
  margin-top: 6rem !important; }

.margin-top-104 {
  margin-top: 6.5rem !important; }

.margin-top-112 {
  margin-top: 7rem !important; }

.margin-top-120 {
  margin-top: 7.5rem !important; }

.margin-top-128 {
  margin-top: 8rem !important; }

@media screen and (min-width: 0) {
  .margin-top-0-xs {
    margin-top: 0rem !important; }

  .margin-top-8-xs {
    margin-top: 0.5rem !important; }

  .margin-top-16-xs {
    margin-top: 1rem !important; }

  .margin-top-24-xs {
    margin-top: 1.5rem !important; }

  .margin-top-32-xs {
    margin-top: 2rem !important; }

  .margin-top-40-xs {
    margin-top: 2.5rem !important; }

  .margin-top-48-xs {
    margin-top: 3rem !important; }

  .margin-top-56-xs {
    margin-top: 3.5rem !important; }

  .margin-top-64-xs {
    margin-top: 4rem !important; }

  .margin-top-72-xs {
    margin-top: 4.5rem !important; }

  .margin-top-80-xs {
    margin-top: 5rem !important; }

  .margin-top-88-xs {
    margin-top: 5.5rem !important; }

  .margin-top-96-xs {
    margin-top: 6rem !important; }

  .margin-top-104-xs {
    margin-top: 6.5rem !important; }

  .margin-top-112-xs {
    margin-top: 7rem !important; }

  .margin-top-120-xs {
    margin-top: 7.5rem !important; }

  .margin-top-128-xs {
    margin-top: 8rem !important; } }
@media screen and (min-width: 576px) {
  .margin-top-0-sm {
    margin-top: 0rem !important; }

  .margin-top-8-sm {
    margin-top: 0.5rem !important; }

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

  .margin-top-24-sm {
    margin-top: 1.5rem !important; }

  .margin-top-32-sm {
    margin-top: 2rem !important; }

  .margin-top-40-sm {
    margin-top: 2.5rem !important; }

  .margin-top-48-sm {
    margin-top: 3rem !important; }

  .margin-top-56-sm {
    margin-top: 3.5rem !important; }

  .margin-top-64-sm {
    margin-top: 4rem !important; }

  .margin-top-72-sm {
    margin-top: 4.5rem !important; }

  .margin-top-80-sm {
    margin-top: 5rem !important; }

  .margin-top-88-sm {
    margin-top: 5.5rem !important; }

  .margin-top-96-sm {
    margin-top: 6rem !important; }

  .margin-top-104-sm {
    margin-top: 6.5rem !important; }

  .margin-top-112-sm {
    margin-top: 7rem !important; }

  .margin-top-120-sm {
    margin-top: 7.5rem !important; }

  .margin-top-128-sm {
    margin-top: 8rem !important; } }
@media screen and (min-width: 768px) {
  .margin-top-0-md {
    margin-top: 0rem !important; }

  .margin-top-8-md {
    margin-top: 0.5rem !important; }

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

  .margin-top-24-md {
    margin-top: 1.5rem !important; }

  .margin-top-32-md {
    margin-top: 2rem !important; }

  .margin-top-40-md {
    margin-top: 2.5rem !important; }

  .margin-top-48-md {
    margin-top: 3rem !important; }

  .margin-top-56-md {
    margin-top: 3.5rem !important; }

  .margin-top-64-md {
    margin-top: 4rem !important; }

  .margin-top-72-md {
    margin-top: 4.5rem !important; }

  .margin-top-80-md {
    margin-top: 5rem !important; }

  .margin-top-88-md {
    margin-top: 5.5rem !important; }

  .margin-top-96-md {
    margin-top: 6rem !important; }

  .margin-top-104-md {
    margin-top: 6.5rem !important; }

  .margin-top-112-md {
    margin-top: 7rem !important; }

  .margin-top-120-md {
    margin-top: 7.5rem !important; }

  .margin-top-128-md {
    margin-top: 8rem !important; } }
@media screen and (min-width: 1024px) {
  .margin-top-0-lg {
    margin-top: 0rem !important; }

  .margin-top-8-lg {
    margin-top: 0.5rem !important; }

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

  .margin-top-24-lg {
    margin-top: 1.5rem !important; }

  .margin-top-32-lg {
    margin-top: 2rem !important; }

  .margin-top-40-lg {
    margin-top: 2.5rem !important; }

  .margin-top-48-lg {
    margin-top: 3rem !important; }

  .margin-top-56-lg {
    margin-top: 3.5rem !important; }

  .margin-top-64-lg {
    margin-top: 4rem !important; }

  .margin-top-72-lg {
    margin-top: 4.5rem !important; }

  .margin-top-80-lg {
    margin-top: 5rem !important; }

  .margin-top-88-lg {
    margin-top: 5.5rem !important; }

  .margin-top-96-lg {
    margin-top: 6rem !important; }

  .margin-top-104-lg {
    margin-top: 6.5rem !important; }

  .margin-top-112-lg {
    margin-top: 7rem !important; }

  .margin-top-120-lg {
    margin-top: 7.5rem !important; }

  .margin-top-128-lg {
    margin-top: 8rem !important; } }
@media screen and (min-width: 1280px) {
  .margin-top-0-xl {
    margin-top: 0rem !important; }

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

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

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

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

  .margin-top-40-xl {
    margin-top: 2.5rem !important; }

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

  .margin-top-56-xl {
    margin-top: 3.5rem !important; }

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

  .margin-top-72-xl {
    margin-top: 4.5rem !important; }

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

  .margin-top-88-xl {
    margin-top: 5.5rem !important; }

  .margin-top-96-xl {
    margin-top: 6rem !important; }

  .margin-top-104-xl {
    margin-top: 6.5rem !important; }

  .margin-top-112-xl {
    margin-top: 7rem !important; }

  .margin-top-120-xl {
    margin-top: 7.5rem !important; }

  .margin-top-128-xl {
    margin-top: 8rem !important; } }
@media screen and (min-width: 1600px) {
  .margin-top-0-xxl {
    margin-top: 0rem !important; }

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

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

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

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

  .margin-top-40-xxl {
    margin-top: 2.5rem !important; }

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

  .margin-top-56-xxl {
    margin-top: 3.5rem !important; }

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

  .margin-top-72-xxl {
    margin-top: 4.5rem !important; }

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

  .margin-top-88-xxl {
    margin-top: 5.5rem !important; }

  .margin-top-96-xxl {
    margin-top: 6rem !important; }

  .margin-top-104-xxl {
    margin-top: 6.5rem !important; }

  .margin-top-112-xxl {
    margin-top: 7rem !important; }

  .margin-top-120-xxl {
    margin-top: 7.5rem !important; }

  .margin-top-128-xxl {
    margin-top: 8rem !important; } }
.margin-top-auto {
  margin-top: auto; }

@media screen and (min-width: 0) {
  .margin-top-auto-xs {
    margin-top: auto; } }
@media screen and (min-width: 576px) {
  .margin-top-auto-sm {
    margin-top: auto; } }
@media screen and (min-width: 768px) {
  .margin-top-auto-md {
    margin-top: auto; } }
@media screen and (min-width: 1024px) {
  .margin-top-auto-lg {
    margin-top: auto; } }
@media screen and (min-width: 1280px) {
  .margin-top-auto-xl {
    margin-top: auto; } }
@media screen and (min-width: 1600px) {
  .margin-top-auto-xxl {
    margin-top: auto; } }
.margin-bottom-0 {
  margin-bottom: 0rem !important; }

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

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

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

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

.margin-bottom-40 {
  margin-bottom: 2.5rem !important; }

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

.margin-bottom-56 {
  margin-bottom: 3.5rem !important; }

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

.margin-bottom-72 {
  margin-bottom: 4.5rem !important; }

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

.margin-bottom-88 {
  margin-bottom: 5.5rem !important; }

.margin-bottom-96 {
  margin-bottom: 6rem !important; }

.margin-bottom-104 {
  margin-bottom: 6.5rem !important; }

.margin-bottom-112 {
  margin-bottom: 7rem !important; }

.margin-bottom-120 {
  margin-bottom: 7.5rem !important; }

.margin-bottom-128 {
  margin-bottom: 8rem !important; }

@media screen and (min-width: 0) {
  .margin-bottom-0-xs {
    margin-bottom: 0rem !important; }

  .margin-bottom-8-xs {
    margin-bottom: 0.5rem !important; }

  .margin-bottom-16-xs {
    margin-bottom: 1rem !important; }

  .margin-bottom-24-xs {
    margin-bottom: 1.5rem !important; }

  .margin-bottom-32-xs {
    margin-bottom: 2rem !important; }

  .margin-bottom-40-xs {
    margin-bottom: 2.5rem !important; }

  .margin-bottom-48-xs {
    margin-bottom: 3rem !important; }

  .margin-bottom-56-xs {
    margin-bottom: 3.5rem !important; }

  .margin-bottom-64-xs {
    margin-bottom: 4rem !important; }

  .margin-bottom-72-xs {
    margin-bottom: 4.5rem !important; }

  .margin-bottom-80-xs {
    margin-bottom: 5rem !important; }

  .margin-bottom-88-xs {
    margin-bottom: 5.5rem !important; }

  .margin-bottom-96-xs {
    margin-bottom: 6rem !important; }

  .margin-bottom-104-xs {
    margin-bottom: 6.5rem !important; }

  .margin-bottom-112-xs {
    margin-bottom: 7rem !important; }

  .margin-bottom-120-xs {
    margin-bottom: 7.5rem !important; }

  .margin-bottom-128-xs {
    margin-bottom: 8rem !important; } }
@media screen and (min-width: 576px) {
  .margin-bottom-0-sm {
    margin-bottom: 0rem !important; }

  .margin-bottom-8-sm {
    margin-bottom: 0.5rem !important; }

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

  .margin-bottom-24-sm {
    margin-bottom: 1.5rem !important; }

  .margin-bottom-32-sm {
    margin-bottom: 2rem !important; }

  .margin-bottom-40-sm {
    margin-bottom: 2.5rem !important; }

  .margin-bottom-48-sm {
    margin-bottom: 3rem !important; }

  .margin-bottom-56-sm {
    margin-bottom: 3.5rem !important; }

  .margin-bottom-64-sm {
    margin-bottom: 4rem !important; }

  .margin-bottom-72-sm {
    margin-bottom: 4.5rem !important; }

  .margin-bottom-80-sm {
    margin-bottom: 5rem !important; }

  .margin-bottom-88-sm {
    margin-bottom: 5.5rem !important; }

  .margin-bottom-96-sm {
    margin-bottom: 6rem !important; }

  .margin-bottom-104-sm {
    margin-bottom: 6.5rem !important; }

  .margin-bottom-112-sm {
    margin-bottom: 7rem !important; }

  .margin-bottom-120-sm {
    margin-bottom: 7.5rem !important; }

  .margin-bottom-128-sm {
    margin-bottom: 8rem !important; } }
@media screen and (min-width: 768px) {
  .margin-bottom-0-md {
    margin-bottom: 0rem !important; }

  .margin-bottom-8-md {
    margin-bottom: 0.5rem !important; }

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

  .margin-bottom-24-md {
    margin-bottom: 1.5rem !important; }

  .margin-bottom-32-md {
    margin-bottom: 2rem !important; }

  .margin-bottom-40-md {
    margin-bottom: 2.5rem !important; }

  .margin-bottom-48-md {
    margin-bottom: 3rem !important; }

  .margin-bottom-56-md {
    margin-bottom: 3.5rem !important; }

  .margin-bottom-64-md {
    margin-bottom: 4rem !important; }

  .margin-bottom-72-md {
    margin-bottom: 4.5rem !important; }

  .margin-bottom-80-md {
    margin-bottom: 5rem !important; }

  .margin-bottom-88-md {
    margin-bottom: 5.5rem !important; }

  .margin-bottom-96-md {
    margin-bottom: 6rem !important; }

  .margin-bottom-104-md {
    margin-bottom: 6.5rem !important; }

  .margin-bottom-112-md {
    margin-bottom: 7rem !important; }

  .margin-bottom-120-md {
    margin-bottom: 7.5rem !important; }

  .margin-bottom-128-md {
    margin-bottom: 8rem !important; } }
@media screen and (min-width: 1024px) {
  .margin-bottom-0-lg {
    margin-bottom: 0rem !important; }

  .margin-bottom-8-lg {
    margin-bottom: 0.5rem !important; }

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

  .margin-bottom-24-lg {
    margin-bottom: 1.5rem !important; }

  .margin-bottom-32-lg {
    margin-bottom: 2rem !important; }

  .margin-bottom-40-lg {
    margin-bottom: 2.5rem !important; }

  .margin-bottom-48-lg {
    margin-bottom: 3rem !important; }

  .margin-bottom-56-lg {
    margin-bottom: 3.5rem !important; }

  .margin-bottom-64-lg {
    margin-bottom: 4rem !important; }

  .margin-bottom-72-lg {
    margin-bottom: 4.5rem !important; }

  .margin-bottom-80-lg {
    margin-bottom: 5rem !important; }

  .margin-bottom-88-lg {
    margin-bottom: 5.5rem !important; }

  .margin-bottom-96-lg {
    margin-bottom: 6rem !important; }

  .margin-bottom-104-lg {
    margin-bottom: 6.5rem !important; }

  .margin-bottom-112-lg {
    margin-bottom: 7rem !important; }

  .margin-bottom-120-lg {
    margin-bottom: 7.5rem !important; }

  .margin-bottom-128-lg {
    margin-bottom: 8rem !important; } }
@media screen and (min-width: 1280px) {
  .margin-bottom-0-xl {
    margin-bottom: 0rem !important; }

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

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

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

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

  .margin-bottom-40-xl {
    margin-bottom: 2.5rem !important; }

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

  .margin-bottom-56-xl {
    margin-bottom: 3.5rem !important; }

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

  .margin-bottom-72-xl {
    margin-bottom: 4.5rem !important; }

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

  .margin-bottom-88-xl {
    margin-bottom: 5.5rem !important; }

  .margin-bottom-96-xl {
    margin-bottom: 6rem !important; }

  .margin-bottom-104-xl {
    margin-bottom: 6.5rem !important; }

  .margin-bottom-112-xl {
    margin-bottom: 7rem !important; }

  .margin-bottom-120-xl {
    margin-bottom: 7.5rem !important; }

  .margin-bottom-128-xl {
    margin-bottom: 8rem !important; } }
@media screen and (min-width: 1600px) {
  .margin-bottom-0-xxl {
    margin-bottom: 0rem !important; }

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

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

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

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

  .margin-bottom-40-xxl {
    margin-bottom: 2.5rem !important; }

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

  .margin-bottom-56-xxl {
    margin-bottom: 3.5rem !important; }

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

  .margin-bottom-72-xxl {
    margin-bottom: 4.5rem !important; }

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

  .margin-bottom-88-xxl {
    margin-bottom: 5.5rem !important; }

  .margin-bottom-96-xxl {
    margin-bottom: 6rem !important; }

  .margin-bottom-104-xxl {
    margin-bottom: 6.5rem !important; }

  .margin-bottom-112-xxl {
    margin-bottom: 7rem !important; }

  .margin-bottom-120-xxl {
    margin-bottom: 7.5rem !important; }

  .margin-bottom-128-xxl {
    margin-bottom: 8rem !important; } }
.margin-bottom-auto {
  margin-bottom: auto; }

@media screen and (min-width: 0) {
  .margin-bottom-auto-xs {
    margin-bottom: auto; } }
@media screen and (min-width: 576px) {
  .margin-bottom-auto-sm {
    margin-bottom: auto; } }
@media screen and (min-width: 768px) {
  .margin-bottom-auto-md {
    margin-bottom: auto; } }
@media screen and (min-width: 1024px) {
  .margin-bottom-auto-lg {
    margin-bottom: auto; } }
@media screen and (min-width: 1280px) {
  .margin-bottom-auto-xl {
    margin-bottom: auto; } }
@media screen and (min-width: 1600px) {
  .margin-bottom-auto-xxl {
    margin-bottom: auto; } }
.margin-left-0 {
  margin-left: 0rem !important; }

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

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

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

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

.margin-left-40 {
  margin-left: 2.5rem !important; }

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

.margin-left-56 {
  margin-left: 3.5rem !important; }

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

@media screen and (min-width: 0) {
  .margin-left-0-xs {
    margin-left: 0rem !important; }

  .margin-left-8-xs {
    margin-left: 0.5rem !important; }

  .margin-left-16-xs {
    margin-left: 1rem !important; }

  .margin-left-24-xs {
    margin-left: 1.5rem !important; }

  .margin-left-32-xs {
    margin-left: 2rem !important; }

  .margin-left-40-xs {
    margin-left: 2.5rem !important; }

  .margin-left-48-xs {
    margin-left: 3rem !important; }

  .margin-left-56-xs {
    margin-left: 3.5rem !important; }

  .margin-left-64-xs {
    margin-left: 4rem !important; } }
@media screen and (min-width: 576px) {
  .margin-left-0-sm {
    margin-left: 0rem !important; }

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

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

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

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

  .margin-left-40-sm {
    margin-left: 2.5rem !important; }

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

  .margin-left-56-sm {
    margin-left: 3.5rem !important; }

  .margin-left-64-sm {
    margin-left: 4rem !important; } }
@media screen and (min-width: 768px) {
  .margin-left-0-md {
    margin-left: 0rem !important; }

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

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

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

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

  .margin-left-40-md {
    margin-left: 2.5rem !important; }

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

  .margin-left-56-md {
    margin-left: 3.5rem !important; }

  .margin-left-64-md {
    margin-left: 4rem !important; } }
@media screen and (min-width: 1024px) {
  .margin-left-0-lg {
    margin-left: 0rem !important; }

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

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

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

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

  .margin-left-40-lg {
    margin-left: 2.5rem !important; }

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

  .margin-left-56-lg {
    margin-left: 3.5rem !important; }

  .margin-left-64-lg {
    margin-left: 4rem !important; } }
@media screen and (min-width: 1280px) {
  .margin-left-0-xl {
    margin-left: 0rem !important; }

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

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

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

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

  .margin-left-40-xl {
    margin-left: 2.5rem !important; }

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

  .margin-left-56-xl {
    margin-left: 3.5rem !important; }

  .margin-left-64-xl {
    margin-left: 4rem !important; } }
@media screen and (min-width: 1600px) {
  .margin-left-0-xxl {
    margin-left: 0rem !important; }

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

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

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

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

  .margin-left-40-xxl {
    margin-left: 2.5rem !important; }

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

  .margin-left-56-xxl {
    margin-left: 3.5rem !important; }

  .margin-left-64-xxl {
    margin-left: 4rem !important; } }
.margin-left-auto {
  margin-left: auto; }

@media screen and (min-width: 0) {
  .margin-left-auto-xs {
    margin-left: auto; } }
@media screen and (min-width: 576px) {
  .margin-left-auto-sm {
    margin-left: auto; } }
@media screen and (min-width: 768px) {
  .margin-left-auto-md {
    margin-left: auto; } }
@media screen and (min-width: 1024px) {
  .margin-left-auto-lg {
    margin-left: auto; } }
@media screen and (min-width: 1280px) {
  .margin-left-auto-xl {
    margin-left: auto; } }
@media screen and (min-width: 1600px) {
  .margin-left-auto-xxl {
    margin-left: auto; } }
.margin-right-0 {
  margin-right: 0rem !important; }

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

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

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

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

.margin-right-40 {
  margin-right: 2.5rem !important; }

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

.margin-right-56 {
  margin-right: 3.5rem !important; }

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

@media screen and (min-width: 0) {
  .margin-right-0-xs {
    margin-right: 0rem !important; }

  .margin-right-8-xs {
    margin-right: 0.5rem !important; }

  .margin-right-16-xs {
    margin-right: 1rem !important; }

  .margin-right-24-xs {
    margin-right: 1.5rem !important; }

  .margin-right-32-xs {
    margin-right: 2rem !important; }

  .margin-right-40-xs {
    margin-right: 2.5rem !important; }

  .margin-right-48-xs {
    margin-right: 3rem !important; }

  .margin-right-56-xs {
    margin-right: 3.5rem !important; }

  .margin-right-64-xs {
    margin-right: 4rem !important; } }
@media screen and (min-width: 576px) {
  .margin-right-0-sm {
    margin-right: 0rem !important; }

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

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

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

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

  .margin-right-40-sm {
    margin-right: 2.5rem !important; }

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

  .margin-right-56-sm {
    margin-right: 3.5rem !important; }

  .margin-right-64-sm {
    margin-right: 4rem !important; } }
@media screen and (min-width: 768px) {
  .margin-right-0-md {
    margin-right: 0rem !important; }

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

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

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

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

  .margin-right-40-md {
    margin-right: 2.5rem !important; }

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

  .margin-right-56-md {
    margin-right: 3.5rem !important; }

  .margin-right-64-md {
    margin-right: 4rem !important; } }
@media screen and (min-width: 1024px) {
  .margin-right-0-lg {
    margin-right: 0rem !important; }

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

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

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

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

  .margin-right-40-lg {
    margin-right: 2.5rem !important; }

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

  .margin-right-56-lg {
    margin-right: 3.5rem !important; }

  .margin-right-64-lg {
    margin-right: 4rem !important; } }
@media screen and (min-width: 1280px) {
  .margin-right-0-xl {
    margin-right: 0rem !important; }

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

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

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

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

  .margin-right-40-xl {
    margin-right: 2.5rem !important; }

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

  .margin-right-56-xl {
    margin-right: 3.5rem !important; }

  .margin-right-64-xl {
    margin-right: 4rem !important; } }
@media screen and (min-width: 1600px) {
  .margin-right-0-xxl {
    margin-right: 0rem !important; }

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

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

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

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

  .margin-right-40-xxl {
    margin-right: 2.5rem !important; }

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

  .margin-right-56-xxl {
    margin-right: 3.5rem !important; }

  .margin-right-64-xxl {
    margin-right: 4rem !important; } }
.margin-right-auto {
  margin-right: auto; }

@media screen and (min-width: 0) {
  .margin-right-auto-xs {
    margin-right: auto; } }
@media screen and (min-width: 576px) {
  .margin-right-auto-sm {
    margin-right: auto; } }
@media screen and (min-width: 768px) {
  .margin-right-auto-md {
    margin-right: auto; } }
@media screen and (min-width: 1024px) {
  .margin-right-auto-lg {
    margin-right: auto; } }
@media screen and (min-width: 1280px) {
  .margin-right-auto-xl {
    margin-right: auto; } }
@media screen and (min-width: 1600px) {
  .margin-right-auto-xxl {
    margin-right: auto; } }
@media screen and (max-width: 1900px) {
  .margin-8-xxxl-down {
    margin: 0.5rem !important; }

  .margin-16-xxxl-down {
    margin: 1rem !important; }

  .margin-24-xxxl-down {
    margin: 1.5rem !important; }

  .margin-32-xxxl-down {
    margin: 2rem !important; }

  .margin-40-xxxl-down {
    margin: 2.5rem !important; }

  .margin-48-xxxl-down {
    margin: 3rem !important; }

  .margin-56-xxxl-down {
    margin: 3.5rem !important; }

  .margin-64-xxxl-down {
    margin: 4rem !important; }

  .margin-72-xxxl-down {
    margin: 4.5rem !important; }

  .margin-80-xxxl-down {
    margin: 5rem !important; }

  .margin-88-xxxl-down {
    margin: 5.5rem !important; }

  .margin-96-xxxl-down {
    margin: 6rem !important; }

  .margin-104-xxxl-down {
    margin: 6.5rem !important; }

  .margin-112-xxxl-down {
    margin: 7rem !important; }

  .margin-120-xxxl-down {
    margin: 7.5rem !important; }

  .margin-128-xxxl-down {
    margin: 8rem !important; }

  .margin-136-xxxl-down {
    margin: 8.5rem !important; }

  .margin-144-xxxl-down {
    margin: 9rem !important; }

  .margin-152-xxxl-down {
    margin: 9.5rem !important; }

  .margin-160-xxxl-down {
    margin: 10rem !important; }

  .margin-0-xxxl-down {
    padding: 0 !important; } }
@media screen and (max-width: 1600px) {
  .margin-8-xxl-down {
    margin: 0.5rem !important; }

  .margin-16-xxl-down {
    margin: 1rem !important; }

  .margin-24-xxl-down {
    margin: 1.5rem !important; }

  .margin-32-xxl-down {
    margin: 2rem !important; }

  .margin-40-xxl-down {
    margin: 2.5rem !important; }

  .margin-48-xxl-down {
    margin: 3rem !important; }

  .margin-56-xxl-down {
    margin: 3.5rem !important; }

  .margin-64-xxl-down {
    margin: 4rem !important; }

  .margin-72-xxl-down {
    margin: 4.5rem !important; }

  .margin-80-xxl-down {
    margin: 5rem !important; }

  .margin-88-xxl-down {
    margin: 5.5rem !important; }

  .margin-96-xxl-down {
    margin: 6rem !important; }

  .margin-104-xxl-down {
    margin: 6.5rem !important; }

  .margin-112-xxl-down {
    margin: 7rem !important; }

  .margin-120-xxl-down {
    margin: 7.5rem !important; }

  .margin-128-xxl-down {
    margin: 8rem !important; }

  .margin-136-xxl-down {
    margin: 8.5rem !important; }

  .margin-144-xxl-down {
    margin: 9rem !important; }

  .margin-152-xxl-down {
    margin: 9.5rem !important; }

  .margin-160-xxl-down {
    margin: 10rem !important; }

  .margin-0-xxl-down {
    padding: 0 !important; } }
@media screen and (max-width: 1280px) {
  .margin-8-xl-down {
    margin: 0.5rem !important; }

  .margin-16-xl-down {
    margin: 1rem !important; }

  .margin-24-xl-down {
    margin: 1.5rem !important; }

  .margin-32-xl-down {
    margin: 2rem !important; }

  .margin-40-xl-down {
    margin: 2.5rem !important; }

  .margin-48-xl-down {
    margin: 3rem !important; }

  .margin-56-xl-down {
    margin: 3.5rem !important; }

  .margin-64-xl-down {
    margin: 4rem !important; }

  .margin-72-xl-down {
    margin: 4.5rem !important; }

  .margin-80-xl-down {
    margin: 5rem !important; }

  .margin-88-xl-down {
    margin: 5.5rem !important; }

  .margin-96-xl-down {
    margin: 6rem !important; }

  .margin-104-xl-down {
    margin: 6.5rem !important; }

  .margin-112-xl-down {
    margin: 7rem !important; }

  .margin-120-xl-down {
    margin: 7.5rem !important; }

  .margin-128-xl-down {
    margin: 8rem !important; }

  .margin-136-xl-down {
    margin: 8.5rem !important; }

  .margin-144-xl-down {
    margin: 9rem !important; }

  .margin-152-xl-down {
    margin: 9.5rem !important; }

  .margin-160-xl-down {
    margin: 10rem !important; }

  .margin-0-xl-down {
    padding: 0 !important; } }
@media screen and (max-width: 1024px) {
  .margin-8-lg-down {
    margin: 0.5rem !important; }

  .margin-16-lg-down {
    margin: 1rem !important; }

  .margin-24-lg-down {
    margin: 1.5rem !important; }

  .margin-32-lg-down {
    margin: 2rem !important; }

  .margin-40-lg-down {
    margin: 2.5rem !important; }

  .margin-48-lg-down {
    margin: 3rem !important; }

  .margin-56-lg-down {
    margin: 3.5rem !important; }

  .margin-64-lg-down {
    margin: 4rem !important; }

  .margin-72-lg-down {
    margin: 4.5rem !important; }

  .margin-80-lg-down {
    margin: 5rem !important; }

  .margin-88-lg-down {
    margin: 5.5rem !important; }

  .margin-96-lg-down {
    margin: 6rem !important; }

  .margin-104-lg-down {
    margin: 6.5rem !important; }

  .margin-112-lg-down {
    margin: 7rem !important; }

  .margin-120-lg-down {
    margin: 7.5rem !important; }

  .margin-128-lg-down {
    margin: 8rem !important; }

  .margin-136-lg-down {
    margin: 8.5rem !important; }

  .margin-144-lg-down {
    margin: 9rem !important; }

  .margin-152-lg-down {
    margin: 9.5rem !important; }

  .margin-160-lg-down {
    margin: 10rem !important; }

  .margin-0-lg-down {
    padding: 0 !important; } }
@media screen and (max-width: 768px) {
  .margin-8-md-down {
    margin: 0.5rem !important; }

  .margin-16-md-down {
    margin: 1rem !important; }

  .margin-24-md-down {
    margin: 1.5rem !important; }

  .margin-32-md-down {
    margin: 2rem !important; }

  .margin-40-md-down {
    margin: 2.5rem !important; }

  .margin-48-md-down {
    margin: 3rem !important; }

  .margin-56-md-down {
    margin: 3.5rem !important; }

  .margin-64-md-down {
    margin: 4rem !important; }

  .margin-72-md-down {
    margin: 4.5rem !important; }

  .margin-80-md-down {
    margin: 5rem !important; }

  .margin-88-md-down {
    margin: 5.5rem !important; }

  .margin-96-md-down {
    margin: 6rem !important; }

  .margin-104-md-down {
    margin: 6.5rem !important; }

  .margin-112-md-down {
    margin: 7rem !important; }

  .margin-120-md-down {
    margin: 7.5rem !important; }

  .margin-128-md-down {
    margin: 8rem !important; }

  .margin-136-md-down {
    margin: 8.5rem !important; }

  .margin-144-md-down {
    margin: 9rem !important; }

  .margin-152-md-down {
    margin: 9.5rem !important; }

  .margin-160-md-down {
    margin: 10rem !important; }

  .margin-0-md-down {
    padding: 0 !important; } }
@media screen and (max-width: 576px) {
  .margin-8-sm-down {
    margin: 0.5rem !important; }

  .margin-16-sm-down {
    margin: 1rem !important; }

  .margin-24-sm-down {
    margin: 1.5rem !important; }

  .margin-32-sm-down {
    margin: 2rem !important; }

  .margin-40-sm-down {
    margin: 2.5rem !important; }

  .margin-48-sm-down {
    margin: 3rem !important; }

  .margin-56-sm-down {
    margin: 3.5rem !important; }

  .margin-64-sm-down {
    margin: 4rem !important; }

  .margin-72-sm-down {
    margin: 4.5rem !important; }

  .margin-80-sm-down {
    margin: 5rem !important; }

  .margin-88-sm-down {
    margin: 5.5rem !important; }

  .margin-96-sm-down {
    margin: 6rem !important; }

  .margin-104-sm-down {
    margin: 6.5rem !important; }

  .margin-112-sm-down {
    margin: 7rem !important; }

  .margin-120-sm-down {
    margin: 7.5rem !important; }

  .margin-128-sm-down {
    margin: 8rem !important; }

  .margin-136-sm-down {
    margin: 8.5rem !important; }

  .margin-144-sm-down {
    margin: 9rem !important; }

  .margin-152-sm-down {
    margin: 9.5rem !important; }

  .margin-160-sm-down {
    margin: 10rem !important; }

  .margin-0-sm-down {
    padding: 0 !important; } }
@media screen and (max-width: 0) {
  .margin-8-xs-down {
    margin: 0.5rem !important; }

  .margin-16-xs-down {
    margin: 1rem !important; }

  .margin-24-xs-down {
    margin: 1.5rem !important; }

  .margin-32-xs-down {
    margin: 2rem !important; }

  .margin-40-xs-down {
    margin: 2.5rem !important; }

  .margin-48-xs-down {
    margin: 3rem !important; }

  .margin-56-xs-down {
    margin: 3.5rem !important; }

  .margin-64-xs-down {
    margin: 4rem !important; }

  .margin-72-xs-down {
    margin: 4.5rem !important; }

  .margin-80-xs-down {
    margin: 5rem !important; }

  .margin-88-xs-down {
    margin: 5.5rem !important; }

  .margin-96-xs-down {
    margin: 6rem !important; }

  .margin-104-xs-down {
    margin: 6.5rem !important; }

  .margin-112-xs-down {
    margin: 7rem !important; }

  .margin-120-xs-down {
    margin: 7.5rem !important; }

  .margin-128-xs-down {
    margin: 8rem !important; }

  .margin-136-xs-down {
    margin: 8.5rem !important; }

  .margin-144-xs-down {
    margin: 9rem !important; }

  .margin-152-xs-down {
    margin: 9.5rem !important; }

  .margin-160-xs-down {
    margin: 10rem !important; }

  .margin-0-xs-down {
    padding: 0 !important; } }
@media screen and (max-width: 1900px) {
  .margin-top-8-xxxl-down {
    margin-top: 0.5rem !important; }

  .margin-top-16-xxxl-down {
    margin-top: 1rem !important; }

  .margin-top-24-xxxl-down {
    margin-top: 1.5rem !important; }

  .margin-top-32-xxxl-down {
    margin-top: 2rem !important; }

  .margin-top-40-xxxl-down {
    margin-top: 2.5rem !important; }

  .margin-top-48-xxxl-down {
    margin-top: 3rem !important; }

  .margin-top-56-xxxl-down {
    margin-top: 3.5rem !important; }

  .margin-top-64-xxxl-down {
    margin-top: 4rem !important; }

  .margin-top-72-xxxl-down {
    margin-top: 4.5rem !important; }

  .margin-top-80-xxxl-down {
    margin-top: 5rem !important; }

  .margin-top-88-xxxl-down {
    margin-top: 5.5rem !important; }

  .margin-top-96-xxxl-down {
    margin-top: 6rem !important; }

  .margin-top-104-xxxl-down {
    margin-top: 6.5rem !important; }

  .margin-top-112-xxxl-down {
    margin-top: 7rem !important; }

  .margin-top-120-xxxl-down {
    margin-top: 7.5rem !important; }

  .margin-top-128-xxxl-down {
    margin-top: 8rem !important; }

  .margin-top-136-xxxl-down {
    margin-top: 8.5rem !important; }

  .margin-top-144-xxxl-down {
    margin-top: 9rem !important; }

  .margin-top-152-xxxl-down {
    margin-top: 9.5rem !important; }

  .margin-top-160-xxxl-down {
    margin-top: 10rem !important; }

  .margin-top-0-xxxl-down {
    margin-top: 0 !important; } }
@media screen and (max-width: 1600px) {
  .margin-top-8-xxl-down {
    margin-top: 0.5rem !important; }

  .margin-top-16-xxl-down {
    margin-top: 1rem !important; }

  .margin-top-24-xxl-down {
    margin-top: 1.5rem !important; }

  .margin-top-32-xxl-down {
    margin-top: 2rem !important; }

  .margin-top-40-xxl-down {
    margin-top: 2.5rem !important; }

  .margin-top-48-xxl-down {
    margin-top: 3rem !important; }

  .margin-top-56-xxl-down {
    margin-top: 3.5rem !important; }

  .margin-top-64-xxl-down {
    margin-top: 4rem !important; }

  .margin-top-72-xxl-down {
    margin-top: 4.5rem !important; }

  .margin-top-80-xxl-down {
    margin-top: 5rem !important; }

  .margin-top-88-xxl-down {
    margin-top: 5.5rem !important; }

  .margin-top-96-xxl-down {
    margin-top: 6rem !important; }

  .margin-top-104-xxl-down {
    margin-top: 6.5rem !important; }

  .margin-top-112-xxl-down {
    margin-top: 7rem !important; }

  .margin-top-120-xxl-down {
    margin-top: 7.5rem !important; }

  .margin-top-128-xxl-down {
    margin-top: 8rem !important; }

  .margin-top-136-xxl-down {
    margin-top: 8.5rem !important; }

  .margin-top-144-xxl-down {
    margin-top: 9rem !important; }

  .margin-top-152-xxl-down {
    margin-top: 9.5rem !important; }

  .margin-top-160-xxl-down {
    margin-top: 10rem !important; }

  .margin-top-0-xxl-down {
    margin-top: 0 !important; } }
@media screen and (max-width: 1280px) {
  .margin-top-8-xl-down {
    margin-top: 0.5rem !important; }

  .margin-top-16-xl-down {
    margin-top: 1rem !important; }

  .margin-top-24-xl-down {
    margin-top: 1.5rem !important; }

  .margin-top-32-xl-down {
    margin-top: 2rem !important; }

  .margin-top-40-xl-down {
    margin-top: 2.5rem !important; }

  .margin-top-48-xl-down {
    margin-top: 3rem !important; }

  .margin-top-56-xl-down {
    margin-top: 3.5rem !important; }

  .margin-top-64-xl-down {
    margin-top: 4rem !important; }

  .margin-top-72-xl-down {
    margin-top: 4.5rem !important; }

  .margin-top-80-xl-down {
    margin-top: 5rem !important; }

  .margin-top-88-xl-down {
    margin-top: 5.5rem !important; }

  .margin-top-96-xl-down {
    margin-top: 6rem !important; }

  .margin-top-104-xl-down {
    margin-top: 6.5rem !important; }

  .margin-top-112-xl-down {
    margin-top: 7rem !important; }

  .margin-top-120-xl-down {
    margin-top: 7.5rem !important; }

  .margin-top-128-xl-down {
    margin-top: 8rem !important; }

  .margin-top-136-xl-down {
    margin-top: 8.5rem !important; }

  .margin-top-144-xl-down {
    margin-top: 9rem !important; }

  .margin-top-152-xl-down {
    margin-top: 9.5rem !important; }

  .margin-top-160-xl-down {
    margin-top: 10rem !important; }

  .margin-top-0-xl-down {
    margin-top: 0 !important; } }
@media screen and (max-width: 1024px) {
  .margin-top-8-lg-down {
    margin-top: 0.5rem !important; }

  .margin-top-16-lg-down {
    margin-top: 1rem !important; }

  .margin-top-24-lg-down {
    margin-top: 1.5rem !important; }

  .margin-top-32-lg-down {
    margin-top: 2rem !important; }

  .margin-top-40-lg-down {
    margin-top: 2.5rem !important; }

  .margin-top-48-lg-down {
    margin-top: 3rem !important; }

  .margin-top-56-lg-down {
    margin-top: 3.5rem !important; }

  .margin-top-64-lg-down {
    margin-top: 4rem !important; }

  .margin-top-72-lg-down {
    margin-top: 4.5rem !important; }

  .margin-top-80-lg-down {
    margin-top: 5rem !important; }

  .margin-top-88-lg-down {
    margin-top: 5.5rem !important; }

  .margin-top-96-lg-down {
    margin-top: 6rem !important; }

  .margin-top-104-lg-down {
    margin-top: 6.5rem !important; }

  .margin-top-112-lg-down {
    margin-top: 7rem !important; }

  .margin-top-120-lg-down {
    margin-top: 7.5rem !important; }

  .margin-top-128-lg-down {
    margin-top: 8rem !important; }

  .margin-top-136-lg-down {
    margin-top: 8.5rem !important; }

  .margin-top-144-lg-down {
    margin-top: 9rem !important; }

  .margin-top-152-lg-down {
    margin-top: 9.5rem !important; }

  .margin-top-160-lg-down {
    margin-top: 10rem !important; }

  .margin-top-0-lg-down {
    margin-top: 0 !important; } }
@media screen and (max-width: 768px) {
  .margin-top-8-md-down {
    margin-top: 0.5rem !important; }

  .margin-top-16-md-down {
    margin-top: 1rem !important; }

  .margin-top-24-md-down {
    margin-top: 1.5rem !important; }

  .margin-top-32-md-down {
    margin-top: 2rem !important; }

  .margin-top-40-md-down {
    margin-top: 2.5rem !important; }

  .margin-top-48-md-down {
    margin-top: 3rem !important; }

  .margin-top-56-md-down {
    margin-top: 3.5rem !important; }

  .margin-top-64-md-down {
    margin-top: 4rem !important; }

  .margin-top-72-md-down {
    margin-top: 4.5rem !important; }

  .margin-top-80-md-down {
    margin-top: 5rem !important; }

  .margin-top-88-md-down {
    margin-top: 5.5rem !important; }

  .margin-top-96-md-down {
    margin-top: 6rem !important; }

  .margin-top-104-md-down {
    margin-top: 6.5rem !important; }

  .margin-top-112-md-down {
    margin-top: 7rem !important; }

  .margin-top-120-md-down {
    margin-top: 7.5rem !important; }

  .margin-top-128-md-down {
    margin-top: 8rem !important; }

  .margin-top-136-md-down {
    margin-top: 8.5rem !important; }

  .margin-top-144-md-down {
    margin-top: 9rem !important; }

  .margin-top-152-md-down {
    margin-top: 9.5rem !important; }

  .margin-top-160-md-down {
    margin-top: 10rem !important; }

  .margin-top-0-md-down {
    margin-top: 0 !important; } }
@media screen and (max-width: 576px) {
  .margin-top-8-sm-down {
    margin-top: 0.5rem !important; }

  .margin-top-16-sm-down {
    margin-top: 1rem !important; }

  .margin-top-24-sm-down {
    margin-top: 1.5rem !important; }

  .margin-top-32-sm-down {
    margin-top: 2rem !important; }

  .margin-top-40-sm-down {
    margin-top: 2.5rem !important; }

  .margin-top-48-sm-down {
    margin-top: 3rem !important; }

  .margin-top-56-sm-down {
    margin-top: 3.5rem !important; }

  .margin-top-64-sm-down {
    margin-top: 4rem !important; }

  .margin-top-72-sm-down {
    margin-top: 4.5rem !important; }

  .margin-top-80-sm-down {
    margin-top: 5rem !important; }

  .margin-top-88-sm-down {
    margin-top: 5.5rem !important; }

  .margin-top-96-sm-down {
    margin-top: 6rem !important; }

  .margin-top-104-sm-down {
    margin-top: 6.5rem !important; }

  .margin-top-112-sm-down {
    margin-top: 7rem !important; }

  .margin-top-120-sm-down {
    margin-top: 7.5rem !important; }

  .margin-top-128-sm-down {
    margin-top: 8rem !important; }

  .margin-top-136-sm-down {
    margin-top: 8.5rem !important; }

  .margin-top-144-sm-down {
    margin-top: 9rem !important; }

  .margin-top-152-sm-down {
    margin-top: 9.5rem !important; }

  .margin-top-160-sm-down {
    margin-top: 10rem !important; }

  .margin-top-0-sm-down {
    margin-top: 0 !important; } }
@media screen and (max-width: 0) {
  .margin-top-8-xs-down {
    margin-top: 0.5rem !important; }

  .margin-top-16-xs-down {
    margin-top: 1rem !important; }

  .margin-top-24-xs-down {
    margin-top: 1.5rem !important; }

  .margin-top-32-xs-down {
    margin-top: 2rem !important; }

  .margin-top-40-xs-down {
    margin-top: 2.5rem !important; }

  .margin-top-48-xs-down {
    margin-top: 3rem !important; }

  .margin-top-56-xs-down {
    margin-top: 3.5rem !important; }

  .margin-top-64-xs-down {
    margin-top: 4rem !important; }

  .margin-top-72-xs-down {
    margin-top: 4.5rem !important; }

  .margin-top-80-xs-down {
    margin-top: 5rem !important; }

  .margin-top-88-xs-down {
    margin-top: 5.5rem !important; }

  .margin-top-96-xs-down {
    margin-top: 6rem !important; }

  .margin-top-104-xs-down {
    margin-top: 6.5rem !important; }

  .margin-top-112-xs-down {
    margin-top: 7rem !important; }

  .margin-top-120-xs-down {
    margin-top: 7.5rem !important; }

  .margin-top-128-xs-down {
    margin-top: 8rem !important; }

  .margin-top-136-xs-down {
    margin-top: 8.5rem !important; }

  .margin-top-144-xs-down {
    margin-top: 9rem !important; }

  .margin-top-152-xs-down {
    margin-top: 9.5rem !important; }

  .margin-top-160-xs-down {
    margin-top: 10rem !important; }

  .margin-top-0-xs-down {
    margin-top: 0 !important; } }
@media screen and (max-width: 1900px) {
  .margin-bottom-8-xxxl-down {
    margin-bottom: 0.5rem !important; }

  .margin-bottom-16-xxxl-down {
    margin-bottom: 1rem !important; }

  .margin-bottom-24-xxxl-down {
    margin-bottom: 1.5rem !important; }

  .margin-bottom-32-xxxl-down {
    margin-bottom: 2rem !important; }

  .margin-bottom-40-xxxl-down {
    margin-bottom: 2.5rem !important; }

  .margin-bottom-48-xxxl-down {
    margin-bottom: 3rem !important; }

  .margin-bottom-56-xxxl-down {
    margin-bottom: 3.5rem !important; }

  .margin-bottom-64-xxxl-down {
    margin-bottom: 4rem !important; }

  .margin-bottom-72-xxxl-down {
    margin-bottom: 4.5rem !important; }

  .margin-bottom-80-xxxl-down {
    margin-bottom: 5rem !important; }

  .margin-bottom-88-xxxl-down {
    margin-bottom: 5.5rem !important; }

  .margin-bottom-96-xxxl-down {
    margin-bottom: 6rem !important; }

  .margin-bottom-104-xxxl-down {
    margin-bottom: 6.5rem !important; }

  .margin-bottom-112-xxxl-down {
    margin-bottom: 7rem !important; }

  .margin-bottom-120-xxxl-down {
    margin-bottom: 7.5rem !important; }

  .margin-bottom-128-xxxl-down {
    margin-bottom: 8rem !important; }

  .margin-bottom-136-xxxl-down {
    margin-bottom: 8.5rem !important; }

  .margin-bottom-144-xxxl-down {
    margin-bottom: 9rem !important; }

  .margin-bottom-152-xxxl-down {
    margin-bottom: 9.5rem !important; }

  .margin-bottom-160-xxxl-down {
    margin-bottom: 10rem !important; }

  .margin-bottom-0-xxxl-down {
    margin-bottom: 0 !important; } }
@media screen and (max-width: 1600px) {
  .margin-bottom-8-xxl-down {
    margin-bottom: 0.5rem !important; }

  .margin-bottom-16-xxl-down {
    margin-bottom: 1rem !important; }

  .margin-bottom-24-xxl-down {
    margin-bottom: 1.5rem !important; }

  .margin-bottom-32-xxl-down {
    margin-bottom: 2rem !important; }

  .margin-bottom-40-xxl-down {
    margin-bottom: 2.5rem !important; }

  .margin-bottom-48-xxl-down {
    margin-bottom: 3rem !important; }

  .margin-bottom-56-xxl-down {
    margin-bottom: 3.5rem !important; }

  .margin-bottom-64-xxl-down {
    margin-bottom: 4rem !important; }

  .margin-bottom-72-xxl-down {
    margin-bottom: 4.5rem !important; }

  .margin-bottom-80-xxl-down {
    margin-bottom: 5rem !important; }

  .margin-bottom-88-xxl-down {
    margin-bottom: 5.5rem !important; }

  .margin-bottom-96-xxl-down {
    margin-bottom: 6rem !important; }

  .margin-bottom-104-xxl-down {
    margin-bottom: 6.5rem !important; }

  .margin-bottom-112-xxl-down {
    margin-bottom: 7rem !important; }

  .margin-bottom-120-xxl-down {
    margin-bottom: 7.5rem !important; }

  .margin-bottom-128-xxl-down {
    margin-bottom: 8rem !important; }

  .margin-bottom-136-xxl-down {
    margin-bottom: 8.5rem !important; }

  .margin-bottom-144-xxl-down {
    margin-bottom: 9rem !important; }

  .margin-bottom-152-xxl-down {
    margin-bottom: 9.5rem !important; }

  .margin-bottom-160-xxl-down {
    margin-bottom: 10rem !important; }

  .margin-bottom-0-xxl-down {
    margin-bottom: 0 !important; } }
@media screen and (max-width: 1280px) {
  .margin-bottom-8-xl-down {
    margin-bottom: 0.5rem !important; }

  .margin-bottom-16-xl-down {
    margin-bottom: 1rem !important; }

  .margin-bottom-24-xl-down {
    margin-bottom: 1.5rem !important; }

  .margin-bottom-32-xl-down {
    margin-bottom: 2rem !important; }

  .margin-bottom-40-xl-down {
    margin-bottom: 2.5rem !important; }

  .margin-bottom-48-xl-down {
    margin-bottom: 3rem !important; }

  .margin-bottom-56-xl-down {
    margin-bottom: 3.5rem !important; }

  .margin-bottom-64-xl-down {
    margin-bottom: 4rem !important; }

  .margin-bottom-72-xl-down {
    margin-bottom: 4.5rem !important; }

  .margin-bottom-80-xl-down {
    margin-bottom: 5rem !important; }

  .margin-bottom-88-xl-down {
    margin-bottom: 5.5rem !important; }

  .margin-bottom-96-xl-down {
    margin-bottom: 6rem !important; }

  .margin-bottom-104-xl-down {
    margin-bottom: 6.5rem !important; }

  .margin-bottom-112-xl-down {
    margin-bottom: 7rem !important; }

  .margin-bottom-120-xl-down {
    margin-bottom: 7.5rem !important; }

  .margin-bottom-128-xl-down {
    margin-bottom: 8rem !important; }

  .margin-bottom-136-xl-down {
    margin-bottom: 8.5rem !important; }

  .margin-bottom-144-xl-down {
    margin-bottom: 9rem !important; }

  .margin-bottom-152-xl-down {
    margin-bottom: 9.5rem !important; }

  .margin-bottom-160-xl-down {
    margin-bottom: 10rem !important; }

  .margin-bottom-0-xl-down {
    margin-bottom: 0 !important; } }
@media screen and (max-width: 1024px) {
  .margin-bottom-8-lg-down {
    margin-bottom: 0.5rem !important; }

  .margin-bottom-16-lg-down {
    margin-bottom: 1rem !important; }

  .margin-bottom-24-lg-down {
    margin-bottom: 1.5rem !important; }

  .margin-bottom-32-lg-down {
    margin-bottom: 2rem !important; }

  .margin-bottom-40-lg-down {
    margin-bottom: 2.5rem !important; }

  .margin-bottom-48-lg-down {
    margin-bottom: 3rem !important; }

  .margin-bottom-56-lg-down {
    margin-bottom: 3.5rem !important; }

  .margin-bottom-64-lg-down {
    margin-bottom: 4rem !important; }

  .margin-bottom-72-lg-down {
    margin-bottom: 4.5rem !important; }

  .margin-bottom-80-lg-down {
    margin-bottom: 5rem !important; }

  .margin-bottom-88-lg-down {
    margin-bottom: 5.5rem !important; }

  .margin-bottom-96-lg-down {
    margin-bottom: 6rem !important; }

  .margin-bottom-104-lg-down {
    margin-bottom: 6.5rem !important; }

  .margin-bottom-112-lg-down {
    margin-bottom: 7rem !important; }

  .margin-bottom-120-lg-down {
    margin-bottom: 7.5rem !important; }

  .margin-bottom-128-lg-down {
    margin-bottom: 8rem !important; }

  .margin-bottom-136-lg-down {
    margin-bottom: 8.5rem !important; }

  .margin-bottom-144-lg-down {
    margin-bottom: 9rem !important; }

  .margin-bottom-152-lg-down {
    margin-bottom: 9.5rem !important; }

  .margin-bottom-160-lg-down {
    margin-bottom: 10rem !important; }

  .margin-bottom-0-lg-down {
    margin-bottom: 0 !important; } }
@media screen and (max-width: 768px) {
  .margin-bottom-8-md-down {
    margin-bottom: 0.5rem !important; }

  .margin-bottom-16-md-down {
    margin-bottom: 1rem !important; }

  .margin-bottom-24-md-down {
    margin-bottom: 1.5rem !important; }

  .margin-bottom-32-md-down {
    margin-bottom: 2rem !important; }

  .margin-bottom-40-md-down {
    margin-bottom: 2.5rem !important; }

  .margin-bottom-48-md-down {
    margin-bottom: 3rem !important; }

  .margin-bottom-56-md-down {
    margin-bottom: 3.5rem !important; }

  .margin-bottom-64-md-down {
    margin-bottom: 4rem !important; }

  .margin-bottom-72-md-down {
    margin-bottom: 4.5rem !important; }

  .margin-bottom-80-md-down {
    margin-bottom: 5rem !important; }

  .margin-bottom-88-md-down {
    margin-bottom: 5.5rem !important; }

  .margin-bottom-96-md-down {
    margin-bottom: 6rem !important; }

  .margin-bottom-104-md-down {
    margin-bottom: 6.5rem !important; }

  .margin-bottom-112-md-down {
    margin-bottom: 7rem !important; }

  .margin-bottom-120-md-down {
    margin-bottom: 7.5rem !important; }

  .margin-bottom-128-md-down {
    margin-bottom: 8rem !important; }

  .margin-bottom-136-md-down {
    margin-bottom: 8.5rem !important; }

  .margin-bottom-144-md-down {
    margin-bottom: 9rem !important; }

  .margin-bottom-152-md-down {
    margin-bottom: 9.5rem !important; }

  .margin-bottom-160-md-down {
    margin-bottom: 10rem !important; }

  .margin-bottom-0-md-down {
    margin-bottom: 0 !important; } }
@media screen and (max-width: 576px) {
  .margin-bottom-8-sm-down {
    margin-bottom: 0.5rem !important; }

  .margin-bottom-16-sm-down {
    margin-bottom: 1rem !important; }

  .margin-bottom-24-sm-down {
    margin-bottom: 1.5rem !important; }

  .margin-bottom-32-sm-down {
    margin-bottom: 2rem !important; }

  .margin-bottom-40-sm-down {
    margin-bottom: 2.5rem !important; }

  .margin-bottom-48-sm-down {
    margin-bottom: 3rem !important; }

  .margin-bottom-56-sm-down {
    margin-bottom: 3.5rem !important; }

  .margin-bottom-64-sm-down {
    margin-bottom: 4rem !important; }

  .margin-bottom-72-sm-down {
    margin-bottom: 4.5rem !important; }

  .margin-bottom-80-sm-down {
    margin-bottom: 5rem !important; }

  .margin-bottom-88-sm-down {
    margin-bottom: 5.5rem !important; }

  .margin-bottom-96-sm-down {
    margin-bottom: 6rem !important; }

  .margin-bottom-104-sm-down {
    margin-bottom: 6.5rem !important; }

  .margin-bottom-112-sm-down {
    margin-bottom: 7rem !important; }

  .margin-bottom-120-sm-down {
    margin-bottom: 7.5rem !important; }

  .margin-bottom-128-sm-down {
    margin-bottom: 8rem !important; }

  .margin-bottom-136-sm-down {
    margin-bottom: 8.5rem !important; }

  .margin-bottom-144-sm-down {
    margin-bottom: 9rem !important; }

  .margin-bottom-152-sm-down {
    margin-bottom: 9.5rem !important; }

  .margin-bottom-160-sm-down {
    margin-bottom: 10rem !important; }

  .margin-bottom-0-sm-down {
    margin-bottom: 0 !important; } }
@media screen and (max-width: 0) {
  .margin-bottom-8-xs-down {
    margin-bottom: 0.5rem !important; }

  .margin-bottom-16-xs-down {
    margin-bottom: 1rem !important; }

  .margin-bottom-24-xs-down {
    margin-bottom: 1.5rem !important; }

  .margin-bottom-32-xs-down {
    margin-bottom: 2rem !important; }

  .margin-bottom-40-xs-down {
    margin-bottom: 2.5rem !important; }

  .margin-bottom-48-xs-down {
    margin-bottom: 3rem !important; }

  .margin-bottom-56-xs-down {
    margin-bottom: 3.5rem !important; }

  .margin-bottom-64-xs-down {
    margin-bottom: 4rem !important; }

  .margin-bottom-72-xs-down {
    margin-bottom: 4.5rem !important; }

  .margin-bottom-80-xs-down {
    margin-bottom: 5rem !important; }

  .margin-bottom-88-xs-down {
    margin-bottom: 5.5rem !important; }

  .margin-bottom-96-xs-down {
    margin-bottom: 6rem !important; }

  .margin-bottom-104-xs-down {
    margin-bottom: 6.5rem !important; }

  .margin-bottom-112-xs-down {
    margin-bottom: 7rem !important; }

  .margin-bottom-120-xs-down {
    margin-bottom: 7.5rem !important; }

  .margin-bottom-128-xs-down {
    margin-bottom: 8rem !important; }

  .margin-bottom-136-xs-down {
    margin-bottom: 8.5rem !important; }

  .margin-bottom-144-xs-down {
    margin-bottom: 9rem !important; }

  .margin-bottom-152-xs-down {
    margin-bottom: 9.5rem !important; }

  .margin-bottom-160-xs-down {
    margin-bottom: 10rem !important; }

  .margin-bottom-0-xs-down {
    margin-bottom: 0 !important; } }
@media screen and (max-width: 1900px) {
  .margin-right-8-xxxl-down {
    margin-right: 0.5rem !important; }

  .margin-right-16-xxxl-down {
    margin-right: 1rem !important; }

  .margin-right-24-xxxl-down {
    margin-right: 1.5rem !important; }

  .margin-right-32-xxxl-down {
    margin-right: 2rem !important; }

  .margin-right-40-xxxl-down {
    margin-right: 2.5rem !important; }

  .margin-right-48-xxxl-down {
    margin-right: 3rem !important; }

  .margin-right-56-xxxl-down {
    margin-right: 3.5rem !important; }

  .margin-right-64-xxxl-down {
    margin-right: 4rem !important; }

  .margin-right-72-xxxl-down {
    margin-right: 4.5rem !important; }

  .margin-right-80-xxxl-down {
    margin-right: 5rem !important; }

  .margin-right-88-xxxl-down {
    margin-right: 5.5rem !important; }

  .margin-right-96-xxxl-down {
    margin-right: 6rem !important; }

  .margin-right-104-xxxl-down {
    margin-right: 6.5rem !important; }

  .margin-right-112-xxxl-down {
    margin-right: 7rem !important; }

  .margin-right-120-xxxl-down {
    margin-right: 7.5rem !important; }

  .margin-right-128-xxxl-down {
    margin-right: 8rem !important; }

  .margin-right-136-xxxl-down {
    margin-right: 8.5rem !important; }

  .margin-right-144-xxxl-down {
    margin-right: 9rem !important; }

  .margin-right-152-xxxl-down {
    margin-right: 9.5rem !important; }

  .margin-right-160-xxxl-down {
    margin-right: 10rem !important; }

  .margin-right-0-xxxl-down {
    margin-right: 0 !important; } }
@media screen and (max-width: 1600px) {
  .margin-right-8-xxl-down {
    margin-right: 0.5rem !important; }

  .margin-right-16-xxl-down {
    margin-right: 1rem !important; }

  .margin-right-24-xxl-down {
    margin-right: 1.5rem !important; }

  .margin-right-32-xxl-down {
    margin-right: 2rem !important; }

  .margin-right-40-xxl-down {
    margin-right: 2.5rem !important; }

  .margin-right-48-xxl-down {
    margin-right: 3rem !important; }

  .margin-right-56-xxl-down {
    margin-right: 3.5rem !important; }

  .margin-right-64-xxl-down {
    margin-right: 4rem !important; }

  .margin-right-72-xxl-down {
    margin-right: 4.5rem !important; }

  .margin-right-80-xxl-down {
    margin-right: 5rem !important; }

  .margin-right-88-xxl-down {
    margin-right: 5.5rem !important; }

  .margin-right-96-xxl-down {
    margin-right: 6rem !important; }

  .margin-right-104-xxl-down {
    margin-right: 6.5rem !important; }

  .margin-right-112-xxl-down {
    margin-right: 7rem !important; }

  .margin-right-120-xxl-down {
    margin-right: 7.5rem !important; }

  .margin-right-128-xxl-down {
    margin-right: 8rem !important; }

  .margin-right-136-xxl-down {
    margin-right: 8.5rem !important; }

  .margin-right-144-xxl-down {
    margin-right: 9rem !important; }

  .margin-right-152-xxl-down {
    margin-right: 9.5rem !important; }

  .margin-right-160-xxl-down {
    margin-right: 10rem !important; }

  .margin-right-0-xxl-down {
    margin-right: 0 !important; } }
@media screen and (max-width: 1280px) {
  .margin-right-8-xl-down {
    margin-right: 0.5rem !important; }

  .margin-right-16-xl-down {
    margin-right: 1rem !important; }

  .margin-right-24-xl-down {
    margin-right: 1.5rem !important; }

  .margin-right-32-xl-down {
    margin-right: 2rem !important; }

  .margin-right-40-xl-down {
    margin-right: 2.5rem !important; }

  .margin-right-48-xl-down {
    margin-right: 3rem !important; }

  .margin-right-56-xl-down {
    margin-right: 3.5rem !important; }

  .margin-right-64-xl-down {
    margin-right: 4rem !important; }

  .margin-right-72-xl-down {
    margin-right: 4.5rem !important; }

  .margin-right-80-xl-down {
    margin-right: 5rem !important; }

  .margin-right-88-xl-down {
    margin-right: 5.5rem !important; }

  .margin-right-96-xl-down {
    margin-right: 6rem !important; }

  .margin-right-104-xl-down {
    margin-right: 6.5rem !important; }

  .margin-right-112-xl-down {
    margin-right: 7rem !important; }

  .margin-right-120-xl-down {
    margin-right: 7.5rem !important; }

  .margin-right-128-xl-down {
    margin-right: 8rem !important; }

  .margin-right-136-xl-down {
    margin-right: 8.5rem !important; }

  .margin-right-144-xl-down {
    margin-right: 9rem !important; }

  .margin-right-152-xl-down {
    margin-right: 9.5rem !important; }

  .margin-right-160-xl-down {
    margin-right: 10rem !important; }

  .margin-right-0-xl-down {
    margin-right: 0 !important; } }
@media screen and (max-width: 1024px) {
  .margin-right-8-lg-down {
    margin-right: 0.5rem !important; }

  .margin-right-16-lg-down {
    margin-right: 1rem !important; }

  .margin-right-24-lg-down {
    margin-right: 1.5rem !important; }

  .margin-right-32-lg-down {
    margin-right: 2rem !important; }

  .margin-right-40-lg-down {
    margin-right: 2.5rem !important; }

  .margin-right-48-lg-down {
    margin-right: 3rem !important; }

  .margin-right-56-lg-down {
    margin-right: 3.5rem !important; }

  .margin-right-64-lg-down {
    margin-right: 4rem !important; }

  .margin-right-72-lg-down {
    margin-right: 4.5rem !important; }

  .margin-right-80-lg-down {
    margin-right: 5rem !important; }

  .margin-right-88-lg-down {
    margin-right: 5.5rem !important; }

  .margin-right-96-lg-down {
    margin-right: 6rem !important; }

  .margin-right-104-lg-down {
    margin-right: 6.5rem !important; }

  .margin-right-112-lg-down {
    margin-right: 7rem !important; }

  .margin-right-120-lg-down {
    margin-right: 7.5rem !important; }

  .margin-right-128-lg-down {
    margin-right: 8rem !important; }

  .margin-right-136-lg-down {
    margin-right: 8.5rem !important; }

  .margin-right-144-lg-down {
    margin-right: 9rem !important; }

  .margin-right-152-lg-down {
    margin-right: 9.5rem !important; }

  .margin-right-160-lg-down {
    margin-right: 10rem !important; }

  .margin-right-0-lg-down {
    margin-right: 0 !important; } }
@media screen and (max-width: 768px) {
  .margin-right-8-md-down {
    margin-right: 0.5rem !important; }

  .margin-right-16-md-down {
    margin-right: 1rem !important; }

  .margin-right-24-md-down {
    margin-right: 1.5rem !important; }

  .margin-right-32-md-down {
    margin-right: 2rem !important; }

  .margin-right-40-md-down {
    margin-right: 2.5rem !important; }

  .margin-right-48-md-down {
    margin-right: 3rem !important; }

  .margin-right-56-md-down {
    margin-right: 3.5rem !important; }

  .margin-right-64-md-down {
    margin-right: 4rem !important; }

  .margin-right-72-md-down {
    margin-right: 4.5rem !important; }

  .margin-right-80-md-down {
    margin-right: 5rem !important; }

  .margin-right-88-md-down {
    margin-right: 5.5rem !important; }

  .margin-right-96-md-down {
    margin-right: 6rem !important; }

  .margin-right-104-md-down {
    margin-right: 6.5rem !important; }

  .margin-right-112-md-down {
    margin-right: 7rem !important; }

  .margin-right-120-md-down {
    margin-right: 7.5rem !important; }

  .margin-right-128-md-down {
    margin-right: 8rem !important; }

  .margin-right-136-md-down {
    margin-right: 8.5rem !important; }

  .margin-right-144-md-down {
    margin-right: 9rem !important; }

  .margin-right-152-md-down {
    margin-right: 9.5rem !important; }

  .margin-right-160-md-down {
    margin-right: 10rem !important; }

  .margin-right-0-md-down {
    margin-right: 0 !important; } }
@media screen and (max-width: 576px) {
  .margin-right-8-sm-down {
    margin-right: 0.5rem !important; }

  .margin-right-16-sm-down {
    margin-right: 1rem !important; }

  .margin-right-24-sm-down {
    margin-right: 1.5rem !important; }

  .margin-right-32-sm-down {
    margin-right: 2rem !important; }

  .margin-right-40-sm-down {
    margin-right: 2.5rem !important; }

  .margin-right-48-sm-down {
    margin-right: 3rem !important; }

  .margin-right-56-sm-down {
    margin-right: 3.5rem !important; }

  .margin-right-64-sm-down {
    margin-right: 4rem !important; }

  .margin-right-72-sm-down {
    margin-right: 4.5rem !important; }

  .margin-right-80-sm-down {
    margin-right: 5rem !important; }

  .margin-right-88-sm-down {
    margin-right: 5.5rem !important; }

  .margin-right-96-sm-down {
    margin-right: 6rem !important; }

  .margin-right-104-sm-down {
    margin-right: 6.5rem !important; }

  .margin-right-112-sm-down {
    margin-right: 7rem !important; }

  .margin-right-120-sm-down {
    margin-right: 7.5rem !important; }

  .margin-right-128-sm-down {
    margin-right: 8rem !important; }

  .margin-right-136-sm-down {
    margin-right: 8.5rem !important; }

  .margin-right-144-sm-down {
    margin-right: 9rem !important; }

  .margin-right-152-sm-down {
    margin-right: 9.5rem !important; }

  .margin-right-160-sm-down {
    margin-right: 10rem !important; }

  .margin-right-0-sm-down {
    margin-right: 0 !important; } }
@media screen and (max-width: 0) {
  .margin-right-8-xs-down {
    margin-right: 0.5rem !important; }

  .margin-right-16-xs-down {
    margin-right: 1rem !important; }

  .margin-right-24-xs-down {
    margin-right: 1.5rem !important; }

  .margin-right-32-xs-down {
    margin-right: 2rem !important; }

  .margin-right-40-xs-down {
    margin-right: 2.5rem !important; }

  .margin-right-48-xs-down {
    margin-right: 3rem !important; }

  .margin-right-56-xs-down {
    margin-right: 3.5rem !important; }

  .margin-right-64-xs-down {
    margin-right: 4rem !important; }

  .margin-right-72-xs-down {
    margin-right: 4.5rem !important; }

  .margin-right-80-xs-down {
    margin-right: 5rem !important; }

  .margin-right-88-xs-down {
    margin-right: 5.5rem !important; }

  .margin-right-96-xs-down {
    margin-right: 6rem !important; }

  .margin-right-104-xs-down {
    margin-right: 6.5rem !important; }

  .margin-right-112-xs-down {
    margin-right: 7rem !important; }

  .margin-right-120-xs-down {
    margin-right: 7.5rem !important; }

  .margin-right-128-xs-down {
    margin-right: 8rem !important; }

  .margin-right-136-xs-down {
    margin-right: 8.5rem !important; }

  .margin-right-144-xs-down {
    margin-right: 9rem !important; }

  .margin-right-152-xs-down {
    margin-right: 9.5rem !important; }

  .margin-right-160-xs-down {
    margin-right: 10rem !important; }

  .margin-right-0-xs-down {
    margin-right: 0 !important; } }
@media screen and (max-width: 1900px) {
  .margin-left-8-xxxl-down {
    margin-left: 0.5rem !important; }

  .margin-left-16-xxxl-down {
    margin-left: 1rem !important; }

  .margin-left-24-xxxl-down {
    margin-left: 1.5rem !important; }

  .margin-left-32-xxxl-down {
    margin-left: 2rem !important; }

  .margin-left-40-xxxl-down {
    margin-left: 2.5rem !important; }

  .margin-left-48-xxxl-down {
    margin-left: 3rem !important; }

  .margin-left-56-xxxl-down {
    margin-left: 3.5rem !important; }

  .margin-left-64-xxxl-down {
    margin-left: 4rem !important; }

  .margin-left-72-xxxl-down {
    margin-left: 4.5rem !important; }

  .margin-left-80-xxxl-down {
    margin-left: 5rem !important; }

  .margin-left-88-xxxl-down {
    margin-left: 5.5rem !important; }

  .margin-left-96-xxxl-down {
    margin-left: 6rem !important; }

  .margin-left-104-xxxl-down {
    margin-left: 6.5rem !important; }

  .margin-left-112-xxxl-down {
    margin-left: 7rem !important; }

  .margin-left-120-xxxl-down {
    margin-left: 7.5rem !important; }

  .margin-left-128-xxxl-down {
    margin-left: 8rem !important; }

  .margin-left-136-xxxl-down {
    margin-left: 8.5rem !important; }

  .margin-left-144-xxxl-down {
    margin-left: 9rem !important; }

  .margin-left-152-xxxl-down {
    margin-left: 9.5rem !important; }

  .margin-left-160-xxxl-down {
    margin-left: 10rem !important; }

  .margin-left-0-xxxl-down {
    margin-left: 0 !important; } }
@media screen and (max-width: 1600px) {
  .margin-left-8-xxl-down {
    margin-left: 0.5rem !important; }

  .margin-left-16-xxl-down {
    margin-left: 1rem !important; }

  .margin-left-24-xxl-down {
    margin-left: 1.5rem !important; }

  .margin-left-32-xxl-down {
    margin-left: 2rem !important; }

  .margin-left-40-xxl-down {
    margin-left: 2.5rem !important; }

  .margin-left-48-xxl-down {
    margin-left: 3rem !important; }

  .margin-left-56-xxl-down {
    margin-left: 3.5rem !important; }

  .margin-left-64-xxl-down {
    margin-left: 4rem !important; }

  .margin-left-72-xxl-down {
    margin-left: 4.5rem !important; }

  .margin-left-80-xxl-down {
    margin-left: 5rem !important; }

  .margin-left-88-xxl-down {
    margin-left: 5.5rem !important; }

  .margin-left-96-xxl-down {
    margin-left: 6rem !important; }

  .margin-left-104-xxl-down {
    margin-left: 6.5rem !important; }

  .margin-left-112-xxl-down {
    margin-left: 7rem !important; }

  .margin-left-120-xxl-down {
    margin-left: 7.5rem !important; }

  .margin-left-128-xxl-down {
    margin-left: 8rem !important; }

  .margin-left-136-xxl-down {
    margin-left: 8.5rem !important; }

  .margin-left-144-xxl-down {
    margin-left: 9rem !important; }

  .margin-left-152-xxl-down {
    margin-left: 9.5rem !important; }

  .margin-left-160-xxl-down {
    margin-left: 10rem !important; }

  .margin-left-0-xxl-down {
    margin-left: 0 !important; } }
@media screen and (max-width: 1280px) {
  .margin-left-8-xl-down {
    margin-left: 0.5rem !important; }

  .margin-left-16-xl-down {
    margin-left: 1rem !important; }

  .margin-left-24-xl-down {
    margin-left: 1.5rem !important; }

  .margin-left-32-xl-down {
    margin-left: 2rem !important; }

  .margin-left-40-xl-down {
    margin-left: 2.5rem !important; }

  .margin-left-48-xl-down {
    margin-left: 3rem !important; }

  .margin-left-56-xl-down {
    margin-left: 3.5rem !important; }

  .margin-left-64-xl-down {
    margin-left: 4rem !important; }

  .margin-left-72-xl-down {
    margin-left: 4.5rem !important; }

  .margin-left-80-xl-down {
    margin-left: 5rem !important; }

  .margin-left-88-xl-down {
    margin-left: 5.5rem !important; }

  .margin-left-96-xl-down {
    margin-left: 6rem !important; }

  .margin-left-104-xl-down {
    margin-left: 6.5rem !important; }

  .margin-left-112-xl-down {
    margin-left: 7rem !important; }

  .margin-left-120-xl-down {
    margin-left: 7.5rem !important; }

  .margin-left-128-xl-down {
    margin-left: 8rem !important; }

  .margin-left-136-xl-down {
    margin-left: 8.5rem !important; }

  .margin-left-144-xl-down {
    margin-left: 9rem !important; }

  .margin-left-152-xl-down {
    margin-left: 9.5rem !important; }

  .margin-left-160-xl-down {
    margin-left: 10rem !important; }

  .margin-left-0-xl-down {
    margin-left: 0 !important; } }
@media screen and (max-width: 1024px) {
  .margin-left-8-lg-down {
    margin-left: 0.5rem !important; }

  .margin-left-16-lg-down {
    margin-left: 1rem !important; }

  .margin-left-24-lg-down {
    margin-left: 1.5rem !important; }

  .margin-left-32-lg-down {
    margin-left: 2rem !important; }

  .margin-left-40-lg-down {
    margin-left: 2.5rem !important; }

  .margin-left-48-lg-down {
    margin-left: 3rem !important; }

  .margin-left-56-lg-down {
    margin-left: 3.5rem !important; }

  .margin-left-64-lg-down {
    margin-left: 4rem !important; }

  .margin-left-72-lg-down {
    margin-left: 4.5rem !important; }

  .margin-left-80-lg-down {
    margin-left: 5rem !important; }

  .margin-left-88-lg-down {
    margin-left: 5.5rem !important; }

  .margin-left-96-lg-down {
    margin-left: 6rem !important; }

  .margin-left-104-lg-down {
    margin-left: 6.5rem !important; }

  .margin-left-112-lg-down {
    margin-left: 7rem !important; }

  .margin-left-120-lg-down {
    margin-left: 7.5rem !important; }

  .margin-left-128-lg-down {
    margin-left: 8rem !important; }

  .margin-left-136-lg-down {
    margin-left: 8.5rem !important; }

  .margin-left-144-lg-down {
    margin-left: 9rem !important; }

  .margin-left-152-lg-down {
    margin-left: 9.5rem !important; }

  .margin-left-160-lg-down {
    margin-left: 10rem !important; }

  .margin-left-0-lg-down {
    margin-left: 0 !important; } }
@media screen and (max-width: 768px) {
  .margin-left-8-md-down {
    margin-left: 0.5rem !important; }

  .margin-left-16-md-down {
    margin-left: 1rem !important; }

  .margin-left-24-md-down {
    margin-left: 1.5rem !important; }

  .margin-left-32-md-down {
    margin-left: 2rem !important; }

  .margin-left-40-md-down {
    margin-left: 2.5rem !important; }

  .margin-left-48-md-down {
    margin-left: 3rem !important; }

  .margin-left-56-md-down {
    margin-left: 3.5rem !important; }

  .margin-left-64-md-down {
    margin-left: 4rem !important; }

  .margin-left-72-md-down {
    margin-left: 4.5rem !important; }

  .margin-left-80-md-down {
    margin-left: 5rem !important; }

  .margin-left-88-md-down {
    margin-left: 5.5rem !important; }

  .margin-left-96-md-down {
    margin-left: 6rem !important; }

  .margin-left-104-md-down {
    margin-left: 6.5rem !important; }

  .margin-left-112-md-down {
    margin-left: 7rem !important; }

  .margin-left-120-md-down {
    margin-left: 7.5rem !important; }

  .margin-left-128-md-down {
    margin-left: 8rem !important; }

  .margin-left-136-md-down {
    margin-left: 8.5rem !important; }

  .margin-left-144-md-down {
    margin-left: 9rem !important; }

  .margin-left-152-md-down {
    margin-left: 9.5rem !important; }

  .margin-left-160-md-down {
    margin-left: 10rem !important; }

  .margin-left-0-md-down {
    margin-left: 0 !important; } }
@media screen and (max-width: 576px) {
  .margin-left-8-sm-down {
    margin-left: 0.5rem !important; }

  .margin-left-16-sm-down {
    margin-left: 1rem !important; }

  .margin-left-24-sm-down {
    margin-left: 1.5rem !important; }

  .margin-left-32-sm-down {
    margin-left: 2rem !important; }

  .margin-left-40-sm-down {
    margin-left: 2.5rem !important; }

  .margin-left-48-sm-down {
    margin-left: 3rem !important; }

  .margin-left-56-sm-down {
    margin-left: 3.5rem !important; }

  .margin-left-64-sm-down {
    margin-left: 4rem !important; }

  .margin-left-72-sm-down {
    margin-left: 4.5rem !important; }

  .margin-left-80-sm-down {
    margin-left: 5rem !important; }

  .margin-left-88-sm-down {
    margin-left: 5.5rem !important; }

  .margin-left-96-sm-down {
    margin-left: 6rem !important; }

  .margin-left-104-sm-down {
    margin-left: 6.5rem !important; }

  .margin-left-112-sm-down {
    margin-left: 7rem !important; }

  .margin-left-120-sm-down {
    margin-left: 7.5rem !important; }

  .margin-left-128-sm-down {
    margin-left: 8rem !important; }

  .margin-left-136-sm-down {
    margin-left: 8.5rem !important; }

  .margin-left-144-sm-down {
    margin-left: 9rem !important; }

  .margin-left-152-sm-down {
    margin-left: 9.5rem !important; }

  .margin-left-160-sm-down {
    margin-left: 10rem !important; }

  .margin-left-0-sm-down {
    margin-left: 0 !important; } }
@media screen and (max-width: 0) {
  .margin-left-8-xs-down {
    margin-left: 0.5rem !important; }

  .margin-left-16-xs-down {
    margin-left: 1rem !important; }

  .margin-left-24-xs-down {
    margin-left: 1.5rem !important; }

  .margin-left-32-xs-down {
    margin-left: 2rem !important; }

  .margin-left-40-xs-down {
    margin-left: 2.5rem !important; }

  .margin-left-48-xs-down {
    margin-left: 3rem !important; }

  .margin-left-56-xs-down {
    margin-left: 3.5rem !important; }

  .margin-left-64-xs-down {
    margin-left: 4rem !important; }

  .margin-left-72-xs-down {
    margin-left: 4.5rem !important; }

  .margin-left-80-xs-down {
    margin-left: 5rem !important; }

  .margin-left-88-xs-down {
    margin-left: 5.5rem !important; }

  .margin-left-96-xs-down {
    margin-left: 6rem !important; }

  .margin-left-104-xs-down {
    margin-left: 6.5rem !important; }

  .margin-left-112-xs-down {
    margin-left: 7rem !important; }

  .margin-left-120-xs-down {
    margin-left: 7.5rem !important; }

  .margin-left-128-xs-down {
    margin-left: 8rem !important; }

  .margin-left-136-xs-down {
    margin-left: 8.5rem !important; }

  .margin-left-144-xs-down {
    margin-left: 9rem !important; }

  .margin-left-152-xs-down {
    margin-left: 9.5rem !important; }

  .margin-left-160-xs-down {
    margin-left: 10rem !important; }

  .margin-left-0-xs-down {
    margin-left: 0 !important; } }
.first-child-0 > *:first-child,
.first-child-0 > *:first-child > *:first-child,
.first-child-0 > *:first-child > *:first-child > *:first-child,
.first-child-0 > *:first-child > *:first-child > *:first-child > *:first-child,
.first-child-0 div[class*='col-'] > *:first-child,
.first-child-0 div[class*='col-'] > *:first-child > *:first-child,
.first-child-0 div[class*='col-'] > *:first-child > *:first-child > *:first-child,
.first-child-0 div[class*='col-'] > *:first-child > *:first-child > *:first-child > *:first-child {
  margin-top: 0; }

.last-child-0 > *:last-child,
.last-child-0 > *:last-child > *:last-child,
.last-child-0 > *:last-child > *:last-child > *:last-child,
.last-child-0 > *:last-child > *:last-child > *:last-child > *:last-child,
.last-child-0 div[class*='col-'] > *:last-child,
.last-child-0 div[class*='col-'] > *:last-child > *:last-child,
.last-child-0 div[class*='col-'] > *:last-child > *:last-child > *:last-child,
.last-child-0 div[class*='col-'] > *:last-child > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0; }

.border-0 {
  border-width: 0px;
  border-style: solid; }

.border-1 {
  border-width: 1px;
  border-style: solid; }

.border-2 {
  border-width: 2px;
  border-style: solid; }

.border-3 {
  border-width: 3px;
  border-style: solid; }

.border-4 {
  border-width: 4px;
  border-style: solid; }

.border-5 {
  border-width: 5px;
  border-style: solid; }

.border-6 {
  border-width: 6px;
  border-style: solid; }

.border-7 {
  border-width: 7px;
  border-style: solid; }

.border-8 {
  border-width: 8px;
  border-style: solid; }

.border-9 {
  border-width: 9px;
  border-style: solid; }

.border-10 {
  border-width: 10px;
  border-style: solid; }

@media screen and (min-width: 0) {
  .border-0-xs {
    border-width: 0px;
    border-style: solid; }

  .border-1-xs {
    border-width: 1px;
    border-style: solid; }

  .border-2-xs {
    border-width: 2px;
    border-style: solid; }

  .border-3-xs {
    border-width: 3px;
    border-style: solid; }

  .border-4-xs {
    border-width: 4px;
    border-style: solid; }

  .border-5-xs {
    border-width: 5px;
    border-style: solid; }

  .border-6-xs {
    border-width: 6px;
    border-style: solid; }

  .border-7-xs {
    border-width: 7px;
    border-style: solid; }

  .border-8-xs {
    border-width: 8px;
    border-style: solid; }

  .border-9-xs {
    border-width: 9px;
    border-style: solid; }

  .border-10-xs {
    border-width: 10px;
    border-style: solid; } }
@media screen and (min-width: 576px) {
  .border-0-sm {
    border-width: 0px;
    border-style: solid; }

  .border-1-sm {
    border-width: 1px;
    border-style: solid; }

  .border-2-sm {
    border-width: 2px;
    border-style: solid; }

  .border-3-sm {
    border-width: 3px;
    border-style: solid; }

  .border-4-sm {
    border-width: 4px;
    border-style: solid; }

  .border-5-sm {
    border-width: 5px;
    border-style: solid; }

  .border-6-sm {
    border-width: 6px;
    border-style: solid; }

  .border-7-sm {
    border-width: 7px;
    border-style: solid; }

  .border-8-sm {
    border-width: 8px;
    border-style: solid; }

  .border-9-sm {
    border-width: 9px;
    border-style: solid; }

  .border-10-sm {
    border-width: 10px;
    border-style: solid; } }
@media screen and (min-width: 768px) {
  .border-0-md {
    border-width: 0px;
    border-style: solid; }

  .border-1-md {
    border-width: 1px;
    border-style: solid; }

  .border-2-md {
    border-width: 2px;
    border-style: solid; }

  .border-3-md {
    border-width: 3px;
    border-style: solid; }

  .border-4-md {
    border-width: 4px;
    border-style: solid; }

  .border-5-md {
    border-width: 5px;
    border-style: solid; }

  .border-6-md {
    border-width: 6px;
    border-style: solid; }

  .border-7-md {
    border-width: 7px;
    border-style: solid; }

  .border-8-md {
    border-width: 8px;
    border-style: solid; }

  .border-9-md {
    border-width: 9px;
    border-style: solid; }

  .border-10-md {
    border-width: 10px;
    border-style: solid; } }
@media screen and (min-width: 1024px) {
  .border-0-lg {
    border-width: 0px;
    border-style: solid; }

  .border-1-lg {
    border-width: 1px;
    border-style: solid; }

  .border-2-lg {
    border-width: 2px;
    border-style: solid; }

  .border-3-lg {
    border-width: 3px;
    border-style: solid; }

  .border-4-lg {
    border-width: 4px;
    border-style: solid; }

  .border-5-lg {
    border-width: 5px;
    border-style: solid; }

  .border-6-lg {
    border-width: 6px;
    border-style: solid; }

  .border-7-lg {
    border-width: 7px;
    border-style: solid; }

  .border-8-lg {
    border-width: 8px;
    border-style: solid; }

  .border-9-lg {
    border-width: 9px;
    border-style: solid; }

  .border-10-lg {
    border-width: 10px;
    border-style: solid; } }
@media screen and (min-width: 1280px) {
  .border-0-xl {
    border-width: 0px;
    border-style: solid; }

  .border-1-xl {
    border-width: 1px;
    border-style: solid; }

  .border-2-xl {
    border-width: 2px;
    border-style: solid; }

  .border-3-xl {
    border-width: 3px;
    border-style: solid; }

  .border-4-xl {
    border-width: 4px;
    border-style: solid; }

  .border-5-xl {
    border-width: 5px;
    border-style: solid; }

  .border-6-xl {
    border-width: 6px;
    border-style: solid; }

  .border-7-xl {
    border-width: 7px;
    border-style: solid; }

  .border-8-xl {
    border-width: 8px;
    border-style: solid; }

  .border-9-xl {
    border-width: 9px;
    border-style: solid; }

  .border-10-xl {
    border-width: 10px;
    border-style: solid; } }
@media screen and (min-width: 1600px) {
  .border-0-xxl {
    border-width: 0px;
    border-style: solid; }

  .border-1-xxl {
    border-width: 1px;
    border-style: solid; }

  .border-2-xxl {
    border-width: 2px;
    border-style: solid; }

  .border-3-xxl {
    border-width: 3px;
    border-style: solid; }

  .border-4-xxl {
    border-width: 4px;
    border-style: solid; }

  .border-5-xxl {
    border-width: 5px;
    border-style: solid; }

  .border-6-xxl {
    border-width: 6px;
    border-style: solid; }

  .border-7-xxl {
    border-width: 7px;
    border-style: solid; }

  .border-8-xxl {
    border-width: 8px;
    border-style: solid; }

  .border-9-xxl {
    border-width: 9px;
    border-style: solid; }

  .border-10-xxl {
    border-width: 10px;
    border-style: solid; } }
.border-top-0 {
  border-top-width: 0px;
  border-top-style: solid; }

.border-top-1 {
  border-top-width: 1px;
  border-top-style: solid; }

.border-top-2 {
  border-top-width: 2px;
  border-top-style: solid; }

.border-top-3 {
  border-top-width: 3px;
  border-top-style: solid; }

.border-top-4 {
  border-top-width: 4px;
  border-top-style: solid; }

.border-top-5 {
  border-top-width: 5px;
  border-top-style: solid; }

.border-top-6 {
  border-top-width: 6px;
  border-top-style: solid; }

.border-top-7 {
  border-top-width: 7px;
  border-top-style: solid; }

.border-top-8 {
  border-top-width: 8px;
  border-top-style: solid; }

.border-top-9 {
  border-top-width: 9px;
  border-top-style: solid; }

.border-top-10 {
  border-top-width: 10px;
  border-top-style: solid; }

@media screen and (min-width: 0) {
  .border-top-0-xs {
    border-top-width: 0px;
    border-top-style: solid; }

  .border-top-1-xs {
    border-top-width: 1px;
    border-top-style: solid; }

  .border-top-2-xs {
    border-top-width: 2px;
    border-top-style: solid; }

  .border-top-3-xs {
    border-top-width: 3px;
    border-top-style: solid; }

  .border-top-4-xs {
    border-top-width: 4px;
    border-top-style: solid; }

  .border-top-5-xs {
    border-top-width: 5px;
    border-top-style: solid; }

  .border-top-6-xs {
    border-top-width: 6px;
    border-top-style: solid; }

  .border-top-7-xs {
    border-top-width: 7px;
    border-top-style: solid; }

  .border-top-8-xs {
    border-top-width: 8px;
    border-top-style: solid; }

  .border-top-9-xs {
    border-top-width: 9px;
    border-top-style: solid; }

  .border-top-10-xs {
    border-top-width: 10px;
    border-top-style: solid; } }
@media screen and (min-width: 576px) {
  .border-top-0-sm {
    border-top-width: 0px;
    border-top-style: solid; }

  .border-top-1-sm {
    border-top-width: 1px;
    border-top-style: solid; }

  .border-top-2-sm {
    border-top-width: 2px;
    border-top-style: solid; }

  .border-top-3-sm {
    border-top-width: 3px;
    border-top-style: solid; }

  .border-top-4-sm {
    border-top-width: 4px;
    border-top-style: solid; }

  .border-top-5-sm {
    border-top-width: 5px;
    border-top-style: solid; }

  .border-top-6-sm {
    border-top-width: 6px;
    border-top-style: solid; }

  .border-top-7-sm {
    border-top-width: 7px;
    border-top-style: solid; }

  .border-top-8-sm {
    border-top-width: 8px;
    border-top-style: solid; }

  .border-top-9-sm {
    border-top-width: 9px;
    border-top-style: solid; }

  .border-top-10-sm {
    border-top-width: 10px;
    border-top-style: solid; } }
@media screen and (min-width: 768px) {
  .border-top-0-md {
    border-top-width: 0px;
    border-top-style: solid; }

  .border-top-1-md {
    border-top-width: 1px;
    border-top-style: solid; }

  .border-top-2-md {
    border-top-width: 2px;
    border-top-style: solid; }

  .border-top-3-md {
    border-top-width: 3px;
    border-top-style: solid; }

  .border-top-4-md {
    border-top-width: 4px;
    border-top-style: solid; }

  .border-top-5-md {
    border-top-width: 5px;
    border-top-style: solid; }

  .border-top-6-md {
    border-top-width: 6px;
    border-top-style: solid; }

  .border-top-7-md {
    border-top-width: 7px;
    border-top-style: solid; }

  .border-top-8-md {
    border-top-width: 8px;
    border-top-style: solid; }

  .border-top-9-md {
    border-top-width: 9px;
    border-top-style: solid; }

  .border-top-10-md {
    border-top-width: 10px;
    border-top-style: solid; } }
@media screen and (min-width: 1024px) {
  .border-top-0-lg {
    border-top-width: 0px;
    border-top-style: solid; }

  .border-top-1-lg {
    border-top-width: 1px;
    border-top-style: solid; }

  .border-top-2-lg {
    border-top-width: 2px;
    border-top-style: solid; }

  .border-top-3-lg {
    border-top-width: 3px;
    border-top-style: solid; }

  .border-top-4-lg {
    border-top-width: 4px;
    border-top-style: solid; }

  .border-top-5-lg {
    border-top-width: 5px;
    border-top-style: solid; }

  .border-top-6-lg {
    border-top-width: 6px;
    border-top-style: solid; }

  .border-top-7-lg {
    border-top-width: 7px;
    border-top-style: solid; }

  .border-top-8-lg {
    border-top-width: 8px;
    border-top-style: solid; }

  .border-top-9-lg {
    border-top-width: 9px;
    border-top-style: solid; }

  .border-top-10-lg {
    border-top-width: 10px;
    border-top-style: solid; } }
@media screen and (min-width: 1280px) {
  .border-top-0-xl {
    border-top-width: 0px;
    border-top-style: solid; }

  .border-top-1-xl {
    border-top-width: 1px;
    border-top-style: solid; }

  .border-top-2-xl {
    border-top-width: 2px;
    border-top-style: solid; }

  .border-top-3-xl {
    border-top-width: 3px;
    border-top-style: solid; }

  .border-top-4-xl {
    border-top-width: 4px;
    border-top-style: solid; }

  .border-top-5-xl {
    border-top-width: 5px;
    border-top-style: solid; }

  .border-top-6-xl {
    border-top-width: 6px;
    border-top-style: solid; }

  .border-top-7-xl {
    border-top-width: 7px;
    border-top-style: solid; }

  .border-top-8-xl {
    border-top-width: 8px;
    border-top-style: solid; }

  .border-top-9-xl {
    border-top-width: 9px;
    border-top-style: solid; }

  .border-top-10-xl {
    border-top-width: 10px;
    border-top-style: solid; } }
@media screen and (min-width: 1600px) {
  .border-top-0-xxl {
    border-top-width: 0px;
    border-top-style: solid; }

  .border-top-1-xxl {
    border-top-width: 1px;
    border-top-style: solid; }

  .border-top-2-xxl {
    border-top-width: 2px;
    border-top-style: solid; }

  .border-top-3-xxl {
    border-top-width: 3px;
    border-top-style: solid; }

  .border-top-4-xxl {
    border-top-width: 4px;
    border-top-style: solid; }

  .border-top-5-xxl {
    border-top-width: 5px;
    border-top-style: solid; }

  .border-top-6-xxl {
    border-top-width: 6px;
    border-top-style: solid; }

  .border-top-7-xxl {
    border-top-width: 7px;
    border-top-style: solid; }

  .border-top-8-xxl {
    border-top-width: 8px;
    border-top-style: solid; }

  .border-top-9-xxl {
    border-top-width: 9px;
    border-top-style: solid; }

  .border-top-10-xxl {
    border-top-width: 10px;
    border-top-style: solid; } }
.border-bottom-0 {
  border-bottom-width: 0px;
  border-bottom-style: solid; }

.border-bottom-1 {
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.border-bottom-2 {
  border-bottom-width: 2px;
  border-bottom-style: solid; }

.border-bottom-3 {
  border-bottom-width: 3px;
  border-bottom-style: solid; }

.border-bottom-4 {
  border-bottom-width: 4px;
  border-bottom-style: solid; }

.border-bottom-5 {
  border-bottom-width: 5px;
  border-bottom-style: solid; }

.border-bottom-6 {
  border-bottom-width: 6px;
  border-bottom-style: solid; }

.border-bottom-7 {
  border-bottom-width: 7px;
  border-bottom-style: solid; }

.border-bottom-8 {
  border-bottom-width: 8px;
  border-bottom-style: solid; }

.border-bottom-9 {
  border-bottom-width: 9px;
  border-bottom-style: solid; }

.border-bottom-10 {
  border-bottom-width: 10px;
  border-bottom-style: solid; }

@media screen and (min-width: 0) {
  .border-bottom-0-xs {
    border-bottom-width: 0px;
    border-bottom-style: solid; }

  .border-bottom-1-xs {
    border-bottom-width: 1px;
    border-bottom-style: solid; }

  .border-bottom-2-xs {
    border-bottom-width: 2px;
    border-bottom-style: solid; }

  .border-bottom-3-xs {
    border-bottom-width: 3px;
    border-bottom-style: solid; }

  .border-bottom-4-xs {
    border-bottom-width: 4px;
    border-bottom-style: solid; }

  .border-bottom-5-xs {
    border-bottom-width: 5px;
    border-bottom-style: solid; }

  .border-bottom-6-xs {
    border-bottom-width: 6px;
    border-bottom-style: solid; }

  .border-bottom-7-xs {
    border-bottom-width: 7px;
    border-bottom-style: solid; }

  .border-bottom-8-xs {
    border-bottom-width: 8px;
    border-bottom-style: solid; }

  .border-bottom-9-xs {
    border-bottom-width: 9px;
    border-bottom-style: solid; }

  .border-bottom-10-xs {
    border-bottom-width: 10px;
    border-bottom-style: solid; } }
@media screen and (min-width: 576px) {
  .border-bottom-0-sm {
    border-bottom-width: 0px;
    border-bottom-style: solid; }

  .border-bottom-1-sm {
    border-bottom-width: 1px;
    border-bottom-style: solid; }

  .border-bottom-2-sm {
    border-bottom-width: 2px;
    border-bottom-style: solid; }

  .border-bottom-3-sm {
    border-bottom-width: 3px;
    border-bottom-style: solid; }

  .border-bottom-4-sm {
    border-bottom-width: 4px;
    border-bottom-style: solid; }

  .border-bottom-5-sm {
    border-bottom-width: 5px;
    border-bottom-style: solid; }

  .border-bottom-6-sm {
    border-bottom-width: 6px;
    border-bottom-style: solid; }

  .border-bottom-7-sm {
    border-bottom-width: 7px;
    border-bottom-style: solid; }

  .border-bottom-8-sm {
    border-bottom-width: 8px;
    border-bottom-style: solid; }

  .border-bottom-9-sm {
    border-bottom-width: 9px;
    border-bottom-style: solid; }

  .border-bottom-10-sm {
    border-bottom-width: 10px;
    border-bottom-style: solid; } }
@media screen and (min-width: 768px) {
  .border-bottom-0-md {
    border-bottom-width: 0px;
    border-bottom-style: solid; }

  .border-bottom-1-md {
    border-bottom-width: 1px;
    border-bottom-style: solid; }

  .border-bottom-2-md {
    border-bottom-width: 2px;
    border-bottom-style: solid; }

  .border-bottom-3-md {
    border-bottom-width: 3px;
    border-bottom-style: solid; }

  .border-bottom-4-md {
    border-bottom-width: 4px;
    border-bottom-style: solid; }

  .border-bottom-5-md {
    border-bottom-width: 5px;
    border-bottom-style: solid; }

  .border-bottom-6-md {
    border-bottom-width: 6px;
    border-bottom-style: solid; }

  .border-bottom-7-md {
    border-bottom-width: 7px;
    border-bottom-style: solid; }

  .border-bottom-8-md {
    border-bottom-width: 8px;
    border-bottom-style: solid; }

  .border-bottom-9-md {
    border-bottom-width: 9px;
    border-bottom-style: solid; }

  .border-bottom-10-md {
    border-bottom-width: 10px;
    border-bottom-style: solid; } }
@media screen and (min-width: 1024px) {
  .border-bottom-0-lg {
    border-bottom-width: 0px;
    border-bottom-style: solid; }

  .border-bottom-1-lg {
    border-bottom-width: 1px;
    border-bottom-style: solid; }

  .border-bottom-2-lg {
    border-bottom-width: 2px;
    border-bottom-style: solid; }

  .border-bottom-3-lg {
    border-bottom-width: 3px;
    border-bottom-style: solid; }

  .border-bottom-4-lg {
    border-bottom-width: 4px;
    border-bottom-style: solid; }

  .border-bottom-5-lg {
    border-bottom-width: 5px;
    border-bottom-style: solid; }

  .border-bottom-6-lg {
    border-bottom-width: 6px;
    border-bottom-style: solid; }

  .border-bottom-7-lg {
    border-bottom-width: 7px;
    border-bottom-style: solid; }

  .border-bottom-8-lg {
    border-bottom-width: 8px;
    border-bottom-style: solid; }

  .border-bottom-9-lg {
    border-bottom-width: 9px;
    border-bottom-style: solid; }

  .border-bottom-10-lg {
    border-bottom-width: 10px;
    border-bottom-style: solid; } }
@media screen and (min-width: 1280px) {
  .border-bottom-0-xl {
    border-bottom-width: 0px;
    border-bottom-style: solid; }

  .border-bottom-1-xl {
    border-bottom-width: 1px;
    border-bottom-style: solid; }

  .border-bottom-2-xl {
    border-bottom-width: 2px;
    border-bottom-style: solid; }

  .border-bottom-3-xl {
    border-bottom-width: 3px;
    border-bottom-style: solid; }

  .border-bottom-4-xl {
    border-bottom-width: 4px;
    border-bottom-style: solid; }

  .border-bottom-5-xl {
    border-bottom-width: 5px;
    border-bottom-style: solid; }

  .border-bottom-6-xl {
    border-bottom-width: 6px;
    border-bottom-style: solid; }

  .border-bottom-7-xl {
    border-bottom-width: 7px;
    border-bottom-style: solid; }

  .border-bottom-8-xl {
    border-bottom-width: 8px;
    border-bottom-style: solid; }

  .border-bottom-9-xl {
    border-bottom-width: 9px;
    border-bottom-style: solid; }

  .border-bottom-10-xl {
    border-bottom-width: 10px;
    border-bottom-style: solid; } }
@media screen and (min-width: 1600px) {
  .border-bottom-0-xxl {
    border-bottom-width: 0px;
    border-bottom-style: solid; }

  .border-bottom-1-xxl {
    border-bottom-width: 1px;
    border-bottom-style: solid; }

  .border-bottom-2-xxl {
    border-bottom-width: 2px;
    border-bottom-style: solid; }

  .border-bottom-3-xxl {
    border-bottom-width: 3px;
    border-bottom-style: solid; }

  .border-bottom-4-xxl {
    border-bottom-width: 4px;
    border-bottom-style: solid; }

  .border-bottom-5-xxl {
    border-bottom-width: 5px;
    border-bottom-style: solid; }

  .border-bottom-6-xxl {
    border-bottom-width: 6px;
    border-bottom-style: solid; }

  .border-bottom-7-xxl {
    border-bottom-width: 7px;
    border-bottom-style: solid; }

  .border-bottom-8-xxl {
    border-bottom-width: 8px;
    border-bottom-style: solid; }

  .border-bottom-9-xxl {
    border-bottom-width: 9px;
    border-bottom-style: solid; }

  .border-bottom-10-xxl {
    border-bottom-width: 10px;
    border-bottom-style: solid; } }
.border-left-0 {
  border-left-width: 0px;
  border-left-style: solid; }

.border-left-1 {
  border-left-width: 1px;
  border-left-style: solid; }

.border-left-2 {
  border-left-width: 2px;
  border-left-style: solid; }

.border-left-3 {
  border-left-width: 3px;
  border-left-style: solid; }

.border-left-4 {
  border-left-width: 4px;
  border-left-style: solid; }

.border-left-5 {
  border-left-width: 5px;
  border-left-style: solid; }

.border-left-6 {
  border-left-width: 6px;
  border-left-style: solid; }

.border-left-7 {
  border-left-width: 7px;
  border-left-style: solid; }

.border-left-8 {
  border-left-width: 8px;
  border-left-style: solid; }

.border-left-9 {
  border-left-width: 9px;
  border-left-style: solid; }

.border-left-10 {
  border-left-width: 10px;
  border-left-style: solid; }

@media screen and (min-width: 0) {
  .border-left-0-xs {
    border-left-width: 0px;
    border-left-style: solid; }

  .border-left-1-xs {
    border-left-width: 1px;
    border-left-style: solid; }

  .border-left-2-xs {
    border-left-width: 2px;
    border-left-style: solid; }

  .border-left-3-xs {
    border-left-width: 3px;
    border-left-style: solid; }

  .border-left-4-xs {
    border-left-width: 4px;
    border-left-style: solid; }

  .border-left-5-xs {
    border-left-width: 5px;
    border-left-style: solid; }

  .border-left-6-xs {
    border-left-width: 6px;
    border-left-style: solid; }

  .border-left-7-xs {
    border-left-width: 7px;
    border-left-style: solid; }

  .border-left-8-xs {
    border-left-width: 8px;
    border-left-style: solid; }

  .border-left-9-xs {
    border-left-width: 9px;
    border-left-style: solid; }

  .border-left-10-xs {
    border-left-width: 10px;
    border-left-style: solid; } }
@media screen and (min-width: 576px) {
  .border-left-0-sm {
    border-left-width: 0px;
    border-left-style: solid; }

  .border-left-1-sm {
    border-left-width: 1px;
    border-left-style: solid; }

  .border-left-2-sm {
    border-left-width: 2px;
    border-left-style: solid; }

  .border-left-3-sm {
    border-left-width: 3px;
    border-left-style: solid; }

  .border-left-4-sm {
    border-left-width: 4px;
    border-left-style: solid; }

  .border-left-5-sm {
    border-left-width: 5px;
    border-left-style: solid; }

  .border-left-6-sm {
    border-left-width: 6px;
    border-left-style: solid; }

  .border-left-7-sm {
    border-left-width: 7px;
    border-left-style: solid; }

  .border-left-8-sm {
    border-left-width: 8px;
    border-left-style: solid; }

  .border-left-9-sm {
    border-left-width: 9px;
    border-left-style: solid; }

  .border-left-10-sm {
    border-left-width: 10px;
    border-left-style: solid; } }
@media screen and (min-width: 768px) {
  .border-left-0-md {
    border-left-width: 0px;
    border-left-style: solid; }

  .border-left-1-md {
    border-left-width: 1px;
    border-left-style: solid; }

  .border-left-2-md {
    border-left-width: 2px;
    border-left-style: solid; }

  .border-left-3-md {
    border-left-width: 3px;
    border-left-style: solid; }

  .border-left-4-md {
    border-left-width: 4px;
    border-left-style: solid; }

  .border-left-5-md {
    border-left-width: 5px;
    border-left-style: solid; }

  .border-left-6-md {
    border-left-width: 6px;
    border-left-style: solid; }

  .border-left-7-md {
    border-left-width: 7px;
    border-left-style: solid; }

  .border-left-8-md {
    border-left-width: 8px;
    border-left-style: solid; }

  .border-left-9-md {
    border-left-width: 9px;
    border-left-style: solid; }

  .border-left-10-md {
    border-left-width: 10px;
    border-left-style: solid; } }
@media screen and (min-width: 1024px) {
  .border-left-0-lg {
    border-left-width: 0px;
    border-left-style: solid; }

  .border-left-1-lg {
    border-left-width: 1px;
    border-left-style: solid; }

  .border-left-2-lg {
    border-left-width: 2px;
    border-left-style: solid; }

  .border-left-3-lg {
    border-left-width: 3px;
    border-left-style: solid; }

  .border-left-4-lg {
    border-left-width: 4px;
    border-left-style: solid; }

  .border-left-5-lg {
    border-left-width: 5px;
    border-left-style: solid; }

  .border-left-6-lg {
    border-left-width: 6px;
    border-left-style: solid; }

  .border-left-7-lg {
    border-left-width: 7px;
    border-left-style: solid; }

  .border-left-8-lg {
    border-left-width: 8px;
    border-left-style: solid; }

  .border-left-9-lg {
    border-left-width: 9px;
    border-left-style: solid; }

  .border-left-10-lg {
    border-left-width: 10px;
    border-left-style: solid; } }
@media screen and (min-width: 1280px) {
  .border-left-0-xl {
    border-left-width: 0px;
    border-left-style: solid; }

  .border-left-1-xl {
    border-left-width: 1px;
    border-left-style: solid; }

  .border-left-2-xl {
    border-left-width: 2px;
    border-left-style: solid; }

  .border-left-3-xl {
    border-left-width: 3px;
    border-left-style: solid; }

  .border-left-4-xl {
    border-left-width: 4px;
    border-left-style: solid; }

  .border-left-5-xl {
    border-left-width: 5px;
    border-left-style: solid; }

  .border-left-6-xl {
    border-left-width: 6px;
    border-left-style: solid; }

  .border-left-7-xl {
    border-left-width: 7px;
    border-left-style: solid; }

  .border-left-8-xl {
    border-left-width: 8px;
    border-left-style: solid; }

  .border-left-9-xl {
    border-left-width: 9px;
    border-left-style: solid; }

  .border-left-10-xl {
    border-left-width: 10px;
    border-left-style: solid; } }
@media screen and (min-width: 1600px) {
  .border-left-0-xxl {
    border-left-width: 0px;
    border-left-style: solid; }

  .border-left-1-xxl {
    border-left-width: 1px;
    border-left-style: solid; }

  .border-left-2-xxl {
    border-left-width: 2px;
    border-left-style: solid; }

  .border-left-3-xxl {
    border-left-width: 3px;
    border-left-style: solid; }

  .border-left-4-xxl {
    border-left-width: 4px;
    border-left-style: solid; }

  .border-left-5-xxl {
    border-left-width: 5px;
    border-left-style: solid; }

  .border-left-6-xxl {
    border-left-width: 6px;
    border-left-style: solid; }

  .border-left-7-xxl {
    border-left-width: 7px;
    border-left-style: solid; }

  .border-left-8-xxl {
    border-left-width: 8px;
    border-left-style: solid; }

  .border-left-9-xxl {
    border-left-width: 9px;
    border-left-style: solid; }

  .border-left-10-xxl {
    border-left-width: 10px;
    border-left-style: solid; } }
.border-right-0 {
  border-right-width: 0px;
  border-right-style: solid; }

.border-right-1 {
  border-right-width: 1px;
  border-right-style: solid; }

.border-right-2 {
  border-right-width: 2px;
  border-right-style: solid; }

.border-right-3 {
  border-right-width: 3px;
  border-right-style: solid; }

.border-right-4 {
  border-right-width: 4px;
  border-right-style: solid; }

.border-right-5 {
  border-right-width: 5px;
  border-right-style: solid; }

.border-right-6 {
  border-right-width: 6px;
  border-right-style: solid; }

.border-right-7 {
  border-right-width: 7px;
  border-right-style: solid; }

.border-right-8 {
  border-right-width: 8px;
  border-right-style: solid; }

.border-right-9 {
  border-right-width: 9px;
  border-right-style: solid; }

.border-right-10 {
  border-right-width: 10px;
  border-right-style: solid; }

@media screen and (min-width: 0) {
  .border-right-0-xs {
    border-right-width: 0px;
    border-right-style: solid; }

  .border-right-1-xs {
    border-right-width: 1px;
    border-right-style: solid; }

  .border-right-2-xs {
    border-right-width: 2px;
    border-right-style: solid; }

  .border-right-3-xs {
    border-right-width: 3px;
    border-right-style: solid; }

  .border-right-4-xs {
    border-right-width: 4px;
    border-right-style: solid; }

  .border-right-5-xs {
    border-right-width: 5px;
    border-right-style: solid; }

  .border-right-6-xs {
    border-right-width: 6px;
    border-right-style: solid; }

  .border-right-7-xs {
    border-right-width: 7px;
    border-right-style: solid; }

  .border-right-8-xs {
    border-right-width: 8px;
    border-right-style: solid; }

  .border-right-9-xs {
    border-right-width: 9px;
    border-right-style: solid; }

  .border-right-10-xs {
    border-right-width: 10px;
    border-right-style: solid; } }
@media screen and (min-width: 576px) {
  .border-right-0-sm {
    border-right-width: 0px;
    border-right-style: solid; }

  .border-right-1-sm {
    border-right-width: 1px;
    border-right-style: solid; }

  .border-right-2-sm {
    border-right-width: 2px;
    border-right-style: solid; }

  .border-right-3-sm {
    border-right-width: 3px;
    border-right-style: solid; }

  .border-right-4-sm {
    border-right-width: 4px;
    border-right-style: solid; }

  .border-right-5-sm {
    border-right-width: 5px;
    border-right-style: solid; }

  .border-right-6-sm {
    border-right-width: 6px;
    border-right-style: solid; }

  .border-right-7-sm {
    border-right-width: 7px;
    border-right-style: solid; }

  .border-right-8-sm {
    border-right-width: 8px;
    border-right-style: solid; }

  .border-right-9-sm {
    border-right-width: 9px;
    border-right-style: solid; }

  .border-right-10-sm {
    border-right-width: 10px;
    border-right-style: solid; } }
@media screen and (min-width: 768px) {
  .border-right-0-md {
    border-right-width: 0px;
    border-right-style: solid; }

  .border-right-1-md {
    border-right-width: 1px;
    border-right-style: solid; }

  .border-right-2-md {
    border-right-width: 2px;
    border-right-style: solid; }

  .border-right-3-md {
    border-right-width: 3px;
    border-right-style: solid; }

  .border-right-4-md {
    border-right-width: 4px;
    border-right-style: solid; }

  .border-right-5-md {
    border-right-width: 5px;
    border-right-style: solid; }

  .border-right-6-md {
    border-right-width: 6px;
    border-right-style: solid; }

  .border-right-7-md {
    border-right-width: 7px;
    border-right-style: solid; }

  .border-right-8-md {
    border-right-width: 8px;
    border-right-style: solid; }

  .border-right-9-md {
    border-right-width: 9px;
    border-right-style: solid; }

  .border-right-10-md {
    border-right-width: 10px;
    border-right-style: solid; } }
@media screen and (min-width: 1024px) {
  .border-right-0-lg {
    border-right-width: 0px;
    border-right-style: solid; }

  .border-right-1-lg {
    border-right-width: 1px;
    border-right-style: solid; }

  .border-right-2-lg {
    border-right-width: 2px;
    border-right-style: solid; }

  .border-right-3-lg {
    border-right-width: 3px;
    border-right-style: solid; }

  .border-right-4-lg {
    border-right-width: 4px;
    border-right-style: solid; }

  .border-right-5-lg {
    border-right-width: 5px;
    border-right-style: solid; }

  .border-right-6-lg {
    border-right-width: 6px;
    border-right-style: solid; }

  .border-right-7-lg {
    border-right-width: 7px;
    border-right-style: solid; }

  .border-right-8-lg {
    border-right-width: 8px;
    border-right-style: solid; }

  .border-right-9-lg {
    border-right-width: 9px;
    border-right-style: solid; }

  .border-right-10-lg {
    border-right-width: 10px;
    border-right-style: solid; } }
@media screen and (min-width: 1280px) {
  .border-right-0-xl {
    border-right-width: 0px;
    border-right-style: solid; }

  .border-right-1-xl {
    border-right-width: 1px;
    border-right-style: solid; }

  .border-right-2-xl {
    border-right-width: 2px;
    border-right-style: solid; }

  .border-right-3-xl {
    border-right-width: 3px;
    border-right-style: solid; }

  .border-right-4-xl {
    border-right-width: 4px;
    border-right-style: solid; }

  .border-right-5-xl {
    border-right-width: 5px;
    border-right-style: solid; }

  .border-right-6-xl {
    border-right-width: 6px;
    border-right-style: solid; }

  .border-right-7-xl {
    border-right-width: 7px;
    border-right-style: solid; }

  .border-right-8-xl {
    border-right-width: 8px;
    border-right-style: solid; }

  .border-right-9-xl {
    border-right-width: 9px;
    border-right-style: solid; }

  .border-right-10-xl {
    border-right-width: 10px;
    border-right-style: solid; } }
@media screen and (min-width: 1600px) {
  .border-right-0-xxl {
    border-right-width: 0px;
    border-right-style: solid; }

  .border-right-1-xxl {
    border-right-width: 1px;
    border-right-style: solid; }

  .border-right-2-xxl {
    border-right-width: 2px;
    border-right-style: solid; }

  .border-right-3-xxl {
    border-right-width: 3px;
    border-right-style: solid; }

  .border-right-4-xxl {
    border-right-width: 4px;
    border-right-style: solid; }

  .border-right-5-xxl {
    border-right-width: 5px;
    border-right-style: solid; }

  .border-right-6-xxl {
    border-right-width: 6px;
    border-right-style: solid; }

  .border-right-7-xxl {
    border-right-width: 7px;
    border-right-style: solid; }

  .border-right-8-xxl {
    border-right-width: 8px;
    border-right-style: solid; }

  .border-right-9-xxl {
    border-right-width: 9px;
    border-right-style: solid; }

  .border-right-10-xxl {
    border-right-width: 10px;
    border-right-style: solid; } }
.border-radius-0 {
  border-radius: 0px; }

.border-radius-1 {
  border-radius: 1px; }

.border-radius-2 {
  border-radius: 2px; }

.border-radius-3 {
  border-radius: 3px; }

.border-radius-4 {
  border-radius: 4px; }

.border-radius-5 {
  border-radius: 5px; }

.border-radius-6 {
  border-radius: 6px; }

.border-radius-7 {
  border-radius: 7px; }

.border-radius-8 {
  border-radius: 8px; }

.border-radius-9 {
  border-radius: 9px; }

.border-radius-10 {
  border-radius: 10px; }

@media screen and (min-width: 0) {
  .border-radius-0-xs {
    border-radius: 0px; }

  .border-radius-1-xs {
    border-radius: 1px; }

  .border-radius-2-xs {
    border-radius: 2px; }

  .border-radius-3-xs {
    border-radius: 3px; }

  .border-radius-4-xs {
    border-radius: 4px; }

  .border-radius-5-xs {
    border-radius: 5px; }

  .border-radius-6-xs {
    border-radius: 6px; }

  .border-radius-7-xs {
    border-radius: 7px; }

  .border-radius-8-xs {
    border-radius: 8px; }

  .border-radius-9-xs {
    border-radius: 9px; }

  .border-radius-10-xs {
    border-radius: 10px; } }
@media screen and (min-width: 576px) {
  .border-radius-0-sm {
    border-radius: 0px; }

  .border-radius-1-sm {
    border-radius: 1px; }

  .border-radius-2-sm {
    border-radius: 2px; }

  .border-radius-3-sm {
    border-radius: 3px; }

  .border-radius-4-sm {
    border-radius: 4px; }

  .border-radius-5-sm {
    border-radius: 5px; }

  .border-radius-6-sm {
    border-radius: 6px; }

  .border-radius-7-sm {
    border-radius: 7px; }

  .border-radius-8-sm {
    border-radius: 8px; }

  .border-radius-9-sm {
    border-radius: 9px; }

  .border-radius-10-sm {
    border-radius: 10px; } }
@media screen and (min-width: 768px) {
  .border-radius-0-md {
    border-radius: 0px; }

  .border-radius-1-md {
    border-radius: 1px; }

  .border-radius-2-md {
    border-radius: 2px; }

  .border-radius-3-md {
    border-radius: 3px; }

  .border-radius-4-md {
    border-radius: 4px; }

  .border-radius-5-md {
    border-radius: 5px; }

  .border-radius-6-md {
    border-radius: 6px; }

  .border-radius-7-md {
    border-radius: 7px; }

  .border-radius-8-md {
    border-radius: 8px; }

  .border-radius-9-md {
    border-radius: 9px; }

  .border-radius-10-md {
    border-radius: 10px; } }
@media screen and (min-width: 1024px) {
  .border-radius-0-lg {
    border-radius: 0px; }

  .border-radius-1-lg {
    border-radius: 1px; }

  .border-radius-2-lg {
    border-radius: 2px; }

  .border-radius-3-lg {
    border-radius: 3px; }

  .border-radius-4-lg {
    border-radius: 4px; }

  .border-radius-5-lg {
    border-radius: 5px; }

  .border-radius-6-lg {
    border-radius: 6px; }

  .border-radius-7-lg {
    border-radius: 7px; }

  .border-radius-8-lg {
    border-radius: 8px; }

  .border-radius-9-lg {
    border-radius: 9px; }

  .border-radius-10-lg {
    border-radius: 10px; } }
@media screen and (min-width: 1280px) {
  .border-radius-0-xl {
    border-radius: 0px; }

  .border-radius-1-xl {
    border-radius: 1px; }

  .border-radius-2-xl {
    border-radius: 2px; }

  .border-radius-3-xl {
    border-radius: 3px; }

  .border-radius-4-xl {
    border-radius: 4px; }

  .border-radius-5-xl {
    border-radius: 5px; }

  .border-radius-6-xl {
    border-radius: 6px; }

  .border-radius-7-xl {
    border-radius: 7px; }

  .border-radius-8-xl {
    border-radius: 8px; }

  .border-radius-9-xl {
    border-radius: 9px; }

  .border-radius-10-xl {
    border-radius: 10px; } }
@media screen and (min-width: 1600px) {
  .border-radius-0-xxl {
    border-radius: 0px; }

  .border-radius-1-xxl {
    border-radius: 1px; }

  .border-radius-2-xxl {
    border-radius: 2px; }

  .border-radius-3-xxl {
    border-radius: 3px; }

  .border-radius-4-xxl {
    border-radius: 4px; }

  .border-radius-5-xxl {
    border-radius: 5px; }

  .border-radius-6-xxl {
    border-radius: 6px; }

  .border-radius-7-xxl {
    border-radius: 7px; }

  .border-radius-8-xxl {
    border-radius: 8px; }

  .border-radius-9-xxl {
    border-radius: 9px; }

  .border-radius-10-xxl {
    border-radius: 10px; } }
.border-top-left-radius-0 {
  border-top-left-radius: 0px; }

.border-top-left-radius-1 {
  border-top-left-radius: 1px; }

.border-top-left-radius-2 {
  border-top-left-radius: 2px; }

.border-top-left-radius-3 {
  border-top-left-radius: 3px; }

.border-top-left-radius-4 {
  border-top-left-radius: 4px; }

.border-top-left-radius-5 {
  border-top-left-radius: 5px; }

.border-top-left-radius-6 {
  border-top-left-radius: 6px; }

.border-top-left-radius-7 {
  border-top-left-radius: 7px; }

.border-top-left-radius-8 {
  border-top-left-radius: 8px; }

.border-top-left-radius-9 {
  border-top-left-radius: 9px; }

.border-top-left-radius-10 {
  border-top-left-radius: 10px; }

@media screen and (min-width: 0) {
  .border-top-left-radius-0-xs {
    border-top-left-radius: 0px; }

  .border-top-left-radius-1-xs {
    border-top-left-radius: 1px; }

  .border-top-left-radius-2-xs {
    border-top-left-radius: 2px; }

  .border-top-left-radius-3-xs {
    border-top-left-radius: 3px; }

  .border-top-left-radius-4-xs {
    border-top-left-radius: 4px; }

  .border-top-left-radius-5-xs {
    border-top-left-radius: 5px; }

  .border-top-left-radius-6-xs {
    border-top-left-radius: 6px; }

  .border-top-left-radius-7-xs {
    border-top-left-radius: 7px; }

  .border-top-left-radius-8-xs {
    border-top-left-radius: 8px; }

  .border-top-left-radius-9-xs {
    border-top-left-radius: 9px; }

  .border-top-left-radius-10-xs {
    border-top-left-radius: 10px; } }
@media screen and (min-width: 576px) {
  .border-top-left-radius-0-sm {
    border-top-left-radius: 0px; }

  .border-top-left-radius-1-sm {
    border-top-left-radius: 1px; }

  .border-top-left-radius-2-sm {
    border-top-left-radius: 2px; }

  .border-top-left-radius-3-sm {
    border-top-left-radius: 3px; }

  .border-top-left-radius-4-sm {
    border-top-left-radius: 4px; }

  .border-top-left-radius-5-sm {
    border-top-left-radius: 5px; }

  .border-top-left-radius-6-sm {
    border-top-left-radius: 6px; }

  .border-top-left-radius-7-sm {
    border-top-left-radius: 7px; }

  .border-top-left-radius-8-sm {
    border-top-left-radius: 8px; }

  .border-top-left-radius-9-sm {
    border-top-left-radius: 9px; }

  .border-top-left-radius-10-sm {
    border-top-left-radius: 10px; } }
@media screen and (min-width: 768px) {
  .border-top-left-radius-0-md {
    border-top-left-radius: 0px; }

  .border-top-left-radius-1-md {
    border-top-left-radius: 1px; }

  .border-top-left-radius-2-md {
    border-top-left-radius: 2px; }

  .border-top-left-radius-3-md {
    border-top-left-radius: 3px; }

  .border-top-left-radius-4-md {
    border-top-left-radius: 4px; }

  .border-top-left-radius-5-md {
    border-top-left-radius: 5px; }

  .border-top-left-radius-6-md {
    border-top-left-radius: 6px; }

  .border-top-left-radius-7-md {
    border-top-left-radius: 7px; }

  .border-top-left-radius-8-md {
    border-top-left-radius: 8px; }

  .border-top-left-radius-9-md {
    border-top-left-radius: 9px; }

  .border-top-left-radius-10-md {
    border-top-left-radius: 10px; } }
@media screen and (min-width: 1024px) {
  .border-top-left-radius-0-lg {
    border-top-left-radius: 0px; }

  .border-top-left-radius-1-lg {
    border-top-left-radius: 1px; }

  .border-top-left-radius-2-lg {
    border-top-left-radius: 2px; }

  .border-top-left-radius-3-lg {
    border-top-left-radius: 3px; }

  .border-top-left-radius-4-lg {
    border-top-left-radius: 4px; }

  .border-top-left-radius-5-lg {
    border-top-left-radius: 5px; }

  .border-top-left-radius-6-lg {
    border-top-left-radius: 6px; }

  .border-top-left-radius-7-lg {
    border-top-left-radius: 7px; }

  .border-top-left-radius-8-lg {
    border-top-left-radius: 8px; }

  .border-top-left-radius-9-lg {
    border-top-left-radius: 9px; }

  .border-top-left-radius-10-lg {
    border-top-left-radius: 10px; } }
@media screen and (min-width: 1280px) {
  .border-top-left-radius-0-xl {
    border-top-left-radius: 0px; }

  .border-top-left-radius-1-xl {
    border-top-left-radius: 1px; }

  .border-top-left-radius-2-xl {
    border-top-left-radius: 2px; }

  .border-top-left-radius-3-xl {
    border-top-left-radius: 3px; }

  .border-top-left-radius-4-xl {
    border-top-left-radius: 4px; }

  .border-top-left-radius-5-xl {
    border-top-left-radius: 5px; }

  .border-top-left-radius-6-xl {
    border-top-left-radius: 6px; }

  .border-top-left-radius-7-xl {
    border-top-left-radius: 7px; }

  .border-top-left-radius-8-xl {
    border-top-left-radius: 8px; }

  .border-top-left-radius-9-xl {
    border-top-left-radius: 9px; }

  .border-top-left-radius-10-xl {
    border-top-left-radius: 10px; } }
@media screen and (min-width: 1600px) {
  .border-top-left-radius-0-xxl {
    border-top-left-radius: 0px; }

  .border-top-left-radius-1-xxl {
    border-top-left-radius: 1px; }

  .border-top-left-radius-2-xxl {
    border-top-left-radius: 2px; }

  .border-top-left-radius-3-xxl {
    border-top-left-radius: 3px; }

  .border-top-left-radius-4-xxl {
    border-top-left-radius: 4px; }

  .border-top-left-radius-5-xxl {
    border-top-left-radius: 5px; }

  .border-top-left-radius-6-xxl {
    border-top-left-radius: 6px; }

  .border-top-left-radius-7-xxl {
    border-top-left-radius: 7px; }

  .border-top-left-radius-8-xxl {
    border-top-left-radius: 8px; }

  .border-top-left-radius-9-xxl {
    border-top-left-radius: 9px; }

  .border-top-left-radius-10-xxl {
    border-top-left-radius: 10px; } }
.border-top-right-radius-0 {
  border-top-right-radius: 0px; }

.border-top-right-radius-1 {
  border-top-right-radius: 1px; }

.border-top-right-radius-2 {
  border-top-right-radius: 2px; }

.border-top-right-radius-3 {
  border-top-right-radius: 3px; }

.border-top-right-radius-4 {
  border-top-right-radius: 4px; }

.border-top-right-radius-5 {
  border-top-right-radius: 5px; }

.border-top-right-radius-6 {
  border-top-right-radius: 6px; }

.border-top-right-radius-7 {
  border-top-right-radius: 7px; }

.border-top-right-radius-8 {
  border-top-right-radius: 8px; }

.border-top-right-radius-9 {
  border-top-right-radius: 9px; }

.border-top-right-radius-10 {
  border-top-right-radius: 10px; }

@media screen and (min-width: 0) {
  .border-top-right-radius-0-xs {
    border-top-right-radius: 0px; }

  .border-top-right-radius-1-xs {
    border-top-right-radius: 1px; }

  .border-top-right-radius-2-xs {
    border-top-right-radius: 2px; }

  .border-top-right-radius-3-xs {
    border-top-right-radius: 3px; }

  .border-top-right-radius-4-xs {
    border-top-right-radius: 4px; }

  .border-top-right-radius-5-xs {
    border-top-right-radius: 5px; }

  .border-top-right-radius-6-xs {
    border-top-right-radius: 6px; }

  .border-top-right-radius-7-xs {
    border-top-right-radius: 7px; }

  .border-top-right-radius-8-xs {
    border-top-right-radius: 8px; }

  .border-top-right-radius-9-xs {
    border-top-right-radius: 9px; }

  .border-top-right-radius-10-xs {
    border-top-right-radius: 10px; } }
@media screen and (min-width: 576px) {
  .border-top-right-radius-0-sm {
    border-top-right-radius: 0px; }

  .border-top-right-radius-1-sm {
    border-top-right-radius: 1px; }

  .border-top-right-radius-2-sm {
    border-top-right-radius: 2px; }

  .border-top-right-radius-3-sm {
    border-top-right-radius: 3px; }

  .border-top-right-radius-4-sm {
    border-top-right-radius: 4px; }

  .border-top-right-radius-5-sm {
    border-top-right-radius: 5px; }

  .border-top-right-radius-6-sm {
    border-top-right-radius: 6px; }

  .border-top-right-radius-7-sm {
    border-top-right-radius: 7px; }

  .border-top-right-radius-8-sm {
    border-top-right-radius: 8px; }

  .border-top-right-radius-9-sm {
    border-top-right-radius: 9px; }

  .border-top-right-radius-10-sm {
    border-top-right-radius: 10px; } }
@media screen and (min-width: 768px) {
  .border-top-right-radius-0-md {
    border-top-right-radius: 0px; }

  .border-top-right-radius-1-md {
    border-top-right-radius: 1px; }

  .border-top-right-radius-2-md {
    border-top-right-radius: 2px; }

  .border-top-right-radius-3-md {
    border-top-right-radius: 3px; }

  .border-top-right-radius-4-md {
    border-top-right-radius: 4px; }

  .border-top-right-radius-5-md {
    border-top-right-radius: 5px; }

  .border-top-right-radius-6-md {
    border-top-right-radius: 6px; }

  .border-top-right-radius-7-md {
    border-top-right-radius: 7px; }

  .border-top-right-radius-8-md {
    border-top-right-radius: 8px; }

  .border-top-right-radius-9-md {
    border-top-right-radius: 9px; }

  .border-top-right-radius-10-md {
    border-top-right-radius: 10px; } }
@media screen and (min-width: 1024px) {
  .border-top-right-radius-0-lg {
    border-top-right-radius: 0px; }

  .border-top-right-radius-1-lg {
    border-top-right-radius: 1px; }

  .border-top-right-radius-2-lg {
    border-top-right-radius: 2px; }

  .border-top-right-radius-3-lg {
    border-top-right-radius: 3px; }

  .border-top-right-radius-4-lg {
    border-top-right-radius: 4px; }

  .border-top-right-radius-5-lg {
    border-top-right-radius: 5px; }

  .border-top-right-radius-6-lg {
    border-top-right-radius: 6px; }

  .border-top-right-radius-7-lg {
    border-top-right-radius: 7px; }

  .border-top-right-radius-8-lg {
    border-top-right-radius: 8px; }

  .border-top-right-radius-9-lg {
    border-top-right-radius: 9px; }

  .border-top-right-radius-10-lg {
    border-top-right-radius: 10px; } }
@media screen and (min-width: 1280px) {
  .border-top-right-radius-0-xl {
    border-top-right-radius: 0px; }

  .border-top-right-radius-1-xl {
    border-top-right-radius: 1px; }

  .border-top-right-radius-2-xl {
    border-top-right-radius: 2px; }

  .border-top-right-radius-3-xl {
    border-top-right-radius: 3px; }

  .border-top-right-radius-4-xl {
    border-top-right-radius: 4px; }

  .border-top-right-radius-5-xl {
    border-top-right-radius: 5px; }

  .border-top-right-radius-6-xl {
    border-top-right-radius: 6px; }

  .border-top-right-radius-7-xl {
    border-top-right-radius: 7px; }

  .border-top-right-radius-8-xl {
    border-top-right-radius: 8px; }

  .border-top-right-radius-9-xl {
    border-top-right-radius: 9px; }

  .border-top-right-radius-10-xl {
    border-top-right-radius: 10px; } }
@media screen and (min-width: 1600px) {
  .border-top-right-radius-0-xxl {
    border-top-right-radius: 0px; }

  .border-top-right-radius-1-xxl {
    border-top-right-radius: 1px; }

  .border-top-right-radius-2-xxl {
    border-top-right-radius: 2px; }

  .border-top-right-radius-3-xxl {
    border-top-right-radius: 3px; }

  .border-top-right-radius-4-xxl {
    border-top-right-radius: 4px; }

  .border-top-right-radius-5-xxl {
    border-top-right-radius: 5px; }

  .border-top-right-radius-6-xxl {
    border-top-right-radius: 6px; }

  .border-top-right-radius-7-xxl {
    border-top-right-radius: 7px; }

  .border-top-right-radius-8-xxl {
    border-top-right-radius: 8px; }

  .border-top-right-radius-9-xxl {
    border-top-right-radius: 9px; }

  .border-top-right-radius-10-xxl {
    border-top-right-radius: 10px; } }
.border-bottom-left-radius-0 {
  border-bottom-left-radius: 0px; }

.border-bottom-left-radius-1 {
  border-bottom-left-radius: 1px; }

.border-bottom-left-radius-2 {
  border-bottom-left-radius: 2px; }

.border-bottom-left-radius-3 {
  border-bottom-left-radius: 3px; }

.border-bottom-left-radius-4 {
  border-bottom-left-radius: 4px; }

.border-bottom-left-radius-5 {
  border-bottom-left-radius: 5px; }

.border-bottom-left-radius-6 {
  border-bottom-left-radius: 6px; }

.border-bottom-left-radius-7 {
  border-bottom-left-radius: 7px; }

.border-bottom-left-radius-8 {
  border-bottom-left-radius: 8px; }

.border-bottom-left-radius-9 {
  border-bottom-left-radius: 9px; }

.border-bottom-left-radius-10 {
  border-bottom-left-radius: 10px; }

@media screen and (min-width: 0) {
  .border-bottom-left-radius-0-xs {
    border-bottom-left-radius: 0px; }

  .border-bottom-left-radius-1-xs {
    border-bottom-left-radius: 1px; }

  .border-bottom-left-radius-2-xs {
    border-bottom-left-radius: 2px; }

  .border-bottom-left-radius-3-xs {
    border-bottom-left-radius: 3px; }

  .border-bottom-left-radius-4-xs {
    border-bottom-left-radius: 4px; }

  .border-bottom-left-radius-5-xs {
    border-bottom-left-radius: 5px; }

  .border-bottom-left-radius-6-xs {
    border-bottom-left-radius: 6px; }

  .border-bottom-left-radius-7-xs {
    border-bottom-left-radius: 7px; }

  .border-bottom-left-radius-8-xs {
    border-bottom-left-radius: 8px; }

  .border-bottom-left-radius-9-xs {
    border-bottom-left-radius: 9px; }

  .border-bottom-left-radius-10-xs {
    border-bottom-left-radius: 10px; } }
@media screen and (min-width: 576px) {
  .border-bottom-left-radius-0-sm {
    border-bottom-left-radius: 0px; }

  .border-bottom-left-radius-1-sm {
    border-bottom-left-radius: 1px; }

  .border-bottom-left-radius-2-sm {
    border-bottom-left-radius: 2px; }

  .border-bottom-left-radius-3-sm {
    border-bottom-left-radius: 3px; }

  .border-bottom-left-radius-4-sm {
    border-bottom-left-radius: 4px; }

  .border-bottom-left-radius-5-sm {
    border-bottom-left-radius: 5px; }

  .border-bottom-left-radius-6-sm {
    border-bottom-left-radius: 6px; }

  .border-bottom-left-radius-7-sm {
    border-bottom-left-radius: 7px; }

  .border-bottom-left-radius-8-sm {
    border-bottom-left-radius: 8px; }

  .border-bottom-left-radius-9-sm {
    border-bottom-left-radius: 9px; }

  .border-bottom-left-radius-10-sm {
    border-bottom-left-radius: 10px; } }
@media screen and (min-width: 768px) {
  .border-bottom-left-radius-0-md {
    border-bottom-left-radius: 0px; }

  .border-bottom-left-radius-1-md {
    border-bottom-left-radius: 1px; }

  .border-bottom-left-radius-2-md {
    border-bottom-left-radius: 2px; }

  .border-bottom-left-radius-3-md {
    border-bottom-left-radius: 3px; }

  .border-bottom-left-radius-4-md {
    border-bottom-left-radius: 4px; }

  .border-bottom-left-radius-5-md {
    border-bottom-left-radius: 5px; }

  .border-bottom-left-radius-6-md {
    border-bottom-left-radius: 6px; }

  .border-bottom-left-radius-7-md {
    border-bottom-left-radius: 7px; }

  .border-bottom-left-radius-8-md {
    border-bottom-left-radius: 8px; }

  .border-bottom-left-radius-9-md {
    border-bottom-left-radius: 9px; }

  .border-bottom-left-radius-10-md {
    border-bottom-left-radius: 10px; } }
@media screen and (min-width: 1024px) {
  .border-bottom-left-radius-0-lg {
    border-bottom-left-radius: 0px; }

  .border-bottom-left-radius-1-lg {
    border-bottom-left-radius: 1px; }

  .border-bottom-left-radius-2-lg {
    border-bottom-left-radius: 2px; }

  .border-bottom-left-radius-3-lg {
    border-bottom-left-radius: 3px; }

  .border-bottom-left-radius-4-lg {
    border-bottom-left-radius: 4px; }

  .border-bottom-left-radius-5-lg {
    border-bottom-left-radius: 5px; }

  .border-bottom-left-radius-6-lg {
    border-bottom-left-radius: 6px; }

  .border-bottom-left-radius-7-lg {
    border-bottom-left-radius: 7px; }

  .border-bottom-left-radius-8-lg {
    border-bottom-left-radius: 8px; }

  .border-bottom-left-radius-9-lg {
    border-bottom-left-radius: 9px; }

  .border-bottom-left-radius-10-lg {
    border-bottom-left-radius: 10px; } }
@media screen and (min-width: 1280px) {
  .border-bottom-left-radius-0-xl {
    border-bottom-left-radius: 0px; }

  .border-bottom-left-radius-1-xl {
    border-bottom-left-radius: 1px; }

  .border-bottom-left-radius-2-xl {
    border-bottom-left-radius: 2px; }

  .border-bottom-left-radius-3-xl {
    border-bottom-left-radius: 3px; }

  .border-bottom-left-radius-4-xl {
    border-bottom-left-radius: 4px; }

  .border-bottom-left-radius-5-xl {
    border-bottom-left-radius: 5px; }

  .border-bottom-left-radius-6-xl {
    border-bottom-left-radius: 6px; }

  .border-bottom-left-radius-7-xl {
    border-bottom-left-radius: 7px; }

  .border-bottom-left-radius-8-xl {
    border-bottom-left-radius: 8px; }

  .border-bottom-left-radius-9-xl {
    border-bottom-left-radius: 9px; }

  .border-bottom-left-radius-10-xl {
    border-bottom-left-radius: 10px; } }
@media screen and (min-width: 1600px) {
  .border-bottom-left-radius-0-xxl {
    border-bottom-left-radius: 0px; }

  .border-bottom-left-radius-1-xxl {
    border-bottom-left-radius: 1px; }

  .border-bottom-left-radius-2-xxl {
    border-bottom-left-radius: 2px; }

  .border-bottom-left-radius-3-xxl {
    border-bottom-left-radius: 3px; }

  .border-bottom-left-radius-4-xxl {
    border-bottom-left-radius: 4px; }

  .border-bottom-left-radius-5-xxl {
    border-bottom-left-radius: 5px; }

  .border-bottom-left-radius-6-xxl {
    border-bottom-left-radius: 6px; }

  .border-bottom-left-radius-7-xxl {
    border-bottom-left-radius: 7px; }

  .border-bottom-left-radius-8-xxl {
    border-bottom-left-radius: 8px; }

  .border-bottom-left-radius-9-xxl {
    border-bottom-left-radius: 9px; }

  .border-bottom-left-radius-10-xxl {
    border-bottom-left-radius: 10px; } }
.border-bottom-right-radius-0 {
  border-bottom-right-radius: 0px; }

.border-bottom-right-radius-1 {
  border-bottom-right-radius: 1px; }

.border-bottom-right-radius-2 {
  border-bottom-right-radius: 2px; }

.border-bottom-right-radius-3 {
  border-bottom-right-radius: 3px; }

.border-bottom-right-radius-4 {
  border-bottom-right-radius: 4px; }

.border-bottom-right-radius-5 {
  border-bottom-right-radius: 5px; }

.border-bottom-right-radius-6 {
  border-bottom-right-radius: 6px; }

.border-bottom-right-radius-7 {
  border-bottom-right-radius: 7px; }

.border-bottom-right-radius-8 {
  border-bottom-right-radius: 8px; }

.border-bottom-right-radius-9 {
  border-bottom-right-radius: 9px; }

.border-bottom-right-radius-10 {
  border-bottom-right-radius: 10px; }

@media screen and (min-width: 0) {
  .border-bottom-right-radius-0-xs {
    border-bottom-right-radius: 0px; }

  .border-bottom-right-radius-1-xs {
    border-bottom-right-radius: 1px; }

  .border-bottom-right-radius-2-xs {
    border-bottom-right-radius: 2px; }

  .border-bottom-right-radius-3-xs {
    border-bottom-right-radius: 3px; }

  .border-bottom-right-radius-4-xs {
    border-bottom-right-radius: 4px; }

  .border-bottom-right-radius-5-xs {
    border-bottom-right-radius: 5px; }

  .border-bottom-right-radius-6-xs {
    border-bottom-right-radius: 6px; }

  .border-bottom-right-radius-7-xs {
    border-bottom-right-radius: 7px; }

  .border-bottom-right-radius-8-xs {
    border-bottom-right-radius: 8px; }

  .border-bottom-right-radius-9-xs {
    border-bottom-right-radius: 9px; }

  .border-bottom-right-radius-10-xs {
    border-bottom-right-radius: 10px; } }
@media screen and (min-width: 576px) {
  .border-bottom-right-radius-0-sm {
    border-bottom-right-radius: 0px; }

  .border-bottom-right-radius-1-sm {
    border-bottom-right-radius: 1px; }

  .border-bottom-right-radius-2-sm {
    border-bottom-right-radius: 2px; }

  .border-bottom-right-radius-3-sm {
    border-bottom-right-radius: 3px; }

  .border-bottom-right-radius-4-sm {
    border-bottom-right-radius: 4px; }

  .border-bottom-right-radius-5-sm {
    border-bottom-right-radius: 5px; }

  .border-bottom-right-radius-6-sm {
    border-bottom-right-radius: 6px; }

  .border-bottom-right-radius-7-sm {
    border-bottom-right-radius: 7px; }

  .border-bottom-right-radius-8-sm {
    border-bottom-right-radius: 8px; }

  .border-bottom-right-radius-9-sm {
    border-bottom-right-radius: 9px; }

  .border-bottom-right-radius-10-sm {
    border-bottom-right-radius: 10px; } }
@media screen and (min-width: 768px) {
  .border-bottom-right-radius-0-md {
    border-bottom-right-radius: 0px; }

  .border-bottom-right-radius-1-md {
    border-bottom-right-radius: 1px; }

  .border-bottom-right-radius-2-md {
    border-bottom-right-radius: 2px; }

  .border-bottom-right-radius-3-md {
    border-bottom-right-radius: 3px; }

  .border-bottom-right-radius-4-md {
    border-bottom-right-radius: 4px; }

  .border-bottom-right-radius-5-md {
    border-bottom-right-radius: 5px; }

  .border-bottom-right-radius-6-md {
    border-bottom-right-radius: 6px; }

  .border-bottom-right-radius-7-md {
    border-bottom-right-radius: 7px; }

  .border-bottom-right-radius-8-md {
    border-bottom-right-radius: 8px; }

  .border-bottom-right-radius-9-md {
    border-bottom-right-radius: 9px; }

  .border-bottom-right-radius-10-md {
    border-bottom-right-radius: 10px; } }
@media screen and (min-width: 1024px) {
  .border-bottom-right-radius-0-lg {
    border-bottom-right-radius: 0px; }

  .border-bottom-right-radius-1-lg {
    border-bottom-right-radius: 1px; }

  .border-bottom-right-radius-2-lg {
    border-bottom-right-radius: 2px; }

  .border-bottom-right-radius-3-lg {
    border-bottom-right-radius: 3px; }

  .border-bottom-right-radius-4-lg {
    border-bottom-right-radius: 4px; }

  .border-bottom-right-radius-5-lg {
    border-bottom-right-radius: 5px; }

  .border-bottom-right-radius-6-lg {
    border-bottom-right-radius: 6px; }

  .border-bottom-right-radius-7-lg {
    border-bottom-right-radius: 7px; }

  .border-bottom-right-radius-8-lg {
    border-bottom-right-radius: 8px; }

  .border-bottom-right-radius-9-lg {
    border-bottom-right-radius: 9px; }

  .border-bottom-right-radius-10-lg {
    border-bottom-right-radius: 10px; } }
@media screen and (min-width: 1280px) {
  .border-bottom-right-radius-0-xl {
    border-bottom-right-radius: 0px; }

  .border-bottom-right-radius-1-xl {
    border-bottom-right-radius: 1px; }

  .border-bottom-right-radius-2-xl {
    border-bottom-right-radius: 2px; }

  .border-bottom-right-radius-3-xl {
    border-bottom-right-radius: 3px; }

  .border-bottom-right-radius-4-xl {
    border-bottom-right-radius: 4px; }

  .border-bottom-right-radius-5-xl {
    border-bottom-right-radius: 5px; }

  .border-bottom-right-radius-6-xl {
    border-bottom-right-radius: 6px; }

  .border-bottom-right-radius-7-xl {
    border-bottom-right-radius: 7px; }

  .border-bottom-right-radius-8-xl {
    border-bottom-right-radius: 8px; }

  .border-bottom-right-radius-9-xl {
    border-bottom-right-radius: 9px; }

  .border-bottom-right-radius-10-xl {
    border-bottom-right-radius: 10px; } }
@media screen and (min-width: 1600px) {
  .border-bottom-right-radius-0-xxl {
    border-bottom-right-radius: 0px; }

  .border-bottom-right-radius-1-xxl {
    border-bottom-right-radius: 1px; }

  .border-bottom-right-radius-2-xxl {
    border-bottom-right-radius: 2px; }

  .border-bottom-right-radius-3-xxl {
    border-bottom-right-radius: 3px; }

  .border-bottom-right-radius-4-xxl {
    border-bottom-right-radius: 4px; }

  .border-bottom-right-radius-5-xxl {
    border-bottom-right-radius: 5px; }

  .border-bottom-right-radius-6-xxl {
    border-bottom-right-radius: 6px; }

  .border-bottom-right-radius-7-xxl {
    border-bottom-right-radius: 7px; }

  .border-bottom-right-radius-8-xxl {
    border-bottom-right-radius: 8px; }

  .border-bottom-right-radius-9-xxl {
    border-bottom-right-radius: 9px; }

  .border-bottom-right-radius-10-xxl {
    border-bottom-right-radius: 10px; } }
.background-left {
  background-position: left; }

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

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

.background-repeat {
  background-repeat: repeat; }

.background-no-repeat {
  background-repeat: no-repeat; }

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

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

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

.border-0 {
  border-width: 0px;
  border-style: solid; }

.border-1 {
  border-width: 1px;
  border-style: solid; }

.border-2 {
  border-width: 2px;
  border-style: solid; }

.border-3 {
  border-width: 3px;
  border-style: solid; }

.border-4 {
  border-width: 4px;
  border-style: solid; }

.border-5 {
  border-width: 5px;
  border-style: solid; }

.border-6 {
  border-width: 6px;
  border-style: solid; }

.border-7 {
  border-width: 7px;
  border-style: solid; }

.border-8 {
  border-width: 8px;
  border-style: solid; }

.border-9 {
  border-width: 9px;
  border-style: solid; }

.border-10 {
  border-width: 10px;
  border-style: solid; }

@media screen and (min-width: 0) {
  .border-0-xs {
    border-width: 0px;
    border-style: solid; }

  .border-1-xs {
    border-width: 1px;
    border-style: solid; }

  .border-2-xs {
    border-width: 2px;
    border-style: solid; }

  .border-3-xs {
    border-width: 3px;
    border-style: solid; }

  .border-4-xs {
    border-width: 4px;
    border-style: solid; }

  .border-5-xs {
    border-width: 5px;
    border-style: solid; }

  .border-6-xs {
    border-width: 6px;
    border-style: solid; }

  .border-7-xs {
    border-width: 7px;
    border-style: solid; }

  .border-8-xs {
    border-width: 8px;
    border-style: solid; }

  .border-9-xs {
    border-width: 9px;
    border-style: solid; }

  .border-10-xs {
    border-width: 10px;
    border-style: solid; } }
@media screen and (min-width: 576px) {
  .border-0-sm {
    border-width: 0px;
    border-style: solid; }

  .border-1-sm {
    border-width: 1px;
    border-style: solid; }

  .border-2-sm {
    border-width: 2px;
    border-style: solid; }

  .border-3-sm {
    border-width: 3px;
    border-style: solid; }

  .border-4-sm {
    border-width: 4px;
    border-style: solid; }

  .border-5-sm {
    border-width: 5px;
    border-style: solid; }

  .border-6-sm {
    border-width: 6px;
    border-style: solid; }

  .border-7-sm {
    border-width: 7px;
    border-style: solid; }

  .border-8-sm {
    border-width: 8px;
    border-style: solid; }

  .border-9-sm {
    border-width: 9px;
    border-style: solid; }

  .border-10-sm {
    border-width: 10px;
    border-style: solid; } }
@media screen and (min-width: 768px) {
  .border-0-md {
    border-width: 0px;
    border-style: solid; }

  .border-1-md {
    border-width: 1px;
    border-style: solid; }

  .border-2-md {
    border-width: 2px;
    border-style: solid; }

  .border-3-md {
    border-width: 3px;
    border-style: solid; }

  .border-4-md {
    border-width: 4px;
    border-style: solid; }

  .border-5-md {
    border-width: 5px;
    border-style: solid; }

  .border-6-md {
    border-width: 6px;
    border-style: solid; }

  .border-7-md {
    border-width: 7px;
    border-style: solid; }

  .border-8-md {
    border-width: 8px;
    border-style: solid; }

  .border-9-md {
    border-width: 9px;
    border-style: solid; }

  .border-10-md {
    border-width: 10px;
    border-style: solid; } }
@media screen and (min-width: 1024px) {
  .border-0-lg {
    border-width: 0px;
    border-style: solid; }

  .border-1-lg {
    border-width: 1px;
    border-style: solid; }

  .border-2-lg {
    border-width: 2px;
    border-style: solid; }

  .border-3-lg {
    border-width: 3px;
    border-style: solid; }

  .border-4-lg {
    border-width: 4px;
    border-style: solid; }

  .border-5-lg {
    border-width: 5px;
    border-style: solid; }

  .border-6-lg {
    border-width: 6px;
    border-style: solid; }

  .border-7-lg {
    border-width: 7px;
    border-style: solid; }

  .border-8-lg {
    border-width: 8px;
    border-style: solid; }

  .border-9-lg {
    border-width: 9px;
    border-style: solid; }

  .border-10-lg {
    border-width: 10px;
    border-style: solid; } }
@media screen and (min-width: 1280px) {
  .border-0-xl {
    border-width: 0px;
    border-style: solid; }

  .border-1-xl {
    border-width: 1px;
    border-style: solid; }

  .border-2-xl {
    border-width: 2px;
    border-style: solid; }

  .border-3-xl {
    border-width: 3px;
    border-style: solid; }

  .border-4-xl {
    border-width: 4px;
    border-style: solid; }

  .border-5-xl {
    border-width: 5px;
    border-style: solid; }

  .border-6-xl {
    border-width: 6px;
    border-style: solid; }

  .border-7-xl {
    border-width: 7px;
    border-style: solid; }

  .border-8-xl {
    border-width: 8px;
    border-style: solid; }

  .border-9-xl {
    border-width: 9px;
    border-style: solid; }

  .border-10-xl {
    border-width: 10px;
    border-style: solid; } }
@media screen and (min-width: 1600px) {
  .border-0-xxl {
    border-width: 0px;
    border-style: solid; }

  .border-1-xxl {
    border-width: 1px;
    border-style: solid; }

  .border-2-xxl {
    border-width: 2px;
    border-style: solid; }

  .border-3-xxl {
    border-width: 3px;
    border-style: solid; }

  .border-4-xxl {
    border-width: 4px;
    border-style: solid; }

  .border-5-xxl {
    border-width: 5px;
    border-style: solid; }

  .border-6-xxl {
    border-width: 6px;
    border-style: solid; }

  .border-7-xxl {
    border-width: 7px;
    border-style: solid; }

  .border-8-xxl {
    border-width: 8px;
    border-style: solid; }

  .border-9-xxl {
    border-width: 9px;
    border-style: solid; }

  .border-10-xxl {
    border-width: 10px;
    border-style: solid; } }
.border-top-0 {
  border-top-width: 0px;
  border-top-style: solid; }

.border-top-1 {
  border-top-width: 1px;
  border-top-style: solid; }

.border-top-2 {
  border-top-width: 2px;
  border-top-style: solid; }

.border-top-3 {
  border-top-width: 3px;
  border-top-style: solid; }

.border-top-4 {
  border-top-width: 4px;
  border-top-style: solid; }

.border-top-5 {
  border-top-width: 5px;
  border-top-style: solid; }

.border-top-6 {
  border-top-width: 6px;
  border-top-style: solid; }

.border-top-7 {
  border-top-width: 7px;
  border-top-style: solid; }

.border-top-8 {
  border-top-width: 8px;
  border-top-style: solid; }

.border-top-9 {
  border-top-width: 9px;
  border-top-style: solid; }

.border-top-10 {
  border-top-width: 10px;
  border-top-style: solid; }

@media screen and (min-width: 0) {
  .border-top-0-xs {
    border-top-width: 0px;
    border-top-style: solid; }

  .border-top-1-xs {
    border-top-width: 1px;
    border-top-style: solid; }

  .border-top-2-xs {
    border-top-width: 2px;
    border-top-style: solid; }

  .border-top-3-xs {
    border-top-width: 3px;
    border-top-style: solid; }

  .border-top-4-xs {
    border-top-width: 4px;
    border-top-style: solid; }

  .border-top-5-xs {
    border-top-width: 5px;
    border-top-style: solid; }

  .border-top-6-xs {
    border-top-width: 6px;
    border-top-style: solid; }

  .border-top-7-xs {
    border-top-width: 7px;
    border-top-style: solid; }

  .border-top-8-xs {
    border-top-width: 8px;
    border-top-style: solid; }

  .border-top-9-xs {
    border-top-width: 9px;
    border-top-style: solid; }

  .border-top-10-xs {
    border-top-width: 10px;
    border-top-style: solid; } }
@media screen and (min-width: 576px) {
  .border-top-0-sm {
    border-top-width: 0px;
    border-top-style: solid; }

  .border-top-1-sm {
    border-top-width: 1px;
    border-top-style: solid; }

  .border-top-2-sm {
    border-top-width: 2px;
    border-top-style: solid; }

  .border-top-3-sm {
    border-top-width: 3px;
    border-top-style: solid; }

  .border-top-4-sm {
    border-top-width: 4px;
    border-top-style: solid; }

  .border-top-5-sm {
    border-top-width: 5px;
    border-top-style: solid; }

  .border-top-6-sm {
    border-top-width: 6px;
    border-top-style: solid; }

  .border-top-7-sm {
    border-top-width: 7px;
    border-top-style: solid; }

  .border-top-8-sm {
    border-top-width: 8px;
    border-top-style: solid; }

  .border-top-9-sm {
    border-top-width: 9px;
    border-top-style: solid; }

  .border-top-10-sm {
    border-top-width: 10px;
    border-top-style: solid; } }
@media screen and (min-width: 768px) {
  .border-top-0-md {
    border-top-width: 0px;
    border-top-style: solid; }

  .border-top-1-md {
    border-top-width: 1px;
    border-top-style: solid; }

  .border-top-2-md {
    border-top-width: 2px;
    border-top-style: solid; }

  .border-top-3-md {
    border-top-width: 3px;
    border-top-style: solid; }

  .border-top-4-md {
    border-top-width: 4px;
    border-top-style: solid; }

  .border-top-5-md {
    border-top-width: 5px;
    border-top-style: solid; }

  .border-top-6-md {
    border-top-width: 6px;
    border-top-style: solid; }

  .border-top-7-md {
    border-top-width: 7px;
    border-top-style: solid; }

  .border-top-8-md {
    border-top-width: 8px;
    border-top-style: solid; }

  .border-top-9-md {
    border-top-width: 9px;
    border-top-style: solid; }

  .border-top-10-md {
    border-top-width: 10px;
    border-top-style: solid; } }
@media screen and (min-width: 1024px) {
  .border-top-0-lg {
    border-top-width: 0px;
    border-top-style: solid; }

  .border-top-1-lg {
    border-top-width: 1px;
    border-top-style: solid; }

  .border-top-2-lg {
    border-top-width: 2px;
    border-top-style: solid; }

  .border-top-3-lg {
    border-top-width: 3px;
    border-top-style: solid; }

  .border-top-4-lg {
    border-top-width: 4px;
    border-top-style: solid; }

  .border-top-5-lg {
    border-top-width: 5px;
    border-top-style: solid; }

  .border-top-6-lg {
    border-top-width: 6px;
    border-top-style: solid; }

  .border-top-7-lg {
    border-top-width: 7px;
    border-top-style: solid; }

  .border-top-8-lg {
    border-top-width: 8px;
    border-top-style: solid; }

  .border-top-9-lg {
    border-top-width: 9px;
    border-top-style: solid; }

  .border-top-10-lg {
    border-top-width: 10px;
    border-top-style: solid; } }
@media screen and (min-width: 1280px) {
  .border-top-0-xl {
    border-top-width: 0px;
    border-top-style: solid; }

  .border-top-1-xl {
    border-top-width: 1px;
    border-top-style: solid; }

  .border-top-2-xl {
    border-top-width: 2px;
    border-top-style: solid; }

  .border-top-3-xl {
    border-top-width: 3px;
    border-top-style: solid; }

  .border-top-4-xl {
    border-top-width: 4px;
    border-top-style: solid; }

  .border-top-5-xl {
    border-top-width: 5px;
    border-top-style: solid; }

  .border-top-6-xl {
    border-top-width: 6px;
    border-top-style: solid; }

  .border-top-7-xl {
    border-top-width: 7px;
    border-top-style: solid; }

  .border-top-8-xl {
    border-top-width: 8px;
    border-top-style: solid; }

  .border-top-9-xl {
    border-top-width: 9px;
    border-top-style: solid; }

  .border-top-10-xl {
    border-top-width: 10px;
    border-top-style: solid; } }
@media screen and (min-width: 1600px) {
  .border-top-0-xxl {
    border-top-width: 0px;
    border-top-style: solid; }

  .border-top-1-xxl {
    border-top-width: 1px;
    border-top-style: solid; }

  .border-top-2-xxl {
    border-top-width: 2px;
    border-top-style: solid; }

  .border-top-3-xxl {
    border-top-width: 3px;
    border-top-style: solid; }

  .border-top-4-xxl {
    border-top-width: 4px;
    border-top-style: solid; }

  .border-top-5-xxl {
    border-top-width: 5px;
    border-top-style: solid; }

  .border-top-6-xxl {
    border-top-width: 6px;
    border-top-style: solid; }

  .border-top-7-xxl {
    border-top-width: 7px;
    border-top-style: solid; }

  .border-top-8-xxl {
    border-top-width: 8px;
    border-top-style: solid; }

  .border-top-9-xxl {
    border-top-width: 9px;
    border-top-style: solid; }

  .border-top-10-xxl {
    border-top-width: 10px;
    border-top-style: solid; } }
.border-bottom-0 {
  border-bottom-width: 0px;
  border-bottom-style: solid; }

.border-bottom-1 {
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.border-bottom-2 {
  border-bottom-width: 2px;
  border-bottom-style: solid; }

.border-bottom-3 {
  border-bottom-width: 3px;
  border-bottom-style: solid; }

.border-bottom-4 {
  border-bottom-width: 4px;
  border-bottom-style: solid; }

.border-bottom-5 {
  border-bottom-width: 5px;
  border-bottom-style: solid; }

.border-bottom-6 {
  border-bottom-width: 6px;
  border-bottom-style: solid; }

.border-bottom-7 {
  border-bottom-width: 7px;
  border-bottom-style: solid; }

.border-bottom-8 {
  border-bottom-width: 8px;
  border-bottom-style: solid; }

.border-bottom-9 {
  border-bottom-width: 9px;
  border-bottom-style: solid; }

.border-bottom-10 {
  border-bottom-width: 10px;
  border-bottom-style: solid; }

@media screen and (min-width: 0) {
  .border-bottom-0-xs {
    border-bottom-width: 0px;
    border-bottom-style: solid; }

  .border-bottom-1-xs {
    border-bottom-width: 1px;
    border-bottom-style: solid; }

  .border-bottom-2-xs {
    border-bottom-width: 2px;
    border-bottom-style: solid; }

  .border-bottom-3-xs {
    border-bottom-width: 3px;
    border-bottom-style: solid; }

  .border-bottom-4-xs {
    border-bottom-width: 4px;
    border-bottom-style: solid; }

  .border-bottom-5-xs {
    border-bottom-width: 5px;
    border-bottom-style: solid; }

  .border-bottom-6-xs {
    border-bottom-width: 6px;
    border-bottom-style: solid; }

  .border-bottom-7-xs {
    border-bottom-width: 7px;
    border-bottom-style: solid; }

  .border-bottom-8-xs {
    border-bottom-width: 8px;
    border-bottom-style: solid; }

  .border-bottom-9-xs {
    border-bottom-width: 9px;
    border-bottom-style: solid; }

  .border-bottom-10-xs {
    border-bottom-width: 10px;
    border-bottom-style: solid; } }
@media screen and (min-width: 576px) {
  .border-bottom-0-sm {
    border-bottom-width: 0px;
    border-bottom-style: solid; }

  .border-bottom-1-sm {
    border-bottom-width: 1px;
    border-bottom-style: solid; }

  .border-bottom-2-sm {
    border-bottom-width: 2px;
    border-bottom-style: solid; }

  .border-bottom-3-sm {
    border-bottom-width: 3px;
    border-bottom-style: solid; }

  .border-bottom-4-sm {
    border-bottom-width: 4px;
    border-bottom-style: solid; }

  .border-bottom-5-sm {
    border-bottom-width: 5px;
    border-bottom-style: solid; }

  .border-bottom-6-sm {
    border-bottom-width: 6px;
    border-bottom-style: solid; }

  .border-bottom-7-sm {
    border-bottom-width: 7px;
    border-bottom-style: solid; }

  .border-bottom-8-sm {
    border-bottom-width: 8px;
    border-bottom-style: solid; }

  .border-bottom-9-sm {
    border-bottom-width: 9px;
    border-bottom-style: solid; }

  .border-bottom-10-sm {
    border-bottom-width: 10px;
    border-bottom-style: solid; } }
@media screen and (min-width: 768px) {
  .border-bottom-0-md {
    border-bottom-width: 0px;
    border-bottom-style: solid; }

  .border-bottom-1-md {
    border-bottom-width: 1px;
    border-bottom-style: solid; }

  .border-bottom-2-md {
    border-bottom-width: 2px;
    border-bottom-style: solid; }

  .border-bottom-3-md {
    border-bottom-width: 3px;
    border-bottom-style: solid; }

  .border-bottom-4-md {
    border-bottom-width: 4px;
    border-bottom-style: solid; }

  .border-bottom-5-md {
    border-bottom-width: 5px;
    border-bottom-style: solid; }

  .border-bottom-6-md {
    border-bottom-width: 6px;
    border-bottom-style: solid; }

  .border-bottom-7-md {
    border-bottom-width: 7px;
    border-bottom-style: solid; }

  .border-bottom-8-md {
    border-bottom-width: 8px;
    border-bottom-style: solid; }

  .border-bottom-9-md {
    border-bottom-width: 9px;
    border-bottom-style: solid; }

  .border-bottom-10-md {
    border-bottom-width: 10px;
    border-bottom-style: solid; } }
@media screen and (min-width: 1024px) {
  .border-bottom-0-lg {
    border-bottom-width: 0px;
    border-bottom-style: solid; }

  .border-bottom-1-lg {
    border-bottom-width: 1px;
    border-bottom-style: solid; }

  .border-bottom-2-lg {
    border-bottom-width: 2px;
    border-bottom-style: solid; }

  .border-bottom-3-lg {
    border-bottom-width: 3px;
    border-bottom-style: solid; }

  .border-bottom-4-lg {
    border-bottom-width: 4px;
    border-bottom-style: solid; }

  .border-bottom-5-lg {
    border-bottom-width: 5px;
    border-bottom-style: solid; }

  .border-bottom-6-lg {
    border-bottom-width: 6px;
    border-bottom-style: solid; }

  .border-bottom-7-lg {
    border-bottom-width: 7px;
    border-bottom-style: solid; }

  .border-bottom-8-lg {
    border-bottom-width: 8px;
    border-bottom-style: solid; }

  .border-bottom-9-lg {
    border-bottom-width: 9px;
    border-bottom-style: solid; }

  .border-bottom-10-lg {
    border-bottom-width: 10px;
    border-bottom-style: solid; } }
@media screen and (min-width: 1280px) {
  .border-bottom-0-xl {
    border-bottom-width: 0px;
    border-bottom-style: solid; }

  .border-bottom-1-xl {
    border-bottom-width: 1px;
    border-bottom-style: solid; }

  .border-bottom-2-xl {
    border-bottom-width: 2px;
    border-bottom-style: solid; }

  .border-bottom-3-xl {
    border-bottom-width: 3px;
    border-bottom-style: solid; }

  .border-bottom-4-xl {
    border-bottom-width: 4px;
    border-bottom-style: solid; }

  .border-bottom-5-xl {
    border-bottom-width: 5px;
    border-bottom-style: solid; }

  .border-bottom-6-xl {
    border-bottom-width: 6px;
    border-bottom-style: solid; }

  .border-bottom-7-xl {
    border-bottom-width: 7px;
    border-bottom-style: solid; }

  .border-bottom-8-xl {
    border-bottom-width: 8px;
    border-bottom-style: solid; }

  .border-bottom-9-xl {
    border-bottom-width: 9px;
    border-bottom-style: solid; }

  .border-bottom-10-xl {
    border-bottom-width: 10px;
    border-bottom-style: solid; } }
@media screen and (min-width: 1600px) {
  .border-bottom-0-xxl {
    border-bottom-width: 0px;
    border-bottom-style: solid; }

  .border-bottom-1-xxl {
    border-bottom-width: 1px;
    border-bottom-style: solid; }

  .border-bottom-2-xxl {
    border-bottom-width: 2px;
    border-bottom-style: solid; }

  .border-bottom-3-xxl {
    border-bottom-width: 3px;
    border-bottom-style: solid; }

  .border-bottom-4-xxl {
    border-bottom-width: 4px;
    border-bottom-style: solid; }

  .border-bottom-5-xxl {
    border-bottom-width: 5px;
    border-bottom-style: solid; }

  .border-bottom-6-xxl {
    border-bottom-width: 6px;
    border-bottom-style: solid; }

  .border-bottom-7-xxl {
    border-bottom-width: 7px;
    border-bottom-style: solid; }

  .border-bottom-8-xxl {
    border-bottom-width: 8px;
    border-bottom-style: solid; }

  .border-bottom-9-xxl {
    border-bottom-width: 9px;
    border-bottom-style: solid; }

  .border-bottom-10-xxl {
    border-bottom-width: 10px;
    border-bottom-style: solid; } }
.border-left-0 {
  border-left-width: 0px;
  border-left-style: solid; }

.border-left-1 {
  border-left-width: 1px;
  border-left-style: solid; }

.border-left-2 {
  border-left-width: 2px;
  border-left-style: solid; }

.border-left-3 {
  border-left-width: 3px;
  border-left-style: solid; }

.border-left-4 {
  border-left-width: 4px;
  border-left-style: solid; }

.border-left-5 {
  border-left-width: 5px;
  border-left-style: solid; }

.border-left-6 {
  border-left-width: 6px;
  border-left-style: solid; }

.border-left-7 {
  border-left-width: 7px;
  border-left-style: solid; }

.border-left-8 {
  border-left-width: 8px;
  border-left-style: solid; }

.border-left-9 {
  border-left-width: 9px;
  border-left-style: solid; }

.border-left-10 {
  border-left-width: 10px;
  border-left-style: solid; }

@media screen and (min-width: 0) {
  .border-left-0-xs {
    border-left-width: 0px;
    border-left-style: solid; }

  .border-left-1-xs {
    border-left-width: 1px;
    border-left-style: solid; }

  .border-left-2-xs {
    border-left-width: 2px;
    border-left-style: solid; }

  .border-left-3-xs {
    border-left-width: 3px;
    border-left-style: solid; }

  .border-left-4-xs {
    border-left-width: 4px;
    border-left-style: solid; }

  .border-left-5-xs {
    border-left-width: 5px;
    border-left-style: solid; }

  .border-left-6-xs {
    border-left-width: 6px;
    border-left-style: solid; }

  .border-left-7-xs {
    border-left-width: 7px;
    border-left-style: solid; }

  .border-left-8-xs {
    border-left-width: 8px;
    border-left-style: solid; }

  .border-left-9-xs {
    border-left-width: 9px;
    border-left-style: solid; }

  .border-left-10-xs {
    border-left-width: 10px;
    border-left-style: solid; } }
@media screen and (min-width: 576px) {
  .border-left-0-sm {
    border-left-width: 0px;
    border-left-style: solid; }

  .border-left-1-sm {
    border-left-width: 1px;
    border-left-style: solid; }

  .border-left-2-sm {
    border-left-width: 2px;
    border-left-style: solid; }

  .border-left-3-sm {
    border-left-width: 3px;
    border-left-style: solid; }

  .border-left-4-sm {
    border-left-width: 4px;
    border-left-style: solid; }

  .border-left-5-sm {
    border-left-width: 5px;
    border-left-style: solid; }

  .border-left-6-sm {
    border-left-width: 6px;
    border-left-style: solid; }

  .border-left-7-sm {
    border-left-width: 7px;
    border-left-style: solid; }

  .border-left-8-sm {
    border-left-width: 8px;
    border-left-style: solid; }

  .border-left-9-sm {
    border-left-width: 9px;
    border-left-style: solid; }

  .border-left-10-sm {
    border-left-width: 10px;
    border-left-style: solid; } }
@media screen and (min-width: 768px) {
  .border-left-0-md {
    border-left-width: 0px;
    border-left-style: solid; }

  .border-left-1-md {
    border-left-width: 1px;
    border-left-style: solid; }

  .border-left-2-md {
    border-left-width: 2px;
    border-left-style: solid; }

  .border-left-3-md {
    border-left-width: 3px;
    border-left-style: solid; }

  .border-left-4-md {
    border-left-width: 4px;
    border-left-style: solid; }

  .border-left-5-md {
    border-left-width: 5px;
    border-left-style: solid; }

  .border-left-6-md {
    border-left-width: 6px;
    border-left-style: solid; }

  .border-left-7-md {
    border-left-width: 7px;
    border-left-style: solid; }

  .border-left-8-md {
    border-left-width: 8px;
    border-left-style: solid; }

  .border-left-9-md {
    border-left-width: 9px;
    border-left-style: solid; }

  .border-left-10-md {
    border-left-width: 10px;
    border-left-style: solid; } }
@media screen and (min-width: 1024px) {
  .border-left-0-lg {
    border-left-width: 0px;
    border-left-style: solid; }

  .border-left-1-lg {
    border-left-width: 1px;
    border-left-style: solid; }

  .border-left-2-lg {
    border-left-width: 2px;
    border-left-style: solid; }

  .border-left-3-lg {
    border-left-width: 3px;
    border-left-style: solid; }

  .border-left-4-lg {
    border-left-width: 4px;
    border-left-style: solid; }

  .border-left-5-lg {
    border-left-width: 5px;
    border-left-style: solid; }

  .border-left-6-lg {
    border-left-width: 6px;
    border-left-style: solid; }

  .border-left-7-lg {
    border-left-width: 7px;
    border-left-style: solid; }

  .border-left-8-lg {
    border-left-width: 8px;
    border-left-style: solid; }

  .border-left-9-lg {
    border-left-width: 9px;
    border-left-style: solid; }

  .border-left-10-lg {
    border-left-width: 10px;
    border-left-style: solid; } }
@media screen and (min-width: 1280px) {
  .border-left-0-xl {
    border-left-width: 0px;
    border-left-style: solid; }

  .border-left-1-xl {
    border-left-width: 1px;
    border-left-style: solid; }

  .border-left-2-xl {
    border-left-width: 2px;
    border-left-style: solid; }

  .border-left-3-xl {
    border-left-width: 3px;
    border-left-style: solid; }

  .border-left-4-xl {
    border-left-width: 4px;
    border-left-style: solid; }

  .border-left-5-xl {
    border-left-width: 5px;
    border-left-style: solid; }

  .border-left-6-xl {
    border-left-width: 6px;
    border-left-style: solid; }

  .border-left-7-xl {
    border-left-width: 7px;
    border-left-style: solid; }

  .border-left-8-xl {
    border-left-width: 8px;
    border-left-style: solid; }

  .border-left-9-xl {
    border-left-width: 9px;
    border-left-style: solid; }

  .border-left-10-xl {
    border-left-width: 10px;
    border-left-style: solid; } }
@media screen and (min-width: 1600px) {
  .border-left-0-xxl {
    border-left-width: 0px;
    border-left-style: solid; }

  .border-left-1-xxl {
    border-left-width: 1px;
    border-left-style: solid; }

  .border-left-2-xxl {
    border-left-width: 2px;
    border-left-style: solid; }

  .border-left-3-xxl {
    border-left-width: 3px;
    border-left-style: solid; }

  .border-left-4-xxl {
    border-left-width: 4px;
    border-left-style: solid; }

  .border-left-5-xxl {
    border-left-width: 5px;
    border-left-style: solid; }

  .border-left-6-xxl {
    border-left-width: 6px;
    border-left-style: solid; }

  .border-left-7-xxl {
    border-left-width: 7px;
    border-left-style: solid; }

  .border-left-8-xxl {
    border-left-width: 8px;
    border-left-style: solid; }

  .border-left-9-xxl {
    border-left-width: 9px;
    border-left-style: solid; }

  .border-left-10-xxl {
    border-left-width: 10px;
    border-left-style: solid; } }
.border-right-0 {
  border-right-width: 0px;
  border-right-style: solid; }

.border-right-1 {
  border-right-width: 1px;
  border-right-style: solid; }

.border-right-2 {
  border-right-width: 2px;
  border-right-style: solid; }

.border-right-3 {
  border-right-width: 3px;
  border-right-style: solid; }

.border-right-4 {
  border-right-width: 4px;
  border-right-style: solid; }

.border-right-5 {
  border-right-width: 5px;
  border-right-style: solid; }

.border-right-6 {
  border-right-width: 6px;
  border-right-style: solid; }

.border-right-7 {
  border-right-width: 7px;
  border-right-style: solid; }

.border-right-8 {
  border-right-width: 8px;
  border-right-style: solid; }

.border-right-9 {
  border-right-width: 9px;
  border-right-style: solid; }

.border-right-10 {
  border-right-width: 10px;
  border-right-style: solid; }

@media screen and (min-width: 0) {
  .border-right-0-xs {
    border-right-width: 0px;
    border-right-style: solid; }

  .border-right-1-xs {
    border-right-width: 1px;
    border-right-style: solid; }

  .border-right-2-xs {
    border-right-width: 2px;
    border-right-style: solid; }

  .border-right-3-xs {
    border-right-width: 3px;
    border-right-style: solid; }

  .border-right-4-xs {
    border-right-width: 4px;
    border-right-style: solid; }

  .border-right-5-xs {
    border-right-width: 5px;
    border-right-style: solid; }

  .border-right-6-xs {
    border-right-width: 6px;
    border-right-style: solid; }

  .border-right-7-xs {
    border-right-width: 7px;
    border-right-style: solid; }

  .border-right-8-xs {
    border-right-width: 8px;
    border-right-style: solid; }

  .border-right-9-xs {
    border-right-width: 9px;
    border-right-style: solid; }

  .border-right-10-xs {
    border-right-width: 10px;
    border-right-style: solid; } }
@media screen and (min-width: 576px) {
  .border-right-0-sm {
    border-right-width: 0px;
    border-right-style: solid; }

  .border-right-1-sm {
    border-right-width: 1px;
    border-right-style: solid; }

  .border-right-2-sm {
    border-right-width: 2px;
    border-right-style: solid; }

  .border-right-3-sm {
    border-right-width: 3px;
    border-right-style: solid; }

  .border-right-4-sm {
    border-right-width: 4px;
    border-right-style: solid; }

  .border-right-5-sm {
    border-right-width: 5px;
    border-right-style: solid; }

  .border-right-6-sm {
    border-right-width: 6px;
    border-right-style: solid; }

  .border-right-7-sm {
    border-right-width: 7px;
    border-right-style: solid; }

  .border-right-8-sm {
    border-right-width: 8px;
    border-right-style: solid; }

  .border-right-9-sm {
    border-right-width: 9px;
    border-right-style: solid; }

  .border-right-10-sm {
    border-right-width: 10px;
    border-right-style: solid; } }
@media screen and (min-width: 768px) {
  .border-right-0-md {
    border-right-width: 0px;
    border-right-style: solid; }

  .border-right-1-md {
    border-right-width: 1px;
    border-right-style: solid; }

  .border-right-2-md {
    border-right-width: 2px;
    border-right-style: solid; }

  .border-right-3-md {
    border-right-width: 3px;
    border-right-style: solid; }

  .border-right-4-md {
    border-right-width: 4px;
    border-right-style: solid; }

  .border-right-5-md {
    border-right-width: 5px;
    border-right-style: solid; }

  .border-right-6-md {
    border-right-width: 6px;
    border-right-style: solid; }

  .border-right-7-md {
    border-right-width: 7px;
    border-right-style: solid; }

  .border-right-8-md {
    border-right-width: 8px;
    border-right-style: solid; }

  .border-right-9-md {
    border-right-width: 9px;
    border-right-style: solid; }

  .border-right-10-md {
    border-right-width: 10px;
    border-right-style: solid; } }
@media screen and (min-width: 1024px) {
  .border-right-0-lg {
    border-right-width: 0px;
    border-right-style: solid; }

  .border-right-1-lg {
    border-right-width: 1px;
    border-right-style: solid; }

  .border-right-2-lg {
    border-right-width: 2px;
    border-right-style: solid; }

  .border-right-3-lg {
    border-right-width: 3px;
    border-right-style: solid; }

  .border-right-4-lg {
    border-right-width: 4px;
    border-right-style: solid; }

  .border-right-5-lg {
    border-right-width: 5px;
    border-right-style: solid; }

  .border-right-6-lg {
    border-right-width: 6px;
    border-right-style: solid; }

  .border-right-7-lg {
    border-right-width: 7px;
    border-right-style: solid; }

  .border-right-8-lg {
    border-right-width: 8px;
    border-right-style: solid; }

  .border-right-9-lg {
    border-right-width: 9px;
    border-right-style: solid; }

  .border-right-10-lg {
    border-right-width: 10px;
    border-right-style: solid; } }
@media screen and (min-width: 1280px) {
  .border-right-0-xl {
    border-right-width: 0px;
    border-right-style: solid; }

  .border-right-1-xl {
    border-right-width: 1px;
    border-right-style: solid; }

  .border-right-2-xl {
    border-right-width: 2px;
    border-right-style: solid; }

  .border-right-3-xl {
    border-right-width: 3px;
    border-right-style: solid; }

  .border-right-4-xl {
    border-right-width: 4px;
    border-right-style: solid; }

  .border-right-5-xl {
    border-right-width: 5px;
    border-right-style: solid; }

  .border-right-6-xl {
    border-right-width: 6px;
    border-right-style: solid; }

  .border-right-7-xl {
    border-right-width: 7px;
    border-right-style: solid; }

  .border-right-8-xl {
    border-right-width: 8px;
    border-right-style: solid; }

  .border-right-9-xl {
    border-right-width: 9px;
    border-right-style: solid; }

  .border-right-10-xl {
    border-right-width: 10px;
    border-right-style: solid; } }
@media screen and (min-width: 1600px) {
  .border-right-0-xxl {
    border-right-width: 0px;
    border-right-style: solid; }

  .border-right-1-xxl {
    border-right-width: 1px;
    border-right-style: solid; }

  .border-right-2-xxl {
    border-right-width: 2px;
    border-right-style: solid; }

  .border-right-3-xxl {
    border-right-width: 3px;
    border-right-style: solid; }

  .border-right-4-xxl {
    border-right-width: 4px;
    border-right-style: solid; }

  .border-right-5-xxl {
    border-right-width: 5px;
    border-right-style: solid; }

  .border-right-6-xxl {
    border-right-width: 6px;
    border-right-style: solid; }

  .border-right-7-xxl {
    border-right-width: 7px;
    border-right-style: solid; }

  .border-right-8-xxl {
    border-right-width: 8px;
    border-right-style: solid; }

  .border-right-9-xxl {
    border-right-width: 9px;
    border-right-style: solid; }

  .border-right-10-xxl {
    border-right-width: 10px;
    border-right-style: solid; } }
.border-radius-0 {
  border-radius: 0px; }

.border-radius-1 {
  border-radius: 1px; }

.border-radius-2 {
  border-radius: 2px; }

.border-radius-3 {
  border-radius: 3px; }

.border-radius-4 {
  border-radius: 4px; }

.border-radius-5 {
  border-radius: 5px; }

.border-radius-6 {
  border-radius: 6px; }

.border-radius-7 {
  border-radius: 7px; }

.border-radius-8 {
  border-radius: 8px; }

.border-radius-9 {
  border-radius: 9px; }

.border-radius-10 {
  border-radius: 10px; }

@media screen and (min-width: 0) {
  .border-radius-0-xs {
    border-radius: 0px; }

  .border-radius-1-xs {
    border-radius: 1px; }

  .border-radius-2-xs {
    border-radius: 2px; }

  .border-radius-3-xs {
    border-radius: 3px; }

  .border-radius-4-xs {
    border-radius: 4px; }

  .border-radius-5-xs {
    border-radius: 5px; }

  .border-radius-6-xs {
    border-radius: 6px; }

  .border-radius-7-xs {
    border-radius: 7px; }

  .border-radius-8-xs {
    border-radius: 8px; }

  .border-radius-9-xs {
    border-radius: 9px; }

  .border-radius-10-xs {
    border-radius: 10px; } }
@media screen and (min-width: 576px) {
  .border-radius-0-sm {
    border-radius: 0px; }

  .border-radius-1-sm {
    border-radius: 1px; }

  .border-radius-2-sm {
    border-radius: 2px; }

  .border-radius-3-sm {
    border-radius: 3px; }

  .border-radius-4-sm {
    border-radius: 4px; }

  .border-radius-5-sm {
    border-radius: 5px; }

  .border-radius-6-sm {
    border-radius: 6px; }

  .border-radius-7-sm {
    border-radius: 7px; }

  .border-radius-8-sm {
    border-radius: 8px; }

  .border-radius-9-sm {
    border-radius: 9px; }

  .border-radius-10-sm {
    border-radius: 10px; } }
@media screen and (min-width: 768px) {
  .border-radius-0-md {
    border-radius: 0px; }

  .border-radius-1-md {
    border-radius: 1px; }

  .border-radius-2-md {
    border-radius: 2px; }

  .border-radius-3-md {
    border-radius: 3px; }

  .border-radius-4-md {
    border-radius: 4px; }

  .border-radius-5-md {
    border-radius: 5px; }

  .border-radius-6-md {
    border-radius: 6px; }

  .border-radius-7-md {
    border-radius: 7px; }

  .border-radius-8-md {
    border-radius: 8px; }

  .border-radius-9-md {
    border-radius: 9px; }

  .border-radius-10-md {
    border-radius: 10px; } }
@media screen and (min-width: 1024px) {
  .border-radius-0-lg {
    border-radius: 0px; }

  .border-radius-1-lg {
    border-radius: 1px; }

  .border-radius-2-lg {
    border-radius: 2px; }

  .border-radius-3-lg {
    border-radius: 3px; }

  .border-radius-4-lg {
    border-radius: 4px; }

  .border-radius-5-lg {
    border-radius: 5px; }

  .border-radius-6-lg {
    border-radius: 6px; }

  .border-radius-7-lg {
    border-radius: 7px; }

  .border-radius-8-lg {
    border-radius: 8px; }

  .border-radius-9-lg {
    border-radius: 9px; }

  .border-radius-10-lg {
    border-radius: 10px; } }
@media screen and (min-width: 1280px) {
  .border-radius-0-xl {
    border-radius: 0px; }

  .border-radius-1-xl {
    border-radius: 1px; }

  .border-radius-2-xl {
    border-radius: 2px; }

  .border-radius-3-xl {
    border-radius: 3px; }

  .border-radius-4-xl {
    border-radius: 4px; }

  .border-radius-5-xl {
    border-radius: 5px; }

  .border-radius-6-xl {
    border-radius: 6px; }

  .border-radius-7-xl {
    border-radius: 7px; }

  .border-radius-8-xl {
    border-radius: 8px; }

  .border-radius-9-xl {
    border-radius: 9px; }

  .border-radius-10-xl {
    border-radius: 10px; } }
@media screen and (min-width: 1600px) {
  .border-radius-0-xxl {
    border-radius: 0px; }

  .border-radius-1-xxl {
    border-radius: 1px; }

  .border-radius-2-xxl {
    border-radius: 2px; }

  .border-radius-3-xxl {
    border-radius: 3px; }

  .border-radius-4-xxl {
    border-radius: 4px; }

  .border-radius-5-xxl {
    border-radius: 5px; }

  .border-radius-6-xxl {
    border-radius: 6px; }

  .border-radius-7-xxl {
    border-radius: 7px; }

  .border-radius-8-xxl {
    border-radius: 8px; }

  .border-radius-9-xxl {
    border-radius: 9px; }

  .border-radius-10-xxl {
    border-radius: 10px; } }
.border-top-left-radius-0 {
  border-top-left-radius: 0px; }

.border-top-left-radius-1 {
  border-top-left-radius: 1px; }

.border-top-left-radius-2 {
  border-top-left-radius: 2px; }

.border-top-left-radius-3 {
  border-top-left-radius: 3px; }

.border-top-left-radius-4 {
  border-top-left-radius: 4px; }

.border-top-left-radius-5 {
  border-top-left-radius: 5px; }

.border-top-left-radius-6 {
  border-top-left-radius: 6px; }

.border-top-left-radius-7 {
  border-top-left-radius: 7px; }

.border-top-left-radius-8 {
  border-top-left-radius: 8px; }

.border-top-left-radius-9 {
  border-top-left-radius: 9px; }

.border-top-left-radius-10 {
  border-top-left-radius: 10px; }

@media screen and (min-width: 0) {
  .border-top-left-radius-0-xs {
    border-top-left-radius: 0px; }

  .border-top-left-radius-1-xs {
    border-top-left-radius: 1px; }

  .border-top-left-radius-2-xs {
    border-top-left-radius: 2px; }

  .border-top-left-radius-3-xs {
    border-top-left-radius: 3px; }

  .border-top-left-radius-4-xs {
    border-top-left-radius: 4px; }

  .border-top-left-radius-5-xs {
    border-top-left-radius: 5px; }

  .border-top-left-radius-6-xs {
    border-top-left-radius: 6px; }

  .border-top-left-radius-7-xs {
    border-top-left-radius: 7px; }

  .border-top-left-radius-8-xs {
    border-top-left-radius: 8px; }

  .border-top-left-radius-9-xs {
    border-top-left-radius: 9px; }

  .border-top-left-radius-10-xs {
    border-top-left-radius: 10px; } }
@media screen and (min-width: 576px) {
  .border-top-left-radius-0-sm {
    border-top-left-radius: 0px; }

  .border-top-left-radius-1-sm {
    border-top-left-radius: 1px; }

  .border-top-left-radius-2-sm {
    border-top-left-radius: 2px; }

  .border-top-left-radius-3-sm {
    border-top-left-radius: 3px; }

  .border-top-left-radius-4-sm {
    border-top-left-radius: 4px; }

  .border-top-left-radius-5-sm {
    border-top-left-radius: 5px; }

  .border-top-left-radius-6-sm {
    border-top-left-radius: 6px; }

  .border-top-left-radius-7-sm {
    border-top-left-radius: 7px; }

  .border-top-left-radius-8-sm {
    border-top-left-radius: 8px; }

  .border-top-left-radius-9-sm {
    border-top-left-radius: 9px; }

  .border-top-left-radius-10-sm {
    border-top-left-radius: 10px; } }
@media screen and (min-width: 768px) {
  .border-top-left-radius-0-md {
    border-top-left-radius: 0px; }

  .border-top-left-radius-1-md {
    border-top-left-radius: 1px; }

  .border-top-left-radius-2-md {
    border-top-left-radius: 2px; }

  .border-top-left-radius-3-md {
    border-top-left-radius: 3px; }

  .border-top-left-radius-4-md {
    border-top-left-radius: 4px; }

  .border-top-left-radius-5-md {
    border-top-left-radius: 5px; }

  .border-top-left-radius-6-md {
    border-top-left-radius: 6px; }

  .border-top-left-radius-7-md {
    border-top-left-radius: 7px; }

  .border-top-left-radius-8-md {
    border-top-left-radius: 8px; }

  .border-top-left-radius-9-md {
    border-top-left-radius: 9px; }

  .border-top-left-radius-10-md {
    border-top-left-radius: 10px; } }
@media screen and (min-width: 1024px) {
  .border-top-left-radius-0-lg {
    border-top-left-radius: 0px; }

  .border-top-left-radius-1-lg {
    border-top-left-radius: 1px; }

  .border-top-left-radius-2-lg {
    border-top-left-radius: 2px; }

  .border-top-left-radius-3-lg {
    border-top-left-radius: 3px; }

  .border-top-left-radius-4-lg {
    border-top-left-radius: 4px; }

  .border-top-left-radius-5-lg {
    border-top-left-radius: 5px; }

  .border-top-left-radius-6-lg {
    border-top-left-radius: 6px; }

  .border-top-left-radius-7-lg {
    border-top-left-radius: 7px; }

  .border-top-left-radius-8-lg {
    border-top-left-radius: 8px; }

  .border-top-left-radius-9-lg {
    border-top-left-radius: 9px; }

  .border-top-left-radius-10-lg {
    border-top-left-radius: 10px; } }
@media screen and (min-width: 1280px) {
  .border-top-left-radius-0-xl {
    border-top-left-radius: 0px; }

  .border-top-left-radius-1-xl {
    border-top-left-radius: 1px; }

  .border-top-left-radius-2-xl {
    border-top-left-radius: 2px; }

  .border-top-left-radius-3-xl {
    border-top-left-radius: 3px; }

  .border-top-left-radius-4-xl {
    border-top-left-radius: 4px; }

  .border-top-left-radius-5-xl {
    border-top-left-radius: 5px; }

  .border-top-left-radius-6-xl {
    border-top-left-radius: 6px; }

  .border-top-left-radius-7-xl {
    border-top-left-radius: 7px; }

  .border-top-left-radius-8-xl {
    border-top-left-radius: 8px; }

  .border-top-left-radius-9-xl {
    border-top-left-radius: 9px; }

  .border-top-left-radius-10-xl {
    border-top-left-radius: 10px; } }
@media screen and (min-width: 1600px) {
  .border-top-left-radius-0-xxl {
    border-top-left-radius: 0px; }

  .border-top-left-radius-1-xxl {
    border-top-left-radius: 1px; }

  .border-top-left-radius-2-xxl {
    border-top-left-radius: 2px; }

  .border-top-left-radius-3-xxl {
    border-top-left-radius: 3px; }

  .border-top-left-radius-4-xxl {
    border-top-left-radius: 4px; }

  .border-top-left-radius-5-xxl {
    border-top-left-radius: 5px; }

  .border-top-left-radius-6-xxl {
    border-top-left-radius: 6px; }

  .border-top-left-radius-7-xxl {
    border-top-left-radius: 7px; }

  .border-top-left-radius-8-xxl {
    border-top-left-radius: 8px; }

  .border-top-left-radius-9-xxl {
    border-top-left-radius: 9px; }

  .border-top-left-radius-10-xxl {
    border-top-left-radius: 10px; } }
.border-top-right-radius-0 {
  border-top-right-radius: 0px; }

.border-top-right-radius-1 {
  border-top-right-radius: 1px; }

.border-top-right-radius-2 {
  border-top-right-radius: 2px; }

.border-top-right-radius-3 {
  border-top-right-radius: 3px; }

.border-top-right-radius-4 {
  border-top-right-radius: 4px; }

.border-top-right-radius-5 {
  border-top-right-radius: 5px; }

.border-top-right-radius-6 {
  border-top-right-radius: 6px; }

.border-top-right-radius-7 {
  border-top-right-radius: 7px; }

.border-top-right-radius-8 {
  border-top-right-radius: 8px; }

.border-top-right-radius-9 {
  border-top-right-radius: 9px; }

.border-top-right-radius-10 {
  border-top-right-radius: 10px; }

@media screen and (min-width: 0) {
  .border-top-right-radius-0-xs {
    border-top-right-radius: 0px; }

  .border-top-right-radius-1-xs {
    border-top-right-radius: 1px; }

  .border-top-right-radius-2-xs {
    border-top-right-radius: 2px; }

  .border-top-right-radius-3-xs {
    border-top-right-radius: 3px; }

  .border-top-right-radius-4-xs {
    border-top-right-radius: 4px; }

  .border-top-right-radius-5-xs {
    border-top-right-radius: 5px; }

  .border-top-right-radius-6-xs {
    border-top-right-radius: 6px; }

  .border-top-right-radius-7-xs {
    border-top-right-radius: 7px; }

  .border-top-right-radius-8-xs {
    border-top-right-radius: 8px; }

  .border-top-right-radius-9-xs {
    border-top-right-radius: 9px; }

  .border-top-right-radius-10-xs {
    border-top-right-radius: 10px; } }
@media screen and (min-width: 576px) {
  .border-top-right-radius-0-sm {
    border-top-right-radius: 0px; }

  .border-top-right-radius-1-sm {
    border-top-right-radius: 1px; }

  .border-top-right-radius-2-sm {
    border-top-right-radius: 2px; }

  .border-top-right-radius-3-sm {
    border-top-right-radius: 3px; }

  .border-top-right-radius-4-sm {
    border-top-right-radius: 4px; }

  .border-top-right-radius-5-sm {
    border-top-right-radius: 5px; }

  .border-top-right-radius-6-sm {
    border-top-right-radius: 6px; }

  .border-top-right-radius-7-sm {
    border-top-right-radius: 7px; }

  .border-top-right-radius-8-sm {
    border-top-right-radius: 8px; }

  .border-top-right-radius-9-sm {
    border-top-right-radius: 9px; }

  .border-top-right-radius-10-sm {
    border-top-right-radius: 10px; } }
@media screen and (min-width: 768px) {
  .border-top-right-radius-0-md {
    border-top-right-radius: 0px; }

  .border-top-right-radius-1-md {
    border-top-right-radius: 1px; }

  .border-top-right-radius-2-md {
    border-top-right-radius: 2px; }

  .border-top-right-radius-3-md {
    border-top-right-radius: 3px; }

  .border-top-right-radius-4-md {
    border-top-right-radius: 4px; }

  .border-top-right-radius-5-md {
    border-top-right-radius: 5px; }

  .border-top-right-radius-6-md {
    border-top-right-radius: 6px; }

  .border-top-right-radius-7-md {
    border-top-right-radius: 7px; }

  .border-top-right-radius-8-md {
    border-top-right-radius: 8px; }

  .border-top-right-radius-9-md {
    border-top-right-radius: 9px; }

  .border-top-right-radius-10-md {
    border-top-right-radius: 10px; } }
@media screen and (min-width: 1024px) {
  .border-top-right-radius-0-lg {
    border-top-right-radius: 0px; }

  .border-top-right-radius-1-lg {
    border-top-right-radius: 1px; }

  .border-top-right-radius-2-lg {
    border-top-right-radius: 2px; }

  .border-top-right-radius-3-lg {
    border-top-right-radius: 3px; }

  .border-top-right-radius-4-lg {
    border-top-right-radius: 4px; }

  .border-top-right-radius-5-lg {
    border-top-right-radius: 5px; }

  .border-top-right-radius-6-lg {
    border-top-right-radius: 6px; }

  .border-top-right-radius-7-lg {
    border-top-right-radius: 7px; }

  .border-top-right-radius-8-lg {
    border-top-right-radius: 8px; }

  .border-top-right-radius-9-lg {
    border-top-right-radius: 9px; }

  .border-top-right-radius-10-lg {
    border-top-right-radius: 10px; } }
@media screen and (min-width: 1280px) {
  .border-top-right-radius-0-xl {
    border-top-right-radius: 0px; }

  .border-top-right-radius-1-xl {
    border-top-right-radius: 1px; }

  .border-top-right-radius-2-xl {
    border-top-right-radius: 2px; }

  .border-top-right-radius-3-xl {
    border-top-right-radius: 3px; }

  .border-top-right-radius-4-xl {
    border-top-right-radius: 4px; }

  .border-top-right-radius-5-xl {
    border-top-right-radius: 5px; }

  .border-top-right-radius-6-xl {
    border-top-right-radius: 6px; }

  .border-top-right-radius-7-xl {
    border-top-right-radius: 7px; }

  .border-top-right-radius-8-xl {
    border-top-right-radius: 8px; }

  .border-top-right-radius-9-xl {
    border-top-right-radius: 9px; }

  .border-top-right-radius-10-xl {
    border-top-right-radius: 10px; } }
@media screen and (min-width: 1600px) {
  .border-top-right-radius-0-xxl {
    border-top-right-radius: 0px; }

  .border-top-right-radius-1-xxl {
    border-top-right-radius: 1px; }

  .border-top-right-radius-2-xxl {
    border-top-right-radius: 2px; }

  .border-top-right-radius-3-xxl {
    border-top-right-radius: 3px; }

  .border-top-right-radius-4-xxl {
    border-top-right-radius: 4px; }

  .border-top-right-radius-5-xxl {
    border-top-right-radius: 5px; }

  .border-top-right-radius-6-xxl {
    border-top-right-radius: 6px; }

  .border-top-right-radius-7-xxl {
    border-top-right-radius: 7px; }

  .border-top-right-radius-8-xxl {
    border-top-right-radius: 8px; }

  .border-top-right-radius-9-xxl {
    border-top-right-radius: 9px; }

  .border-top-right-radius-10-xxl {
    border-top-right-radius: 10px; } }
.border-bottom-left-radius-0 {
  border-bottom-left-radius: 0px; }

.border-bottom-left-radius-1 {
  border-bottom-left-radius: 1px; }

.border-bottom-left-radius-2 {
  border-bottom-left-radius: 2px; }

.border-bottom-left-radius-3 {
  border-bottom-left-radius: 3px; }

.border-bottom-left-radius-4 {
  border-bottom-left-radius: 4px; }

.border-bottom-left-radius-5 {
  border-bottom-left-radius: 5px; }

.border-bottom-left-radius-6 {
  border-bottom-left-radius: 6px; }

.border-bottom-left-radius-7 {
  border-bottom-left-radius: 7px; }

.border-bottom-left-radius-8 {
  border-bottom-left-radius: 8px; }

.border-bottom-left-radius-9 {
  border-bottom-left-radius: 9px; }

.border-bottom-left-radius-10 {
  border-bottom-left-radius: 10px; }

@media screen and (min-width: 0) {
  .border-bottom-left-radius-0-xs {
    border-bottom-left-radius: 0px; }

  .border-bottom-left-radius-1-xs {
    border-bottom-left-radius: 1px; }

  .border-bottom-left-radius-2-xs {
    border-bottom-left-radius: 2px; }

  .border-bottom-left-radius-3-xs {
    border-bottom-left-radius: 3px; }

  .border-bottom-left-radius-4-xs {
    border-bottom-left-radius: 4px; }

  .border-bottom-left-radius-5-xs {
    border-bottom-left-radius: 5px; }

  .border-bottom-left-radius-6-xs {
    border-bottom-left-radius: 6px; }

  .border-bottom-left-radius-7-xs {
    border-bottom-left-radius: 7px; }

  .border-bottom-left-radius-8-xs {
    border-bottom-left-radius: 8px; }

  .border-bottom-left-radius-9-xs {
    border-bottom-left-radius: 9px; }

  .border-bottom-left-radius-10-xs {
    border-bottom-left-radius: 10px; } }
@media screen and (min-width: 576px) {
  .border-bottom-left-radius-0-sm {
    border-bottom-left-radius: 0px; }

  .border-bottom-left-radius-1-sm {
    border-bottom-left-radius: 1px; }

  .border-bottom-left-radius-2-sm {
    border-bottom-left-radius: 2px; }

  .border-bottom-left-radius-3-sm {
    border-bottom-left-radius: 3px; }

  .border-bottom-left-radius-4-sm {
    border-bottom-left-radius: 4px; }

  .border-bottom-left-radius-5-sm {
    border-bottom-left-radius: 5px; }

  .border-bottom-left-radius-6-sm {
    border-bottom-left-radius: 6px; }

  .border-bottom-left-radius-7-sm {
    border-bottom-left-radius: 7px; }

  .border-bottom-left-radius-8-sm {
    border-bottom-left-radius: 8px; }

  .border-bottom-left-radius-9-sm {
    border-bottom-left-radius: 9px; }

  .border-bottom-left-radius-10-sm {
    border-bottom-left-radius: 10px; } }
@media screen and (min-width: 768px) {
  .border-bottom-left-radius-0-md {
    border-bottom-left-radius: 0px; }

  .border-bottom-left-radius-1-md {
    border-bottom-left-radius: 1px; }

  .border-bottom-left-radius-2-md {
    border-bottom-left-radius: 2px; }

  .border-bottom-left-radius-3-md {
    border-bottom-left-radius: 3px; }

  .border-bottom-left-radius-4-md {
    border-bottom-left-radius: 4px; }

  .border-bottom-left-radius-5-md {
    border-bottom-left-radius: 5px; }

  .border-bottom-left-radius-6-md {
    border-bottom-left-radius: 6px; }

  .border-bottom-left-radius-7-md {
    border-bottom-left-radius: 7px; }

  .border-bottom-left-radius-8-md {
    border-bottom-left-radius: 8px; }

  .border-bottom-left-radius-9-md {
    border-bottom-left-radius: 9px; }

  .border-bottom-left-radius-10-md {
    border-bottom-left-radius: 10px; } }
@media screen and (min-width: 1024px) {
  .border-bottom-left-radius-0-lg {
    border-bottom-left-radius: 0px; }

  .border-bottom-left-radius-1-lg {
    border-bottom-left-radius: 1px; }

  .border-bottom-left-radius-2-lg {
    border-bottom-left-radius: 2px; }

  .border-bottom-left-radius-3-lg {
    border-bottom-left-radius: 3px; }

  .border-bottom-left-radius-4-lg {
    border-bottom-left-radius: 4px; }

  .border-bottom-left-radius-5-lg {
    border-bottom-left-radius: 5px; }

  .border-bottom-left-radius-6-lg {
    border-bottom-left-radius: 6px; }

  .border-bottom-left-radius-7-lg {
    border-bottom-left-radius: 7px; }

  .border-bottom-left-radius-8-lg {
    border-bottom-left-radius: 8px; }

  .border-bottom-left-radius-9-lg {
    border-bottom-left-radius: 9px; }

  .border-bottom-left-radius-10-lg {
    border-bottom-left-radius: 10px; } }
@media screen and (min-width: 1280px) {
  .border-bottom-left-radius-0-xl {
    border-bottom-left-radius: 0px; }

  .border-bottom-left-radius-1-xl {
    border-bottom-left-radius: 1px; }

  .border-bottom-left-radius-2-xl {
    border-bottom-left-radius: 2px; }

  .border-bottom-left-radius-3-xl {
    border-bottom-left-radius: 3px; }

  .border-bottom-left-radius-4-xl {
    border-bottom-left-radius: 4px; }

  .border-bottom-left-radius-5-xl {
    border-bottom-left-radius: 5px; }

  .border-bottom-left-radius-6-xl {
    border-bottom-left-radius: 6px; }

  .border-bottom-left-radius-7-xl {
    border-bottom-left-radius: 7px; }

  .border-bottom-left-radius-8-xl {
    border-bottom-left-radius: 8px; }

  .border-bottom-left-radius-9-xl {
    border-bottom-left-radius: 9px; }

  .border-bottom-left-radius-10-xl {
    border-bottom-left-radius: 10px; } }
@media screen and (min-width: 1600px) {
  .border-bottom-left-radius-0-xxl {
    border-bottom-left-radius: 0px; }

  .border-bottom-left-radius-1-xxl {
    border-bottom-left-radius: 1px; }

  .border-bottom-left-radius-2-xxl {
    border-bottom-left-radius: 2px; }

  .border-bottom-left-radius-3-xxl {
    border-bottom-left-radius: 3px; }

  .border-bottom-left-radius-4-xxl {
    border-bottom-left-radius: 4px; }

  .border-bottom-left-radius-5-xxl {
    border-bottom-left-radius: 5px; }

  .border-bottom-left-radius-6-xxl {
    border-bottom-left-radius: 6px; }

  .border-bottom-left-radius-7-xxl {
    border-bottom-left-radius: 7px; }

  .border-bottom-left-radius-8-xxl {
    border-bottom-left-radius: 8px; }

  .border-bottom-left-radius-9-xxl {
    border-bottom-left-radius: 9px; }

  .border-bottom-left-radius-10-xxl {
    border-bottom-left-radius: 10px; } }
.border-bottom-right-radius-0 {
  border-bottom-right-radius: 0px; }

.border-bottom-right-radius-1 {
  border-bottom-right-radius: 1px; }

.border-bottom-right-radius-2 {
  border-bottom-right-radius: 2px; }

.border-bottom-right-radius-3 {
  border-bottom-right-radius: 3px; }

.border-bottom-right-radius-4 {
  border-bottom-right-radius: 4px; }

.border-bottom-right-radius-5 {
  border-bottom-right-radius: 5px; }

.border-bottom-right-radius-6 {
  border-bottom-right-radius: 6px; }

.border-bottom-right-radius-7 {
  border-bottom-right-radius: 7px; }

.border-bottom-right-radius-8 {
  border-bottom-right-radius: 8px; }

.border-bottom-right-radius-9 {
  border-bottom-right-radius: 9px; }

.border-bottom-right-radius-10 {
  border-bottom-right-radius: 10px; }

@media screen and (min-width: 0) {
  .border-bottom-right-radius-0-xs {
    border-bottom-right-radius: 0px; }

  .border-bottom-right-radius-1-xs {
    border-bottom-right-radius: 1px; }

  .border-bottom-right-radius-2-xs {
    border-bottom-right-radius: 2px; }

  .border-bottom-right-radius-3-xs {
    border-bottom-right-radius: 3px; }

  .border-bottom-right-radius-4-xs {
    border-bottom-right-radius: 4px; }

  .border-bottom-right-radius-5-xs {
    border-bottom-right-radius: 5px; }

  .border-bottom-right-radius-6-xs {
    border-bottom-right-radius: 6px; }

  .border-bottom-right-radius-7-xs {
    border-bottom-right-radius: 7px; }

  .border-bottom-right-radius-8-xs {
    border-bottom-right-radius: 8px; }

  .border-bottom-right-radius-9-xs {
    border-bottom-right-radius: 9px; }

  .border-bottom-right-radius-10-xs {
    border-bottom-right-radius: 10px; } }
@media screen and (min-width: 576px) {
  .border-bottom-right-radius-0-sm {
    border-bottom-right-radius: 0px; }

  .border-bottom-right-radius-1-sm {
    border-bottom-right-radius: 1px; }

  .border-bottom-right-radius-2-sm {
    border-bottom-right-radius: 2px; }

  .border-bottom-right-radius-3-sm {
    border-bottom-right-radius: 3px; }

  .border-bottom-right-radius-4-sm {
    border-bottom-right-radius: 4px; }

  .border-bottom-right-radius-5-sm {
    border-bottom-right-radius: 5px; }

  .border-bottom-right-radius-6-sm {
    border-bottom-right-radius: 6px; }

  .border-bottom-right-radius-7-sm {
    border-bottom-right-radius: 7px; }

  .border-bottom-right-radius-8-sm {
    border-bottom-right-radius: 8px; }

  .border-bottom-right-radius-9-sm {
    border-bottom-right-radius: 9px; }

  .border-bottom-right-radius-10-sm {
    border-bottom-right-radius: 10px; } }
@media screen and (min-width: 768px) {
  .border-bottom-right-radius-0-md {
    border-bottom-right-radius: 0px; }

  .border-bottom-right-radius-1-md {
    border-bottom-right-radius: 1px; }

  .border-bottom-right-radius-2-md {
    border-bottom-right-radius: 2px; }

  .border-bottom-right-radius-3-md {
    border-bottom-right-radius: 3px; }

  .border-bottom-right-radius-4-md {
    border-bottom-right-radius: 4px; }

  .border-bottom-right-radius-5-md {
    border-bottom-right-radius: 5px; }

  .border-bottom-right-radius-6-md {
    border-bottom-right-radius: 6px; }

  .border-bottom-right-radius-7-md {
    border-bottom-right-radius: 7px; }

  .border-bottom-right-radius-8-md {
    border-bottom-right-radius: 8px; }

  .border-bottom-right-radius-9-md {
    border-bottom-right-radius: 9px; }

  .border-bottom-right-radius-10-md {
    border-bottom-right-radius: 10px; } }
@media screen and (min-width: 1024px) {
  .border-bottom-right-radius-0-lg {
    border-bottom-right-radius: 0px; }

  .border-bottom-right-radius-1-lg {
    border-bottom-right-radius: 1px; }

  .border-bottom-right-radius-2-lg {
    border-bottom-right-radius: 2px; }

  .border-bottom-right-radius-3-lg {
    border-bottom-right-radius: 3px; }

  .border-bottom-right-radius-4-lg {
    border-bottom-right-radius: 4px; }

  .border-bottom-right-radius-5-lg {
    border-bottom-right-radius: 5px; }

  .border-bottom-right-radius-6-lg {
    border-bottom-right-radius: 6px; }

  .border-bottom-right-radius-7-lg {
    border-bottom-right-radius: 7px; }

  .border-bottom-right-radius-8-lg {
    border-bottom-right-radius: 8px; }

  .border-bottom-right-radius-9-lg {
    border-bottom-right-radius: 9px; }

  .border-bottom-right-radius-10-lg {
    border-bottom-right-radius: 10px; } }
@media screen and (min-width: 1280px) {
  .border-bottom-right-radius-0-xl {
    border-bottom-right-radius: 0px; }

  .border-bottom-right-radius-1-xl {
    border-bottom-right-radius: 1px; }

  .border-bottom-right-radius-2-xl {
    border-bottom-right-radius: 2px; }

  .border-bottom-right-radius-3-xl {
    border-bottom-right-radius: 3px; }

  .border-bottom-right-radius-4-xl {
    border-bottom-right-radius: 4px; }

  .border-bottom-right-radius-5-xl {
    border-bottom-right-radius: 5px; }

  .border-bottom-right-radius-6-xl {
    border-bottom-right-radius: 6px; }

  .border-bottom-right-radius-7-xl {
    border-bottom-right-radius: 7px; }

  .border-bottom-right-radius-8-xl {
    border-bottom-right-radius: 8px; }

  .border-bottom-right-radius-9-xl {
    border-bottom-right-radius: 9px; }

  .border-bottom-right-radius-10-xl {
    border-bottom-right-radius: 10px; } }
@media screen and (min-width: 1600px) {
  .border-bottom-right-radius-0-xxl {
    border-bottom-right-radius: 0px; }

  .border-bottom-right-radius-1-xxl {
    border-bottom-right-radius: 1px; }

  .border-bottom-right-radius-2-xxl {
    border-bottom-right-radius: 2px; }

  .border-bottom-right-radius-3-xxl {
    border-bottom-right-radius: 3px; }

  .border-bottom-right-radius-4-xxl {
    border-bottom-right-radius: 4px; }

  .border-bottom-right-radius-5-xxl {
    border-bottom-right-radius: 5px; }

  .border-bottom-right-radius-6-xxl {
    border-bottom-right-radius: 6px; }

  .border-bottom-right-radius-7-xxl {
    border-bottom-right-radius: 7px; }

  .border-bottom-right-radius-8-xxl {
    border-bottom-right-radius: 8px; }

  .border-bottom-right-radius-9-xxl {
    border-bottom-right-radius: 9px; }

  .border-bottom-right-radius-10-xxl {
    border-bottom-right-radius: 10px; } }
.font-style-italic {
  font-style: italic; }

.font-style-normal {
  font-style: normal; }

.font-weight-100 {
  font-weight: 100 ; }

.font-weight-200 {
  font-weight: 200 ; }

.font-weight-300 {
  font-weight: 300 ; }

.font-weight-400 {
  font-weight: 400 ; }

.font-weight-500 {
  font-weight: 500 ; }

.font-weight-600 {
  font-weight: 600 ; }

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

.font-weight-800 {
  font-weight: 800 ; }

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

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

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

@media screen and (min-width: 0) {
  .text-align-left-xs {
    text-align: left; }

  .text-align-right-xs {
    text-align: right; }

  .text-align-center-xs {
    text-align: center; } }
@media screen and (min-width: 576px) {
  .text-align-left-sm {
    text-align: left; }

  .text-align-right-sm {
    text-align: right; }

  .text-align-center-sm {
    text-align: center; } }
@media screen and (min-width: 768px) {
  .text-align-left-md {
    text-align: left; }

  .text-align-right-md {
    text-align: right; }

  .text-align-center-md {
    text-align: center; } }
@media screen and (min-width: 1024px) {
  .text-align-left-lg {
    text-align: left; }

  .text-align-right-lg {
    text-align: right; }

  .text-align-center-lg {
    text-align: center; } }
@media screen and (min-width: 1280px) {
  .text-align-left-xl {
    text-align: left; }

  .text-align-right-xl {
    text-align: right; }

  .text-align-center-xl {
    text-align: center; } }
@media screen and (min-width: 1600px) {
  .text-align-left-xxl {
    text-align: left; }

  .text-align-right-xxl {
    text-align: right; }

  .text-align-center-xxl {
    text-align: center; } }
.vertical-align-baseline {
  vertical-align: baseline; }

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

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

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

.vertical-align-sub {
  vertical-align: sub; }

.vertical-align-super {
  vertical-align: super; }

.text-decoration-dotted {
  text-decoration: dotted; }

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

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

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

.text-transform-full-width {
  text-transform: full-width; }

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

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

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

.text-align-wide img {
  width: 100%; }

.hidden {
  display: none; }

@media screen and (min-width: 0) {
  .hidden-xs-up {
    display: none !important; } }
@media screen and (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }
@media screen and (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }
@media screen and (min-width: 1024px) {
  .hidden-lg-up {
    display: none !important; } }
@media screen and (min-width: 1280px) {
  .hidden-xl-up {
    display: none !important; } }
@media screen and (min-width: 1600px) {
  .hidden-xxl-up {
    display: none !important; } }
@media screen and (min-width: 1800px) {
  .hidden-xxlx-up {
    display: none !important; } }
@media screen and (min-width: 1900px) {
  .hidden-xxxl-up {
    display: none !important; } }
@media screen and (max-width: -1px) {
  .hidden-xs-down {
    display: none !important; } }
@media screen and (max-width: 575px) {
  .hidden-sm-down {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .hidden-md-down {
    display: none !important; } }
@media screen and (max-width: 1023px) {
  .hidden-lg-down {
    display: none !important; } }
@media screen and (max-width: 1279px) {
  .hidden-xl-down {
    display: none !important; } }
@media screen and (max-width: 1599px) {
  .hidden-xxl-down {
    display: none !important; } }
@media screen and (max-width: 1799px) {
  .hidden-xxlx-down {
    display: none !important; } }
@media screen and (max-width: 1899px) {
  .hidden-xxxl-down {
    display: none !important; } }
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa); }

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fa-brands,
.fab {
  font-family: 'Font Awesome 6 Brands'; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25)); } }
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }
@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.fa-rotate-90 {
  transform: rotate(90deg); }

.fa-rotate-180 {
  transform: rotate(180deg); }

.fa-rotate-270 {
  transform: rotate(270deg); }

.fa-flip-horizontal {
  transform: scale(-1, 1); }

.fa-flip-vertical {
  transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1); }

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0 {
  --fa: "\30"; }

.fa-1 {
  --fa: "\31"; }

.fa-2 {
  --fa: "\32"; }

.fa-3 {
  --fa: "\33"; }

.fa-4 {
  --fa: "\34"; }

.fa-5 {
  --fa: "\35"; }

.fa-6 {
  --fa: "\36"; }

.fa-7 {
  --fa: "\37"; }

.fa-8 {
  --fa: "\38"; }

.fa-9 {
  --fa: "\39"; }

.fa-fill-drip {
  --fa: "\f576"; }

.fa-arrows-to-circle {
  --fa: "\e4bd"; }

.fa-circle-chevron-right {
  --fa: "\f138"; }

.fa-chevron-circle-right {
  --fa: "\f138"; }

.fa-at {
  --fa: "\40"; }

.fa-trash-can {
  --fa: "\f2ed"; }

.fa-trash-alt {
  --fa: "\f2ed"; }

.fa-text-height {
  --fa: "\f034"; }

.fa-user-xmark {
  --fa: "\f235"; }

.fa-user-times {
  --fa: "\f235"; }

.fa-stethoscope {
  --fa: "\f0f1"; }

.fa-message {
  --fa: "\f27a"; }

.fa-comment-alt {
  --fa: "\f27a"; }

.fa-info {
  --fa: "\f129"; }

.fa-down-left-and-up-right-to-center {
  --fa: "\f422"; }

.fa-compress-alt {
  --fa: "\f422"; }

.fa-explosion {
  --fa: "\e4e9"; }

.fa-file-lines {
  --fa: "\f15c"; }

.fa-file-alt {
  --fa: "\f15c"; }

.fa-file-text {
  --fa: "\f15c"; }

.fa-wave-square {
  --fa: "\f83e"; }

.fa-ring {
  --fa: "\f70b"; }

.fa-building-un {
  --fa: "\e4d9"; }

.fa-dice-three {
  --fa: "\f527"; }

.fa-calendar-days {
  --fa: "\f073"; }

.fa-calendar-alt {
  --fa: "\f073"; }

.fa-anchor-circle-check {
  --fa: "\e4aa"; }

.fa-building-circle-arrow-right {
  --fa: "\e4d1"; }

.fa-volleyball {
  --fa: "\f45f"; }

.fa-volleyball-ball {
  --fa: "\f45f"; }

.fa-arrows-up-to-line {
  --fa: "\e4c2"; }

.fa-sort-down {
  --fa: "\f0dd"; }

.fa-sort-desc {
  --fa: "\f0dd"; }

.fa-circle-minus {
  --fa: "\f056"; }

.fa-minus-circle {
  --fa: "\f056"; }

.fa-door-open {
  --fa: "\f52b"; }

.fa-right-from-bracket {
  --fa: "\f2f5"; }

.fa-sign-out-alt {
  --fa: "\f2f5"; }

.fa-atom {
  --fa: "\f5d2"; }

.fa-soap {
  --fa: "\e06e"; }

.fa-icons {
  --fa: "\f86d"; }

.fa-heart-music-camera-bolt {
  --fa: "\f86d"; }

.fa-microphone-lines-slash {
  --fa: "\f539"; }

.fa-microphone-alt-slash {
  --fa: "\f539"; }

.fa-bridge-circle-check {
  --fa: "\e4c9"; }

.fa-pump-medical {
  --fa: "\e06a"; }

.fa-fingerprint {
  --fa: "\f577"; }

.fa-hand-point-right {
  --fa: "\f0a4"; }

.fa-magnifying-glass-location {
  --fa: "\f689"; }

.fa-search-location {
  --fa: "\f689"; }

.fa-forward-step {
  --fa: "\f051"; }

.fa-step-forward {
  --fa: "\f051"; }

.fa-face-smile-beam {
  --fa: "\f5b8"; }

.fa-smile-beam {
  --fa: "\f5b8"; }

.fa-flag-checkered {
  --fa: "\f11e"; }

.fa-football {
  --fa: "\f44e"; }

.fa-football-ball {
  --fa: "\f44e"; }

.fa-school-circle-exclamation {
  --fa: "\e56c"; }

.fa-crop {
  --fa: "\f125"; }

.fa-angles-down {
  --fa: "\f103"; }

.fa-angle-double-down {
  --fa: "\f103"; }

.fa-users-rectangle {
  --fa: "\e594"; }

.fa-people-roof {
  --fa: "\e537"; }

.fa-people-line {
  --fa: "\e534"; }

.fa-beer-mug-empty {
  --fa: "\f0fc"; }

.fa-beer {
  --fa: "\f0fc"; }

.fa-diagram-predecessor {
  --fa: "\e477"; }

.fa-arrow-up-long {
  --fa: "\f176"; }

.fa-long-arrow-up {
  --fa: "\f176"; }

.fa-fire-flame-simple {
  --fa: "\f46a"; }

.fa-burn {
  --fa: "\f46a"; }

.fa-person {
  --fa: "\f183"; }

.fa-male {
  --fa: "\f183"; }

.fa-laptop {
  --fa: "\f109"; }

.fa-file-csv {
  --fa: "\f6dd"; }

.fa-menorah {
  --fa: "\f676"; }

.fa-truck-plane {
  --fa: "\e58f"; }

.fa-record-vinyl {
  --fa: "\f8d9"; }

.fa-face-grin-stars {
  --fa: "\f587"; }

.fa-grin-stars {
  --fa: "\f587"; }

.fa-bong {
  --fa: "\f55c"; }

.fa-spaghetti-monster-flying {
  --fa: "\f67b"; }

.fa-pastafarianism {
  --fa: "\f67b"; }

.fa-arrow-down-up-across-line {
  --fa: "\e4af"; }

.fa-spoon {
  --fa: "\f2e5"; }

.fa-utensil-spoon {
  --fa: "\f2e5"; }

.fa-jar-wheat {
  --fa: "\e517"; }

.fa-envelopes-bulk {
  --fa: "\f674"; }

.fa-mail-bulk {
  --fa: "\f674"; }

.fa-file-circle-exclamation {
  --fa: "\e4eb"; }

.fa-circle-h {
  --fa: "\f47e"; }

.fa-hospital-symbol {
  --fa: "\f47e"; }

.fa-pager {
  --fa: "\f815"; }

.fa-address-book {
  --fa: "\f2b9"; }

.fa-contact-book {
  --fa: "\f2b9"; }

.fa-strikethrough {
  --fa: "\f0cc"; }

.fa-k {
  --fa: "\4b"; }

.fa-landmark-flag {
  --fa: "\e51c"; }

.fa-pencil {
  --fa: "\f303"; }

.fa-pencil-alt {
  --fa: "\f303"; }

.fa-backward {
  --fa: "\f04a"; }

.fa-caret-right {
  --fa: "\f0da"; }

.fa-comments {
  --fa: "\f086"; }

.fa-paste {
  --fa: "\f0ea"; }

.fa-file-clipboard {
  --fa: "\f0ea"; }

.fa-code-pull-request {
  --fa: "\e13c"; }

.fa-clipboard-list {
  --fa: "\f46d"; }

.fa-truck-ramp-box {
  --fa: "\f4de"; }

.fa-truck-loading {
  --fa: "\f4de"; }

.fa-user-check {
  --fa: "\f4fc"; }

.fa-vial-virus {
  --fa: "\e597"; }

.fa-sheet-plastic {
  --fa: "\e571"; }

.fa-blog {
  --fa: "\f781"; }

.fa-user-ninja {
  --fa: "\f504"; }

.fa-person-arrow-up-from-line {
  --fa: "\e539"; }

.fa-scroll-torah {
  --fa: "\f6a0"; }

.fa-torah {
  --fa: "\f6a0"; }

.fa-broom-ball {
  --fa: "\f458"; }

.fa-quidditch {
  --fa: "\f458"; }

.fa-quidditch-broom-ball {
  --fa: "\f458"; }

.fa-toggle-off {
  --fa: "\f204"; }

.fa-box-archive {
  --fa: "\f187"; }

.fa-archive {
  --fa: "\f187"; }

.fa-person-drowning {
  --fa: "\e545"; }

.fa-arrow-down-9-1 {
  --fa: "\f886"; }

.fa-sort-numeric-desc {
  --fa: "\f886"; }

.fa-sort-numeric-down-alt {
  --fa: "\f886"; }

.fa-face-grin-tongue-squint {
  --fa: "\f58a"; }

.fa-grin-tongue-squint {
  --fa: "\f58a"; }

.fa-spray-can {
  --fa: "\f5bd"; }

.fa-truck-monster {
  --fa: "\f63b"; }

.fa-w {
  --fa: "\57"; }

.fa-earth-africa {
  --fa: "\f57c"; }

.fa-globe-africa {
  --fa: "\f57c"; }

.fa-rainbow {
  --fa: "\f75b"; }

.fa-circle-notch {
  --fa: "\f1ce"; }

.fa-tablet-screen-button {
  --fa: "\f3fa"; }

.fa-tablet-alt {
  --fa: "\f3fa"; }

.fa-paw {
  --fa: "\f1b0"; }

.fa-cloud {
  --fa: "\f0c2"; }

.fa-trowel-bricks {
  --fa: "\e58a"; }

.fa-face-flushed {
  --fa: "\f579"; }

.fa-flushed {
  --fa: "\f579"; }

.fa-hospital-user {
  --fa: "\f80d"; }

.fa-tent-arrow-left-right {
  --fa: "\e57f"; }

.fa-gavel {
  --fa: "\f0e3"; }

.fa-legal {
  --fa: "\f0e3"; }

.fa-binoculars {
  --fa: "\f1e5"; }

.fa-microphone-slash {
  --fa: "\f131"; }

.fa-box-tissue {
  --fa: "\e05b"; }

.fa-motorcycle {
  --fa: "\f21c"; }

.fa-bell-concierge {
  --fa: "\f562"; }

.fa-concierge-bell {
  --fa: "\f562"; }

.fa-pen-ruler {
  --fa: "\f5ae"; }

.fa-pencil-ruler {
  --fa: "\f5ae"; }

.fa-people-arrows {
  --fa: "\e068"; }

.fa-people-arrows-left-right {
  --fa: "\e068"; }

.fa-mars-and-venus-burst {
  --fa: "\e523"; }

.fa-square-caret-right {
  --fa: "\f152"; }

.fa-caret-square-right {
  --fa: "\f152"; }

.fa-scissors {
  --fa: "\f0c4"; }

.fa-cut {
  --fa: "\f0c4"; }

.fa-sun-plant-wilt {
  --fa: "\e57a"; }

.fa-toilets-portable {
  --fa: "\e584"; }

.fa-hockey-puck {
  --fa: "\f453"; }

.fa-table {
  --fa: "\f0ce"; }

.fa-magnifying-glass-arrow-right {
  --fa: "\e521"; }

.fa-tachograph-digital {
  --fa: "\f566"; }

.fa-digital-tachograph {
  --fa: "\f566"; }

.fa-users-slash {
  --fa: "\e073"; }

.fa-clover {
  --fa: "\e139"; }

.fa-reply {
  --fa: "\f3e5"; }

.fa-mail-reply {
  --fa: "\f3e5"; }

.fa-star-and-crescent {
  --fa: "\f699"; }

.fa-house-fire {
  --fa: "\e50c"; }

.fa-square-minus {
  --fa: "\f146"; }

.fa-minus-square {
  --fa: "\f146"; }

.fa-helicopter {
  --fa: "\f533"; }

.fa-compass {
  --fa: "\f14e"; }

.fa-square-caret-down {
  --fa: "\f150"; }

.fa-caret-square-down {
  --fa: "\f150"; }

.fa-file-circle-question {
  --fa: "\e4ef"; }

.fa-laptop-code {
  --fa: "\f5fc"; }

.fa-swatchbook {
  --fa: "\f5c3"; }

.fa-prescription-bottle {
  --fa: "\f485"; }

.fa-bars {
  --fa: "\f0c9"; }

.fa-navicon {
  --fa: "\f0c9"; }

.fa-people-group {
  --fa: "\e533"; }

.fa-hourglass-end {
  --fa: "\f253"; }

.fa-hourglass-3 {
  --fa: "\f253"; }

.fa-heart-crack {
  --fa: "\f7a9"; }

.fa-heart-broken {
  --fa: "\f7a9"; }

.fa-square-up-right {
  --fa: "\f360"; }

.fa-external-link-square-alt {
  --fa: "\f360"; }

.fa-face-kiss-beam {
  --fa: "\f597"; }

.fa-kiss-beam {
  --fa: "\f597"; }

.fa-film {
  --fa: "\f008"; }

.fa-ruler-horizontal {
  --fa: "\f547"; }

.fa-people-robbery {
  --fa: "\e536"; }

.fa-lightbulb {
  --fa: "\f0eb"; }

.fa-caret-left {
  --fa: "\f0d9"; }

.fa-circle-exclamation {
  --fa: "\f06a"; }

.fa-exclamation-circle {
  --fa: "\f06a"; }

.fa-school-circle-xmark {
  --fa: "\e56d"; }

.fa-arrow-right-from-bracket {
  --fa: "\f08b"; }

.fa-sign-out {
  --fa: "\f08b"; }

.fa-circle-chevron-down {
  --fa: "\f13a"; }

.fa-chevron-circle-down {
  --fa: "\f13a"; }

.fa-unlock-keyhole {
  --fa: "\f13e"; }

.fa-unlock-alt {
  --fa: "\f13e"; }

.fa-cloud-showers-heavy {
  --fa: "\f740"; }

.fa-headphones-simple {
  --fa: "\f58f"; }

.fa-headphones-alt {
  --fa: "\f58f"; }

.fa-sitemap {
  --fa: "\f0e8"; }

.fa-circle-dollar-to-slot {
  --fa: "\f4b9"; }

.fa-donate {
  --fa: "\f4b9"; }

.fa-memory {
  --fa: "\f538"; }

.fa-road-spikes {
  --fa: "\e568"; }

.fa-fire-burner {
  --fa: "\e4f1"; }

.fa-flag {
  --fa: "\f024"; }

.fa-hanukiah {
  --fa: "\f6e6"; }

.fa-feather {
  --fa: "\f52d"; }

.fa-volume-low {
  --fa: "\f027"; }

.fa-volume-down {
  --fa: "\f027"; }

.fa-comment-slash {
  --fa: "\f4b3"; }

.fa-cloud-sun-rain {
  --fa: "\f743"; }

.fa-compress {
  --fa: "\f066"; }

.fa-wheat-awn {
  --fa: "\e2cd"; }

.fa-wheat-alt {
  --fa: "\e2cd"; }

.fa-ankh {
  --fa: "\f644"; }

.fa-hands-holding-child {
  --fa: "\e4fa"; }

.fa-asterisk {
  --fa: "\2a"; }

.fa-square-check {
  --fa: "\f14a"; }

.fa-check-square {
  --fa: "\f14a"; }

.fa-peseta-sign {
  --fa: "\e221"; }

.fa-heading {
  --fa: "\f1dc"; }

.fa-header {
  --fa: "\f1dc"; }

.fa-ghost {
  --fa: "\f6e2"; }

.fa-list {
  --fa: "\f03a"; }

.fa-list-squares {
  --fa: "\f03a"; }

.fa-square-phone-flip {
  --fa: "\f87b"; }

.fa-phone-square-alt {
  --fa: "\f87b"; }

.fa-cart-plus {
  --fa: "\f217"; }

.fa-gamepad {
  --fa: "\f11b"; }

.fa-circle-dot {
  --fa: "\f192"; }

.fa-dot-circle {
  --fa: "\f192"; }

.fa-face-dizzy {
  --fa: "\f567"; }

.fa-dizzy {
  --fa: "\f567"; }

.fa-egg {
  --fa: "\f7fb"; }

.fa-house-medical-circle-xmark {
  --fa: "\e513"; }

.fa-campground {
  --fa: "\f6bb"; }

.fa-folder-plus {
  --fa: "\f65e"; }

.fa-futbol {
  --fa: "\f1e3"; }

.fa-futbol-ball {
  --fa: "\f1e3"; }

.fa-soccer-ball {
  --fa: "\f1e3"; }

.fa-paintbrush {
  --fa: "\f1fc"; }

.fa-paint-brush {
  --fa: "\f1fc"; }

.fa-lock {
  --fa: "\f023"; }

.fa-gas-pump {
  --fa: "\f52f"; }

.fa-hot-tub-person {
  --fa: "\f593"; }

.fa-hot-tub {
  --fa: "\f593"; }

.fa-map-location {
  --fa: "\f59f"; }

.fa-map-marked {
  --fa: "\f59f"; }

.fa-house-flood-water {
  --fa: "\e50e"; }

.fa-tree {
  --fa: "\f1bb"; }

.fa-bridge-lock {
  --fa: "\e4cc"; }

.fa-sack-dollar {
  --fa: "\f81d"; }

.fa-pen-to-square {
  --fa: "\f044"; }

.fa-edit {
  --fa: "\f044"; }

.fa-car-side {
  --fa: "\f5e4"; }

.fa-share-nodes {
  --fa: "\f1e0"; }

.fa-share-alt {
  --fa: "\f1e0"; }

.fa-heart-circle-minus {
  --fa: "\e4ff"; }

.fa-hourglass-half {
  --fa: "\f252"; }

.fa-hourglass-2 {
  --fa: "\f252"; }

.fa-microscope {
  --fa: "\f610"; }

.fa-sink {
  --fa: "\e06d"; }

.fa-bag-shopping {
  --fa: "\f290"; }

.fa-shopping-bag {
  --fa: "\f290"; }

.fa-arrow-down-z-a {
  --fa: "\f881"; }

.fa-sort-alpha-desc {
  --fa: "\f881"; }

.fa-sort-alpha-down-alt {
  --fa: "\f881"; }

.fa-mitten {
  --fa: "\f7b5"; }

.fa-person-rays {
  --fa: "\e54d"; }

.fa-users {
  --fa: "\f0c0"; }

.fa-eye-slash {
  --fa: "\f070"; }

.fa-flask-vial {
  --fa: "\e4f3"; }

.fa-hand {
  --fa: "\f256"; }

.fa-hand-paper {
  --fa: "\f256"; }

.fa-om {
  --fa: "\f679"; }

.fa-worm {
  --fa: "\e599"; }

.fa-house-circle-xmark {
  --fa: "\e50b"; }

.fa-plug {
  --fa: "\f1e6"; }

.fa-chevron-up {
  --fa: "\f077"; }

.fa-hand-spock {
  --fa: "\f259"; }

.fa-stopwatch {
  --fa: "\f2f2"; }

.fa-face-kiss {
  --fa: "\f596"; }

.fa-kiss {
  --fa: "\f596"; }

.fa-bridge-circle-xmark {
  --fa: "\e4cb"; }

.fa-face-grin-tongue {
  --fa: "\f589"; }

.fa-grin-tongue {
  --fa: "\f589"; }

.fa-chess-bishop {
  --fa: "\f43a"; }

.fa-face-grin-wink {
  --fa: "\f58c"; }

.fa-grin-wink {
  --fa: "\f58c"; }

.fa-ear-deaf {
  --fa: "\f2a4"; }

.fa-deaf {
  --fa: "\f2a4"; }

.fa-deafness {
  --fa: "\f2a4"; }

.fa-hard-of-hearing {
  --fa: "\f2a4"; }

.fa-road-circle-check {
  --fa: "\e564"; }

.fa-dice-five {
  --fa: "\f523"; }

.fa-square-rss {
  --fa: "\f143"; }

.fa-rss-square {
  --fa: "\f143"; }

.fa-land-mine-on {
  --fa: "\e51b"; }

.fa-i-cursor {
  --fa: "\f246"; }

.fa-stamp {
  --fa: "\f5bf"; }

.fa-stairs {
  --fa: "\e289"; }

.fa-i {
  --fa: "\49"; }

.fa-hryvnia-sign {
  --fa: "\f6f2"; }

.fa-hryvnia {
  --fa: "\f6f2"; }

.fa-pills {
  --fa: "\f484"; }

.fa-face-grin-wide {
  --fa: "\f581"; }

.fa-grin-alt {
  --fa: "\f581"; }

.fa-tooth {
  --fa: "\f5c9"; }

.fa-v {
  --fa: "\56"; }

.fa-bangladeshi-taka-sign {
  --fa: "\e2e6"; }

.fa-bicycle {
  --fa: "\f206"; }

.fa-staff-snake {
  --fa: "\e579"; }

.fa-rod-asclepius {
  --fa: "\e579"; }

.fa-rod-snake {
  --fa: "\e579"; }

.fa-staff-aesculapius {
  --fa: "\e579"; }

.fa-head-side-cough-slash {
  --fa: "\e062"; }

.fa-truck-medical {
  --fa: "\f0f9"; }

.fa-ambulance {
  --fa: "\f0f9"; }

.fa-wheat-awn-circle-exclamation {
  --fa: "\e598"; }

.fa-snowman {
  --fa: "\f7d0"; }

.fa-mortar-pestle {
  --fa: "\f5a7"; }

.fa-road-barrier {
  --fa: "\e562"; }

.fa-school {
  --fa: "\f549"; }

.fa-igloo {
  --fa: "\f7ae"; }

.fa-joint {
  --fa: "\f595"; }

.fa-angle-right {
  --fa: "\f105"; }

.fa-horse {
  --fa: "\f6f0"; }

.fa-q {
  --fa: "\51"; }

.fa-g {
  --fa: "\47"; }

.fa-notes-medical {
  --fa: "\f481"; }

.fa-temperature-half {
  --fa: "\f2c9"; }

.fa-temperature-2 {
  --fa: "\f2c9"; }

.fa-thermometer-2 {
  --fa: "\f2c9"; }

.fa-thermometer-half {
  --fa: "\f2c9"; }

.fa-dong-sign {
  --fa: "\e169"; }

.fa-capsules {
  --fa: "\f46b"; }

.fa-poo-storm {
  --fa: "\f75a"; }

.fa-poo-bolt {
  --fa: "\f75a"; }

.fa-face-frown-open {
  --fa: "\f57a"; }

.fa-frown-open {
  --fa: "\f57a"; }

.fa-hand-point-up {
  --fa: "\f0a6"; }

.fa-money-bill {
  --fa: "\f0d6"; }

.fa-bookmark {
  --fa: "\f02e"; }

.fa-align-justify {
  --fa: "\f039"; }

.fa-umbrella-beach {
  --fa: "\f5ca"; }

.fa-helmet-un {
  --fa: "\e503"; }

.fa-bullseye {
  --fa: "\f140"; }

.fa-bacon {
  --fa: "\f7e5"; }

.fa-hand-point-down {
  --fa: "\f0a7"; }

.fa-arrow-up-from-bracket {
  --fa: "\e09a"; }

.fa-folder {
  --fa: "\f07b"; }

.fa-folder-blank {
  --fa: "\f07b"; }

.fa-file-waveform {
  --fa: "\f478"; }

.fa-file-medical-alt {
  --fa: "\f478"; }

.fa-radiation {
  --fa: "\f7b9"; }

.fa-chart-simple {
  --fa: "\e473"; }

.fa-mars-stroke {
  --fa: "\f229"; }

.fa-vial {
  --fa: "\f492"; }

.fa-gauge {
  --fa: "\f624"; }

.fa-dashboard {
  --fa: "\f624"; }

.fa-gauge-med {
  --fa: "\f624"; }

.fa-tachometer-alt-average {
  --fa: "\f624"; }

.fa-wand-magic-sparkles {
  --fa: "\e2ca"; }

.fa-magic-wand-sparkles {
  --fa: "\e2ca"; }

.fa-e {
  --fa: "\45"; }

.fa-pen-clip {
  --fa: "\f305"; }

.fa-pen-alt {
  --fa: "\f305"; }

.fa-bridge-circle-exclamation {
  --fa: "\e4ca"; }

.fa-user {
  --fa: "\f007"; }

.fa-school-circle-check {
  --fa: "\e56b"; }

.fa-dumpster {
  --fa: "\f793"; }

.fa-van-shuttle {
  --fa: "\f5b6"; }

.fa-shuttle-van {
  --fa: "\f5b6"; }

.fa-building-user {
  --fa: "\e4da"; }

.fa-square-caret-left {
  --fa: "\f191"; }

.fa-caret-square-left {
  --fa: "\f191"; }

.fa-highlighter {
  --fa: "\f591"; }

.fa-key {
  --fa: "\f084"; }

.fa-bullhorn {
  --fa: "\f0a1"; }

.fa-globe {
  --fa: "\f0ac"; }

.fa-synagogue {
  --fa: "\f69b"; }

.fa-person-half-dress {
  --fa: "\e548"; }

.fa-road-bridge {
  --fa: "\e563"; }

.fa-location-arrow {
  --fa: "\f124"; }

.fa-c {
  --fa: "\43"; }

.fa-tablet-button {
  --fa: "\f10a"; }

.fa-building-lock {
  --fa: "\e4d6"; }

.fa-pizza-slice {
  --fa: "\f818"; }

.fa-money-bill-wave {
  --fa: "\f53a"; }

.fa-chart-area {
  --fa: "\f1fe"; }

.fa-area-chart {
  --fa: "\f1fe"; }

.fa-house-flag {
  --fa: "\e50d"; }

.fa-person-circle-minus {
  --fa: "\e540"; }

.fa-ban {
  --fa: "\f05e"; }

.fa-cancel {
  --fa: "\f05e"; }

.fa-camera-rotate {
  --fa: "\e0d8"; }

.fa-spray-can-sparkles {
  --fa: "\f5d0"; }

.fa-air-freshener {
  --fa: "\f5d0"; }

.fa-star {
  --fa: "\f005"; }

.fa-repeat {
  --fa: "\f363"; }

.fa-cross {
  --fa: "\f654"; }

.fa-box {
  --fa: "\f466"; }

.fa-venus-mars {
  --fa: "\f228"; }

.fa-arrow-pointer {
  --fa: "\f245"; }

.fa-mouse-pointer {
  --fa: "\f245"; }

.fa-maximize {
  --fa: "\f31e"; }

.fa-expand-arrows-alt {
  --fa: "\f31e"; }

.fa-charging-station {
  --fa: "\f5e7"; }

.fa-shapes {
  --fa: "\f61f"; }

.fa-triangle-circle-square {
  --fa: "\f61f"; }

.fa-shuffle {
  --fa: "\f074"; }

.fa-random {
  --fa: "\f074"; }

.fa-person-running {
  --fa: "\f70c"; }

.fa-running {
  --fa: "\f70c"; }

.fa-mobile-retro {
  --fa: "\e527"; }

.fa-grip-lines-vertical {
  --fa: "\f7a5"; }

.fa-spider {
  --fa: "\f717"; }

.fa-hands-bound {
  --fa: "\e4f9"; }

.fa-file-invoice-dollar {
  --fa: "\f571"; }

.fa-plane-circle-exclamation {
  --fa: "\e556"; }

.fa-x-ray {
  --fa: "\f497"; }

.fa-spell-check {
  --fa: "\f891"; }

.fa-slash {
  --fa: "\f715"; }

.fa-computer-mouse {
  --fa: "\f8cc"; }

.fa-mouse {
  --fa: "\f8cc"; }

.fa-arrow-right-to-bracket {
  --fa: "\f090"; }

.fa-sign-in {
  --fa: "\f090"; }

.fa-shop-slash {
  --fa: "\e070"; }

.fa-store-alt-slash {
  --fa: "\e070"; }

.fa-server {
  --fa: "\f233"; }

.fa-virus-covid-slash {
  --fa: "\e4a9"; }

.fa-shop-lock {
  --fa: "\e4a5"; }

.fa-hourglass-start {
  --fa: "\f251"; }

.fa-hourglass-1 {
  --fa: "\f251"; }

.fa-blender-phone {
  --fa: "\f6b6"; }

.fa-building-wheat {
  --fa: "\e4db"; }

.fa-person-breastfeeding {
  --fa: "\e53a"; }

.fa-right-to-bracket {
  --fa: "\f2f6"; }

.fa-sign-in-alt {
  --fa: "\f2f6"; }

.fa-venus {
  --fa: "\f221"; }

.fa-passport {
  --fa: "\f5ab"; }

.fa-thumbtack-slash {
  --fa: "\e68f"; }

.fa-thumb-tack-slash {
  --fa: "\e68f"; }

.fa-heart-pulse {
  --fa: "\f21e"; }

.fa-heartbeat {
  --fa: "\f21e"; }

.fa-people-carry-box {
  --fa: "\f4ce"; }

.fa-people-carry {
  --fa: "\f4ce"; }

.fa-temperature-high {
  --fa: "\f769"; }

.fa-microchip {
  --fa: "\f2db"; }

.fa-crown {
  --fa: "\f521"; }

.fa-weight-hanging {
  --fa: "\f5cd"; }

.fa-xmarks-lines {
  --fa: "\e59a"; }

.fa-file-prescription {
  --fa: "\f572"; }

.fa-weight-scale {
  --fa: "\f496"; }

.fa-weight {
  --fa: "\f496"; }

.fa-user-group {
  --fa: "\f500"; }

.fa-user-friends {
  --fa: "\f500"; }

.fa-arrow-up-a-z {
  --fa: "\f15e"; }

.fa-sort-alpha-up {
  --fa: "\f15e"; }

.fa-chess-knight {
  --fa: "\f441"; }

.fa-face-laugh-squint {
  --fa: "\f59b"; }

.fa-laugh-squint {
  --fa: "\f59b"; }

.fa-wheelchair {
  --fa: "\f193"; }

.fa-circle-arrow-up {
  --fa: "\f0aa"; }

.fa-arrow-circle-up {
  --fa: "\f0aa"; }

.fa-toggle-on {
  --fa: "\f205"; }

.fa-person-walking {
  --fa: "\f554"; }

.fa-walking {
  --fa: "\f554"; }

.fa-l {
  --fa: "\4c"; }

.fa-fire {
  --fa: "\f06d"; }

.fa-bed-pulse {
  --fa: "\f487"; }

.fa-procedures {
  --fa: "\f487"; }

.fa-shuttle-space {
  --fa: "\f197"; }

.fa-space-shuttle {
  --fa: "\f197"; }

.fa-face-laugh {
  --fa: "\f599"; }

.fa-laugh {
  --fa: "\f599"; }

.fa-folder-open {
  --fa: "\f07c"; }

.fa-heart-circle-plus {
  --fa: "\e500"; }

.fa-code-fork {
  --fa: "\e13b"; }

.fa-city {
  --fa: "\f64f"; }

.fa-microphone-lines {
  --fa: "\f3c9"; }

.fa-microphone-alt {
  --fa: "\f3c9"; }

.fa-pepper-hot {
  --fa: "\f816"; }

.fa-unlock {
  --fa: "\f09c"; }

.fa-colon-sign {
  --fa: "\e140"; }

.fa-headset {
  --fa: "\f590"; }

.fa-store-slash {
  --fa: "\e071"; }

.fa-road-circle-xmark {
  --fa: "\e566"; }

.fa-user-minus {
  --fa: "\f503"; }

.fa-mars-stroke-up {
  --fa: "\f22a"; }

.fa-mars-stroke-v {
  --fa: "\f22a"; }

.fa-champagne-glasses {
  --fa: "\f79f"; }

.fa-glass-cheers {
  --fa: "\f79f"; }

.fa-clipboard {
  --fa: "\f328"; }

.fa-house-circle-exclamation {
  --fa: "\e50a"; }

.fa-file-arrow-up {
  --fa: "\f574"; }

.fa-file-upload {
  --fa: "\f574"; }

.fa-wifi {
  --fa: "\f1eb"; }

.fa-wifi-3 {
  --fa: "\f1eb"; }

.fa-wifi-strong {
  --fa: "\f1eb"; }

.fa-bath {
  --fa: "\f2cd"; }

.fa-bathtub {
  --fa: "\f2cd"; }

.fa-underline {
  --fa: "\f0cd"; }

.fa-user-pen {
  --fa: "\f4ff"; }

.fa-user-edit {
  --fa: "\f4ff"; }

.fa-signature {
  --fa: "\f5b7"; }

.fa-stroopwafel {
  --fa: "\f551"; }

.fa-bold {
  --fa: "\f032"; }

.fa-anchor-lock {
  --fa: "\e4ad"; }

.fa-building-ngo {
  --fa: "\e4d7"; }

.fa-manat-sign {
  --fa: "\e1d5"; }

.fa-not-equal {
  --fa: "\f53e"; }

.fa-border-top-left {
  --fa: "\f853"; }

.fa-border-style {
  --fa: "\f853"; }

.fa-map-location-dot {
  --fa: "\f5a0"; }

.fa-map-marked-alt {
  --fa: "\f5a0"; }

.fa-jedi {
  --fa: "\f669"; }

.fa-square-poll-vertical {
  --fa: "\f681"; }

.fa-poll {
  --fa: "\f681"; }

.fa-mug-hot {
  --fa: "\f7b6"; }

.fa-car-battery {
  --fa: "\f5df"; }

.fa-battery-car {
  --fa: "\f5df"; }

.fa-gift {
  --fa: "\f06b"; }

.fa-dice-two {
  --fa: "\f528"; }

.fa-chess-queen {
  --fa: "\f445"; }

.fa-glasses {
  --fa: "\f530"; }

.fa-chess-board {
  --fa: "\f43c"; }

.fa-building-circle-check {
  --fa: "\e4d2"; }

.fa-person-chalkboard {
  --fa: "\e53d"; }

.fa-mars-stroke-right {
  --fa: "\f22b"; }

.fa-mars-stroke-h {
  --fa: "\f22b"; }

.fa-hand-back-fist {
  --fa: "\f255"; }

.fa-hand-rock {
  --fa: "\f255"; }

.fa-square-caret-up {
  --fa: "\f151"; }

.fa-caret-square-up {
  --fa: "\f151"; }

.fa-cloud-showers-water {
  --fa: "\e4e4"; }

.fa-chart-bar {
  --fa: "\f080"; }

.fa-bar-chart {
  --fa: "\f080"; }

.fa-hands-bubbles {
  --fa: "\e05e"; }

.fa-hands-wash {
  --fa: "\e05e"; }

.fa-less-than-equal {
  --fa: "\f537"; }

.fa-train {
  --fa: "\f238"; }

.fa-eye-low-vision {
  --fa: "\f2a8"; }

.fa-low-vision {
  --fa: "\f2a8"; }

.fa-crow {
  --fa: "\f520"; }

.fa-sailboat {
  --fa: "\e445"; }

.fa-window-restore {
  --fa: "\f2d2"; }

.fa-square-plus {
  --fa: "\f0fe"; }

.fa-plus-square {
  --fa: "\f0fe"; }

.fa-torii-gate {
  --fa: "\f6a1"; }

.fa-frog {
  --fa: "\f52e"; }

.fa-bucket {
  --fa: "\e4cf"; }

.fa-image {
  --fa: "\f03e"; }

.fa-microphone {
  --fa: "\f130"; }

.fa-cow {
  --fa: "\f6c8"; }

.fa-caret-up {
  --fa: "\f0d8"; }

.fa-screwdriver {
  --fa: "\f54a"; }

.fa-folder-closed {
  --fa: "\e185"; }

.fa-house-tsunami {
  --fa: "\e515"; }

.fa-square-nfi {
  --fa: "\e576"; }

.fa-arrow-up-from-ground-water {
  --fa: "\e4b5"; }

.fa-martini-glass {
  --fa: "\f57b"; }

.fa-glass-martini-alt {
  --fa: "\f57b"; }

.fa-square-binary {
  --fa: "\e69b"; }

.fa-rotate-left {
  --fa: "\f2ea"; }

.fa-rotate-back {
  --fa: "\f2ea"; }

.fa-rotate-backward {
  --fa: "\f2ea"; }

.fa-undo-alt {
  --fa: "\f2ea"; }

.fa-table-columns {
  --fa: "\f0db"; }

.fa-columns {
  --fa: "\f0db"; }

.fa-lemon {
  --fa: "\f094"; }

.fa-head-side-mask {
  --fa: "\e063"; }

.fa-handshake {
  --fa: "\f2b5"; }

.fa-gem {
  --fa: "\f3a5"; }

.fa-dolly {
  --fa: "\f472"; }

.fa-dolly-box {
  --fa: "\f472"; }

.fa-smoking {
  --fa: "\f48d"; }

.fa-minimize {
  --fa: "\f78c"; }

.fa-compress-arrows-alt {
  --fa: "\f78c"; }

.fa-monument {
  --fa: "\f5a6"; }

.fa-snowplow {
  --fa: "\f7d2"; }

.fa-angles-right {
  --fa: "\f101"; }

.fa-angle-double-right {
  --fa: "\f101"; }

.fa-cannabis {
  --fa: "\f55f"; }

.fa-circle-play {
  --fa: "\f144"; }

.fa-play-circle {
  --fa: "\f144"; }

.fa-tablets {
  --fa: "\f490"; }

.fa-ethernet {
  --fa: "\f796"; }

.fa-euro-sign {
  --fa: "\f153"; }

.fa-eur {
  --fa: "\f153"; }

.fa-euro {
  --fa: "\f153"; }

.fa-chair {
  --fa: "\f6c0"; }

.fa-circle-check {
  --fa: "\f058"; }

.fa-check-circle {
  --fa: "\f058"; }

.fa-circle-stop {
  --fa: "\f28d"; }

.fa-stop-circle {
  --fa: "\f28d"; }

.fa-compass-drafting {
  --fa: "\f568"; }

.fa-drafting-compass {
  --fa: "\f568"; }

.fa-plate-wheat {
  --fa: "\e55a"; }

.fa-icicles {
  --fa: "\f7ad"; }

.fa-person-shelter {
  --fa: "\e54f"; }

.fa-neuter {
  --fa: "\f22c"; }

.fa-id-badge {
  --fa: "\f2c1"; }

.fa-marker {
  --fa: "\f5a1"; }

.fa-face-laugh-beam {
  --fa: "\f59a"; }

.fa-laugh-beam {
  --fa: "\f59a"; }

.fa-helicopter-symbol {
  --fa: "\e502"; }

.fa-universal-access {
  --fa: "\f29a"; }

.fa-circle-chevron-up {
  --fa: "\f139"; }

.fa-chevron-circle-up {
  --fa: "\f139"; }

.fa-lari-sign {
  --fa: "\e1c8"; }

.fa-volcano {
  --fa: "\f770"; }

.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553"; }

.fa-sterling-sign {
  --fa: "\f154"; }

.fa-gbp {
  --fa: "\f154"; }

.fa-pound-sign {
  --fa: "\f154"; }

.fa-viruses {
  --fa: "\e076"; }

.fa-square-person-confined {
  --fa: "\e577"; }

.fa-user-tie {
  --fa: "\f508"; }

.fa-arrow-down-long {
  --fa: "\f175"; }

.fa-long-arrow-down {
  --fa: "\f175"; }

.fa-tent-arrow-down-to-line {
  --fa: "\e57e"; }

.fa-certificate {
  --fa: "\f0a3"; }

.fa-reply-all {
  --fa: "\f122"; }

.fa-mail-reply-all {
  --fa: "\f122"; }

.fa-suitcase {
  --fa: "\f0f2"; }

.fa-person-skating {
  --fa: "\f7c5"; }

.fa-skating {
  --fa: "\f7c5"; }

.fa-filter-circle-dollar {
  --fa: "\f662"; }

.fa-funnel-dollar {
  --fa: "\f662"; }

.fa-camera-retro {
  --fa: "\f083"; }

.fa-circle-arrow-down {
  --fa: "\f0ab"; }

.fa-arrow-circle-down {
  --fa: "\f0ab"; }

.fa-file-import {
  --fa: "\f56f"; }

.fa-arrow-right-to-file {
  --fa: "\f56f"; }

.fa-square-arrow-up-right {
  --fa: "\f14c"; }

.fa-external-link-square {
  --fa: "\f14c"; }

.fa-box-open {
  --fa: "\f49e"; }

.fa-scroll {
  --fa: "\f70e"; }

.fa-spa {
  --fa: "\f5bb"; }

.fa-location-pin-lock {
  --fa: "\e51f"; }

.fa-pause {
  --fa: "\f04c"; }

.fa-hill-avalanche {
  --fa: "\e507"; }

.fa-temperature-empty {
  --fa: "\f2cb"; }

.fa-temperature-0 {
  --fa: "\f2cb"; }

.fa-thermometer-0 {
  --fa: "\f2cb"; }

.fa-thermometer-empty {
  --fa: "\f2cb"; }

.fa-bomb {
  --fa: "\f1e2"; }

.fa-registered {
  --fa: "\f25d"; }

.fa-address-card {
  --fa: "\f2bb"; }

.fa-contact-card {
  --fa: "\f2bb"; }

.fa-vcard {
  --fa: "\f2bb"; }

.fa-scale-unbalanced-flip {
  --fa: "\f516"; }

.fa-balance-scale-right {
  --fa: "\f516"; }

.fa-subscript {
  --fa: "\f12c"; }

.fa-diamond-turn-right {
  --fa: "\f5eb"; }

.fa-directions {
  --fa: "\f5eb"; }

.fa-burst {
  --fa: "\e4dc"; }

.fa-house-laptop {
  --fa: "\e066"; }

.fa-laptop-house {
  --fa: "\e066"; }

.fa-face-tired {
  --fa: "\f5c8"; }

.fa-tired {
  --fa: "\f5c8"; }

.fa-money-bills {
  --fa: "\e1f3"; }

.fa-smog {
  --fa: "\f75f"; }

.fa-crutch {
  --fa: "\f7f7"; }

.fa-cloud-arrow-up {
  --fa: "\f0ee"; }

.fa-cloud-upload {
  --fa: "\f0ee"; }

.fa-cloud-upload-alt {
  --fa: "\f0ee"; }

.fa-palette {
  --fa: "\f53f"; }

.fa-arrows-turn-right {
  --fa: "\e4c0"; }

.fa-vest {
  --fa: "\e085"; }

.fa-ferry {
  --fa: "\e4ea"; }

.fa-arrows-down-to-people {
  --fa: "\e4b9"; }

.fa-seedling {
  --fa: "\f4d8"; }

.fa-sprout {
  --fa: "\f4d8"; }

.fa-left-right {
  --fa: "\f337"; }

.fa-arrows-alt-h {
  --fa: "\f337"; }

.fa-boxes-packing {
  --fa: "\e4c7"; }

.fa-circle-arrow-left {
  --fa: "\f0a8"; }

.fa-arrow-circle-left {
  --fa: "\f0a8"; }

.fa-group-arrows-rotate {
  --fa: "\e4f6"; }

.fa-bowl-food {
  --fa: "\e4c6"; }

.fa-candy-cane {
  --fa: "\f786"; }

.fa-arrow-down-wide-short {
  --fa: "\f160"; }

.fa-sort-amount-asc {
  --fa: "\f160"; }

.fa-sort-amount-down {
  --fa: "\f160"; }

.fa-cloud-bolt {
  --fa: "\f76c"; }

.fa-thunderstorm {
  --fa: "\f76c"; }

.fa-text-slash {
  --fa: "\f87d"; }

.fa-remove-format {
  --fa: "\f87d"; }

.fa-face-smile-wink {
  --fa: "\f4da"; }

.fa-smile-wink {
  --fa: "\f4da"; }

.fa-file-word {
  --fa: "\f1c2"; }

.fa-file-powerpoint {
  --fa: "\f1c4"; }

.fa-arrows-left-right {
  --fa: "\f07e"; }

.fa-arrows-h {
  --fa: "\f07e"; }

.fa-house-lock {
  --fa: "\e510"; }

.fa-cloud-arrow-down {
  --fa: "\f0ed"; }

.fa-cloud-download {
  --fa: "\f0ed"; }

.fa-cloud-download-alt {
  --fa: "\f0ed"; }

.fa-children {
  --fa: "\e4e1"; }

.fa-chalkboard {
  --fa: "\f51b"; }

.fa-blackboard {
  --fa: "\f51b"; }

.fa-user-large-slash {
  --fa: "\f4fa"; }

.fa-user-alt-slash {
  --fa: "\f4fa"; }

.fa-envelope-open {
  --fa: "\f2b6"; }

.fa-handshake-simple-slash {
  --fa: "\e05f"; }

.fa-handshake-alt-slash {
  --fa: "\e05f"; }

.fa-mattress-pillow {
  --fa: "\e525"; }

.fa-guarani-sign {
  --fa: "\e19a"; }

.fa-arrows-rotate {
  --fa: "\f021"; }

.fa-refresh {
  --fa: "\f021"; }

.fa-sync {
  --fa: "\f021"; }

.fa-fire-extinguisher {
  --fa: "\f134"; }

.fa-cruzeiro-sign {
  --fa: "\e152"; }

.fa-greater-than-equal {
  --fa: "\f532"; }

.fa-shield-halved {
  --fa: "\f3ed"; }

.fa-shield-alt {
  --fa: "\f3ed"; }

.fa-book-atlas {
  --fa: "\f558"; }

.fa-atlas {
  --fa: "\f558"; }

.fa-virus {
  --fa: "\e074"; }

.fa-envelope-circle-check {
  --fa: "\e4e8"; }

.fa-layer-group {
  --fa: "\f5fd"; }

.fa-arrows-to-dot {
  --fa: "\e4be"; }

.fa-archway {
  --fa: "\f557"; }

.fa-heart-circle-check {
  --fa: "\e4fd"; }

.fa-house-chimney-crack {
  --fa: "\f6f1"; }

.fa-house-damage {
  --fa: "\f6f1"; }

.fa-file-zipper {
  --fa: "\f1c6"; }

.fa-file-archive {
  --fa: "\f1c6"; }

.fa-square {
  --fa: "\f0c8"; }

.fa-martini-glass-empty {
  --fa: "\f000"; }

.fa-glass-martini {
  --fa: "\f000"; }

.fa-couch {
  --fa: "\f4b8"; }

.fa-cedi-sign {
  --fa: "\e0df"; }

.fa-italic {
  --fa: "\f033"; }

.fa-table-cells-column-lock {
  --fa: "\e678"; }

.fa-church {
  --fa: "\f51d"; }

.fa-comments-dollar {
  --fa: "\f653"; }

.fa-democrat {
  --fa: "\f747"; }

.fa-z {
  --fa: "\5a"; }

.fa-person-skiing {
  --fa: "\f7c9"; }

.fa-skiing {
  --fa: "\f7c9"; }

.fa-road-lock {
  --fa: "\e567"; }

.fa-a {
  --fa: "\41"; }

.fa-temperature-arrow-down {
  --fa: "\e03f"; }

.fa-temperature-down {
  --fa: "\e03f"; }

.fa-feather-pointed {
  --fa: "\f56b"; }

.fa-feather-alt {
  --fa: "\f56b"; }

.fa-p {
  --fa: "\50"; }

.fa-snowflake {
  --fa: "\f2dc"; }

.fa-newspaper {
  --fa: "\f1ea"; }

.fa-rectangle-ad {
  --fa: "\f641"; }

.fa-ad {
  --fa: "\f641"; }

.fa-circle-arrow-right {
  --fa: "\f0a9"; }

.fa-arrow-circle-right {
  --fa: "\f0a9"; }

.fa-filter-circle-xmark {
  --fa: "\e17b"; }

.fa-locust {
  --fa: "\e520"; }

.fa-sort {
  --fa: "\f0dc"; }

.fa-unsorted {
  --fa: "\f0dc"; }

.fa-list-ol {
  --fa: "\f0cb"; }

.fa-list-1-2 {
  --fa: "\f0cb"; }

.fa-list-numeric {
  --fa: "\f0cb"; }

.fa-person-dress-burst {
  --fa: "\e544"; }

.fa-money-check-dollar {
  --fa: "\f53d"; }

.fa-money-check-alt {
  --fa: "\f53d"; }

.fa-vector-square {
  --fa: "\f5cb"; }

.fa-bread-slice {
  --fa: "\f7ec"; }

.fa-language {
  --fa: "\f1ab"; }

.fa-face-kiss-wink-heart {
  --fa: "\f598"; }

.fa-kiss-wink-heart {
  --fa: "\f598"; }

.fa-filter {
  --fa: "\f0b0"; }

.fa-question {
  --fa: "\3f"; }

.fa-file-signature {
  --fa: "\f573"; }

.fa-up-down-left-right {
  --fa: "\f0b2"; }

.fa-arrows-alt {
  --fa: "\f0b2"; }

.fa-house-chimney-user {
  --fa: "\e065"; }

.fa-hand-holding-heart {
  --fa: "\f4be"; }

.fa-puzzle-piece {
  --fa: "\f12e"; }

.fa-money-check {
  --fa: "\f53c"; }

.fa-star-half-stroke {
  --fa: "\f5c0"; }

.fa-star-half-alt {
  --fa: "\f5c0"; }

.fa-code {
  --fa: "\f121"; }

.fa-whiskey-glass {
  --fa: "\f7a0"; }

.fa-glass-whiskey {
  --fa: "\f7a0"; }

.fa-building-circle-exclamation {
  --fa: "\e4d3"; }

.fa-magnifying-glass-chart {
  --fa: "\e522"; }

.fa-arrow-up-right-from-square {
  --fa: "\f08e"; }

.fa-external-link {
  --fa: "\f08e"; }

.fa-cubes-stacked {
  --fa: "\e4e6"; }

.fa-won-sign {
  --fa: "\f159"; }

.fa-krw {
  --fa: "\f159"; }

.fa-won {
  --fa: "\f159"; }

.fa-virus-covid {
  --fa: "\e4a8"; }

.fa-austral-sign {
  --fa: "\e0a9"; }

.fa-f {
  --fa: "\46"; }

.fa-leaf {
  --fa: "\f06c"; }

.fa-road {
  --fa: "\f018"; }

.fa-taxi {
  --fa: "\f1ba"; }

.fa-cab {
  --fa: "\f1ba"; }

.fa-person-circle-plus {
  --fa: "\e541"; }

.fa-chart-pie {
  --fa: "\f200"; }

.fa-pie-chart {
  --fa: "\f200"; }

.fa-bolt-lightning {
  --fa: "\e0b7"; }

.fa-sack-xmark {
  --fa: "\e56a"; }

.fa-file-excel {
  --fa: "\f1c3"; }

.fa-file-contract {
  --fa: "\f56c"; }

.fa-fish-fins {
  --fa: "\e4f2"; }

.fa-building-flag {
  --fa: "\e4d5"; }

.fa-face-grin-beam {
  --fa: "\f582"; }

.fa-grin-beam {
  --fa: "\f582"; }

.fa-object-ungroup {
  --fa: "\f248"; }

.fa-poop {
  --fa: "\f619"; }

.fa-location-pin {
  --fa: "\f041"; }

.fa-map-marker {
  --fa: "\f041"; }

.fa-kaaba {
  --fa: "\f66b"; }

.fa-toilet-paper {
  --fa: "\f71e"; }

.fa-helmet-safety {
  --fa: "\f807"; }

.fa-hard-hat {
  --fa: "\f807"; }

.fa-hat-hard {
  --fa: "\f807"; }

.fa-eject {
  --fa: "\f052"; }

.fa-circle-right {
  --fa: "\f35a"; }

.fa-arrow-alt-circle-right {
  --fa: "\f35a"; }

.fa-plane-circle-check {
  --fa: "\e555"; }

.fa-face-rolling-eyes {
  --fa: "\f5a5"; }

.fa-meh-rolling-eyes {
  --fa: "\f5a5"; }

.fa-object-group {
  --fa: "\f247"; }

.fa-chart-line {
  --fa: "\f201"; }

.fa-line-chart {
  --fa: "\f201"; }

.fa-mask-ventilator {
  --fa: "\e524"; }

.fa-arrow-right {
  --fa: "\f061"; }

.fa-signs-post {
  --fa: "\f277"; }

.fa-map-signs {
  --fa: "\f277"; }

.fa-cash-register {
  --fa: "\f788"; }

.fa-person-circle-question {
  --fa: "\e542"; }

.fa-h {
  --fa: "\48"; }

.fa-tarp {
  --fa: "\e57b"; }

.fa-screwdriver-wrench {
  --fa: "\f7d9"; }

.fa-tools {
  --fa: "\f7d9"; }

.fa-arrows-to-eye {
  --fa: "\e4bf"; }

.fa-plug-circle-bolt {
  --fa: "\e55b"; }

.fa-heart {
  --fa: "\f004"; }

.fa-mars-and-venus {
  --fa: "\f224"; }

.fa-house-user {
  --fa: "\e1b0"; }

.fa-home-user {
  --fa: "\e1b0"; }

.fa-dumpster-fire {
  --fa: "\f794"; }

.fa-house-crack {
  --fa: "\e3b1"; }

.fa-martini-glass-citrus {
  --fa: "\f561"; }

.fa-cocktail {
  --fa: "\f561"; }

.fa-face-surprise {
  --fa: "\f5c2"; }

.fa-surprise {
  --fa: "\f5c2"; }

.fa-bottle-water {
  --fa: "\e4c5"; }

.fa-circle-pause {
  --fa: "\f28b"; }

.fa-pause-circle {
  --fa: "\f28b"; }

.fa-toilet-paper-slash {
  --fa: "\e072"; }

.fa-apple-whole {
  --fa: "\f5d1"; }

.fa-apple-alt {
  --fa: "\f5d1"; }

.fa-kitchen-set {
  --fa: "\e51a"; }

.fa-r {
  --fa: "\52"; }

.fa-temperature-quarter {
  --fa: "\f2ca"; }

.fa-temperature-1 {
  --fa: "\f2ca"; }

.fa-thermometer-1 {
  --fa: "\f2ca"; }

.fa-thermometer-quarter {
  --fa: "\f2ca"; }

.fa-cube {
  --fa: "\f1b2"; }

.fa-bitcoin-sign {
  --fa: "\e0b4"; }

.fa-shield-dog {
  --fa: "\e573"; }

.fa-solar-panel {
  --fa: "\f5ba"; }

.fa-lock-open {
  --fa: "\f3c1"; }

.fa-elevator {
  --fa: "\e16d"; }

.fa-money-bill-transfer {
  --fa: "\e528"; }

.fa-money-bill-trend-up {
  --fa: "\e529"; }

.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f"; }

.fa-square-poll-horizontal {
  --fa: "\f682"; }

.fa-poll-h {
  --fa: "\f682"; }

.fa-circle {
  --fa: "\f111"; }

.fa-backward-fast {
  --fa: "\f049"; }

.fa-fast-backward {
  --fa: "\f049"; }

.fa-recycle {
  --fa: "\f1b8"; }

.fa-user-astronaut {
  --fa: "\f4fb"; }

.fa-plane-slash {
  --fa: "\e069"; }

.fa-trademark {
  --fa: "\f25c"; }

.fa-basketball {
  --fa: "\f434"; }

.fa-basketball-ball {
  --fa: "\f434"; }

.fa-satellite-dish {
  --fa: "\f7c0"; }

.fa-circle-up {
  --fa: "\f35b"; }

.fa-arrow-alt-circle-up {
  --fa: "\f35b"; }

.fa-mobile-screen-button {
  --fa: "\f3cd"; }

.fa-mobile-alt {
  --fa: "\f3cd"; }

.fa-volume-high {
  --fa: "\f028"; }

.fa-volume-up {
  --fa: "\f028"; }

.fa-users-rays {
  --fa: "\e593"; }

.fa-wallet {
  --fa: "\f555"; }

.fa-clipboard-check {
  --fa: "\f46c"; }

.fa-file-audio {
  --fa: "\f1c7"; }

.fa-burger {
  --fa: "\f805"; }

.fa-hamburger {
  --fa: "\f805"; }

.fa-wrench {
  --fa: "\f0ad"; }

.fa-bugs {
  --fa: "\e4d0"; }

.fa-rupee-sign {
  --fa: "\f156"; }

.fa-rupee {
  --fa: "\f156"; }

.fa-file-image {
  --fa: "\f1c5"; }

.fa-circle-question {
  --fa: "\f059"; }

.fa-question-circle {
  --fa: "\f059"; }

.fa-plane-departure {
  --fa: "\f5b0"; }

.fa-handshake-slash {
  --fa: "\e060"; }

.fa-book-bookmark {
  --fa: "\e0bb"; }

.fa-code-branch {
  --fa: "\f126"; }

.fa-hat-cowboy {
  --fa: "\f8c0"; }

.fa-bridge {
  --fa: "\e4c8"; }

.fa-phone-flip {
  --fa: "\f879"; }

.fa-phone-alt {
  --fa: "\f879"; }

.fa-truck-front {
  --fa: "\e2b7"; }

.fa-cat {
  --fa: "\f6be"; }

.fa-anchor-circle-exclamation {
  --fa: "\e4ab"; }

.fa-truck-field {
  --fa: "\e58d"; }

.fa-route {
  --fa: "\f4d7"; }

.fa-clipboard-question {
  --fa: "\e4e3"; }

.fa-panorama {
  --fa: "\e209"; }

.fa-comment-medical {
  --fa: "\f7f5"; }

.fa-teeth-open {
  --fa: "\f62f"; }

.fa-file-circle-minus {
  --fa: "\e4ed"; }

.fa-tags {
  --fa: "\f02c"; }

.fa-wine-glass {
  --fa: "\f4e3"; }

.fa-forward-fast {
  --fa: "\f050"; }

.fa-fast-forward {
  --fa: "\f050"; }

.fa-face-meh-blank {
  --fa: "\f5a4"; }

.fa-meh-blank {
  --fa: "\f5a4"; }

.fa-square-parking {
  --fa: "\f540"; }

.fa-parking {
  --fa: "\f540"; }

.fa-house-signal {
  --fa: "\e012"; }

.fa-bars-progress {
  --fa: "\f828"; }

.fa-tasks-alt {
  --fa: "\f828"; }

.fa-faucet-drip {
  --fa: "\e006"; }

.fa-cart-flatbed {
  --fa: "\f474"; }

.fa-dolly-flatbed {
  --fa: "\f474"; }

.fa-ban-smoking {
  --fa: "\f54d"; }

.fa-smoking-ban {
  --fa: "\f54d"; }

.fa-terminal {
  --fa: "\f120"; }

.fa-mobile-button {
  --fa: "\f10b"; }

.fa-house-medical-flag {
  --fa: "\e514"; }

.fa-basket-shopping {
  --fa: "\f291"; }

.fa-shopping-basket {
  --fa: "\f291"; }

.fa-tape {
  --fa: "\f4db"; }

.fa-bus-simple {
  --fa: "\f55e"; }

.fa-bus-alt {
  --fa: "\f55e"; }

.fa-eye {
  --fa: "\f06e"; }

.fa-face-sad-cry {
  --fa: "\f5b3"; }

.fa-sad-cry {
  --fa: "\f5b3"; }

.fa-audio-description {
  --fa: "\f29e"; }

.fa-person-military-to-person {
  --fa: "\e54c"; }

.fa-file-shield {
  --fa: "\e4f0"; }

.fa-user-slash {
  --fa: "\f506"; }

.fa-pen {
  --fa: "\f304"; }

.fa-tower-observation {
  --fa: "\e586"; }

.fa-file-code {
  --fa: "\f1c9"; }

.fa-signal {
  --fa: "\f012"; }

.fa-signal-5 {
  --fa: "\f012"; }

.fa-signal-perfect {
  --fa: "\f012"; }

.fa-bus {
  --fa: "\f207"; }

.fa-heart-circle-xmark {
  --fa: "\e501"; }

.fa-house-chimney {
  --fa: "\e3af"; }

.fa-home-lg {
  --fa: "\e3af"; }

.fa-window-maximize {
  --fa: "\f2d0"; }

.fa-face-frown {
  --fa: "\f119"; }

.fa-frown {
  --fa: "\f119"; }

.fa-prescription {
  --fa: "\f5b1"; }

.fa-shop {
  --fa: "\f54f"; }

.fa-store-alt {
  --fa: "\f54f"; }

.fa-floppy-disk {
  --fa: "\f0c7"; }

.fa-save {
  --fa: "\f0c7"; }

.fa-vihara {
  --fa: "\f6a7"; }

.fa-scale-unbalanced {
  --fa: "\f515"; }

.fa-balance-scale-left {
  --fa: "\f515"; }

.fa-sort-up {
  --fa: "\f0de"; }

.fa-sort-asc {
  --fa: "\f0de"; }

.fa-comment-dots {
  --fa: "\f4ad"; }

.fa-commenting {
  --fa: "\f4ad"; }

.fa-plant-wilt {
  --fa: "\e5aa"; }

.fa-diamond {
  --fa: "\f219"; }

.fa-face-grin-squint {
  --fa: "\f585"; }

.fa-grin-squint {
  --fa: "\f585"; }

.fa-hand-holding-dollar {
  --fa: "\f4c0"; }

.fa-hand-holding-usd {
  --fa: "\f4c0"; }

.fa-chart-diagram {
  --fa: "\e695"; }

.fa-bacterium {
  --fa: "\e05a"; }

.fa-hand-pointer {
  --fa: "\f25a"; }

.fa-drum-steelpan {
  --fa: "\f56a"; }

.fa-hand-scissors {
  --fa: "\f257"; }

.fa-hands-praying {
  --fa: "\f684"; }

.fa-praying-hands {
  --fa: "\f684"; }

.fa-arrow-rotate-right {
  --fa: "\f01e"; }

.fa-arrow-right-rotate {
  --fa: "\f01e"; }

.fa-arrow-rotate-forward {
  --fa: "\f01e"; }

.fa-redo {
  --fa: "\f01e"; }

.fa-biohazard {
  --fa: "\f780"; }

.fa-location-crosshairs {
  --fa: "\f601"; }

.fa-location {
  --fa: "\f601"; }

.fa-mars-double {
  --fa: "\f227"; }

.fa-child-dress {
  --fa: "\e59c"; }

.fa-users-between-lines {
  --fa: "\e591"; }

.fa-lungs-virus {
  --fa: "\e067"; }

.fa-face-grin-tears {
  --fa: "\f588"; }

.fa-grin-tears {
  --fa: "\f588"; }

.fa-phone {
  --fa: "\f095"; }

.fa-calendar-xmark {
  --fa: "\f273"; }

.fa-calendar-times {
  --fa: "\f273"; }

.fa-child-reaching {
  --fa: "\e59d"; }

.fa-head-side-virus {
  --fa: "\e064"; }

.fa-user-gear {
  --fa: "\f4fe"; }

.fa-user-cog {
  --fa: "\f4fe"; }

.fa-arrow-up-1-9 {
  --fa: "\f163"; }

.fa-sort-numeric-up {
  --fa: "\f163"; }

.fa-door-closed {
  --fa: "\f52a"; }

.fa-shield-virus {
  --fa: "\e06c"; }

.fa-dice-six {
  --fa: "\f526"; }

.fa-mosquito-net {
  --fa: "\e52c"; }

.fa-file-fragment {
  --fa: "\e697"; }

.fa-bridge-water {
  --fa: "\e4ce"; }

.fa-person-booth {
  --fa: "\f756"; }

.fa-text-width {
  --fa: "\f035"; }

.fa-hat-wizard {
  --fa: "\f6e8"; }

.fa-pen-fancy {
  --fa: "\f5ac"; }

.fa-person-digging {
  --fa: "\f85e"; }

.fa-digging {
  --fa: "\f85e"; }

.fa-trash {
  --fa: "\f1f8"; }

.fa-gauge-simple {
  --fa: "\f629"; }

.fa-gauge-simple-med {
  --fa: "\f629"; }

.fa-tachometer-average {
  --fa: "\f629"; }

.fa-book-medical {
  --fa: "\f7e6"; }

.fa-poo {
  --fa: "\f2fe"; }

.fa-quote-right {
  --fa: "\f10e"; }

.fa-quote-right-alt {
  --fa: "\f10e"; }

.fa-shirt {
  --fa: "\f553"; }

.fa-t-shirt {
  --fa: "\f553"; }

.fa-tshirt {
  --fa: "\f553"; }

.fa-cubes {
  --fa: "\f1b3"; }

.fa-divide {
  --fa: "\f529"; }

.fa-tenge-sign {
  --fa: "\f7d7"; }

.fa-tenge {
  --fa: "\f7d7"; }

.fa-headphones {
  --fa: "\f025"; }

.fa-hands-holding {
  --fa: "\f4c2"; }

.fa-hands-clapping {
  --fa: "\e1a8"; }

.fa-republican {
  --fa: "\f75e"; }

.fa-arrow-left {
  --fa: "\f060"; }

.fa-person-circle-xmark {
  --fa: "\e543"; }

.fa-ruler {
  --fa: "\f545"; }

.fa-align-left {
  --fa: "\f036"; }

.fa-dice-d6 {
  --fa: "\f6d1"; }

.fa-restroom {
  --fa: "\f7bd"; }

.fa-j {
  --fa: "\4a"; }

.fa-users-viewfinder {
  --fa: "\e595"; }

.fa-file-video {
  --fa: "\f1c8"; }

.fa-up-right-from-square {
  --fa: "\f35d"; }

.fa-external-link-alt {
  --fa: "\f35d"; }

.fa-table-cells {
  --fa: "\f00a"; }

.fa-th {
  --fa: "\f00a"; }

.fa-file-pdf {
  --fa: "\f1c1"; }

.fa-book-bible {
  --fa: "\f647"; }

.fa-bible {
  --fa: "\f647"; }

.fa-o {
  --fa: "\4f"; }

.fa-suitcase-medical {
  --fa: "\f0fa"; }

.fa-medkit {
  --fa: "\f0fa"; }

.fa-user-secret {
  --fa: "\f21b"; }

.fa-otter {
  --fa: "\f700"; }

.fa-person-dress {
  --fa: "\f182"; }

.fa-female {
  --fa: "\f182"; }

.fa-comment-dollar {
  --fa: "\f651"; }

.fa-business-time {
  --fa: "\f64a"; }

.fa-briefcase-clock {
  --fa: "\f64a"; }

.fa-table-cells-large {
  --fa: "\f009"; }

.fa-th-large {
  --fa: "\f009"; }

.fa-book-tanakh {
  --fa: "\f827"; }

.fa-tanakh {
  --fa: "\f827"; }

.fa-phone-volume {
  --fa: "\f2a0"; }

.fa-volume-control-phone {
  --fa: "\f2a0"; }

.fa-hat-cowboy-side {
  --fa: "\f8c1"; }

.fa-clipboard-user {
  --fa: "\f7f3"; }

.fa-child {
  --fa: "\f1ae"; }

.fa-lira-sign {
  --fa: "\f195"; }

.fa-satellite {
  --fa: "\f7bf"; }

.fa-plane-lock {
  --fa: "\e558"; }

.fa-tag {
  --fa: "\f02b"; }

.fa-comment {
  --fa: "\f075"; }

.fa-cake-candles {
  --fa: "\f1fd"; }

.fa-birthday-cake {
  --fa: "\f1fd"; }

.fa-cake {
  --fa: "\f1fd"; }

.fa-envelope {
  --fa: "\f0e0"; }

.fa-angles-up {
  --fa: "\f102"; }

.fa-angle-double-up {
  --fa: "\f102"; }

.fa-paperclip {
  --fa: "\f0c6"; }

.fa-arrow-right-to-city {
  --fa: "\e4b3"; }

.fa-ribbon {
  --fa: "\f4d6"; }

.fa-lungs {
  --fa: "\f604"; }

.fa-arrow-up-9-1 {
  --fa: "\f887"; }

.fa-sort-numeric-up-alt {
  --fa: "\f887"; }

.fa-litecoin-sign {
  --fa: "\e1d3"; }

.fa-border-none {
  --fa: "\f850"; }

.fa-circle-nodes {
  --fa: "\e4e2"; }

.fa-parachute-box {
  --fa: "\f4cd"; }

.fa-indent {
  --fa: "\f03c"; }

.fa-truck-field-un {
  --fa: "\e58e"; }

.fa-hourglass {
  --fa: "\f254"; }

.fa-hourglass-empty {
  --fa: "\f254"; }

.fa-mountain {
  --fa: "\f6fc"; }

.fa-user-doctor {
  --fa: "\f0f0"; }

.fa-user-md {
  --fa: "\f0f0"; }

.fa-circle-info {
  --fa: "\f05a"; }

.fa-info-circle {
  --fa: "\f05a"; }

.fa-cloud-meatball {
  --fa: "\f73b"; }

.fa-camera {
  --fa: "\f030"; }

.fa-camera-alt {
  --fa: "\f030"; }

.fa-square-virus {
  --fa: "\e578"; }

.fa-meteor {
  --fa: "\f753"; }

.fa-car-on {
  --fa: "\e4dd"; }

.fa-sleigh {
  --fa: "\f7cc"; }

.fa-arrow-down-1-9 {
  --fa: "\f162"; }

.fa-sort-numeric-asc {
  --fa: "\f162"; }

.fa-sort-numeric-down {
  --fa: "\f162"; }

.fa-hand-holding-droplet {
  --fa: "\f4c1"; }

.fa-hand-holding-water {
  --fa: "\f4c1"; }

.fa-water {
  --fa: "\f773"; }

.fa-calendar-check {
  --fa: "\f274"; }

.fa-braille {
  --fa: "\f2a1"; }

.fa-prescription-bottle-medical {
  --fa: "\f486"; }

.fa-prescription-bottle-alt {
  --fa: "\f486"; }

.fa-landmark {
  --fa: "\f66f"; }

.fa-truck {
  --fa: "\f0d1"; }

.fa-crosshairs {
  --fa: "\f05b"; }

.fa-person-cane {
  --fa: "\e53c"; }

.fa-tent {
  --fa: "\e57d"; }

.fa-vest-patches {
  --fa: "\e086"; }

.fa-check-double {
  --fa: "\f560"; }

.fa-arrow-down-a-z {
  --fa: "\f15d"; }

.fa-sort-alpha-asc {
  --fa: "\f15d"; }

.fa-sort-alpha-down {
  --fa: "\f15d"; }

.fa-money-bill-wheat {
  --fa: "\e52a"; }

.fa-cookie {
  --fa: "\f563"; }

.fa-arrow-rotate-left {
  --fa: "\f0e2"; }

.fa-arrow-left-rotate {
  --fa: "\f0e2"; }

.fa-arrow-rotate-back {
  --fa: "\f0e2"; }

.fa-arrow-rotate-backward {
  --fa: "\f0e2"; }

.fa-undo {
  --fa: "\f0e2"; }

.fa-hard-drive {
  --fa: "\f0a0"; }

.fa-hdd {
  --fa: "\f0a0"; }

.fa-face-grin-squint-tears {
  --fa: "\f586"; }

.fa-grin-squint-tears {
  --fa: "\f586"; }

.fa-dumbbell {
  --fa: "\f44b"; }

.fa-rectangle-list {
  --fa: "\f022"; }

.fa-list-alt {
  --fa: "\f022"; }

.fa-tarp-droplet {
  --fa: "\e57c"; }

.fa-house-medical-circle-check {
  --fa: "\e511"; }

.fa-person-skiing-nordic {
  --fa: "\f7ca"; }

.fa-skiing-nordic {
  --fa: "\f7ca"; }

.fa-calendar-plus {
  --fa: "\f271"; }

.fa-plane-arrival {
  --fa: "\f5af"; }

.fa-circle-left {
  --fa: "\f359"; }

.fa-arrow-alt-circle-left {
  --fa: "\f359"; }

.fa-train-subway {
  --fa: "\f239"; }

.fa-subway {
  --fa: "\f239"; }

.fa-chart-gantt {
  --fa: "\e0e4"; }

.fa-indian-rupee-sign {
  --fa: "\e1bc"; }

.fa-indian-rupee {
  --fa: "\e1bc"; }

.fa-inr {
  --fa: "\e1bc"; }

.fa-crop-simple {
  --fa: "\f565"; }

.fa-crop-alt {
  --fa: "\f565"; }

.fa-money-bill-1 {
  --fa: "\f3d1"; }

.fa-money-bill-alt {
  --fa: "\f3d1"; }

.fa-left-long {
  --fa: "\f30a"; }

.fa-long-arrow-alt-left {
  --fa: "\f30a"; }

.fa-dna {
  --fa: "\f471"; }

.fa-virus-slash {
  --fa: "\e075"; }

.fa-minus {
  --fa: "\f068"; }

.fa-subtract {
  --fa: "\f068"; }

.fa-chess {
  --fa: "\f439"; }

.fa-arrow-left-long {
  --fa: "\f177"; }

.fa-long-arrow-left {
  --fa: "\f177"; }

.fa-plug-circle-check {
  --fa: "\e55c"; }

.fa-street-view {
  --fa: "\f21d"; }

.fa-franc-sign {
  --fa: "\e18f"; }

.fa-volume-off {
  --fa: "\f026"; }

.fa-hands-asl-interpreting {
  --fa: "\f2a3"; }

.fa-american-sign-language-interpreting {
  --fa: "\f2a3"; }

.fa-asl-interpreting {
  --fa: "\f2a3"; }

.fa-hands-american-sign-language-interpreting {
  --fa: "\f2a3"; }

.fa-gear {
  --fa: "\f013"; }

.fa-cog {
  --fa: "\f013"; }

.fa-droplet-slash {
  --fa: "\f5c7"; }

.fa-tint-slash {
  --fa: "\f5c7"; }

.fa-mosque {
  --fa: "\f678"; }

.fa-mosquito {
  --fa: "\e52b"; }

.fa-star-of-david {
  --fa: "\f69a"; }

.fa-person-military-rifle {
  --fa: "\e54b"; }

.fa-cart-shopping {
  --fa: "\f07a"; }

.fa-shopping-cart {
  --fa: "\f07a"; }

.fa-vials {
  --fa: "\f493"; }

.fa-plug-circle-plus {
  --fa: "\e55f"; }

.fa-place-of-worship {
  --fa: "\f67f"; }

.fa-grip-vertical {
  --fa: "\f58e"; }

.fa-hexagon-nodes {
  --fa: "\e699"; }

.fa-arrow-turn-up {
  --fa: "\f148"; }

.fa-level-up {
  --fa: "\f148"; }

.fa-u {
  --fa: "\55"; }

.fa-square-root-variable {
  --fa: "\f698"; }

.fa-square-root-alt {
  --fa: "\f698"; }

.fa-clock {
  --fa: "\f017"; }

.fa-clock-four {
  --fa: "\f017"; }

.fa-backward-step {
  --fa: "\f048"; }

.fa-step-backward {
  --fa: "\f048"; }

.fa-pallet {
  --fa: "\f482"; }

.fa-faucet {
  --fa: "\e005"; }

.fa-baseball-bat-ball {
  --fa: "\f432"; }

.fa-s {
  --fa: "\53"; }

.fa-timeline {
  --fa: "\e29c"; }

.fa-keyboard {
  --fa: "\f11c"; }

.fa-caret-down {
  --fa: "\f0d7"; }

.fa-house-chimney-medical {
  --fa: "\f7f2"; }

.fa-clinic-medical {
  --fa: "\f7f2"; }

.fa-temperature-three-quarters {
  --fa: "\f2c8"; }

.fa-temperature-3 {
  --fa: "\f2c8"; }

.fa-thermometer-3 {
  --fa: "\f2c8"; }

.fa-thermometer-three-quarters {
  --fa: "\f2c8"; }

.fa-mobile-screen {
  --fa: "\f3cf"; }

.fa-mobile-android-alt {
  --fa: "\f3cf"; }

.fa-plane-up {
  --fa: "\e22d"; }

.fa-piggy-bank {
  --fa: "\f4d3"; }

.fa-battery-half {
  --fa: "\f242"; }

.fa-battery-3 {
  --fa: "\f242"; }

.fa-mountain-city {
  --fa: "\e52e"; }

.fa-coins {
  --fa: "\f51e"; }

.fa-khanda {
  --fa: "\f66d"; }

.fa-sliders {
  --fa: "\f1de"; }

.fa-sliders-h {
  --fa: "\f1de"; }

.fa-folder-tree {
  --fa: "\f802"; }

.fa-network-wired {
  --fa: "\f6ff"; }

.fa-map-pin {
  --fa: "\f276"; }

.fa-hamsa {
  --fa: "\f665"; }

.fa-cent-sign {
  --fa: "\e3f5"; }

.fa-flask {
  --fa: "\f0c3"; }

.fa-person-pregnant {
  --fa: "\e31e"; }

.fa-wand-sparkles {
  --fa: "\f72b"; }

.fa-ellipsis-vertical {
  --fa: "\f142"; }

.fa-ellipsis-v {
  --fa: "\f142"; }

.fa-ticket {
  --fa: "\f145"; }

.fa-power-off {
  --fa: "\f011"; }

.fa-right-long {
  --fa: "\f30b"; }

.fa-long-arrow-alt-right {
  --fa: "\f30b"; }

.fa-flag-usa {
  --fa: "\f74d"; }

.fa-laptop-file {
  --fa: "\e51d"; }

.fa-tty {
  --fa: "\f1e4"; }

.fa-teletype {
  --fa: "\f1e4"; }

.fa-diagram-next {
  --fa: "\e476"; }

.fa-person-rifle {
  --fa: "\e54e"; }

.fa-house-medical-circle-exclamation {
  --fa: "\e512"; }

.fa-closed-captioning {
  --fa: "\f20a"; }

.fa-person-hiking {
  --fa: "\f6ec"; }

.fa-hiking {
  --fa: "\f6ec"; }

.fa-venus-double {
  --fa: "\f226"; }

.fa-images {
  --fa: "\f302"; }

.fa-calculator {
  --fa: "\f1ec"; }

.fa-people-pulling {
  --fa: "\e535"; }

.fa-n {
  --fa: "\4e"; }

.fa-cable-car {
  --fa: "\f7da"; }

.fa-tram {
  --fa: "\f7da"; }

.fa-cloud-rain {
  --fa: "\f73d"; }

.fa-building-circle-xmark {
  --fa: "\e4d4"; }

.fa-ship {
  --fa: "\f21a"; }

.fa-arrows-down-to-line {
  --fa: "\e4b8"; }

.fa-download {
  --fa: "\f019"; }

.fa-face-grin {
  --fa: "\f580"; }

.fa-grin {
  --fa: "\f580"; }

.fa-delete-left {
  --fa: "\f55a"; }

.fa-backspace {
  --fa: "\f55a"; }

.fa-eye-dropper {
  --fa: "\f1fb"; }

.fa-eye-dropper-empty {
  --fa: "\f1fb"; }

.fa-eyedropper {
  --fa: "\f1fb"; }

.fa-file-circle-check {
  --fa: "\e5a0"; }

.fa-forward {
  --fa: "\f04e"; }

.fa-mobile {
  --fa: "\f3ce"; }

.fa-mobile-android {
  --fa: "\f3ce"; }

.fa-mobile-phone {
  --fa: "\f3ce"; }

.fa-face-meh {
  --fa: "\f11a"; }

.fa-meh {
  --fa: "\f11a"; }

.fa-align-center {
  --fa: "\f037"; }

.fa-book-skull {
  --fa: "\f6b7"; }

.fa-book-dead {
  --fa: "\f6b7"; }

.fa-id-card {
  --fa: "\f2c2"; }

.fa-drivers-license {
  --fa: "\f2c2"; }

.fa-outdent {
  --fa: "\f03b"; }

.fa-dedent {
  --fa: "\f03b"; }

.fa-heart-circle-exclamation {
  --fa: "\e4fe"; }

.fa-house {
  --fa: "\f015"; }

.fa-home {
  --fa: "\f015"; }

.fa-home-alt {
  --fa: "\f015"; }

.fa-home-lg-alt {
  --fa: "\f015"; }

.fa-calendar-week {
  --fa: "\f784"; }

.fa-laptop-medical {
  --fa: "\f812"; }

.fa-b {
  --fa: "\42"; }

.fa-file-medical {
  --fa: "\f477"; }

.fa-dice-one {
  --fa: "\f525"; }

.fa-kiwi-bird {
  --fa: "\f535"; }

.fa-arrow-right-arrow-left {
  --fa: "\f0ec"; }

.fa-exchange {
  --fa: "\f0ec"; }

.fa-rotate-right {
  --fa: "\f2f9"; }

.fa-redo-alt {
  --fa: "\f2f9"; }

.fa-rotate-forward {
  --fa: "\f2f9"; }

.fa-utensils {
  --fa: "\f2e7"; }

.fa-cutlery {
  --fa: "\f2e7"; }

.fa-arrow-up-wide-short {
  --fa: "\f161"; }

.fa-sort-amount-up {
  --fa: "\f161"; }

.fa-mill-sign {
  --fa: "\e1ed"; }

.fa-bowl-rice {
  --fa: "\e2eb"; }

.fa-skull {
  --fa: "\f54c"; }

.fa-tower-broadcast {
  --fa: "\f519"; }

.fa-broadcast-tower {
  --fa: "\f519"; }

.fa-truck-pickup {
  --fa: "\f63c"; }

.fa-up-long {
  --fa: "\f30c"; }

.fa-long-arrow-alt-up {
  --fa: "\f30c"; }

.fa-stop {
  --fa: "\f04d"; }

.fa-code-merge {
  --fa: "\f387"; }

.fa-upload {
  --fa: "\f093"; }

.fa-hurricane {
  --fa: "\f751"; }

.fa-mound {
  --fa: "\e52d"; }

.fa-toilet-portable {
  --fa: "\e583"; }

.fa-compact-disc {
  --fa: "\f51f"; }

.fa-file-arrow-down {
  --fa: "\f56d"; }

.fa-file-download {
  --fa: "\f56d"; }

.fa-caravan {
  --fa: "\f8ff"; }

.fa-shield-cat {
  --fa: "\e572"; }

.fa-bolt {
  --fa: "\f0e7"; }

.fa-zap {
  --fa: "\f0e7"; }

.fa-glass-water {
  --fa: "\e4f4"; }

.fa-oil-well {
  --fa: "\e532"; }

.fa-vault {
  --fa: "\e2c5"; }

.fa-mars {
  --fa: "\f222"; }

.fa-toilet {
  --fa: "\f7d8"; }

.fa-plane-circle-xmark {
  --fa: "\e557"; }

.fa-yen-sign {
  --fa: "\f157"; }

.fa-cny {
  --fa: "\f157"; }

.fa-jpy {
  --fa: "\f157"; }

.fa-rmb {
  --fa: "\f157"; }

.fa-yen {
  --fa: "\f157"; }

.fa-ruble-sign {
  --fa: "\f158"; }

.fa-rouble {
  --fa: "\f158"; }

.fa-rub {
  --fa: "\f158"; }

.fa-ruble {
  --fa: "\f158"; }

.fa-sun {
  --fa: "\f185"; }

.fa-guitar {
  --fa: "\f7a6"; }

.fa-face-laugh-wink {
  --fa: "\f59c"; }

.fa-laugh-wink {
  --fa: "\f59c"; }

.fa-horse-head {
  --fa: "\f7ab"; }

.fa-bore-hole {
  --fa: "\e4c3"; }

.fa-industry {
  --fa: "\f275"; }

.fa-circle-down {
  --fa: "\f358"; }

.fa-arrow-alt-circle-down {
  --fa: "\f358"; }

.fa-arrows-turn-to-dots {
  --fa: "\e4c1"; }

.fa-florin-sign {
  --fa: "\e184"; }

.fa-arrow-down-short-wide {
  --fa: "\f884"; }

.fa-sort-amount-desc {
  --fa: "\f884"; }

.fa-sort-amount-down-alt {
  --fa: "\f884"; }

.fa-less-than {
  --fa: "\3c"; }

.fa-angle-down {
  --fa: "\f107"; }

.fa-car-tunnel {
  --fa: "\e4de"; }

.fa-head-side-cough {
  --fa: "\e061"; }

.fa-grip-lines {
  --fa: "\f7a4"; }

.fa-thumbs-down {
  --fa: "\f165"; }

.fa-user-lock {
  --fa: "\f502"; }

.fa-arrow-right-long {
  --fa: "\f178"; }

.fa-long-arrow-right {
  --fa: "\f178"; }

.fa-anchor-circle-xmark {
  --fa: "\e4ac"; }

.fa-ellipsis {
  --fa: "\f141"; }

.fa-ellipsis-h {
  --fa: "\f141"; }

.fa-chess-pawn {
  --fa: "\f443"; }

.fa-kit-medical {
  --fa: "\f479"; }

.fa-first-aid {
  --fa: "\f479"; }

.fa-person-through-window {
  --fa: "\e5a9"; }

.fa-toolbox {
  --fa: "\f552"; }

.fa-hands-holding-circle {
  --fa: "\e4fb"; }

.fa-bug {
  --fa: "\f188"; }

.fa-credit-card {
  --fa: "\f09d"; }

.fa-credit-card-alt {
  --fa: "\f09d"; }

.fa-car {
  --fa: "\f1b9"; }

.fa-automobile {
  --fa: "\f1b9"; }

.fa-hand-holding-hand {
  --fa: "\e4f7"; }

.fa-book-open-reader {
  --fa: "\f5da"; }

.fa-book-reader {
  --fa: "\f5da"; }

.fa-mountain-sun {
  --fa: "\e52f"; }

.fa-arrows-left-right-to-line {
  --fa: "\e4ba"; }

.fa-dice-d20 {
  --fa: "\f6cf"; }

.fa-truck-droplet {
  --fa: "\e58c"; }

.fa-file-circle-xmark {
  --fa: "\e5a1"; }

.fa-temperature-arrow-up {
  --fa: "\e040"; }

.fa-temperature-up {
  --fa: "\e040"; }

.fa-medal {
  --fa: "\f5a2"; }

.fa-bed {
  --fa: "\f236"; }

.fa-square-h {
  --fa: "\f0fd"; }

.fa-h-square {
  --fa: "\f0fd"; }

.fa-podcast {
  --fa: "\f2ce"; }

.fa-temperature-full {
  --fa: "\f2c7"; }

.fa-temperature-4 {
  --fa: "\f2c7"; }

.fa-thermometer-4 {
  --fa: "\f2c7"; }

.fa-thermometer-full {
  --fa: "\f2c7"; }

.fa-bell {
  --fa: "\f0f3"; }

.fa-superscript {
  --fa: "\f12b"; }

.fa-plug-circle-xmark {
  --fa: "\e560"; }

.fa-star-of-life {
  --fa: "\f621"; }

.fa-phone-slash {
  --fa: "\f3dd"; }

.fa-paint-roller {
  --fa: "\f5aa"; }

.fa-handshake-angle {
  --fa: "\f4c4"; }

.fa-hands-helping {
  --fa: "\f4c4"; }

.fa-location-dot {
  --fa: "\f3c5"; }

.fa-map-marker-alt {
  --fa: "\f3c5"; }

.fa-file {
  --fa: "\f15b"; }

.fa-greater-than {
  --fa: "\3e"; }

.fa-person-swimming {
  --fa: "\f5c4"; }

.fa-swimmer {
  --fa: "\f5c4"; }

.fa-arrow-down {
  --fa: "\f063"; }

.fa-droplet {
  --fa: "\f043"; }

.fa-tint {
  --fa: "\f043"; }

.fa-eraser {
  --fa: "\f12d"; }

.fa-earth-americas {
  --fa: "\f57d"; }

.fa-earth {
  --fa: "\f57d"; }

.fa-earth-america {
  --fa: "\f57d"; }

.fa-globe-americas {
  --fa: "\f57d"; }

.fa-person-burst {
  --fa: "\e53b"; }

.fa-dove {
  --fa: "\f4ba"; }

.fa-battery-empty {
  --fa: "\f244"; }

.fa-battery-0 {
  --fa: "\f244"; }

.fa-socks {
  --fa: "\f696"; }

.fa-inbox {
  --fa: "\f01c"; }

.fa-section {
  --fa: "\e447"; }

.fa-gauge-high {
  --fa: "\f625"; }

.fa-tachometer-alt {
  --fa: "\f625"; }

.fa-tachometer-alt-fast {
  --fa: "\f625"; }

.fa-envelope-open-text {
  --fa: "\f658"; }

.fa-hospital {
  --fa: "\f0f8"; }

.fa-hospital-alt {
  --fa: "\f0f8"; }

.fa-hospital-wide {
  --fa: "\f0f8"; }

.fa-wine-bottle {
  --fa: "\f72f"; }

.fa-chess-rook {
  --fa: "\f447"; }

.fa-bars-staggered {
  --fa: "\f550"; }

.fa-reorder {
  --fa: "\f550"; }

.fa-stream {
  --fa: "\f550"; }

.fa-dharmachakra {
  --fa: "\f655"; }

.fa-hotdog {
  --fa: "\f80f"; }

.fa-person-walking-with-cane {
  --fa: "\f29d"; }

.fa-blind {
  --fa: "\f29d"; }

.fa-drum {
  --fa: "\f569"; }

.fa-ice-cream {
  --fa: "\f810"; }

.fa-heart-circle-bolt {
  --fa: "\e4fc"; }

.fa-fax {
  --fa: "\f1ac"; }

.fa-paragraph {
  --fa: "\f1dd"; }

.fa-check-to-slot {
  --fa: "\f772"; }

.fa-vote-yea {
  --fa: "\f772"; }

.fa-star-half {
  --fa: "\f089"; }

.fa-boxes-stacked {
  --fa: "\f468"; }

.fa-boxes {
  --fa: "\f468"; }

.fa-boxes-alt {
  --fa: "\f468"; }

.fa-link {
  --fa: "\f0c1"; }

.fa-chain {
  --fa: "\f0c1"; }

.fa-ear-listen {
  --fa: "\f2a2"; }

.fa-assistive-listening-systems {
  --fa: "\f2a2"; }

.fa-tree-city {
  --fa: "\e587"; }

.fa-play {
  --fa: "\f04b"; }

.fa-font {
  --fa: "\f031"; }

.fa-table-cells-row-lock {
  --fa: "\e67a"; }

.fa-rupiah-sign {
  --fa: "\e23d"; }

.fa-magnifying-glass {
  --fa: "\f002"; }

.fa-search {
  --fa: "\f002"; }

.fa-table-tennis-paddle-ball {
  --fa: "\f45d"; }

.fa-ping-pong-paddle-ball {
  --fa: "\f45d"; }

.fa-table-tennis {
  --fa: "\f45d"; }

.fa-person-dots-from-line {
  --fa: "\f470"; }

.fa-diagnoses {
  --fa: "\f470"; }

.fa-trash-can-arrow-up {
  --fa: "\f82a"; }

.fa-trash-restore-alt {
  --fa: "\f82a"; }

.fa-naira-sign {
  --fa: "\e1f6"; }

.fa-cart-arrow-down {
  --fa: "\f218"; }

.fa-walkie-talkie {
  --fa: "\f8ef"; }

.fa-file-pen {
  --fa: "\f31c"; }

.fa-file-edit {
  --fa: "\f31c"; }

.fa-receipt {
  --fa: "\f543"; }

.fa-square-pen {
  --fa: "\f14b"; }

.fa-pen-square {
  --fa: "\f14b"; }

.fa-pencil-square {
  --fa: "\f14b"; }

.fa-suitcase-rolling {
  --fa: "\f5c1"; }

.fa-person-circle-exclamation {
  --fa: "\e53f"; }

.fa-chevron-down {
  --fa: "\f078"; }

.fa-battery-full {
  --fa: "\f240"; }

.fa-battery {
  --fa: "\f240"; }

.fa-battery-5 {
  --fa: "\f240"; }

.fa-skull-crossbones {
  --fa: "\f714"; }

.fa-code-compare {
  --fa: "\e13a"; }

.fa-list-ul {
  --fa: "\f0ca"; }

.fa-list-dots {
  --fa: "\f0ca"; }

.fa-school-lock {
  --fa: "\e56f"; }

.fa-tower-cell {
  --fa: "\e585"; }

.fa-down-long {
  --fa: "\f309"; }

.fa-long-arrow-alt-down {
  --fa: "\f309"; }

.fa-ranking-star {
  --fa: "\e561"; }

.fa-chess-king {
  --fa: "\f43f"; }

.fa-person-harassing {
  --fa: "\e549"; }

.fa-brazilian-real-sign {
  --fa: "\e46c"; }

.fa-landmark-dome {
  --fa: "\f752"; }

.fa-landmark-alt {
  --fa: "\f752"; }

.fa-arrow-up {
  --fa: "\f062"; }

.fa-tv {
  --fa: "\f26c"; }

.fa-television {
  --fa: "\f26c"; }

.fa-tv-alt {
  --fa: "\f26c"; }

.fa-shrimp {
  --fa: "\e448"; }

.fa-list-check {
  --fa: "\f0ae"; }

.fa-tasks {
  --fa: "\f0ae"; }

.fa-jug-detergent {
  --fa: "\e519"; }

.fa-circle-user {
  --fa: "\f2bd"; }

.fa-user-circle {
  --fa: "\f2bd"; }

.fa-user-shield {
  --fa: "\f505"; }

.fa-wind {
  --fa: "\f72e"; }

.fa-car-burst {
  --fa: "\f5e1"; }

.fa-car-crash {
  --fa: "\f5e1"; }

.fa-y {
  --fa: "\59"; }

.fa-person-snowboarding {
  --fa: "\f7ce"; }

.fa-snowboarding {
  --fa: "\f7ce"; }

.fa-truck-fast {
  --fa: "\f48b"; }

.fa-shipping-fast {
  --fa: "\f48b"; }

.fa-fish {
  --fa: "\f578"; }

.fa-user-graduate {
  --fa: "\f501"; }

.fa-circle-half-stroke {
  --fa: "\f042"; }

.fa-adjust {
  --fa: "\f042"; }

.fa-clapperboard {
  --fa: "\e131"; }

.fa-circle-radiation {
  --fa: "\f7ba"; }

.fa-radiation-alt {
  --fa: "\f7ba"; }

.fa-baseball {
  --fa: "\f433"; }

.fa-baseball-ball {
  --fa: "\f433"; }

.fa-jet-fighter-up {
  --fa: "\e518"; }

.fa-diagram-project {
  --fa: "\f542"; }

.fa-project-diagram {
  --fa: "\f542"; }

.fa-copy {
  --fa: "\f0c5"; }

.fa-volume-xmark {
  --fa: "\f6a9"; }

.fa-volume-mute {
  --fa: "\f6a9"; }

.fa-volume-times {
  --fa: "\f6a9"; }

.fa-hand-sparkles {
  --fa: "\e05d"; }

.fa-grip {
  --fa: "\f58d"; }

.fa-grip-horizontal {
  --fa: "\f58d"; }

.fa-share-from-square {
  --fa: "\f14d"; }

.fa-share-square {
  --fa: "\f14d"; }

.fa-child-combatant {
  --fa: "\e4e0"; }

.fa-child-rifle {
  --fa: "\e4e0"; }

.fa-gun {
  --fa: "\e19b"; }

.fa-square-phone {
  --fa: "\f098"; }

.fa-phone-square {
  --fa: "\f098"; }

.fa-plus {
  --fa: "\2b"; }

.fa-add {
  --fa: "\2b"; }

.fa-expand {
  --fa: "\f065"; }

.fa-computer {
  --fa: "\e4e5"; }

.fa-xmark {
  --fa: "\f00d"; }

.fa-close {
  --fa: "\f00d"; }

.fa-multiply {
  --fa: "\f00d"; }

.fa-remove {
  --fa: "\f00d"; }

.fa-times {
  --fa: "\f00d"; }

.fa-arrows-up-down-left-right {
  --fa: "\f047"; }

.fa-arrows {
  --fa: "\f047"; }

.fa-chalkboard-user {
  --fa: "\f51c"; }

.fa-chalkboard-teacher {
  --fa: "\f51c"; }

.fa-peso-sign {
  --fa: "\e222"; }

.fa-building-shield {
  --fa: "\e4d8"; }

.fa-baby {
  --fa: "\f77c"; }

.fa-users-line {
  --fa: "\e592"; }

.fa-quote-left {
  --fa: "\f10d"; }

.fa-quote-left-alt {
  --fa: "\f10d"; }

.fa-tractor {
  --fa: "\f722"; }

.fa-trash-arrow-up {
  --fa: "\f829"; }

.fa-trash-restore {
  --fa: "\f829"; }

.fa-arrow-down-up-lock {
  --fa: "\e4b0"; }

.fa-lines-leaning {
  --fa: "\e51e"; }

.fa-ruler-combined {
  --fa: "\f546"; }

.fa-copyright {
  --fa: "\f1f9"; }

.fa-equals {
  --fa: "\3d"; }

.fa-blender {
  --fa: "\f517"; }

.fa-teeth {
  --fa: "\f62e"; }

.fa-shekel-sign {
  --fa: "\f20b"; }

.fa-ils {
  --fa: "\f20b"; }

.fa-shekel {
  --fa: "\f20b"; }

.fa-sheqel {
  --fa: "\f20b"; }

.fa-sheqel-sign {
  --fa: "\f20b"; }

.fa-map {
  --fa: "\f279"; }

.fa-rocket {
  --fa: "\f135"; }

.fa-photo-film {
  --fa: "\f87c"; }

.fa-photo-video {
  --fa: "\f87c"; }

.fa-folder-minus {
  --fa: "\f65d"; }

.fa-hexagon-nodes-bolt {
  --fa: "\e69a"; }

.fa-store {
  --fa: "\f54e"; }

.fa-arrow-trend-up {
  --fa: "\e098"; }

.fa-plug-circle-minus {
  --fa: "\e55e"; }

.fa-sign-hanging {
  --fa: "\f4d9"; }

.fa-sign {
  --fa: "\f4d9"; }

.fa-bezier-curve {
  --fa: "\f55b"; }

.fa-bell-slash {
  --fa: "\f1f6"; }

.fa-tablet {
  --fa: "\f3fb"; }

.fa-tablet-android {
  --fa: "\f3fb"; }

.fa-school-flag {
  --fa: "\e56e"; }

.fa-fill {
  --fa: "\f575"; }

.fa-angle-up {
  --fa: "\f106"; }

.fa-drumstick-bite {
  --fa: "\f6d7"; }

.fa-holly-berry {
  --fa: "\f7aa"; }

.fa-chevron-left {
  --fa: "\f053"; }

.fa-bacteria {
  --fa: "\e059"; }

.fa-hand-lizard {
  --fa: "\f258"; }

.fa-notdef {
  --fa: "\e1fe"; }

.fa-disease {
  --fa: "\f7fa"; }

.fa-briefcase-medical {
  --fa: "\f469"; }

.fa-genderless {
  --fa: "\f22d"; }

.fa-chevron-right {
  --fa: "\f054"; }

.fa-retweet {
  --fa: "\f079"; }

.fa-car-rear {
  --fa: "\f5de"; }

.fa-car-alt {
  --fa: "\f5de"; }

.fa-pump-soap {
  --fa: "\e06b"; }

.fa-video-slash {
  --fa: "\f4e2"; }

.fa-battery-quarter {
  --fa: "\f243"; }

.fa-battery-2 {
  --fa: "\f243"; }

.fa-radio {
  --fa: "\f8d7"; }

.fa-baby-carriage {
  --fa: "\f77d"; }

.fa-carriage-baby {
  --fa: "\f77d"; }

.fa-traffic-light {
  --fa: "\f637"; }

.fa-thermometer {
  --fa: "\f491"; }

.fa-vr-cardboard {
  --fa: "\f729"; }

.fa-hand-middle-finger {
  --fa: "\f806"; }

.fa-percent {
  --fa: "\25"; }

.fa-percentage {
  --fa: "\25"; }

.fa-truck-moving {
  --fa: "\f4df"; }

.fa-glass-water-droplet {
  --fa: "\e4f5"; }

.fa-display {
  --fa: "\e163"; }

.fa-face-smile {
  --fa: "\f118"; }

.fa-smile {
  --fa: "\f118"; }

.fa-thumbtack {
  --fa: "\f08d"; }

.fa-thumb-tack {
  --fa: "\f08d"; }

.fa-trophy {
  --fa: "\f091"; }

.fa-person-praying {
  --fa: "\f683"; }

.fa-pray {
  --fa: "\f683"; }

.fa-hammer {
  --fa: "\f6e3"; }

.fa-hand-peace {
  --fa: "\f25b"; }

.fa-rotate {
  --fa: "\f2f1"; }

.fa-sync-alt {
  --fa: "\f2f1"; }

.fa-spinner {
  --fa: "\f110"; }

.fa-robot {
  --fa: "\f544"; }

.fa-peace {
  --fa: "\f67c"; }

.fa-gears {
  --fa: "\f085"; }

.fa-cogs {
  --fa: "\f085"; }

.fa-warehouse {
  --fa: "\f494"; }

.fa-arrow-up-right-dots {
  --fa: "\e4b7"; }

.fa-splotch {
  --fa: "\f5bc"; }

.fa-face-grin-hearts {
  --fa: "\f584"; }

.fa-grin-hearts {
  --fa: "\f584"; }

.fa-dice-four {
  --fa: "\f524"; }

.fa-sim-card {
  --fa: "\f7c4"; }

.fa-transgender {
  --fa: "\f225"; }

.fa-transgender-alt {
  --fa: "\f225"; }

.fa-mercury {
  --fa: "\f223"; }

.fa-arrow-turn-down {
  --fa: "\f149"; }

.fa-level-down {
  --fa: "\f149"; }

.fa-person-falling-burst {
  --fa: "\e547"; }

.fa-award {
  --fa: "\f559"; }

.fa-ticket-simple {
  --fa: "\f3ff"; }

.fa-ticket-alt {
  --fa: "\f3ff"; }

.fa-building {
  --fa: "\f1ad"; }

.fa-angles-left {
  --fa: "\f100"; }

.fa-angle-double-left {
  --fa: "\f100"; }

.fa-qrcode {
  --fa: "\f029"; }

.fa-clock-rotate-left {
  --fa: "\f1da"; }

.fa-history {
  --fa: "\f1da"; }

.fa-face-grin-beam-sweat {
  --fa: "\f583"; }

.fa-grin-beam-sweat {
  --fa: "\f583"; }

.fa-file-export {
  --fa: "\f56e"; }

.fa-arrow-right-from-file {
  --fa: "\f56e"; }

.fa-shield {
  --fa: "\f132"; }

.fa-shield-blank {
  --fa: "\f132"; }

.fa-arrow-up-short-wide {
  --fa: "\f885"; }

.fa-sort-amount-up-alt {
  --fa: "\f885"; }

.fa-comment-nodes {
  --fa: "\e696"; }

.fa-house-medical {
  --fa: "\e3b2"; }

.fa-golf-ball-tee {
  --fa: "\f450"; }

.fa-golf-ball {
  --fa: "\f450"; }

.fa-circle-chevron-left {
  --fa: "\f137"; }

.fa-chevron-circle-left {
  --fa: "\f137"; }

.fa-house-chimney-window {
  --fa: "\e00d"; }

.fa-pen-nib {
  --fa: "\f5ad"; }

.fa-tent-arrow-turn-left {
  --fa: "\e580"; }

.fa-tents {
  --fa: "\e582"; }

.fa-wand-magic {
  --fa: "\f0d0"; }

.fa-magic {
  --fa: "\f0d0"; }

.fa-dog {
  --fa: "\f6d3"; }

.fa-carrot {
  --fa: "\f787"; }

.fa-moon {
  --fa: "\f186"; }

.fa-wine-glass-empty {
  --fa: "\f5ce"; }

.fa-wine-glass-alt {
  --fa: "\f5ce"; }

.fa-cheese {
  --fa: "\f7ef"; }

.fa-yin-yang {
  --fa: "\f6ad"; }

.fa-music {
  --fa: "\f001"; }

.fa-code-commit {
  --fa: "\f386"; }

.fa-temperature-low {
  --fa: "\f76b"; }

.fa-person-biking {
  --fa: "\f84a"; }

.fa-biking {
  --fa: "\f84a"; }

.fa-broom {
  --fa: "\f51a"; }

.fa-shield-heart {
  --fa: "\e574"; }

.fa-gopuram {
  --fa: "\f664"; }

.fa-earth-oceania {
  --fa: "\e47b"; }

.fa-globe-oceania {
  --fa: "\e47b"; }

.fa-square-xmark {
  --fa: "\f2d3"; }

.fa-times-square {
  --fa: "\f2d3"; }

.fa-xmark-square {
  --fa: "\f2d3"; }

.fa-hashtag {
  --fa: "\23"; }

.fa-up-right-and-down-left-from-center {
  --fa: "\f424"; }

.fa-expand-alt {
  --fa: "\f424"; }

.fa-oil-can {
  --fa: "\f613"; }

.fa-t {
  --fa: "\54"; }

.fa-hippo {
  --fa: "\f6ed"; }

.fa-chart-column {
  --fa: "\e0e3"; }

.fa-infinity {
  --fa: "\f534"; }

.fa-vial-circle-check {
  --fa: "\e596"; }

.fa-person-arrow-down-to-line {
  --fa: "\e538"; }

.fa-voicemail {
  --fa: "\f897"; }

.fa-fan {
  --fa: "\f863"; }

.fa-person-walking-luggage {
  --fa: "\e554"; }

.fa-up-down {
  --fa: "\f338"; }

.fa-arrows-alt-v {
  --fa: "\f338"; }

.fa-cloud-moon-rain {
  --fa: "\f73c"; }

.fa-calendar {
  --fa: "\f133"; }

.fa-trailer {
  --fa: "\e041"; }

.fa-bahai {
  --fa: "\f666"; }

.fa-haykal {
  --fa: "\f666"; }

.fa-sd-card {
  --fa: "\f7c2"; }

.fa-dragon {
  --fa: "\f6d5"; }

.fa-shoe-prints {
  --fa: "\f54b"; }

.fa-circle-plus {
  --fa: "\f055"; }

.fa-plus-circle {
  --fa: "\f055"; }

.fa-face-grin-tongue-wink {
  --fa: "\f58b"; }

.fa-grin-tongue-wink {
  --fa: "\f58b"; }

.fa-hand-holding {
  --fa: "\f4bd"; }

.fa-plug-circle-exclamation {
  --fa: "\e55d"; }

.fa-link-slash {
  --fa: "\f127"; }

.fa-chain-broken {
  --fa: "\f127"; }

.fa-chain-slash {
  --fa: "\f127"; }

.fa-unlink {
  --fa: "\f127"; }

.fa-clone {
  --fa: "\f24d"; }

.fa-person-walking-arrow-loop-left {
  --fa: "\e551"; }

.fa-arrow-up-z-a {
  --fa: "\f882"; }

.fa-sort-alpha-up-alt {
  --fa: "\f882"; }

.fa-fire-flame-curved {
  --fa: "\f7e4"; }

.fa-fire-alt {
  --fa: "\f7e4"; }

.fa-tornado {
  --fa: "\f76f"; }

.fa-file-circle-plus {
  --fa: "\e494"; }

.fa-book-quran {
  --fa: "\f687"; }

.fa-quran {
  --fa: "\f687"; }

.fa-anchor {
  --fa: "\f13d"; }

.fa-border-all {
  --fa: "\f84c"; }

.fa-face-angry {
  --fa: "\f556"; }

.fa-angry {
  --fa: "\f556"; }

.fa-cookie-bite {
  --fa: "\f564"; }

.fa-arrow-trend-down {
  --fa: "\e097"; }

.fa-rss {
  --fa: "\f09e"; }

.fa-feed {
  --fa: "\f09e"; }

.fa-draw-polygon {
  --fa: "\f5ee"; }

.fa-scale-balanced {
  --fa: "\f24e"; }

.fa-balance-scale {
  --fa: "\f24e"; }

.fa-gauge-simple-high {
  --fa: "\f62a"; }

.fa-tachometer {
  --fa: "\f62a"; }

.fa-tachometer-fast {
  --fa: "\f62a"; }

.fa-shower {
  --fa: "\f2cc"; }

.fa-desktop {
  --fa: "\f390"; }

.fa-desktop-alt {
  --fa: "\f390"; }

.fa-m {
  --fa: "\4d"; }

.fa-table-list {
  --fa: "\f00b"; }

.fa-th-list {
  --fa: "\f00b"; }

.fa-comment-sms {
  --fa: "\f7cd"; }

.fa-sms {
  --fa: "\f7cd"; }

.fa-book {
  --fa: "\f02d"; }

.fa-user-plus {
  --fa: "\f234"; }

.fa-check {
  --fa: "\f00c"; }

.fa-battery-three-quarters {
  --fa: "\f241"; }

.fa-battery-4 {
  --fa: "\f241"; }

.fa-house-circle-check {
  --fa: "\e509"; }

.fa-angle-left {
  --fa: "\f104"; }

.fa-diagram-successor {
  --fa: "\e47a"; }

.fa-truck-arrow-right {
  --fa: "\e58b"; }

.fa-arrows-split-up-and-left {
  --fa: "\e4bc"; }

.fa-hand-fist {
  --fa: "\f6de"; }

.fa-fist-raised {
  --fa: "\f6de"; }

.fa-cloud-moon {
  --fa: "\f6c3"; }

.fa-briefcase {
  --fa: "\f0b1"; }

.fa-person-falling {
  --fa: "\e546"; }

.fa-image-portrait {
  --fa: "\f3e0"; }

.fa-portrait {
  --fa: "\f3e0"; }

.fa-user-tag {
  --fa: "\f507"; }

.fa-rug {
  --fa: "\e569"; }

.fa-earth-europe {
  --fa: "\f7a2"; }

.fa-globe-europe {
  --fa: "\f7a2"; }

.fa-cart-flatbed-suitcase {
  --fa: "\f59d"; }

.fa-luggage-cart {
  --fa: "\f59d"; }

.fa-rectangle-xmark {
  --fa: "\f410"; }

.fa-rectangle-times {
  --fa: "\f410"; }

.fa-times-rectangle {
  --fa: "\f410"; }

.fa-window-close {
  --fa: "\f410"; }

.fa-baht-sign {
  --fa: "\e0ac"; }

.fa-book-open {
  --fa: "\f518"; }

.fa-book-journal-whills {
  --fa: "\f66a"; }

.fa-journal-whills {
  --fa: "\f66a"; }

.fa-handcuffs {
  --fa: "\e4f8"; }

.fa-triangle-exclamation {
  --fa: "\f071"; }

.fa-exclamation-triangle {
  --fa: "\f071"; }

.fa-warning {
  --fa: "\f071"; }

.fa-database {
  --fa: "\f1c0"; }

.fa-share {
  --fa: "\f064"; }

.fa-mail-forward {
  --fa: "\f064"; }

.fa-bottle-droplet {
  --fa: "\e4c4"; }

.fa-mask-face {
  --fa: "\e1d7"; }

.fa-hill-rockslide {
  --fa: "\e508"; }

.fa-right-left {
  --fa: "\f362"; }

.fa-exchange-alt {
  --fa: "\f362"; }

.fa-paper-plane {
  --fa: "\f1d8"; }

.fa-road-circle-exclamation {
  --fa: "\e565"; }

.fa-dungeon {
  --fa: "\f6d9"; }

.fa-align-right {
  --fa: "\f038"; }

.fa-money-bill-1-wave {
  --fa: "\f53b"; }

.fa-money-bill-wave-alt {
  --fa: "\f53b"; }

.fa-life-ring {
  --fa: "\f1cd"; }

.fa-hands {
  --fa: "\f2a7"; }

.fa-sign-language {
  --fa: "\f2a7"; }

.fa-signing {
  --fa: "\f2a7"; }

.fa-calendar-day {
  --fa: "\f783"; }

.fa-water-ladder {
  --fa: "\f5c5"; }

.fa-ladder-water {
  --fa: "\f5c5"; }

.fa-swimming-pool {
  --fa: "\f5c5"; }

.fa-arrows-up-down {
  --fa: "\f07d"; }

.fa-arrows-v {
  --fa: "\f07d"; }

.fa-face-grimace {
  --fa: "\f57f"; }

.fa-grimace {
  --fa: "\f57f"; }

.fa-wheelchair-move {
  --fa: "\e2ce"; }

.fa-wheelchair-alt {
  --fa: "\e2ce"; }

.fa-turn-down {
  --fa: "\f3be"; }

.fa-level-down-alt {
  --fa: "\f3be"; }

.fa-person-walking-arrow-right {
  --fa: "\e552"; }

.fa-square-envelope {
  --fa: "\f199"; }

.fa-envelope-square {
  --fa: "\f199"; }

.fa-dice {
  --fa: "\f522"; }

.fa-bowling-ball {
  --fa: "\f436"; }

.fa-brain {
  --fa: "\f5dc"; }

.fa-bandage {
  --fa: "\f462"; }

.fa-band-aid {
  --fa: "\f462"; }

.fa-calendar-minus {
  --fa: "\f272"; }

.fa-circle-xmark {
  --fa: "\f057"; }

.fa-times-circle {
  --fa: "\f057"; }

.fa-xmark-circle {
  --fa: "\f057"; }

.fa-gifts {
  --fa: "\f79c"; }

.fa-hotel {
  --fa: "\f594"; }

.fa-earth-asia {
  --fa: "\f57e"; }

.fa-globe-asia {
  --fa: "\f57e"; }

.fa-id-card-clip {
  --fa: "\f47f"; }

.fa-id-card-alt {
  --fa: "\f47f"; }

.fa-magnifying-glass-plus {
  --fa: "\f00e"; }

.fa-search-plus {
  --fa: "\f00e"; }

.fa-thumbs-up {
  --fa: "\f164"; }

.fa-user-clock {
  --fa: "\f4fd"; }

.fa-hand-dots {
  --fa: "\f461"; }

.fa-allergies {
  --fa: "\f461"; }

.fa-file-invoice {
  --fa: "\f570"; }

.fa-window-minimize {
  --fa: "\f2d1"; }

.fa-mug-saucer {
  --fa: "\f0f4"; }

.fa-coffee {
  --fa: "\f0f4"; }

.fa-brush {
  --fa: "\f55d"; }

.fa-file-half-dashed {
  --fa: "\e698"; }

.fa-mask {
  --fa: "\f6fa"; }

.fa-magnifying-glass-minus {
  --fa: "\f010"; }

.fa-search-minus {
  --fa: "\f010"; }

.fa-ruler-vertical {
  --fa: "\f548"; }

.fa-user-large {
  --fa: "\f406"; }

.fa-user-alt {
  --fa: "\f406"; }

.fa-train-tram {
  --fa: "\e5b4"; }

.fa-user-nurse {
  --fa: "\f82f"; }

.fa-syringe {
  --fa: "\f48e"; }

.fa-cloud-sun {
  --fa: "\f6c4"; }

.fa-stopwatch-20 {
  --fa: "\e06f"; }

.fa-square-full {
  --fa: "\f45c"; }

.fa-magnet {
  --fa: "\f076"; }

.fa-jar {
  --fa: "\e516"; }

.fa-note-sticky {
  --fa: "\f249"; }

.fa-sticky-note {
  --fa: "\f249"; }

.fa-bug-slash {
  --fa: "\e490"; }

.fa-arrow-up-from-water-pump {
  --fa: "\e4b6"; }

.fa-bone {
  --fa: "\f5d7"; }

.fa-table-cells-row-unlock {
  --fa: "\e691"; }

.fa-user-injured {
  --fa: "\f728"; }

.fa-face-sad-tear {
  --fa: "\f5b4"; }

.fa-sad-tear {
  --fa: "\f5b4"; }

.fa-plane {
  --fa: "\f072"; }

.fa-tent-arrows-down {
  --fa: "\e581"; }

.fa-exclamation {
  --fa: "\21"; }

.fa-arrows-spin {
  --fa: "\e4bb"; }

.fa-print {
  --fa: "\f02f"; }

.fa-turkish-lira-sign {
  --fa: "\e2bb"; }

.fa-try {
  --fa: "\e2bb"; }

.fa-turkish-lira {
  --fa: "\e2bb"; }

.fa-dollar-sign {
  --fa: "\24"; }

.fa-dollar {
  --fa: "\24"; }

.fa-usd {
  --fa: "\24"; }

.fa-x {
  --fa: "\58"; }

.fa-magnifying-glass-dollar {
  --fa: "\f688"; }

.fa-search-dollar {
  --fa: "\f688"; }

.fa-users-gear {
  --fa: "\f509"; }

.fa-users-cog {
  --fa: "\f509"; }

.fa-person-military-pointing {
  --fa: "\e54a"; }

.fa-building-columns {
  --fa: "\f19c"; }

.fa-bank {
  --fa: "\f19c"; }

.fa-institution {
  --fa: "\f19c"; }

.fa-museum {
  --fa: "\f19c"; }

.fa-university {
  --fa: "\f19c"; }

.fa-umbrella {
  --fa: "\f0e9"; }

.fa-trowel {
  --fa: "\e589"; }

.fa-d {
  --fa: "\44"; }

.fa-stapler {
  --fa: "\e5af"; }

.fa-masks-theater {
  --fa: "\f630"; }

.fa-theater-masks {
  --fa: "\f630"; }

.fa-kip-sign {
  --fa: "\e1c4"; }

.fa-hand-point-left {
  --fa: "\f0a5"; }

.fa-handshake-simple {
  --fa: "\f4c6"; }

.fa-handshake-alt {
  --fa: "\f4c6"; }

.fa-jet-fighter {
  --fa: "\f0fb"; }

.fa-fighter-jet {
  --fa: "\f0fb"; }

.fa-square-share-nodes {
  --fa: "\f1e1"; }

.fa-share-alt-square {
  --fa: "\f1e1"; }

.fa-barcode {
  --fa: "\f02a"; }

.fa-plus-minus {
  --fa: "\e43c"; }

.fa-video {
  --fa: "\f03d"; }

.fa-video-camera {
  --fa: "\f03d"; }

.fa-graduation-cap {
  --fa: "\f19d"; }

.fa-mortar-board {
  --fa: "\f19d"; }

.fa-hand-holding-medical {
  --fa: "\e05c"; }

.fa-person-circle-check {
  --fa: "\e53e"; }

.fa-turn-up {
  --fa: "\f3bf"; }

.fa-level-up-alt {
  --fa: "\f3bf"; }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/webfonts/fa-brands-400.woff2") format("woff2"), url("/assets/webfonts/fa-brands-400.ttf") format("truetype"); }
.fab,
.fa-brands {
  font-weight: 400; }

.fa-monero {
  --fa: "\f3d0"; }

.fa-hooli {
  --fa: "\f427"; }

.fa-yelp {
  --fa: "\f1e9"; }

.fa-cc-visa {
  --fa: "\f1f0"; }

.fa-lastfm {
  --fa: "\f202"; }

.fa-shopware {
  --fa: "\f5b5"; }

.fa-creative-commons-nc {
  --fa: "\f4e8"; }

.fa-aws {
  --fa: "\f375"; }

.fa-redhat {
  --fa: "\f7bc"; }

.fa-yoast {
  --fa: "\f2b1"; }

.fa-cloudflare {
  --fa: "\e07d"; }

.fa-ups {
  --fa: "\f7e0"; }

.fa-pixiv {
  --fa: "\e640"; }

.fa-wpexplorer {
  --fa: "\f2de"; }

.fa-dyalog {
  --fa: "\f399"; }

.fa-bity {
  --fa: "\f37a"; }

.fa-stackpath {
  --fa: "\f842"; }

.fa-buysellads {
  --fa: "\f20d"; }

.fa-first-order {
  --fa: "\f2b0"; }

.fa-modx {
  --fa: "\f285"; }

.fa-guilded {
  --fa: "\e07e"; }

.fa-vnv {
  --fa: "\f40b"; }

.fa-square-js {
  --fa: "\f3b9"; }

.fa-js-square {
  --fa: "\f3b9"; }

.fa-microsoft {
  --fa: "\f3ca"; }

.fa-qq {
  --fa: "\f1d6"; }

.fa-orcid {
  --fa: "\f8d2"; }

.fa-java {
  --fa: "\f4e4"; }

.fa-invision {
  --fa: "\f7b0"; }

.fa-creative-commons-pd-alt {
  --fa: "\f4ed"; }

.fa-centercode {
  --fa: "\f380"; }

.fa-glide-g {
  --fa: "\f2a6"; }

.fa-drupal {
  --fa: "\f1a9"; }

.fa-jxl {
  --fa: "\e67b"; }

.fa-dart-lang {
  --fa: "\e693"; }

.fa-hire-a-helper {
  --fa: "\f3b0"; }

.fa-creative-commons-by {
  --fa: "\f4e7"; }

.fa-unity {
  --fa: "\e049"; }

.fa-whmcs {
  --fa: "\f40d"; }

.fa-rocketchat {
  --fa: "\f3e8"; }

.fa-vk {
  --fa: "\f189"; }

.fa-untappd {
  --fa: "\f405"; }

.fa-mailchimp {
  --fa: "\f59e"; }

.fa-css3-alt {
  --fa: "\f38b"; }

.fa-square-reddit {
  --fa: "\f1a2"; }

.fa-reddit-square {
  --fa: "\f1a2"; }

.fa-vimeo-v {
  --fa: "\f27d"; }

.fa-contao {
  --fa: "\f26d"; }

.fa-square-font-awesome {
  --fa: "\e5ad"; }

.fa-deskpro {
  --fa: "\f38f"; }

.fa-brave {
  --fa: "\e63c"; }

.fa-sistrix {
  --fa: "\f3ee"; }

.fa-square-instagram {
  --fa: "\e055"; }

.fa-instagram-square {
  --fa: "\e055"; }

.fa-battle-net {
  --fa: "\f835"; }

.fa-the-red-yeti {
  --fa: "\f69d"; }

.fa-square-hacker-news {
  --fa: "\f3af"; }

.fa-hacker-news-square {
  --fa: "\f3af"; }

.fa-edge {
  --fa: "\f282"; }

.fa-threads {
  --fa: "\e618"; }

.fa-napster {
  --fa: "\f3d2"; }

.fa-square-snapchat {
  --fa: "\f2ad"; }

.fa-snapchat-square {
  --fa: "\f2ad"; }

.fa-google-plus-g {
  --fa: "\f0d5"; }

.fa-artstation {
  --fa: "\f77a"; }

.fa-markdown {
  --fa: "\f60f"; }

.fa-sourcetree {
  --fa: "\f7d3"; }

.fa-google-plus {
  --fa: "\f2b3"; }

.fa-diaspora {
  --fa: "\f791"; }

.fa-foursquare {
  --fa: "\f180"; }

.fa-stack-overflow {
  --fa: "\f16c"; }

.fa-github-alt {
  --fa: "\f113"; }

.fa-phoenix-squadron {
  --fa: "\f511"; }

.fa-pagelines {
  --fa: "\f18c"; }

.fa-algolia {
  --fa: "\f36c"; }

.fa-red-river {
  --fa: "\f3e3"; }

.fa-creative-commons-sa {
  --fa: "\f4ef"; }

.fa-safari {
  --fa: "\f267"; }

.fa-google {
  --fa: "\f1a0"; }

.fa-square-font-awesome-stroke {
  --fa: "\f35c"; }

.fa-font-awesome-alt {
  --fa: "\f35c"; }

.fa-atlassian {
  --fa: "\f77b"; }

.fa-linkedin-in {
  --fa: "\f0e1"; }

.fa-digital-ocean {
  --fa: "\f391"; }

.fa-nimblr {
  --fa: "\f5a8"; }

.fa-chromecast {
  --fa: "\f838"; }

.fa-evernote {
  --fa: "\f839"; }

.fa-hacker-news {
  --fa: "\f1d4"; }

.fa-creative-commons-sampling {
  --fa: "\f4f0"; }

.fa-adversal {
  --fa: "\f36a"; }

.fa-creative-commons {
  --fa: "\f25e"; }

.fa-watchman-monitoring {
  --fa: "\e087"; }

.fa-fonticons {
  --fa: "\f280"; }

.fa-weixin {
  --fa: "\f1d7"; }

.fa-shirtsinbulk {
  --fa: "\f214"; }

.fa-codepen {
  --fa: "\f1cb"; }

.fa-git-alt {
  --fa: "\f841"; }

.fa-lyft {
  --fa: "\f3c3"; }

.fa-rev {
  --fa: "\f5b2"; }

.fa-windows {
  --fa: "\f17a"; }

.fa-wizards-of-the-coast {
  --fa: "\f730"; }

.fa-square-viadeo {
  --fa: "\f2aa"; }

.fa-viadeo-square {
  --fa: "\f2aa"; }

.fa-meetup {
  --fa: "\f2e0"; }

.fa-centos {
  --fa: "\f789"; }

.fa-adn {
  --fa: "\f170"; }

.fa-cloudsmith {
  --fa: "\f384"; }

.fa-opensuse {
  --fa: "\e62b"; }

.fa-pied-piper-alt {
  --fa: "\f1a8"; }

.fa-square-dribbble {
  --fa: "\f397"; }

.fa-dribbble-square {
  --fa: "\f397"; }

.fa-codiepie {
  --fa: "\f284"; }

.fa-node {
  --fa: "\f419"; }

.fa-mix {
  --fa: "\f3cb"; }

.fa-steam {
  --fa: "\f1b6"; }

.fa-cc-apple-pay {
  --fa: "\f416"; }

.fa-scribd {
  --fa: "\f28a"; }

.fa-debian {
  --fa: "\e60b"; }

.fa-openid {
  --fa: "\f19b"; }

.fa-instalod {
  --fa: "\e081"; }

.fa-files-pinwheel {
  --fa: "\e69f"; }

.fa-expeditedssl {
  --fa: "\f23e"; }

.fa-sellcast {
  --fa: "\f2da"; }

.fa-square-twitter {
  --fa: "\f081"; }

.fa-twitter-square {
  --fa: "\f081"; }

.fa-r-project {
  --fa: "\f4f7"; }

.fa-delicious {
  --fa: "\f1a5"; }

.fa-freebsd {
  --fa: "\f3a4"; }

.fa-vuejs {
  --fa: "\f41f"; }

.fa-accusoft {
  --fa: "\f369"; }

.fa-ioxhost {
  --fa: "\f208"; }

.fa-fonticons-fi {
  --fa: "\f3a2"; }

.fa-app-store {
  --fa: "\f36f"; }

.fa-cc-mastercard {
  --fa: "\f1f1"; }

.fa-itunes-note {
  --fa: "\f3b5"; }

.fa-golang {
  --fa: "\e40f"; }

.fa-kickstarter {
  --fa: "\f3bb"; }

.fa-square-kickstarter {
  --fa: "\f3bb"; }

.fa-grav {
  --fa: "\f2d6"; }

.fa-weibo {
  --fa: "\f18a"; }

.fa-uncharted {
  --fa: "\e084"; }

.fa-firstdraft {
  --fa: "\f3a1"; }

.fa-square-youtube {
  --fa: "\f431"; }

.fa-youtube-square {
  --fa: "\f431"; }

.fa-wikipedia-w {
  --fa: "\f266"; }

.fa-wpressr {
  --fa: "\f3e4"; }

.fa-rendact {
  --fa: "\f3e4"; }

.fa-angellist {
  --fa: "\f209"; }

.fa-galactic-republic {
  --fa: "\f50c"; }

.fa-nfc-directional {
  --fa: "\e530"; }

.fa-skype {
  --fa: "\f17e"; }

.fa-joget {
  --fa: "\f3b7"; }

.fa-fedora {
  --fa: "\f798"; }

.fa-stripe-s {
  --fa: "\f42a"; }

.fa-meta {
  --fa: "\e49b"; }

.fa-laravel {
  --fa: "\f3bd"; }

.fa-hotjar {
  --fa: "\f3b1"; }

.fa-bluetooth-b {
  --fa: "\f294"; }

.fa-square-letterboxd {
  --fa: "\e62e"; }

.fa-sticker-mule {
  --fa: "\f3f7"; }

.fa-creative-commons-zero {
  --fa: "\f4f3"; }

.fa-hips {
  --fa: "\f452"; }

.fa-css {
  --fa: "\e6a2"; }

.fa-behance {
  --fa: "\f1b4"; }

.fa-reddit {
  --fa: "\f1a1"; }

.fa-discord {
  --fa: "\f392"; }

.fa-chrome {
  --fa: "\f268"; }

.fa-app-store-ios {
  --fa: "\f370"; }

.fa-cc-discover {
  --fa: "\f1f2"; }

.fa-wpbeginner {
  --fa: "\f297"; }

.fa-confluence {
  --fa: "\f78d"; }

.fa-shoelace {
  --fa: "\e60c"; }

.fa-mdb {
  --fa: "\f8ca"; }

.fa-dochub {
  --fa: "\f394"; }

.fa-accessible-icon {
  --fa: "\f368"; }

.fa-ebay {
  --fa: "\f4f4"; }

.fa-amazon {
  --fa: "\f270"; }

.fa-unsplash {
  --fa: "\e07c"; }

.fa-yarn {
  --fa: "\f7e3"; }

.fa-square-steam {
  --fa: "\f1b7"; }

.fa-steam-square {
  --fa: "\f1b7"; }

.fa-500px {
  --fa: "\f26e"; }

.fa-square-vimeo {
  --fa: "\f194"; }

.fa-vimeo-square {
  --fa: "\f194"; }

.fa-asymmetrik {
  --fa: "\f372"; }

.fa-font-awesome {
  --fa: "\f2b4"; }

.fa-font-awesome-flag {
  --fa: "\f2b4"; }

.fa-font-awesome-logo-full {
  --fa: "\f2b4"; }

.fa-gratipay {
  --fa: "\f184"; }

.fa-apple {
  --fa: "\f179"; }

.fa-hive {
  --fa: "\e07f"; }

.fa-gitkraken {
  --fa: "\f3a6"; }

.fa-keybase {
  --fa: "\f4f5"; }

.fa-apple-pay {
  --fa: "\f415"; }

.fa-padlet {
  --fa: "\e4a0"; }

.fa-amazon-pay {
  --fa: "\f42c"; }

.fa-square-github {
  --fa: "\f092"; }

.fa-github-square {
  --fa: "\f092"; }

.fa-stumbleupon {
  --fa: "\f1a4"; }

.fa-fedex {
  --fa: "\f797"; }

.fa-phoenix-framework {
  --fa: "\f3dc"; }

.fa-shopify {
  --fa: "\e057"; }

.fa-neos {
  --fa: "\f612"; }

.fa-square-threads {
  --fa: "\e619"; }

.fa-hackerrank {
  --fa: "\f5f7"; }

.fa-researchgate {
  --fa: "\f4f8"; }

.fa-swift {
  --fa: "\f8e1"; }

.fa-angular {
  --fa: "\f420"; }

.fa-speakap {
  --fa: "\f3f3"; }

.fa-angrycreative {
  --fa: "\f36e"; }

.fa-y-combinator {
  --fa: "\f23b"; }

.fa-empire {
  --fa: "\f1d1"; }

.fa-envira {
  --fa: "\f299"; }

.fa-google-scholar {
  --fa: "\e63b"; }

.fa-square-gitlab {
  --fa: "\e5ae"; }

.fa-gitlab-square {
  --fa: "\e5ae"; }

.fa-studiovinari {
  --fa: "\f3f8"; }

.fa-pied-piper {
  --fa: "\f2ae"; }

.fa-wordpress {
  --fa: "\f19a"; }

.fa-product-hunt {
  --fa: "\f288"; }

.fa-firefox {
  --fa: "\f269"; }

.fa-linode {
  --fa: "\f2b8"; }

.fa-goodreads {
  --fa: "\f3a8"; }

.fa-square-odnoklassniki {
  --fa: "\f264"; }

.fa-odnoklassniki-square {
  --fa: "\f264"; }

.fa-jsfiddle {
  --fa: "\f1cc"; }

.fa-sith {
  --fa: "\f512"; }

.fa-themeisle {
  --fa: "\f2b2"; }

.fa-page4 {
  --fa: "\f3d7"; }

.fa-hashnode {
  --fa: "\e499"; }

.fa-react {
  --fa: "\f41b"; }

.fa-cc-paypal {
  --fa: "\f1f4"; }

.fa-squarespace {
  --fa: "\f5be"; }

.fa-cc-stripe {
  --fa: "\f1f5"; }

.fa-creative-commons-share {
  --fa: "\f4f2"; }

.fa-bitcoin {
  --fa: "\f379"; }

.fa-keycdn {
  --fa: "\f3ba"; }

.fa-opera {
  --fa: "\f26a"; }

.fa-itch-io {
  --fa: "\f83a"; }

.fa-umbraco {
  --fa: "\f8e8"; }

.fa-galactic-senate {
  --fa: "\f50d"; }

.fa-ubuntu {
  --fa: "\f7df"; }

.fa-draft2digital {
  --fa: "\f396"; }

.fa-stripe {
  --fa: "\f429"; }

.fa-houzz {
  --fa: "\f27c"; }

.fa-gg {
  --fa: "\f260"; }

.fa-dhl {
  --fa: "\f790"; }

.fa-square-pinterest {
  --fa: "\f0d3"; }

.fa-pinterest-square {
  --fa: "\f0d3"; }

.fa-xing {
  --fa: "\f168"; }

.fa-blackberry {
  --fa: "\f37b"; }

.fa-creative-commons-pd {
  --fa: "\f4ec"; }

.fa-playstation {
  --fa: "\f3df"; }

.fa-quinscape {
  --fa: "\f459"; }

.fa-less {
  --fa: "\f41d"; }

.fa-blogger-b {
  --fa: "\f37d"; }

.fa-opencart {
  --fa: "\f23d"; }

.fa-vine {
  --fa: "\f1ca"; }

.fa-signal-messenger {
  --fa: "\e663"; }

.fa-paypal {
  --fa: "\f1ed"; }

.fa-gitlab {
  --fa: "\f296"; }

.fa-typo3 {
  --fa: "\f42b"; }

.fa-reddit-alien {
  --fa: "\f281"; }

.fa-yahoo {
  --fa: "\f19e"; }

.fa-dailymotion {
  --fa: "\e052"; }

.fa-affiliatetheme {
  --fa: "\f36b"; }

.fa-pied-piper-pp {
  --fa: "\f1a7"; }

.fa-bootstrap {
  --fa: "\f836"; }

.fa-odnoklassniki {
  --fa: "\f263"; }

.fa-nfc-symbol {
  --fa: "\e531"; }

.fa-mintbit {
  --fa: "\e62f"; }

.fa-ethereum {
  --fa: "\f42e"; }

.fa-speaker-deck {
  --fa: "\f83c"; }

.fa-creative-commons-nc-eu {
  --fa: "\f4e9"; }

.fa-patreon {
  --fa: "\f3d9"; }

.fa-avianex {
  --fa: "\f374"; }

.fa-ello {
  --fa: "\f5f1"; }

.fa-gofore {
  --fa: "\f3a7"; }

.fa-bimobject {
  --fa: "\f378"; }

.fa-brave-reverse {
  --fa: "\e63d"; }

.fa-facebook-f {
  --fa: "\f39e"; }

.fa-square-google-plus {
  --fa: "\f0d4"; }

.fa-google-plus-square {
  --fa: "\f0d4"; }

.fa-web-awesome {
  --fa: "\e682"; }

.fa-mandalorian {
  --fa: "\f50f"; }

.fa-first-order-alt {
  --fa: "\f50a"; }

.fa-osi {
  --fa: "\f41a"; }

.fa-google-wallet {
  --fa: "\f1ee"; }

.fa-d-and-d-beyond {
  --fa: "\f6ca"; }

.fa-periscope {
  --fa: "\f3da"; }

.fa-fulcrum {
  --fa: "\f50b"; }

.fa-cloudscale {
  --fa: "\f383"; }

.fa-forumbee {
  --fa: "\f211"; }

.fa-mizuni {
  --fa: "\f3cc"; }

.fa-schlix {
  --fa: "\f3ea"; }

.fa-square-xing {
  --fa: "\f169"; }

.fa-xing-square {
  --fa: "\f169"; }

.fa-bandcamp {
  --fa: "\f2d5"; }

.fa-wpforms {
  --fa: "\f298"; }

.fa-cloudversify {
  --fa: "\f385"; }

.fa-usps {
  --fa: "\f7e1"; }

.fa-megaport {
  --fa: "\f5a3"; }

.fa-magento {
  --fa: "\f3c4"; }

.fa-spotify {
  --fa: "\f1bc"; }

.fa-optin-monster {
  --fa: "\f23c"; }

.fa-fly {
  --fa: "\f417"; }

.fa-square-bluesky {
  --fa: "\e6a3"; }

.fa-aviato {
  --fa: "\f421"; }

.fa-itunes {
  --fa: "\f3b4"; }

.fa-cuttlefish {
  --fa: "\f38c"; }

.fa-blogger {
  --fa: "\f37c"; }

.fa-flickr {
  --fa: "\f16e"; }

.fa-viber {
  --fa: "\f409"; }

.fa-soundcloud {
  --fa: "\f1be"; }

.fa-digg {
  --fa: "\f1a6"; }

.fa-tencent-weibo {
  --fa: "\f1d5"; }

.fa-letterboxd {
  --fa: "\e62d"; }

.fa-symfony {
  --fa: "\f83d"; }

.fa-maxcdn {
  --fa: "\f136"; }

.fa-etsy {
  --fa: "\f2d7"; }

.fa-facebook-messenger {
  --fa: "\f39f"; }

.fa-audible {
  --fa: "\f373"; }

.fa-think-peaks {
  --fa: "\f731"; }

.fa-bilibili {
  --fa: "\e3d9"; }

.fa-erlang {
  --fa: "\f39d"; }

.fa-x-twitter {
  --fa: "\e61b"; }

.fa-cotton-bureau {
  --fa: "\f89e"; }

.fa-dashcube {
  --fa: "\f210"; }

.fa-42-group {
  --fa: "\e080"; }

.fa-innosoft {
  --fa: "\e080"; }

.fa-stack-exchange {
  --fa: "\f18d"; }

.fa-elementor {
  --fa: "\f430"; }

.fa-square-pied-piper {
  --fa: "\e01e"; }

.fa-pied-piper-square {
  --fa: "\e01e"; }

.fa-creative-commons-nd {
  --fa: "\f4eb"; }

.fa-palfed {
  --fa: "\f3d8"; }

.fa-superpowers {
  --fa: "\f2dd"; }

.fa-resolving {
  --fa: "\f3e7"; }

.fa-xbox {
  --fa: "\f412"; }

.fa-square-web-awesome-stroke {
  --fa: "\e684"; }

.fa-searchengin {
  --fa: "\f3eb"; }

.fa-tiktok {
  --fa: "\e07b"; }

.fa-square-facebook {
  --fa: "\f082"; }

.fa-facebook-square {
  --fa: "\f082"; }

.fa-renren {
  --fa: "\f18b"; }

.fa-linux {
  --fa: "\f17c"; }

.fa-glide {
  --fa: "\f2a5"; }

.fa-linkedin {
  --fa: "\f08c"; }

.fa-hubspot {
  --fa: "\f3b2"; }

.fa-deploydog {
  --fa: "\f38e"; }

.fa-twitch {
  --fa: "\f1e8"; }

.fa-flutter {
  --fa: "\e694"; }

.fa-ravelry {
  --fa: "\f2d9"; }

.fa-mixer {
  --fa: "\e056"; }

.fa-square-lastfm {
  --fa: "\f203"; }

.fa-lastfm-square {
  --fa: "\f203"; }

.fa-vimeo {
  --fa: "\f40a"; }

.fa-mendeley {
  --fa: "\f7b3"; }

.fa-uniregistry {
  --fa: "\f404"; }

.fa-figma {
  --fa: "\f799"; }

.fa-creative-commons-remix {
  --fa: "\f4ee"; }

.fa-cc-amazon-pay {
  --fa: "\f42d"; }

.fa-dropbox {
  --fa: "\f16b"; }

.fa-instagram {
  --fa: "\f16d"; }

.fa-cmplid {
  --fa: "\e360"; }

.fa-upwork {
  --fa: "\e641"; }

.fa-facebook {
  --fa: "\f09a"; }

.fa-gripfire {
  --fa: "\f3ac"; }

.fa-jedi-order {
  --fa: "\f50e"; }

.fa-uikit {
  --fa: "\f403"; }

.fa-fort-awesome-alt {
  --fa: "\f3a3"; }

.fa-phabricator {
  --fa: "\f3db"; }

.fa-ussunnah {
  --fa: "\f407"; }

.fa-earlybirds {
  --fa: "\f39a"; }

.fa-trade-federation {
  --fa: "\f513"; }

.fa-autoprefixer {
  --fa: "\f41c"; }

.fa-whatsapp {
  --fa: "\f232"; }

.fa-square-upwork {
  --fa: "\e67c"; }

.fa-slideshare {
  --fa: "\f1e7"; }

.fa-google-play {
  --fa: "\f3ab"; }

.fa-viadeo {
  --fa: "\f2a9"; }

.fa-line {
  --fa: "\f3c0"; }

.fa-google-drive {
  --fa: "\f3aa"; }

.fa-servicestack {
  --fa: "\f3ec"; }

.fa-simplybuilt {
  --fa: "\f215"; }

.fa-bitbucket {
  --fa: "\f171"; }

.fa-imdb {
  --fa: "\f2d8"; }

.fa-deezer {
  --fa: "\e077"; }

.fa-raspberry-pi {
  --fa: "\f7bb"; }

.fa-jira {
  --fa: "\f7b1"; }

.fa-docker {
  --fa: "\f395"; }

.fa-screenpal {
  --fa: "\e570"; }

.fa-bluetooth {
  --fa: "\f293"; }

.fa-gitter {
  --fa: "\f426"; }

.fa-d-and-d {
  --fa: "\f38d"; }

.fa-microblog {
  --fa: "\e01a"; }

.fa-cc-diners-club {
  --fa: "\f24c"; }

.fa-gg-circle {
  --fa: "\f261"; }

.fa-pied-piper-hat {
  --fa: "\f4e5"; }

.fa-kickstarter-k {
  --fa: "\f3bc"; }

.fa-yandex {
  --fa: "\f413"; }

.fa-readme {
  --fa: "\f4d5"; }

.fa-html5 {
  --fa: "\f13b"; }

.fa-sellsy {
  --fa: "\f213"; }

.fa-square-web-awesome {
  --fa: "\e683"; }

.fa-sass {
  --fa: "\f41e"; }

.fa-wirsindhandwerk {
  --fa: "\e2d0"; }

.fa-wsh {
  --fa: "\e2d0"; }

.fa-buromobelexperte {
  --fa: "\f37f"; }

.fa-salesforce {
  --fa: "\f83b"; }

.fa-octopus-deploy {
  --fa: "\e082"; }

.fa-medapps {
  --fa: "\f3c6"; }

.fa-ns8 {
  --fa: "\f3d5"; }

.fa-pinterest-p {
  --fa: "\f231"; }

.fa-apper {
  --fa: "\f371"; }

.fa-fort-awesome {
  --fa: "\f286"; }

.fa-waze {
  --fa: "\f83f"; }

.fa-bluesky {
  --fa: "\e671"; }

.fa-cc-jcb {
  --fa: "\f24b"; }

.fa-snapchat {
  --fa: "\f2ab"; }

.fa-snapchat-ghost {
  --fa: "\f2ab"; }

.fa-fantasy-flight-games {
  --fa: "\f6dc"; }

.fa-rust {
  --fa: "\e07a"; }

.fa-wix {
  --fa: "\f5cf"; }

.fa-square-behance {
  --fa: "\f1b5"; }

.fa-behance-square {
  --fa: "\f1b5"; }

.fa-supple {
  --fa: "\f3f9"; }

.fa-webflow {
  --fa: "\e65c"; }

.fa-rebel {
  --fa: "\f1d0"; }

.fa-css3 {
  --fa: "\f13c"; }

.fa-staylinked {
  --fa: "\f3f5"; }

.fa-kaggle {
  --fa: "\f5fa"; }

.fa-space-awesome {
  --fa: "\e5ac"; }

.fa-deviantart {
  --fa: "\f1bd"; }

.fa-cpanel {
  --fa: "\f388"; }

.fa-goodreads-g {
  --fa: "\f3a9"; }

.fa-square-git {
  --fa: "\f1d2"; }

.fa-git-square {
  --fa: "\f1d2"; }

.fa-square-tumblr {
  --fa: "\f174"; }

.fa-tumblr-square {
  --fa: "\f174"; }

.fa-trello {
  --fa: "\f181"; }

.fa-creative-commons-nc-jp {
  --fa: "\f4ea"; }

.fa-get-pocket {
  --fa: "\f265"; }

.fa-perbyte {
  --fa: "\e083"; }

.fa-grunt {
  --fa: "\f3ad"; }

.fa-weebly {
  --fa: "\f5cc"; }

.fa-connectdevelop {
  --fa: "\f20e"; }

.fa-leanpub {
  --fa: "\f212"; }

.fa-black-tie {
  --fa: "\f27e"; }

.fa-themeco {
  --fa: "\f5c6"; }

.fa-python {
  --fa: "\f3e2"; }

.fa-android {
  --fa: "\f17b"; }

.fa-bots {
  --fa: "\e340"; }

.fa-free-code-camp {
  --fa: "\f2c5"; }

.fa-hornbill {
  --fa: "\f592"; }

.fa-js {
  --fa: "\f3b8"; }

.fa-ideal {
  --fa: "\e013"; }

.fa-git {
  --fa: "\f1d3"; }

.fa-dev {
  --fa: "\f6cc"; }

.fa-sketch {
  --fa: "\f7c6"; }

.fa-yandex-international {
  --fa: "\f414"; }

.fa-cc-amex {
  --fa: "\f1f3"; }

.fa-uber {
  --fa: "\f402"; }

.fa-github {
  --fa: "\f09b"; }

.fa-php {
  --fa: "\f457"; }

.fa-alipay {
  --fa: "\f642"; }

.fa-youtube {
  --fa: "\f167"; }

.fa-skyatlas {
  --fa: "\f216"; }

.fa-firefox-browser {
  --fa: "\e007"; }

.fa-replyd {
  --fa: "\f3e6"; }

.fa-suse {
  --fa: "\f7d6"; }

.fa-jenkins {
  --fa: "\f3b6"; }

.fa-twitter {
  --fa: "\f099"; }

.fa-rockrms {
  --fa: "\f3e9"; }

.fa-pinterest {
  --fa: "\f0d2"; }

.fa-buffer {
  --fa: "\f837"; }

.fa-npm {
  --fa: "\f3d4"; }

.fa-yammer {
  --fa: "\f840"; }

.fa-btc {
  --fa: "\f15a"; }

.fa-dribbble {
  --fa: "\f17d"; }

.fa-stumbleupon-circle {
  --fa: "\f1a3"; }

.fa-internet-explorer {
  --fa: "\f26b"; }

.fa-stubber {
  --fa: "\e5c7"; }

.fa-telegram {
  --fa: "\f2c6"; }

.fa-telegram-plane {
  --fa: "\f2c6"; }

.fa-old-republic {
  --fa: "\f510"; }

.fa-odysee {
  --fa: "\e5c6"; }

.fa-square-whatsapp {
  --fa: "\f40c"; }

.fa-whatsapp-square {
  --fa: "\f40c"; }

.fa-node-js {
  --fa: "\f3d3"; }

.fa-edge-legacy {
  --fa: "\e078"; }

.fa-slack {
  --fa: "\f198"; }

.fa-slack-hash {
  --fa: "\f198"; }

.fa-medrt {
  --fa: "\f3c8"; }

.fa-usb {
  --fa: "\f287"; }

.fa-tumblr {
  --fa: "\f173"; }

.fa-vaadin {
  --fa: "\f408"; }

.fa-quora {
  --fa: "\f2c4"; }

.fa-square-x-twitter {
  --fa: "\e61a"; }

.fa-reacteurope {
  --fa: "\f75d"; }

.fa-medium {
  --fa: "\f23a"; }

.fa-medium-m {
  --fa: "\f23a"; }

.fa-amilia {
  --fa: "\f36d"; }

.fa-mixcloud {
  --fa: "\f289"; }

.fa-flipboard {
  --fa: "\f44d"; }

.fa-viacoin {
  --fa: "\f237"; }

.fa-critical-role {
  --fa: "\f6c9"; }

.fa-sitrox {
  --fa: "\e44a"; }

.fa-discourse {
  --fa: "\f393"; }

.fa-joomla {
  --fa: "\f1aa"; }

.fa-mastodon {
  --fa: "\f4f6"; }

.fa-airbnb {
  --fa: "\f834"; }

.fa-wolf-pack-battalion {
  --fa: "\f514"; }

.fa-buy-n-large {
  --fa: "\f8a6"; }

.fa-gulp {
  --fa: "\f3ae"; }

.fa-creative-commons-sampling-plus {
  --fa: "\f4f1"; }

.fa-strava {
  --fa: "\f428"; }

.fa-ember {
  --fa: "\f423"; }

.fa-canadian-maple-leaf {
  --fa: "\f785"; }

.fa-teamspeak {
  --fa: "\f4f9"; }

.fa-pushed {
  --fa: "\f3e1"; }

.fa-wordpress-simple {
  --fa: "\f411"; }

.fa-nutritionix {
  --fa: "\f3d6"; }

.fa-wodu {
  --fa: "\e088"; }

.fa-google-pay {
  --fa: "\e079"; }

.fa-intercom {
  --fa: "\f7af"; }

.fa-zhihu {
  --fa: "\f63f"; }

.fa-korvue {
  --fa: "\f42f"; }

.fa-pix {
  --fa: "\e43a"; }

.fa-steam-symbol {
  --fa: "\f3f6"; }

:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/webfonts/fa-regular-400.woff2") format("woff2"); }
.far,
.fa-regular {
  font-weight: 400; }

:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/assets/webfonts/fa-solid-900.woff2") format("woff2"); }
.fas,
.fa-solid {
  font-weight: 900; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: swap;
  font-weight: 400;
  src: url("/assets/webfonts/fa-brands-400.woff2") format("woff2"); }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: swap;
  font-weight: 900;
  src: url("/assets/webfonts/fa-solid-900.woff2") format("woff2"); }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: swap;
  font-weight: 400;
  src: url("/assets/webfonts/fa-regular-400.woff2") format("woff2"); }
@font-face {
  font-family: 'FontAwesome';
  font-display: swap;
  src: url("/assets/webfonts/fa-solid-900.woff2") format("woff2"); }
@font-face {
  font-family: 'FontAwesome';
  font-display: swap;
  src: url("/assets/webfonts/fa-brands-400.woff2") format("woff2"); }
@font-face {
  font-family: 'FontAwesome';
  font-display: swap;
  src: url("/assets/webfonts/fa-regular-400.woff2") format("woff2");
  unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC; }
@font-face {
  font-family: 'FontAwesome';
  font-display: swap;
  src: url("/assets/webfonts/fa-v4compatibility.woff2") format("woff2");
  unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B, U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE, U+F0B2, U+F0D0, U+F0D6, U+F0E4, U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E, U+F160-F161, U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F27A; }

.secondary-text {
  font-family: var(--wp--preset--font-family--secondary);
}

/*# sourceMappingURL=style.css.map */
