/*!
 * 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 7, app/assets/stylesheets/blue_template_v2.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 7, app/assets/stylesheets/blue_template_v2.scss */
  .container, .container-sm {
    max-width: 540px;
  }
}

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

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

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

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

/* line 7, app/assets/stylesheets/blue_template_v2.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 7, app/assets/stylesheets/blue_template_v2.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 7, app/assets/stylesheets/blue_template_v2.scss */
.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*# sourceMappingURL=bootstrap-grid.min.css.map */
/*@font-face {*/
/*    font-family: Roboto;*/
/*    src: url(/../fonts/Roboto-Regular.ttf);*/
/*    font-weight: 400;*/
/*    font-display: swap;*/
/*}*/
/*@font-face {*/
/*    font-family: Roboto;*/
/*    src: url(/../fonts/Roboto-Medium.ttf);*/
/*    font-weight: 500;*/
/*    font-display: swap;*/
/*}*/
/*@font-face {*/
/*    font-family: Roboto;*/
/*    src: url(/../fonts/Roboto-Bold.ttf);*/
/*    font-weight: 700;*/
/*    font-display: swap;*/
/*}*/
/*@font-face {*/
/*    font-family: Roboto;*/
/*    src: url(/../fonts/Roboto-Black.ttf);*/
/*    font-weight: 900;*/
/*    font-display: swap;*/
/*}*/
/*@font-face {*/
/*    font-family: Roboto Condensed;*/
/*    src: url(/../fonts/RobotoCondensed-Light.ttf);*/
/*    font-weight: 300;*/
/*    font-display: swap;*/
/*}*/
/*@font-face {*/
/*    font-family: Roboto Condensed;*/
/*    src: url(/../fonts/RobotoCondensed-Regular.ttf);*/
/*    font-weight: 400;*/
/*    font-display: swap;*/
/*}*/
/*@font-face {*/
/*    font-family: Rubik;*/
/*    src: url(/../fonts/Rubik-Regular.ttf);*/
/*    font-weight: 400;*/
/*    font-display: swap;*/
/*}*/
/*@font-face {*/
/*    font-family: Rubik;*/
/*    src: url(/../fonts/Rubik-Medium.ttf);*/
/*    font-weight: 500;*/
/*    font-display: swap;*/
/*}*/
/*@font-face {*/
/*    font-family: Helvetica Neue;*/
/*    src: url(/../fonts/HelveticaNeue.otf);*/
/*    font-weight: 400;*/
/*    font-display: swap;*/
/*}*/
/* line 64, app/assets/stylesheets/blue_template_v2.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 69, app/assets/stylesheets/blue_template_v2.scss */
a, a:focus {
  text-decoration: none;
}

/* line 73, app/assets/stylesheets/blue_template_v2.scss */
img {
  max-width: 100%;
}

/* line 76, app/assets/stylesheets/blue_template_v2.scss */
.header-up {
  background: #3464E0;
}

/* line 79, app/assets/stylesheets/blue_template_v2.scss */
.header-up__inn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 84, app/assets/stylesheets/blue_template_v2.scss */
.header-up__inn_social-img {
  padding: 0px 15px;
}

/* line 87, app/assets/stylesheets/blue_template_v2.scss */
.header-up__inn_social-img:nth-child(2) {
  border-left: 0.5px solid rgba(255, 255, 255, 0.5);
  border-right: 0.5px solid rgba(255, 255, 255, 0.5);
}

/* line 91, app/assets/stylesheets/blue_template_v2.scss */
.header-up__inn_social {
  display: flex;
  align-items: center;
  padding: 5px 0;
  border-left: 0.5px solid rgba(255, 255, 255, 0.5);
  border-right: 0.5px solid rgba(255, 255, 255, 0.5);
}

/* line 98, app/assets/stylesheets/blue_template_v2.scss */
.header-up__inn_info {
  display: flex;
  align-items: center;
  border-left: 0.5px solid rgba(255, 255, 255, 0.5);
  border-right: 0.5px solid rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
}

/* line 105, app/assets/stylesheets/blue_template_v2.scss */
.text-sched {
  display: flex;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 26px;
  margin: 0 15px;
  padding: 8px 0 4px;
}

/* line 114, app/assets/stylesheets/blue_template_v2.scss */
.text-sched .strong {
  margin-left: 10px;
}

/* line 117, app/assets/stylesheets/blue_template_v2.scss */
.strong {
  font-weight: 700;
}

/* line 120, app/assets/stylesheets/blue_template_v2.scss */
.header-up__inn_info-img {
  margin: 0 15px 0 10px;
}

/* line 123, app/assets/stylesheets/blue_template_v2.scss */
.text-24 {
  display: block;
  padding: 11px 15px 8px 15px;
  border-left: 0.5px solid rgba(255, 255, 255, 0.5);
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  line-height: 19px;
}

/* line 131, app/assets/stylesheets/blue_template_v2.scss */
.header-mid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 21px 0;
}

/* line 138, app/assets/stylesheets/blue_template_v2.scss */
.header-mid__logo {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 46px;
  line-height: 54px;
  text-transform: uppercase;
}

/* line 145, app/assets/stylesheets/blue_template_v2.scss */
.header-mid__logo {
  max-width: 283px;
}

/* line 148, app/assets/stylesheets/blue_template_v2.scss */
.header-mid__rev_up {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 8px;
}

/* line 154, app/assets/stylesheets/blue_template_v2.scss */
.blue {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
  color: #3464E0;
}

/* line 159, app/assets/stylesheets/blue_template_v2.scss */
.header-mid__rev_down {
  display: flex;
  align-items: center;
  font-family: Helvetica Neue, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

/* line 166, app/assets/stylesheets/blue_template_v2.scss */
.header-mid__rev_down-google {
  margin: 0 10px;
}

/* line 169, app/assets/stylesheets/blue_template_v2.scss */
.header-mid__call {
  display: flex;
  color: #FFF6F4;
  align-items: center;
  background: #FF1F00;
  border-radius: 8px;
  max-width: 287px;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 37px;
}

/* line 182, app/assets/stylesheets/blue_template_v2.scss */
.header-mid__call-img {
  margin-right: 6px;
}

/* line 185, app/assets/stylesheets/blue_template_v2.scss */
.header-down {
  background-image: url(/../images/Desk/webp/main.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 191, app/assets/stylesheets/blue_template_v2.scss */
.jp2 .header-down {
  background-image: url(/../images/Desk/jp2/main.jp2);
}

/* line 194, app/assets/stylesheets/blue_template_v2.scss */
.header-down__inn_title {
  margin-top: 85px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 66px;
  text-transform: uppercase;
  color: #000000;
  max-width: 770px;
}

/* line 204, app/assets/stylesheets/blue_template_v2.scss */
.accent {
  text-decoration: #FF1F00 underline;
  color: #3464E0;
}

/* line 208, app/assets/stylesheets/blue_template_v2.scss */
.header-down__inn_subtitle {
  margin-top: 25px;
  max-width: 637px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 37px;
}

/* line 215, app/assets/stylesheets/blue_template_v2.scss */
.header-down__inn_text {
  margin-top: 30px;
  font-family: Robot, sans-serif;
  font-size: 24px;
  line-height: 34px;
  color: #4F4F4F;
  max-width: 636px;
}

/* line 223, app/assets/stylesheets/blue_template_v2.scss */
.header-down__inn_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 40px 0 44px 0;
}

/* line 229, app/assets/stylesheets/blue_template_v2.scss */
.call-us {
  display: block;
  width: 100%;
  max-width: 373px;
  background: #FF1F00;
  border-radius: 8px;
  padding: 20px 0 17px 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
  color: #FFF6F4;
  margin-bottom: 14px;
}

/* line 245, app/assets/stylesheets/blue_template_v2.scss */
.google {
  font-family: Roboto, sans-serif;
  background: #FFFFFF;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  padding: 9px 17px;
}

/* line 252, app/assets/stylesheets/blue_template_v2.scss */
.google__up {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #1D1D1D;
  margin-bottom: 6px;
}

/* line 261, app/assets/stylesheets/blue_template_v2.scss */
.google__up img {
  margin-left: 5px;
}

/* line 264, app/assets/stylesheets/blue_template_v2.scss */
.google__down {
  font-size: 15px;
  line-height: 18px;
  color: #1D1D1D;
}

/* line 269, app/assets/stylesheets/blue_template_v2.scss */
.header-down__inn_awards {
  display: flex;
  align-items: center;
  margin-bottom: 137px;
}

/* line 274, app/assets/stylesheets/blue_template_v2.scss */
.second-img {
  margin: 0 27px 0 9px;
}

/* line 277, app/assets/stylesheets/blue_template_v2.scss */
.intro {
  margin-top: -95px;
}

/* line 280, app/assets/stylesheets/blue_template_v2.scss */
.intro__block {
  height: 100%;
  padding: 30px 30px 26px 30px;
  font-family: Roboto, sans-serif;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 1px 3px rgba(0, 0, 0, 0.12);
}

/* line 288, app/assets/stylesheets/blue_template_v2.scss */
.intro__block_title {
  margin: 30px auto 0 auto;
  max-width: 224px;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

/* line 298, app/assets/stylesheets/blue_template_v2.scss */
.intro__block_text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #4F4F4F;
}

/* line 305, app/assets/stylesheets/blue_template_v2.scss */
.promo {
  margin-top: 50px;
  display: flex;
  font-family: Roboto, sans-serif;
  color: #FFFFFF;
}

/* line 311, app/assets/stylesheets/blue_template_v2.scss */
.promo strong {
  font-weight: 900;
  margin: 0 5px;
}

/* line 315, app/assets/stylesheets/blue_template_v2.scss */
.promo__inn_light {
  display: flex;
  align-items: center;
  padding: 37px 105px 38px 74px;
  max-width: 37.7%;
  width: 100%;
  font-size: 38px;
  line-height: 45px;
  font-weight: 500;
  background: #3464E0;
  text-align: right;
}

/* line 327, app/assets/stylesheets/blue_template_v2.scss */
.promo__inn_dark {
  background: #113288;
  width: 100%;
  font-size: 34px;
  line-height: 40px;
  padding: 44px 104px 44px 81px;
}

/* line 334, app/assets/stylesheets/blue_template_v2.scss */
.promo__inn_dark-img {
  margin-right: 18px;
}

/* line 337, app/assets/stylesheets/blue_template_v2.scss */
.underline {
  text-decoration: underline;
  margin: 0 5px;
}

/* line 341, app/assets/stylesheets/blue_template_v2.scss */
.promo__inn_dark strong {
  font-weight: 700;
}

/* line 344, app/assets/stylesheets/blue_template_v2.scss */
.why {
  background: #F3F5FF;
  padding: 122px 0 110px 0;
  font-family: Roboto, sans-serif;
}

/* line 349, app/assets/stylesheets/blue_template_v2.scss */
.why__accent {
  text-decoration: #FF1F00 underline;
}

/* line 352, app/assets/stylesheets/blue_template_v2.scss */
.why__title {
  font-weight: 500;
  font-size: 42px;
  line-height: 49px;
  text-transform: uppercase;
}

/* line 358, app/assets/stylesheets/blue_template_v2.scss */
.why__list {
  margin: 40px 0 0 0;
  padding: 0;
}

/* line 362, app/assets/stylesheets/blue_template_v2.scss */
.why__list_item {
  display: flex;
  align-items: center;
  list-style: none;
  font-size: 22px;
  line-height: 50px;
  color: #4F4F4F;
}

/* line 370, app/assets/stylesheets/blue_template_v2.scss */
.why__list_item:before {
  content: "";
  min-width: 30px;
  height: 30px;
  display: inline-block;
  /*background-image: url(/../images/Desk/svg/item.svg);*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 381, app/assets/stylesheets/blue_template_v2.scss */
.why__list_item span {
  padding-left: 25px;
}

/* line 384, app/assets/stylesheets/blue_template_v2.scss */
.call {
  margin-top: 40px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 416px;
  background: #FF1F00;
  border-radius: 8px;
  font-weight: 900;
  font-size: 46px;
  line-height: 54px;
  color: #FFFFFF;
  padding: 15px 0;
  justify-content: center;
}

/* line 399, app/assets/stylesheets/blue_template_v2.scss */
.call__icon {
  margin-right: 9px;
}

@media (max-width: 768px) {
  /* line 403, app/assets/stylesheets/blue_template_v2.scss */
  img {
    height: auto;
  }
  /* line 406, app/assets/stylesheets/blue_template_v2.scss */
  .header-up__inn_social {
    margin: 0 auto;
    padding: 9px 0 10px 0;
  }
  /* line 410, app/assets/stylesheets/blue_template_v2.scss */
  .header-up__inn_social-img:not(.header-up__inn_social-img:last-child) {
    border-left: none;
    border-right: 0.5px solid rgba(255, 255, 255, 0.5);
  }
  /* line 414, app/assets/stylesheets/blue_template_v2.scss */
  .header-mid {
    padding: 20px 0 24px 0;
  }
  /* line 417, app/assets/stylesheets/blue_template_v2.scss */
  .header-mid__logo {
    max-width: 197px;
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 20px;
  }
  /* line 423, app/assets/stylesheets/blue_template_v2.scss */
  .header-mid__rev_up {
    font-family: Roboto Condensed, sans-serif;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  /* line 429, app/assets/stylesheets/blue_template_v2.scss */
  .header-down {
    /*background-image: url(/../images/Mob/webp/main.webp);*/
  }
  /* line 432, app/assets/stylesheets/blue_template_v2.scss */
  .jp2 .header-down {
    background-image: url(/../images/Mob/jp2/main.jp2);
  }
  /* line 435, app/assets/stylesheets/blue_template_v2.scss */
  .header-down__inn_title {
    margin-top: 29px;
    font-size: 36px;
    line-height: 42px;
  }
  /* line 440, app/assets/stylesheets/blue_template_v2.scss */
  .header-down__inn_subtitle {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 28px;
  }
  /* line 445, app/assets/stylesheets/blue_template_v2.scss */
  .header-down__inn_text {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 24px;
  }
  /* line 450, app/assets/stylesheets/blue_template_v2.scss */
  .header-down__inn_block {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
  }
  /* line 456, app/assets/stylesheets/blue_template_v2.scss */
  .call-us {
    margin: 45px 0 55px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 462, app/assets/stylesheets/blue_template_v2.scss */
  .call-us__img {
    margin-right: 6px;
  }
  /* line 465, app/assets/stylesheets/blue_template_v2.scss */
  .header-down__inn_awards {
    justify-content: space-between;
  }
  /* line 468, app/assets/stylesheets/blue_template_v2.scss */
  .second-img {
    margin: 0 23px 0 18px;
  }
  /* line 471, app/assets/stylesheets/blue_template_v2.scss */
  .header-down__inn_awards-img {
    width: auto;
    max-height: 67px;
  }
  /* line 475, app/assets/stylesheets/blue_template_v2.scss */
  .header-down__inn_awards {
    justify-content: center;
    margin-bottom: 108px;
  }
  /* line 479, app/assets/stylesheets/blue_template_v2.scss */
  .intro {
    margin-top: -62px;
  }
  /* line 482, app/assets/stylesheets/blue_template_v2.scss */
  .intro__block {
    padding: 30px 16px 40px 16px;
    height: calc(100% - 20px);
    margin-bottom: 20px;
  }
  /* line 487, app/assets/stylesheets/blue_template_v2.scss */
  .intro__block_img {
    width: 60px;
  }
  /* line 490, app/assets/stylesheets/blue_template_v2.scss */
  .intro__block_title {
    font-size: 24px;
    line-height: 28px;
  }
  /* line 494, app/assets/stylesheets/blue_template_v2.scss */
  .promo {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  /* line 498, app/assets/stylesheets/blue_template_v2.scss */
  .promo__inn_light {
    width: 100%;
    max-width: initial;
    padding: 18px 46px 18px 34px;
    font-size: 24px;
    line-height: 28px;
  }
  /* line 505, app/assets/stylesheets/blue_template_v2.scss */
  .promo__inn_dark {
    display: flex;
    align-items: center;
    padding: 12px 47px 12px 21px;
    font-size: 24px;
    line-height: 28px;
  }
  /* line 512, app/assets/stylesheets/blue_template_v2.scss */
  .promo__inn_dark-img {
    width: 38px;
    margin: 0;
  }
  /* line 516, app/assets/stylesheets/blue_template_v2.scss */
  .underline {
    margin: 0;
  }
  /* line 519, app/assets/stylesheets/blue_template_v2.scss */
  .why {
    padding: 67px 0 50px 0;
  }
  /* line 522, app/assets/stylesheets/blue_template_v2.scss */
  .why__img {
    display: block;
    margin: 0 auto;
  }
  /* line 526, app/assets/stylesheets/blue_template_v2.scss */
  .why__title {
    margin-top: 40px;
    font-size: 32px;
    line-height: 38px;
  }
  /* line 531, app/assets/stylesheets/blue_template_v2.scss */
  .why__list {
    margin-top: 30px;
  }
  /* line 534, app/assets/stylesheets/blue_template_v2.scss */
  .why__list_item {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  /* line 539, app/assets/stylesheets/blue_template_v2.scss */
  .why__list_item span {
    padding-left: 15px;
  }
  /* line 542, app/assets/stylesheets/blue_template_v2.scss */
  .why__list_item {
    justify-content: flex-start;
  }
  /* line 545, app/assets/stylesheets/blue_template_v2.scss */
  .call {
    margin-top: 26.5px;
    padding: 10px 20px;
    font-size: 32px;
    line-height: 37px;
    max-width: initial;
  }
  /* line 552, app/assets/stylesheets/blue_template_v2.scss */
  .call__icon {
    width: 26px;
  }
}

/* line 556, app/assets/stylesheets/blue_template_v2.scss */
body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
}

/* line 562, app/assets/stylesheets/blue_template_v2.scss */
.services {
  padding: 110px 0;
}

/* line 565, app/assets/stylesheets/blue_template_v2.scss */
.services__item-title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 49px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 24px;
}

/* line 576, app/assets/stylesheets/blue_template_v2.scss */
.services__item-text {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 32px;
  color: #4F4F4F;
  margin-bottom: 50px;
}

/* line 583, app/assets/stylesheets/blue_template_v2.scss */
.btn {
  padding: 10px 30px;
  background: #FF1F00;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 46px;
  line-height: 54px;
  text-align: right;
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 416px;
  margin: 47px auto 0;
}

/* line 600, app/assets/stylesheets/blue_template_v2.scss */
.services_btn {
  padding: 10px 30px;
  background: #FF1F00;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 46px;
  line-height: 54px;
  text-align: right;
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 416px;
}

/* line 616, app/assets/stylesheets/blue_template_v2.scss */
.repair {
  padding: 97px 0 80px;
  background: #F3F5FF;
}

/* line 620, app/assets/stylesheets/blue_template_v2.scss */
.repair__image {
  width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
}

/* line 625, app/assets/stylesheets/blue_template_v2.scss */
.for_label {
  position: relative;
}

/* line 628, app/assets/stylesheets/blue_template_v2.scss */
.label__25 {
  position: absolute;
  top: -142px;
  left: 30px;
}

/* line 633, app/assets/stylesheets/blue_template_v2.scss */
.repair__title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 49px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
}

/* line 642, app/assets/stylesheets/blue_template_v2.scss */
.repair__text {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #4F4F4F;
}

/* line 648, app/assets/stylesheets/blue_template_v2.scss */
.brands {
  padding: 70px 0 110px;
}

/* line 651, app/assets/stylesheets/blue_template_v2.scss */
.brands__title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 49px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  max-width: 851px;
  margin: 0 auto 20px;
}

/* line 662, app/assets/stylesheets/blue_template_v2.scss */
.brands__description {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #4F4F4F;
  max-width: 742px;
  margin: 0 auto 70px;
}

/* line 671, app/assets/stylesheets/blue_template_v2.scss */
.customer {
  background: #F3F5FF;
  padding: 110px 0;
}

/* line 675, app/assets/stylesheets/blue_template_v2.scss */
.customer__title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 49px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 56px;
}

/* line 685, app/assets/stylesheets/blue_template_v2.scss */
.customer__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 50px 60px;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(110, 110, 110, 0.06);
  border-radius: 15px;
}

/* line 695, app/assets/stylesheets/blue_template_v2.scss */
.customer__item-img-block {
  margin-bottom: 30px;
}

/* line 698, app/assets/stylesheets/blue_template_v2.scss */
.customer__item-text {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #4F4F4F;
  margin-bottom: 40px;
}

/* line 706, app/assets/stylesheets/blue_template_v2.scss */
.customer__item-title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  color: #000000;
  margin-bottom: 25px;
}

/* line 715, app/assets/stylesheets/blue_template_v2.scss */
.choose__us {
  padding: 110px 0 73px;
}

/* line 718, app/assets/stylesheets/blue_template_v2.scss */
.choose-us__title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 49px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}

/* line 728, app/assets/stylesheets/blue_template_v2.scss */
.choose-us__description {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #4F4F4F;
  margin-bottom: 80px;
}

/* line 736, app/assets/stylesheets/blue_template_v2.scss */
.choose-us__item {
  display: flex;
}

/* line 739, app/assets/stylesheets/blue_template_v2.scss */
.choose-us__img-block {
  margin-right: 24px;
}

/* line 742, app/assets/stylesheets/blue_template_v2.scss */
.choose-us__content-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  color: #1D1D1D;
  margin-bottom: 17px;
}

/* line 751, app/assets/stylesheets/blue_template_v2.scss */
.choose-us__content-text {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #333333;
}

/* line 757, app/assets/stylesheets/blue_template_v2.scss */
.book__content {
  display: flex;
  flex-direction: column;
}

/* line 761, app/assets/stylesheets/blue_template_v2.scss */
.book_a_trusted__title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 49px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 38px;
}

/* line 772, app/assets/stylesheets/blue_template_v2.scss */
.book_a_trusted__phone {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 32px;
  color: #FF1F00;
  margin-bottom: 55px;
  text-decoration: none;
}

/* line 781, app/assets/stylesheets/blue_template_v2.scss */
.book_a_trusted__btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
  color: #FFFFFF;
  padding: 10px 30px;
  background: #FF1F00;
  max-width: 225px;
  text-decoration: none;
  text-align: center;
}

/* line 793, app/assets/stylesheets/blue_template_v2.scss */
.book_a_trusted {
  background: #F3F5FF;
  padding: 118px 0 73px;
}

/* line 798, app/assets/stylesheets/blue_template_v2.scss */
.book__image-block {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 803, app/assets/stylesheets/blue_template_v2.scss */
.book__image {
  position: absolute;
  bottom: -73px;
  right: 0;
}

/* line 808, app/assets/stylesheets/blue_template_v2.scss */
.footer__adress-item {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #FFFFFF;
}

/* line 816, app/assets/stylesheets/blue_template_v2.scss */
.footer__block {
  background: #113288;
  padding: 22px 0 25px;
}

/* line 820, app/assets/stylesheets/blue_template_v2.scss */
.footer__contacts-item {
  margin-bottom: 15px;
}

/* line 823, app/assets/stylesheets/blue_template_v2.scss */
.footer__contacts-link {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  align-items: center;
}

/* line 832, app/assets/stylesheets/blue_template_v2.scss */
.footer__google {
  max-width: 134px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 839, app/assets/stylesheets/blue_template_v2.scss */
.footer__contacts-img {
  margin-right: 15px;
}

/* line 842, app/assets/stylesheets/blue_template_v2.scss */
.footer__socials {
  max-width: 117px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* line 848, app/assets/stylesheets/blue_template_v2.scss */
.footer__google-img-block {
  max-width: 134px;
}

/* line 851, app/assets/stylesheets/blue_template_v2.scss */
.ml10 {
  margin-left: 10px;
}

/* line 854, app/assets/stylesheets/blue_template_v2.scss */
.mr10 {
  margin-right: 10px;
}

/* line 857, app/assets/stylesheets/blue_template_v2.scss */
.mb60 {
  margin-bottom: 60px;
}

/* line 860, app/assets/stylesheets/blue_template_v2.scss */
.red {
  color: #FF1F00;
}

/* line 863, app/assets/stylesheets/blue_template_v2.scss */
.copyright {
  padding: 18px 0 22px;
  background: #3464E0;
}

/* line 867, app/assets/stylesheets/blue_template_v2.scss */
.copyright__content {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
}

/* line 875, app/assets/stylesheets/blue_template_v2.scss */
.brands__mob-image {
  display: none;
}

@media (max-width: 767px) {
  /* line 879, app/assets/stylesheets/blue_template_v2.scss */
  .mt20 {
    margin-top: 20px;
  }
  /* line 882, app/assets/stylesheets/blue_template_v2.scss */
  .services__item-title {
    font-size: 32px;
    line-height: 38px;
  }
  /* line 886, app/assets/stylesheets/blue_template_v2.scss */
  .services__item-text {
    font-size: 18px;
    line-height: 24px;
  }
  /* line 890, app/assets/stylesheets/blue_template_v2.scss */
  .services {
    padding: 70px 0;
  }
  /* line 893, app/assets/stylesheets/blue_template_v2.scss */
  .label__25 {
    max-width: 95px;
    top: -14px;
    right: 30px;
    left: auto;
  }
  /* line 899, app/assets/stylesheets/blue_template_v2.scss */
  .repair__title {
    font-size: 32px;
    line-height: 38px;
  }
  /* line 903, app/assets/stylesheets/blue_template_v2.scss */
  .repair__text {
    font-size: 18px;
    line-height: 28px;
  }
  /* line 907, app/assets/stylesheets/blue_template_v2.scss */
  .repair {
    padding: 70px 0;
  }
  /* line 910, app/assets/stylesheets/blue_template_v2.scss */
  .brands__description {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 25px;
  }
  /* line 915, app/assets/stylesheets/blue_template_v2.scss */
  .brands {
    padding: 70px 0 48px;
  }
  /* line 918, app/assets/stylesheets/blue_template_v2.scss */
  .brands__title {
    font-size: 42px;
    line-height: 49px;
    margin-bottom: 30px;
  }
  /* line 923, app/assets/stylesheets/blue_template_v2.scss */
  .customer__title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 50px;
  }
  /* line 928, app/assets/stylesheets/blue_template_v2.scss */
  .customer__item {
    padding: 50px 20px 40px;
  }
  /* line 931, app/assets/stylesheets/blue_template_v2.scss */
  .mb20 {
    margin-bottom: 20px;
  }
  /* line 934, app/assets/stylesheets/blue_template_v2.scss */
  .customer__item-img-block {
    width: 64px;
    margin-bottom: 30px;
  }
  /* line 938, app/assets/stylesheets/blue_template_v2.scss */
  .customer__item-text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 40px;
  }
  /* line 944, app/assets/stylesheets/blue_template_v2.scss */
  .customer__item-title {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 20px;
  }
  /* line 949, app/assets/stylesheets/blue_template_v2.scss */
  .customer__item-img {
    width: 100%;
  }
  /* line 952, app/assets/stylesheets/blue_template_v2.scss */
  .btn, .services_btn {
    padding: 10px 20px;
    font-size: 32px;
    line-height: 37px;
  }
  /* line 957, app/assets/stylesheets/blue_template_v2.scss */
  .btn__phone {
    width: 26px;
  }
  /* line 960, app/assets/stylesheets/blue_template_v2.scss */
  .customer {
    padding: 70px 0;
  }
  /* line 963, app/assets/stylesheets/blue_template_v2.scss */
  .choose__us {
    padding: 70px 0;
  }
  /* line 966, app/assets/stylesheets/blue_template_v2.scss */
  .choose-us__title {
    text-align: left;
  }
  /* line 969, app/assets/stylesheets/blue_template_v2.scss */
  .choose-us__description {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 50px;
    text-align: left;
  }
  /* line 975, app/assets/stylesheets/blue_template_v2.scss */
  .choose-us__content-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  /* line 980, app/assets/stylesheets/blue_template_v2.scss */
  .choose-us__content-text {
    font-size: 16px;
    line-height: 24px;
  }
  /* line 984, app/assets/stylesheets/blue_template_v2.scss */
  .choose-us__img-block {
    margin-right: 14px;
  }
  /* line 988, app/assets/stylesheets/blue_template_v2.scss */
  .col-rev {
    flex-direction: column-reverse;
  }
  /* line 991, app/assets/stylesheets/blue_template_v2.scss */
  .brands__image {
    display: none;
  }
  /* line 994, app/assets/stylesheets/blue_template_v2.scss */
  .brands__mob-image {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  /* line 999, app/assets/stylesheets/blue_template_v2.scss */
  .book_a_trusted__title {
    font-weight: 500;
    font-size: 42px;
    line-height: 49px;
  }
  /* line 1004, app/assets/stylesheets/blue_template_v2.scss */
  .book__image {
    position: static;
    max-width: 225px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  /* line 1011, app/assets/stylesheets/blue_template_v2.scss */
  .book_a_trusted__phone {
    font-size: 29px;
    line-height: 29px;
    margin-bottom: 20px;
  }
  /* line 1016, app/assets/stylesheets/blue_template_v2.scss */
  .book__content {
    margin-bottom: 26px;
  }
  /* line 1019, app/assets/stylesheets/blue_template_v2.scss */
  .book_a_trusted {
    padding-top: 70px;
    padding-bottom: 0;
  }
  /* line 1023, app/assets/stylesheets/blue_template_v2.scss */
  .footer__block {
    padding: 38px 0 25px;
  }
  /* line 1026, app/assets/stylesheets/blue_template_v2.scss */
  .footer__logo-img-block {
    display: flex;
    justify-content: center;
    margin-bottom: 26px;
  }
  /* line 1031, app/assets/stylesheets/blue_template_v2.scss */
  .footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* line 1036, app/assets/stylesheets/blue_template_v2.scss */
  .footer__adress {
    margin-bottom: 37px;
    display: flex;
    flex-direction: column-reverse;
  }
  /* line 1041, app/assets/stylesheets/blue_template_v2.scss */
  .footer__google {
    margin: 0 auto;
  }
  /* line 1044, app/assets/stylesheets/blue_template_v2.scss */
  .copyright {
    padding: 16px 0;
  }
  /* line 1047, app/assets/stylesheets/blue_template_v2.scss */
  .copyright__content {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
  }
  /* line 1052, app/assets/stylesheets/blue_template_v2.scss */
  .mb60 {
    margin-bottom: 40px;
  }
  /* line 1055, app/assets/stylesheets/blue_template_v2.scss */
  .footer__adress-item {
    display: flex;
    justify-content: center;
  }
}
