/*!
 * Bootstrap Grid v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 6, app/assets/stylesheets/red_template.scss */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/red_template.scss */
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/red_template.scss */
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/red_template.scss */
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/red_template.scss */
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 6, app/assets/stylesheets/red_template.scss */
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

/* line 6, app/assets/stylesheets/red_template.scss */
.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}

/* line 6, app/assets/stylesheets/red_template.scss */
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}

/* line 6, app/assets/stylesheets/red_template.scss */
.col {
  flex: 1 0 0%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.g-0, .gx-0 {
  --bs-gutter-x:0;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.g-0, .gy-0 {
  --bs-gutter-y:0;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.g-1, .gx-1 {
  --bs-gutter-x:0.25rem;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.g-1, .gy-1 {
  --bs-gutter-y:0.25rem;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.g-2, .gx-2 {
  --bs-gutter-x:0.5rem;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.g-2, .gy-2 {
  --bs-gutter-y:0.5rem;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.g-3, .gx-3 {
  --bs-gutter-x:1rem;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.g-3, .gy-3 {
  --bs-gutter-y:1rem;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.g-4, .gx-4 {
  --bs-gutter-x:1.5rem;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.g-4, .gy-4 {
  --bs-gutter-y:1.5rem;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.g-5, .gx-5 {
  --bs-gutter-x:3rem;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.g-5, .gy-5 {
  --bs-gutter-y:3rem;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x:0;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y:0;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x:0.25rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y:0.25rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x:0.5rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y:0.5rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x:1rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y:1rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x:1.5rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y:1.5rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x:3rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y:3rem;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-md-0, .gx-md-0 {
    --bs-gutter-x:0;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-md-0, .gy-md-0 {
    --bs-gutter-y:0;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-md-1, .gx-md-1 {
    --bs-gutter-x:0.25rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-md-1, .gy-md-1 {
    --bs-gutter-y:0.25rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-md-2, .gx-md-2 {
    --bs-gutter-x:0.5rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-md-2, .gy-md-2 {
    --bs-gutter-y:0.5rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-md-3, .gx-md-3 {
    --bs-gutter-x:1rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-md-3, .gy-md-3 {
    --bs-gutter-y:1rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-md-4, .gx-md-4 {
    --bs-gutter-x:1.5rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-md-4, .gy-md-4 {
    --bs-gutter-y:1.5rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-md-5, .gx-md-5 {
    --bs-gutter-x:3rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-md-5, .gy-md-5 {
    --bs-gutter-y:3rem;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x:0;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y:0;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x:0.25rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y:0.25rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x:0.5rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y:0.5rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x:1rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y:1rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x:1.5rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y:1.5rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x:3rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y:3rem;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x:0;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y:0;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x:0.25rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y:0.25rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x:0.5rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y:0.5rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x:1rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y:1rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x:1.5rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y:1.5rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x:3rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y:3rem;
  }
}

@media (min-width: 1400px) {
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x:0;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y:0;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x:0.25rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y:0.25rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x:0.5rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y:0.5rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x:1rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y:1rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x:1.5rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y:1.5rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x:3rem;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y:3rem;
  }
}

/* line 6, app/assets/stylesheets/red_template.scss */
.d-inline {
  display: inline !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.d-block {
  display: block !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.d-grid {
  display: grid !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.d-table {
  display: table !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.d-table-row {
  display: table-row !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.d-flex {
  display: flex !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.d-none {
  display: none !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.align-items-center {
  align-items: center !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.align-content-center {
  align-content: center !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.align-self-center {
  align-self: center !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.order-first {
  order: -1 !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.order-0 {
  order: 0 !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.order-1 {
  order: 1 !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.order-2 {
  order: 2 !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.order-3 {
  order: 3 !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.order-4 {
  order: 4 !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.order-5 {
  order: 5 !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.order-last {
  order: 6 !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.m-0 {
  margin: 0 !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.m-auto {
  margin: auto !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.me-5 {
  margin-right: 3rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.p-0 {
  padding: 0 !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/red_template.scss */
.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}

@media print {
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 6, app/assets/stylesheets/red_template.scss */
  .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap-grid.min.css.map */
/* line 12, app/assets/stylesheets/red_template.scss */
* {
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
}

/* line 18, app/assets/stylesheets/red_template.scss */
html, body {
  margin: 0;
  padding: 0;
  background: #EFEFEF;
}

/* line 25, app/assets/stylesheets/red_template.scss */
a {
  text-decoration: none;
}

/* line 29, app/assets/stylesheets/red_template.scss */
.header {
  padding: 7px 0;
  background: #1D1D1D;
}

/* line 34, app/assets/stylesheets/red_template.scss */
.header__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 40, app/assets/stylesheets/red_template.scss */
.header__items-social {
  max-width: 195px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 48, app/assets/stylesheets/red_template.scss */
.header__item-schedule {
  display: flex;
  align-items: center;
}

/* line 53, app/assets/stylesheets/red_template.scss */
.header__item-schedule-img-block {
  margin-right: 10px;
}

/* line 57, app/assets/stylesheets/red_template.scss */
.schedule__time {
  display: flex;
  align-items: center;
}

/* line 62, app/assets/stylesheets/red_template.scss */
.schedule__light {
  font-size: 14px;
  line-height: 26px;
  color: #FFFFFF;
}

/* line 68, app/assets/stylesheets/red_template.scss */
.schedule__bold {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}

/* line 75, app/assets/stylesheets/red_template.scss */
.header__item-payments {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 192px;
  width: 100%;
}

/* line 83, app/assets/stylesheets/red_template.scss */
.header__second-block {
  padding: 16px 0;
  background: #FFFFFF;
}

/* line 88, app/assets/stylesheets/red_template.scss */
.header__second {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 94, app/assets/stylesheets/red_template.scss */
.header__emergency {
  display: flex;
  align-items: center;
}

/* line 99, app/assets/stylesheets/red_template.scss */
.header__emergency-img {
  margin-right: 13px;
}

/* line 103, app/assets/stylesheets/red_template.scss */
.call__now-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF1F00;
  padding: 20px;
  width: 100%;
  max-width: 305px;
  font-weight: bold;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
}

/* line 118, app/assets/stylesheets/red_template.scss */
.call__now-btn-img {
  margin-right: 15px;
}

/* line 122, app/assets/stylesheets/red_template.scss */
.header__banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 104px 0px 40px;
}

/* line 129, app/assets/stylesheets/red_template.scss */
.webp .header__banner {
  /*background-image: url(/../images/desk/webp/main.webp);*/
}

/* line 133, app/assets/stylesheets/red_template.scss */
.header__banner-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 69px;
  line-height: 69px;
  color: #FFFFFF;
  margin-bottom: 22px;
  max-width: 561px;
}

/* line 142, app/assets/stylesheets/red_template.scss */
.bold {
  font-weight: bold;
}

/* line 146, app/assets/stylesheets/red_template.scss */
.header__banner-description {
  font-size: 23px;
  line-height: 27px;
  color: #FFFFFF;
  margin-bottom: 94px;
}

/* line 153, app/assets/stylesheets/red_template.scss */
.call__now-large-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF1F00;
  padding: 32px;
  width: 100%;
  max-width: 500px;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
}

/* line 168, app/assets/stylesheets/red_template.scss */
.call__now-large-btn-img {
  margin-right: 38px;
}

/* line 172, app/assets/stylesheets/red_template.scss */
.header__banner-labels {
  margin-top: 58px;
  max-width: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 181, app/assets/stylesheets/red_template.scss */
.why__choose {
  padding: 151px 0 219px;
}

/* line 185, app/assets/stylesheets/red_template.scss */
.why__choose-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 38px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  color: #1D1D1D;
  margin-bottom: 3px;
  position: relative;
}

/* line 198, app/assets/stylesheets/red_template.scss */
.why__choose-description {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #828282;
  max-width: 857px;
  margin: 0 auto 80px;
}

/* line 207, app/assets/stylesheets/red_template.scss */
.why__choose-title::before {
  content: 'why choose Reliable AC Repair Service';
  position: absolute;
  font-weight: bold;
  font-size: 71.5117px;
  line-height: 84px;
  text-align: center;
  text-transform: uppercase;
  color: #ADADAD;
  opacity: 0.1;
  width: 100%;
  display: flex;
  justify-content: center;
  top: -30px;
}

/* line 223, app/assets/stylesheets/red_template.scss */
.why__choose-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 19.1px;
}

/* line 229, app/assets/stylesheets/red_template.scss */
.why__choose-item {
  background: #FFFFFF;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  padding: 35px 23px 54px;
}

/* line 236, app/assets/stylesheets/red_template.scss */
.why__choose-img-block {
  margin-bottom: 16px;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 243, app/assets/stylesheets/red_template.scss */
.why__choose-img-title {
  font-size: 23.9114px;
  line-height: 24px;
  text-align: center;
  color: #4F4F4F;
}

/* line 250, app/assets/stylesheets/red_template.scss */
.emergency {
  background-size: cover;
  background-position: top center;
}

/* line 255, app/assets/stylesheets/red_template.scss */
.webp .emergency {
  /*background-image: url(/../images/desk/webp/Rectangle-230.webp);*/
}

/* line 259, app/assets/stylesheets/red_template.scss */
.no-webp .emergency {
  /*background-image: url(/../images/desk/jp2/Rectangle-230.jp2);*/
}

/* line 263, app/assets/stylesheets/red_template.scss */
.emergency__content {
  padding: 14px 0 28px;
  position: relative;
}

/* line 268, app/assets/stylesheets/red_template.scss */
.emergency-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* line 274, app/assets/stylesheets/red_template.scss */
.emergancy__title {
  font-style: italic;
  font-size: 30px;
  line-height: 35px;
  color: #FFFFFF;
  text-align: center;
}

/* line 282, app/assets/stylesheets/red_template.scss */
.emergancy__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 900;
  font-size: 52px;
  line-height: 61px;
  color: #FFFFFF;
}

/* line 293, app/assets/stylesheets/red_template.scss */
.emergancy__link-img {
  margin-right: 14px;
}

/* line 297, app/assets/stylesheets/red_template.scss */
.local__link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF1F00;
  padding: 32px;
  width: 100%;
  max-width: 636px;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
  margin: 158px auto 0;
}

/* line 313, app/assets/stylesheets/red_template.scss */
.local__link-img {
  margin-right: 38px;
}

/* line 317, app/assets/stylesheets/red_template.scss */
.local {
  padding: 110px 0px 120px;
  background: white;
  margin-top: 120px;
}

/* line 323, app/assets/stylesheets/red_template.scss */
.local__title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 38px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  color: #1D1D1D;
  max-width: 320px;
  margin: 0 auto 43px;
}

/* line 335, app/assets/stylesheets/red_template.scss */
.local__text {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #4F4F4F;
  margin-bottom: 40px;
}

/* line 343, app/assets/stylesheets/red_template.scss */
.local_slogan {
  font-size: 34px;
  line-height: 42px;
  text-align: center;
  color: #040231;
}

/* line 351, app/assets/stylesheets/red_template.scss */
.mark {
  background: #FF1F00;
  padding: 0px 16px;
  font-weight: bold;
  color: #FFFFFF;
}

/* line 358, app/assets/stylesheets/red_template.scss */
.local__link-img {
  margin-right: 14px;
}

/* line 362, app/assets/stylesheets/red_template.scss */
.sale {
  padding: 120px 0 220px;
}

/* line 366, app/assets/stylesheets/red_template.scss */
.sale__left {
  padding: 95px 114px 101px 20px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  max-width: 526px;
  width: 100%;
  margin-left: auto;
  height: 100%;
}

/* line 378, app/assets/stylesheets/red_template.scss */
.sale__left-img-block, .sale__right-img-block {
  position: relative;
  margin-right: 44px;
  font-style: normal;
  font-weight: normal;
  font-size: 101.816px;
  line-height: 119px;
  text-transform: uppercase;
  color: #F8292D;
}

/* line 389, app/assets/stylesheets/red_template.scss */
.sale__left-img-block::after, .sale__right-img-block::after {
  position: absolute;
  right: -22px;
  content: '';
  width: 7px;
  height: 101px;
  top: calc(50% - 50.5px);
  background: #F8292D;
}

/* line 399, app/assets/stylesheets/red_template.scss */
.sale__left-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  color: #4F4F4F;
  margin-bottom: 2px;
}

/* line 408, app/assets/stylesheets/red_template.scss */
.sale__left-description {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 33px;
  line-height: 39px;
  text-transform: uppercase;
  color: #4F4F4F;
  margin-bottom: 1px;
}

/* line 418, app/assets/stylesheets/red_template.scss */
.sale__left-red {
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #F8292D;
}

/* line 426, app/assets/stylesheets/red_template.scss */
.sale__right {
  padding: 95px 20px 101px 20px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  max-width: 526px;
  width: 100%;
  margin-right: auto;
  height: 100%;
}

/* line 438, app/assets/stylesheets/red_template.scss */
.sale__right-text {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  color: #4F4F4F;
  margin-bottom: 10px;
}

/* line 447, app/assets/stylesheets/red_template.scss */
.emergency.left .emergency-img {
  left: 0;
  right: auto;
  transform: rotateY(180deg);
}

/* line 454, app/assets/stylesheets/red_template.scss */
.repair {
  padding: 110px 0px 120px;
  background: white;
  margin-top: 120px;
}

/* line 460, app/assets/stylesheets/red_template.scss */
.repair__title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 38px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  color: #1D1D1D;
  margin: 0 auto 43px;
}

/* line 471, app/assets/stylesheets/red_template.scss */
.repair__text {
  font-size: 18px;
  line-height: 28px;
  color: #4F4F4F;
  margin-bottom: 40px;
}

/* line 478, app/assets/stylesheets/red_template.scss */
.get-off {
  padding: 100px 0 120px;
}

/* line 482, app/assets/stylesheets/red_template.scss */
.repair__img-block {
  display: flex;
  align-items: center;
  height: 100%;
}

/* line 488, app/assets/stylesheets/red_template.scss */
.get-off__block {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 54px 0px;
  display: flex;
  justify-content: center;
}

/* line 497, app/assets/stylesheets/red_template.scss */
.webp .get-off__block {
  /*background-image: url(/../images/desk/webp/get_25_off.webp);*/
}

/* line 501, app/assets/stylesheets/red_template.scss */
.no-webp .get-off__block {
  /*background-image: url(/../images/desk/jp2/get_25_off.jp2);*/
}

/* line 505, app/assets/stylesheets/red_template.scss */
.get-off__block-content {
  max-width: 875px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* line 513, app/assets/stylesheets/red_template.scss */
.get-of__block-title {
  font-size: 55px;
  line-height: 64px;
  letter-spacing: 0.03em;
  font-family: 'Roboto Condensed', sans-serif;
  color: #FFFFFF;
  margin-bottom: 13px;
}

/* line 522, app/assets/stylesheets/red_template.scss */
.white__mark {
  background: #fff;
  color: #375CBB;
}

/* line 527, app/assets/stylesheets/red_template.scss */
.get-of__block-description {
  font-size: 24px;
  line-height: 26px;
  color: #FFFFFF;
}

/* line 533, app/assets/stylesheets/red_template.scss */
.get-off__block-link {
  font-family: 'Roboto Condensed', sans-serif;
  padding: 6px 14px;
  background: #fff;
  width: 100%;
  display: flex;
  max-width: 350px;
  align-items: center;
  font-weight: bold;
  font-size: 44px;
  line-height: 52px;
  text-align: center;
  text-transform: capitalize;
  color: #F8292D;
}

/* line 549, app/assets/stylesheets/red_template.scss */
.get-off__block-link-img {
  margin-right: 6px;
}

/* line 553, app/assets/stylesheets/red_template.scss */
.get-off__block-btn-text {
  font-style: italic;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  margin-top: 12px;
  text-align: center;
}

/* line 562, app/assets/stylesheets/red_template.scss */
.brands {
  background: #fff;
  padding: 175px 0 56px;
}

/* line 567, app/assets/stylesheets/red_template.scss */
.brands__title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 38px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  color: #1D1D1D;
  margin-bottom: 3px;
  position: relative;
}

/* line 580, app/assets/stylesheets/red_template.scss */
.brands__description {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #828282;
  max-width: 857px;
  margin: 0 auto 80px;
}

/* line 589, app/assets/stylesheets/red_template.scss */
.brands__title::before {
  content: 'branded Spare parts';
  position: absolute;
  font-weight: bold;
  font-size: 71.5117px;
  line-height: 84px;
  text-align: center;
  text-transform: uppercase;
  color: #ADADAD;
  opacity: 0.1;
  width: 100%;
  display: flex;
  justify-content: center;
  top: -30px;
}

/* line 605, app/assets/stylesheets/red_template.scss */
.brands__image-block {
  margin-bottom: 120px;
}

/* line 609, app/assets/stylesheets/red_template.scss */
.brands-img {
  max-width: 100%;
}

/* line 613, app/assets/stylesheets/red_template.scss */
.play_parts {
  background: #FF1F00;
  padding: 19px 0px;
}

/* line 618, app/assets/stylesheets/red_template.scss */
.play_parts__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 56px;
  line-height: 66px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  font-family: 'Roboto Condensed', sans-serif;
}

/* line 633, app/assets/stylesheets/red_template.scss */
.play_parts__title::before {
  margin-right: 58px;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMyIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMTMyIDQ4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTA4IDBMMTAyLjYxMiAxNi41ODM2SDg1LjE3NDZMOTkuMjgxNSAyNi44MzI4TDkzLjg5MzIgNDMuNDE2NEwxMDggMzMuMTY3MkwxMjIuMTA3IDQzLjQxNjRMMTE2LjcxOSAyNi44MzI4TDEzMC44MjUgMTYuNTgzNkgxMTMuMzg4TDEwOCAwWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTUyIDdMNDguMTgzMyAxOC43NDY3TDM1LjgzMiAxOC43NDY3TDQ1LjgyNDQgMjYuMDA2Nkw0Mi4wMDc3IDM3Ljc1MzNMNTIgMzAuNDkzNEw2MS45OTIzIDM3Ljc1MzNMNTguMTc1NiAyNi4wMDY2TDY4LjE2OCAxOC43NDY3TDU1LjgxNjcgMTguNzQ2N0w1MiA3WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTEwIDE0TDcuNzU0ODYgMjAuOTA5OEgwLjQ4OTQzNUw2LjM2NzI5IDI1LjE4MDNMNC4xMjIxNSAzMi4wOTAyTDEwIDI3LjgxOTdMMTUuODc3OSAzMi4wOTAyTDEzLjYzMjcgMjUuMTgwM0wxOS41MTA2IDIwLjkwOThIMTIuMjQ1MUwxMCAxNFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
}

/* line 638, app/assets/stylesheets/red_template.scss */
.play_parts__title::after {
  transform: rotateY(180deg);
  margin-left: 58px;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMyIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMTMyIDQ4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTA4IDBMMTAyLjYxMiAxNi41ODM2SDg1LjE3NDZMOTkuMjgxNSAyNi44MzI4TDkzLjg5MzIgNDMuNDE2NEwxMDggMzMuMTY3MkwxMjIuMTA3IDQzLjQxNjRMMTE2LjcxOSAyNi44MzI4TDEzMC44MjUgMTYuNTgzNkgxMTMuMzg4TDEwOCAwWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTUyIDdMNDguMTgzMyAxOC43NDY3TDM1LjgzMiAxOC43NDY3TDQ1LjgyNDQgMjYuMDA2Nkw0Mi4wMDc3IDM3Ljc1MzNMNTIgMzAuNDkzNEw2MS45OTIzIDM3Ljc1MzNMNTguMTc1NiAyNi4wMDY2TDY4LjE2OCAxOC43NDY3TDU1LjgxNjcgMTguNzQ2N0w1MiA3WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTEwIDE0TDcuNzU0ODYgMjAuOTA5OEgwLjQ4OTQzNUw2LjM2NzI5IDI1LjE4MDNMNC4xMjIxNSAzMi4wOTAyTDEwIDI3LjgxOTdMMTUuODc3OSAzMi4wOTAyTDEzLjYzMjcgMjUuMTgwM0wxOS41MTA2IDIwLjkwOThIMTIuMjQ1MUwxMCAxNFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
}

/* line 644, app/assets/stylesheets/red_template.scss */
.customers {
  padding: 165px 0 111px;
  background: linear-gradient(#473b81, #6aa3bb);
}

/* line 649, app/assets/stylesheets/red_template.scss */
.customer__title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 38px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 3px;
  position: relative;
}

/* line 662, app/assets/stylesheets/red_template.scss */
.customer__description {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  max-width: 857px;
  margin: 0 auto 80px;
}

/* line 671, app/assets/stylesheets/red_template.scss */
.customer__title::before {
  content: 'branded Spare parts';
  position: absolute;
  font-weight: bold;
  font-size: 71.5117px;
  line-height: 84px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.1;
  width: 100%;
  display: flex;
  justify-content: center;
  top: -30px;
}

/* line 687, app/assets/stylesheets/red_template.scss */
.customer__item {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 50px 50px 55px;
  height: 100%;
}

/* line 694, app/assets/stylesheets/red_template.scss */
.customer__header {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

/* line 700, app/assets/stylesheets/red_template.scss */
.customer-img {
  margin-right: 20px;
}

/* line 704, app/assets/stylesheets/red_template.scss */
.customer__name {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 29px;
  color: #333333;
}

/* line 712, app/assets/stylesheets/red_template.scss */
.customer__rank {
  margin-bottom: 25px;
}

/* line 716, app/assets/stylesheets/red_template.scss */
.customer__text {
  font-size: 18px;
  line-height: 140%;
  font-family: 'Roboto Condensed', sans-serif;
  color: #4F4F4F;
}

/* line 723, app/assets/stylesheets/red_template.scss */
.footer {
  padding: 44px 0px 17px;
  background: #1D1D1D;
}

/* line 728, app/assets/stylesheets/red_template.scss */
.footer-logo-img {
  margin-bottom: 12px;
}

/* line 732, app/assets/stylesheets/red_template.scss */
.footer__items {
  display: flex;
  justify-content: space-around;
}

/* line 737, app/assets/stylesheets/red_template.scss */
.footer__same-day {
  font-style: italic;
  font-size: 30px;
  line-height: 35px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

/* line 745, app/assets/stylesheets/red_template.scss */
.footer__awards {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

/* line 751, app/assets/stylesheets/red_template.scss */
.footer__schedule-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 30px;
  text-align: center;
}

/* line 761, app/assets/stylesheets/red_template.scss */
.footer__schedule-description {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: capitalize;
  color: #BDBDBD;
  margin-bottom: 20px;
}

/* line 770, app/assets/stylesheets/red_template.scss */
.footer__schedule-days {
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: #BDBDBD;
  text-align: center;
}

/* line 778, app/assets/stylesheets/red_template.scss */
.footer__schedule-days .bold {
  color: #f2f2f2;
}

/* line 782, app/assets/stylesheets/red_template.scss */
.footer__link-block-title {
  font-style: italic;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  color: #FFFFFF;
  margin-bottom: 10px;
  text-align: center;
}

/* line 792, app/assets/stylesheets/red_template.scss */
.footer__link-block {
  width: 100%;
  max-width: 483px;
}

/* line 797, app/assets/stylesheets/red_template.scss */
.footer__link {
  font-weight: bold;
  font-size: 56px;
  line-height: 73px;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  background: #FF1F00;
  padding: 6px;
  width: 100%;
  max-width: 483px;
  display: block;
}

/* line 811, app/assets/stylesheets/red_template.scss */
.footer .header__item-payments {
  margin: 30px auto 0;
}

/* line 815, app/assets/stylesheets/red_template.scss */
.footer__schedule-block {
  max-width: 208px;
}

/* line 819, app/assets/stylesheets/red_template.scss */
.copyright {
  padding: 13px 0px;
  background: #454545;
}

/* line 824, app/assets/stylesheets/red_template.scss */
.copyright__title {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
}

/* line 831, app/assets/stylesheets/red_template.scss */
.local-img, .repair-img {
  max-width: 100%;
}

@media (max-width: 991px) {
  /* line 836, app/assets/stylesheets/red_template.scss */
  .header__items {
    flex-direction: column;
  }
  /* line 840, app/assets/stylesheets/red_template.scss */
  .header__second {
    flex-direction: column;
  }
  /* line 844, app/assets/stylesheets/red_template.scss */
  .why__choose-items {
    grid-template-columns: 1fr;
  }
  /* line 848, app/assets/stylesheets/red_template.scss */
  .footer__items {
    flex-direction: column;
  }
  /* line 852, app/assets/stylesheets/red_template.scss */
  .play_parts__title {
    flex-direction: column;
  }
  /* line 856, app/assets/stylesheets/red_template.scss */
  .header__banner-label {
    max-width: 100%;
  }
  /* line 860, app/assets/stylesheets/red_template.scss */
  .header__banner-img {
    max-width: 100%;
  }
  /* line 864, app/assets/stylesheets/red_template.scss */
  .header {
    padding: 10px 0px 15px;
  }
  /* line 868, app/assets/stylesheets/red_template.scss */
  .header__item-schedule {
    flex-direction: column;
  }
  /* line 872, app/assets/stylesheets/red_template.scss */
  .header__items-social {
    margin-bottom: 15px;
  }
  /* line 876, app/assets/stylesheets/red_template.scss */
  .header__item-schedule {
    margin-bottom: 15px;
  }
  /* line 880, app/assets/stylesheets/red_template.scss */
  .header__logo-block {
    max-width: 202px;
    margin: 0 auto 25px;
  }
  /* line 885, app/assets/stylesheets/red_template.scss */
  .header__logo-img {
    max-width: 100%;
  }
  /* line 889, app/assets/stylesheets/red_template.scss */
  .header__emergency {
    margin-bottom: 20px;
  }
  /* line 893, app/assets/stylesheets/red_template.scss */
  .header__awards {
    margin-bottom: 25px;
  }
  /* line 897, app/assets/stylesheets/red_template.scss */
  .header__second-block {
    padding: 20px 0 40px;
  }
  /* line 901, app/assets/stylesheets/red_template.scss */
  .header__banner {
    padding: 40px 0 30px;
  }
  /* line 905, app/assets/stylesheets/red_template.scss */
  .header__banner-title {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  /* line 911, app/assets/stylesheets/red_template.scss */
  .header__banner-description {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 25px;
  }
  /* line 917, app/assets/stylesheets/red_template.scss */
  .call__now-large-btn {
    padding: 20px;
    font-size: 26px;
    line-height: 26px;
    max-width: 305px;
    margin: 0 auto;
  }
  /* line 925, app/assets/stylesheets/red_template.scss */
  .header__banner-labels {
    margin-top: 25px;
  }
  /* line 929, app/assets/stylesheets/red_template.scss */
  .why__choose {
    padding: 85px 0 303px;
  }
  /* line 933, app/assets/stylesheets/red_template.scss */
  .emergency-img {
    top: -268px;
    bottom: auto;
  }
  /* line 938, app/assets/stylesheets/red_template.scss */
  .why__choose-title {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 17px;
  }
  /* line 945, app/assets/stylesheets/red_template.scss */
  .why__choose-title::before {
    font-weight: bold;
    font-size: 50px;
    line-height: 40px;
    text-align: center;
    top: -45px;
  }
  /* line 953, app/assets/stylesheets/red_template.scss */
  .why__choose-description {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  /* line 959, app/assets/stylesheets/red_template.scss */
  .why__choose-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 965, app/assets/stylesheets/red_template.scss */
  .why__choose-item {
    width: calc(50% - 10px);
    margin-bottom: 10px;
    padding: 18px 32px 28px;
  }
  /* line 971, app/assets/stylesheets/red_template.scss */
  .why__choose-img-block {
    max-width: 70px;
    margin: 0 auto 9px;
  }
  /* line 976, app/assets/stylesheets/red_template.scss */
  .why__choose-img {
    max-width: 100%;
  }
  /* line 980, app/assets/stylesheets/red_template.scss */
  .why__choose-img-title {
    font-size: 12.5656px;
    line-height: 13px;
    text-align: center;
    color: #4F4F4F;
  }
  /* line 987, app/assets/stylesheets/red_template.scss */
  .emergancy__title {
    font-style: italic;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
  }
  /* line 995, app/assets/stylesheets/red_template.scss */
  .emergency__content {
    padding: 32px 0 45px;
  }
  /* line 999, app/assets/stylesheets/red_template.scss */
  .sale__left-img-block {
    max-width: 62px;
  }
  /* line 1003, app/assets/stylesheets/red_template.scss */
  .sale__left-img-block img {
    max-width: 100%;
  }
  /* line 1007, app/assets/stylesheets/red_template.scss */
  .sale__left {
    margin: 0 auto;
    padding: 28px;
  }
  /* line 1012, app/assets/stylesheets/red_template.scss */
  .sale__right-img-block {
    font-size: 52px;
    line-height: 61px;
  }
  /* line 1017, app/assets/stylesheets/red_template.scss */
  .sale__left-title {
    font-size: 14px;
    line-height: 16px;
  }
  /* line 1022, app/assets/stylesheets/red_template.scss */
  .sale__left-description {
    font-size: 20px;
    line-height: 23px;
  }
  /* line 1027, app/assets/stylesheets/red_template.scss */
  .sale__left-red {
    font-size: 25px;
    line-height: 29px;
  }
  /* line 1032, app/assets/stylesheets/red_template.scss */
  .mb20 {
    margin-bottom: 20px;
  }
  /* line 1037, app/assets/stylesheets/red_template.scss */
  .sale__right {
    margin: 0 auto;
    padding: 28px;
  }
  /* line 1042, app/assets/stylesheets/red_template.scss */
  .sale__right-text {
    font-size: 14px;
    line-height: 16px;
  }
  /* line 1047, app/assets/stylesheets/red_template.scss */
  .sale__right-img-block {
    margin-right: 38px;
  }
  /* line 1051, app/assets/stylesheets/red_template.scss */
  .sale__right-img-block::after {
    right: -19px;
  }
  /* line 1055, app/assets/stylesheets/red_template.scss */
  .sale__left-img-block::after {
    right: -30px;
  }
  /* line 1059, app/assets/stylesheets/red_template.scss */
  .sale {
    padding: 60px 0 303px;
  }
  /* line 1063, app/assets/stylesheets/red_template.scss */
  .emergancy__title {
    font-size: 20px;
    line-height: 23px;
  }
  /* line 1068, app/assets/stylesheets/red_template.scss */
  .emergancy__link {
    font-size: 34px;
    line-height: 40px;
  }
  /* line 1073, app/assets/stylesheets/red_template.scss */
  .emergancy__link-img {
    width: 32px;
  }
  /* line 1077, app/assets/stylesheets/red_template.scss */
  .local {
    margin-top: 0;
    padding: 68px 0 60px;
  }
  /* line 1082, app/assets/stylesheets/red_template.scss */
  .local__title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 51px;
  }
  /* line 1088, app/assets/stylesheets/red_template.scss */
  .local__text {
    font-size: 16px;
    line-height: 22px;
  }
  /* line 1093, app/assets/stylesheets/red_template.scss */
  .local_slogan {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 50px;
  }
  /* line 1102, app/assets/stylesheets/red_template.scss */
  .mark {
    font-size: 28px;
    line-height: 42px;
  }
  /* line 1107, app/assets/stylesheets/red_template.scss */
  .local__link {
    margin-top: 40px;
    font-size: 26px;
    line-height: 26px;
    padding: 19px;
  }
  /* line 1114, app/assets/stylesheets/red_template.scss */
  .local__link-img {
    width: 24px;
  }
  /* line 1118, app/assets/stylesheets/red_template.scss */
  .repair {
    margin-top: 0;
    padding: 68px 0 60px;
  }
  /* line 1123, app/assets/stylesheets/red_template.scss */
  .repair__title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 29px;
  }
  /* line 1129, app/assets/stylesheets/red_template.scss */
  .repair__text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
    text-align: center;
  }
  /* line 1136, app/assets/stylesheets/red_template.scss */
  .get-off__block {
    margin-left: calc(-1.5em / 2);
    margin-right: calc(-1.5em / 2);
  }
  /* line 1141, app/assets/stylesheets/red_template.scss */
  .get-off__block-content {
    padding-left: calc(1.5em / 2);
    padding-right: calc(1.5em / 2);
    flex-direction: column;
  }
  /* line 1147, app/assets/stylesheets/red_template.scss */
  .get-of__block-title {
    margin-bottom: 20px;
  }
  /* line 1151, app/assets/stylesheets/red_template.scss */
  .get-of__block-description {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  /* line 1157, app/assets/stylesheets/red_template.scss */
  .get-off__block-link {
    font-size: 38.5341px;
    line-height: 45px;
  }
  /* line 1162, app/assets/stylesheets/red_template.scss */
  .get-off__block-link-img {
    width: 29px;
  }
  /* line 1166, app/assets/stylesheets/red_template.scss */
  .get-off__block-btn-text {
    margin-top: 15px;
  }
  /* line 1170, app/assets/stylesheets/red_template.scss */
  .get-off {
    padding: 0;
  }
  /* line 1174, app/assets/stylesheets/red_template.scss */
  .brands {
    padding: 85px 0px 0px;
  }
  /* line 1178, app/assets/stylesheets/red_template.scss */
  .brands__title {
    font-size: 34px;
    line-height: 40px;
  }
  /* line 1183, app/assets/stylesheets/red_template.scss */
  .brands__title::before {
    font-size: 50px;
    line-height: 40px;
    top: -45px;
  }
  /* line 1189, app/assets/stylesheets/red_template.scss */
  .brands__description {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  /* line 1195, app/assets/stylesheets/red_template.scss */
  .brands__image-block {
    margin-bottom: 50px;
  }
  /* line 1199, app/assets/stylesheets/red_template.scss */
  .play_parts__title::before {
    margin: 0 auto 35px;
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ4IiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMTQ4IDQ4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNzQgMEw2OC42MTE3IDE2LjU4MzZINTEuMTc0Nkw2NS4yODE1IDI2LjgzMjhMNTkuODkzMiA0My40MTY0TDc0IDMzLjE2NzJMODguMTA2OCA0My40MTY0TDgyLjcxODUgMjYuODMyOEw5Ni44MjU0IDE2LjU4MzZINzkuMzg4M0w3NCAwWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTE1IDE4TDExLjYzMjMgMjguMzY0N0gwLjczNDE1Mkw5LjU1MDkzIDM0Ljc3MDVMNi4xODMyMiA0NS4xMzUzTDE1IDM4LjcyOTVMMjMuODE2OCA0NS4xMzUzTDIwLjQ0OTEgMzQuNzcwNUwyOS4yNjU4IDI4LjM2NDdIMTguMzY3N0wxNSAxOFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xMzMgMThMMTI5LjYzMiAyOC4zNjQ3SDExOC43MzRMMTI3LjU1MSAzNC43NzA1TDEyNC4xODMgNDUuMTM1M0wxMzMgMzguNzI5NUwxNDEuODE3IDQ1LjEzNTNMMTM4LjQ0OSAzNC43NzA1TDE0Ny4yNjYgMjguMzY0N0gxMzYuMzY4TDEzMyAxOFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
  }
  /* line 1204, app/assets/stylesheets/red_template.scss */
  .play_parts__title::after {
    transform: rotateX(180deg);
    margin: 35px auto 0;
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ4IiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMTQ4IDQ4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNzQgMEw2OC42MTE3IDE2LjU4MzZINTEuMTc0Nkw2NS4yODE1IDI2LjgzMjhMNTkuODkzMiA0My40MTY0TDc0IDMzLjE2NzJMODguMTA2OCA0My40MTY0TDgyLjcxODUgMjYuODMyOEw5Ni44MjU0IDE2LjU4MzZINzkuMzg4M0w3NCAwWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTE1IDE4TDExLjYzMjMgMjguMzY0N0gwLjczNDE1Mkw5LjU1MDkzIDM0Ljc3MDVMNi4xODMyMiA0NS4xMzUzTDE1IDM4LjcyOTVMMjMuODE2OCA0NS4xMzUzTDIwLjQ0OTEgMzQuNzcwNUwyOS4yNjU4IDI4LjM2NDdIMTguMzY3N0wxNSAxOFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xMzMgMThMMTI5LjYzMiAyOC4zNjQ3SDExOC43MzRMMTI3LjU1MSAzNC43NzA1TDEyNC4xODMgNDUuMTM1M0wxMzMgMzguNzI5NUwxNDEuODE3IDQ1LjEzNTNMMTM4LjQ0OSAzNC43NzA1TDE0Ny4yNjYgMjguMzY0N0gxMzYuMzY4TDEzMyAxOFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
  }
  /* line 1210, app/assets/stylesheets/red_template.scss */
  .play_parts__title {
    font-size: 36px;
    line-height: 42px;
  }
  /* line 1215, app/assets/stylesheets/red_template.scss */
  .customers {
    padding: 145px 0 60px;
  }
  /* line 1219, app/assets/stylesheets/red_template.scss */
  .customer__title {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  /* line 1225, app/assets/stylesheets/red_template.scss */
  .customer__title::before {
    font-size: 50px;
    line-height: 40px;
    top: -45px;
  }
  /* line 1231, app/assets/stylesheets/red_template.scss */
  .customer__description {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 50px;
  }
  /* line 1237, app/assets/stylesheets/red_template.scss */
  .customer__item {
    padding: 30px 22px;
  }
  /* line 1241, app/assets/stylesheets/red_template.scss */
  .customer__header {
    flex-direction: column;
  }
  /* line 1245, app/assets/stylesheets/red_template.scss */
  .customer__header-img-block {
    margin-bottom: 25px;
  }
  /* line 1249, app/assets/stylesheets/red_template.scss */
  .customer-img {
    margin: 0;
  }
  /* line 1253, app/assets/stylesheets/red_template.scss */
  .customer__body {
    display: flex;
    flex-direction: column;
  }
  /* line 1258, app/assets/stylesheets/red_template.scss */
  .customer__rank {
    order: 2;
    display: flex;
    justify-content: center;
  }
  /* line 1264, app/assets/stylesheets/red_template.scss */
  .customer__text {
    order: 1;
    margin-bottom: 25px;
  }
  /* line 1269, app/assets/stylesheets/red_template.scss */
  .mb30 {
    margin-bottom: 30px;
  }
  /* line 1273, app/assets/stylesheets/red_template.scss */
  .footer {
    padding: 60px 0 74px;
  }
  /* line 1277, app/assets/stylesheets/red_template.scss */
  .footer-logo-img {
    display: block;
    margin: 0px auto 13px;
  }
  /* line 1282, app/assets/stylesheets/red_template.scss */
  .footer__same-day {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 15px;
  }
  /* line 1289, app/assets/stylesheets/red_template.scss */
  .footer__schedule-block {
    margin: 0 auto 40px;
  }
  /* line 1293, app/assets/stylesheets/red_template.scss */
  .footer__link-block-title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  /* line 1299, app/assets/stylesheets/red_template.scss */
  .footer__link {
    font-size: 27px;
    line-height: 39px;
    display: flex;
    justify-content: center;
  }
  /* line 1306, app/assets/stylesheets/red_template.scss */
  .call__now-footer-img {
    width: 29px;
    margin-right: 8px;
  }
  /* line 1311, app/assets/stylesheets/red_template.scss */
  .copyright__title {
    font-size: 16px;
    line-height: 19px;
  }
  /* line 1316, app/assets/stylesheets/red_template.scss */
  .footer__link-block {
    margin: 0 auto;
  }
}

/* line 1332, app/assets/stylesheets/red_template.scss */
.debug-page {
  position: fixed;
  height: 50px;
  background: #1D1D1D;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}
