/**handles:pinkpanda_general_css**/
/*!
 * Bootstrap Grid v5.1.3 (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)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff; }

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 20px);
  padding-left: var(--bs-gutter-x, 20px);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 100%; } }

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 100%; } }

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 100%; } }

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 100%; } }

@media (min-width: 1400px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1300px; } }

@media (min-width: 1600px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1480px; } }

.row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x)); }

.row > * {
  box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y); }

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%; }

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

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

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

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

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333333%; }
  .offset-sm-2 {
    margin-left: 16.66666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333333%; }
  .offset-sm-5 {
    margin-left: 41.66666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333333%; }
  .offset-sm-8 {
    margin-left: 66.66666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333333%; }
  .offset-sm-11 {
    margin-left: 91.66666667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333333%; }
  .offset-md-2 {
    margin-left: 16.66666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333333%; }
  .offset-md-5 {
    margin-left: 41.66666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333333%; }
  .offset-md-8 {
    margin-left: 66.66666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333333%; }
  .offset-md-11 {
    margin-left: 91.66666667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333333%; }
  .offset-lg-2 {
    margin-left: 16.66666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333333%; }
  .offset-lg-5 {
    margin-left: 41.66666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333333%; }
  .offset-lg-8 {
    margin-left: 66.66666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333333%; }
  .offset-lg-11 {
    margin-left: 91.66666667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333333%; }
  .offset-xl-2 {
    margin-left: 16.66666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333333%; }
  .offset-xl-5 {
    margin-left: 41.66666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333333%; }
  .offset-xl-8 {
    margin-left: 66.66666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333333%; }
  .offset-xl-11 {
    margin-left: 91.66666667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333333%; }
  .offset-xxl-2 {
    margin-left: 16.66666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333333%; }
  .offset-xxl-5 {
    margin-left: 41.66666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333333%; }
  .offset-xxl-8 {
    margin-left: 66.66666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333333%; }
  .offset-xxl-11 {
    margin-left: 91.66666667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

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

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important; }

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

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

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

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

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

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

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

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

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important; }

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important; }

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important; }

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important; }

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important; }

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important; }

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important; }

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; } }

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; } }

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px; }

.choices:focus {
  outline: 0; }

.choices:last-child {
  margin-bottom: 0; }

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.choices.is-disabled .choices__item {
  cursor: not-allowed; }

.choices [hidden] {
  display: none !important; }

.choices[data-type*=select-one] {
  cursor: pointer; }

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px; }

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0; }

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .5; }

.choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
  opacity: 1; }

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4; }

.choices[data-type*=select-one] .choices__item[data-value=''] .choices__button {
  display: none; }

.choices[data-type*=select-one]:after {
  content: '';
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none; }

.choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #333;
  margin-top: -7.5px; }

.choices[data-type*=select-one][dir=rtl]:after {
  left: 11.5px;
  right: auto; }

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0; }

.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
  cursor: text; }

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
  border-radius: 0; }

.choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
  opacity: 1; }

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden; }

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7; }

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0; }

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px; }

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%; }

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px; }

.choices__list--single .choices__item {
  width: 100%; }

.choices__list--multiple {
  display: inline; }

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box; }

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px; }

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px; }

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1; }

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191; }

.choices__list--dropdown {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility; }

.choices__list--dropdown.is-active {
  visibility: visible; }

.is-open .choices__list--dropdown {
  border-color: #b7b7b7; }

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0; }

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position; }

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px; }

[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right; }

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px; }
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%); }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px; }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px; } }

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2; }

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: .5; }

.choices__item {
  cursor: default; }

.choices__item--selectable {
  cursor: pointer; }

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: .5; }

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray; }

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

.choices__button:focus, .choices__input:focus {
  outline: 0; }

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px; }

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0; }

.choices__placeholder {
  opacity: .5; }

.jarallax {
  position: relative;
  z-index: 0; }

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
       -o-transition-property: opacity;
          transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
       -o-transition: opacity .25s ease,visibility 0s ease .25s;
          transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s,visibility 0s ease 0s;
       -o-transition: opacity .25s ease 0s,visibility 0s ease 0s;
          transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: -webkit-transform,opacity;
       -o-transition-property: -o-transform,opacity;
          transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
       -o-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
       -o-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: -webkit-transform,opacity;
       -o-transition-property: -o-transform,opacity;
          transition-property: transform,opacity;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
       -o-transition: color .2s;
          transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
       -o-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
       -o-transition-property: -o-transform;
          transition-property: transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

.fancybox-caption {
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
       -o-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

@-o-keyframes a {
  to {
    -o-transform: rotate(1turn);
       transform: rotate(1turn); } }

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
         -o-transform: rotate(1turn);
            transform: rotate(1turn); } }

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
       -o-transform: rotate(-1turn);
          transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
       -o-transform: rotate(1turn);
          transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1, .fancybox-share .h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
       -o-transition: all .2s;
          transition: all .2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden; }

html.has-scroll-dragging {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.has-scroll-smooth body {
  overflow: hidden; }

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh; }

[data-scroll-direction=horizontal] [data-scroll-container] {
  display: inline-block;
  height: 100vh;
  white-space: nowrap; }

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  white-space: nowrap; }

.c-scrollbar {
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: center right;
       -o-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform .3s,opacity .3s;
       -o-transition: -o-transform .3s,opacity .3s;
          transition: transform .3s,opacity .3s;
  width: 11px; }

.c-scrollbar:hover {
  -webkit-transform: scaleX(1.45);
       -o-transform: scaleX(1.45);
          transform: scaleX(1.45); }

.c-scrollbar:hover, .has-scroll-dragging .c-scrollbar, .has-scroll-scrolling .c-scrollbar {
  opacity: 1; }

[data-scroll-direction=horizontal] .c-scrollbar {
  bottom: 0;
  height: 10px;
  top: auto;
  -webkit-transform: scaleY(1);
       -o-transform: scaleY(1);
          transform: scaleY(1);
  width: 100%; }

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  -webkit-transform: scaleY(1.3);
       -o-transform: scaleY(1.3);
          transform: scaleY(1.3); }

.c-scrollbar_thumb {
  background-color: #000;
  border-radius: 10px;
  cursor: grab;
  margin: 2px;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  width: 7px; }

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing; }

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  bottom: 0;
  right: auto; }

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, .h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0); }

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s; }

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
       -o-transition-property: -o-transform;
          transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
       -o-transition-property: -o-transform;
          transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
       -o-transition-property: -o-transform,height;
          transition-property: transform,height; }

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
       -o-transition: .3s opacity;
          transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
       -o-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
       -o-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s -webkit-transform,.2s top;
       -o-transition: .2s -o-transform,.2s top;
          transition: .2s transform,.2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s -webkit-transform,.2s left;
       -o-transition: .2s -o-transform,.2s left;
          transition: .2s transform,.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s -webkit-transform,.2s right;
       -o-transition: .2s -o-transform,.2s right;
          transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
       -o-transform-origin: left top;
          transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
       -o-transform-origin: right top;
          transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
       -o-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
       -o-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-o-keyframes swiper-preloader-spin {
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
       -o-transition-property: opacity;
          transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
       -o-transform-origin: 100% 0;
          transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: -webkit-transform,opacity,height;
       -o-transition-property: -o-transform,opacity,height;
          transition-property: transform,opacity,height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
       -o-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

:root {
  --font-RobotoSlab-Light: "RobotoSlab-Light", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-RobotoSlab-Regular: "RobotoSlab-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-Raleway-Regular: "Raleway-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-Raleway-Medium: "Raleway-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-Raleway-SemiBold: "Raleway-SemiBold", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

@-webkit-keyframes showHeaderLink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes showHeaderLink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes showHeaderLink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes headerHolder {
  0% {
    mix-blend-mode: overlay; }
  100% {
    mix-blend-mode: overlay; } }

@-o-keyframes headerHolder {
  0% {
    mix-blend-mode: overlay; }
  100% {
    mix-blend-mode: overlay; } }

@keyframes headerHolder {
  0% {
    mix-blend-mode: overlay; }
  100% {
    mix-blend-mode: overlay; } }

@-webkit-keyframes showMenu {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; } }

@-o-keyframes showMenu {
  0% {
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
    opacity: 0; }
  100% {
    -o-transform: translateY(0%);
       transform: translateY(0%);
    opacity: 1; } }

@keyframes showMenu {
  0% {
    -webkit-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; } }

@-webkit-keyframes hideMenu {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%); } }

@-o-keyframes hideMenu {
  0% {
    -o-transform: translateY(0%);
       transform: translateY(0%); }
  50% {
    -o-transform: translateY(0%);
       transform: translateY(0%); }
  100% {
    -o-transform: translateY(-150%);
       transform: translateY(-150%); } }

@keyframes hideMenu {
  0% {
    -webkit-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(-150%);
         -o-transform: translateY(-150%);
            transform: translateY(-150%); } }

@-webkit-keyframes showMenuList {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-o-keyframes showMenuList {
  0% {
    -o-transform: translateY(-10%);
       transform: translateY(-10%);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; } }

@keyframes showMenuList {
  0% {
    -webkit-transform: translateY(-10%);
         -o-transform: translateY(-10%);
            transform: translateY(-10%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes showMenuAside {
  0% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@-o-keyframes showMenuAside {
  0% {
    -o-transform: translateX(-10%);
       transform: translateX(-10%);
    opacity: 0; }
  100% {
    -o-transform: translateX(0);
       transform: translateX(0);
    opacity: 1; } }

@keyframes showMenuAside {
  0% {
    -webkit-transform: translateX(-10%);
         -o-transform: translateX(-10%);
            transform: translateX(-10%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes hideMenuList {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
    opacity: 0; } }

@-o-keyframes hideMenuList {
  0% {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; }
  100% {
    -o-transform: translateY(-10%);
       transform: translateY(-10%);
    opacity: 0; } }

@keyframes hideMenuList {
  0% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-10%);
         -o-transform: translateY(-10%);
            transform: translateY(-10%);
    opacity: 0; } }

@-webkit-keyframes hideMenuAside {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
    opacity: 0; } }

@-o-keyframes hideMenuAside {
  0% {
    -o-transform: translateX(0);
       transform: translateX(0);
    opacity: 1; }
  100% {
    -o-transform: translateX(-10%);
       transform: translateX(-10%);
    opacity: 0; } }

@keyframes hideMenuAside {
  0% {
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-10%);
         -o-transform: translateX(-10%);
            transform: translateX(-10%);
    opacity: 0; } }

@-webkit-keyframes startLine {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-o-keyframes startLine {
  0% {
    -o-transform: translateX(-100%);
       transform: translateX(-100%); }
  100% {
    -o-transform: translateX(0);
       transform: translateX(0); } }

@keyframes startLine {
  0% {
    -webkit-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes endLine {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@-o-keyframes endLine {
  0% {
    -o-transform: translateX(0);
       transform: translateX(0); }
  100% {
    -o-transform: translateX(100%);
       transform: translateX(100%); } }

@keyframes endLine {
  0% {
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%); } }

@-webkit-keyframes video-load {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@-o-keyframes video-load {
  0% {
    -o-transform: translateX(-100%);
       transform: translateX(-100%); }
  50% {
    -o-transform: translateX(0%);
       transform: translateX(0%); }
  100% {
    -o-transform: translateX(100%);
       transform: translateX(100%); } }

@keyframes video-load {
  0% {
    -webkit-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%); }
  50% {
    -webkit-transform: translateX(0%);
         -o-transform: translateX(0%);
            transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%); } }

@-webkit-keyframes prev-logo {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

@-o-keyframes prev-logo {
  from {
    opacity: 1;
    visibility: visible;
    -o-transform: translateY(0);
       transform: translateY(0); }
  to {
    opacity: 0;
    visibility: hidden;
    -o-transform: translateY(-50%);
       transform: translateY(-50%); } }

@keyframes prev-logo {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%); } }

@-webkit-keyframes next-logo {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-o-keyframes next-logo {
  from {
    opacity: 0;
    visibility: hidden;
    -o-transform: translateY(50%);
       transform: translateY(50%); }
  to {
    opacity: 1;
    visibility: visible;
    -o-transform: translateY(0);
       transform: translateY(0); } }

@keyframes next-logo {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50%);
         -o-transform: translateY(50%);
            transform: translateY(50%); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes portfolioActiveImg {
  0% {
    -webkit-transform: scale(1.3) rotate(8deg);
            transform: scale(1.3) rotate(8deg);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1; } }

@-o-keyframes portfolioActiveImg {
  0% {
    -o-transform: scale(1.3) rotate(8deg);
       transform: scale(1.3) rotate(8deg);
    opacity: 0; }
  100% {
    -o-transform: scale(1) rotate(0deg);
       transform: scale(1) rotate(0deg);
    opacity: 1; } }

@keyframes portfolioActiveImg {
  0% {
    -webkit-transform: scale(1.3) rotate(8deg);
         -o-transform: scale(1.3) rotate(8deg);
            transform: scale(1.3) rotate(8deg);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
         -o-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1; } }

@-webkit-keyframes portfolioNextImg {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.3) rotate(-8deg);
            transform: scale(1.3) rotate(-8deg);
    opacity: 0; } }

@-o-keyframes portfolioNextImg {
  0% {
    -o-transform: scale(1) rotate(0deg);
       transform: scale(1) rotate(0deg);
    opacity: 1; }
  100% {
    -o-transform: scale(1.3) rotate(-8deg);
       transform: scale(1.3) rotate(-8deg);
    opacity: 0; } }

@keyframes portfolioNextImg {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
         -o-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.3) rotate(-8deg);
         -o-transform: scale(1.3) rotate(-8deg);
            transform: scale(1.3) rotate(-8deg);
    opacity: 0; } }

@-webkit-keyframes portfolioActiveRow {
  0% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-o-keyframes portfolioActiveRow {
  0% {
    -o-transform: translateY(150%);
       transform: translateY(150%);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; } }

@keyframes portfolioActiveRow {
  0% {
    -webkit-transform: translateY(150%);
         -o-transform: translateY(150%);
            transform: translateY(150%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes portfolioNextRow {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0; } }

@-o-keyframes portfolioNextRow {
  0% {
    -o-transform: translateY(0%);
       transform: translateY(0%);
    opacity: 1; }
  100% {
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
    opacity: 0; } }

@keyframes portfolioNextRow {
  0% {
    -webkit-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0; } }

@-webkit-keyframes wave-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg); }
  20% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg); }
  30% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg); }
  40% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg); }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-o-keyframes wave-animation {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  10% {
    -o-transform: rotate(14deg);
       transform: rotate(14deg); }
  20% {
    -o-transform: rotate(-8deg);
       transform: rotate(-8deg); }
  30% {
    -o-transform: rotate(14deg);
       transform: rotate(14deg); }
  40% {
    -o-transform: rotate(-4deg);
       transform: rotate(-4deg); }
  50% {
    -o-transform: rotate(10deg);
       transform: rotate(10deg); }
  60% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); } }

@keyframes wave-animation {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(14deg);
         -o-transform: rotate(14deg);
            transform: rotate(14deg); }
  20% {
    -webkit-transform: rotate(-8deg);
         -o-transform: rotate(-8deg);
            transform: rotate(-8deg); }
  30% {
    -webkit-transform: rotate(14deg);
         -o-transform: rotate(14deg);
            transform: rotate(14deg); }
  40% {
    -webkit-transform: rotate(-4deg);
         -o-transform: rotate(-4deg);
            transform: rotate(-4deg); }
  50% {
    -webkit-transform: rotate(10deg);
         -o-transform: rotate(10deg);
            transform: rotate(10deg); }
  60% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes aboutBlockAnimTitleHoverOn {
  0% {
    -webkit-transform: translateY(-84px);
            transform: translateY(-84px); }
  100% {
    -webkit-transform: translateY(calc(-100% - 30px));
            transform: translateY(calc(-100% - 30px)); } }

@-o-keyframes aboutBlockAnimTitleHoverOn {
  0% {
    -o-transform: translateY(-84px);
       transform: translateY(-84px); }
  100% {
    -o-transform: translateY(calc(-100% - 30px));
       transform: translateY(calc(-100% - 30px)); } }

@keyframes aboutBlockAnimTitleHoverOn {
  0% {
    -webkit-transform: translateY(-84px);
         -o-transform: translateY(-84px);
            transform: translateY(-84px); }
  100% {
    -webkit-transform: translateY(calc(-100% - 30px));
         -o-transform: translateY(calc(-100% - 30px));
            transform: translateY(calc(-100% - 30px)); } }

@-webkit-keyframes aboutBlockAnimTitleHoverOff {
  0% {
    -webkit-transform: translateY(calc(-100% - 30px));
            transform: translateY(calc(-100% - 30px)); }
  100% {
    -webkit-transform: translateY(-84px);
            transform: translateY(-84px); } }

@-o-keyframes aboutBlockAnimTitleHoverOff {
  0% {
    -o-transform: translateY(calc(-100% - 30px));
       transform: translateY(calc(-100% - 30px)); }
  100% {
    -o-transform: translateY(-84px);
       transform: translateY(-84px); } }

@keyframes aboutBlockAnimTitleHoverOff {
  0% {
    -webkit-transform: translateY(calc(-100% - 30px));
         -o-transform: translateY(calc(-100% - 30px));
            transform: translateY(calc(-100% - 30px)); }
  100% {
    -webkit-transform: translateY(-84px);
         -o-transform: translateY(-84px);
            transform: translateY(-84px); } }

@-webkit-keyframes aboutBlockAnimTextHoverOn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-o-keyframes aboutBlockAnimTextHoverOn {
  0% {
    opacity: 0;
    -o-transform: translateY(15px);
       transform: translateY(15px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0); } }

@keyframes aboutBlockAnimTextHoverOn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
         -o-transform: translateY(15px);
            transform: translateY(15px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes aboutBlockAnimTextHoverOff {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px); } }

@-o-keyframes aboutBlockAnimTextHoverOff {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(15px);
       transform: translateY(15px); } }

@keyframes aboutBlockAnimTextHoverOff {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(15px);
         -o-transform: translateY(15px);
            transform: translateY(15px); } }

html {
  font-weight: normal;
  font-style: normal; }

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  font-family: var(--font-Raleway-Regular);
  letter-spacing: normal;
  font-weight: normal; }
  h1.alternative, .alternative.h1,
  h2.alternative,
  .alternative.h2,
  h3.alternative,
  .alternative.h3,
  h4.alternative,
  .alternative.h4,
  h5.alternative,
  .alternative.h5,
  h6.alternative,
  .alternative.h6,
  .h1.alternative,
  .h2.alternative,
  .h3.alternative,
  .h4.alternative,
  .h5.alternative,
  .h6.alternative {
    font-family: var(--font-RobotoSlab-Regular); }

h1, .h1 {
  font-size: 48px;
  line-height: 1.208em; }
  @media (max-width: 1579.98px) {
    h1, .h1 {
      font-size: 42px; } }
  @media (max-width: 1279.98px) {
    h1, .h1 {
      font-size: 42px; } }
  @media (max-width: 991.98px) {
    h1, .h1 {
      font-size: 36px;
      line-height: 1.167em; } }


h2,
.h2 {
  font-size: 34px;
  line-height: 1.105em; }
  @media (max-width: 1579.98px) {
    
    h2,
    .h2 {
      font-size: 28px; } }
  @media (max-width: 991.98px) {
    
    h2,
    .h2 {
      font-size: 28px;
      line-height: 1.143em; } }


h3,
.h3 {
  font-size: 26px;
  line-height: 1.286em; }
  @media (max-width: 1579.98px) {
    
    h3,
    .h3 {
      font-size: 24px;
      line-height: 1.364em; } }
  @media (max-width: 991.98px) {
    
    h3,
    .h3 {
      font-size: 22px;
      line-height: 1.364em; } }


h4,
.h4 {
  font-size: 22px;
  line-height: 1.273em; }
  @media (max-width: 991.98px) {
    
    h4,
    .h4 {
      font-size: 20px;
      line-height: 1.4em; } }


h5,
.h5 {
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.06em; }
  @media (max-width: 1279.98px) {
    
    h5,
    .h5 {
      font-size: 18px; } }


h6,
.h6 {
  font-size: 18px;
  line-height: 1em; }

p {
  margin: 0; }
  p:not(:last-of-type) {
    margin-bottom: 24px; }

.s-btn {
  display: inline-block;
  border: 1px solid transparent;
  padding: 15px 31px;
  font-size: 14px;
  line-height: 1.143em;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background-color: transparent;
  font-family: var(--font-Raleway-SemiBold);
  border-radius: 0;
  text-align: center;
  position: relative; }
  @media (max-width: 1279.98px) {
    .s-btn {
      padding: 10px 20px; } }
  .s-btn_transparent {
    color: #040405;
    border: 1px solid #040405; }
  .s-btn_primary {
    border: 1px solid #040405;
    background-color: #040405;
    color: #fff; }
  .s-btn_white {
    background-color: #fff;
    color: #040405; }
  @media (max-width: 1365.98px) {
    .s-btn_phone {
      padding: 0;
      font-size: 0;
      border: none; } }
  @media (max-width: 991.98px) {
    .s-btn_phone {
      z-index: 2; } }
  .s-btn_phone svg {
    width: 30px;
    height: 30px;
    display: none; }
    @media (max-width: 1365.98px) {
      .s-btn_phone svg {
        display: block; } }
  .s-btn_fixed {
    display: none; }
    @media (max-width: 767.98px) {
      .s-btn_fixed {
        display: block;
        position: fixed;
        left: 0;
        width: calc(100% - 40px);
        max-width: 100%;
        margin: 0 20px 0 20px;
        padding: 25px 0;
        letter-spacing: 0.06em;
        bottom: 20px;
        -webkit-transition: bottom 0.4s linear;
             -o-transition: bottom 0.4s linear;
                transition: bottom 0.4s linear;
        z-index: 10;
        -webkit-transform: translate(0, calc(100% + 20px));
             -o-transform: translate(0, calc(100% + 20px));
                transform: translate(0, calc(100% + 20px));
        -webkit-transition: -webkit-transform 0.4s linear;
             -o-transition: -o-transform 0.4s linear;
                transition: transform 0.4s linear; } }
    .s-btn_fixed.btn_visible {
      -webkit-transform: translate(0, 0);
           -o-transform: translate(0, 0);
              transform: translate(0, 0); }

[data-btn-anim] {
  position: relative; }

[data-anim-btn-prev] {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  line-height: 1; }

[data-anim-btn-next] {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  line-height: 1; }

[data-anim-btn-next] span {
  position: relative;
  top: 22px;
  min-width: 4px; }

[data-anim-btn-prev] span {
  position: relative;
  min-width: 4px; }

[data-anim-btn-static] span {
  position: relative;
  min-width: 4px; }

[data-anim-btn-static] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  line-height: 1;
  opacity: 0;
  pointer-events: none; }

.link {
  font-family: var(--font-Raleway-SemiBold);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.143em;
  letter-spacing: 0.06em;
  padding-bottom: 6px;
  border-bottom: 1px solid #040405; }

.swiper-button {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0; }
  @media (max-width: 991.98px) {
    .swiper-button {
      width: 68px;
      height: 68px; } }
  .swiper-button svg {
    width: 16px;
    height: 16px; }
  .swiper-button::after {
    content: ""; }
  .swiper-button-prev {
    background-color: #E4E4E4; }
    .swiper-button-prev svg {
      stroke: #040405;
      -webkit-transform: scale(-1);
           -o-transform: scale(-1);
              transform: scale(-1); }
  .swiper-button-next {
    background-color: #040405;
    right: 0;
    left: auto; }
    .swiper-button-next svg {
      stroke: #fff; }

/*@font-face {
  font-family: 'RobotoSlab-Light';
  src: url('https://culshawbishop.com.au/wp-content/themes/culshaw/dist/fonts/RobotoSlab-Light.ttf') format('truetype'),
       url('https://culshawbishop.com.au/wp-content/themes/culshaw/dist/fonts/RobotoSlab-Light.woff') format('woff'),
       url('https://culshawbishop.com.au/wp-content/themes/culshaw/dist/fonts/RobotoSlab-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoSlab-Regular';
  src: url('https://culshawbishop.com.au/wp-content/themes/culshaw/dist/fonts/RobotoSlab-Regular.ttf') format('truetype'),
       url('https://culshawbishop.com.au/wp-content/themes/culshaw/dist/fonts/RobotoSlab-Regular.woff') format('woff'),
       url('https://culshawbishop.com.au/wp-content/themes/culshaw/dist/fonts/RobotoSlab-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Raleway-Regular';
  src: url('https://culshawbishop.com.au/wp-content/themes/culshaw/dist/fonts/Raleway-Regular.ttf') format('truetype'),
       url('https://culshawbishop.com.au/wp-content/themes/culshaw/dist/fonts/Raleway-Regular.woff') format('woff'),
       url('https://culshawbishop.com.au/wp-content/themes/culshaw/dist/fonts/Raleway-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Medium';
  src: url('https://culshawbishop.com.au/wp-content/themes/culshaw/dist/fonts/Raleway-Medium.ttf') format('truetype'),
       url('https://culshawbishop.com.au/wp-content/themes/culshaw/dist/fonts/Raleway-Medium.woff') format('woff'),
       url('https://culshawbishop.com.au/wp-content/themes/culshaw/dist/fonts/Raleway-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-SemiBold';
  src: url('https://culshawbishop.com.au/wp-content/themes/culshaw/dist/fonts/Raleway-SemiBold.ttf') format('truetype'),
       url('https://culshawbishop.com.au/wp-content/themes/culshaw/dist/fonts/Raleway-SemiBold.woff') format('woff'),
       url('https://culshawbishop.com.au/wp-content/themes/culshaw/dist/fonts/Raleway-SemiBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}*/
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none; }

body {
  min-width: 320px;
  font-family: var(--font-RobotoSlab-Regular);
  background: #F2F1E8;
  color: #040405;
  position: relative;
  font-size: 16px;
  line-height: 1.333em;
  margin: 0; }
  @media (max-width: 991.98px) {
    body {
      font-size: 16px;
      line-height: 1.375em; } }
  body.menu-open {
    overflow: hidden; }

img {
  vertical-align: bottom;
  border: 0;
  max-width: 100%; }

select {
  padding: 0;
  border: unset;
  border-radius: 0; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

a {
  text-decoration: none;
  color: inherit; }

.global-wrapper {
  position: relative; }

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

figure,
blockquote {
  margin: 0; }

textarea,
input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 0; }
  textarea::-webkit-input-placeholder,
  input::-webkit-input-placeholder {
    font-size: 14px;
    color: #fff; }
  textarea:-ms-input-placeholder,
  input:-ms-input-placeholder {
    font-size: 14px;
    color: #fff; }
  textarea::placeholder,
  input::placeholder {
    font-size: 14px;
    color: #fff; }

[data-offset=bottom] {
  margin-top: -110px;
  z-index: 0; }
  @media (max-width: 991.98px) {
    [data-offset=bottom] {
      margin-top: 0; } }
  [data-offset=bottom] .container {
    padding-top: 110px; }
    @media (max-width: 991.98px) {
      [data-offset=bottom] .container {
        padding-top: 0; } }

[data-offset=top] {
  margin-top: -110px;
  position: relative;
  z-index: 1; }
  @media (max-width: 991.98px) {
    [data-offset=top] {
      margin-top: 0; } }

[data-background=white] {
  background-color: #fff; }

[data-background=primary] {
  background-color: #F2F1E8; }

[data-background=black] {
  background-color: #040405; }

[data-slider-theme=light] .s-facts-slider__content {
  background-color: #fff; }

[data-slider-theme=light] .s-facts-slider::before {
  color: #828282; }

[data-slider-theme=light] .s-slider__content {
  background-color: #fff; }

[data-slider-theme=light] .s-slider::before {
  color: #828282; }

[data-slider-theme=dark] .s-facts-slider__content {
  background-color: #DDDCD4; }

[data-slider-theme=dark] .s-facts-slider::before {
  color: #040405; }

[data-slider-theme=dark] .s-slider__content {
  background-color: #DDDCD4; }

[data-slider-theme=dark] .s-slider::before {
  color: #040405; }

[data-form-theme=light] .s-get-in-touch__container {
  background-color: #fff;
  color: #040405; }
  [data-form-theme=light] .s-get-in-touch__container .s-btn {
    color: #fff;
    background-color: #040405; }
  [data-form-theme=light] .s-get-in-touch__container .s-form__input {
    color: #040405;
    background-color: #F2F2F2;
    border-color: #707070; }
    [data-form-theme=light] .s-get-in-touch__container .s-form__input::-webkit-input-placeholder {
      color: #040405; }
    [data-form-theme=light] .s-get-in-touch__container .s-form__input:-ms-input-placeholder {
      color: #040405; }
    [data-form-theme=light] .s-get-in-touch__container .s-form__input::placeholder {
      color: #040405; }
  [data-form-theme=light] .s-get-in-touch__container .gform_wrapper .gform_body .gform_fields input, [data-form-theme=light] .s-get-in-touch__container .gform_wrapper .gform_body .gform_fields textarea, [data-form-theme=light] .s-get-in-touch__container .gform_wrapper .gform_body .gform_fields select {
    color: #040405;
    background-color: #F2F2F2;
    border-color: #707070; }
    [data-form-theme=light] .s-get-in-touch__container .gform_wrapper .gform_body .gform_fields input::-webkit-input-placeholder, [data-form-theme=light] .s-get-in-touch__container .gform_wrapper .gform_body .gform_fields textarea::-webkit-input-placeholder, [data-form-theme=light] .s-get-in-touch__container .gform_wrapper .gform_body .gform_fields select::-webkit-input-placeholder {
      color: #040405 !important; }
    [data-form-theme=light] .s-get-in-touch__container .gform_wrapper .gform_body .gform_fields input:-ms-input-placeholder, [data-form-theme=light] .s-get-in-touch__container .gform_wrapper .gform_body .gform_fields textarea:-ms-input-placeholder, [data-form-theme=light] .s-get-in-touch__container .gform_wrapper .gform_body .gform_fields select:-ms-input-placeholder {
      color: #040405 !important; }
    [data-form-theme=light] .s-get-in-touch__container .gform_wrapper .gform_body .gform_fields input::placeholder, [data-form-theme=light] .s-get-in-touch__container .gform_wrapper .gform_body .gform_fields textarea::placeholder, [data-form-theme=light] .s-get-in-touch__container .gform_wrapper .gform_body .gform_fields select::placeholder {
      color: #040405 !important; }
  [data-form-theme=light] .s-get-in-touch__container .gform_wrapper .gform_body .gform_fields .ginput_container_select::before {
    background-image: url(https://culshawbishop.com.au/wp-content/themes/culshaw/dist/images/caret-black.svg); }
  [data-form-theme=light] .s-get-in-touch__container .gform_wrapper .gform_footer input[type="submit"] {
    color: #fff;
    background-color: #040405; }

[data-form-theme=light] .s-form__select::before {
  background-image: url(https://culshawbishop.com.au/wp-content/themes/culshaw/dist/images/caret-black.svg); }

[data-team=black] .s-team__container {
  background-color: #040405;
  color: #fff; }

[data-team=black] .s-team-slider__btn::after {
  background-image: url(https://culshawbishop.com.au/wp-content/themes/culshaw/dist/images/arrow-right.svg); }

[data-team=black] .link {
  border-bottom: 1px solid #fff; }

.s-template {
  position: relative; }
  .s-template::before {
    content: "";
    width: 30vw;
    height: calc(100% + 110px);
    position: absolute;
    top: 0;
    right: 0;
    background-color: #F2F1E8; }
    @media (max-width: 1579.98px) {
      .s-template::before {
        width: 0; } }

.s-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991.98px) {
    .s-wrapper {
      display: block; } }

.s-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1158px;
          flex: 0 1 1158px;
  padding: 84px 68px 152px 0; }
  @media (max-width: 1579.98px) {
    .s-content {
      padding: 60px 48px 120px 0; } }
  @media (max-width: 1439.98px) {
    .s-content {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 70%;
              flex: 0 1 70%;
      padding: 60px 20px 120px 0; } }
  @media (max-width: 1365.98px) {
    .s-content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 70%;
              flex: 0 0 70%; } }
  @media (max-width: 991.98px) {
    .s-content {
      margin-right: 0;
      padding: 58px 0 80px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

.line-text.show {
  opacity: 1; }

.line-text .line {
  overflow: hidden; }

.line-text .split-text p,
.line-text .split-text li,
.line-text .split-text a,
.line-text .split-text h1,
.line-text .split-text .h1,
.line-text .split-text h2,
.line-text .split-text .h2,
.line-text .split-text h3,
.line-text .split-text .h3,
.line-text .split-text h4,
.line-text .split-text .h4,
.line-text .split-text h6,
.line-text .split-text .h6,
.line-text .split-text h6,
.line-text .split-text .h6 {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.77, 0.2, 0.05, 1);
       -o-transition: opacity 1s cubic-bezier(0.77, 0.2, 0.05, 1);
          transition: opacity 1s cubic-bezier(0.77, 0.2, 0.05, 1); }
  .line-text .split-text p.show,
  .line-text .split-text li.show,
  .line-text .split-text a.show,
  .line-text .split-text h1.show,
  .line-text .split-text .show.h1,
  .line-text .split-text h2.show,
  .line-text .split-text .show.h2,
  .line-text .split-text h3.show,
  .line-text .split-text .show.h3,
  .line-text .split-text h4.show,
  .line-text .split-text .show.h4,
  .line-text .split-text h6.show,
  .line-text .split-text .show.h6,
  .line-text .split-text h6.show,
  .line-text .split-text .show.h6 {
    opacity: 1; }
  .line-text .split-text p .line,
  .line-text .split-text li .line,
  .line-text .split-text a .line,
  .line-text .split-text h1 .line,
  .line-text .split-text .h1 .line,
  .line-text .split-text h2 .line,
  .line-text .split-text .h2 .line,
  .line-text .split-text h3 .line,
  .line-text .split-text .h3 .line,
  .line-text .split-text h4 .line,
  .line-text .split-text .h4 .line,
  .line-text .split-text h6 .line,
  .line-text .split-text .h6 .line,
  .line-text .split-text h6 .line,
  .line-text .split-text .h6 .line {
    overflow: hidden; }

.line-text .line .word {
  -webkit-transform: translateY(140%);
       -o-transform: translateY(140%);
          transform: translateY(140%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
       -o-transition: -o-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
          transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1); }

.line-text.show .word {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0); }

.line-text .line:nth-child(1) .word {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }

.line-text .line:nth-child(2) .word {
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s; }

.line-text .line:nth-child(3) .word {
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s; }

.line-text .line:nth-child(4) .word {
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s; }

.line-text .line:nth-child(5) .word {
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s; }

.line-text .line:nth-child(6) .word {
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s; }

.line-text .line:nth-child(7) .word {
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s; }

.line-text .line:nth-child(8) .word {
  -webkit-transition-delay: .7s;
       -o-transition-delay: .7s;
          transition-delay: .7s; }

.line-text .line:nth-child(9) .word {
  -webkit-transition-delay: .8s;
       -o-transition-delay: .8s;
          transition-delay: .8s; }

.line-text .line:nth-child(10) .word {
  -webkit-transition-delay: .9s;
       -o-transition-delay: .9s;
          transition-delay: .9s; }

.line-text .line:nth-child(11) .word {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s; }

.line-text .line:nth-child(12) .word {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s; }

.line-text .line:nth-child(13) .word {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s; }

.line-text .line:nth-child(14) .word {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s; }

.line-text .line:nth-child(15) .word {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s; }

.line-text .line:nth-child(16) .word {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s; }

.line-text .line:nth-child(17) .word {
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s; }

.line-text .line:nth-child(18) .word {
  -webkit-transition-delay: 1.7s;
       -o-transition-delay: 1.7s;
          transition-delay: 1.7s; }

.line-text .line:nth-child(19) .word {
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s; }

.line-text .line:nth-child(20) .word {
  -webkit-transition-delay: 2.1s;
       -o-transition-delay: 2.1s;
          transition-delay: 2.1s; }

.hidden {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
       -o-transition: opacity 0.4s ease-in;
          transition: opacity 0.4s ease-in; }
  .hidden.show {
    opacity: 1; }

.js-show-on-load.show .js-show-top,
.js-show-on-load.show .js-show-left {
  opacity: 1;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0); }

.js-show-on-load.show.js-show-header {
  opacity: 1; }

.js-scroll.show .js-show-top,
.js-scroll.show .js-show-left {
  opacity: 1;
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0); }

.js-scroll.show.js-show-header {
  opacity: 1; }

.js-show-top {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
       -o-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: opacity 0.4s ease-in, -webkit-transform 0.4s ease-in;
       -o-transition: opacity 0.4s ease-in, -o-transform 0.4s ease-in;
          transition: opacity 0.4s ease-in, transform 0.4s ease-in; }

.js-show-left {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
       -o-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  -webkit-transition: opacity 0.4s ease-in, -webkit-transform 0.4s ease-in;
       -o-transition: opacity 0.4s ease-in, -o-transform 0.4s ease-in;
          transition: opacity 0.4s ease-in, transform 0.4s ease-in; }

.js-show-header {
  opacity: 0; }

.js-show-image {
  overflow: hidden; }
  .js-show-image.show img {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1); }
  .js-show-image img {
    opacity: 0;
    position: relative;
    -webkit-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: opacity 0.4s linear, -webkit-transform 0.4s linear;
         -o-transition: opacity 0.4s linear, -o-transform 0.4s linear;
            transition: opacity 0.4s linear, transform 0.4s linear; }

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1366px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1440px) {
  .d-xxxl-none {
    display: none !important; }
  .d-xxxl-inline {
    display: inline !important; }
  .d-xxxl-inline-block {
    display: inline-block !important; }
  .d-xxxl-block {
    display: block !important; }
  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1580px) {
  .d-xxxxl-none {
    display: none !important; }
  .d-xxxxl-inline {
    display: inline !important; }
  .d-xxxxl-inline-block {
    display: inline-block !important; }
  .d-xxxxl-block {
    display: block !important; }
  .d-xxxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (max-width: 767.98px) {
  .d-sm-none {
    display: none !important; } }

.grecaptcha-badge {
  visibility: hidden; }

.s-footer {
  background-color: #040405;
  color: #fff;
  font-family: var(--font-Raleway-Regular); }
  .s-footer__acknowledgement {
    background-color: #fff;
    color: #000;
    padding-top: 15px;
    padding-bottom: 10px; }
    .s-footer__acknowledgement .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 575px) {
        .s-footer__acknowledgement .container {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: start; } }
    .s-footer__acknowledgement .svg_wrapper {
      max-width: 30px;
      display: inline-block;
      margin-right: 15px; }
    .s-footer__acknowledgement p {
      font-size: 12px;
      display: inline;
      line-height: 14px; }
  .s-footer__top {
    padding: 118px 0 136px; }
    @media (max-width: 1579.98px) {
      .s-footer__top {
        padding: 100px 0; } }
    @media (max-width: 991.98px) {
      .s-footer__top {
        padding: 58px 0 68px; } }
  .s-footer .logo {
    max-width: 264px;
    margin-right: 0; }
    @media (max-width: 1365.98px) {
      .s-footer .logo {
        max-width: 200px; } }
  .s-footer__logo {
    padding: 0 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 304px;
            flex: 0 0 304px;
    margin-top: -8px; }
    @media (max-width: 1579.98px) {
      .s-footer__logo {
        margin-right: 80px; } }
    @media (max-width: 1365.98px) {
      .s-footer__logo {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 240px;
                flex: 0 0 240px;
        margin-right: 0; } }
    @media (max-width: 991.98px) {
      .s-footer__logo {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin: 0 auto 58px auto;
        text-align: center; } }
  .s-footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -20px; }
    @media (max-width: 991.98px) {
      .s-footer__row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .s-footer__col {
    padding: 0 20px; }
    @media (max-width: 1579.98px) {
      .s-footer__col {
        min-width: 160px; } }
    @media (max-width: 991.98px) {
      .s-footer__col:nth-child(2) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  @media (max-width: 991.98px) and (max-width: 767.98px) {
    .s-footer__col:nth-child(2) {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; } }
    @media (max-width: 991.98px) {
      .s-footer__col:last-child {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }
  @media (max-width: 991.98px) and (max-width: 767.98px) {
    .s-footer__col:last-child {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; }
      .s-footer__col:last-child .s-footer__nav {
        border: none;
        padding: 0; } }
    @media (max-width: 991.98px) {
      .s-footer__col {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
    @media (max-width: 767.98px) {
      .s-footer__col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; } }
  .s-footer__nav {
    font-size: 20px;
    line-height: 0.800em;
    letter-spacing: 0.06em;
    text-transform: uppercase; }
    @media (max-width: 1579.98px) {
      .s-footer__nav {
        font-size: 16px; } }
    @media (max-width: 991.98px) {
      .s-footer__nav {
        font-size: 18px;
        line-height: 1em; } }
    @media (max-width: 767.98px) {
      .s-footer__nav {
        padding: 32px 0;
        border-bottom: 1px solid #828282;
        border-top: 1px solid #828282;
        margin-bottom: 32px; } }
    .s-footer__nav ul li:not(:last-child) {
      margin-bottom: 66px; }
      @media (max-width: 991.98px) {
        .s-footer__nav ul li:not(:last-child) {
          margin-bottom: 36px; } }
  @media (max-width: 1279.98px) {
    .s-footer__item:not(:last-child) {
      margin-bottom: 32px; } }
  @media (max-width: 991.98px) {
    .s-footer__item {
      margin-bottom: 60px; } }
  @media (max-width: 767.98px) {
    .s-footer__item {
      text-align: center;
      margin-bottom: 40px; } }
  .s-footer__item h5, .s-footer__item .h5 {
    margin-bottom: 36px;
    text-transform: uppercase; }
    @media (max-width: 1579.98px) {
      .s-footer__item h5, .s-footer__item .h5 {
        font-size: 16px; } }
    @media (max-width: 1279.98px) {
      .s-footer__item h5, .s-footer__item .h5 {
        font-size: 18px; } }
    @media (max-width: 991.98px) {
      .s-footer__item h5, .s-footer__item .h5 {
        margin-bottom: 26px; } }
  .s-footer__menu {
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 14px; }
    @media (max-width: 991.98px) {
      .s-footer__menu {
        color: #B6B6B6; } }
    .s-footer__menu li:not(:last-child) {
      margin-bottom: 24px; }
      @media (max-width: 991.98px) {
        .s-footer__menu li:not(:last-child) {
          margin-bottom: 20px; } }
  .s-footer__social-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    .s-footer__social-wrapper::before {
      content: "";
      width: 100%;
      height: 1px;
      left: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
           -o-transform: translate(0, -50%);
              transform: translate(0, -50%);
      background-color: #B7B5AC;
      position: absolute; }
    .s-footer__social-wrapper ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #040405;
      padding: 0 41px;
      position: relative; }
      @media (max-width: 575.98px) {
        .s-footer__social-wrapper ul {
          padding: 0 20px; } }
      .s-footer__social-wrapper ul li {
        text-align: center; }
        .s-footer__social-wrapper ul li:not(:last-child) {
          margin-right: 42px; }
          @media (max-width: 991.98px) {
            .s-footer__social-wrapper ul li:not(:last-child) {
              margin-right: 20px; } }
        .s-footer__social-wrapper ul li a svg {
          width: 16px;
          height: 16px;
          fill: #B7B5AC;
          -webkit-transition: 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
               -o-transition: 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
                  transition: 0.4s cubic-bezier(0.77, 0.2, 0.05, 1); }
          @media (max-width: 575.98px) {
            .s-footer__social-wrapper ul li a svg {
              width: 26px;
              height: 26px; } }
          @media (hover: hover) {
            .s-footer__social-wrapper ul li a svg svg {
              fill: #fff; } }
  .s-footer__bottom {
    padding: 42px 0 52px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 991.98px) {
      .s-footer__bottom {
        padding-bottom: 100px; } }
    @media (max-width: 575.98px) {
      .s-footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .s-footer__bottom p {
      font-size: 12px;
      letter-spacing: 0.06em; }
  .s-footer__privacy-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 575.98px) {
      .s-footer__privacy-list {
        margin-bottom: 32px; } }
    .s-footer__privacy-list li {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.06em; }
      .s-footer__privacy-list li:not(:last-child) {
        margin-right: 36px; }
        @media (max-width: 991.98px) {
          .s-footer__privacy-list li:not(:last-child) {
            margin-right: 32px; } }

.s-counter {
  padding: 110px 0; }
  @media (max-width: 991.98px) {
    .s-counter {
      padding: 50px 0 70px; } }
  .s-counter__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    @media (max-width: 991.98px) {
      .s-counter__row {
        display: block; } }
  .s-counter__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
    padding: 0 15px; }
    @media (max-width: 991.98px) {
      .s-counter__col {
        max-width: 100%;
        padding: 0; }
        .s-counter__col:not(:last-child) {
          margin-bottom: 42px; } }
  .s-counter__item {
    text-align: center; }
    @media (max-width: 991.98px) {
      .s-counter__item {
        max-width: 100%; } }
  .s-counter__number {
    font-size: 38px;
    line-height: 1.105em;
    font-family: var(--font-Raleway-Regular);
    margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .s-counter__number {
        font-size: 32px;
        line-height: 1.313em;
        margin-bottom: 10px; } }
  .s-counter__text {
    font-size: 18px;
    line-height: 1.333em; }
    @media (max-width: 991.98px) {
      .s-counter__text {
        font-size: 16px;
        line-height: 1.833em; } }

.odometer-inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.odometer-value {
  text-align: center; }
  .odometer-value.odometer-first-value, .odometer-value.odometer-last-value {
    width: 100%; }

.s-law__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 991.98px) {
    .s-law__row {
      margin: 0 -20px; } }

.s-law__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }
  @media (max-width: 991.98px) {
    .s-law__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

.s-law__item {
  height: 100%;
  padding: 68px;
  min-height: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
  @media (max-width: 1579.98px) {
    .s-law__item {
      padding: 48px;
      min-height: 90vh; } }
  @media (max-width: 991.98px) {
    .s-law__item {
      min-height: auto;
      padding: 50px 20px; } }
  .s-law__item_white {
    background-color: #fff;
    color: #040405; }
    .s-law__item_white p {
      font-size: 24px;
      line-height: 1.286em; }
      @media (max-width: 1279.98px) {
        .s-law__item_white p {
          font-size: 22px;
          line-height: 1.364em;
          margin-bottom: 136px; } }
      @media (max-width: 991.98px) {
        .s-law__item_white p {
          font-size: 20px;
          line-height: 1.364em;
          margin-bottom: 60px; } }
  .s-law__item_black {
    background-color: #040405;
    color: #fff; }

.s-law__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  overflow: hidden;
  left: 68px;
  right: 58px;
  bottom: 68px;
  top: 68px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
       -o-transition: opacity 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
          transition: opacity 0.4s cubic-bezier(0.77, 0.2, 0.05, 1); }
  @media (max-width: 1579.98px) {
    .s-law__container {
      left: 48px;
      right: 38px;
      bottom: 48px;
      top: 48px; } }
  @media (max-width: 991.98px) {
    .s-law__container {
      position: relative;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      height: 0; } }
  .s-law__container h3, .s-law__container .h3 {
    margin-bottom: 40px; }
    @media (max-width: 991.98px) {
      .s-law__container h3, .s-law__container .h3 {
        margin-bottom: 68px; } }
  .s-law__container:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .s-law__container ul {
    overflow-x: auto;
    padding-right: 10px;
    /* Track */
    /* Handle */ }
    .s-law__container ul::-webkit-scrollbar {
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: 2px;
      /* Firefox */
      width: 2px; }
    .s-law__container ul::-webkit-scrollbar-track {
      background: transparent; }
    .s-law__container ul::-webkit-scrollbar-thumb {
      background: #F2F1E8;
      border-radius: 5px; }
    .s-law__container ul li {
      position: relative;
      overflow: hidden; }
      .s-law__container ul li::before {
        content: "";
        height: 1px;
        background-color: #4E4E4F;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        opacity: 0;
        -webkit-transition: width 1s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
             -o-transition: width 1s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
                transition: width 1s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.4s cubic-bezier(0.77, 0.2, 0.05, 1); }
      .s-law__container ul li:last-child a {
        padding-bottom: 10px; }
      .s-law__container ul li::after {
        content: "";
        width: 15px;
        height: 15px;
        background-image: url(https://culshawbishop.com.au/wp-content/themes/culshaw/dist/images/arrow-right.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        right: 0;
        top: 38px;
        -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
             -o-transition: opacity 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
                transition: opacity 0.4s cubic-bezier(0.77, 0.2, 0.05, 1); }
        @media (max-width: 767.98px) {
          .s-law__container ul li::after {
            top: 31px; } }
    .s-law__container ul a {
      font-size: 24px;
      line-height: 1.286em;
      padding: 26px 0;
      display: block;
      position: relative;
      opacity: 0; }
      @media (max-width: 1579.98px) {
        .s-law__container ul a {
          font-size: 22px; } }
      @media (max-width: 1279.98px) {
        .s-law__container ul a {
          font-size: 22px; } }
      @media (max-width: 991.98px) {
        .s-law__container ul a {
          font-size: 18px; } }
  .s-law__container.active {
    opacity: 1;
    pointer-events: initial; }
    .s-law__container.active ul li::before {
      width: 100%;
      opacity: 1; }
    .s-law__container.active ul li a {
      -webkit-transform: translate(0, 0);
           -o-transform: translate(0, 0);
              transform: translate(0, 0);
      -webkit-animation: showMenu 1s ease forwards .2s;
           -o-animation: showMenu 1s ease forwards .2s;
              animation: showMenu 1s ease forwards .2s;
      padding-right: 20px; }

.s-law__main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: var(--font-Raleway-Regular); }
  .s-law__main-list li {
    color: #828282;
    position: relative;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
    font-size: 40px;
    line-height: 1.1em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    -webkit-transition: color 0.4s cubic-bezier(0.77, 0.2, 0.05, 1), border 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
         -o-transition: color 0.4s cubic-bezier(0.77, 0.2, 0.05, 1), border 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
            transition: color 0.4s cubic-bezier(0.77, 0.2, 0.05, 1), border 0.4s cubic-bezier(0.77, 0.2, 0.05, 1); }
    @media (max-width: 1579.98px) {
      .s-law__main-list li {
        font-size: 32px; } }
    @media (max-width: 1365.98px) {
      .s-law__main-list li {
        font-size: 38px; } }
    @media (max-width: 991.98px) {
      .s-law__main-list li {
        font-size: 36px;
        line-height: 1.167em; } }
    .s-law__main-list li::before {
      content: "";
      width: 0;
      height: 2px;
      background-color: #040405;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transition: width 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
           -o-transition: width 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
              transition: width 0.4s cubic-bezier(0.77, 0.2, 0.05, 1); }
    .s-law__main-list li:not(:last-child) {
      margin-bottom: 42px; }
      @media (max-width: 991.98px) {
        .s-law__main-list li:not(:last-child) {
          margin-bottom: 36px; } }
    @media (hover: hover) {
      .s-law__main-list li:hover {
        color: #040405; }
        .s-law__main-list li:hover::before {
          width: 100%; } }
    .s-law__main-list li.active {
      color: #040405; }
      .s-law__main-list li.active::before {
        width: 100%; }

.s-facts-slider {
  position: relative; }
  @media (max-width: 991.98px) {
    .s-facts-slider {
      margin: 0 -20px; } }
  .s-facts-slider::before {
    content: attr(data-title);
    font-family: var(--font-Raleway-Regular);
    position: absolute;
    top: 68px;
    left: calc(50% + 68px);
    font-size: 28px;
    z-index: 100;
    line-height: 1.286em; }
    @media (max-width: 1579.98px) {
      .s-facts-slider::before {
        top: 48px;
        left: calc(50% + 48px); } }
    @media (max-width: 1279.98px) {
      .s-facts-slider::before {
        font-size: 24px;
        line-height: 1.364em; } }
    @media (max-width: 991.98px) {
      .s-facts-slider::before {
        font-size: 22px;
        line-height: 1.364em;
        top: calc(45vh + 52px);
        left: 20px; } }
  .s-facts-slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 600px; }
    @media (max-width: 991.98px) {
      .s-facts-slider__item {
        height: auto;
        display: block; } }
  .s-facts-slider__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    position: relative;
    height: 100%; }
    @media (max-width: 991.98px) {
      .s-facts-slider__img {
        height: 45vh; } }
    .s-facts-slider__img img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      height: 100%;
      width: 100%; }
  .s-facts-slider__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 118px 68px 68px 68px;
    height: 100%; }
    @media (max-width: 1579.98px) {
      .s-facts-slider__content {
        padding: 98px 48px 48px 48px; } }
    @media (max-width: 991.98px) {
      .s-facts-slider__content {
        padding: 188px 20px 58px 20px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        height: auto;
        padding-top: 120px; } }
  .s-facts-slider__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    overflow-x: auto;
    height: 100%;
    /* Track */
    /* Handle */ }
    .s-facts-slider__text::-webkit-scrollbar {
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: 2px;
      /* Firefox */
      width: 2px; }
    .s-facts-slider__text::-webkit-scrollbar-track {
      background: transparent; }
    .s-facts-slider__text::-webkit-scrollbar-thumb {
      background: #B6B6B6;
      border-radius: 5px; }
    @media (max-width: 991.98px) {
      .s-facts-slider__text {
        height: auto;
        max-height: auto; } }
    .s-facts-slider__text h2, .s-facts-slider__text .h2 {
      margin-bottom: 26px;
      font-family: var(--font-RobotoSlab-Regular); }
      @media (max-width: 991.98px) {
        .s-facts-slider__text h2, .s-facts-slider__text .h2 {
          margin-bottom: 32px; } }
    .s-facts-slider__text p {
      font-family: var(--font-RobotoSlab-Regular); }
  .s-facts-slider__scroll {
    max-height: 100%;
    padding-right: 5px; }
    @media (max-width: 991.98px) {
      .s-facts-slider__scroll {
        height: auto;
        max-height: auto; } }
  .s-facts-slider__btns {
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 200px;
    height: 100px; }
    @media (max-width: 991.98px) {
      .s-facts-slider__btns {
        right: 0;
        width: 136px;
        height: 68px;
        top: calc(45vh - 68px); } }

.s-slider {
  position: relative; }
  .s-slider_history .s-slider__text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 60px 0;
    background-color: inherit; }
    @media (max-width: 991.98px) {
      .s-slider_history .s-slider__text {
        padding: 60px 0 40px 0; } }
  .s-slider_history .s-slider__content {
    padding: 98px 48px 118px 48px; }
    @media (max-width: 991.98px) {
      .s-slider_history .s-slider__content {
        padding: 68px 20px 0px 20px; } }
  .s-slider_history .s-slider__pagination {
    right: 0;
    left: calc(50% + 68px) !important;
    bottom: 68px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: auto !important;
    background-color: #fff;
    font-family: var(--font-Raleway-Medium);
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 20px; }
    @media (max-width: 1579.98px) {
      .s-slider_history .s-slider__pagination {
        left: calc(50% + 48px) !important; } }
    @media (max-width: 991.98px) {
      .s-slider_history .s-slider__pagination {
        left: 20px !important;
        bottom: 0 !important;
        overflow-y: auto; } }
    .s-slider_history .s-slider__pagination .swiper-pagination-bullet {
      width: auto !important;
      height: auto !important;
      opacity: 1 !important;
      border-radius: 0 !important;
      background-color: transparent !important;
      color: #B6B6B6 !important;
      margin: 0 !important;
      margin-right: 16px !important;
      padding-right: 16px;
      display: block !important; }
      .s-slider_history .s-slider__pagination .swiper-pagination-bullet:not(:first-child) {
        border-right: 1px solid #B6B6B6; }
      .s-slider_history .s-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        color: #040405 !important; }
      @media (max-width: 480px) {
        .s-slider_history .s-slider__pagination .swiper-pagination-bullet {
          margin-right: 6px !important;
          padding-right: 6px; } }
      @media (max-width: 350px) {
        .s-slider_history .s-slider__pagination .swiper-pagination-bullet {
          margin-right: 3px !important;
          padding-right: 3px;
          border-right: none !important; } }
  @media (max-width: 991.98px) {
    .s-slider {
      margin: 0 -20px; } }
  .s-slider::before {
    content: attr(data-title);
    font-family: var(--font-Raleway-Regular);
    position: absolute;
    top: 68px;
    left: calc(50% + 68px);
    font-size: 28px;
    z-index: 100;
    line-height: 1.286em; }
    @media (max-width: 1579.98px) {
      .s-slider::before {
        top: 48px;
        left: calc(50% + 48px); } }
    @media (max-width: 1279.98px) {
      .s-slider::before {
        font-size: 24px;
        line-height: 1.364em; } }
    @media (max-width: 991.98px) {
      .s-slider::before {
        font-size: 22px;
        line-height: 1.364em;
        top: calc(45vh + 52px);
        left: 20px; } }
  .s-slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 667px; }
    @media (max-width: 991.98px) {
      .s-slider__item {
        height: auto;
        display: block; } }
  .s-slider__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    position: relative;
    height: 100%; }
    @media (max-width: 991.98px) {
      .s-slider__img {
        height: 45vh; } }
    .s-slider__img img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      height: 100%;
      width: 100%; }
  .s-slider__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 118px 68px 68px 68px;
    height: 100%; }
    @media (max-width: 1579.98px) {
      .s-slider__content {
        padding: 98px 48px 48px 48px; } }
    @media (max-width: 991.98px) {
      .s-slider__content {
        padding: 188px 20px 58px 20px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        height: auto; } }
  .s-slider__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    overflow-x: auto;
    height: 100%;
    /* Track */
    /* Handle */ }
    .s-slider__text::-webkit-scrollbar {
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: 2px;
      /* Firefox */
      width: 2px; }
    .s-slider__text::-webkit-scrollbar-track {
      background: transparent; }
    .s-slider__text::-webkit-scrollbar-thumb {
      background: #B6B6B6;
      border-radius: 5px; }
    @media (max-width: 991.98px) {
      .s-slider__text {
        height: auto;
        max-height: auto; } }
    .s-slider__text h2, .s-slider__text .h2 {
      margin-bottom: 26px;
      font-family: var(--font-RobotoSlab-Regular); }
      @media (max-width: 991.98px) {
        .s-slider__text h2, .s-slider__text .h2 {
          margin-bottom: 32px; } }
    .s-slider__text p {
      font-family: var(--font-RobotoSlab-Regular); }
  .s-slider__scroll {
    max-height: 100%;
    padding-right: 5px; }
    .s-slider__scroll span {
      font-size: 14px;
      display: block;
      margin-bottom: 10px;
      font-family: var(--font-Raleway-Medium); }
    @media (max-width: 991.98px) {
      .s-slider__scroll {
        height: auto;
        max-height: auto;
        padding-right: 0; } }
  .s-slider__btns {
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 200px;
    height: 100px; }
    @media (max-width: 991.98px) {
      .s-slider__btns {
        right: 0;
        width: 136px;
        height: 68px;
        top: calc(45vh - 68px); } }

.s-testimonials {
  padding: 152px 0 178px;
  overflow: hidden; }
  @media (max-width: 1579.98px) {
    .s-testimonials {
      padding: 120px 0; } }
  @media (max-width: 991.98px) {
    .s-testimonials {
      padding: 58px 0; } }
  .s-testimonials__title h1, .s-testimonials__title .h1,
  .s-testimonials__title h2,
  .s-testimonials__title .h2,
  .s-testimonials__title h3,
  .s-testimonials__title .h3,
  .s-testimonials__title h4,
  .s-testimonials__title .h4,
  .s-testimonials__title h5,
  .s-testimonials__title .h5,
  .s-testimonials__title h6,
  .s-testimonials__title .h6 {
    margin-bottom: 58px; }
  .s-testimonials-slider {
    position: relative;
    margin-right: -260px; }
    @media (max-width: 1579.98px) {
      .s-testimonials-slider {
        margin-right: -170px; } }
    @media (max-width: 1399px) {
      .s-testimonials-slider {
        margin-right: -20px; } }
    @media (min-width: 1921px) {
      .s-testimonials-slider {
        margin-right: 0; } }
    .s-testimonials-slider__item {
      padding: 26px;
      background-color: #fff;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .s-testimonials-slider__item img {
        width: 22px;
        margin-bottom: 42px; }
        @media (max-width: 991.98px) {
          .s-testimonials-slider__item img {
            margin-bottom: 20px; } }
      .s-testimonials-slider__item > p {
        font-size: 16px;
        line-height: normal; }
        .s-testimonials-slider__item > p:last-of-type {
          margin-bottom: 40px; }
        @media (max-width: 991.98px) {
          .s-testimonials-slider__item > p {
            margin-bottom: 35px; } }
    .s-testimonials-slider__name {
      font-size: 22px;
      font-family: var(--font-Raleway-Regular);
      margin-bottom: 0;
      margin-top: auto;
      line-height: 1.273em; }
      @media (max-width: 991.98px) {
        .s-testimonials-slider__name {
          font-size: 20px;
          line-height: 1.4em; } }

.s-blog-slider__wrapper {
  position: relative; }
  @media (max-width: 991.98px) {
    .s-blog-slider__wrapper {
      margin: 0 -20px; } }
  .s-blog-slider__wrapper::before {
    content: attr(data-title);
    font-family: var(--font-Raleway-Regular);
    color: #fff;
    position: absolute;
    top: 68px;
    left: 68px;
    z-index: 100;
    font-size: 38px;
    line-height: 1.105em; }
    @media (max-width: 1579.98px) {
      .s-blog-slider__wrapper::before {
        top: 48px;
        left: 48px; } }
    @media (max-width: 1279.98px) {
      .s-blog-slider__wrapper::before {
        font-size: 32px; } }
    @media (max-width: 991.98px) {
      .s-blog-slider__wrapper::before {
        top: calc(60vh + 52px);
        left: 20px;
        font-size: 28px;
        line-height: 1.143em; } }
    @media (max-width: 767.98px) {
      .s-blog-slider__wrapper::before {
        top: calc(50vw + 52px); } }
    @media (max-width: 575.98px) {
      .s-blog-slider__wrapper::before {
        top: calc(80vw + 52px); } }

.s-blog-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991.98px) {
    .s-blog-slider__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.s-blog-slider__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }
  @media (max-width: 991.98px) {
    .s-blog-slider__img {
      height: 60vh;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; } }
  @media (max-width: 767.98px) {
    .s-blog-slider__img {
      height: 50vw; } }
  @media (max-width: 575.98px) {
    .s-blog-slider__img {
      height: 80vw; } }
  .s-blog-slider__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.s-blog-slider__content {
  background-color: #040405;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 68px;
  min-height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (max-width: 1579.98px) {
    .s-blog-slider__content {
      padding: 48px; } }
  @media (max-width: 1439.98px) {
    .s-blog-slider__content {
      min-height: 400px; } }
  @media (max-width: 991.98px) {
    .s-blog-slider__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      min-height: auto;
      padding: 168px 20px 68px 20px;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  .s-blog-slider__content a {
    font-size: 38px;
    line-height: 1.105em;
    margin-bottom: 26px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.3em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
    @media (max-width: 1279.98px) {
      .s-blog-slider__content a {
        font-size: 32px; } }
    @media (max-width: 991.98px) {
      .s-blog-slider__content a {
        font-size: 28px;
        line-height: 1.143em; } }
  .s-blog-slider__content p {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 4em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }

.s-blog-slider__btns {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 200px;
  height: 100px; }
  @media (max-width: 991.98px) {
    .s-blog-slider__btns {
      display: none; } }

.s-blog-slider__prev {
  background-color: #E4E4E4; }
  .s-blog-slider__prev svg {
    stroke: #040405;
    -webkit-transform: scale(-1);
         -o-transform: scale(-1);
            transform: scale(-1); }

.s-blog-slider__next {
  background-color: #4E4E4F;
  right: 0;
  left: auto; }
  .s-blog-slider__next svg {
    stroke: #fff; }

.date {
  font-size: 14px;
  letter-spacing: 0.06em;
  font-family: var(--font-Raleway-Regular);
  line-height: 16px;
  margin-bottom: 16px; }

.s-faq {
  padding: 152px 0 178px; }
  @media (max-width: 1579.98px) {
    .s-faq {
      padding: 120px 0; } }
  @media (max-width: 991.98px) {
    .s-faq {
      padding: 52px 0 68px; } }
  .s-faq h2, .s-faq .h2 {
    margin-bottom: 26px; }
    @media (max-width: 991.98px) {
      .s-faq h2, .s-faq .h2 {
        margin-bottom: 35px; } }
  .s-faq__item {
    border-bottom: 1px solid #B6B6B6;
    padding: 32px 0;
    -webkit-transition: border-color 0.4s 0.4s;
         -o-transition: border-color 0.4s 0.4s;
            transition: border-color 0.4s 0.4s; }
    @media (max-width: 991.98px) {
      .s-faq__item {
        padding: 26px 0; } }
    .s-faq__item.active {
      border-color: #040405; }
  .s-faq__title {
    cursor: pointer;
    position: relative;
    padding-right: 20px; }
    .s-faq__title::before {
      content: "";
      position: absolute;
      right: 3px;
      top: 10px;
      height: 17px;
      width: 9px;
      background-image: url(https://culshawbishop.com.au/wp-content/themes/culshaw/dist/images/main/caret-down-black.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transform: rotate(90deg);
           -o-transform: rotate(90deg);
              transform: rotate(90deg);
      pointer-events: none;
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
           -o-transition: -o-transform 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
              transition: transform 0.4s cubic-bezier(0.77, 0.2, 0.05, 1); }
      @media (max-width: 991.98px) {
        .s-faq__title::before {
          top: 5px; } }
    .s-faq__title.active::before {
      -webkit-transform: rotate(270deg);
           -o-transform: rotate(270deg);
              transform: rotate(270deg); }
  .s-faq__content {
    margin-top: 16px;
    display: none; }
    @media (max-width: 991.98px) {
      .s-faq__content {
        margin-top: 16px; } }

.s-cta__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.s-cta__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }
  @media (max-width: 991.98px) {
    .s-cta__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.s-cta__content {
  max-width: 600px;
  margin: 0 auto;
  padding: 285px 20px;
  text-align: center; }
  @media (max-width: 1579.98px) {
    .s-cta__content {
      padding: 200px 20px; } }
  @media (max-width: 1439.98px) {
    .s-cta__content {
      padding: 180px 20px; } }
  @media (max-width: 991.98px) {
    .s-cta__content {
      padding: 58px 20px 69px 20px; } }
  .s-cta__content h2, .s-cta__content .h2 {
    margin-bottom: 32px; }
    @media (max-width: 991.98px) {
      .s-cta__content h2, .s-cta__content .h2 {
        margin-bottom: 20px; } }
  .s-cta__content p {
    margin-bottom: 42px; }
    @media (max-width: 991.98px) {
      .s-cta__content p {
        margin-bottom: 36px; } }

.s-cta__img {
  height: 100%;
  max-height: 812px; }
  @media (max-width: 991.98px) {
    .s-cta__img {
      max-height: 640px; } }
  .s-cta__img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.s-cta__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 575.98px) {
    .s-cta__btns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .s-cta__btns .s-btn:not(:last-child) {
    margin-right: 26px; }
    @media (max-width: 575.98px) {
      .s-cta__btns .s-btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 16px; } }
  @media (max-width: 575.98px) {
    .s-cta__btns .s-btn {
      width: 100%;
      padding: 24px 24px;
      font-size: 16px; } }

.s-locations {
  background-color: #DDDCD4; }
  .s-locations__row {
    padding: 138px 0 136px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -20px; }
    @media (max-width: 1579.98px) {
      .s-locations__row {
        padding: 120px 0; } }
    @media (max-width: 991.98px) {
      .s-locations__row {
        padding: 58px 0 74px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .s-locations__title {
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-left: 0;
    margin-right: auto;
    padding: 0 20px; }
    @media (max-width: 991.98px) {
      .s-locations__title {
        margin-bottom: 52px; } }
  .s-locations__col {
    padding: 0 20px; }
    @media (max-width: 991.98px) {
      .s-locations__col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
    @media (max-width: 575.98px) {
      .s-locations__col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    .s-locations__col:not(:last-child) {
      margin-right: 95px; }
      @media (max-width: 1579.98px) {
        .s-locations__col:not(:last-child) {
          margin-right: 90px; } }
      @media (max-width: 1439.98px) {
        .s-locations__col:not(:last-child) {
          margin-right: 60px; } }
      @media (max-width: 1365.98px) {
        .s-locations__col:not(:last-child) {
          margin-right: 20px; } }
      @media (max-width: 991.98px) {
        .s-locations__col:not(:last-child) {
          margin-right: 0;
          margin-bottom: 48px; } }
  .s-locations__item {
    max-width: 320px; }
    .s-locations__item h5, .s-locations__item .h5 {
      margin-bottom: 26px; }
      @media (max-width: 575.98px) {
        .s-locations__item h5, .s-locations__item .h5 {
          font-size: 22px;
          line-height: 1.273em;
          margin-bottom: 20px; } }
    .s-locations__item > p {
      font-family: var(--font-RobotoSlab-Regular);
      margin-bottom: 10px; }
    .s-locations__item ul {
      margin-bottom: 10px; }
      .s-locations__item ul li {
        font-family: var(--font-RobotoSlab-Light); }
        .s-locations__item ul li p {
          margin-bottom: 0; }
        .s-locations__item ul li:not(:last-child) {
          margin-bottom: 10px; }

.s-services {
  background-color: #fff;
  padding: 110px 0 136px; }
  @media (max-width: 991.98px) {
    .s-services {
      padding: 58px 0 68px; } }
  .s-services__title {
    max-width: 1088px;
    margin-bottom: 58px; }
    @media (max-width: 991.98px) {
      .s-services__title {
        margin-bottom: 42px; } }
    .s-services__title h1, .s-services__title .h1,
    .s-services__title h2,
    .s-services__title .h2,
    .s-services__title h3,
    .s-services__title .h3,
    .s-services__title h4,
    .s-services__title .h4,
    .s-services__title h5,
    .s-services__title .h5,
    .s-services__title h6,
    .s-services__title .h6 {
      margin-bottom: 26px; }
      @media (max-width: 991.98px) {
        .s-services__title h1, .s-services__title .h1,
        .s-services__title h2,
        .s-services__title .h2,
        .s-services__title h3,
        .s-services__title .h3,
        .s-services__title h4,
        .s-services__title .h4,
        .s-services__title h5,
        .s-services__title .h5,
        .s-services__title h6,
        .s-services__title .h6 {
          margin-bottom: 20px; } }
  .s-services__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -34px; }
    @media (max-width: 1365.98px) {
      .s-services__content {
        margin: 0 -20px; } }
  .s-services__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 34px; }
    @media (max-width: 1365.98px) {
      .s-services__col {
        padding: 0 20px; } }
    @media (max-width: 991.98px) {
      .s-services__col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    .s-services__col:nth-last-child(-n+2) .s-services__item {
      border-bottom: 1px solid #B6B6B6; }
      @media (max-width: 991.98px) {
        .s-services__col:nth-last-child(-n+2) .s-services__item {
          border-bottom: 0; } }
    @media (max-width: 991.98px) {
      .s-services__col:last-child .s-services__item {
        border-bottom: 1px solid #B6B6B6; } }
  .s-services__item {
    height: 100%;
    padding: 26px 0 32px;
    border-top: 1px solid #B6B6B6; }
    @media (max-width: 991.98px) {
      .s-services__item {
        padding: 20px 0; } }
    .s-services__item > a {
      display: block;
      margin-bottom: 20px;
      position: relative;
      font-family: var(--font-RobotoSlab-Regular);
      padding-right: 30px;
      position: relative; }
      .s-services__item > a::before {
        content: "";
        width: 15px;
        height: 15px;
        background-image: url(https://culshawbishop.com.au/wp-content/themes/culshaw/dist/images/arrow-right-black.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        right: 0;
        top: 8px; }
    .s-services__item p {
      padding-right: 110px; }
      @media (max-width: 991.98px) {
        .s-services__item p {
          padding-right: 0; } }
  .s-services .body ul {
    list-style: disc; }
  .s-services .body ul, .s-services .body ol {
    padding-left: 20px;
    margin-bottom: 20ox; }
    .s-services .body ul li, .s-services .body ol li {
      margin-bottom: 4px; }
  .s-services.no-content {
    padding: 50px 0; }
    @media (max-width: 991.98px) {
      .s-services.no-content {
        padding: 30px 0; } }
    .s-services.no-content .s-services__title {
      margin: 0; }

@media (max-width: 991px) {
  .s-law .s-law__item p {
    margin-bottom: 100px; } }

@media (max-width: 600px) {
  .s-law .s-law__item p {
    margin-bottom: 75px; } }

.s-get-in-touch {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1; }
  .s-get-in-touch__container {
    padding: 136px 0; }
    @media (max-width: 1579.98px) {
      .s-get-in-touch__container {
        padding: 100px 0; } }
    @media (max-width: 1439.98px) {
      .s-get-in-touch__container {
        padding: 80px 0; } }
    @media (max-width: 991.98px) {
      .s-get-in-touch__container {
        padding: 58px 20px;
        margin: 0 -20px; } }
    .s-get-in-touch__container h1, .s-get-in-touch__container .h1,
    .s-get-in-touch__container h2,
    .s-get-in-touch__container .h2,
    .s-get-in-touch__container h3,
    .s-get-in-touch__container .h3,
    .s-get-in-touch__container h4,
    .s-get-in-touch__container .h4,
    .s-get-in-touch__container h5,
    .s-get-in-touch__container .h5,
    .s-get-in-touch__container h6,
    .s-get-in-touch__container .h6 {
      margin-bottom: 42px; }
      @media (max-width: 991.98px) {
        .s-get-in-touch__container h1, .s-get-in-touch__container .h1,
        .s-get-in-touch__container h2,
        .s-get-in-touch__container .h2,
        .s-get-in-touch__container h3,
        .s-get-in-touch__container .h3,
        .s-get-in-touch__container h4,
        .s-get-in-touch__container .h4,
        .s-get-in-touch__container h5,
        .s-get-in-touch__container .h5,
        .s-get-in-touch__container h6,
        .s-get-in-touch__container .h6 {
          margin-bottom: 20px; } }
  .s-get-in-touch__form {
    max-width: 861px;
    margin: 0 auto;
    padding: 0 20px; }
    @media (max-width: 991.98px) {
      .s-get-in-touch__form {
        padding: 0; } }
  .s-get-in-touch .gform_wrapper .gform_validation_errors {
    background: transparent;
    border: none;
    margin: 0;
    text-align: left;
    padding: 0;
    padding-left: 39px;
    margin-bottom: 12px;
    box-shadow: none; }
    .s-get-in-touch .gform_wrapper .gform_validation_errors .gform_submission_error {
      color: tomato;
      font-family: var(--font-Raleway-Medium);
      font-size: 14px;
      line-height: normal; }
  .s-get-in-touch .gform_wrapper .gform_body .gform_fields {
    row-gap: 26px;
    -webkit-column-gap: 0;
            column-gap: 0; }
    .s-get-in-touch .gform_wrapper .gform_body .gform_fields input, .s-get-in-touch .gform_wrapper .gform_body .gform_fields textarea, .s-get-in-touch .gform_wrapper .gform_body .gform_fields select {
      height: 52px;
      width: 100%;
      padding: 0;
      border: 0;
      padding: 0 26px;
      color: #fff;
      border-bottom: 1px solid #828282;
      background-color: #29292A;
      font-size: 14px;
      font-family: var(--font-Raleway-Regular);
      letter-spacing: 0.06em; }
      @media (max-width: 767.98px) {
        .s-get-in-touch .gform_wrapper .gform_body .gform_fields input, .s-get-in-touch .gform_wrapper .gform_body .gform_fields textarea, .s-get-in-touch .gform_wrapper .gform_body .gform_fields select {
          padding: 0 20px; } }
      .s-get-in-touch .gform_wrapper .gform_body .gform_fields input::-webkit-input-placeholder, .s-get-in-touch .gform_wrapper .gform_body .gform_fields textarea::-webkit-input-placeholder, .s-get-in-touch .gform_wrapper .gform_body .gform_fields select::-webkit-input-placeholder {
        text-transform: uppercase; }
      .s-get-in-touch .gform_wrapper .gform_body .gform_fields input:-ms-input-placeholder, .s-get-in-touch .gform_wrapper .gform_body .gform_fields textarea:-ms-input-placeholder, .s-get-in-touch .gform_wrapper .gform_body .gform_fields select:-ms-input-placeholder {
        text-transform: uppercase; }
      .s-get-in-touch .gform_wrapper .gform_body .gform_fields input::placeholder, .s-get-in-touch .gform_wrapper .gform_body .gform_fields textarea::placeholder, .s-get-in-touch .gform_wrapper .gform_body .gform_fields select::placeholder {
        text-transform: uppercase; }
    .s-get-in-touch .gform_wrapper .gform_body .gform_fields textarea {
      padding: 14px 26px;
      min-height: 150px;
      height: 150px !important;
      /* Hide scrollbar for Chrome, Safari and Opera */
      /* Track */
      /* Handle */ }
      @media (max-width: 767.98px) {
        .s-get-in-touch .gform_wrapper .gform_body .gform_fields textarea {
          padding: 14px 20px; } }
      .s-get-in-touch .gform_wrapper .gform_body .gform_fields textarea::-webkit-scrollbar {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: 2px;
        /* Firefox */
        width: 2px; }
      .s-get-in-touch .gform_wrapper .gform_body .gform_fields textarea::-webkit-scrollbar-track {
        background: #4E4E4F; }
      .s-get-in-touch .gform_wrapper .gform_body .gform_fields textarea::-webkit-scrollbar-thumb {
        background: #F2F1E8;
        border-radius: 5px; }
    .s-get-in-touch .gform_wrapper .gform_body .gform_fields select {
      text-transform: uppercase; }
      .s-get-in-touch .gform_wrapper .gform_body .gform_fields select option {
        text-transform: none; }
    .s-get-in-touch .gform_wrapper .gform_body .gform_fields .ginput_container {
      padding: 0 13px; }
    .s-get-in-touch .gform_wrapper .gform_body .gform_fields .ginput_container_select {
      position: relative; }
      .s-get-in-touch .gform_wrapper .gform_body .gform_fields .ginput_container_select::before {
        content: "";
        width: 6px;
        height: 11px;
        position: absolute;
        top: 24px;
        right: 26px;
        background-image: url(https://culshawbishop.com.au/wp-content/themes/culshaw/dist/images/caret-white.svg);
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-transform: rotate(90deg);
             -o-transform: rotate(90deg);
                transform: rotate(90deg);
        z-index: 99; }
    .s-get-in-touch .gform_wrapper .gform_body .gform_fields select {
      position: relative;
      -webkit-appearance: none;
      -moz-appearance: none; }
      .s-get-in-touch .gform_wrapper .gform_body .gform_fields select::-ms-expand {
        display: none; }
    .s-get-in-touch .gform_wrapper .gform_body .gform_fields .validation_message {
      padding: 0 13px;
      background: transparent;
      border: none;
      text-align: left;
      color: tomato;
      font-family: var(--font-Raleway-Medium);
      font-size: 14px;
      line-height: normal; }
  .s-get-in-touch .gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .s-get-in-touch .gform_wrapper .gform_footer .s-form__btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .s-get-in-touch .gform_wrapper .gform_footer .s-form__btn .s-btn {
        margin-right: 8px;
        margin-bottom: 0; }

.s-team__container {
  padding: 68px;
  background-color: #fff; }
  @media (max-width: 1579.98px) {
    .s-team__container {
      padding: 48px; } }
  @media (max-width: 991.98px) {
    .s-team__container {
      padding: 20px;
      margin: 0 -20px; } }
  .s-team__container h1, .s-team__container .h1,
  .s-team__container h2,
  .s-team__container .h2,
  .s-team__container h3,
  .s-team__container .h3,
  .s-team__container h4,
  .s-team__container .h4,
  .s-team__container h5,
  .s-team__container .h5,
  .s-team__container h6,
  .s-team__container .h6 {
    margin-bottom: 152px; }
    @media (max-width: 1579.98px) {
      .s-team__container h1, .s-team__container .h1,
      .s-team__container h2,
      .s-team__container .h2,
      .s-team__container h3,
      .s-team__container .h3,
      .s-team__container h4,
      .s-team__container .h4,
      .s-team__container h5,
      .s-team__container .h5,
      .s-team__container h6,
      .s-team__container .h6 {
        margin-bottom: 100px; } }
    @media (max-width: 1365.98px) {
      .s-team__container h1, .s-team__container .h1,
      .s-team__container h2,
      .s-team__container .h2,
      .s-team__container h3,
      .s-team__container .h3,
      .s-team__container h4,
      .s-team__container .h4,
      .s-team__container h5,
      .s-team__container .h5,
      .s-team__container h6,
      .s-team__container .h6 {
        margin-bottom: 58px; } }

.s-team__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 190px;
  margin-bottom: 58px; }
  @media (max-width: 1579.98px) {
    .s-team__row {
      padding-right: 100px; } }
  @media (max-width: 991.98px) {
    .s-team__row {
      display: block;
      padding-right: 0; } }
  .s-team__row p {
    max-width: 680px;
    font-size: 16px; }
    @media (max-width: 1279.98px) {
      .s-team__row p {
        max-width: 540px; } }
    @media (max-width: 991.98px) {
      .s-team__row p {
        max-width: 100%;
        margin-bottom: 20px; } }

.s-team-slider {
  margin-right: -68px; }
  @media (max-width: 1579.98px) {
    .s-team-slider {
      margin-right: -48px; } }
  @media (max-width: 991.98px) {
    .s-team-slider {
      margin-right: 0; } }
  .s-team-slider__wrapper {
    position: relative; }
  .s-team-slider__img {
    margin-bottom: 26px; }
    .s-team-slider__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      -webkit-transform: none !important;
           -o-transform: none !important;
              transform: none !important; }
  .s-team-slider__name {
    font-family: var(--font-Raleway-Regular);
    font-size: 22px;
    line-height: 1.273em;
    margin-bottom: 5px; }
    @media (max-width: 991.98px) {
      .s-team-slider__name {
        font-size: 20px;
        line-height: 1.4em; } }
  .s-team-slider__position {
    font-family: var(--font-Raleway-Regular);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 16px; }
  .s-team-slider__btns {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: -72px;
    right: 0;
    width: 52px;
    height: 16px; }
  .s-team-slider__btn {
    background-color: transparent;
    padding: 0;
    width: 16px;
    height: 16px;
    top: 0;
    left: auto;
    right: 0;
    margin: 0; }
    .s-team-slider__btn_prev {
      -webkit-transform: scale(-1);
           -o-transform: scale(-1);
              transform: scale(-1);
      left: 0;
      opacity: .5; }
    .s-team-slider__btn::after {
      content: "";
      width: 16px;
      height: 16px;
      background-image: url(https://culshawbishop.com.au/wp-content/themes/culshaw/dist/images/arrow-right-black.svg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }

.s-table-contents__title {
  margin-bottom: 16px; }

.s-table-contents ul {
  font-family: var(--font-RobotoSlab-Regular);
  font-size: 18px; }
  @media (max-width: 991.98px) {
    .s-table-contents ul {
      font-size: 16px; } }
  .s-table-contents ul li {
    border-bottom: 1px solid #B6B6B6; }
    .s-table-contents ul li a {
      display: block;
      padding: 16px 0;
      padding-right: 16px;
      position: relative; }
      .s-table-contents ul li a::before {
        content: "";
        width: 12px;
        height: 12px;
        position: absolute;
        right: 0;
        top: 22px;
        background-image: url(https://culshawbishop.com.au/wp-content/themes/culshaw/dist/images/arrow-right-black.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        pointer-events: none;
        -webkit-transform: rotate(90deg);
             -o-transform: rotate(90deg);
                transform: rotate(90deg); }

.s-content-article {
  padding: 84px 0 0 0; }
  @media (max-width: 991.98px) {
    .s-content-article {
      padding: 40px 0 0 0; } }
  .s-content-article__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 84px; }
    @media (max-width: 991.98px) {
      .s-content-article__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px; } }
    .s-content-article__title .content_col {
      min-width: 32%;
      max-width: 32%;
      margin-left: 68px; }
      @media (max-width: 991.98px) {
        .s-content-article__title .content_col {
          max-width: 100%;
          margin-left: 0; } }
  .s-content-article .s-content-article__title ~ img {
    margin: -26px 0 16px 0; }
    @media (max-width: 991.98px) {
      .s-content-article .s-content-article__title ~ img {
        margin: -26px -20px 16px -20px;
        width: calc(100% + 40px);
        max-width: calc(100% + 40px); } }
  .s-content-article__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 42px 0; }
    .s-content-article__box:not(:last-child) {
      border-bottom: 1px solid #B6B6B6; }
    @media (max-width: 991.98px) {
      .s-content-article__box {
        padding: 32px 0; } }
    .s-content-article__box .titles_col {
      max-width: 31%;
      margin-left: 0;
      margin-right: auto; }
      @media (max-width: 991.98px) {
        .s-content-article__box .titles_col {
          max-width: 100%;
          margin-bottom: 20px; } }
    .s-content-article__box .content_col {
      margin: 0;
      max-width: 67%;
      width: 100%; }
      @media (max-width: 991.98px) {
        .s-content-article__box .content_col {
          max-width: 100%; } }
      .s-content-article__box .content_col h1, .s-content-article__box .content_col .h1,
      .s-content-article__box .content_col h2,
      .s-content-article__box .content_col .h2,
      .s-content-article__box .content_col h3,
      .s-content-article__box .content_col .h3,
      .s-content-article__box .content_col h4,
      .s-content-article__box .content_col .h4,
      .s-content-article__box .content_col h5,
      .s-content-article__box .content_col .h5,
      .s-content-article__box .content_col h6,
      .s-content-article__box .content_col .h6 {
        font-family: var(--font-Raleway-SemiBold);
        margin-bottom: 20px;
        margin-top: 30px; }
        .s-content-article__box .content_col h1:first-child, .s-content-article__box .content_col .h1:first-child,
        .s-content-article__box .content_col h2:first-child,
        .s-content-article__box .content_col .h2:first-child,
        .s-content-article__box .content_col h3:first-child,
        .s-content-article__box .content_col .h3:first-child,
        .s-content-article__box .content_col h4:first-child,
        .s-content-article__box .content_col .h4:first-child,
        .s-content-article__box .content_col h5:first-child,
        .s-content-article__box .content_col .h5:first-child,
        .s-content-article__box .content_col h6:first-child,
        .s-content-article__box .content_col .h6:first-child {
          margin-top: 0; }
      .s-content-article__box .content_col strong {
        font-family: var(--font-Raleway-SemiBold);
        margin-bottom: 20px; }
      .s-content-article__box .content_col p:not(:last-child) {
        margin-bottom: 20px; }
      .s-content-article__box .content_col ul,
      .s-content-article__box .content_col ol {
        padding-left: 24px; }
        @media (max-width: 991.98px) {
          .s-content-article__box .content_col ul,
          .s-content-article__box .content_col ol {
            padding-left: 0; } }
        .s-content-article__box .content_col ul li:not(:last-child),
        .s-content-article__box .content_col ol li:not(:last-child) {
          margin-bottom: 20px; }
      .s-content-article__box .content_col ol {
        list-style: none;
        counter-reset: counter; }
        .s-content-article__box .content_col ol li {
          padding-left: 24px;
          counter-increment: counter;
          position: relative; }
          .s-content-article__box .content_col ol li::before {
            content: counter(counter) ". ";
            width: -webkit-max-content;
            width: max-content;
            height: 100%;
            position: absolute;
            left: 0;
            opacity: 1;
            -webkit-transition: opacity 0.4s ease;
                 -o-transition: opacity 0.4s ease;
                    transition: opacity 0.4s ease; }
      .s-content-article__box .content_col ul {
        list-style: none; }
        .s-content-article__box .content_col ul li {
          padding-left: 24px;
          counter-increment: counter;
          position: relative; }
          .s-content-article__box .content_col ul li:not(:last-child) {
            margin-bottom: 20px; }
          .s-content-article__box .content_col ul li::before {
            content: "";
            width: 8px;
            height: 8px;
            position: absolute;
            left: 0;
            top: 8px;
            background-color: #040405;
            opacity: 1;
            -webkit-transition: opacity 0.4s ease;
                 -o-transition: opacity 0.4s ease;
                    transition: opacity 0.4s ease; }
  .s-content-article img {
    margin: 20px 0; }

.s-sidebar {
  position: relative;
  padding: 84px 0 152px 68px;
  margin-right: -68px; }
  @media (max-width: 1800px) {
    .s-sidebar {
      margin-right: 0; } }
  @media (max-width: 1579.98px) {
    .s-sidebar {
      padding: 60px 0 120px 48px; } }
  @media (max-width: 1439.98px) {
    .s-sidebar {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30%;
              flex: 0 0 30%;
      padding: 60px 0 120px 20px; } }
  @media (max-width: 1365.98px) {
    .s-sidebar {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30%;
              flex: 0 0 30%;
      padding: 60px 20px 120px 20px; } }
  @media (max-width: 991.98px) {
    .s-sidebar {
      margin-right: 0;
      padding: 58px 20px 80px 20px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      background: #F2F1E8;
      margin: 0 -20px; } }
  .s-sidebar::before {
    content: "";
    width: 100%;
    height: calc(100% + 110px);
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F2F1E8; }
    @media (max-width: 1579.98px) {
      .s-sidebar::before {
        width: calc(100% + 20px); } }
    @media (max-width: 991.98px) {
      .s-sidebar::before {
        display: none; } }
  .s-sidebar__content {
    width: 418px;
    position: sticky;
    top: 68px; }
    @media (max-width: 1579.98px) {
      .s-sidebar__content {
        top: 48px; } }
    @media (max-width: 1439.98px) {
      .s-sidebar__content {
        max-width: 100%;
        width: 100%; } }
    @media (max-width: 991.98px) {
      .s-sidebar__content {
        position: static;
        width: 100%; } }
  .s-sidebar-form__title {
    margin-bottom: 32px; }
  .s-sidebar-form__col {
    position: relative; }
  .s-sidebar-form__search {
    margin-bottom: 68px; }
    @media (max-width: 1579.98px) {
      .s-sidebar-form__search {
        margin-bottom: 52px; } }
    .s-sidebar-form__search .s-sidebar-form__box {
      margin-bottom: 0;
      padding-bottom: 0;
      background-color: #fff; }
      @media (max-width: 991.98px) {
        .s-sidebar-form__search .s-sidebar-form__box {
          position: relative; } }
    .s-sidebar-form__search .s-sidebar-form__input {
      border: none;
      padding: 0 20px;
      padding-right: 72px;
      max-width: 100%;
      box-sizing: border-box;
      height: 52px;
      width: 100%;
      border: 0;
      color: #040405;
      background-color: #fff;
      text-transform: uppercase;
      font-size: 14px;
      font-family: var(--font-Raleway-Regular);
      letter-spacing: 0.06em; }
      .s-sidebar-form__search .s-sidebar-form__input::-webkit-input-placeholder {
        color: #040405; }
      .s-sidebar-form__search .s-sidebar-form__input:-ms-input-placeholder {
        color: #040405; }
      .s-sidebar-form__search .s-sidebar-form__input::placeholder {
        color: #040405; }
    .s-sidebar-form__search .s-sidebar-form__label {
      max-width: 100%; }
  .s-sidebar-form__search-box {
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 52px;
    background-color: #040405;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    border: 0; }
    .s-sidebar-form__search-box svg,
    .s-sidebar-form__search-box img {
      width: 20px;
      height: 20px;
      pointer-events: none; }
  .s-sidebar .sidebar_form {
    width: 100%;
    margin-bottom: 68px; }
    @media (max-width: 1579.98px) {
      .s-sidebar .sidebar_form {
        margin-bottom: 52px; } }
    @media (max-width: 991.98px) {
      .s-sidebar .sidebar_form {
        margin-bottom: 32px; } }
    .s-sidebar .sidebar_form .gform_wrapper .gform_validation_errors {
      background: transparent;
      border: none;
      margin: 0;
      text-align: left;
      padding: 0;
      padding-left: 28px;
      box-shadow: none;
      margin-bottom: 8px; }
      .s-sidebar .sidebar_form .gform_wrapper .gform_validation_errors .gform_submission_error {
        color: tomato;
        font-family: var(--font-Raleway-Medium);
        font-size: 14px;
        line-height: normal; }
        .s-sidebar .sidebar_form .gform_wrapper .gform_validation_errors .gform_submission_error .gform-icon {
          left: 0; }
    .s-sidebar .sidebar_form .gform_wrapper .gform_body .gform_fields {
      gap: 0; }
      .s-sidebar .sidebar_form .gform_wrapper .gform_body .gform_fields .gfield {
        grid-column: span 12; }
        .s-sidebar .sidebar_form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
          margin-bottom: 10px;
          padding-bottom: 10px;
          position: relative; }
          .s-sidebar .sidebar_form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container > span {
            padding: 0; }
          .s-sidebar .sidebar_form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_select {
            position: relative; }
            .s-sidebar .sidebar_form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_select::before {
              content: "";
              width: 6px;
              height: 11px;
              position: absolute;
              top: 20px;
              right: 20px;
              background-image: url(https://culshawbishop.com.au/wp-content/themes/culshaw/dist/images/caret-black.svg);
              background-size: cover;
              background-repeat: no-repeat;
              -webkit-transform: rotate(90deg);
                   -o-transform: rotate(90deg);
                      transform: rotate(90deg);
              z-index: 99; }
            .s-sidebar .sidebar_form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_select select {
              position: relative;
              -webkit-appearance: none;
              -moz-appearance: none; }
              .s-sidebar .sidebar_form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_select select::-ms-expand {
                display: none; }
          .s-sidebar .sidebar_form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_recaptcha {
            margin: 0;
            padding: 0; }
          .s-sidebar .sidebar_form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input, .s-sidebar .sidebar_form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea, .s-sidebar .sidebar_form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
            height: 52px;
            width: 100%;
            padding: 0;
            border: 0;
            padding: 0 20px;
            color: #040405;
            border-bottom: 1px solid #707070;
            background-color: #fff;
            text-transform: uppercase;
            font-size: 14px;
            font-family: var(--font-Raleway-Regular);
            letter-spacing: 0.06em; }
            .s-sidebar .sidebar_form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input::-webkit-input-placeholder, .s-sidebar .sidebar_form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder, .s-sidebar .sidebar_form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select::-webkit-input-placeholder {
              color: #040405; }
            .s-sidebar .sidebar_form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:-ms-input-placeholder, .s-sidebar .sidebar_form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea:-ms-input-placeholder, .s-sidebar .sidebar_form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select:-ms-input-placeholder {
              color: #040405; }
            .s-sidebar .sidebar_form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input::placeholder, .s-sidebar .sidebar_form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea::placeholder, .s-sidebar .sidebar_form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select::placeholder {
              color: #040405; }
          .s-sidebar .sidebar_form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
            padding: 14px 20px;
            min-height: 150px;
            margin-bottom: 16px;
            /* Hide scrollbar for Chrome, Safari and Opera */
            /* Track */
            /* Handle */ }
            .s-sidebar .sidebar_form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea::-webkit-scrollbar {
              -ms-overflow-style: none;
              /* IE and Edge */
              scrollbar-width: 2px;
              /* Firefox */
              width: 2px; }
            .s-sidebar .sidebar_form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea::-webkit-scrollbar-track {
              background: #4E4E4F; }
            .s-sidebar .sidebar_form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea::-webkit-scrollbar-thumb {
              background: #F2F1E8;
              border-radius: 5px; }
        .s-sidebar .sidebar_form .gform_wrapper .gform_body .gform_fields .gfield .validation_message {
          padding: 0px;
          background: transparent;
          border: none;
          text-align: left;
          color: tomato;
          font-family: var(--font-Raleway-Medium);
          font-size: 14px;
          line-height: normal;
          margin: 0;
          margin-bottom: 8px; }
    .s-sidebar .sidebar_form .gform_wrapper .gform_footer {
      margin: 0;
      padding: 0;
      top: -20px;
      position: relative; }
      .s-sidebar .sidebar_form .gform_wrapper .gform_footer .s-form__btn {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .s-sidebar .sidebar_form .gform_wrapper .gform_footer .s-btn {
        border: 1px solid #040405;
        background-color: #040405;
        color: #fff;
        margin: 0; }
  .s-sidebar-list__title {
    margin-bottom: 32px; }
  .s-sidebar-list ul {
    font-family: var(--font-RobotoSlab-Light);
    font-size: 18px; }
    @media (max-width: 991.98px) {
      .s-sidebar-list ul {
        font-size: 16px; } }
    .s-sidebar-list ul li {
      border-bottom: 1px solid #B6B6B6; }
      .s-sidebar-list ul li.disabled {
        font-family: var(--font-RobotoSlab-Regular);
        border-bottom: 1px solid #040405;
        pointer-events: none; }
        .s-sidebar-list ul li.disabled a::before {
          display: none; }
      .s-sidebar-list ul li a {
        display: block;
        padding: 16px 0;
        position: relative; }
        .s-sidebar-list ul li a::before {
          content: "";
          width: 12px;
          height: 12px;
          position: absolute;
          right: 0;
          top: 22px;
          background-image: url(https://culshawbishop.com.au/wp-content/themes/culshaw/dist/images/arrow-right-black.svg);
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          pointer-events: none; }
  .s-sidebar-categories {
    margin-bottom: 68px; }
    @media (max-width: 1579.98px) {
      .s-sidebar-categories {
        margin-bottom: 52px; } }
    .s-sidebar-categories h4, .s-sidebar-categories .h4 {
      font-family: var(--font-Raleway-Medium);
      margin-bottom: 16px; }
    .s-sidebar-categories__list li {
      border-bottom: 1px solid #B6B6B6; }
    .s-sidebar-categories__list a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 20px 0;
      font-size: 14px;
      letter-spacing: 0.06em;
      line-height: 16px;
      text-transform: uppercase;
      font-family: var(--font-Raleway-Regular); }
  .s-sidebar-tags {
    margin-bottom: 58px; }
    @media (max-width: 1579.98px) {
      .s-sidebar-tags {
        margin-bottom: 42px; } }
    .s-sidebar-tags h4, .s-sidebar-tags .h4 {
      font-family: var(--font-Raleway-Medium);
      margin-bottom: 16px; }
    .s-sidebar-tags .s-tag:not(:last-child) {
      margin-right: 5px; }
  .s-sidebar-posts {
    margin-bottom: 68px; }
    @media (max-width: 1579.98px) {
      .s-sidebar-posts {
        margin-bottom: 52px; } }
    .s-sidebar-posts h4, .s-sidebar-posts .h4 {
      font-family: var(--font-Raleway-Medium);
      margin-bottom: 16px; }
  .s-sidebar-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 32px 0; }
    @media (max-width: 767.98px) {
      .s-sidebar-post {
        padding: 20px 0; } }
    .s-sidebar-post:first-of-type {
      padding-top: 0; }
    .s-sidebar-post:not(:last-child) {
      border-bottom: 1px solid #B6B6B6; }
    .s-sidebar-post__img {
      width: 152px;
      height: 152px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 152px;
              flex: 0 0 152px;
      margin-right: 32px; }
      @media (max-width: 1579.98px) {
        .s-sidebar-post__img {
          width: 120px;
          height: 120px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 120px;
                  flex: 0 0 120px;
          margin-right: 20px; } }
      @media (max-width: 1439.98px) {
        .s-sidebar-post__img {
          width: 100px;
          height: 100px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100px;
                  flex: 0 0 100px; } }
      @media (max-width: 991.98px) {
        .s-sidebar-post__img {
          max-width: 280px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 280px;
                  flex: 0 0 280px;
          height: auto;
          min-height: auto; } }
      @media (max-width: 767.98px) {
        .s-sidebar-post__img {
          max-width: 180px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 180px;
                  flex: 0 0 180px;
          height: auto;
          min-height: auto; } }
      @media (max-width: 575.98px) {
        .s-sidebar-post__img {
          max-width: 120px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 120px;
                  flex: 0 0 120px;
          height: auto;
          min-height: auto; } }
      .s-sidebar-post__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .s-sidebar-post p {
      margin-bottom: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /* number of lines to show */
      line-clamp: 2;
      -webkit-box-orient: vertical;
      font-family: var(--font-Raleway-Regular); }
      @media (max-width: 991.98px) {
        .s-sidebar-post p {
          margin-bottom: 10px; } }

.s-search-btn {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  color: transparent;
  border: 0;
  padding: 0; }

.s-who-we-are {
  padding-top: 110px;
  font-size: 16px;
  line-height: 1.250em; }
  @media (max-width: 1579.98px) {
    .s-who-we-are {
      padding-top: 80px; } }
  @media (max-width: 991.98px) {
    .s-who-we-are {
      padding-top: 58px; } }
  .s-who-we-are__content {
    padding: 110px 0 111px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -20px; }
    @media (max-width: 1579.98px) {
      .s-who-we-are__content {
        padding: 80px 0 100px; } }
    @media (max-width: 1365.98px) {
      .s-who-we-are__content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0; } }
    @media (max-width: 991.98px) {
      .s-who-we-are__content {
        padding: 58px 0 78px; } }
  .s-who-we-are__title {
    max-width: 40%;
    padding: 0 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%; }
    .s-who-we-are__title h2, .s-who-we-are__title .h2 {
      margin-bottom: 52px; }
      @media (max-width: 1365.98px) {
        .s-who-we-are__title h2, .s-who-we-are__title .h2 {
          margin-bottom: 20px; } }
    @media (max-width: 1365.98px) {
      .s-who-we-are__title {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-bottom: 58px;
        padding: 0; } }
  .s-who-we-are__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    padding: 0 20px; }
    @media (max-width: 1365.98px) {
      .s-who-we-are__items {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0;
        margin: 0 -20px; } }
  .s-who-we-are__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 350px;
    margin-right: 67px;
    margin-bottom: 67px; }
    .s-who-we-are__item:nth-child(even) {
      margin-right: 0; }
    @media (max-width: 1579.98px) {
      .s-who-we-are__item {
        margin-right: 20px; } }
    @media (max-width: 1365.98px) {
      .s-who-we-are__item {
        margin-right: 0;
        max-width: 50%;
        padding: 0 20px; } }
    @media (max-width: 767.98px) {
      .s-who-we-are__item {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-bottom: 42px; } }
    .s-who-we-are__item h4, .s-who-we-are__item .h4 {
      margin-bottom: 16px; }

.s-team {
  padding-top: 152px;
  padding-bottom: 94px; }
  @media (max-width: 1579.98px) {
    .s-team {
      padding: 100px 0 58px; } }
  @media (max-width: 991.98px) {
    .s-team {
      padding: 58px 0 58px; } }
  .s-team__content {
    max-width: 674px;
    margin-bottom: 68px; }
    @media (max-width: 991.98px) {
      .s-team__content {
        margin-bottom: 42px; } }
  .s-team__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -8px; }
  .s-team__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    padding: 0 8px;
    margin-bottom: 58px;
    max-width: 25%; }
    @media (max-width: 991.98px) {
      .s-team__item {
        margin-bottom: 42px; } }
    @media (max-width: 767.98px) {
      .s-team__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }
    .s-team__item a.email {
      text-transform: none;
      font-size: 12px;
      margin-top: 5px;
      display: block; }
  .s-team__header {
    text-align: center; }
  .s-team__name {
    font-family: var(--font-Raleway-Regular);
    font-size: 22px;
    line-height: 1.273em;
    margin-bottom: 5px; }
    @media (max-width: 991.98px) {
      .s-team__name {
        font-size: 20px;
        line-height: 1.4em; } }
  .s-team__position {
    font-family: var(--font-Raleway-Regular);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 20px;
    word-break: break-word; }

#map img {
  max-width: auto !important; }

.s-contact-map__map {
  height: 100%;
  overflow: hidden;
  -webkit-clip-path: border-box;
          clip-path: border-box; }
  .s-contact-map__map img {
    max-width: 100%; }
  .s-contact-map__map #map {
    width: 100%;
    height: 100%; }
    .s-contact-map__map #map img {
      max-width: 100%;
      height: auto; }

.s-contact-map__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 991.98px) {
    .s-contact-map__row {
      margin: 0 -20px; } }

.s-contact-map__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }
  @media (max-width: 991.98px) {
    .s-contact-map__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

.s-contact-map__location {
  padding: 68px;
  background-color: #DDDCD4;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1579.98px) {
    .s-contact-map__location {
      padding: 48px; } }
  @media (max-width: 991.98px) {
    .s-contact-map__location {
      padding: 48px 20px; } }
  .s-contact-map__location h3, .s-contact-map__location .h3 {
    margin-bottom: 32px; }

.s-contact-map__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.s-contact-map__box {
  max-width: 370px;
  padding: 0 20px; }
  .s-contact-map__box:not(:last-child) {
    margin-bottom: 20px; }
  @media (max-width: 1439.98px) {
    .s-contact-map__box {
      max-width: 100%; }
      .s-contact-map__box:not(:last-child) {
        margin-bottom: 42px; } }
  .s-contact-map__box > p {
    font-family: var(--font-RobotoSlab-Regular);
    margin-bottom: 10px; }
  .s-contact-map__box ul {
    font-family: var(--font-RobotoSlab-Light); }
    .s-contact-map__box ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 -5px; }
      .s-contact-map__box ul li p,
      .s-contact-map__box ul li span {
        display: block;
        padding: 0 5px; }

.s-privacy {
  padding-bottom: 178px; }
  @media (max-width: 1579.98px) {
    .s-privacy {
      padding-bottom: 100px; } }
  @media (max-width: 991.98px) {
    .s-privacy {
      padding-bottom: 68px; } }
  .s-privacy__article {
    max-width: 1088px;
    margin: 0 auto; }
    .s-privacy__article ol {
      list-style: none;
      counter-reset: counter;
      padding-left: 0;
      margin: 20px 0; }
      .s-privacy__article ol li {
        padding-left: 24px;
        counter-increment: counter;
        position: relative; }
        .s-privacy__article ol li:not(:last-child) {
          margin-bottom: 20px; }
        .s-privacy__article ol li::before {
          content: counter(counter) ". ";
          width: -webkit-max-content;
          width: max-content;
          height: 100%;
          position: absolute;
          left: 0;
          opacity: 0;
          -webkit-transition: opacity 0.4s ease;
               -o-transition: opacity 0.4s ease;
                  transition: opacity 0.4s ease; }
        .s-privacy__article ol li.show::before {
          opacity: 1; }
    .s-privacy__article a {
      text-decoration: underline; }
    .s-privacy__article ul {
      margin: 20px 0;
      list-style: none; }
      .s-privacy__article ul li {
        padding-left: 24px;
        counter-increment: counter;
        position: relative; }
        .s-privacy__article ul li:not(:last-child) {
          margin-bottom: 20px; }
        .s-privacy__article ul li::before {
          content: "";
          width: 8px;
          height: 8px;
          position: absolute;
          left: 0;
          top: 8px;
          background-color: #040405;
          opacity: 0;
          -webkit-transition: opacity 0.4s ease;
               -o-transition: opacity 0.4s ease;
                  transition: opacity 0.4s ease; }
        .s-privacy__article ul li.show::before {
          opacity: 1; }

.s-blog-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 52px 0; }
  @media (max-width: 1439.98px) {
    .s-blog-preview {
      padding: 42px 0; } }
  @media (max-width: 991.98px) {
    .s-blog-preview {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }
  @media (max-width: 767.98px) {
    .s-blog-preview {
      padding: 20px 0; } }
  @media (max-width: 575.98px) {
    .s-blog-preview {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .s-blog-preview:first-of-type {
    padding-top: 0; }
  .s-blog-preview:last-of-type {
    margin-bottom: 114px;
    padding-bottom: 0; }
    @media (max-width: 1579.98px) {
      .s-blog-preview:last-of-type {
        margin-bottom: 80px; } }
    @media (max-width: 991.98px) {
      .s-blog-preview:last-of-type {
        margin-bottom: 58px; } }
  .s-blog-preview:not(:last-of-type) {
    border-bottom: 1px solid #B6B6B6; }
    @media (max-width: 575.98px) {
      .s-blog-preview:not(:last-of-type) {
        border-bottom: none; } }
  .s-blog-preview__image {
    max-width: 398px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 398px;
            flex: 0 0 398px;
    min-height: 300px;
    margin-right: 36px;
    position: relative; }
    @media (max-width: 1439.98px) {
      .s-blog-preview__image {
        max-width: 320px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 332px;
                flex: 0 0 332px;
        min-height: auto; } }
    @media (max-width: 1365.98px) {
      .s-blog-preview__image {
        max-width: 280px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 280px;
                flex: 0 0 280px;
        min-height: auto; } }
    @media (max-width: 767.98px) {
      .s-blog-preview__image {
        margin-right: 20px;
        max-width: 200px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 200px;
                flex: 0 0 200px; } }
    @media (max-width: 575.98px) {
      .s-blog-preview__image {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-bottom: 32px;
        margin-right: 0;
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100% + 40px); } }
    .s-blog-preview__image img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%; }
  .s-blog-preview__content h4, .s-blog-preview__content .h4 {
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical; }
  .s-blog-preview__content p {
    margin-bottom: 26px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical; }
  .s-blog-preview__content .s-category {
    margin-bottom: 16px; }
  .s-blog-preview__tags {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1; }
    @media (max-width: 767.98px) {
      .s-blog-preview__tags {
        top: 10px;
        left: 10px; } }

.s-category {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 16px;
  text-transform: uppercase;
  font-family: var(--font-Raleway-Regular); }

.s-tag {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 16px;
  text-transform: uppercase;
  font-family: var(--font-Raleway-Regular);
  padding: 6px 10px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  margin-bottom: 10px; }
  @media (max-width: 767.98px) {
    .s-tag {
      font-size: 12px;
      padding: 5px 8px; } }
  .s-tag:not(:last-child) {
    margin-right: 10px; }
  .s-tag__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.s-pagination {
  margin: 40px 0; }
  .s-pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .s-pagination__item {
    position: relative;
    border-right: 1px solid #B6B6B6; }
    .s-pagination__item:first-child {
      margin-right: 6px;
      border-right: none; }
    .s-pagination__item:last-child {
      margin-left: 6px;
      border-right: none; }
    .s-pagination__item:nth-last-child(2) {
      border-right: none; }
    .s-pagination__item.active a {
      color: #040405; }
  .s-pagination__link {
    font-family: var(--font-Raleway-Medium);
    color: #B6B6B6;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
    -webkit-transition: color 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
         -o-transition: color 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
            transition: color 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .s-pagination__link svg {
      width: 16px;
      height: 16px;
      stroke: #040405;
      margin-top: 4px; }
    .s-pagination__link.disable {
      pointer-events: none;
      opacity: 0.3; }

.template-3 .s-article-breadcrumbs-slider__item {
  color: #828282; }
  .template-3 .s-article-breadcrumbs-slider__item.active {
    color: #fff; }

.s-team-page .s-blog-slider {
  padding-bottom: 140px; }
  @media (max-width: 1579.98px) {
    .s-team-page .s-blog-slider {
      padding-bottom: 100px; } }
  @media (max-width: 991.98px) {
    .s-team-page .s-blog-slider {
      padding-bottom: 68px; } }

.not-found-page .s-hero-inner__content h1, .not-found-page .s-hero-inner__content .h1 {
  margin-bottom: 68px; }
  @media (max-width: 991.98px) {
    .not-found-page .s-hero-inner__content h1, .not-found-page .s-hero-inner__content .h1 {
      margin-bottom: 32px; } }

.not-found-page .s-law {
  margin-bottom: 140px; }
  @media (max-width: 1579.98px) {
    .not-found-page .s-law {
      margin-bottom: 100px; } }
  @media (max-width: 991.98px) {
    .not-found-page .s-law {
      margin-bottom: 0; } }

.contact-page .s-law {
  margin-bottom: 140px; }
  @media (max-width: 1579.98px) {
    .contact-page .s-law {
      margin-bottom: 100px; } }
  @media (max-width: 991.98px) {
    .contact-page .s-law {
      margin-bottom: 0; } }

.blog-page .s-content,
.blog-page .s-sidebar {
  padding-top: 0; }

.blog-page .s-template::before,
.blog-page .s-sidebar::before {
  display: none; }

@media (max-width: 991.98px) {
  .blog-page .s-sidebar {
    padding-bottom: 0; } }

.blog-page .s-content {
  padding-bottom: 80px; }
  @media (max-width: 1579.98px) {
    .blog-page .s-content {
      padding-bottom: 58px; } }
  @media (max-width: 991.98px) {
    .blog-page .s-content {
      padding-bottom: 18px; } }

.s-blog-article__title {
  margin-bottom: 60px; }
  @media (max-width: 991.98px) {
    .s-blog-article__title {
      margin-bottom: 38px; } }
  .s-blog-article__title h1, .s-blog-article__title .h1,
  .s-blog-article__title h2,
  .s-blog-article__title .h2,
  .s-blog-article__title h3,
  .s-blog-article__title .h3,
  .s-blog-article__title h4,
  .s-blog-article__title .h4,
  .s-blog-article__title h5,
  .s-blog-article__title .h5,
  .s-blog-article__title h6,
  .s-blog-article__title .h6 {
    margin-bottom: 16px; }
  .s-blog-article__title .s-category {
    margin-bottom: 16px; }

.s-blog-article__author {
  font-size: 16px;
  font-family: var(--font-RobotoSlab-Regular); }

.s-blog-article__date {
  font-size: 14px;
  font-family: var(--font-RobotoSlab-Regular);
  color: #828282; }

.s-blog__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .s-blog__footer .s-tag {
    background-color: #F2F2F2; }

.s-blog__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 136px; }
  @media (max-width: 1579.98px) {
    .s-blog__footer {
      margin-top: 80px; } }
  @media (max-width: 575.98px) {
    .s-blog__footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 30px; } }

.s-blog-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  @media (max-width: 575.98px) {
    .s-blog-share {
      margin-top: 32px; } }
  .s-blog-share p {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 16px;
    text-transform: uppercase;
    font-family: var(--font-Raleway-Regular); }

.s-share__list {
  margin-left: 12px;
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
  border-left: 1px solid #040405; }
  .s-share__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 6px; }
    .s-share__list li a svg,
    .s-share__list li a img {
      width: 14px;
      height: 14px; }

.blog-single-page .s-content-article {
  padding-top: 58px; }

.blog-single-page .s-content {
  padding-bottom: 68px; }

.blog-single-page .s-blog-slider {
  padding-bottom: 140px; }
  @media (max-width: 1579.98px) {
    .blog-single-page .s-blog-slider {
      padding-bottom: 100px; } }
  @media (max-width: 991.98px) {
    .blog-single-page .s-blog-slider {
      padding-bottom: 0; } }

body.page-template-template-coming-soon {
  position: relative;
  background-attachment: fixed;
  background-size: 200% 200%;
  -webkit-animation: gradient 15s ease infinite;
       -o-animation: gradient 15s ease infinite;
          animation: gradient 15s ease infinite; }
  body.page-template-template-coming-soon main.main {
    padding: 0; }

/*$color-blue: #003c71 !default;
$color-light-blue: #00adef !default;
$color-green: #009a44 !default;
$color-dark-green: #005344 !default;*/
@-webkit-keyframes gradient {
  0% {
    background-position: 40% 50%; }
  50% {
    background-position: 100% 20%; }
  100% {
    background-position: 40% 50%; } }
@-o-keyframes gradient {
  0% {
    background-position: 40% 50%; }
  50% {
    background-position: 100% 20%; }
  100% {
    background-position: 40% 50%; } }
@keyframes gradient {
  0% {
    background-position: 40% 50%; }
  50% {
    background-position: 100% 20%; }
  100% {
    background-position: 40% 50%; } }

.coming_soon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh; }
  .coming_soon > div {
    width: 100%; }
  .coming_soon__wide_container {
    max-width: calc(100% - 100px);
    margin: 0 auto; }
    @media (max-width: 991px) {
      .coming_soon__wide_container {
        max-width: calc(100% - 30px); } }
    .coming_soon__wide_container.bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 991px) {
        .coming_soon__wide_container.bottom {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          text-align: center; } }
      .coming_soon__wide_container.bottom .s-footer__social-wrapper {
        width: 100%; }
        .coming_soon__wide_container.bottom .s-footer__social-wrapper ul {
          background: #F2F1E8; }
    .coming_soon__wide_container.top, .coming_soon__wide_container.bottom {
      padding-top: 40px;
      padding-bottom: 40px; }
  .coming_soon__narrow_container {
    max-width: 800px;
    margin: 0 auto;
    margin-top: -5%;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center; }
    @media (max-width: 991px) {
      .coming_soon__narrow_container {
        max-width: calc(100% - 30px); } }
    @media (max-height: 700px) {
      .coming_soon__narrow_container {
        margin-top: -5%; } }
    .coming_soon__narrow_container .logo {
      text-align: center;
      width: 100%;
      margin: 0 auto; }
      .coming_soon__narrow_container .logo img {
        max-width: 500px;
        margin: 0 auto !important;
        margin-bottom: 40px !important; }
        @media (max-width: 1440px) {
          .coming_soon__narrow_container .logo img {
            max-width: 400px; } }
        @media (max-width: 575px) {
          .coming_soon__narrow_container .logo img {
            max-width: 300px;
            width: 90%; } }
    .coming_soon__narrow_container .footer__divisions {
      padding-top: 60px;
      padding-bottom: 20px; }
      .coming_soon__narrow_container .footer__divisions li {
        font-size: 30px; }
        @media (max-width: 575px) {
          .coming_soon__narrow_container .footer__divisions li {
            margin-right: 6px; }
            .coming_soon__narrow_container .footer__divisions li:after {
              margin-left: 6px; } }
    .coming_soon__narrow_container .body {
      padding-bottom: 30px;
      max-width: 650px;
      margin: 0 auto; }
      @media (max-width: 991px) {
        .coming_soon__narrow_container .body {
          max-width: 600px; } }
      .coming_soon__narrow_container .body h4, .coming_soon__narrow_container .body .h4 {
        font-size: 30px;
        margin-bottom: 10px; }
      .coming_soon__narrow_container .body p {
        font-size: 20px; }
        @media (max-width: 767px) {
          .coming_soon__narrow_container .body p {
            font-size: 18px; } }
    .coming_soon__narrow_container ul li {
      display: inline-block; }
      .coming_soon__narrow_container ul li a {
        text-decoration: underline; }
        @media (max-width: 375px) {
          .coming_soon__narrow_container ul li a {
            font-size: 20px;
            padding-bottom: 15px;
            display: block; } }
      @media (min-width: 400px) {
        .coming_soon__narrow_container ul li:after {
          content: ' - '; } }
      .coming_soon__narrow_container ul li:last-of-type:after {
        display: none; }
    .coming_soon__narrow_container span {
      display: block; }
    .coming_soon__narrow_container .license {
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 400;
      font-size: 12px; }
    .coming_soon__narrow_container .new_button {
      text-transform: uppercase;
      font-weight: 400;
      letter-spacing: 2px;
      display: inline-block;
      padding: 10px 30px;
      border-radius: 25px;
      margin-top: 30px; }
  .coming_soon__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .coming_soon__socials a {
      margin-right: 15px;
      max-width: 45px; }
      .coming_soon__socials a svg {
        max-width: 100%; }
      .coming_soon__socials a:last-of-type {
        margin-right: 0; }
  .coming_soon__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 30px; }
    @media (max-width: 991px) {
      .coming_soon__col a {
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .coming_soon__col {
        font-size: 20px; } }
  @media (max-width: 767px) {
    .coming_soon .footer__divisions {
      display: block;
      width: 100%; }
      .coming_soon .footer__divisions li {
        display: inline-block;
        font-size: 20px; } }

.default_page_wrapper {
  padding-bottom: 100px; }

.no_posts {
  text-align: center; }

.s-bio .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  @media (max-width: 991.98px) {
    .s-bio .container {
      display: block;
      padding: 0; } }
  .s-bio .container > div {
    background-color: #fff; }

.s-bio__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 98px 68px 68px 68px; }
  @media (max-width: 1579.98px) {
    .s-bio__content {
      padding: 68px 48px 48px 48px; } }
  @media (max-width: 991.98px) {
    .s-bio__content {
      padding: 10px 20px 58px 20px;
      height: auto;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  .s-bio__content .top {
    border-bottom: 1px solid #B6B6B6;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .s-bio__content .top h2, .s-bio__content .top .h2 {
      font-size: 24px;
      margin-bottom: 10px; }
    .s-bio__content .top h4, .s-bio__content .top .h4 {
      margin-bottom: 10px;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 0.06em;
      line-height: 16px; }
    .s-bio__content .top a {
      margin-top: 10px;
      display: block; }
  .s-bio__content h3, .s-bio__content .h3 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-family: var(--font-Raleway-Medium);
    font-size: 20px; }
  .s-bio__content ul,
  .s-bio__content ol {
    padding-left: 24px;
    margin-bottom: 10px; }
    @media (max-width: 991.98px) {
      .s-bio__content ul,
      .s-bio__content ol {
        padding-left: 0; } }
    .s-bio__content ul li:not(:last-child),
    .s-bio__content ol li:not(:last-child) {
      margin-bottom: 10px; }
  .s-bio__content ol {
    list-style: none;
    counter-reset: counter; }
    .s-bio__content ol li {
      padding-left: 24px;
      counter-increment: counter;
      position: relative; }
      .s-bio__content ol li::before {
        content: counter(counter) ". ";
        width: -webkit-max-content;
        width: max-content;
        height: 100%;
        position: absolute;
        left: 0;
        opacity: 1;
        -webkit-transition: opacity 0.4s ease;
             -o-transition: opacity 0.4s ease;
                transition: opacity 0.4s ease; }
  .s-bio__content ul {
    list-style: none; }
    .s-bio__content ul li {
      padding-left: 24px;
      counter-increment: counter;
      position: relative; }
      .s-bio__content ul li:not(:last-child) {
        margin-bottom: 20px; }
      .s-bio__content ul li::before {
        content: "";
        width: 8px;
        height: 8px;
        position: absolute;
        left: 0;
        top: 8px;
        background-color: #040405;
        opacity: 1;
        -webkit-transition: opacity 0.4s ease;
             -o-transition: opacity 0.4s ease;
                transition: opacity 0.4s ease; }

.s-bio__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 98px 68px 68px 68px; }
  @media (max-width: 1579.98px) {
    .s-bio__image {
      padding: 68px 48px 48px 48px; } }
  @media (max-width: 991.98px) {
    .s-bio__image {
      padding: 20px;
      height: auto;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      display: block;
      text-align: center; }
      .s-bio__image img {
        max-width: 500px;
        width: 100%;
        margin: 0 auto; } }

.single-team .s-locations {
  margin-top: 150px; }
  @media (max-width: 1579.98px) {
    .single-team .s-locations {
      margin-top: 120px; } }
  @media (max-width: 991.98px) {
    .single-team .s-locations {
      margin-top: 0px; } }