@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
 */
@import url("https://use.fontawesome.com/releases/v6.1.2/css/all.css");
.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.top .underline {
    top: 0; }
  .container-wrap.bottom .underline {
    bottom: 0; }
  .container-wrap .underline {
    position: absolute;
    width: 100%;
    left: 0; }
  .container-wrap .align {
    position: absolute;
    top: 0;
    height: 100%;
    left: -47vw;
    width: 50vw; }
    @media screen and (max-width: 767px) {
      .container-wrap .align {
        display: none; } }
    .container-wrap .align.right {
      left: auto;
      right: -47vw; }
  .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; }

.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 screen and (max-width: 575px) {
      .footer figure.wp-block-image img {
        width: auto; } }
  @media screen and (max-width: 575px) {
    .footer p {
      line-height: 1 !important; } }
  @media only screen and (max-width: 781px) {
    .footer .wp-block-social-links.justify-content-right {
      justify-content: flex-start; } }
  .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 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 {
    display: grid !important;
    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; }
      .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: 45%;
      max-width: 45% !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; } }

.footer-variation4 p.has-white-color a {
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: .1rem; }
.footer-variation4 .logo-img + p,
.footer-variation4 .logo-img + ul.block-editor-block-list__block {
  margin-top: 70px !important; }
  @media (max-width: 800px) {
    .footer-variation4 .logo-img + p,
    .footer-variation4 .logo-img + ul.block-editor-block-list__block {
      margin-top: 70px !important; } }
.footer-variation4 .logo-img + ul {
  margin-bottom: 32px;
  padding-top: 16px;
  column-gap: 16px !important;
  padding-left: 0 !important; }
  @media screen and (max-width: 575px) {
    .footer-variation4 .logo-img + ul {
      margin-bottom: 1rem;
      padding-top: 1rem; } }
  @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; }
  .footer-variation4-bottom .copyright-wrapper p, .footer-variation4-bottom .copyright-wrapper a {
    color: #fff; }
@media (max-width: 781px) {
  .footer-variation4-bottom p {
    text-align: left;
    line-height: 1.3 !important; } }

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

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 300ms all;
  background-color: #fff; }
  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: 2rem; }
header.scrolled {
  background-color: #fff !important;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3); }
  header.scrolled .header__menu li a {
    color: var(--wp--preset--color--primary); }
    header.scrolled .header__menu li a.is-style-outline {
      color: var(--wp--preset--color--primary) !important; }
      header.scrolled .header__menu li a.is-style-outline:hover {
        color: #fff !important;
        background-color: var(--wp--preset--color--primary) !important;
        border-color: var(--wp--preset--color--primary) !important; }
    header.scrolled .header__menu li a.active {
      color: var(--wp--preset--color--secondary); }
  header.scrolled .header__toggle svg path {
    fill: var(--wp--preset--color--primary) !important; }
  header.scrolled .header__toggle:hover svg path {
    fill: var(--wp--preset--color--secondary) !important; }

.header {
  position: relative;
  z-index: 1;
  padding: 0 !important; }
  .header .logo-wrap {
    position: relative; }
    .header .logo-wrap.internal-page .logo--negative {
      opacity: 1;
      position: relative; }
    .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;
    line-height: 0; }
    @media screen and (min-width: 576px) {
      .header .logo--mobile {
        display: none; } }
  .header.wp-block-create-block-container .inner-container > .row {
    padding: 1.25rem 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 .6rem; }
      .header__menu li:nth-last-child(2), .header__menu li:last-child {
        padding: 0 .5rem; }
      @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.75rem !important;
        line-height: 1.313rem;
        letter-spacing: 0.125rem;
        color: var(--wp--preset--color--primary);
        font-family: 'Radomir-Tinkov-Gilroy-SemiBold' !important;
        text-transform: uppercase; }
        .Home .header__menu li a {
          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 var(--wp--preset--color--secondary);
            border-left: 0.125rem solid var(--wp--preset--color--secondary);
            transition: 100ms ease-in-out;
            text-decoration: none;
            color: transparent;
            right: 0;
            top: -0.1rem;
            transform: rotate(-136deg); }
          .header__menu li a .dropdown-icon.rotate:before {
            transform: rotate(45deg);
            top: 0.1rem; }
        .header__menu li a.header-valuation-btn {
          display: inline-block;
          padding: 1.09rem 1.5rem;
          line-height: normal; }
          .header__menu li a.header-valuation-btn.is-style-outline {
            padding: 1.03rem 1.5rem; }
            .header__menu li a.header-valuation-btn.is-style-outline.has-white-color {
              color: var(--wp--preset--color--primary); }
              .inner-pages .header__menu li a.header-valuation-btn.is-style-outline.has-white-color {
                color: var(--wp--preset--color--primary) !important; }
                .inner-pages .header__menu li a.header-valuation-btn.is-style-outline.has-white-color:hover {
                  color: #fff !important;
                  background-color: var(--wp--preset--color--primary) !important;
                  border-color: var(--wp--preset--color--primary) !important; }
              .Home .header__menu li a.header-valuation-btn.is-style-outline.has-white-color {
                color: white; }
                .Home .header__menu li a.header-valuation-btn.is-style-outline.has-white-color:hover {
                  border-color: white; }
        .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: 0;
    line-height: 0; }
    .header__toggle span {
      display: inline-block; }
    .header__toggle:hover svg path {
      fill: var(--wp--preset--color--secondary); }
    .inner-pages .header__toggle svg path {
      fill: var(--wp--preset--color--primary); }
    .inner-pages .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: 0;
    padding-right: 0;
    margin-left: .5rem !important; }
    @media screen and (min-width: 1280px) {
      .header .header-toggle-btn {
        margin-left: 1.2rem !important;
        padding: 0; } }
  .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 {
      padding-top: 0 !important; }
    .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: 1rem;
      display: inline-block;
      color: var(--wp--preset--color--primary) !important; }
    .header .submenu__image {
      position: relative;
      display: block;
      padding-top: 65%;
      content: '';
      overflow: hidden; }
      .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.5rem; }
    @media screen and (max-width: 575px) {
      .transparent-header.hide-topbar {
        padding-top: 4.5rem; } }

.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%; }
  .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__burger {
    border-top: 0.094rem solid var(--wp--preset--color--secondary);
    padding-top: 1.2rem; }
    .nav__burger li:nth-child(5n+5) {
      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;
    font-family: 'Radomir-Tinkov-Gilroy-Regular' !important; }
  .nav .submenu {
    padding: 0 !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.15s ease-out; }
    .nav .submenu .inner-container {
      padding: 0; }
    .nav .submenu.open {
      max-height: 400px;
      transition: max-height 0.55s ease-in; }
    .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: 1rem !important; }
    .nav .submenu a {
      padding: 0 !important;
      padding-bottom: .3rem !important; }
    .nav .submenu .submenu__item:last-child a {
      padding-bottom: 0.8rem !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; }
  .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; }
  @media only screen and (max-width: 1023px) {
    .cover22.top-center .branch-hero {
      display: block; } }
  .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; }
  .cover22__bgcolor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .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.video {
      padding-top: 48.25%;
      /* Player ratio: 100 / (1280 / 720) */
      position: relative;
      overflow: hidden;
      height: 100%; }
      @media only screen and (max-width: 1280px) {
        .cover22__media.video {
          padding-top: 56.25%; } }
      @media only screen and (max-width: 1023px) {
        .cover22__media.video {
          padding-top: 65%; } }
      @media only screen and (max-width: 768px) {
        .cover22__media.video {
          padding-top: 0;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }
      .cover22__media.video .react-player,
      .cover22__media.video .vimeo-video-wrap {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        padding-top: 56.25%; }
        .cover22__media.video .react-player > div,
        .cover22__media.video .vimeo-video-wrap > div {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%; }
        @media only screen and (max-width: 1023px) {
          .cover22__media.video .react-player,
          .cover22__media.video .vimeo-video-wrap {
            display: none; } }
      .cover22__media.video .vimeo-video-wrap {
        padding: 0; }
      .cover22__media.video img {
        animation: none !important;
        transform: scale(1) !important; }
    .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; }
    .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; } }
    @media only screen and (max-width: 1400px) and (min-width: 1023px) {
      .cover22.hero-standard-alt .wp-block-create-block-hero-standard-alt {
        min-height: 25rem !important; } }
  .cover22.hero-standard-alt .cover22__media {
    width: 50%;
    position: relative; }
    .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; } }
    @media only screen and (max-width: 1400px) and (min-width: 1023px) {
      .cover22.hero-standard-alt .cover22__media {
        min-height: 25rem !important; } }
  .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;
      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;
          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.video .wp-block-create-block-cover {
    min-height: auto; }
    .cover22.video .wp-block-create-block-cover .cover22__inner {
      position: absolute;
      left: 0;
      width: 100%; }
      .cover22.video .wp-block-create-block-cover .cover22__inner.center-center {
        top: 50%;
        transform: translateY(-50%); }
      .cover22.video .wp-block-create-block-cover .cover22__inner.bottom-center {
        top: auto;
        bottom: 0; }

.parallax-cover.has-parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5rem; }
  @media screen and (max-width: 781px) {
    .parallax-cover.has-parallax .wp-block-columns .wp-block-column:last-child {
      padding-left: 0 !important;
      padding-top: 2rem !important; } }
  @media screen and (max-width: 575px) {
    .parallax-cover.has-parallax {
      padding: 0;
      padding-top: 1rem;
      min-height: 0 !important; }
      .parallax-cover.has-parallax .wp-block-create-block-container {
        padding-top: 1rem !important;
        padding-bottom: 0 !important; }
        .parallax-cover.has-parallax .wp-block-create-block-container .inner-container {
          padding: 0 !important; }
        .parallax-cover.has-parallax .wp-block-create-block-container .wp-block-column.global-radius {
          border-radius: 0;
          padding: 2rem 1rem 1rem !important; }
      .parallax-cover.has-parallax .wp-block-columns .wp-block-column:last-child {
        padding-top: 0 !important; } }
.parallax-cover .wp-block-cover__background {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }
.parallax-cover .wp-block-cover__image-background {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; }

@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 .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: 1rem !important; }
    .cover22 .basic-content-mobile .wp-block-columns {
      margin: 0; } }

.newsfilter-wrapper {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr; }
  .newsfilter-wrapper .selected-category {
    display: flex;
    justify-content: center;
    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;
      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 {
    flex-direction: row-reverse; }
  .post.top {
    display: block; }
  .post.bottom {
    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: #f7f2f0;
      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; } }
    .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%;
        padding: 1.5rem 1rem !important; }
        .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.slick-slider .slick-track {
  align-items: stretch; }
.news-preview.slick-slider .post.top {
  height: 100%; }
.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; }
@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%; } }

.wpg-b_list ul {
  list-style: disc;
  padding-left: 1rem;
  margin-bottom: 1rem;
  margin-left: .5rem; }
  @media screen and (min-width: 768px) {
    .wpg-b_list ul {
      margin-bottom: 2rem; } }

@media screen and (max-width: 576px) {
  .agent-video.block-wapper.orientation__right .content-half {
    padding: 1rem 1rem 0 !important; }

  .no-favourites-found {
    height: auto !important; } }
.wp-block-social-links {
  padding-left: 0 !important; }

body .modal--team figure.wp-block-image img {
  height: auto; }

@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; }
  .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: 40rem;
      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; } }
  .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.063rem;
    height: 3.063rem;
    background-color: #fff;
    font-size: .875rem; }
    @media screen and (max-width: 575px) {
      .property-filter__wrap .form-input {
        min-height: 3.5rem;
        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.063rem;
    line-height: 3.063rem;
    padding: 0;
    width: 100%;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: 0.125rem; }
    @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: 'Radomir-Tinkov-Gilroy-SemiBold'; }
    .property-filter__filed .form-staged__submit svg {
      margin: 0;
      margin-left: .5rem;
      vertical-align: text-bottom; }
  .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: 0%; }
  .property-filter__filed.submit-btn {
    width: 0%; }
.property-filter__filter-btn {
  background-color: #fff;
  min-height: 3.063rem;
  text-align: center;
  line-height: 3.063rem;
  font-size: .75rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  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: 'Radomir-Tinkov-Gilroy-SemiBold'; }
  .property-filter__filter-btn svg {
    margin-left: .5rem;
    vertical-align: text-bottom; }
  .property-filter__filter-btn.show svg {
    top: -0.1rem;
    position: relative; }
.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 !important;
      color: var(--wp--preset--color--primary);
      margin-bottom: .5rem;
      text-transform: none !important;
      display: inline-block;
      font-weight: 400;
      font-family: 'Radomir-Tinkov-Gilroy-Regular' !important; }
    .property-filter__filter-wrap .form-group .form-input {
      min-height: 3.5rem;
      background-color: #f7f2f0 !important; }
      .property-filter__filter-wrap .form-group .form-input.select {
        background-image: url("/assets/img/angle-down.svg");
        color: var(--wp--preset--color--primary); }
      @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 {
    height: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 3.25rem;
    background-color: #fff;
    border: none;
    border: 1px solid var(--wp--preset--color--primary);
    border-radius: 1.875rem; }
    .property-filter__filter-wrap .form-switch-icon:before {
      background-color: var(--wp--preset--color--secondary);
      border: none;
      width: 1.125rem;
      height: 1.125rem;
      border-radius: 50%;
      left: -1px !important;
      opacity: 1;
      transform: translate(20%, -50%);
      transition: 300ms all;
      top: 11px;
      font-size: 1.125rem;
      content: '';
      position: absolute; }
    .property-filter__filter-wrap .form-switch-icon ~ .form-switch-text {
      margin-left: .8rem;
      font-size: 1rem;
      display: inline-block;
      color: var(--wp--preset--color--primary);
      text-transform: none;
      font-family: 'Radomir-Tinkov-Gilroy-Regular'; }
  .property-filter__filter-wrap .form-switch label {
    display: inline-block;
    font-weight: 400;
    cursor: pointer; }
  .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--primary) !important; }
      .property-filter__filter-wrap .form-switch input:checked ~ label .form-switch-icon:before {
        transform: translate(170%, -50%); }
  .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; } }

@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: 1.25rem;
  padding: 2rem 1rem; }
  @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%); }

.advanced-filter-map-view {
  padding-top: 3rem;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1279px) {
    .advanced-filter-map-view {
      flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    .advanced-filter-map-view {
      display: block; } }
  @media screen and (max-width: 575px) {
    .advanced-filter-map-view {
      padding-top: .5rem; } }
  @media screen and (min-width: 576px) {
    .advanced-filter-map-view .advance-search-wrap {
      padding: 0;
      background-color: transparent; }
      .advanced-filter-map-view .advance-search-wrap .form-group {
        margin-bottom: 0; } }
  .advanced-filter-map-view .property-filter__filed.location {
    width: 14%;
    margin-top: 1.5rem; }
    .advanced-filter-map-view .property-filter__filed.location .form-input {
      min-height: 3.5rem; }
  .advanced-filter-map-view .property-filter__filter-wrap {
    max-width: 100%;
    margin: 0 -0.5rem; }
    .advanced-filter-map-view .property-filter__filter-wrap .form-group .form-input {
      background-color: #fff !important; }
      @media screen and (max-width: 767px) {
        .advanced-filter-map-view .property-filter__filter-wrap .form-group .form-input {
          background-color: #f7f2f0 !important; } }
    @media screen and (max-width: 1279px) {
      .advanced-filter-map-view .property-filter__filter-wrap {
        width: 100%; }
        .advanced-filter-map-view .property-filter__filter-wrap .form-group:last-child {
          padding-right: 0; } }
    @media screen and (max-width: 767px) {
      .advanced-filter-map-view .property-filter__filter-wrap {
        margin: 0;
        margin-top: 1rem; } }
    @media screen and (max-width: 1023px) {
      .advanced-filter-map-view .property-filter__filter-wrap .property-filter__filed.location {
        width: 100%;
        margin-top: 0;
        margin-bottom: 1rem; } }
  .advanced-filter-map-view .col-md-4 {
    padding-right: 0;
    margin-top: 1.5rem;
    max-width: fit-content;
    flex: 0 0 auto; }
    .advanced-filter-map-view .col-md-4 .property-view__view-icon {
      justify-content: flex-start; }
    @media screen and (max-width: 767px) {
      .advanced-filter-map-view .col-md-4 {
        margin-top: 0;
        padding-right: .5rem; } }
  .advanced-filter-map-view .property-filter__filed.submit-btn {
    width: auto;
    margin-top: 1.5rem;
    margin-bottom: 2rem; }
    .advanced-filter-map-view .property-filter__filed.submit-btn svg path {
      fill: #fff; }
    @media screen and (min-width: 576px) {
      .advanced-filter-map-view .property-filter__filed.submit-btn {
        display: none; } }
  .advanced-filter-map-view .mobile-filter-wrap .property-filter__filter-btn {
    height: 3.7rem;
    line-height: 4rem;
    background-color: var(--wp--preset--color--secondary);
    min-height: auto; }
    .advanced-filter-map-view .mobile-filter-wrap .property-filter__filter-btn svg {
      vertical-align: sub;
      position: relative;
      top: 2px; }
      .advanced-filter-map-view .mobile-filter-wrap .property-filter__filter-btn svg path {
        fill: #000; }
    .advanced-filter-map-view .mobile-filter-wrap .property-filter__filter-btn.show svg {
      top: -3px; }
  @media screen and (max-width: 575px) {
    .advanced-filter-map-view .property-view__view-icon .icon-list label {
      height: 3rem;
      width: 3rem;
      line-height: 3.5rem !important; } }

.links-hover a {
  font-family: 'Radomir-Tinkov-Gilroy-Medium'; }
  .links-hover a:hover {
    text-decoration: underline !important; }

.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 {
      font-family: 'Radomir-Tinkov-Gilroy-Medium'; }
      .property-sitemap-link ul li a:hover {
        text-decoration: underline !important; }

@media screen and (max-width: 1023px) {
  .property-view {
    font-size: .875rem; } }
@media screen and (max-width: 575px) {
  .property-view .current-view-grid ul {
    display: flex;
    flex: 1; }
    .property-view .current-view-grid ul li {
      flex: 1; }
      .property-view .current-view-grid ul li label {
        width: 100% !important;
        border-radius: 1.875rem !important; } }
.property-view__view-count {
  display: flex;
  align-items: center;
  font-size: 1rem; }
  @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; } }
  @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;
      margin-bottom: 1rem; } }
.property-view__sort {
  margin-left: 2rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  min-height: 3.5rem;
  padding: 0 1.5rem;
  border-radius: 2rem; }
  @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: var(--wp--preset--color--primary) !important;
    font-size: 1rem !important;
    text-transform: none !important;
    margin-bottom: 0 !important;
    font-family: 'Radomir-Tinkov-Gilroy-Regular' !important;
    font-weight: 400; }
  .property-view__sort .form-input.select {
    background-color: transparent !important;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
    color: var(--wp--preset--color--primary);
    padding-left: .5rem;
    font-size: 1rem !important;
    background-position: calc(100% - 0rem) center;
    background-image: url("/assets/img/angle-down-green.svg") !important;
    height: auto !important;
    min-height: auto;
    line-height: 1.3;
    flex: 1; }
    @media screen and (min-width: 1280px) {
      .property-view__sort .form-input.select {
        padding-right: 4.7rem; } }
.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--primary);
      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--primary); }
        .property-view__view-icon .icon-list > input:checked ~ label svg path {
          fill: #fff; }
        .property-view__view-icon .icon-list > input:checked ~ label span {
          color: #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: #919191 !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: var(--wp--preset--color--primary); }
  .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: #f7f2f0;
    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: #f7f2f0;
        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; } }

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

.hero-large .keen-active .animate-hero .underline-path {
  animation: draw-path 300ms linear forwards; }
@media only screen and (max-width: 768px) {
  .hero-large .cover22 .wp-block-create-block-cover {
    align-items: flex-start !important;
    padding: 2rem 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 {
  position: relative;
  overflow: hidden; }
  .hero-large-wrap .video-wapper .snippet-video video {
    object-fit: cover; }
  .hero-large-wrap.slider-wrapper .hero-large {
    height: 100%; }
    .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: 767px) {
    .hero-large-wrap {
      min-height: 40rem !important;
      background-color: var(--wp--preset--color--primary) !important; }
      .hero-large-wrap .hero-large .cover22 .wp-block-create-block-cover {
        min-height: calc(100vh) !important;
        align-items: center !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 h5.wp-block-heading {
      line-height: 1.5 !important; } }
  .hero-large-wrap .mobile-static {
    display: none; }
  .hero-large-wrap .slick-initialized {
    padding-bottom: 5rem !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%; } }
/*//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: auto;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .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; }
    .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;
    background-color: #fff;
    border-radius: 1.875rem;
    padding-left: 1.5rem;
    padding-right: 1rem; }
    @media screen and (max-width: 768px) {
      .team-filter__sort {
        justify-content: flex-start; }
        .team-filter__sort select {
          padding-left: 0 !important; } }
    .team-filter__sort span {
      font-size: 1rem;
      color: var(--wp--preset--color--primary); }
    .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: 1rem !important;
      padding-left: 0.5rem !important;
      width: auto !important;
      background-position: calc(100% - .5rem) center !important; }

.team-section {
  display: grid;
  grid-template-columns: repeat(3, 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 {
  margin-left: 0; }
.team-preview.slick-slider .slick-track {
  align-items: stretch; }
.team-preview.slick-slider .team {
  height: auto !important; }
@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;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 99;
  background-color: #fff;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #484848; }
  .alert-cookie a {
    color: #484848; }
  @media screen and (max-width: 575px) {
    .alert-cookie p {
      flex: 1; } }
  @media screen and (max-width: 575px) {
    .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%; }
.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: #f7f2f0;
  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: 3;
  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; }
      @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; }
        @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); }

.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.landlords-auth .login-register {
    color: #6B6B6B; }
    .form-staged.landlords-auth .login-register a {
      color: #6B6B6B;
      text-decoration: underline !important; }
      .form-staged.landlords-auth .login-register a:hover {
        color: var(--wp--preset--color--secondary); }
  .form-staged.landlords-auth * {
    box-sizing: border-box; }
  .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: #919191;
    letter-spacing: 0.125rem;
    font-weight: 500;
    font-family: 'Radomir-Tinkov-Gilroy-SemiBold' !important; }
  .form-staged__short-description {
    color: #313131;
    font-size: .75rem; }
  .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: #919191; }
    .form-staged__terms a {
      text-decoration: underline !important;
      color: #919191; }
  .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 .wp-block-buttons {
      display: inline-block;
      display: block; }
    .form-staged__step.active, .form-staged__step:first-child {
      display: block; }
    .form-staged__step label {
      font-weight: 400;
      font-size: 0.75rem !important;
      line-height: 1.125rem;
      margin-bottom: 0.5rem;
      display: block;
      color: var(--wp--preset--color--primary);
      text-transform: none !important;
      font-family: 'Radomir-Tinkov-Gilroy-Regular' !important; }
    .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: #f7f2f0;
    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 (min-width: 1280px) {
      .form-staged__success-inner {
        padding-left: 0; } }
    @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: #919191;
      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: #919191;
    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: 2rem;
    overflow: hidden;
    padding: 1.5rem 1rem;
    text-align: center; }
    .form-staged__card .text-transform-uppercase {
      font-weight: 500;
      letter-spacing: 0.14rem;
      font-family: "Radomir-Tinkov-Gilroy-Medium"; }
    .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; }

@media screen and (min-width: 1280px) {
  .landlord-authentication .wp-block-column:last-child {
    max-width: 40rem;
    margin: 0 auto; } }

body .form-on-page figure.wp-block-image img {
  width: 100%;
  display: block; }
body .form-on-page.embed .wp-block-column {
  align-self: normal !important; }
body .form-on-page.embed .wpg-b_html {
  height: 100%; }
body .form-on-page .page-forms {
  max-width: 38rem;
  margin: 0 auto; }
body .form-on-page .wp-block-column:first-child {
  align-self: stretch; }
  body .form-on-page .wp-block-column:first-child figure {
    height: 100%; }
    body .form-on-page .wp-block-column:first-child figure img {
      height: 100%;
      object-fit: cover; }
  @media screen and (max-width: 1023px) {
    body .form-on-page .wp-block-column:first-child {
      display: none; } }
@media screen and (max-width: 1023px) {
  body .form-on-page .wp-block-column {
    width: 100% !important;
    max-width: 100% !important; } }
@media screen and (max-width: 781px) {
  body .form-on-page .wp-block-column {
    padding: 2rem 1rem !important; } }
@media screen and (max-width: 781px) {
  body .form-on-page.embed .wpg-b_html iframe {
    min-height: 40rem; } }

.modalwarp {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none; }
  .modalwarp--embed {
    background-color: transparent; }
    .modalwarp--embed .modalwarp__close svg path,
    .modalwarp--embed .modalwarp__close svg line {
      fill: #fff !important; }
    .modalwarp--embed .modalwarp__close svg line {
      stroke: #fff !important; }
    .modalwarp--embed .modalwarp__inner {
      overflow-y: scroll; }
  .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--embed {
  background: transparent !important;
  height: 100%; }
.modal__close {
  z-index: 1; }
@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; }
  .modal--team .modal__inner:before {
    display: none; }
  .modal--team .modal__inner > div {
    position: relative; }
  .modal--team .modal__inner figure {
    border-radius: 0.625rem;
    overflow: hidden; }
    .modal--team .modal__inner figure img {
      object-fit: cover; }
    .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; }
    .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; } }

.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 .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: 1.03rem 1.5rem; }
      body .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
        border-color: transparent !important; }
    body .wp-block-buttons .wp-block-button__link {
      padding: 1.09rem 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 .wp-block-button__link {
          width: 100%; }
      body .wp-block-buttons div:last-child .wp-block-button {
        margin-bottom: 0 !important; } }

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

html.hide-scroll {
  overflow: hidden; }

main {
  min-height: 100vh;
  background-color: #f7f2f0; }
  main:has(> section.favorite-property) {
    min-height: auto; }
  .page-template-default main {
    min-height: auto; }
  @media screen and (max-width: 575px) {
    main {
      padding-top: 2rem; } }

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

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

@media screen and (max-width: 575px) {
  body figure.wp-block-image.text-align-center {
    text-align: left; }

  .agent-video.block-wapper.orientation__right .content-half {
    padding: 1rem 1rem 0 !important; } }
.news-grid-wrapper .news-grid-list {
  align-items: stretch; }
  .news-grid-wrapper .news-grid-list > div {
    height: 100%; }
    .news-grid-wrapper .news-grid-list > div .post {
      height: 100%; }
      .news-grid-wrapper .news-grid-list > div .post a {
        background-color: #fff; }

.wp-block-column ul {
  padding-left: 2rem; }
  .wp-block-column ul li {
    list-style-type: disc; }

strong {
  font-weight: bolder; }

.wp-block-image.is-style-rounded img {
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  width: auto !important; }

.grecaptcha-badge {
  display: none !important; }

.wp-block-social-links {
  padding-left: 0 !important; }

body .form-input-date {
  display: block;
  width: 100%;
  height: 3rem;
  padding: 0.625rem 1rem;
  margin: 0;
  border: none;
  border: 1px solid #eee;
  background-color: #fff;
  color: var(--wp--preset--color--primary);
  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: #fff;
  color: var(--wp--preset--color--primary);
  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: 'Radomir-Tinkov-Gilroy-Regular'; }
  @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: var(--wp--preset--color--primary); }
  body .form-input::-moz-placeholder, .cv-name::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--wp--preset--color--primary); }
  body .form-input:-ms-input-placeholder, .cv-name:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--wp--preset--color--primary); }
  body .form-input*:-moz-placeholder, .cv-name*:-moz-placeholder {
    /* Firefox 18- */
    color: var(--wp--preset--color--primary); }
  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: .8rem .5rem;
    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% - 1.5rem) 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: #f7f2f0;
    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: 1.5rem;
  min-height: 10rem;
  resize: none;
  background-color: #fff; }

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: #f7f2f0;
    border-radius: 2.25rem;
    overflow: hidden;
    border: 0.17rem solid #f7f2f0; }
    .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: #919191;
      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: #f7f2f0;
  border: 0.3rem solid #f7f2f0;
  display: flex;
  max-width: 16rem;
  position: relative; }
  .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: #919191; }
      .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--secondary);
  font-weight: 600; }

.read-more-paragraph .wpg-b_paragraph,
.read-more-paragraph .wp-block-heading {
  display: none; }
  .read-more-paragraph .wpg-b_paragraph:first-child,
  .read-more-paragraph .wp-block-heading:first-child {
    display: block; }
.read-more-paragraph.show .wpg-b_paragraph,
.read-more-paragraph.show .wp-block-heading {
  display: block; }

.tabs-steps {
  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: 65%;
      right: 100%;
      width: 1.5rem;
      border-top: 0.1625rem solid #fff;
      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: 1rem;
    height: 1rem;
    text-align: center;
    font-size: 0rem;
    border: 0.15rem solid #fff;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3125s ease;
    padding: 0;
    font-size: 0 !important;
    z-index: 1; }
  .tabs-steps .active > button {
    background-color: var(--wp--preset--color--primary); }
    .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;
  border-radius: 3.125rem; }
  .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--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 .tags {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center;
      background-color: #FFFFFFCC;
      text-transform: uppercase;
      font-size: .75rem;
      padding: .8rem .5rem .7rem;
      letter-spacing: 0.125rem;
      color: var(--wp--preset--color--primary);
      font-family: 'Radomir-Tinkov-Gilroy-SemiBold'; }
    .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 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .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-status {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .property__fav {
    position: static;
    z-index: 3;
    top: 1rem;
    right: 1rem;
    background-color: transparent;
    border: none;
    cursor: pointer; }
    .property--grid .property__fav {
      position: absolute;
      bottom: 1rem;
      top: auto;
      left: 1rem;
      height: 1.875rem;
      width: 1.875rem;
      background-color: #fff;
      text-align: center;
      padding: 0;
      border-radius: 50%;
      line-height: 1.875rem !important; }
      .property--grid .property__fav svg {
        position: relative;
        left: 0;
        top: 1px;
        width: 1rem; }
        .property--grid .property__fav svg path {
          fill: var(--wp--preset--color--primary); }
      .property--grid .property__fav .fill svg {
        top: 0.35rem;
        left: 0;
        position: relative; }
        .property--grid .property__fav .fill svg path {
          fill: var(--wp--preset--color--secondary); }
    .property__fav .far {
      font-size: 1.5rem; }
    .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__status {
    background-color: var(--wp--preset--color--primary);
    border-radius: 2rem;
    color: #fff;
    height: 2rem;
    line-height: 2rem;
    display: inline-block;
    padding: 0 0.9rem;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    font-family: 'Radomir-Tinkov-Gilroy-Medium'; }
    .property__status.new-home-status {
      position: absolute;
      top: 0;
      left: 0.8rem;
      z-index: 1;
      padding: 0.1rem 1rem; }
  .property__price-qualifier {
    color: #C6C6C6;
    font-size: 1.5rem; }
  .property__price {
    font-size: 2.5rem; }
  .property__facility {
    display: flex;
    align-items: center;
    margin: 0 -0.5rem; }
    @media screen and (max-width: 575px) {
      .property__facility {
        flex-wrap: wrap; }
        .property__facility li {
          margin-bottom: .5rem; } }
    .property__facility li {
      padding: 0 .5rem; }
  .property__action {
    display: flex;
    position: relative;
    z-index: 3; }
    @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 5rem; } }
    @media screen and (min-width: 1600px) {
      .property__content {
        padding: 1rem 5rem; } }
    @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; }
  .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 {
    border-radius: 0;
    overflow: hidden; }
    .property--grid .property__content {
      padding: 1rem 0 0;
      background-color: transparent;
      flex-wrap: wrap; }
      .property--grid .property__content .grid {
        display: flex;
        width: 100%;
        flex-wrap: wrap; }
        .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__facility,
    .property--grid .property__except {
      display: none; }
    .property--grid .property__price {
      font-size: 1.5rem;
      margin: 0 !important;
      margin-bottom: 0.3rem !important; }
    .property--grid .property__image {
      border-radius: 1.25rem; }
    .property--grid .property__status {
      margin-bottom: .5rem !important; }
      .property--grid .property__status.new-home-status {
        position: absolute;
        top: 0;
        left: .8rem;
        z-index: 2;
        padding: 0.1rem 1rem; }
    .property--grid .property__price-qualifier {
      font-size: 1rem;
      font-family: 'Radomir-Tinkov-Gilroy-Medium' !important; }
    @media screen and (min-width: 1280px) {
      .property--grid .property__content {
        padding: 1rem 0 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; } }
  .gallery-slider div {
    height: 100%; }
    @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-header {
  min-height: 100vh; }

.property-container .wpg-blocks {
  border-radius: 3.125rem;
  overflow: hidden; }
  .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; } }
@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 {
      font-size: 3.375rem !important;
      line-height: 3.713rem;
      margin-bottom: 1rem; } }
@media screen and (max-width: 575px) {
  .property-container .list-view .wpg-blocks .wp-block-columns h2 {
    font-size: 2rem !important;
    line-height: 2.4rem; }
  .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 {
  height: 100%;
  border-radius: 1.25rem; }
  .property-container .grid-view .wpg-blocks p {
    margin-bottom: 1rem !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; }
    .property-container .grid-view .wpg-blocks .wp-block-columns h2 {
      font-size: 2.25rem !important;
      line-height: 1.1 !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: var(--wp--preset--color--primary);
    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; } }

.property-preview.slick-slider .slick-track {
  align-items: stretch; }
  .property-preview.slick-slider .slick-track .property {
    height: 100%; }

.fav-icon .property__fav {
  top: auto;
  bottom: 1rem;
  right: 59px;
  border-radius: 0.313rem;
  background-color: #fff;
  text-align: center;
  padding: 0;
  line-height: 2.6rem;
  height: 2rem;
  width: 2rem;
  overflow: hidden; }

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

body .similar-properties .property-preview.slick-slider .slick-track .property {
  height: auto; }

.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 .slick-prev,
.property-arrow .slick-next {
  width: 2.188rem;
  height: 2.188rem;
  background-color: #fff !important;
  z-index: 2;
  border-radius: 50%;
  z-index: 3; }
  .property-arrow .slick-prev:hover,
  .property-arrow .slick-next:hover {
    background-color: var(--wp--preset--color--secondary) !important; }
    .property-arrow .slick-prev:hover::before,
    .property-arrow .slick-next:hover::before {
      color: #fff; }
  .property-arrow .slick-prev::before,
  .property-arrow .slick-next::before {
    color: #313131;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 1rem; }
.property-arrow .slick-prev {
  left: 1rem; }
  @media screen and (min-width: 1280px) {
    .property-arrow .slick-prev {
      left: 1.5rem; } }
.property-arrow .slick-next {
  right: 1rem; }
  @media screen and (min-width: 1280px) {
    .property-arrow .slick-next {
      right: 1.5rem; } }

.radius-galley-image {
  border-radius: 1.25rem; }

.property-slider {
  position: relative;
  overflow: hidden; }
  .property-content .property-slider {
    border-radius: 0; }
  @media screen and (max-width: 1023px) {
    .property-slider .property__image {
      border-radius: 1.25rem; } }
  .property-slider__actions {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    height: auto !important; }
    @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: 0.313rem;
      min-width: 2rem;
      height: 2rem;
      text-align: center;
      line-height: 2.4rem;
      overflow: hidden;
      cursor: pointer;
      border-radius: 50%; }
      .property-slider__actions p .property__fav {
        position: static;
        border-radius: 0;
        width: auto;
        height: auto;
        line-height: normal;
        background: transparent;
        padding: 0;
        height: 100%;
        margin: 0; }
        .property-slider__actions p .property__fav.saved svg {
          position: relative;
          top: 0.2rem; }
      .property-slider__actions p.half-radius {
        border-radius: 1.875rem; }
  .property-slider__counter {
    z-index: 1;
    color: #313131;
    font-size: 0.75rem;
    overflow: hidden;
    line-height: 2rem;
    height: 2rem;
    min-width: 4rem;
    text-align: center;
    font-family: 'Radomir-Tinkov-Gilroy-SemiBold' !important; }
    .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; } }

@media screen and (min-width: 1024px) {
  .property-header-wrapper {
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
    align-items: stretch;
    background-color: #fff; }
    .property-header-wrapper .property-slider {
      width: 55%; }
      .property-header-wrapper .property-slider div {
        height: 100%; }
    .property-header-wrapper .property-details {
      width: 45%;
      height: auto;
      display: flex;
      align-items: center; } }

@media screen and (max-width: 575px) {
  .property-header-section.bg-gray-lighter {
    background-color: #fff !important; } }
.property-header-section .property__price {
  font-size: 2.5rem !important; }
  @media screen and (max-width: 575px) {
    .property-header-section .property__price {
      font-size: 2.25rem !important;
      margin-top: 0 !important; } }
.property-header-section .property__price-qualifier {
  font-size: 1.5rem !important; }
  @media screen and (max-width: 575px) {
    .property-header-section .property__price-qualifier {
      font-size: 1.25rem !important; } }

.property-details {
  position: relative;
  height: 100%;
  padding: 1rem; }
  @media screen and (max-width: 1023px) {
    .property-details.bg-white {
      background-color: transparent !important;
      padding: 0; } }
  .property-details .property__address {
    font-size: 1rem !important;
    font-weight: 400 !important;
    font-family: 'Radomir-Tinkov-Gilroy-Regular' !important; }
  .property-details .property__except p {
    font-size: 1rem; }
  @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 {
      padding: 2rem 3.5rem; } }
  .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: 75%; }
  @media screen and (max-width: 1023px) {
    .property-details-slider {
      border-radius: 1.25rem;
      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; }

.property-pagination .text-align-center {
  display: flex;
  align-items: center;
  justify-content: center; }
.property-pagination__prev, .property-pagination__next {
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase; }
  .property-pagination__prev a, .property-pagination__prev button, .property-pagination__prev .no-link, .property-pagination__next a, .property-pagination__next button, .property-pagination__next .no-link {
    background-color: transparent;
    box-shadow: none;
    border: none;
    font-size: .75rem;
    color: var(--wp--preset--color--primary);
    font-weight: 400;
    line-height: 0;
    vertical-align: middle;
    line-height: .5rem;
    letter-spacing: 0.125rem;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    line-height: normal;
    font-family: 'Radomir-Tinkov-Gilroy-Medium'; }
  .property-pagination__prev.disabled, .property-pagination__next.disabled {
    pointer-events: none; }
    .property-pagination__prev.disabled a, .property-pagination__prev.disabled button, .property-pagination__prev.disabled .no-link, .property-pagination__next.disabled a, .property-pagination__next.disabled button, .property-pagination__next.disabled .no-link {
      color: #C6C6C6; }
    .property-pagination__prev.disabled svg path, .property-pagination__next.disabled svg path {
      fill: #C6C6C6; }
.property-pagination__prev a svg, .property-pagination__prev button svg {
  margin-right: .5rem; }
.property-pagination__next a svg, .property-pagination__next button svg {
  margin-left: .3rem; }
.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;
  border-radius: 1.5rem;
  background-image: url("/assets/img/angle-down.svg");
  padding: 0 1rem;
  background-position: calc(100% - 1rem);
  padding-right: 2.5rem;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  background-size: 0.9rem 0.5rem; }
  @media screen and (min-width: 1280px) {
    .property-pagination .form-input.select {
      min-width: 10rem; } }

.property-tabs {
  margin-top: -3rem; }
  @media screen and (min-width: 576px) {
    .property-tabs {
      margin-top: -4rem; } }
  .property-tabs img {
    max-width: 100%; }
  .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%; }
  .property-tabs__readmore {
    background-color: transparent;
    border: none;
    padding: 0;
    color: var(--wp--preset--color--primary);
    font-weight: 500;
    cursor: pointer;
    font-size: 1rem !important; }
    @media screen and (max-width: 767px) {
      .property-tabs__readmore {
        font-size: .875rem !important; } }
  .property-tabs .sc-bdVaJa {
    border: none;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .property-tabs .sc-bdVaJa {
        position: relative; }
        .property-tabs .sc-bdVaJa::before {
          background-color: var(--wp--preset--color--primary);
          content: "";
          height: 3.9rem;
          left: 50%;
          margin-left: -50vw;
          position: absolute;
          top: 0;
          width: 100vw; } }
    .property-tabs .sc-bdVaJa > div:first-child ul {
      padding: .5rem;
      background-color: var(--wp--preset--color--primary);
      border-radius: 3.125rem;
      margin-bottom: 2rem; }
      @media screen and (min-width: 576px) {
        .property-tabs .sc-bdVaJa > div:first-child ul {
          margin-bottom: 5rem; } }
      @media screen and (max-width: 767px) {
        .property-tabs .sc-bdVaJa > div:first-child ul {
          border-radius: 0;
          position: relative;
          padding-left: 0;
          padding-right: 0;
          display: flex;
          flex-wrap: nowrap;
          overflow-x: scroll; }
          .property-tabs .sc-bdVaJa > div:first-child ul li {
            margin-right: .5rem !important; }
            .property-tabs .sc-bdVaJa > div:first-child ul li a {
              text-align: center;
              padding: 0 .8rem !important; } }
      .property-tabs .sc-bdVaJa > div:first-child ul li {
        margin-right: 1rem;
        display: inline-block;
        position: relative; }
        .property-tabs .sc-bdVaJa > div:first-child ul li:last-child {
          margin-right: 0; }
        .property-tabs .sc-bdVaJa > div:first-child ul li a {
          min-height: 2.875rem;
          line-height: 2.875rem;
          color: #fff;
          font-size: 0.75rem;
          font-weight: 500;
          letter-spacing: 0.125rem;
          text-transform: uppercase;
          display: inline-block;
          border-radius: 3.125rem;
          padding: 0 2rem;
          cursor: pointer;
          display: inline-block;
          font-family: 'Radomir-Tinkov-Gilroy-SemiBold' !important;
          white-space: nowrap; }
          .property-tabs .sc-bdVaJa > div:first-child ul li a:hover {
            background-color: var(--wp--preset--color--secondary);
            color: var(--wp--preset--color--primary) !important; }
        .property-tabs .sc-bdVaJa > div:first-child ul li.selected a {
          background-color: var(--wp--preset--color--secondary);
          color: var(--wp--preset--color--primary) !important; }
  .property-tabs .content .list-bullet {
    column-count: 2;
    column-gap: 1rem; }
    @media screen and (max-width: 575px) {
      .property-tabs .content .list-bullet {
        column-count: 1; } }
    .property-tabs .content .list-bullet li {
      position: relative;
      padding-left: 1rem;
      margin-bottom: 1rem;
      display: block;
      font-size: 1rem;
      margin-left: .5rem;
      font-family: 'Radomir-Tinkov-Gilroy-Medium' !important; }
      @media screen and (min-width: 768px) {
        .property-tabs .content .list-bullet li {
          font-size: 1.125rem; } }
      @media screen and (max-width: 575px) {
        .property-tabs .content .list-bullet li {
          display: block; } }
      .property-tabs .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: white;
    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__content {
      padding: 1rem;
      background-color: transparent; }
  .property-map__close {
    cursor: pointer;
    letter-spacing: 0.125rem;
    font-size: 0.75rem;
    font-family: 'Radomir-Tinkov-Gilroy-SemiBold'; }
    .property-map__close svg {
      margin-right: .5rem;
      position: relative;
      top: -2px; }
  @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; }

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

.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; }
    @media screen and (max-width: 575px) {
      .card__content {
        border-radius: 1.25rem !important; } }
    .card__content.agent-card p {
      font-size: 1rem;
      font-family: 'Radomir-Tinkov-Gilroy-SemiBold' !important; }
      .card__content.agent-card p a {
        padding: 0; }
      .card__content.agent-card p.info {
        font-size: .875rem; }
        @media screen and (max-width: 1279px) {
          .card__content.agent-card p.info {
            font-size: 1rem; } }
        @media only screen and (max-width: 400px) {
          .card__content.agent-card p.info {
            font-size: .875rem; } }
    @media screen and (min-width: 576px) {
      .card__content.agent-card .list-inline {
        display: flex; }
        .card__content.agent-card .list-inline .wp-block-buttons {
          width: 50%; }
          .card__content.agent-card .list-inline .wp-block-buttons .wp-block-button {
            width: 100%; }
            .card__content.agent-card .list-inline .wp-block-buttons .wp-block-button .wp-block-button__link {
              display: block; } }
    .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: 1.5rem; } }
    @media screen and (min-width: 1280px) {
      .card__content {
        padding: 2rem; } }
    @media screen and (min-width: 1900px) {
      .card__content {
        padding: 1.5rem; } }
    @media only screen and (min-width: 1023px) and (max-width: 1199px) {
      .card__content .wp-block-buttons .wp-block-button__link {
        padding: 1.09rem .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; } }

.agent-card .card__profile {
  border-radius: 2rem;
  max-width: 100%; }
  .agent-card .card__profile::before {
    padding-top: 100%; }
  .agent-card .card__profile img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.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;
    border-radius: 10rem; }
    .calculator .form-input.select {
      border-color: #EFEFEF !important;
      background-size: .9rem; }
    @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: #fff;
    text-transform: none !important;
    font-weight: 400;
    font-family: 'Radomir-Tinkov-Gilroy-Regular' !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: #fff;
    text-transform: none !important;
    font-weight: 400;
    font-family: 'Radomir-Tinkov-Gilroy-Regular' !important; }

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

.calculator-wrapper .calculator {
  background-color: var(--wp--preset--color--primary) !important; }

@media screen and (min-width: 768px) {
  .post-container .content-post p {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; } }
.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;
    color: #919191;
    font-family: 'Radomir-Tinkov-Gilroy-SemiBold'; }
  .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; }
  .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 .header-title {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 576px) {
    .post-container .header-title {
      display: block; }
      .post-container .header-title span {
        display: block;
        margin: 0;
        margin-top: 0.5rem;
        padding: 0; }
        .post-container .header-title span::before {
          display: none; } }
  .post-container .header-title span {
    padding-right: 1rem;
    margin-right: .8rem;
    position: relative; }
    .post-container .header-title span::before {
      position: absolute;
      content: '|';
      top: 0;
      right: 0; }
    .post-container .header-title span:last-child {
      padding-right: 0;
      margin-right: 0; }
      .post-container .header-title span:last-child::before {
        display: none; }
  .post-container .header-title .info-title {
    font-size: .75rem;
    letter-spacing: 0.125rem;
    color: #919191;
    font-family: 'Radomir-Tinkov-Gilroy-SemiBold'; }
.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;
    color: #919191;
    display: inline-block;
    font-family: 'Radomir-Tinkov-Gilroy-SemiBold'; }
.layout2 .post-container__cat {
  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: #f7f2f0;
    border-color: #f7f2f0; }
  .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; }

.header-widget-fixed {
  background-color: var(--wp--preset--color--primary);
  padding: .5rem 0; }
  .header-widget-fixed::before {
    position: absolute;
    content: '';
    width: 100vw;
    top: 0;
    margin-left: -50vw;
    left: 50%;
    height: 100%;
    background-color: var(--wp--preset--color--primary); }
  @media screen and (min-width: 768px) {
    .header-widget-fixed iframe {
      display: inline-block !important;
      width: auto !important;
      min-width: 27rem;
      margin-left: -1.2rem; } }

.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 {
  width: 100%; }
body .wp-block-image .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: #f7f2f0 !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: calc($value/16)rem !important; }

  .padding-16-xxxl-down {
    padding: calc($value/16)rem !important; }

  .padding-24-xxxl-down {
    padding: calc($value/16)rem !important; }

  .padding-32-xxxl-down {
    padding: calc($value/16)rem !important; }

  .padding-40-xxxl-down {
    padding: calc($value/16)rem !important; }

  .padding-48-xxxl-down {
    padding: calc($value/16)rem !important; }

  .padding-56-xxxl-down {
    padding: calc($value/16)rem !important; }

  .padding-64-xxxl-down {
    padding: calc($value/16)rem !important; }

  .padding-72-xxxl-down {
    padding: calc($value/16)rem !important; }

  .padding-80-xxxl-down {
    padding: calc($value/16)rem !important; }

  .padding-88-xxxl-down {
    padding: calc($value/16)rem !important; }

  .padding-96-xxxl-down {
    padding: calc($value/16)rem !important; }

  .padding-104-xxxl-down {
    padding: calc($value/16)rem !important; }

  .padding-112-xxxl-down {
    padding: calc($value/16)rem !important; }

  .padding-120-xxxl-down {
    padding: calc($value/16)rem !important; }

  .padding-128-xxxl-down {
    padding: calc($value/16)rem !important; }

  .padding-136-xxxl-down {
    padding: calc($value/16)rem !important; }

  .padding-144-xxxl-down {
    padding: calc($value/16)rem !important; }

  .padding-152-xxxl-down {
    padding: calc($value/16)rem !important; }

  .padding-160-xxxl-down {
    padding: calc($value/16)rem !important; }

  .padding-0-xxxl-down {
    padding: 0 !important; } }
@media screen and (max-width: 1600px) {
  .padding-8-xxl-down {
    padding: calc($value/16)rem !important; }

  .padding-16-xxl-down {
    padding: calc($value/16)rem !important; }

  .padding-24-xxl-down {
    padding: calc($value/16)rem !important; }

  .padding-32-xxl-down {
    padding: calc($value/16)rem !important; }

  .padding-40-xxl-down {
    padding: calc($value/16)rem !important; }

  .padding-48-xxl-down {
    padding: calc($value/16)rem !important; }

  .padding-56-xxl-down {
    padding: calc($value/16)rem !important; }

  .padding-64-xxl-down {
    padding: calc($value/16)rem !important; }

  .padding-72-xxl-down {
    padding: calc($value/16)rem !important; }

  .padding-80-xxl-down {
    padding: calc($value/16)rem !important; }

  .padding-88-xxl-down {
    padding: calc($value/16)rem !important; }

  .padding-96-xxl-down {
    padding: calc($value/16)rem !important; }

  .padding-104-xxl-down {
    padding: calc($value/16)rem !important; }

  .padding-112-xxl-down {
    padding: calc($value/16)rem !important; }

  .padding-120-xxl-down {
    padding: calc($value/16)rem !important; }

  .padding-128-xxl-down {
    padding: calc($value/16)rem !important; }

  .padding-136-xxl-down {
    padding: calc($value/16)rem !important; }

  .padding-144-xxl-down {
    padding: calc($value/16)rem !important; }

  .padding-152-xxl-down {
    padding: calc($value/16)rem !important; }

  .padding-160-xxl-down {
    padding: calc($value/16)rem !important; }

  .padding-0-xxl-down {
    padding: 0 !important; } }
@media screen and (max-width: 1280px) {
  .padding-8-xl-down {
    padding: calc($value/16)rem !important; }

  .padding-16-xl-down {
    padding: calc($value/16)rem !important; }

  .padding-24-xl-down {
    padding: calc($value/16)rem !important; }

  .padding-32-xl-down {
    padding: calc($value/16)rem !important; }

  .padding-40-xl-down {
    padding: calc($value/16)rem !important; }

  .padding-48-xl-down {
    padding: calc($value/16)rem !important; }

  .padding-56-xl-down {
    padding: calc($value/16)rem !important; }

  .padding-64-xl-down {
    padding: calc($value/16)rem !important; }

  .padding-72-xl-down {
    padding: calc($value/16)rem !important; }

  .padding-80-xl-down {
    padding: calc($value/16)rem !important; }

  .padding-88-xl-down {
    padding: calc($value/16)rem !important; }

  .padding-96-xl-down {
    padding: calc($value/16)rem !important; }

  .padding-104-xl-down {
    padding: calc($value/16)rem !important; }

  .padding-112-xl-down {
    padding: calc($value/16)rem !important; }

  .padding-120-xl-down {
    padding: calc($value/16)rem !important; }

  .padding-128-xl-down {
    padding: calc($value/16)rem !important; }

  .padding-136-xl-down {
    padding: calc($value/16)rem !important; }

  .padding-144-xl-down {
    padding: calc($value/16)rem !important; }

  .padding-152-xl-down {
    padding: calc($value/16)rem !important; }

  .padding-160-xl-down {
    padding: calc($value/16)rem !important; }

  .padding-0-xl-down {
    padding: 0 !important; } }
@media screen and (max-width: 1024px) {
  .padding-8-lg-down {
    padding: calc($value/16)rem !important; }

  .padding-16-lg-down {
    padding: calc($value/16)rem !important; }

  .padding-24-lg-down {
    padding: calc($value/16)rem !important; }

  .padding-32-lg-down {
    padding: calc($value/16)rem !important; }

  .padding-40-lg-down {
    padding: calc($value/16)rem !important; }

  .padding-48-lg-down {
    padding: calc($value/16)rem !important; }

  .padding-56-lg-down {
    padding: calc($value/16)rem !important; }

  .padding-64-lg-down {
    padding: calc($value/16)rem !important; }

  .padding-72-lg-down {
    padding: calc($value/16)rem !important; }

  .padding-80-lg-down {
    padding: calc($value/16)rem !important; }

  .padding-88-lg-down {
    padding: calc($value/16)rem !important; }

  .padding-96-lg-down {
    padding: calc($value/16)rem !important; }

  .padding-104-lg-down {
    padding: calc($value/16)rem !important; }

  .padding-112-lg-down {
    padding: calc($value/16)rem !important; }

  .padding-120-lg-down {
    padding: calc($value/16)rem !important; }

  .padding-128-lg-down {
    padding: calc($value/16)rem !important; }

  .padding-136-lg-down {
    padding: calc($value/16)rem !important; }

  .padding-144-lg-down {
    padding: calc($value/16)rem !important; }

  .padding-152-lg-down {
    padding: calc($value/16)rem !important; }

  .padding-160-lg-down {
    padding: calc($value/16)rem !important; }

  .padding-0-lg-down {
    padding: 0 !important; } }
@media screen and (max-width: 768px) {
  .padding-8-md-down {
    padding: calc($value/16)rem !important; }

  .padding-16-md-down {
    padding: calc($value/16)rem !important; }

  .padding-24-md-down {
    padding: calc($value/16)rem !important; }

  .padding-32-md-down {
    padding: calc($value/16)rem !important; }

  .padding-40-md-down {
    padding: calc($value/16)rem !important; }

  .padding-48-md-down {
    padding: calc($value/16)rem !important; }

  .padding-56-md-down {
    padding: calc($value/16)rem !important; }

  .padding-64-md-down {
    padding: calc($value/16)rem !important; }

  .padding-72-md-down {
    padding: calc($value/16)rem !important; }

  .padding-80-md-down {
    padding: calc($value/16)rem !important; }

  .padding-88-md-down {
    padding: calc($value/16)rem !important; }

  .padding-96-md-down {
    padding: calc($value/16)rem !important; }

  .padding-104-md-down {
    padding: calc($value/16)rem !important; }

  .padding-112-md-down {
    padding: calc($value/16)rem !important; }

  .padding-120-md-down {
    padding: calc($value/16)rem !important; }

  .padding-128-md-down {
    padding: calc($value/16)rem !important; }

  .padding-136-md-down {
    padding: calc($value/16)rem !important; }

  .padding-144-md-down {
    padding: calc($value/16)rem !important; }

  .padding-152-md-down {
    padding: calc($value/16)rem !important; }

  .padding-160-md-down {
    padding: calc($value/16)rem !important; }

  .padding-0-md-down {
    padding: 0 !important; } }
@media screen and (max-width: 576px) {
  .padding-8-sm-down {
    padding: calc($value/16)rem !important; }

  .padding-16-sm-down {
    padding: calc($value/16)rem !important; }

  .padding-24-sm-down {
    padding: calc($value/16)rem !important; }

  .padding-32-sm-down {
    padding: calc($value/16)rem !important; }

  .padding-40-sm-down {
    padding: calc($value/16)rem !important; }

  .padding-48-sm-down {
    padding: calc($value/16)rem !important; }

  .padding-56-sm-down {
    padding: calc($value/16)rem !important; }

  .padding-64-sm-down {
    padding: calc($value/16)rem !important; }

  .padding-72-sm-down {
    padding: calc($value/16)rem !important; }

  .padding-80-sm-down {
    padding: calc($value/16)rem !important; }

  .padding-88-sm-down {
    padding: calc($value/16)rem !important; }

  .padding-96-sm-down {
    padding: calc($value/16)rem !important; }

  .padding-104-sm-down {
    padding: calc($value/16)rem !important; }

  .padding-112-sm-down {
    padding: calc($value/16)rem !important; }

  .padding-120-sm-down {
    padding: calc($value/16)rem !important; }

  .padding-128-sm-down {
    padding: calc($value/16)rem !important; }

  .padding-136-sm-down {
    padding: calc($value/16)rem !important; }

  .padding-144-sm-down {
    padding: calc($value/16)rem !important; }

  .padding-152-sm-down {
    padding: calc($value/16)rem !important; }

  .padding-160-sm-down {
    padding: calc($value/16)rem !important; }

  .padding-0-sm-down {
    padding: 0 !important; } }
@media screen and (max-width: 0) {
  .padding-8-xs-down {
    padding: calc($value/16)rem !important; }

  .padding-16-xs-down {
    padding: calc($value/16)rem !important; }

  .padding-24-xs-down {
    padding: calc($value/16)rem !important; }

  .padding-32-xs-down {
    padding: calc($value/16)rem !important; }

  .padding-40-xs-down {
    padding: calc($value/16)rem !important; }

  .padding-48-xs-down {
    padding: calc($value/16)rem !important; }

  .padding-56-xs-down {
    padding: calc($value/16)rem !important; }

  .padding-64-xs-down {
    padding: calc($value/16)rem !important; }

  .padding-72-xs-down {
    padding: calc($value/16)rem !important; }

  .padding-80-xs-down {
    padding: calc($value/16)rem !important; }

  .padding-88-xs-down {
    padding: calc($value/16)rem !important; }

  .padding-96-xs-down {
    padding: calc($value/16)rem !important; }

  .padding-104-xs-down {
    padding: calc($value/16)rem !important; }

  .padding-112-xs-down {
    padding: calc($value/16)rem !important; }

  .padding-120-xs-down {
    padding: calc($value/16)rem !important; }

  .padding-128-xs-down {
    padding: calc($value/16)rem !important; }

  .padding-136-xs-down {
    padding: calc($value/16)rem !important; }

  .padding-144-xs-down {
    padding: calc($value/16)rem !important; }

  .padding-152-xs-down {
    padding: calc($value/16)rem !important; }

  .padding-160-xs-down {
    padding: calc($value/16)rem !important; }

  .padding-0-xs-down {
    padding: 0 !important; } }
@media screen and (max-width: 1900px) {
  .padding-top-8-xxxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-16-xxxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-24-xxxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-32-xxxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-40-xxxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-48-xxxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-56-xxxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-64-xxxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-72-xxxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-80-xxxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-88-xxxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-96-xxxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-104-xxxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-112-xxxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-120-xxxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-128-xxxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-136-xxxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-144-xxxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-152-xxxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-160-xxxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-0-xxxl-down {
    padding-top: 0 !important; } }
@media screen and (max-width: 1600px) {
  .padding-top-8-xxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-16-xxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-24-xxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-32-xxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-40-xxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-48-xxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-56-xxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-64-xxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-72-xxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-80-xxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-88-xxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-96-xxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-104-xxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-112-xxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-120-xxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-128-xxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-136-xxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-144-xxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-152-xxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-160-xxl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-0-xxl-down {
    padding-top: 0 !important; } }
@media screen and (max-width: 1280px) {
  .padding-top-8-xl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-16-xl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-24-xl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-32-xl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-40-xl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-48-xl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-56-xl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-64-xl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-72-xl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-80-xl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-88-xl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-96-xl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-104-xl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-112-xl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-120-xl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-128-xl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-136-xl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-144-xl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-152-xl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-160-xl-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-0-xl-down {
    padding-top: 0 !important; } }
@media screen and (max-width: 1024px) {
  .padding-top-8-lg-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-16-lg-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-24-lg-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-32-lg-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-40-lg-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-48-lg-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-56-lg-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-64-lg-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-72-lg-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-80-lg-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-88-lg-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-96-lg-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-104-lg-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-112-lg-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-120-lg-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-128-lg-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-136-lg-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-144-lg-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-152-lg-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-160-lg-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-0-lg-down {
    padding-top: 0 !important; } }
@media screen and (max-width: 768px) {
  .padding-top-8-md-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-16-md-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-24-md-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-32-md-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-40-md-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-48-md-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-56-md-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-64-md-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-72-md-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-80-md-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-88-md-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-96-md-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-104-md-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-112-md-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-120-md-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-128-md-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-136-md-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-144-md-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-152-md-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-160-md-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-0-md-down {
    padding-top: 0 !important; } }
@media screen and (max-width: 576px) {
  .padding-top-8-sm-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-16-sm-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-24-sm-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-32-sm-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-40-sm-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-48-sm-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-56-sm-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-64-sm-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-72-sm-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-80-sm-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-88-sm-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-96-sm-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-104-sm-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-112-sm-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-120-sm-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-128-sm-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-136-sm-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-144-sm-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-152-sm-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-160-sm-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-0-sm-down {
    padding-top: 0 !important; } }
@media screen and (max-width: 0) {
  .padding-top-8-xs-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-16-xs-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-24-xs-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-32-xs-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-40-xs-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-48-xs-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-56-xs-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-64-xs-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-72-xs-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-80-xs-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-88-xs-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-96-xs-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-104-xs-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-112-xs-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-120-xs-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-128-xs-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-136-xs-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-144-xs-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-152-xs-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-160-xs-down {
    padding-top: calc($value/16)rem !important; }

  .padding-top-0-xs-down {
    padding-top: 0 !important; } }
@media screen and (max-width: 1900px) {
  .padding-bottom-8-xxxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-16-xxxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-24-xxxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-32-xxxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-40-xxxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-48-xxxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-56-xxxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-64-xxxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-72-xxxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-80-xxxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-88-xxxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-96-xxxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-104-xxxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-112-xxxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-120-xxxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-128-xxxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-136-xxxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-144-xxxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-152-xxxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-160-xxxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-0-xxxl-down {
    padding-bottom: 0 !important; } }
@media screen and (max-width: 1600px) {
  .padding-bottom-8-xxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-16-xxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-24-xxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-32-xxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-40-xxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-48-xxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-56-xxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-64-xxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-72-xxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-80-xxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-88-xxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-96-xxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-104-xxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-112-xxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-120-xxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-128-xxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-136-xxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-144-xxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-152-xxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-160-xxl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-0-xxl-down {
    padding-bottom: 0 !important; } }
@media screen and (max-width: 1280px) {
  .padding-bottom-8-xl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-16-xl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-24-xl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-32-xl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-40-xl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-48-xl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-56-xl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-64-xl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-72-xl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-80-xl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-88-xl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-96-xl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-104-xl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-112-xl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-120-xl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-128-xl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-136-xl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-144-xl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-152-xl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-160-xl-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-0-xl-down {
    padding-bottom: 0 !important; } }
@media screen and (max-width: 1024px) {
  .padding-bottom-8-lg-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-16-lg-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-24-lg-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-32-lg-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-40-lg-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-48-lg-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-56-lg-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-64-lg-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-72-lg-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-80-lg-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-88-lg-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-96-lg-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-104-lg-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-112-lg-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-120-lg-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-128-lg-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-136-lg-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-144-lg-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-152-lg-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-160-lg-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-0-lg-down {
    padding-bottom: 0 !important; } }
@media screen and (max-width: 768px) {
  .padding-bottom-8-md-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-16-md-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-24-md-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-32-md-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-40-md-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-48-md-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-56-md-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-64-md-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-72-md-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-80-md-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-88-md-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-96-md-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-104-md-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-112-md-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-120-md-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-128-md-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-136-md-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-144-md-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-152-md-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-160-md-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-0-md-down {
    padding-bottom: 0 !important; } }
@media screen and (max-width: 576px) {
  .padding-bottom-8-sm-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-16-sm-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-24-sm-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-32-sm-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-40-sm-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-48-sm-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-56-sm-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-64-sm-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-72-sm-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-80-sm-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-88-sm-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-96-sm-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-104-sm-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-112-sm-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-120-sm-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-128-sm-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-136-sm-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-144-sm-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-152-sm-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-160-sm-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-0-sm-down {
    padding-bottom: 0 !important; } }
@media screen and (max-width: 0) {
  .padding-bottom-8-xs-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-16-xs-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-24-xs-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-32-xs-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-40-xs-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-48-xs-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-56-xs-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-64-xs-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-72-xs-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-80-xs-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-88-xs-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-96-xs-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-104-xs-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-112-xs-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-120-xs-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-128-xs-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-136-xs-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-144-xs-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-152-xs-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-160-xs-down {
    padding-bottom: calc($value/16)rem !important; }

  .padding-bottom-0-xs-down {
    padding-bottom: 0 !important; } }
@media screen and (max-width: 1900px) {
  .padding-right-8-xxxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-16-xxxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-24-xxxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-32-xxxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-40-xxxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-48-xxxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-56-xxxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-64-xxxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-72-xxxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-80-xxxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-88-xxxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-96-xxxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-104-xxxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-112-xxxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-120-xxxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-128-xxxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-136-xxxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-144-xxxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-152-xxxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-160-xxxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-0-xxxl-down {
    padding-right: 0 !important; } }
@media screen and (max-width: 1600px) {
  .padding-right-8-xxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-16-xxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-24-xxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-32-xxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-40-xxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-48-xxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-56-xxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-64-xxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-72-xxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-80-xxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-88-xxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-96-xxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-104-xxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-112-xxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-120-xxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-128-xxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-136-xxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-144-xxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-152-xxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-160-xxl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-0-xxl-down {
    padding-right: 0 !important; } }
@media screen and (max-width: 1280px) {
  .padding-right-8-xl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-16-xl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-24-xl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-32-xl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-40-xl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-48-xl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-56-xl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-64-xl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-72-xl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-80-xl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-88-xl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-96-xl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-104-xl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-112-xl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-120-xl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-128-xl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-136-xl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-144-xl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-152-xl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-160-xl-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-0-xl-down {
    padding-right: 0 !important; } }
@media screen and (max-width: 1024px) {
  .padding-right-8-lg-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-16-lg-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-24-lg-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-32-lg-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-40-lg-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-48-lg-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-56-lg-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-64-lg-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-72-lg-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-80-lg-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-88-lg-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-96-lg-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-104-lg-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-112-lg-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-120-lg-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-128-lg-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-136-lg-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-144-lg-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-152-lg-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-160-lg-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-0-lg-down {
    padding-right: 0 !important; } }
@media screen and (max-width: 768px) {
  .padding-right-8-md-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-16-md-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-24-md-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-32-md-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-40-md-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-48-md-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-56-md-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-64-md-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-72-md-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-80-md-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-88-md-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-96-md-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-104-md-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-112-md-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-120-md-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-128-md-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-136-md-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-144-md-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-152-md-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-160-md-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-0-md-down {
    padding-right: 0 !important; } }
@media screen and (max-width: 576px) {
  .padding-right-8-sm-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-16-sm-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-24-sm-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-32-sm-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-40-sm-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-48-sm-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-56-sm-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-64-sm-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-72-sm-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-80-sm-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-88-sm-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-96-sm-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-104-sm-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-112-sm-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-120-sm-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-128-sm-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-136-sm-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-144-sm-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-152-sm-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-160-sm-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-0-sm-down {
    padding-right: 0 !important; } }
@media screen and (max-width: 0) {
  .padding-right-8-xs-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-16-xs-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-24-xs-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-32-xs-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-40-xs-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-48-xs-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-56-xs-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-64-xs-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-72-xs-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-80-xs-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-88-xs-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-96-xs-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-104-xs-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-112-xs-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-120-xs-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-128-xs-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-136-xs-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-144-xs-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-152-xs-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-160-xs-down {
    padding-right: calc($value/16)rem !important; }

  .padding-right-0-xs-down {
    padding-right: 0 !important; } }
@media screen and (max-width: 1900px) {
  .padding-left-8-xxxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-16-xxxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-24-xxxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-32-xxxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-40-xxxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-48-xxxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-56-xxxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-64-xxxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-72-xxxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-80-xxxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-88-xxxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-96-xxxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-104-xxxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-112-xxxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-120-xxxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-128-xxxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-136-xxxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-144-xxxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-152-xxxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-160-xxxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-0-xxxl-down {
    padding-left: 0 !important; } }
@media screen and (max-width: 1600px) {
  .padding-left-8-xxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-16-xxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-24-xxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-32-xxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-40-xxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-48-xxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-56-xxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-64-xxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-72-xxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-80-xxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-88-xxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-96-xxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-104-xxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-112-xxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-120-xxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-128-xxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-136-xxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-144-xxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-152-xxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-160-xxl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-0-xxl-down {
    padding-left: 0 !important; } }
@media screen and (max-width: 1280px) {
  .padding-left-8-xl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-16-xl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-24-xl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-32-xl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-40-xl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-48-xl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-56-xl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-64-xl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-72-xl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-80-xl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-88-xl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-96-xl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-104-xl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-112-xl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-120-xl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-128-xl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-136-xl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-144-xl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-152-xl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-160-xl-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-0-xl-down {
    padding-left: 0 !important; } }
@media screen and (max-width: 1024px) {
  .padding-left-8-lg-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-16-lg-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-24-lg-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-32-lg-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-40-lg-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-48-lg-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-56-lg-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-64-lg-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-72-lg-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-80-lg-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-88-lg-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-96-lg-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-104-lg-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-112-lg-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-120-lg-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-128-lg-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-136-lg-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-144-lg-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-152-lg-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-160-lg-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-0-lg-down {
    padding-left: 0 !important; } }
@media screen and (max-width: 768px) {
  .padding-left-8-md-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-16-md-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-24-md-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-32-md-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-40-md-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-48-md-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-56-md-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-64-md-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-72-md-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-80-md-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-88-md-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-96-md-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-104-md-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-112-md-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-120-md-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-128-md-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-136-md-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-144-md-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-152-md-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-160-md-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-0-md-down {
    padding-left: 0 !important; } }
@media screen and (max-width: 576px) {
  .padding-left-8-sm-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-16-sm-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-24-sm-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-32-sm-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-40-sm-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-48-sm-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-56-sm-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-64-sm-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-72-sm-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-80-sm-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-88-sm-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-96-sm-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-104-sm-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-112-sm-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-120-sm-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-128-sm-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-136-sm-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-144-sm-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-152-sm-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-160-sm-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-0-sm-down {
    padding-left: 0 !important; } }
@media screen and (max-width: 0) {
  .padding-left-8-xs-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-16-xs-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-24-xs-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-32-xs-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-40-xs-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-48-xs-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-56-xs-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-64-xs-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-72-xs-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-80-xs-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-88-xs-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-96-xs-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-104-xs-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-112-xs-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-120-xs-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-128-xs-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-136-xs-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-144-xs-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-152-xs-down {
    padding-left: calc($value/16)rem !important; }

  .padding-left-160-xs-down {
    padding-left: calc($value/16)rem !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; } }

/*# sourceMappingURL=style.css.map */
