/** Import Bootstrap functions */

/** Import everything from autoload */

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/* line 1, node_modules/bootstrap/scss/_root.scss */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #79b928;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #252830;
  --primary: #e1261b;
  --secondary: #d7d7d9;
  --success: #79b928;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #252830;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Source Sans Pro", sans-serif;
  --font-family-monospace: "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace;
}

/* line 19, node_modules/bootstrap/scss/_reboot.scss */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 25, node_modules/bootstrap/scss/_reboot.scss */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, node_modules/bootstrap/scss/_reboot.scss */

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* line 46, node_modules/bootstrap/scss/_reboot.scss */

body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3125;
  color: #000;
  text-align: left;
  background-color: #fff;
}

/* line 62, node_modules/bootstrap/scss/_reboot.scss */

[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 72, node_modules/bootstrap/scss/_reboot.scss */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 88, node_modules/bootstrap/scss/_reboot.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 97, node_modules/bootstrap/scss/_reboot.scss */

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 110, node_modules/bootstrap/scss/_reboot.scss */

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

/* line 119, node_modules/bootstrap/scss/_reboot.scss */

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 125, node_modules/bootstrap/scss/_reboot.scss */

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 132, node_modules/bootstrap/scss/_reboot.scss */

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 139, node_modules/bootstrap/scss/_reboot.scss */

dt {
  font-weight: 700;
}

/* line 143, node_modules/bootstrap/scss/_reboot.scss */

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 148, node_modules/bootstrap/scss/_reboot.scss */

blockquote {
  margin: 0 0 1rem;
}

/* line 152, node_modules/bootstrap/scss/_reboot.scss */

b,
strong {
  font-weight: 900;
}

/* line 157, node_modules/bootstrap/scss/_reboot.scss */

small {
  font-size: 80%;
}

/* line 166, node_modules/bootstrap/scss/_reboot.scss */

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 174, node_modules/bootstrap/scss/_reboot.scss */

sub {
  bottom: -.25em;
}

/* line 175, node_modules/bootstrap/scss/_reboot.scss */

sup {
  top: -.5em;
}

/* line 182, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 199, node_modules/bootstrap/scss/_reboot.scss */

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 208, node_modules/bootstrap/scss/_reboot.scss */

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 218, node_modules/bootstrap/scss/_reboot.scss */

pre,
code,
kbd,
samp {
  font-family: "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 226, node_modules/bootstrap/scss/_reboot.scss */

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 240, node_modules/bootstrap/scss/_reboot.scss */

figure {
  margin: 0 0 1rem;
}

/* line 250, node_modules/bootstrap/scss/_reboot.scss */

img {
  vertical-align: middle;
  border-style: none;
}

/* line 255, node_modules/bootstrap/scss/_reboot.scss */

svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 267, node_modules/bootstrap/scss/_reboot.scss */

table {
  border-collapse: collapse;
}

/* line 271, node_modules/bootstrap/scss/_reboot.scss */

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 279, node_modules/bootstrap/scss/_reboot.scss */

th {
  text-align: inherit;
}

/* line 290, node_modules/bootstrap/scss/_reboot.scss */

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 299, node_modules/bootstrap/scss/_reboot.scss */

button {
  border-radius: 0;
}

/* line 308, node_modules/bootstrap/scss/_reboot.scss */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 313, node_modules/bootstrap/scss/_reboot.scss */

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 324, node_modules/bootstrap/scss/_reboot.scss */

button,
input {
  overflow: visible;
}

/* line 329, node_modules/bootstrap/scss/_reboot.scss */

button,
select {
  text-transform: none;
}

/* line 337, node_modules/bootstrap/scss/_reboot.scss */

select {
  word-wrap: normal;
}

/* line 345, node_modules/bootstrap/scss/_reboot.scss */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 358, node_modules/bootstrap/scss/_reboot.scss */

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 365, node_modules/bootstrap/scss/_reboot.scss */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 373, node_modules/bootstrap/scss/_reboot.scss */

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/* line 380, node_modules/bootstrap/scss/_reboot.scss */

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 392, node_modules/bootstrap/scss/_reboot.scss */

textarea {
  overflow: auto;
  resize: vertical;
}

/* line 398, node_modules/bootstrap/scss/_reboot.scss */

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 413, node_modules/bootstrap/scss/_reboot.scss */

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 425, node_modules/bootstrap/scss/_reboot.scss */

progress {
  vertical-align: baseline;
}

/* line 430, node_modules/bootstrap/scss/_reboot.scss */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 435, node_modules/bootstrap/scss/_reboot.scss */

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 448, node_modules/bootstrap/scss/_reboot.scss */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 457, node_modules/bootstrap/scss/_reboot.scss */

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 466, node_modules/bootstrap/scss/_reboot.scss */

output {
  display: inline-block;
}

/* line 470, node_modules/bootstrap/scss/_reboot.scss */

summary {
  display: list-item;
  cursor: pointer;
}

/* line 475, node_modules/bootstrap/scss/_reboot.scss */

template {
  display: none;
}

/* line 481, node_modules/bootstrap/scss/_reboot.scss */

[hidden] {
  display: none !important;
}

/* line 7, node_modules/bootstrap/scss/_type.scss */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 900;
  line-height: 1.2;
  color: #000;
}

/* line 16, node_modules/bootstrap/scss/_type.scss */

h1,
.h1 {
  font-size: 4rem;
}

/* line 17, node_modules/bootstrap/scss/_type.scss */

h2,
.h2 {
  font-size: 3.5rem;
}

/* line 18, node_modules/bootstrap/scss/_type.scss */

h3,
.h3 {
  font-size: 2.5rem;
}

/* line 19, node_modules/bootstrap/scss/_type.scss */

h4,
.h4 {
  font-size: 2rem;
}

/* line 20, node_modules/bootstrap/scss/_type.scss */

h5,
.h5 {
  font-size: 1.65rem;
}

/* line 21, node_modules/bootstrap/scss/_type.scss */

h6,
.h6 {
  font-size: 1.375rem;
}

/* line 23, node_modules/bootstrap/scss/_type.scss */

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, node_modules/bootstrap/scss/_type.scss */

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, node_modules/bootstrap/scss/_type.scss */

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, node_modules/bootstrap/scss/_type.scss */

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, node_modules/bootstrap/scss/_type.scss */

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, node_modules/bootstrap/scss/_type.scss */

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #79b928;
}

/* line 67, node_modules/bootstrap/scss/_type.scss */

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, node_modules/bootstrap/scss/_type.scss */

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, node_modules/bootstrap/scss/_type.scss */

.list-unstyled,
.comment-list {
  padding-left: 0;
  list-style: none;
}

/* line 89, node_modules/bootstrap/scss/_type.scss */

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

/* line 92, node_modules/bootstrap/scss/_type.scss */

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

/* line 95, node_modules/bootstrap/scss/_type.scss */

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, node_modules/bootstrap/scss/_type.scss */

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, node_modules/bootstrap/scss/_type.scss */

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, node_modules/bootstrap/scss/_type.scss */

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 122, node_modules/bootstrap/scss/_type.scss */

.blockquote-footer::before {
  content: "\2014\A0";
}

/* line 8, node_modules/bootstrap/scss/_images.scss */

.img-fluid,
.wp-caption img {
  max-width: 100%;
  height: auto;
}

/* line 14, node_modules/bootstrap/scss/_images.scss */

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, node_modules/bootstrap/scss/_images.scss */

.figure,
.wp-caption {
  display: inline-block;
}

/* line 34, node_modules/bootstrap/scss/_images.scss */

.figure-img,
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, node_modules/bootstrap/scss/_images.scss */

.figure-caption,
.wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, node_modules/bootstrap/scss/_code.scss */

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 8, node_modules/bootstrap/scss/_code.scss */

a > code {
  color: inherit;
}

/* line 14, node_modules/bootstrap/scss/_code.scss */

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #393b41;
  border-radius: 0.2rem;
}

/* line 22, node_modules/bootstrap/scss/_code.scss */

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, node_modules/bootstrap/scss/_code.scss */

pre {
  display: block;
  font-size: 87.5%;
  color: #393b41;
}

/* line 37, node_modules/bootstrap/scss/_code.scss */

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, node_modules/bootstrap/scss/_code.scss */

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, node_modules/bootstrap/scss/_grid.scss */

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */

  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */

  .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */

  .container {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */

  .container {
    max-width: 100%;
  }
}

/* line 18, node_modules/bootstrap/scss/_grid.scss */

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 28, node_modules/bootstrap/scss/_grid.scss */

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 34, node_modules/bootstrap/scss/_grid.scss */

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 38, node_modules/bootstrap/scss/_grid.scss */

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

@media (min-width: 576px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-0 {
    margin-left: 0;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* line 5, node_modules/bootstrap/scss/_tables.scss */

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
}

/* line 11, node_modules/bootstrap/scss/_tables.scss */

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 18, node_modules/bootstrap/scss/_tables.scss */

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 23, node_modules/bootstrap/scss/_tables.scss */

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 34, node_modules/bootstrap/scss/_tables.scss */

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 45, node_modules/bootstrap/scss/_tables.scss */

.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 48, node_modules/bootstrap/scss/_tables.scss */

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 54, node_modules/bootstrap/scss/_tables.scss */

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, node_modules/bootstrap/scss/_tables.scss */

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, node_modules/bootstrap/scss/_tables.scss */

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover tbody tr:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #f7c2bf;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #ef8e88;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-primary:hover {
  background-color: #f4aca8;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #f4aca8;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f4f4f4;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #eaeaeb;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-secondary:hover {
  background-color: #e7e7e7;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #e7e7e7;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-success,
.table-success > th,
.table-success > td {
  background-color: #d9ebc3;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #b9db8f;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-success:hover {
  background-color: #cde5b0;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #cde5b0;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c2c3c5;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8e8f93;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-dark:hover {
  background-color: #b5b6b9;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b5b6b9;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 114, node_modules/bootstrap/scss/_tables.scss */

.table .thead-dark th {
  color: #fff;
  background-color: #252830;
  border-color: #363a46;
}

/* line 122, node_modules/bootstrap/scss/_tables.scss */

.table .thead-light th {
  color: #404040;
  background-color: #f5f5f5;
  border-color: #dee2e6;
}

/* line 130, node_modules/bootstrap/scss/_tables.scss */

.table-dark {
  color: #fff;
  background-color: #252830;
}

/* line 134, node_modules/bootstrap/scss/_tables.scss */

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #363a46;
}

/* line 140, node_modules/bootstrap/scss/_tables.scss */

.table-dark.table-bordered {
  border: 0;
}

/* line 145, node_modules/bootstrap/scss/_tables.scss */

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 171, node_modules/bootstrap/scss/_tables.scss */

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 179, node_modules/bootstrap/scss/_tables.scss */

.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, node_modules/bootstrap/scss/_forms.scss */

.form-control,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.search-form .search-field {
  display: block;
  width: 100%;
  height: calc(1.3125em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3125;
  color: #404040;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, node_modules/bootstrap/scss/_forms.scss */

  .form-control,
  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form input[type="url"],
  .comment-form textarea,
  .search-form .search-field {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 28, node_modules/bootstrap/scss/_forms.scss */

.form-control::-ms-expand,
.comment-form input[type="text"]::-ms-expand,
.comment-form input[type="email"]::-ms-expand,
.comment-form input[type="url"]::-ms-expand,
.comment-form textarea::-ms-expand,
.search-form .search-field::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, node_modules/bootstrap/scss/mixins/_forms.scss */

.form-control:focus,
.comment-form input:focus[type="text"],
.comment-form input:focus[type="email"],
.comment-form input:focus[type="url"],
.comment-form textarea:focus,
.search-form .search-field:focus {
  color: #404040;
  background-color: #fff;
  border-color: #f1908a;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 38, 27, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(225, 38, 27, 0.25);
}

/* line 37, node_modules/bootstrap/scss/_forms.scss */

.form-control::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.search-form .search-field::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder,
.comment-form input[type="text"]::-moz-placeholder,
.comment-form input[type="email"]::-moz-placeholder,
.comment-form input[type="url"]::-moz-placeholder,
.comment-form textarea::-moz-placeholder,
.search-form .search-field::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder,
.comment-form input[type="text"]::-ms-input-placeholder,
.comment-form input[type="email"]::-ms-input-placeholder,
.comment-form input[type="url"]::-ms-input-placeholder,
.comment-form textarea::-ms-input-placeholder,
.search-form .search-field::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder,
.comment-form input[type="text"]::placeholder,
.comment-form input[type="email"]::placeholder,
.comment-form input[type="url"]::placeholder,
.comment-form textarea::placeholder,
.search-form .search-field::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 48, node_modules/bootstrap/scss/_forms.scss */

.form-control:disabled,
.comment-form input:disabled[type="text"],
.comment-form input:disabled[type="email"],
.comment-form input:disabled[type="url"],
.comment-form textarea:disabled,
.search-form .search-field:disabled,
.form-control[readonly],
.comment-form input[readonly][type="text"],
.comment-form input[readonly][type="email"],
.comment-form input[readonly][type="url"],
.comment-form textarea[readonly],
.search-form .search-field[readonly] {
  background-color: #f5f5f5;
  opacity: 1;
}

/* line 57, node_modules/bootstrap/scss/_forms.scss */

select.form-control:focus::-ms-value,
.search-form select.search-field:focus::-ms-value {
  color: #404040;
  background-color: #fff;
}

/* line 69, node_modules/bootstrap/scss/_forms.scss */

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 82, node_modules/bootstrap/scss/_forms.scss */

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.3125;
}

/* line 90, node_modules/bootstrap/scss/_forms.scss */

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 97, node_modules/bootstrap/scss/_forms.scss */

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 110, node_modules/bootstrap/scss/_forms.scss */

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.3125;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 122, node_modules/bootstrap/scss/_forms.scss */

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 137, node_modules/bootstrap/scss/_forms.scss */

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 145, node_modules/bootstrap/scss/_forms.scss */

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 155, node_modules/bootstrap/scss/_forms.scss */

select.form-control[size],
.search-form select.search-field[size],
select.form-control[multiple],
.search-form select.search-field[multiple] {
  height: auto;
}

/* line 161, node_modules/bootstrap/scss/_forms.scss */

textarea.form-control,
.comment-form textarea,
.search-form textarea.search-field {
  height: auto;
}

/* line 170, node_modules/bootstrap/scss/_forms.scss */

.form-group,
.comment-form p,
.search-form label {
  margin-bottom: 1rem;
}

/* line 174, node_modules/bootstrap/scss/_forms.scss */

.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 184, node_modules/bootstrap/scss/_forms.scss */

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 190, node_modules/bootstrap/scss/_forms.scss */

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 202, node_modules/bootstrap/scss/_forms.scss */

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 208, node_modules/bootstrap/scss/_forms.scss */

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 213, node_modules/bootstrap/scss/_forms.scss */

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 218, node_modules/bootstrap/scss/_forms.scss */

.form-check-label {
  margin-bottom: 0;
}

/* line 222, node_modules/bootstrap/scss/_forms.scss */

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 229, node_modules/bootstrap/scss/_forms.scss */

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 30, node_modules/bootstrap/scss/mixins/_forms.scss */

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #79b928;
}

/* line 38, node_modules/bootstrap/scss/mixins/_forms.scss */

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.3125;
  color: #fff;
  background-color: rgba(121, 185, 40, 0.9);
  border-radius: 0.25rem;
}

/* line 54, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:valid,
.was-validated .comment-form input:valid[type="text"],
.comment-form .was-validated input:valid[type="text"],
.was-validated .comment-form input:valid[type="email"],
.comment-form .was-validated input:valid[type="email"],
.was-validated .comment-form input:valid[type="url"],
.comment-form .was-validated input:valid[type="url"],
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid,
.was-validated .search-form .search-field:valid,
.search-form .was-validated .search-field:valid,
.form-control.is-valid,
.comment-form input.is-valid[type="text"],
.comment-form input.is-valid[type="email"],
.comment-form input.is-valid[type="url"],
.comment-form textarea.is-valid,
.search-form .is-valid.search-field {
  border-color: #79b928;
  padding-right: calc(1.3125em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2379b928' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.32812em + 0.1875rem);
  background-size: calc(0.65625em + 0.375rem) calc(0.65625em + 0.375rem);
}

/* line 66, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:valid:focus,
.was-validated .comment-form input:valid:focus[type="text"],
.comment-form .was-validated input:valid:focus[type="text"],
.was-validated .comment-form input:valid:focus[type="email"],
.comment-form .was-validated input:valid:focus[type="email"],
.was-validated .comment-form input:valid:focus[type="url"],
.comment-form .was-validated input:valid:focus[type="url"],
.was-validated .comment-form textarea:valid:focus,
.comment-form .was-validated textarea:valid:focus,
.was-validated .search-form .search-field:valid:focus,
.search-form .was-validated .search-field:valid:focus,
.form-control.is-valid:focus,
.comment-form input.is-valid:focus[type="text"],
.comment-form input.is-valid:focus[type="email"],
.comment-form input.is-valid:focus[type="url"],
.comment-form textarea.is-valid:focus,
.search-form .is-valid.search-field:focus {
  border-color: #79b928;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 185, 40, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(121, 185, 40, 0.25);
}

/* line 71, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .comment-form input:valid[type="text"] ~ .valid-feedback,
.comment-form .was-validated input:valid[type="text"] ~ .valid-feedback,
.was-validated .comment-form input:valid[type="email"] ~ .valid-feedback,
.comment-form .was-validated input:valid[type="email"] ~ .valid-feedback,
.was-validated .comment-form input:valid[type="url"] ~ .valid-feedback,
.comment-form .was-validated input:valid[type="url"] ~ .valid-feedback,
.was-validated .comment-form textarea:valid ~ .valid-feedback,
.comment-form .was-validated textarea:valid ~ .valid-feedback,
.was-validated .search-form .search-field:valid ~ .valid-feedback,
.search-form .was-validated .search-field:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .comment-form input:valid[type="text"] ~ .valid-tooltip,
.comment-form .was-validated input:valid[type="text"] ~ .valid-tooltip,
.was-validated .comment-form input:valid[type="email"] ~ .valid-tooltip,
.comment-form .was-validated input:valid[type="email"] ~ .valid-tooltip,
.was-validated .comment-form input:valid[type="url"] ~ .valid-tooltip,
.comment-form .was-validated input:valid[type="url"] ~ .valid-tooltip,
.was-validated .comment-form textarea:valid ~ .valid-tooltip,
.comment-form .was-validated textarea:valid ~ .valid-tooltip,
.was-validated .search-form .search-field:valid ~ .valid-tooltip,
.search-form .was-validated .search-field:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.comment-form input.is-valid[type="text"] ~ .valid-feedback,
.comment-form input.is-valid[type="email"] ~ .valid-feedback,
.comment-form input.is-valid[type="url"] ~ .valid-feedback,
.comment-form textarea.is-valid ~ .valid-feedback,
.search-form .is-valid.search-field ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.comment-form input.is-valid[type="text"] ~ .valid-tooltip,
.comment-form input.is-valid[type="email"] ~ .valid-tooltip,
.comment-form input.is-valid[type="url"] ~ .valid-tooltip,
.comment-form textarea.is-valid ~ .valid-tooltip,
.search-form .is-valid.search-field ~ .valid-tooltip {
  display: block;
}

/* line 80, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated textarea.form-control:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid,
.was-validated .search-form textarea.search-field:valid,
.search-form .was-validated textarea.search-field:valid,
textarea.form-control.is-valid,
.comment-form textarea.is-valid,
.search-form textarea.is-valid.search-field {
  padding-right: calc(1.3125em + 0.75rem);
  background-position: top calc(0.32812em + 0.1875rem) right calc(0.32812em + 0.1875rem);
}

/* line 90, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #79b928;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23252830' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2379b928' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.65625em + 0.375rem) calc(0.65625em + 0.375rem);
}

/* line 99, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #79b928;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 185, 40, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(121, 185, 40, 0.25);
}

/* line 104, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 115, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 125, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #79b928;
}

/* line 129, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 139, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #79b928;
}

/* line 142, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #79b928;
}

/* line 147, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 153, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #93d53f;
  background-color: #93d53f;
}

/* line 160, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 185, 40, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(121, 185, 40, 0.25);
}

/* line 164, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #79b928;
}

/* line 175, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #79b928;
}

/* line 179, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 185, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #79b928;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 185, 40, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(121, 185, 40, 0.25);
}

/* line 30, node_modules/bootstrap/scss/mixins/_forms.scss */

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 38, node_modules/bootstrap/scss/mixins/_forms.scss */

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.3125;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 54, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:invalid,
.was-validated .comment-form input:invalid[type="text"],
.comment-form .was-validated input:invalid[type="text"],
.was-validated .comment-form input:invalid[type="email"],
.comment-form .was-validated input:invalid[type="email"],
.was-validated .comment-form input:invalid[type="url"],
.comment-form .was-validated input:invalid[type="url"],
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid,
.was-validated .search-form .search-field:invalid,
.search-form .was-validated .search-field:invalid,
.form-control.is-invalid,
.comment-form input.is-invalid[type="text"],
.comment-form input.is-invalid[type="email"],
.comment-form input.is-invalid[type="url"],
.comment-form textarea.is-invalid,
.search-form .is-invalid.search-field {
  border-color: #dc3545;
  padding-right: calc(1.3125em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.32812em + 0.1875rem);
  background-size: calc(0.65625em + 0.375rem) calc(0.65625em + 0.375rem);
}

/* line 66, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:invalid:focus,
.was-validated .comment-form input:invalid:focus[type="text"],
.comment-form .was-validated input:invalid:focus[type="text"],
.was-validated .comment-form input:invalid:focus[type="email"],
.comment-form .was-validated input:invalid:focus[type="email"],
.was-validated .comment-form input:invalid:focus[type="url"],
.comment-form .was-validated input:invalid:focus[type="url"],
.was-validated .comment-form textarea:invalid:focus,
.comment-form .was-validated textarea:invalid:focus,
.was-validated .search-form .search-field:invalid:focus,
.search-form .was-validated .search-field:invalid:focus,
.form-control.is-invalid:focus,
.comment-form input.is-invalid:focus[type="text"],
.comment-form input.is-invalid:focus[type="email"],
.comment-form input.is-invalid:focus[type="url"],
.comment-form textarea.is-invalid:focus,
.search-form .is-invalid.search-field:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 71, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .comment-form input:invalid[type="text"] ~ .invalid-feedback,
.comment-form .was-validated input:invalid[type="text"] ~ .invalid-feedback,
.was-validated .comment-form input:invalid[type="email"] ~ .invalid-feedback,
.comment-form .was-validated input:invalid[type="email"] ~ .invalid-feedback,
.was-validated .comment-form input:invalid[type="url"] ~ .invalid-feedback,
.comment-form .was-validated input:invalid[type="url"] ~ .invalid-feedback,
.was-validated .comment-form textarea:invalid ~ .invalid-feedback,
.comment-form .was-validated textarea:invalid ~ .invalid-feedback,
.was-validated .search-form .search-field:invalid ~ .invalid-feedback,
.search-form .was-validated .search-field:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .comment-form input:invalid[type="text"] ~ .invalid-tooltip,
.comment-form .was-validated input:invalid[type="text"] ~ .invalid-tooltip,
.was-validated .comment-form input:invalid[type="email"] ~ .invalid-tooltip,
.comment-form .was-validated input:invalid[type="email"] ~ .invalid-tooltip,
.was-validated .comment-form input:invalid[type="url"] ~ .invalid-tooltip,
.comment-form .was-validated input:invalid[type="url"] ~ .invalid-tooltip,
.was-validated .comment-form textarea:invalid ~ .invalid-tooltip,
.comment-form .was-validated textarea:invalid ~ .invalid-tooltip,
.was-validated .search-form .search-field:invalid ~ .invalid-tooltip,
.search-form .was-validated .search-field:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.comment-form input.is-invalid[type="text"] ~ .invalid-feedback,
.comment-form input.is-invalid[type="email"] ~ .invalid-feedback,
.comment-form input.is-invalid[type="url"] ~ .invalid-feedback,
.comment-form textarea.is-invalid ~ .invalid-feedback,
.search-form .is-invalid.search-field ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.comment-form input.is-invalid[type="text"] ~ .invalid-tooltip,
.comment-form input.is-invalid[type="email"] ~ .invalid-tooltip,
.comment-form input.is-invalid[type="url"] ~ .invalid-tooltip,
.comment-form textarea.is-invalid ~ .invalid-tooltip,
.search-form .is-invalid.search-field ~ .invalid-tooltip {
  display: block;
}

/* line 80, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated textarea.form-control:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid,
.was-validated .search-form textarea.search-field:invalid,
.search-form .was-validated textarea.search-field:invalid,
textarea.form-control.is-invalid,
.comment-form textarea.is-invalid,
.search-form textarea.is-invalid.search-field {
  padding-right: calc(1.3125em + 0.75rem);
  background-position: top calc(0.32812em + 0.1875rem) right calc(0.32812em + 0.1875rem);
}

/* line 90, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23252830' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.65625em + 0.375rem) calc(0.65625em + 0.375rem);
}

/* line 99, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 104, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 115, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 125, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 129, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 139, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 142, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 147, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 153, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

/* line 160, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 164, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 175, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 179, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 185, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 258, node_modules/bootstrap/scss/_forms.scss */

.form-inline,
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 266, node_modules/bootstrap/scss/_forms.scss */

.form-inline .form-check,
.search-form .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 272, node_modules/bootstrap/scss/_forms.scss */

  .form-inline label,
  .search-form label {
    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;
    margin-bottom: 0;
  }

  /* line 280, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .form-group,
  .search-form .form-group,
  .form-inline .comment-form p,
  .comment-form .form-inline p,
  .search-form .comment-form p,
  .comment-form .search-form p,
  .form-inline .search-form label,
  .search-form .form-inline label,
  .search-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }

  /* line 289, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .form-control,
  .search-form .form-control,
  .form-inline .comment-form input[type="text"],
  .comment-form .form-inline input[type="text"],
  .search-form .comment-form input[type="text"],
  .comment-form .search-form input[type="text"],
  .form-inline .comment-form input[type="email"],
  .comment-form .form-inline input[type="email"],
  .search-form .comment-form input[type="email"],
  .comment-form .search-form input[type="email"],
  .form-inline .comment-form input[type="url"],
  .comment-form .form-inline input[type="url"],
  .search-form .comment-form input[type="url"],
  .comment-form .search-form input[type="url"],
  .form-inline .comment-form textarea,
  .comment-form .form-inline textarea,
  .search-form .comment-form textarea,
  .comment-form .search-form textarea,
  .search-form .search-field {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 296, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .form-control-plaintext,
  .search-form .form-control-plaintext {
    display: inline-block;
  }

  /* line 300, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .input-group,
  .search-form .input-group,
  .form-inline .custom-select,
  .search-form .custom-select {
    width: auto;
  }

  /* line 307, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .form-check,
  .search-form .form-check {
    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;
    width: auto;
    padding-left: 0;
  }

  /* line 314, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .form-check-input,
  .search-form .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  /* line 322, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .custom-control,
  .search-form .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 326, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .custom-control-label,
  .search-form .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, node_modules/bootstrap/scss/_buttons.scss */

.btn,
.comment-form input[type="submit"],
.search-form .search-submit {
  display: inline-block;
  font-weight: 400;
  color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.3125;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, node_modules/bootstrap/scss/_buttons.scss */

  .btn,
  .comment-form input[type="submit"],
  .search-form .search-submit {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn:hover,
.comment-form input:hover[type="submit"],
.search-form .search-submit:hover {
  color: #000;
  text-decoration: none;
}

/* line 25, node_modules/bootstrap/scss/_buttons.scss */

.btn:focus,
.comment-form input:focus[type="submit"],
.search-form .search-submit:focus,
.btn.focus,
.comment-form input.focus[type="submit"],
.search-form .focus.search-submit {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 38, 27, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(225, 38, 27, 0.25);
}

/* line 32, node_modules/bootstrap/scss/_buttons.scss */

.btn.disabled,
.comment-form input.disabled[type="submit"],
.search-form .disabled.search-submit,
.btn:disabled,
.comment-form input:disabled[type="submit"],
.search-form .search-submit:disabled {
  opacity: 0.65;
}

/* line 49, node_modules/bootstrap/scss/_buttons.scss */

a.btn.disabled,
.search-form a.disabled.search-submit,
fieldset:disabled a.btn,
fieldset:disabled .search-form a.search-submit,
.search-form fieldset:disabled a.search-submit {
  pointer-events: none;
}

/* line 60, node_modules/bootstrap/scss/_buttons.scss */

.btn-primary {
  color: #fff;
  background-color: #e1261b;
  border-color: #e1261b;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-primary:hover {
  color: #fff;
  background-color: #bf2017;
  border-color: #b31e16;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 71, 61, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(230, 71, 61, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #e1261b;
  border-color: #e1261b;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #b31e16;
  border-color: #a81c14;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 71, 61, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(230, 71, 61, 0.5);
}

/* line 60, node_modules/bootstrap/scss/_buttons.scss */

.btn-secondary,
.comment-form input[type="submit"],
.search-form .search-submit {
  color: #393b41;
  background-color: #d7d7d9;
  border-color: #d7d7d9;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-secondary:hover,
.comment-form input:hover[type="submit"],
.search-form .search-submit:hover {
  color: #393b41;
  background-color: #c3c3c6;
  border-color: #bdbdc0;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-secondary:focus,
.comment-form input:focus[type="submit"],
.search-form .search-submit:focus,
.btn-secondary.focus,
.comment-form input.focus[type="submit"],
.search-form .focus.search-submit {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(191, 192, 194, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(191, 192, 194, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-secondary.disabled,
.comment-form input.disabled[type="submit"],
.search-form .disabled.search-submit,
.btn-secondary:disabled,
.comment-form input:disabled[type="submit"],
.search-form .search-submit:disabled {
  color: #393b41;
  background-color: #d7d7d9;
  border-color: #d7d7d9;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-secondary:not(:disabled):not(.disabled):active,
.comment-form input:not(:disabled):not(.disabled):active[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.comment-form input:not(:disabled):not(.disabled).active[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle,
.comment-form .show > input.dropdown-toggle[type="submit"],
.search-form .show > .dropdown-toggle.search-submit {
  color: #393b41;
  background-color: #bdbdc0;
  border-color: #b6b6ba;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.comment-form input:not(:disabled):not(.disabled):active:focus[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.comment-form input:not(:disabled):not(.disabled).active:focus[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.comment-form .show > input.dropdown-toggle:focus[type="submit"],
.search-form .show > .dropdown-toggle.search-submit:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(191, 192, 194, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(191, 192, 194, 0.5);
}

/* line 60, node_modules/bootstrap/scss/_buttons.scss */

.btn-success {
  color: #fff;
  background-color: #79b928;
  border-color: #79b928;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-success:hover {
  color: #fff;
  background-color: #649a21;
  border-color: #5e8f1f;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(141, 196, 72, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(141, 196, 72, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #79b928;
  border-color: #79b928;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #5e8f1f;
  border-color: #57851d;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(141, 196, 72, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(141, 196, 72, 0.5);
}

/* line 60, node_modules/bootstrap/scss/_buttons.scss */

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 60, node_modules/bootstrap/scss/_buttons.scss */

.btn-warning {
  color: #393b41;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-warning:hover {
  color: #393b41;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 173, 16, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 173, 16, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-warning.disabled,
.btn-warning:disabled {
  color: #393b41;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #393b41;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 173, 16, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 173, 16, 0.5);
}

/* line 60, node_modules/bootstrap/scss/_buttons.scss */

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 60, node_modules/bootstrap/scss/_buttons.scss */

.btn-light {
  color: #393b41;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-light:hover {
  color: #393b41;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 221, 222, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(219, 221, 222, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-light.disabled,
.btn-light:disabled {
  color: #393b41;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #393b41;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 221, 222, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(219, 221, 222, 0.5);
}

/* line 60, node_modules/bootstrap/scss/_buttons.scss */

.btn-dark {
  color: #fff;
  background-color: #252830;
  border-color: #252830;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-dark:hover {
  color: #fff;
  background-color: #14161a;
  border-color: #0f1013;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 72, 79, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(70, 72, 79, 0.5);
}

/* line 29, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #252830;
  border-color: #252830;
}

/* line 40, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0f1013;
  border-color: #090a0c;
}

/* line 50, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 72, 79, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(70, 72, 79, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-primary {
  color: #e1261b;
  border-color: #e1261b;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-primary:hover {
  color: #fff;
  background-color: #e1261b;
  border-color: #e1261b;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 38, 27, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 38, 27, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #e1261b;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #e1261b;
  border-color: #e1261b;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 38, 27, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 38, 27, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-secondary {
  color: #d7d7d9;
  border-color: #d7d7d9;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-secondary:hover {
  color: #393b41;
  background-color: #d7d7d9;
  border-color: #d7d7d9;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 215, 217, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(215, 215, 217, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #d7d7d9;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #393b41;
  background-color: #d7d7d9;
  border-color: #d7d7d9;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 215, 217, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(215, 215, 217, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-success {
  color: #79b928;
  border-color: #79b928;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-success:hover {
  color: #fff;
  background-color: #79b928;
  border-color: #79b928;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 185, 40, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(121, 185, 40, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #79b928;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #79b928;
  border-color: #79b928;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 185, 40, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(121, 185, 40, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-warning:hover {
  color: #393b41;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #393b41;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-light:hover {
  color: #393b41;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #393b41;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-dark {
  color: #252830;
  border-color: #252830;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-dark:hover {
  color: #fff;
  background-color: #252830;
  border-color: #252830;
}

/* line 71, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 40, 48, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(37, 40, 48, 0.5);
}

/* line 76, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #252830;
  background-color: transparent;
}

/* line 82, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #252830;
  border-color: #252830;
}

/* line 89, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 40, 48, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(37, 40, 48, 0.5);
}

/* line 77, node_modules/bootstrap/scss/_buttons.scss */

.btn-link {
  font-weight: 400;
  color: inherit;
  text-decoration: none;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-link:hover {
  color: inherit;
  text-decoration: none;
}

/* line 87, node_modules/bootstrap/scss/_buttons.scss */

.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 93, node_modules/bootstrap/scss/_buttons.scss */

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 107, node_modules/bootstrap/scss/_buttons.scss */

.btn-lg,
.btn-group-lg > .btn,
.comment-form .btn-group-lg > input[type="submit"],
.search-form .btn-group-lg > .search-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 111, node_modules/bootstrap/scss/_buttons.scss */

.btn-sm,
.btn-group-sm > .btn,
.comment-form .btn-group-sm > input[type="submit"],
.search-form .btn-group-sm > .search-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 120, node_modules/bootstrap/scss/_buttons.scss */

.btn-block {
  display: block;
  width: 100%;
}

/* line 125, node_modules/bootstrap/scss/_buttons.scss */

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 134, node_modules/bootstrap/scss/_buttons.scss */

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 1, node_modules/bootstrap/scss/_transitions.scss */

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, node_modules/bootstrap/scss/_transitions.scss */

  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 4, node_modules/bootstrap/scss/_transitions.scss */

.fade:not(.show) {
  opacity: 0;
}

/* line 10, node_modules/bootstrap/scss/_transitions.scss */

.collapse:not(.show) {
  display: none;
}

/* line 15, node_modules/bootstrap/scss/_transitions.scss */

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, node_modules/bootstrap/scss/_transitions.scss */

  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 2, node_modules/bootstrap/scss/_dropdown.scss */

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 42, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 57, node_modules/bootstrap/scss/_dropdown.scss */

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, node_modules/bootstrap/scss/_dropdown.scss */

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, node_modules/bootstrap/scss/_dropdown.scss */

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, node_modules/bootstrap/scss/_dropdown.scss */

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 45, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, node_modules/bootstrap/scss/_dropdown.scss */

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #f5f5f5;
}

/* line 123, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #393b41;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.dropdown-item:hover,
.dropdown-item:focus {
  color: #2d2f33;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 153, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #e1261b;
}

/* line 160, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

/* line 172, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu.show {
  display: block;
}

/* line 177, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 187, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #393b41;
}

/* line 4, node_modules/bootstrap/scss/_button-group.scss */

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn,
.comment-form .btn-group > input[type="submit"],
.search-form .btn-group > .search-submit,
.btn-group-vertical > .btn,
.comment-form .btn-group-vertical > input[type="submit"],
.search-form .btn-group-vertical > .search-submit {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-group > .btn:hover,
.comment-form .btn-group > input:hover[type="submit"],
.search-form .btn-group > .search-submit:hover,
.btn-group-vertical > .btn:hover,
.comment-form .btn-group-vertical > input:hover[type="submit"],
.search-form .btn-group-vertical > .search-submit:hover {
  z-index: 1;
}

/* line 19, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn:focus,
.comment-form .btn-group > input:focus[type="submit"],
.search-form .btn-group > .search-submit:focus,
.btn-group > .btn:active,
.comment-form .btn-group > input:active[type="submit"],
.search-form .btn-group > .search-submit:active,
.btn-group > .btn.active,
.comment-form .btn-group > input.active[type="submit"],
.search-form .btn-group > .active.search-submit,
.btn-group-vertical > .btn:focus,
.comment-form .btn-group-vertical > input:focus[type="submit"],
.search-form .btn-group-vertical > .search-submit:focus,
.btn-group-vertical > .btn:active,
.comment-form .btn-group-vertical > input:active[type="submit"],
.search-form .btn-group-vertical > .search-submit:active,
.btn-group-vertical > .btn.active,
.comment-form .btn-group-vertical > input.active[type="submit"],
.search-form .btn-group-vertical > .active.search-submit {
  z-index: 1;
}

/* line 28, node_modules/bootstrap/scss/_button-group.scss */

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 33, node_modules/bootstrap/scss/_button-group.scss */

.btn-toolbar .input-group {
  width: auto;
}

/* line 40, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn:not(:first-child),
.comment-form .btn-group > input:not(:first-child)[type="submit"],
.search-form .btn-group > .search-submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 46, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.search-form .btn-group > .search-submit:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.comment-form .btn-group > .btn-group:not(:last-child) > input[type="submit"],
.search-form .btn-group > .btn-group:not(:last-child) > .search-submit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 51, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn:not(:first-child),
.comment-form .btn-group > input:not(:first-child)[type="submit"],
.search-form .btn-group > .search-submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.comment-form .btn-group > .btn-group:not(:first-child) > input[type="submit"],
.search-form .btn-group > .btn-group:not(:first-child) > .search-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, node_modules/bootstrap/scss/_button-group.scss */

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 73, node_modules/bootstrap/scss/_button-group.scss */

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, node_modules/bootstrap/scss/_button-group.scss */

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, node_modules/bootstrap/scss/_button-group.scss */

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split,
.comment-form .btn-group-sm > input[type="submit"] + .dropdown-toggle-split,
.search-form .btn-group-sm > .search-submit + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 89, node_modules/bootstrap/scss/_button-group.scss */

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split,
.comment-form .btn-group-lg > input[type="submit"] + .dropdown-toggle-split,
.search-form .btn-group-lg > .search-submit + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 111, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical {
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 116, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical > .btn,
.comment-form .btn-group-vertical > input[type="submit"],
.search-form .btn-group-vertical > .search-submit,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 121, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical > .btn:not(:first-child),
.comment-form .btn-group-vertical > input:not(:first-child)[type="submit"],
.search-form .btn-group-vertical > .search-submit:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 127, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.search-form .btn-group-vertical > .search-submit:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.comment-form .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"],
.search-form .btn-group-vertical > .btn-group:not(:last-child) > .search-submit {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 132, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical > .btn:not(:first-child),
.comment-form .btn-group-vertical > input:not(:first-child)[type="submit"],
.search-form .btn-group-vertical > .search-submit:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.comment-form .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"],
.search-form .btn-group-vertical > .btn-group:not(:first-child) > .search-submit {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 152, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-toggle > .btn,
.comment-form .btn-group-toggle > input[type="submit"],
.search-form .btn-group-toggle > .search-submit,
.btn-group-toggle > .btn-group > .btn,
.comment-form .btn-group-toggle > .btn-group > input[type="submit"],
.search-form .btn-group-toggle > .btn-group > .search-submit {
  margin-bottom: 0;
}

/* line 156, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-toggle > .btn input[type="radio"],
.comment-form .btn-group-toggle > input[type="submit"] input[type="radio"],
.search-form .btn-group-toggle > .search-submit input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.comment-form .btn-group-toggle > input[type="submit"] input[type="checkbox"],
.search-form .btn-group-toggle > .search-submit input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.comment-form .btn-group-toggle > .btn-group > input[type="submit"] input[type="radio"],
.search-form .btn-group-toggle > .btn-group > .search-submit input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.comment-form .btn-group-toggle > .btn-group > input[type="submit"] input[type="checkbox"],
.search-form .btn-group-toggle > .btn-group > .search-submit input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, node_modules/bootstrap/scss/_input-group.scss */

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

/* line 14, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .form-control,
.comment-form .input-group > input[type="text"],
.comment-form .input-group > input[type="email"],
.comment-form .input-group > input[type="url"],
.comment-form .input-group > textarea,
.search-form .input-group > .search-field,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 25, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .form-control + .form-control,
.comment-form .input-group > input[type="text"] + .form-control,
.comment-form .input-group > input[type="email"] + .form-control,
.comment-form .input-group > input[type="url"] + .form-control,
.comment-form .input-group > textarea + .form-control,
.search-form .input-group > .search-field + .form-control,
.comment-form .input-group > .form-control + input[type="text"],
.comment-form .input-group > input[type="text"] + input[type="text"],
.comment-form .input-group > input[type="email"] + input[type="text"],
.comment-form .input-group > input[type="url"] + input[type="text"],
.comment-form .input-group > textarea + input[type="text"],
.search-form .comment-form .input-group > .search-field + input[type="text"],
.comment-form .search-form .input-group > .search-field + input[type="text"],
.comment-form .input-group > .form-control + input[type="email"],
.comment-form .input-group > input[type="text"] + input[type="email"],
.comment-form .input-group > input[type="email"] + input[type="email"],
.comment-form .input-group > input[type="url"] + input[type="email"],
.comment-form .input-group > textarea + input[type="email"],
.search-form .comment-form .input-group > .search-field + input[type="email"],
.comment-form .search-form .input-group > .search-field + input[type="email"],
.comment-form .input-group > .form-control + input[type="url"],
.comment-form .input-group > input[type="text"] + input[type="url"],
.comment-form .input-group > input[type="email"] + input[type="url"],
.comment-form .input-group > input[type="url"] + input[type="url"],
.comment-form .input-group > textarea + input[type="url"],
.search-form .comment-form .input-group > .search-field + input[type="url"],
.comment-form .search-form .input-group > .search-field + input[type="url"],
.comment-form .input-group > .form-control + textarea,
.comment-form .input-group > input[type="text"] + textarea,
.comment-form .input-group > input[type="email"] + textarea,
.comment-form .input-group > input[type="url"] + textarea,
.comment-form .input-group > textarea + textarea,
.search-form .comment-form .input-group > .search-field + textarea,
.comment-form .search-form .input-group > .search-field + textarea,
.search-form .input-group > .form-control + .search-field,
.comment-form .search-form .input-group > input[type="text"] + .search-field,
.search-form .comment-form .input-group > input[type="text"] + .search-field,
.comment-form .search-form .input-group > input[type="email"] + .search-field,
.search-form .comment-form .input-group > input[type="email"] + .search-field,
.comment-form .search-form .input-group > input[type="url"] + .search-field,
.search-form .comment-form .input-group > input[type="url"] + .search-field,
.comment-form .search-form .input-group > textarea + .search-field,
.search-form .comment-form .input-group > textarea + .search-field,
.search-form .input-group > .search-field + .search-field,
.input-group > .form-control + .custom-select,
.comment-form .input-group > input[type="text"] + .custom-select,
.comment-form .input-group > input[type="email"] + .custom-select,
.comment-form .input-group > input[type="url"] + .custom-select,
.comment-form .input-group > textarea + .custom-select,
.search-form .input-group > .search-field + .custom-select,
.input-group > .form-control + .custom-file,
.comment-form .input-group > input[type="text"] + .custom-file,
.comment-form .input-group > input[type="email"] + .custom-file,
.comment-form .input-group > input[type="url"] + .custom-file,
.comment-form .input-group > textarea + .custom-file,
.search-form .input-group > .search-field + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.comment-form .input-group > .form-control-plaintext + input[type="text"],
.comment-form .input-group > .form-control-plaintext + input[type="email"],
.comment-form .input-group > .form-control-plaintext + input[type="url"],
.comment-form .input-group > .form-control-plaintext + textarea,
.search-form .input-group > .form-control-plaintext + .search-field,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.comment-form .input-group > .custom-select + input[type="text"],
.comment-form .input-group > .custom-select + input[type="email"],
.comment-form .input-group > .custom-select + input[type="url"],
.comment-form .input-group > .custom-select + textarea,
.search-form .input-group > .custom-select + .search-field,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.comment-form .input-group > .custom-file + input[type="text"],
.comment-form .input-group > .custom-file + input[type="email"],
.comment-form .input-group > .custom-file + input[type="url"],
.comment-form .input-group > .custom-file + textarea,
.search-form .input-group > .custom-file + .search-field,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 33, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .form-control:focus,
.comment-form .input-group > input:focus[type="text"],
.comment-form .input-group > input:focus[type="email"],
.comment-form .input-group > input:focus[type="url"],
.comment-form .input-group > textarea:focus,
.search-form .input-group > .search-field:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 40, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 46, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .form-control:not(:last-child),
.comment-form .input-group > input:not(:last-child)[type="text"],
.comment-form .input-group > input:not(:last-child)[type="email"],
.comment-form .input-group > input:not(:last-child)[type="url"],
.comment-form .input-group > textarea:not(:last-child),
.search-form .input-group > .search-field:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 47, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .form-control:not(:first-child),
.comment-form .input-group > input:not(:first-child)[type="text"],
.comment-form .input-group > input:not(:first-child)[type="email"],
.comment-form .input-group > input:not(:first-child)[type="url"],
.comment-form .input-group > textarea:not(:first-child),
.search-form .input-group > .search-field:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 52, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 56, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 58, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 76, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend .btn,
.input-group-prepend .comment-form input[type="submit"],
.comment-form .input-group-prepend input[type="submit"],
.input-group-prepend .search-form .search-submit,
.search-form .input-group-prepend .search-submit,
.input-group-append .btn,
.input-group-append .comment-form input[type="submit"],
.comment-form .input-group-append input[type="submit"],
.input-group-append .search-form .search-submit,
.search-form .input-group-append .search-submit {
  position: relative;
  z-index: 2;
}

/* line 80, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend .btn:focus,
.input-group-prepend .comment-form input:focus[type="submit"],
.comment-form .input-group-prepend input:focus[type="submit"],
.input-group-prepend .search-form .search-submit:focus,
.search-form .input-group-prepend .search-submit:focus,
.input-group-append .btn:focus,
.input-group-append .comment-form input:focus[type="submit"],
.comment-form .input-group-append input:focus[type="submit"],
.input-group-append .search-form .search-submit:focus,
.search-form .input-group-append .search-submit:focus {
  z-index: 3;
}

/* line 85, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend .btn + .btn,
.input-group-prepend .comment-form input[type="submit"] + .btn,
.comment-form .input-group-prepend input[type="submit"] + .btn,
.input-group-prepend .search-form .search-submit + .btn,
.search-form .input-group-prepend .search-submit + .btn,
.input-group-prepend .comment-form .btn + input[type="submit"],
.comment-form .input-group-prepend .btn + input[type="submit"],
.input-group-prepend .comment-form input[type="submit"] + input[type="submit"],
.comment-form .input-group-prepend input[type="submit"] + input[type="submit"],
.input-group-prepend .search-form .comment-form .search-submit + input[type="submit"],
.comment-form .input-group-prepend .search-form .search-submit + input[type="submit"],
.search-form .input-group-prepend .comment-form .search-submit + input[type="submit"],
.comment-form .search-form .input-group-prepend .search-submit + input[type="submit"],
.input-group-prepend .search-form .btn + .search-submit,
.search-form .input-group-prepend .btn + .search-submit,
.input-group-prepend .comment-form .search-form input[type="submit"] + .search-submit,
.search-form .input-group-prepend .comment-form input[type="submit"] + .search-submit,
.comment-form .input-group-prepend .search-form input[type="submit"] + .search-submit,
.search-form .comment-form .input-group-prepend input[type="submit"] + .search-submit,
.input-group-prepend .search-form .search-submit + .search-submit,
.search-form .input-group-prepend .search-submit + .search-submit,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .comment-form input[type="submit"] + .input-group-text,
.comment-form .input-group-prepend input[type="submit"] + .input-group-text,
.input-group-prepend .search-form .search-submit + .input-group-text,
.search-form .input-group-prepend .search-submit + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .comment-form .input-group-text + input[type="submit"],
.comment-form .input-group-prepend .input-group-text + input[type="submit"],
.input-group-prepend .search-form .input-group-text + .search-submit,
.search-form .input-group-prepend .input-group-text + .search-submit,
.input-group-append .btn + .btn,
.input-group-append .comment-form input[type="submit"] + .btn,
.comment-form .input-group-append input[type="submit"] + .btn,
.input-group-append .search-form .search-submit + .btn,
.search-form .input-group-append .search-submit + .btn,
.input-group-append .comment-form .btn + input[type="submit"],
.comment-form .input-group-append .btn + input[type="submit"],
.input-group-append .comment-form input[type="submit"] + input[type="submit"],
.comment-form .input-group-append input[type="submit"] + input[type="submit"],
.input-group-append .search-form .comment-form .search-submit + input[type="submit"],
.comment-form .input-group-append .search-form .search-submit + input[type="submit"],
.search-form .input-group-append .comment-form .search-submit + input[type="submit"],
.comment-form .search-form .input-group-append .search-submit + input[type="submit"],
.input-group-append .search-form .btn + .search-submit,
.search-form .input-group-append .btn + .search-submit,
.input-group-append .comment-form .search-form input[type="submit"] + .search-submit,
.search-form .input-group-append .comment-form input[type="submit"] + .search-submit,
.comment-form .input-group-append .search-form input[type="submit"] + .search-submit,
.search-form .comment-form .input-group-append input[type="submit"] + .search-submit,
.input-group-append .search-form .search-submit + .search-submit,
.search-form .input-group-append .search-submit + .search-submit,
.input-group-append .btn + .input-group-text,
.input-group-append .comment-form input[type="submit"] + .input-group-text,
.comment-form .input-group-append input[type="submit"] + .input-group-text,
.input-group-append .search-form .search-submit + .input-group-text,
.search-form .input-group-append .search-submit + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .comment-form .input-group-text + input[type="submit"],
.comment-form .input-group-append .input-group-text + input[type="submit"],
.input-group-append .search-form .input-group-text + .search-submit,
.search-form .input-group-append .input-group-text + .search-submit {
  margin-left: -1px;
}

/* line 93, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend {
  margin-right: -1px;
}

/* line 94, node_modules/bootstrap/scss/_input-group.scss */

.input-group-append {
  margin-left: -1px;
}

/* line 102, node_modules/bootstrap/scss/_input-group.scss */

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3125;
  color: #404040;
  text-align: center;
  white-space: nowrap;
  background-color: #f5f5f5;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 118, node_modules/bootstrap/scss/_input-group.scss */

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 130, node_modules/bootstrap/scss/_input-group.scss */

.input-group-lg > .form-control:not(textarea),
.comment-form .input-group-lg > input:not(textarea)[type="text"],
.comment-form .input-group-lg > input:not(textarea)[type="email"],
.comment-form .input-group-lg > input:not(textarea)[type="url"],
.comment-form .input-group-lg > textarea:not(textarea),
.search-form .input-group-lg > .search-field:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 135, node_modules/bootstrap/scss/_input-group.scss */

.input-group-lg > .form-control,
.comment-form .input-group-lg > input[type="text"],
.comment-form .input-group-lg > input[type="email"],
.comment-form .input-group-lg > input[type="url"],
.comment-form .input-group-lg > textarea,
.search-form .input-group-lg > .search-field,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.comment-form .input-group-lg > .input-group-prepend > input[type="submit"],
.search-form .input-group-lg > .input-group-prepend > .search-submit,
.input-group-lg > .input-group-append > .btn,
.comment-form .input-group-lg > .input-group-append > input[type="submit"],
.search-form .input-group-lg > .input-group-append > .search-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 147, node_modules/bootstrap/scss/_input-group.scss */

.input-group-sm > .form-control:not(textarea),
.comment-form .input-group-sm > input:not(textarea)[type="text"],
.comment-form .input-group-sm > input:not(textarea)[type="email"],
.comment-form .input-group-sm > input:not(textarea)[type="url"],
.comment-form .input-group-sm > textarea:not(textarea),
.search-form .input-group-sm > .search-field:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 152, node_modules/bootstrap/scss/_input-group.scss */

.input-group-sm > .form-control,
.comment-form .input-group-sm > input[type="text"],
.comment-form .input-group-sm > input[type="email"],
.comment-form .input-group-sm > input[type="url"],
.comment-form .input-group-sm > textarea,
.search-form .input-group-sm > .search-field,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.comment-form .input-group-sm > .input-group-prepend > input[type="submit"],
.search-form .input-group-sm > .input-group-prepend > .search-submit,
.input-group-sm > .input-group-append > .btn,
.comment-form .input-group-sm > .input-group-append > input[type="submit"],
.search-form .input-group-sm > .input-group-append > .search-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 164, node_modules/bootstrap/scss/_input-group.scss */

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 177, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .input-group-prepend > .btn,
.comment-form .input-group > .input-group-prepend > input[type="submit"],
.search-form .input-group > .input-group-prepend > .search-submit,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.comment-form .input-group > .input-group-append:not(:last-child) > input[type="submit"],
.search-form .input-group > .input-group-append:not(:last-child) > .search-submit,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.comment-form .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.search-form .input-group > .input-group-append:last-child > .search-submit:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 186, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .input-group-append > .btn,
.comment-form .input-group > .input-group-append > input[type="submit"],
.search-form .input-group > .input-group-append > .search-submit,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.comment-form .input-group > .input-group-prepend:not(:first-child) > input[type="submit"],
.search-form .input-group > .input-group-prepend:not(:first-child) > .search-submit,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.comment-form .input-group > .input-group-prepend:first-child > input:not(:first-child)[type="submit"],
.search-form .input-group > .input-group-prepend:first-child > .search-submit:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control {
  position: relative;
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.5rem;
}

/* line 17, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

/* line 22, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 27, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #e1261b;
  background-color: #e1261b;
}

/* line 34, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 38, 27, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(225, 38, 27, 0.25);
}

/* line 43, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f1908a;
}

/* line 47, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #f6bbb8;
  border-color: #f6bbb8;
}

/* line 55, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 58, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f5f5f5;
}

/* line 69, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 75, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-label::before {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #d7d7d9 solid 1px;
}

/* line 90, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-label::after {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

/* line 108, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 113, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* line 119, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #e1261b;
  background-color: #e1261b;
}

/* line 124, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 130, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(225, 38, 27, 0.5);
}

/* line 133, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(225, 38, 27, 0.5);
}

/* line 144, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 150, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 156, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(225, 38, 27, 0.5);
}

/* line 167, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-switch {
  padding-left: 2.25rem;
}

/* line 171, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 179, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-switch .custom-control-label::after {
  top: calc(0.15625rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #d7d7d9;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -o-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -o-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 179, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 192, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
       -o-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

/* line 199, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(225, 38, 27, 0.5);
}

/* line 212, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.3125em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3125;
  color: #404040;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23252830' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 230, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select:focus {
  border-color: #f1908a;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 38, 27, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(225, 38, 27, 0.25);
}

/* line 239, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select:focus::-ms-value {
  color: #404040;
  background-color: #fff;
}

/* line 250, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 257, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select:disabled {
  color: #6c757d;
  background-color: #f5f5f5;
}

/* line 263, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select::-ms-expand {
  display: none;
}

/* line 268, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 276, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 289, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.3125em + 0.75rem + 2px);
  margin-bottom: 0;
}

/* line 297, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.3125em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 305, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input:focus ~ .custom-file-label {
  border-color: #f1908a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 38, 27, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(225, 38, 27, 0.25);
}

/* line 310, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #f5f5f5;
}

/* line 315, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 320, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 325, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.3125em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.3125;
  color: #404040;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 342, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.3125em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.3125;
  color: #404040;
  content: "Browse";
  background-color: #f5f5f5;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 366, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 373, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus {
  outline: none;
}

/* line 378, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(225, 38, 27, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(225, 38, 27, 0.25);
}

/* line 379, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(225, 38, 27, 0.25);
}

/* line 380, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(225, 38, 27, 0.25);
}

/* line 383, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 387, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #e1261b;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 387, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 398, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-webkit-slider-thumb:active {
  background-color: #f6bbb8;
}

/* line 403, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 414, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #e1261b;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 414, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 424, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-range-thumb:active {
  background-color: #f6bbb8;
}

/* line 429, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 440, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #e1261b;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 440, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-range::-ms-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 453, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-thumb:active {
  background-color: #f6bbb8;
}

/* line 458, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 469, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 474, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 481, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #d7d7d9;
}

/* line 485, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 489, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-moz-range-thumb {
  background-color: #d7d7d9;
}

/* line 493, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 497, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-ms-thumb {
  background-color: #d7d7d9;
}

/* line 503, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 503, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 6, node_modules/bootstrap/scss/_nav.scss */

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, node_modules/bootstrap/scss/_nav.scss */

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

/* line 23, node_modules/bootstrap/scss/_nav.scss */

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 34, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 37, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 41, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #f5f5f5 #f5f5f5 #dee2e6;
}

/* line 49, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 56, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #404040;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 63, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 77, node_modules/bootstrap/scss/_nav.scss */

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 81, node_modules/bootstrap/scss/_nav.scss */

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #e1261b;
}

/* line 94, node_modules/bootstrap/scss/_nav.scss */

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

/* line 101, node_modules/bootstrap/scss/_nav.scss */

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

/* line 114, node_modules/bootstrap/scss/_nav.scss */

.tab-content > .tab-pane {
  display: none;
}

/* line 117, node_modules/bootstrap/scss/_nav.scss */

.tab-content > .active {
  display: block;
}

/* line 18, node_modules/bootstrap/scss/_navbar.scss */

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 28, node_modules/bootstrap/scss/_navbar.scss */

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 42, node_modules/bootstrap/scss/_navbar.scss */

.navbar-brand {
  display: inline-block;
  padding-top: 0.33594rem;
  padding-bottom: 0.33594rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 61, node_modules/bootstrap/scss/_navbar.scss */

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 68, node_modules/bootstrap/scss/_navbar.scss */

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 73, node_modules/bootstrap/scss/_navbar.scss */

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 84, node_modules/bootstrap/scss/_navbar.scss */

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 99, node_modules/bootstrap/scss/_navbar.scss */

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 108, node_modules/bootstrap/scss/_navbar.scss */

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

/* line 123, node_modules/bootstrap/scss/_navbar.scss */

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 142, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 140, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 153, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 156, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 160, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 167, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 172, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  /* line 179, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 142, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 140, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 153, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 156, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 160, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 167, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 172, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  /* line 179, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 142, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 140, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 153, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 156, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 160, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 167, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 172, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  /* line 179, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 142, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 140, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 153, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 156, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 160, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 167, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  /* line 172, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  /* line 179, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 140, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 142, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 153, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 156, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 160, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 167, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* line 172, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

/* line 179, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-toggler {
  display: none;
}

/* line 194, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 203, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 210, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 215, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 223, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 228, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 232, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 234, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 246, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 255, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 262, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 267, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 275, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 280, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 284, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 286, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, node_modules/bootstrap/scss/_card.scss */

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 16, node_modules/bootstrap/scss/_card.scss */

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, node_modules/bootstrap/scss/_card.scss */

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 28, node_modules/bootstrap/scss/_card.scss */

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 34, node_modules/bootstrap/scss/_card.scss */

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 42, node_modules/bootstrap/scss/_card.scss */

.card-title {
  margin-bottom: 0.75rem;
}

/* line 46, node_modules/bootstrap/scss/_card.scss */

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 51, node_modules/bootstrap/scss/_card.scss */

.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.card-link:hover {
  text-decoration: none;
}

/* line 60, node_modules/bootstrap/scss/_card.scss */

.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 69, node_modules/bootstrap/scss/_card.scss */

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 76, node_modules/bootstrap/scss/_card.scss */

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 81, node_modules/bootstrap/scss/_card.scss */

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 87, node_modules/bootstrap/scss/_card.scss */

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 92, node_modules/bootstrap/scss/_card.scss */

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 102, node_modules/bootstrap/scss/_card.scss */

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 109, node_modules/bootstrap/scss/_card.scss */

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 115, node_modules/bootstrap/scss/_card.scss */

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 124, node_modules/bootstrap/scss/_card.scss */

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 130, node_modules/bootstrap/scss/_card.scss */

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 135, node_modules/bootstrap/scss/_card.scss */

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 143, node_modules/bootstrap/scss/_card.scss */

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 147, node_modules/bootstrap/scss/_card.scss */

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 143, node_modules/bootstrap/scss/_card.scss */

  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  /* line 156, node_modules/bootstrap/scss/_card.scss */

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 173, node_modules/bootstrap/scss/_card.scss */

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 179, node_modules/bootstrap/scss/_card.scss */

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 173, node_modules/bootstrap/scss/_card.scss */

  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  /* line 187, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }

  /* line 192, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  /* line 199, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* line 202, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  /* line 207, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  /* line 214, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  /* line 217, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  /* line 222, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 239, node_modules/bootstrap/scss/_card.scss */

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 238, node_modules/bootstrap/scss/_card.scss */

  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  /* line 249, node_modules/bootstrap/scss/_card.scss */

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 262, node_modules/bootstrap/scss/_card.scss */

.accordion > .card {
  overflow: hidden;
}

/* line 266, node_modules/bootstrap/scss/_card.scss */

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 270, node_modules/bootstrap/scss/_card.scss */

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 276, node_modules/bootstrap/scss/_card.scss */

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 281, node_modules/bootstrap/scss/_card.scss */

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 285, node_modules/bootstrap/scss/_card.scss */

.accordion > .card .card-header {
  margin-bottom: -1px;
}

/* line 1, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0.25rem;
}

/* line 13, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 16, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 30, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 34, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 38, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, node_modules/bootstrap/scss/_pagination.scss */

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 7, node_modules/bootstrap/scss/_pagination.scss */

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: inherit;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 17, node_modules/bootstrap/scss/_pagination.scss */

.page-link:hover {
  z-index: 2;
  color: inherit;
  text-decoration: none;
  background-color: #f5f5f5;
  border-color: #dee2e6;
}

/* line 25, node_modules/bootstrap/scss/_pagination.scss */

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 38, 27, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(225, 38, 27, 0.25);
}

/* line 34, node_modules/bootstrap/scss/_pagination.scss */

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 40, node_modules/bootstrap/scss/_pagination.scss */

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 45, node_modules/bootstrap/scss/_pagination.scss */

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #e1261b;
  border-color: #e1261b;
}

/* line 52, node_modules/bootstrap/scss/_pagination.scss */

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 12, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 12, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, node_modules/bootstrap/scss/_badge.scss */

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, node_modules/bootstrap/scss/_badge.scss */

  .badge {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

/* line 25, node_modules/bootstrap/scss/_badge.scss */

.badge:empty {
  display: none;
}

/* line 31, node_modules/bootstrap/scss/_badge.scss */

.btn .badge,
.comment-form input[type="submit"] .badge,
.search-form .search-submit .badge {
  position: relative;
  top: -1px;
}

/* line 40, node_modules/bootstrap/scss/_badge.scss */

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-primary {
  color: #fff;
  background-color: #e1261b;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #b31e16;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 38, 27, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 38, 27, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-secondary {
  color: #393b41;
  background-color: #d7d7d9;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #393b41;
  background-color: #bdbdc0;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 215, 217, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(215, 215, 217, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-success {
  color: #fff;
  background-color: #79b928;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #5e8f1f;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(121, 185, 40, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(121, 185, 40, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-warning {
  color: #393b41;
  background-color: #ffc107;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-warning:hover,
a.badge-warning:focus {
  color: #393b41;
  background-color: #d39e00;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-light {
  color: #393b41;
  background-color: #f8f9fa;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-light:hover,
a.badge-light:focus {
  color: #393b41;
  background-color: #dae0e5;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-dark {
  color: #fff;
  background-color: #252830;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #0f1013;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 40, 48, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(37, 40, 48, 0.5);
}

/* line 1, node_modules/bootstrap/scss/_jumbotron.scss */

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #f5f5f5;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 1, node_modules/bootstrap/scss/_jumbotron.scss */

  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 13, node_modules/bootstrap/scss/_jumbotron.scss */

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, node_modules/bootstrap/scss/_alert.scss */

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, node_modules/bootstrap/scss/_alert.scss */

.alert-heading {
  color: inherit;
}

/* line 20, node_modules/bootstrap/scss/_alert.scss */

.alert-link {
  font-weight: 700;
}

/* line 29, node_modules/bootstrap/scss/_alert.scss */

.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, node_modules/bootstrap/scss/_alert.scss */

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-primary {
  color: #75140e;
  background-color: #f9d4d1;
  border-color: #f7c2bf;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-primary hr {
  border-top-color: #f4aca8;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-primary .alert-link {
  color: #470c09;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-secondary {
  color: #707071;
  background-color: #f7f7f7;
  border-color: #f4f4f4;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-secondary hr {
  border-top-color: #e7e7e7;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-secondary .alert-link {
  color: #575757;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-success {
  color: #3f6015;
  background-color: #e4f1d4;
  border-color: #d9ebc3;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-success hr {
  border-top-color: #cde5b0;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-success .alert-link {
  color: #24360c;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-info hr {
  border-top-color: #abdde5;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-info .alert-link {
  color: #062c33;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-warning .alert-link {
  color: #533f03;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-danger .alert-link {
  color: #491217;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-light hr {
  border-top-color: #ececf6;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-light .alert-link {
  color: #686868;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */

.alert-dark {
  color: #131519;
  background-color: #d3d4d6;
  border-color: #c2c3c5;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-dark hr {
  border-top-color: #b5b6b9;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-dark .alert-link {
  color: black;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

/* line 9, node_modules/bootstrap/scss/_progress.scss */

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #f5f5f5;
  border-radius: 0.25rem;
}

/* line 19, node_modules/bootstrap/scss/_progress.scss */

.progress-bar {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #e1261b;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 19, node_modules/bootstrap/scss/_progress.scss */

  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 30, node_modules/bootstrap/scss/_progress.scss */

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 36, node_modules/bootstrap/scss/_progress.scss */

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
       -o-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 36, node_modules/bootstrap/scss/_progress.scss */

  .progress-bar-animated {
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
  }
}

/* line 1, node_modules/bootstrap/scss/_media.scss */

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 6, node_modules/bootstrap/scss/_media.scss */

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 5, node_modules/bootstrap/scss/_list-group.scss */

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 20, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item-action {
  width: 100%;
  color: #404040;
  text-align: inherit;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #404040;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 33, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item-action:active {
  color: #000;
  background-color: #f5f5f5;
}

/* line 44, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 54, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 58, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 63, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 71, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #e1261b;
  border-color: #e1261b;
}

/* line 88, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 91, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

/* line 95, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 100, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  /* line 88, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 91, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  /* line 95, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  /* line 100, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  /* line 88, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 91, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  /* line 95, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  /* line 100, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  /* line 88, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 91, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  /* line 95, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  /* line 100, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  /* line 88, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 91, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  /* line 95, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  /* line 100, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

/* line 117, node_modules/bootstrap/scss/_list-group.scss */

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 122, node_modules/bootstrap/scss/_list-group.scss */

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

/* line 128, node_modules/bootstrap/scss/_list-group.scss */

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 134, node_modules/bootstrap/scss/_list-group.scss */

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-primary {
  color: #75140e;
  background-color: #f7c2bf;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #75140e;
  background-color: #f4aca8;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #75140e;
  border-color: #75140e;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-secondary {
  color: #707071;
  background-color: #f4f4f4;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #707071;
  background-color: #e7e7e7;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #707071;
  border-color: #707071;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-success {
  color: #3f6015;
  background-color: #d9ebc3;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #3f6015;
  background-color: #cde5b0;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #3f6015;
  border-color: #3f6015;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-dark {
  color: #131519;
  background-color: #c2c3c5;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #131519;
  background-color: #b5b6b9;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #131519;
  border-color: #131519;
}

/* line 1, node_modules/bootstrap/scss/_close.scss */

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, node_modules/bootstrap/scss/_close.scss */

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 39, node_modules/bootstrap/scss/_close.scss */

a.close.disabled {
  pointer-events: none;
}

/* line 1, node_modules/bootstrap/scss/_toasts.scss */

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 14, node_modules/bootstrap/scss/_toasts.scss */

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 18, node_modules/bootstrap/scss/_toasts.scss */

.toast.showing {
  opacity: 1;
}

/* line 22, node_modules/bootstrap/scss/_toasts.scss */

.toast.show {
  display: block;
  opacity: 1;
}

/* line 27, node_modules/bootstrap/scss/_toasts.scss */

.toast.hide {
  display: none;
}

/* line 32, node_modules/bootstrap/scss/_toasts.scss */

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 42, node_modules/bootstrap/scss/_toasts.scss */

.toast-body {
  padding: 0.75rem;
}

/* line 7, node_modules/bootstrap/scss/_modal.scss */

.modal-open {
  overflow: hidden;
}

/* line 11, node_modules/bootstrap/scss/_modal.scss */

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, node_modules/bootstrap/scss/_modal.scss */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, node_modules/bootstrap/scss/_modal.scss */

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
       -o-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, node_modules/bootstrap/scss/_modal.scss */

  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 48, node_modules/bootstrap/scss/_modal.scss */

.modal.show .modal-dialog {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

/* line 53, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 57, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 62, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 67, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 72, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 78, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 85, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

/* line 90, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 94, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 101, node_modules/bootstrap/scss/_modal.scss */

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 119, node_modules/bootstrap/scss/_modal.scss */

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 129, node_modules/bootstrap/scss/_modal.scss */

.modal-backdrop.fade {
  opacity: 0;
}

/* line 130, node_modules/bootstrap/scss/_modal.scss */

.modal-backdrop.show {
  opacity: 0.5;
}

/* line 135, node_modules/bootstrap/scss/_modal.scss */

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 143, node_modules/bootstrap/scss/_modal.scss */

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 151, node_modules/bootstrap/scss/_modal.scss */

.modal-title {
  margin-bottom: 0;
  line-height: 1.3125;
}

/* line 158, node_modules/bootstrap/scss/_modal.scss */

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

/* line 167, node_modules/bootstrap/scss/_modal.scss */

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 176, node_modules/bootstrap/scss/_modal.scss */

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 177, node_modules/bootstrap/scss/_modal.scss */

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 181, node_modules/bootstrap/scss/_modal.scss */

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 192, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  /* line 197, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  /* line 200, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  /* line 205, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  /* line 208, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  /* line 217, node_modules/bootstrap/scss/_modal.scss */

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 221, node_modules/bootstrap/scss/_modal.scss */

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 228, node_modules/bootstrap/scss/_modal.scss */

  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip.show {
  opacity: 0.9;
}

/* line 17, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, node_modules/bootstrap/scss/_popover.scss */

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3125;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 20, node_modules/bootstrap/scss/_popover.scss */

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 27, node_modules/bootstrap/scss/_popover.scss */

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

/* line 44, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 50, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 58, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 67, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 73, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 81, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

/* line 87, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 93, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 101, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 113, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 122, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 128, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 153, node_modules/bootstrap/scss/_popover.scss */

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #000;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 163, node_modules/bootstrap/scss/_popover.scss */

.popover-header:empty {
  display: none;
}

/* line 168, node_modules/bootstrap/scss/_popover.scss */

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #000;
}

/* line 14, node_modules/bootstrap/scss/_carousel.scss */

.carousel {
  position: relative;
}

/* line 18, node_modules/bootstrap/scss/_carousel.scss */

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

/* line 22, node_modules/bootstrap/scss/_carousel.scss */

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, node_modules/bootstrap/scss/_carousel.scss */

  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 39, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}

/* line 50, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* line 61, node_modules/bootstrap/scss/_carousel.scss */

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

/* line 67, node_modules/bootstrap/scss/_carousel.scss */

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 74, node_modules/bootstrap/scss/_carousel.scss */

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  -o-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, node_modules/bootstrap/scss/_carousel.scss */

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 87, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 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;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, node_modules/bootstrap/scss/_carousel.scss */

  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 111, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev {
  left: 0;
}

/* line 117, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-next {
  right: 0;
}

/* line 125, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 132, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

/* line 135, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 145, node_modules/bootstrap/scss/_carousel.scss */

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 159, node_modules/bootstrap/scss/_carousel.scss */

.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 159, node_modules/bootstrap/scss/_carousel.scss */

  .carousel-indicators li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 177, node_modules/bootstrap/scss/_carousel.scss */

.carousel-indicators .active {
  opacity: 1;
}

/* line 187, node_modules/bootstrap/scss/_carousel.scss */

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes spinner-border {
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* line 9, node_modules/bootstrap/scss/_spinners.scss */

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
       -o-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

/* line 21, node_modules/bootstrap/scss/_spinners.scss */

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@-o-keyframes spinner-grow {
  0% {
    -o-transform: scale(0);
       transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

/* line 40, node_modules/bootstrap/scss/_spinners.scss */

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
       -o-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}

/* line 52, node_modules/bootstrap/scss/_spinners.scss */

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 3, node_modules/bootstrap/scss/utilities/_align.scss */

.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_align.scss */

.align-top {
  vertical-align: top !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_align.scss */

.align-middle {
  vertical-align: middle !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_align.scss */

.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_align.scss */

.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_align.scss */

.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-primary {
  background-color: #e1261b !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #b31e16 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-secondary {
  background-color: #d7d7d9 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #bdbdc0 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-success {
  background-color: #79b928 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #5e8f1f !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-warning {
  background-color: #ffc107 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-danger {
  background-color: #dc3545 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-light {
  background-color: #f8f9fa !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-dark {
  background-color: #252830 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #0f1013 !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_background.scss */

.bg-white {
  background-color: #fff !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_background.scss */

.bg-transparent {
  background-color: transparent !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_borders.scss */

.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-0 {
  border: 0 !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-top-0 {
  border-top: 0 !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-right-0 {
  border-right: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-left-0 {
  border-left: 0 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-primary {
  border-color: #e1261b !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-secondary {
  border-color: #d7d7d9 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-success {
  border-color: #79b928 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-dark {
  border-color: #252830 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-white {
  border-color: #fff !important;
}

/* line 33, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded {
  border-radius: 0.25rem !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 46, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 51, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 56, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 61, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

@media (min-width: 576px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

@media (min-width: 768px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

@media (min-width: 992px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

@media (min-width: 1200px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

@media print {
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 3, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

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

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

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

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

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

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

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

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

.float-left {
  float: left !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

.float-right {
  float: right !important;
}

/* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-sm-left {
    float: left !important;
  }

  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-sm-right {
    float: right !important;
  }

  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-md-left {
    float: left !important;
  }

  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-md-right {
    float: right !important;
  }

  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-lg-left {
    float: left !important;
  }

  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-lg-right {
    float: right !important;
  }

  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-xl-left {
    float: left !important;
  }

  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-xl-right {
    float: right !important;
  }

  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-xl-none {
    float: none !important;
  }
}

/* line 4, node_modules/bootstrap/scss/utilities/_overflow.scss */

.overflow-auto {
  overflow: auto !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_overflow.scss */

.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-static {
  position: static !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-relative {
  position: relative !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-absolute {
  position: absolute !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-fixed {
  position: fixed !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-sticky {
  position: sticky !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_position.scss */

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, node_modules/bootstrap/scss/utilities/_position.scss */

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, node_modules/bootstrap/scss/utilities/_position.scss */

  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, node_modules/bootstrap/scss/utilities/_screenreaders.scss */

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 24, node_modules/bootstrap/scss/mixins/_screen-reader.scss */

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-25 {
  width: 25% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-50 {
  width: 50% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-75 {
  width: 75% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-100 {
  width: 100% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-auto {
  width: auto !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-25 {
  height: 25% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-50 {
  height: 50% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-75 {
  height: 75% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-100 {
  height: 100% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-auto {
  height: auto !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_sizing.scss */

.mw-100 {
  max-width: 100% !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_sizing.scss */

.mh-100 {
  max-height: 100% !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_sizing.scss */

.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_sizing.scss */

.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_sizing.scss */

.vw-100 {
  width: 100vw !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_sizing.scss */

.vh-100 {
  height: 100vh !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_stretched-link.scss */

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 7, node_modules/bootstrap/scss/utilities/_text.scss */

.text-monospace {
  font-family: "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_text.scss */

.text-justify {
  text-align: justify !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_text.scss */

.text-wrap {
  white-space: normal !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_text.scss */

.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_text.scss */

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

.text-left {
  text-align: left !important;
}

/* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

.text-right {
  text-align: right !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

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

@media (min-width: 576px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-sm-left {
    text-align: left !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-sm-right {
    text-align: right !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-md-left {
    text-align: left !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-md-right {
    text-align: right !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-lg-left {
    text-align: left !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-lg-right {
    text-align: right !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-xl-left {
    text-align: left !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-xl-right {
    text-align: right !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, node_modules/bootstrap/scss/utilities/_text.scss */

.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_text.scss */

.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, node_modules/bootstrap/scss/utilities/_text.scss */

.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-bolder {
  font-weight: 900 !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_text.scss */

.font-italic {
  font-style: italic !important;
}

/* line 45, node_modules/bootstrap/scss/utilities/_text.scss */

.text-white {
  color: #fff !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-primary {
  color: #e1261b !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-primary:hover,
a.text-primary:focus {
  color: #9d1a13 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-secondary {
  color: #d7d7d9 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-secondary:hover,
a.text-secondary:focus {
  color: #b0b0b4 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-success {
  color: #79b928 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-success:hover,
a.text-success:focus {
  color: #507a1a !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-info {
  color: #17a2b8 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-warning {
  color: #ffc107 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-danger {
  color: #dc3545 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-light {
  color: #f8f9fa !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-dark {
  color: #252830 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-dark:hover,
a.text-dark:focus {
  color: #040405 !important;
}

/* line 51, node_modules/bootstrap/scss/utilities/_text.scss */

.text-body {
  color: #000 !important;
}

/* line 52, node_modules/bootstrap/scss/utilities/_text.scss */

.text-muted {
  color: #6c757d !important;
}

/* line 54, node_modules/bootstrap/scss/utilities/_text.scss */

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, node_modules/bootstrap/scss/utilities/_text.scss */

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, node_modules/bootstrap/scss/utilities/_text.scss */

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, node_modules/bootstrap/scss/utilities/_text.scss */

.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, node_modules/bootstrap/scss/utilities/_text.scss */

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 72, node_modules/bootstrap/scss/utilities/_text.scss */

.text-reset {
  color: inherit !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_visibility.scss */

.visible {
  visibility: visible !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_visibility.scss */

.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, node_modules/bootstrap/scss/_print.scss */

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  /* line 24, node_modules/bootstrap/scss/_print.scss */

  a:not(.btn) {
    text-decoration: underline;
  }

  /* line 34, node_modules/bootstrap/scss/_print.scss */

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 49, node_modules/bootstrap/scss/_print.scss */

  pre {
    white-space: pre-wrap !important;
  }

  /* line 52, node_modules/bootstrap/scss/_print.scss */

  pre,
  blockquote {
    border: 1px solid #d7d7d9;
    page-break-inside: avoid;
  }

  /* line 63, node_modules/bootstrap/scss/_print.scss */

  thead {
    display: table-header-group;
  }

  /* line 67, node_modules/bootstrap/scss/_print.scss */

  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 72, node_modules/bootstrap/scss/_print.scss */

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 79, node_modules/bootstrap/scss/_print.scss */

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  /* line 92, node_modules/bootstrap/scss/_print.scss */

  body {
    min-width: 992px !important;
  }

  /* line 95, node_modules/bootstrap/scss/_print.scss */

  .container {
    min-width: 992px !important;
  }

  /* line 100, node_modules/bootstrap/scss/_print.scss */

  .navbar {
    display: none;
  }

  /* line 103, node_modules/bootstrap/scss/_print.scss */

  .badge {
    border: 1px solid #000;
  }

  /* line 107, node_modules/bootstrap/scss/_print.scss */

  .table {
    border-collapse: collapse !important;
  }

  /* line 110, node_modules/bootstrap/scss/_print.scss */

  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 117, node_modules/bootstrap/scss/_print.scss */

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  /* line 123, node_modules/bootstrap/scss/_print.scss */

  .table-dark {
    color: inherit;
  }

  /* line 126, node_modules/bootstrap/scss/_print.scss */

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  /* line 134, node_modules/bootstrap/scss/_print.scss */

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

/* line 2, assets/styles/common/_global.scss */

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

/* line 8, assets/styles/common/_global.scss */

button {
  overflow: hidden;
}

/* line 13, assets/styles/common/_global.scss */

#page_banner .career-top-logos ul {
  list-style-type: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  margin: 0 -15px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 20, assets/styles/common/_global.scss */

#page_banner .career-top-logos ul li {
  list-style: none;
  padding: 0 15px 15px;
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 27, assets/styles/common/_global.scss */

#page_banner .career-top-logos ul li span {
  position: relative;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  width: 140px;
  height: 50px;
  display: block;
}

@media (max-width: 767px) {
  /* line 27, assets/styles/common/_global.scss */

  #page_banner .career-top-logos ul li span {
    width: 100px;
    height: 50px;
  }
}

/* line 45, assets/styles/common/_global.scss */

section.ji-section + section.ji-section {
  padding-top: 20px;
}

/* line 49, assets/styles/common/_global.scss */

section.ji-section.ji-section-red + section.ji-section {
  padding-top: 80px;
}

/* line 53, assets/styles/common/_global.scss */

section.ji-section + section.ji-section.ji-section-red {
  padding-top: 80px;
}

/* line 57, assets/styles/common/_global.scss */

section.ji-section + section.ji-section-red {
  padding-top: 80px;
}

/* line 61, assets/styles/common/_global.scss */

section.ji-section {
  padding: 80px 0;
}

/* line 64, assets/styles/common/_global.scss */

section.ji-section p,
section.ji-section ul,
section.ji-section ol {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 25px;
}

/* line 72, assets/styles/common/_global.scss */

section.ji-section h3 {
  margin-bottom: 30px;
}

/* line 76, assets/styles/common/_global.scss */

section.ji-section h2 {
  margin-bottom: 35px;
}

/* line 80, assets/styles/common/_global.scss */

section.ji-section .red.button.jllint-content-btn:hover {
  background: #212121;
  border-color: #212121;
}

/* line 86, assets/styles/common/_global.scss */

h1,
.h1 {
  margin-bottom: 50px;
}

/* line 91, assets/styles/common/_global.scss */

h2,
.h2 {
  margin-bottom: 30px;
}

/* line 96, assets/styles/common/_global.scss */

h3,
.h3 {
  margin-bottom: 15px;
}

/* line 101, assets/styles/common/_global.scss */

p,
ul,
ol {
  margin-bottom: 25px;
}

/* line 107, assets/styles/common/_global.scss */

#search {
  right: 15px;
}

/* line 111, assets/styles/common/_global.scss */

body.header-lyt-new {
  padding-top: 160px;
}

/* line 115, assets/styles/common/_global.scss */

#article-content li.has-medium-font-size,
#article-content .has-medium-font-size li {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

/* line 120, assets/styles/common/_global.scss */

#article-content ol li,
#article-content ul li {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  line-height: 1.3125rem;
}

@media (min-width: 1200px) {
  /* line 129, assets/styles/common/_global.scss */

  nav #menu-primary li.menu-item-has-children:hover .sub-menu {
    left: 0;
    top: 210px;
  }

  /* line 134, assets/styles/common/_global.scss */

  nav #menu-primary li.menu-item-has-children:hover > a {
    color: #e1261b;
  }

  /* line 138, assets/styles/common/_global.scss */

  nav #menu-primary li.menu-item-has-children:hover .sub-menu {
    top: 75px;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  }
}

/* line 146, assets/styles/common/_global.scss */

.sp-icon {
  display: block;
  width: 75px;
  height: 50px;
  position: relative;
  margin-bottom: 10px;
}

/* line 153, assets/styles/common/_global.scss */

.sp-icon > span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

/* line 165, assets/styles/common/_global.scss */

section.awards-and-accreditions {
  padding: 60px 0;
}

/* line 168, assets/styles/common/_global.scss */

section.awards-and-accreditions .section-title {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
  display: block;
}

/* line 174, assets/styles/common/_global.scss */

section.awards-and-accreditions .section-title h2 {
  margin: 15px 0;
  font-weight: 600;
}

/* line 179, assets/styles/common/_global.scss */

section.awards-and-accreditions .section-title p {
  font-size: 30px;
  line-height: 1.2;
  margin: 15px 0;
  font-weight: 300;
}

/* line 187, assets/styles/common/_global.scss */

section.awards-and-accreditions .awac-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

/* line 192, assets/styles/common/_global.scss */

section.awards-and-accreditions .awac-wrap .awac-box-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}

/* line 197, assets/styles/common/_global.scss */

section.awards-and-accreditions .awac-wrap .awac-box-col .awac-box {
  border-radius: 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
  background: #fff;
  padding: 25px;
  min-height: 180px;
}

/* line 207, assets/styles/common/_global.scss */

section.awards-and-accreditions .awac-wrap .awac-box-col .awac-box .awac-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  max-width: 35%;
  position: relative;
  display: block;
  border-right: 1px solid rgba(112, 112, 112, 0.3);
}

/* line 214, assets/styles/common/_global.scss */

section.awards-and-accreditions .awac-wrap .awac-box-col .awac-box .awac-logo span {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 227, assets/styles/common/_global.scss */

section.awards-and-accreditions .awac-wrap .awac-box-col .awac-box .awac-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  color: #212121;
  padding: 20px 35px;
  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;
}

/* line 236, assets/styles/common/_global.scss */

section.awards-and-accreditions .awac-wrap .awac-box-col .awac-box .awac-content p {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

/* line 243, assets/styles/common/_global.scss */

section.awards-and-accreditions .awac-wrap .awac-box-col .awac-box .awac-content .download-cta-w {
  display: block;
  padding-top: 12px;
}

/* line 247, assets/styles/common/_global.scss */

section.awards-and-accreditions .awac-wrap .awac-box-col .awac-box .awac-content .download-cta-w a {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 253, assets/styles/common/_global.scss */

section.awards-and-accreditions .awac-wrap .awac-box-col .awac-box .awac-content .download-cta-w a:hover {
  color: #E30613;
}

/* line 257, assets/styles/common/_global.scss */

section.awards-and-accreditions .awac-wrap .awac-box-col .awac-box .awac-content .download-cta-w a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi4xMTUiIGhlaWdodD0iMTUuNjU1IiB2aWV3Qm94PSIwIDAgMTIuMTE1IDE1LjY1NSI+CiAgPGcgaWQ9Ikljb25fZmVhdGhlci1hcnJvdy1yaWdodCIgZGF0YS1uYW1lPSJJY29uIGZlYXRoZXItYXJyb3ctcmlnaHQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4LjkwOCAtMy45Nikgcm90YXRlKDkwKSI+CiAgICA8cGF0aCBpZD0iUGF0aF8xIiBkYXRhLW5hbWU9IlBhdGggMSIgZD0iTTcuNSwxOEgyMC43NDEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjU0IC01LjE1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZTMwNjEzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPgogICAgPHBhdGggaWQ9IlBhdGhfMiIgZGF0YS1uYW1lPSJQYXRoIDIiIGQ9Ik0xOCw3LjVsNS4zNSw1LjM1TDE4LDE4LjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01LjE1IDApIiBmaWxsPSJub25lIiBzdHJva2U9IiNlMzA2MTMiIHN0cm9rZS13aWR0aD0iMiIvPgogIDwvZz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
}

/* line 279, assets/styles/common/_global.scss */

section.awards-and-accreditions + section.awards-and-accreditions {
  padding-top: 30px;
}

/* line 283, assets/styles/common/_global.scss */

#page_banner.jll-int-page-banner-flx {
  height: auto;
  padding: 80px 0 60px;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

/* line 291, assets/styles/common/_global.scss */

#page_banner.jll-int-page-banner-flx::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
  z-index: 1;
}

/* line 306, assets/styles/common/_global.scss */

#page_banner.jll-int-page-banner-flx .container {
  z-index: 15;
  position: relative;
}

/* line 314, assets/styles/common/_global.scss */

.mfp-content .biocontent ul {
  padding-left: 20px;
}

/* flickity-fade */

/* line 322, assets/styles/common/_global.scss */

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

/* line 327, assets/styles/common/_global.scss */

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

/* line 332, assets/styles/common/_global.scss */

.service-character-main-sections {
  position: relative;
  overflow: hidden;
}

/* line 337, assets/styles/common/_global.scss */

.service-character-main-sections * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 342, assets/styles/common/_global.scss */

.service-character-main-sections .container {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 347, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-page-hero {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 27%;
}

/* line 353, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-page-hero h1 {
  text-align: center;
  font-weight: 300;
  color: #212121;
  font-size: 120px;
  line-height: 0.8;
}

/* line 360, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-page-hero h1 small {
  display: block;
  font-size: 60px;
  line-height: 0.8;
}

/* line 366, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-page-hero h1 span {
  display: block;
}

/* line 371, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-page-hero .sc-content-wrap {
  position: relative;
  z-index: 15;
  padding: 70px 0;
}

/* line 376, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-page-hero .sc-content-wrap .section-title {
  text-align: center;
}

/* line 381, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-page-hero .section-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

/* line 389, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-page-hero .section-background .sb-pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -1%;
  right: 0;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 25;
}

/* line 401, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-page-hero .section-background .sb-pattern::after {
  content: "";
  position: absolute;
  bottom: -2%;
  right: -5%;
  left: 65%;
  padding-bottom: 40%;
  background-image: url(/app/public/wp-content/themes/moove-theme/dist/images/sc-ribbon.png);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 415, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-page-hero .section-background .sb-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 15;
  overflow: hidden;
}

/* line 427, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-page-hero .section-background .sb-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #F6F5F1;
  opacity: 0.8;
  z-index: 1;
}

/* line 439, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-page-hero .section-background .sb-image .container {
  height: 100%;
  position: relative;
  z-index: 15;
}

/* line 444, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-page-hero .section-background .sb-image .container span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}

/* line 459, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-content-editor {
  padding: 50px 0;
}

/* line 462, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-content-editor h2 {
  font-size: 64px;
  line-height: 1.2;
  font-weight: 700;
}

/* line 468, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-content-editor h4 {
  font-size: 30px;
  font-weight: 400;
  padding: 0 15%;
  margin-bottom: 30px;
  line-height: 1.2;
}

/* line 476, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-content-editor p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44;
}

/* line 483, assets/styles/common/_global.scss */

.service-character-main-sections section.scalable-video {
  padding: 50px 0 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  --plyr-color-main: #F70000;
}

/* line 493, assets/styles/common/_global.scss */

.service-character-main-sections section.scalable-video .container {
  width: 100%;
}

/* line 498, assets/styles/common/_global.scss */

.service-character-main-sections section.scalable-video .intr-image img {
  width: 100%;
  height: auto;
}

/* line 504, assets/styles/common/_global.scss */

.service-character-main-sections section.scalable-video .int-scalable-wrap {
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  width: 70%;
  margin: 0 auto;
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 14);
       -o-transform: matrix(1, 0, 0, 1, 0, 14);
          transform: matrix(1, 0, 0, 1, 0, 14);
}

/* line 515, assets/styles/common/_global.scss */

.service-character-main-sections section.scalable-video .int-scalable-wrap.st-image::before {
  opacity: 0;
}

/* line 519, assets/styles/common/_global.scss */

.service-character-main-sections section.scalable-video .int-scalable-wrap.st-image .int-responsive-video-wrap {
  height: auto;
  padding-bottom: 0;
  width: 100%;
}

/* line 527, assets/styles/common/_global.scss */

.service-character-main-sections section.scalable-video .int-responsive-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  z-index: 20;
  border: 20px solid #DBD6C7;
  border-radius: 5px;
}

/* line 535, assets/styles/common/_global.scss */

.service-character-main-sections section.scalable-video .int-responsive-video-wrap iframe,
.service-character-main-sections section.scalable-video .int-responsive-video-wrap video,
.service-character-main-sections section.scalable-video .int-responsive-video-wrap .plyr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 548, assets/styles/common/_global.scss */

.service-character-main-sections section.scalable-video.scalable-embed .int-responsive-video-wrap {
  border: 14px solid #DBD6C7;
}

/* line 556, assets/styles/common/_global.scss */

.service-character-main-sections .int-responsive-video-wrap .intr-img img {
  width: 100%;
  height: auto;
}

/* line 563, assets/styles/common/_global.scss */

.service-character-main-sections .plyr__video-wrapper {
  height: 100%;
}

@media (max-width: 767.98px) {
  /* line 570, assets/styles/common/_global.scss */

  .service-character-main-sections section.scalable-embed {
    padding: 30px 0 !important;
    height: auto !important;
    margin-bottom: 0;
  }

  /* line 575, assets/styles/common/_global.scss */

  .service-character-main-sections section.scalable-embed .int-scalable-wrap {
    -webkit-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
    width: 100%;
    padding: 10px;
  }
}

/* line 583, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast + .current-vsc {
  background-color: #F6F5F1;
}

/* line 587, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast {
  position: relative;
  background-color: #F6F5F1;
  padding: 60px 0;
}

/* line 592, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .swc-btn {
  background-color: #F70000;
  color: #fff;
  padding: 5px 15px;
  min-height: 50px;
  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;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  outline: none;
  font-family: inherit;
}

/* line 609, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .swc-btn:hover {
  background-color: #fff;
  color: #F70000;
}

/* line 615, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 619, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .section-title {
  text-align: center;
  padding-top: 30px;
}

/* line 623, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .section-title h2 {
  font-size: 64px;
  line-height: 1.2;
}

/* line 631, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

/* line 636, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-sbio .swc-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  min-height: 32px;
  padding: 5px 30px;
}

/* line 642, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-sbio .swc-btn:hover {
  background-color: #000;
  color: #fff;
}

/* line 650, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap.scc-details-loaded .scc-detailed-slider-cards {
  opacity: 1;
  top: 0;
  padding-bottom: 30px;
}

/* line 657, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-dsc-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 661, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-dsc-f .cta-section {
  padding: 3px 0;
}

/* line 664, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-dsc-f .cta-section button,
.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-dsc-f .cta-section .swc-btn {
  width: 100px;
  display: block;
  padding: 0;
  height: auto;
  min-height: auto;
  margin: 0;
  height: calc( 100% - 30px);
  background-color: #000;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1.2;
  cursor: pointer;
  padding: 10px 5px;
}

/* line 680, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-dsc-f .cta-section button i,
.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-dsc-f .cta-section .swc-btn i {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  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;
  font-size: 10px;
  margin: 0 auto 10px;
  border: 1px solid #fff;
}

/* line 692, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-dsc-f .cta-section button span,
.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-dsc-f .cta-section .swc-btn span {
  position: relative;
  display: block;
}

/* line 697, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-dsc-f .cta-section button:hover,
.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-dsc-f .cta-section .swc-btn:hover {
  background-color: #F70000;
  color: #fff;
}

/* line 705, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards {
  padding-top: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  opacity: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 714, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .carousel-cell {
  width: calc( 12.5% - 6px);
  margin: 0 3px;
}

/* line 719, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .carousel-cell.is-selected .scc-card-item.scc-card-l {
  background-color: #fff;
}

/* line 722, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .carousel-cell.is-selected .scc-card-item.scc-card-l .scci-header {
  opacity: 0;
}

/* line 726, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .carousel-cell.is-selected .scc-card-item.scc-card-l .scci-thumb {
  top: 0;
}

/* line 733, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .scc-card-item {
  width: 100%;
  margin: 3px;
}

/* line 737, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .scc-card-item.scss-cbox {
  padding-bottom: 120%;
}

/* line 740, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .scc-card-item.scss-cbox .scc-cbc {
  padding: 5px 15px;
  text-align: center;
}

/* line 745, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .scc-card-item.scss-cbox h4 {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 15px;
}

/* line 751, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .scc-card-item.scss-cbox p {
  display: none;
}

/* line 755, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .scc-card-item.scss-cbox .swc-btn {
  font-size: 12px;
  min-height: 30px;
  padding: 5px 15px;
  line-height: 1.2;
}

/* line 763, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .scc-card-item .scci-thumb {
  padding-bottom: 120%;
}

/* line 767, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .scc-card-item .scci-header {
  padding: 25px 10px 40px;
}

/* line 770, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .scc-card-item .scci-header::before {
  top: -90%;
  left: -120%;
  bottom: 0;
  right: -40px;
}

/* line 777, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .scc-card-item .scci-header span.scci-name {
  font-size: 12px;
  display: none;
}

/* line 782, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .scc-card-item .scci-header span.scci-jobtitle {
  font-size: 16px;
}

/* line 787, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .scc-card-item.scc-card-l:hover {
  background-color: #fff;
}

/* line 789, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .scc-card-item.scc-card-l:hover .scci-header {
  top: -10px;
}

/* line 793, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .scc-card-item.scc-card-l:hover .scci-thumb {
  top: 40px;
}

/* line 801, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-t-swiper {
  padding-top: 15px;
}

/* line 804, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-t-swiper .plyr__controls {
  display: none !important;
}

/* line 808, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-t-swiper .flickity-prev-next-button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  background-color: transparent;
}

/* line 821, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-t-swiper .flickity-prev-next-button svg {
  display: none;
}

/* line 827, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-t-swiper .int-responsive-video-wrap {
  border: 8px solid #DBD6C7 !important;
}

/* line 831, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-t-swiper .carousel-cell {
  position: relative;
}

/* line 834, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-t-swiper .carousel-cell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 150;
}

/* line 846, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap section.scalable-video {
  padding: 0;
}

/* line 849, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap section.scalable-video .int-scalable-wrap {
  width: 100%;
  padding: 0;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

/* line 856, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap p {
  font-size: 18px;
  line-height: 26px;
}

/* line 861, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .carousel-cell {
  width: 100%;
  margin: 0 15px;
}

/* line 868, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-content {
  padding-left: 30px;
}

/* line 871, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-content .scci-d-header {
  margin-bottom: 30px;
}

/* line 874, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-content .scci-d-header span {
  display: block;
}

/* line 877, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-content .scci-d-header span.scci-name {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

/* line 883, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-content .scci-d-header span.scci-jobtitle {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

/* line 891, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-content .scc-d-m {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

/* line 901, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -7px;
}

/* line 906, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-row .scc-d-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  padding: 0 7px;
}

/* line 911, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-row .scc-d-col.scc-d-col-sm {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

/* line 915, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-row .scc-d-col.scc-d-col-sm .scc-card-item.scc-card-l {
  cursor: default;
}

/* line 919, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-row .scc-d-col.scc-d-col-sm .scci-header {
  top: 0;
  opacity: 1;
}

/* line 925, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-row .scc-d-col.scc-d-col-sm .scci-thumb {
  top: 80px;
}

/* line 933, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-card-item {
  background-color: #DCD6C5;
  margin-bottom: 14px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

/* line 942, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-card-item.scc-card-l.scc-has_slider {
  cursor: pointer;
}

/* line 947, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-card-item.scc-card-l:hover .scci-header {
  top: 0;
  opacity: 1;
}

/* line 953, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-card-item.scc-card-l:hover .scci-thumb {
  top: 80px;
}

/* line 959, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-card-item.scss-cbox {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  padding-bottom: 100%;
}

/* line 965, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-card-item.scss-cbox .scc-cbc {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 40px;
  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;
}

/* line 976, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-card-item.scss-cbox .scc-cbc h4 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
}

/* line 984, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-card-item.scss-cbox .scc-cbc p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

/* line 993, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scci-header {
  position: absolute;
  text-align: right;
  top: 0;
  right: 0;
  left: 0;
  padding: 45px 30px 60px;
  z-index: 1;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: -80px;
  opacity: 0;
}

/* line 1007, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scci-header::before {
  content: "";
  position: absolute;
  top: -80%;
  left: -100%;
  bottom: -10px;
  right: -40px;
  background-image: url(/app/public/wp-content/themes/moove-theme/dist/images/sc-ribbon.png);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 1021, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scci-header span {
  display: block;
  position: relative;
  z-index: 15;
}

/* line 1026, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scci-header span.scci-name {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
}

/* line 1032, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scci-header span.scci-jobtitle {
  font-size: 30px;
  font-weight: 700;
}

/* line 1039, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scci-thumb {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 120%;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
}

/* line 1048, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scci-thumb span {
  position: absolute;
  top: 20px;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

/* line 1060, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-card-wrap {
  width: 100%;
  display: block;
}

/* line 1064, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-card-wrap .scc-card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -7px;
}

/* line 1069, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-card-wrap .scc-card-row .scc-card-col {
  width: calc(25% - 14px);
  float: left;
  margin: 7px;
}

/* line 1077, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-card-wrap .scc-card-row .scc-card-col .scc1 .scci-thumb {
  padding-bottom: 120%;
}

/* line 1083, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-card-wrap .scc-card-row .scc-card-col .scc2 .scci-thumb {
  padding-bottom: 100%;
}

/* line 1089, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-card-wrap .scc-card-row .scc-card-col .scc3 .scci-thumb {
  padding-bottom: 120%;
}

/* line 1095, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-card-wrap .scc-card-row .scc-card-col .scc4 .scci-thumb {
  padding-bottom: 140%;
}

/* line 1101, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-card-wrap .scc-card-row .scc-card-col .scc5 .scci-thumb {
  padding-bottom: 120%;
}

/* line 1107, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-card-wrap .scc-card-row .scc-card-col .scc6 .scci-thumb {
  padding-bottom: 140%;
}

/* line 1113, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast .scc-card-wrap .scc-card-row .scc-card-col .scc7 .scci-thumb {
  padding-bottom: 120%;
}

/* line 1122, assets/styles/common/_global.scss */

.service-character-main-sections section.sc-cast::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 0;
  bottom: 0;
  height: 250px;
  right: 0;
  background-color: #F6F5F1;
}

/* line 1137, assets/styles/common/_global.scss */

#banner.slide .container .caption {
  padding: 0 15px;
}

/* line 1141, assets/styles/common/_global.scss */

#banner.slide .container.cnt-algn-center {
  text-align: center;
}

/* line 1144, assets/styles/common/_global.scss */

#banner.slide .container.cnt-algn-center .txtWhite {
  margin-left: auto;
  margin-right: auto;
}

/* line 1149, assets/styles/common/_global.scss */

#banner.slide .container.cnt-algn-center span.banner-logo img {
  margin-left: auto;
  margin-right: auto;
}

/* line 1156, assets/styles/common/_global.scss */

.grid.bordered .item.has-button {
  padding-bottom: 70px;
}

/* line 1160, assets/styles/common/_global.scss */

.grid.bordered .item.has-button .padAll a.button {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

/* line 1168, assets/styles/common/_global.scss */

.hwch-logo-wrap {
  width: 100%;
  padding: 20px 0;
}

@media (min-width: 768px) {
  /* line 1168, assets/styles/common/_global.scss */

  .hwch-logo-wrap {
    text-align: right;
  }
}

/* line 1176, assets/styles/common/_global.scss */

.hwch-logo-wrap a {
  display: inline-block;
}

/* line 1180, assets/styles/common/_global.scss */

.hwch-logo-wrap img {
  max-width: 250px;
  height: auto;
}

@media (max-width: 768px) {
  /* line 1168, assets/styles/common/_global.scss */

  .hwch-logo-wrap {
    padding: 10px 0;
  }

  /* line 1188, assets/styles/common/_global.scss */

  .hwch-logo-wrap img {
    max-width: 100%;
    height: auto;
  }
}

/* line 1196, assets/styles/common/_global.scss */

.slide-four.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 1199, assets/styles/common/_global.scss */

.slide-four.owl-carousel .owl-stage .owl-item {
  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;
}

/* line 1209, assets/styles/common/_global.scss */

body.page-template-page-service .jllint-flexible-sections .content_and_image_flex:last-child .scale.padBottom {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  /* line 1215, assets/styles/common/_global.scss */

  body.page-template-page-service .featured-slide:not(.featured-slide-ci) .image-bg {
    height: 0;
    padding-bottom: 50%;
  }

  /* line 1219, assets/styles/common/_global.scss */

  body.page-template-page-service .featured-slide .owl-nav {
    display: none;
  }

  /* line 1224, assets/styles/common/_global.scss */

  body.page-template-page-service .featured-slide .owl-dots {
    -webkit-transform: scale(0.7);
         -o-transform: scale(0.7);
            transform: scale(0.7);
  }

  /* line 1227, assets/styles/common/_global.scss */

  body.page-template-page-service .featured-slide .owl-dots button {
    bottom: 40px !important;
  }

  /* line 1232, assets/styles/common/_global.scss */

  body.page-template-page-service .featured-slide .item {
    padding-bottom: 30px;
  }
}

/* line 1239, assets/styles/common/_global.scss */

body.page-template-page-service .featured-slide .img-wrap {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 56.25%;
}

/* line 1245, assets/styles/common/_global.scss */

body.page-template-page-service .featured-slide .img-wrap span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 1259, assets/styles/common/_global.scss */

body.page-template-page-service section.content_and_image_flex p,
body.page-template-page-service section.content_and_image_flex ul li,
body.page-template-page-service section.content_and_image_flex ol li {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

/* line 1266, assets/styles/common/_global.scss */

body.page-template-page-service section.content_and_image_flex ul li,
body.page-template-page-service section.content_and_image_flex ol li {
  margin-bottom: 0;
}

/* line 1271, assets/styles/common/_global.scss */

body.page-template-page-service section.content_and_image_flex p {
  margin-bottom: 20px;
}

/* line 1275, assets/styles/common/_global.scss */

body.page-template-page-service section.content_and_image_flex ul,
body.page-template-page-service section.content_and_image_flex ol {
  margin-top: 0;
  margin-bottom: 20px;
}

@media (max-width: 1800px) {
  /* line 1286, assets/styles/common/_global.scss */

  body.page-template-page-service .featured-slide:not(.featured-slide-ci) .owl-nav button,
  body.page-template-page-service .featured-slide:not(.featured-slide-ci) .owl-dots button {
    bottom: 80px;
    position: relative;
  }
}

@media (min-width: 1801px) {
  /* line 1297, assets/styles/common/_global.scss */

  body.page-template-page-service .featured-slide:not(.featured-slide-ci) .owl-dots button {
    bottom: 80px;
    position: relative;
  }
}

/* line 1306, assets/styles/common/_global.scss */

body.page-template-page-service .lity-content .video-wrap {
  max-width: 80vw;
  max-height: 80vh;
  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;
  overflow: hidden;
}

/* line 1315, assets/styles/common/_global.scss */

body.page-template-page-service .lity-content .video-wrap video {
  width: 100%;
  max-height: 100%;
}

/* line 1323, assets/styles/common/_global.scss */

section.fod-gcs-slides {
  position: relative;
  padding-bottom: 70px;
}

/* line 1326, assets/styles/common/_global.scss */

section.fod-gcs-slides .item {
  text-align: center;
  padding-bottom: 40px;
}

/* line 1331, assets/styles/common/_global.scss */

section.fod-gcs-slides .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

/* line 1340, assets/styles/common/_global.scss */

#apprenticeship .overlay {
  max-height: 100%;
}

/* line 1344, assets/styles/common/_global.scss */

.video-wrap .plyr__poster {
  background-size: cover;
}

/* line 1352, assets/styles/common/_global.scss */

.sectors > div .thumb.thumb-bg-w,
.service > div .thumb.thumb-bg-w,
.case-study > div .thumb.thumb-bg-w,
.search-results.grid > div .thumb.thumb-bg-w {
  padding-bottom: 65%;
  position: relative;
  overflow: hidden;
}

/* line 1357, assets/styles/common/_global.scss */

.sectors > div .thumb.thumb-bg-w span.thumb-bg,
.service > div .thumb.thumb-bg-w span.thumb-bg,
.case-study > div .thumb.thumb-bg-w span.thumb-bg,
.search-results.grid > div .thumb.thumb-bg-w span.thumb-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  /* line 1371, assets/styles/common/_global.scss */

  #apprenticeship {
    min-height: 520px;
    height: auto;
    background-size: 2000px;
    margin-bottom: 130px;
  }

  /* line 1378, assets/styles/common/_global.scss */

  section.awards-and-accreditions .awac-wrap .awac-box-col .awac-box .awac-content p {
    font-size: 20px;
  }

  /* line 1382, assets/styles/common/_global.scss */

  section.awards-and-accreditions .awac-wrap .awac-box-col .awac-box .awac-content {
    padding: 15px 20px;
  }

  /* line 1386, assets/styles/common/_global.scss */

  section.awards-and-accreditions .awac-wrap .awac-box-col .awac-box .awac-logo span {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}

/* line 1394, assets/styles/common/_global.scss */

#page_banner.fod-help-banner {
  height: auto;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 40px;
}

/* line 1401, assets/styles/common/_global.scss */

#page_banner.fod-help-banner .txtBlack {
  font-size: 26px;
  line-height: 1.3;
}

/* line 1405, assets/styles/common/_global.scss */

#page_banner.fod-help-banner .txtBlack a {
  color: #d60b03;
}

@media (max-width: 767px) {
  /* line 1411, assets/styles/common/_global.scss */

  #page_banner.fod-help-banner .txtBlack {
    font-size: 18px;
    line-height: 1.3;
  }
}

/* line 1418, assets/styles/common/_global.scss */

#article_banner .integral-intro-content {
  font-size: 1.25rem;
  line-height: 1.35;
}

/* line 1424, assets/styles/common/_global.scss */

body.page-template-page-wc .integral-fod-2021-mw section.ifod-two-columns-editor {
  position: relative;
  overflow: hidden;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e7eaec+0,000000+100&0.65+0,0+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(231, 234, 236, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(231, 234, 236, 0.65)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(231, 234, 236, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(231, 234, 236, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e7eaec', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}

/* line 1433, assets/styles/common/_global.scss */

body.page-template-page-wc .integral-fod-2021-mw section.ifod-two-columns-editor img.size-full {
  margin: 40px -30%;
  max-width: 160%;
  width: 160%;
}

/* line 1439, assets/styles/common/_global.scss */

body.page-template-page-wc .integral-fod-2021-mw section.ifod-two-columns-editor h2 {
  font-weight: 700;
}

/* line 1445, assets/styles/common/_global.scss */

body.page-template-page-wc .careers .clip-wrap {
  width: 50%;
  height: 100%;
  top: 0;
  padding: 0;
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 1455, assets/styles/common/_global.scss */

body.page-template-page-wc .careers .clip-wrap .clip-shape {
  position: relative;
  width: 100%;
}

/* line 1460, assets/styles/common/_global.scss */

body.page-template-page-wc .careers .clip-wrap svg {
  width: 100%;
  height: auto;
  max-width: 100%;
}

@media (max-width: 985px) {
  /* line 1468, assets/styles/common/_global.scss */

  body.page-template-page-wc .careers .clip-wrap {
    width: 80%;
    margin: 0 0 0 -20%;
  }
}

/* line 1474, assets/styles/common/_global.scss */

body.page-template-page-wc section.fod-related-content {
  padding: 60px 0;
}

/* line 1478, assets/styles/common/_global.scss */

body.page-template-page-wc section.fod-related-content .section-title h2 {
  font-weight: 700;
}

/* line 1484, assets/styles/common/_global.scss */

body.page-template-page-wc section.ifod-content_image {
  padding: 60px 0;
  position: relative;
}

@media (max-width: 767px) {
  /* line 1484, assets/styles/common/_global.scss */

  body.page-template-page-wc section.ifod-content_image {
    padding: 0;
  }
}

/* line 1493, assets/styles/common/_global.scss */

body.page-template-page-wc section.ifod-content_image.ici-layout-image_left .section-bg {
  left: 0;
}

/* line 1499, assets/styles/common/_global.scss */

body.page-template-page-wc section.ifod-content_image.ici-layout-image_right .section-bg {
  right: 0;
}

/* line 1504, assets/styles/common/_global.scss */

body.page-template-page-wc section.ifod-content_image .section-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}

/* line 1510, assets/styles/common/_global.scss */

body.page-template-page-wc section.ifod-content_image .section-bg span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  /* line 1523, assets/styles/common/_global.scss */

  body.page-template-page-wc section.ifod-content_image .section-bg {
    width: 100%;
    position: relative;
    padding-bottom: 50%;
    margin-bottom: 30px;
  }

  /* line 1529, assets/styles/common/_global.scss */

  body.page-template-page-wc section.ifod-content_image .section-bg span {
    background-position: top center;
  }
}

/* line 1535, assets/styles/common/_global.scss */

body.page-template-page-wc section.ifod-content_image h2 {
  font-weight: 700;
}

/* line 1541, assets/styles/common/_global.scss */

.wbn-modal-content {
  background-color: #fff;
  padding: 30px;
  max-height: 70vh;
  overflow: auto;
  width: 60vw;
}

@media (max-width: 767px) {
  /* line 1541, assets/styles/common/_global.scss */

  .wbn-modal-content {
    width: 100%;
  }

  /* line 1551, assets/styles/common/_global.scss */

  .wbn-modal-content #easyform .col2 {
    width: 100%;
  }
}

/* line 1556, assets/styles/common/_global.scss */

.lity .lity-close {
  color: #e1261b;
  text-shadow: none;
}

/* line 1563, assets/styles/common/_global.scss */

div#article-content .red.button a,
#cs-content .red.button a {
  border: none;
}

/* line 1567, assets/styles/common/_global.scss */

div#article-content img,
#cs-content img {
  width: auto;
  max-width: 100%;
}

/* line 1575, assets/styles/common/_global.scss */

.jllint-flexible-sections p a {
  border-bottom: 1px solid;
}

/* line 1581, assets/styles/common/_global.scss */

.jll-int-responsive-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* line 1587, assets/styles/common/_global.scss */

.jll-int-responsive-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* line 1600, assets/styles/common/_global.scss */

body.page-template-page-flexible #page_banner.pb-ps-small p.has-larger-font-size,
body.page-template-page-flexible #page_banner.pb-ps-small .has-larger-font-size p,
body.page-template-page-flexible #page_banner.pb-ps-small .body-xl p,
body.page-template-page-flexible #page_banner.pb-ps-small #banner.slide .caption p,
body.page-template-page-flexible #page_banner.pb-ps-small .has-larger-font-size ul li {
  font-size: 21px;
  line-height: 1.3;
}

/* line 1606, assets/styles/common/_global.scss */

body.page-template-page-flexible #page_banner.pb-ps-small p.has-larger-font-size a,
body.page-template-page-flexible #page_banner.pb-ps-small .has-larger-font-size p a,
body.page-template-page-flexible #page_banner.pb-ps-small .body-xl p a,
body.page-template-page-flexible #page_banner.pb-ps-small #banner.slide .caption p a,
body.page-template-page-flexible #page_banner.pb-ps-small .has-larger-font-size ul li a {
  color: #e1261b;
}

/* line 1611, assets/styles/common/_global.scss */

body.page-template-page-flexible #page_banner.pb-ps-small h1 {
  font-size: 3.2rem;
  line-height: 1.1;
  margin-bottom: 30px;
}

/* line 1619, assets/styles/common/_global.scss */

.jllint-content-btn + .jllint-content-btn {
  margin-right: 10px;
}

/* line 1623, assets/styles/common/_global.scss */

.jllint-content-btn {
  position: relative;
  overflow: hidden;
  margin: 25px 0 10px;
}

/* line 1628, assets/styles/common/_global.scss */

.jllint-content-btn.button.border {
  border-width: 2px;
}

/* line 1633, assets/styles/common/_global.scss */

.jllint-content-btn a:before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  bottom: -100px;
  right: -100px;
}

/* line 1644, assets/styles/common/_global.scss */

.frm-section-title {
  margin-bottom: 30px;
}

/* line 1647, assets/styles/common/_global.scss */

.frm-section-title .h1 {
  margin-bottom: 20px;
}

/* line 1651, assets/styles/common/_global.scss */

.frm-section-title h5 {
  padding-bottom: 20px;
}

/* line 1656, assets/styles/common/_global.scss */

.frm-gdpr-content {
  font-size: 14px;
  line-height: 1.3;
  padding-top: 15px;
}

/* line 1661, assets/styles/common/_global.scss */

.frm-gdpr-content a {
  color: #d60b03;
}

/* line 1666, assets/styles/common/_global.scss */

.bg-height {
  position: relative;
}

/* line 1669, assets/styles/common/_global.scss */

.bg-height span.image-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

/* line 1679, assets/styles/common/_global.scss */

.bg-height .container {
  position: relative;
  z-index: 15;
}

/* line 1689, assets/styles/common/_global.scss */

.integral-fod-2021-mw * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 1693, assets/styles/common/_global.scss */

.integral-fod-2021-mw .cta-ifod {
  padding: 9px 40px;
  font-size: 18px;
  line-height: 1.44;
  min-width: 250px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #000;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 1705, assets/styles/common/_global.scss */

.integral-fod-2021-mw .cta-ifod:hover {
  background-color: #000;
  color: #fff;
}

/* line 1710, assets/styles/common/_global.scss */

.integral-fod-2021-mw .cta-ifod.cta-lg {
  font-size: 24px;
  padding: 12px 50px;
  min-width: 320px;
}

/* line 1716, assets/styles/common/_global.scss */

.integral-fod-2021-mw .cta-ifod.cta-with-icon {
  padding-left: 60px;
  position: relative;
  padding-right: 20px;
}

/* line 1721, assets/styles/common/_global.scss */

.integral-fod-2021-mw .cta-ifod.cta-with-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 40px;
  background-image: url(/app/public/wp-content/themes/moove-theme/dist/images/cta-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 1735, assets/styles/common/_global.scss */

.integral-fod-2021-mw .cta-ifod.cta-ifod-primary {
  background-color: #e1251b;
  border-color: #e1251b;
  color: #fff;
}

/* line 1740, assets/styles/common/_global.scss */

.integral-fod-2021-mw .cta-ifod.cta-ifod-primary:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

/* line 1752, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-page-hero {
  padding: 100px 0;
  min-height: calc(100vh - 75px);
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5ecee+100&0+0,1+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e5ecee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#e5ecee));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e5ecee 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e5ecee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e5ecee',GradientType=0 );
  /* IE6-9 */
}

/* line 1762, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-page-hero .fwrap {
  width: 100%;
}

/* line 1772, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-page-hero .container {
  position: relative;
  overflow: visible;
}

/* line 1776, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-page-hero .container .bs4-row {
  position: relative;
  z-index: 30;
}

/* line 1781, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-page-hero .container .section-background {
  position: absolute;
  top: -40px;
  right: -15%;
  bottom: -60px;
  width: 85%;
  z-index: 1;
}

@media (max-width: 1600px) {
  /* line 1781, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-page-hero .container .section-background {
    width: 50%;
    right: 0;
  }
}

@media (max-width: 1420px) {
  /* line 1781, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-page-hero .container .section-background {
    width: 50%;
    right: 0;
  }
}

/* line 1799, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-page-hero .container .section-background span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 1812, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-page-hero .hero-main-w {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

/* line 1817, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-page-hero .hero-main-w h1 {
  font-weight: 400;
}

/* line 1821, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-page-hero .hero-main-w p {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 300;
}

/* line 1828, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-page-hero .cta-wrap {
  padding-top: 30px;
}

/* line 1831, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-page-hero .cta-wrap a.cta-ifod {
  margin: 30px 0;
}

/* line 1837, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-video-mockup {
  padding: 40px 0;
  display: block;
}

/* line 1842, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-video-mockup .plyr--playing .plyr__controls {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* line 1850, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-video-mockup .plyr--stopped .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
}

/* line 1857, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-video-mockup .video-mockup-wrap {
  position: relative;
  width: 80%;
  height: 0;
  padding-bottom: 50%;
  margin: 0 auto;
}

/* line 1864, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-video-mockup .video-mockup-wrap::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: 50px;
  height: 50px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABHsAAAAQCAIAAAAJT+QzAAAACXBIWXMAABcRAAAXEQHKJvM/AAACd0lEQVR42u3dW1PCMBCG4SabgOP//5ve6IUDOXnBUENLSwoppeV9LhW1HJzhYze7KqXUAJif8yE+5d8txBhCWPbOHrxfy/OSUnI+8PoEZqKVMkbWcrVGa9F6yYdLayNPerisEa0UL1HgCRSJC4vkh1qpIMToY6x4v47O8+QCAHA30VqkZnC1Uicc7qx9KJDLwoEcJC6UZYMQy288NZDcUVXg030AAIBZ3Vfp1UrZiQXPSZFybw1PDYnrUfFWliiJNC7cLuMQWgAAAPDOcbGkI3c8EGql7Ho6kFeQuK52o6WU3ECJZqR0QwMYAAAA8LbBb6gYOHQqcpETjNMSV6cv7uhc97uXJ2pCiKHqGRsAAAAAqGjX67Hcm4uviEhexJvak/mfuA7ON03jQ4gxNlllidQEAAAAAH3WiFKqyVorrTFKqXzUivr6/jk6H5mfAQAAAABV89jnfq9+D0fn/amixbEoAAAAAHjEaUeC0doa87GzV85xtYe18ml++dQ++gwBAAAAvJv8xFe+Ka6dxHh1MkeFWYX9NVPtYbCL2/RCGskNAAAAwDOTUqszHqM5H8G6uE2NxWWvuI9rZFNwZzrizVDXYmsWAAAA8OIp6D/8yOAY987kwOoBqbrNbkCeKpZFspHIlxvZIdYNihT6AAAAsFCwyZUsMh4PPK1tbzQmcW3cYfp0k8KU2I2CozXDgj/KFBYAALAmI2t2S/Rb1EqUpJduLhI99UdA4gIGIl+ItX5VOwOmlpiSC/P2qXofWNsAACjULgWaL41YkRku29S67KsTCwASF4AXEl/vuGN/DM82lDceA5Xf3co235JWfNdeLZzQTwXg7A8r0VvPGzyODAAAAABJRU5ErkJggg==);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 1877, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-video-mockup .video-mockup-wrap .vmw-mockup {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

/* line 1885, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-video-mockup .video-mockup-wrap .vmw-mockup span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 1897, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-video-mockup .video-mockup-wrap .vmw-video {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 15;
}

/* line 1905, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-video-mockup .video-mockup-wrap .vmw-video .video-wrap {
  background-color: #000;
  position: absolute;
  left: 17.2%;
  right: 17.2%;
  bottom: 19.4%;
  top: 15%;
}

/* line 1913, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-video-mockup .video-mockup-wrap .vmw-video .video-wrap .plyr--video {
  height: 100%;
}

/* line 1919, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-video-mockup .video-mockup-wrap .plyr__control--overlaid {
  background-color: transparent;
  border: 2px solid #fff;
}

/* line 1927, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.section h2 {
  font-weight: 100;
  font-size: 3rem;
  margin-bottom: 50px;
}

/* line 1933, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.section h4 {
  font-weight: 300;
}

/* line 1936, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.section h4 a {
  color: #7e5786;
  font-weight: 700;
}

/* line 1942, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.section p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
}

/* line 1947, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.section p a {
  color: #000;
  font-weight: 700;
}

/* line 1954, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-how-does-it-work {
  padding: 80px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5ecee+100&0+0,1+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e5ecee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#e5ecee));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e5ecee 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e5ecee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e5ecee',GradientType=0 );
  /* IE6-9 */
}

/* line 1963, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-how-does-it-work ul {
  padding-left: 60px;
  margin: 0 0 40px;
  list-style-type: none;
}

/* line 1968, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-how-does-it-work ul li {
  list-style: none;
  padding: 0;
  margin: 15px 0;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  position: relative;
  padding-left: 50px;
}

/* line 1979, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-how-does-it-work ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAtCAYAAADV2ImkAAAACXBIWXMAABcSAAAXEgFnn9JSAAAFA0lEQVRYhc2YTWwTRxTH/7ZA0EBY9wMSKhovFQSQULJtJBJRuZ4YoUJRYnNrVKk2B3q1pVaqCofYh3J1zK0tamxOPVRk7bRCbYW9S0qV0CasQ6tSEbpOmhYVqGoTEVWN8PRADP6YXe86Js5feoedN/v2t7Nv3syshVKKtSgl95tN/HPiH+nedWQW72B28Q4AYF2DuSok3h4XAtPnIrOLd9rKfdz6prUF7JscCsXmku8A4Mt93PqmaclxxmldfSy29GABZKJdAa/AvZxdE8DVYIe7/Cc823sUAGg48NBMwqMH621znfe1HZIKDZZGVgnp3nW+d+x0Chqwzhf2X5YcZ7zFjQ0dYd9kJAY2LDq5ndPlsEADgT3jHzFLF/CoIkS7/BWwQIOAo3OXSPz2RD+qVATWvQ0BDkx/GoEG7ODegVChIrC06sBk7FQst7S4heHKuLd3J4L7BqJ6968q8NBMwiPf++l1MEbX3rRtTuw57a8WY1XLmu3Lt9K5pcWO8vbCsquVt8VatRHWS4WhjpN+I7CAid2aKIqCJElEUZRXyn08z2cIISmfzyex7tVJhYx7e3eieCWrpqop4fP5QqIoenK53BbGA0seDgButzsRCATChJBMwaGVCvambZczb5xzGoUFAFBKmTY4OOgDoC4bNWmq2+2OUErhvPxhDBf6VFzoo2WmXsvesmk9X8uYKUEIicmyzJzNBsXH4/H+IyfcG+V+ykyFwb0DIaN5W6yKlBAEIZ5OpztWAAsA2LVnN2ZOtQPNFfOauakxqpJo9YIFgNa397Fgwa1vul8rLFAEHAgEAvWCdbhd+G4/czJnhjpOVl0c9LQOACRJ4iORiB86sK++dgDNpBVy+0Og2YpDEnDp7GhFv117dmP+zWeYMTwPXhTNlDCWrAAQDAZDerAu71FMvdcCuYs+/syXyKOXKNdLffugbmWsRwt5zJ79UfMZpoCXKwJTDrcLSTd7fWkmrSXXPYcdSB1k13VycQnXfpgUotEoqRUWAKzBYNCn14F2bdb0ye0PS67/7eOY/bpvAtLn3wAAH41GT5hkLJFVkqRh6KTD0gadlbDZCpf3KACg9/1+KDsslX0W8lhK/PX4Uu9rGpFVlmXdDpv/0A+gHrTC9e4xzVRwXQGmrlwtaZMkiTcDWayqm5//Zh8A2KTpV7daoR5h+4R5iuQnX5U384bpGKq6vRyLJ2sOvnE0x2xXFEWoNaah/XD3TfOBe7+3YPzbMabPZrNlzUd8JEPAm27lzUVdyOP30V803TzPZ8wFfCIrx7FLUbGyP981FdSVzGPmV83PklnRCBNCqnaaunIVwryxs9/Ou3kkYxc1/RzH3RcEIWuQr0JWQshxLJ8W9PTc5MNqXQAA9tSSrp8QIhkKpCELpRQWi0WFgXKz8+Nj7H3CsrpvAhMfVG6IipQZGRk57vF4FLOgBVkBwOv1noeBUW754j6wwJ6AwjzF35/d0L3fbrfPrQQWKDpx2Gy2dC6XqzgolqvnsAMbDjyLXEseyg4LhHmK52csmP36ht5EA+owugCeHELD4bAHtR04TR1KV2olF16vN/QUoNXOzs54PWArgJ8CdF1hmcCUUvj9/kAdoFWn0xmrJ6wmMKUUqVSKt9vtcg3gKsdx6XA47Kk3rC5wwYaHh4nT6YxB/y+QCkC12+3y0wItmKnfraIoCoqiXMtms1AUBTzPF6xX60dgvfU/9GNBlhFPMKMAAAAASUVORK5CYII=);
  background-size: contain;
  width: 40px;
  background-position: top left;
  background-repeat: no-repeat;
  height: 28px;
}

/* line 1995, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-how-does-it-work .cta-wrap {
  padding-top: 80px;
}

/* line 2000, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-wgic {
  padding: 80px 0;
  position: relative;
  padding-bottom: 25%;
}

/* line 2005, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-wgic::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 25%;
  background-image: url(/app/public/wp-content/themes/moove-theme/dist/images/wgic-bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
}

/* line 2019, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-wgic .icons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 2023, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-wgic .icons-wrap .icon-box {
  padding: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}

/* line 2028, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-wgic .icons-wrap .icon-box span {
  display: block;
  text-align: center;
}

/* line 2032, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-wgic .icons-wrap .icon-box span.box-icon {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

/* line 2038, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-wgic .icons-wrap .icon-box span.box-icon span {
  position: relative;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  display: inline-block;
}

/* line 2050, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-wgic .icons-wrap .icon-box span.box-label {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

/* line 2060, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-two-columns-editor + section.ifod-two-columns-editor {
  padding-top: 0;
}

/* line 2064, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-testimonials {
  padding: 80px 0;
  background-color: #f9f9fc;
}

/* line 2068, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-testimonials .section-title {
  text-align: center;
  padding-bottom: 30px;
}

/* line 2073, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-testimonials .testimonial-slider-w {
  position: relative;
  padding-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

/* line 2079, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-testimonials .testimonial-slider-w .item {
  padding-bottom: 0;
}

/* line 2083, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-testimonials .testimonial-slider-w .owl-nav {
  position: static;
}

/* line 2086, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-testimonials .testimonial-slider-w .owl-nav button {
  position: absolute;
  top: calc( 50% - 30px);
  width: 60px;
  height: 60px;
  cursor: pointer;
}

/* line 2093, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-testimonials .testimonial-slider-w .owl-nav button:hover::before {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

/* line 2097, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-testimonials .testimonial-slider-w .owl-nav button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAABCCAYAAAAhZERsAAAACXBIWXMAABcSAAAXEgFnn9JSAAACs0lEQVRogc3av4sTQRTA8e/M7t6aPaNwtZWtWIiFjYKVndgIwgnWgu11VwiCaBFLWzv/AFGwvtLCwh+lIJYHErzLZsnu7O5YeAm5eHfJZnZn5lUp3j4+TDIzL48VWmumkatye1Lkb3NVUdU1gZREYUASx8/iKHyKw5DTD4fjbHc4Sm9luaKqawCqumZSKIaj9MHBePyh1vq6K6jQWnM4znbHeXEJeHxWchQGn7b6559IIT5b8s1C5qrcXgUJoMrqxnCUvnaxsuJPmuosV40ecrGyMldV44dcrKycbpymYRsrAymXZ50SNrEyCgOjArawMonjHWDPpIgNrIyj8FUSR79MC3WNlQD9JBlEYfDetFiXWAkghfi21T+/6zN2tuV9xx47m3zG/neI+oo98bT3EXvqteQb9sz70yfs0oveF+xKHYkP2JVbJ9fYRj2eS2zjZtQVdq2u2QV27fbeNnb9/yHYxRpBwR7WGAp2sK1AoXtsa1DoFivmx45tRa311eEofa7K6q5pren4qBMozLBfVdl8ZLQYURgQtmA6MaqqvlZV642LFmIQBXK/1d/oNFRZPRqO0oe1+bc1SOJo/+Lm5qB16BzyjmGpGRJa3vVdIaFFaJdIaAnaNRJagNpAgiHUFhIMoDaRsCbUNhLWgLpAQkOoKyQ0gLpEwopQ10hYAeoDEpZAfUHCGVCfkHAK1DcknAD1EQkLUF+RMAf1GQlHUN+RcAQ9yLL7PiMBZJYXL1VZXTCs0ykSQPw+HOlClSY1OkcCyNJskmEFCSANhgTWkLD+OyVWkQByI2gMtY4EkJu9c7elEO9WzHeChH/vPe31k94X4OOSXGdImBvkTgq1czDObtZa31tMkkK86Ce9H0m88ca68CiODXJrra9MCvVdlYqy1oRSEAYhvXjjshTipyskwF/ZYvVrjO1O2AAAAABJRU5ErkJggg==);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  cursor: pointer;
}

/* line 2113, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-testimonials .testimonial-slider-w .owl-nav button.owl-prev {
  left: -100px;
}

/* line 2116, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-testimonials .testimonial-slider-w .owl-nav button.owl-prev::before {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 2121, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-testimonials .testimonial-slider-w .owl-nav button.owl-next {
  right: -100px;
}

/* line 2130, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-faq-accordion {
  padding: 80px 0 50px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e5ecee 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#e5ecee));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e5ecee 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e5ecee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#e5ecee', GradientType=0);
}

/* line 2137, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-faq-accordion .section-title {
  text-align: center;
  padding-bottom: 20px;
}

/* line 2142, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-faq-accordion .fod-faq-search-form {
  text-align: center;
  margin-bottom: 40px;
}

/* line 2146, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-faq-accordion .fod-faq-search-form input {
  height: 60px;
  padding: 5px 15px;
  width: 100%;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  border-bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 15px;
  text-align: center;
}

/* line 2162, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-faq-accordion .fod-faq-search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 100;
  color: rgba(0, 0, 0, 0.4);
}

/* line 2166, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-faq-accordion .fod-faq-search-form input::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 100;
  color: rgba(0, 0, 0, 0.4);
}

/* line 2170, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-faq-accordion .fod-faq-search-form input:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 100;
  color: rgba(0, 0, 0, 0.4);
}

/* line 2174, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-faq-accordion .fod-faq-search-form input:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 100;
  color: rgba(0, 0, 0, 0.4);
}

/* line 2179, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-faq-accordion .fod-faq-search-form .input-wrapper {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  background: #fff;
}

/* line 2185, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-faq-accordion .fod-faq-search-form .help-block {
  color: #000;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

/* line 2194, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-faq-accordion .fod-faq-search-form.has-error .help-block {
  color: #a94442;
}

/* line 2200, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-faq-accordion .fod-faq-search-form.has-success .help-block {
  color: #3c763d;
}

/* line 2208, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-faq-accordion .faq-acc-item {
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

/* line 2215, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-faq-accordion .faq-acc-item .fq-header {
  padding: 20px 30px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  border-bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  padding-right: 70px;
  position: relative;
}

/* line 2226, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-faq-accordion .faq-acc-item .fq-header .fq-header-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  width: 60px;
  font-size: 20px;
  padding-right: 30px;
}

/* line 2241, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-faq-accordion .faq-acc-item .fq-content {
  border-top: 3px solid #e5ecee;
  border-bottom: 0;
  padding: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 2247, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-faq-accordion .faq-acc-item .fq-content p {
  font-size: 18px;
}

/* line 2255, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-register-banner {
  padding: 180px 0;
  min-height: 70vh;
  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;
}

/* line 2263, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-register-banner .banner-main-cnt {
  text-align: center;
}

/* line 2265, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-register-banner .banner-main-cnt * {
  color: #fff;
}

/* line 2269, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-register-banner .banner-main-cnt h4 {
  margin-bottom: 0;
}

/* line 2273, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-register-banner .banner-main-cnt h2 {
  font-weight: 700;
}

/* line 2277, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-register-banner .banner-main-cnt p {
  font-size: 24px;
}

/* line 2282, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-register-banner .section-cta {
  padding-top: 80px;
}

/* line 2286, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-register-banner .container {
  width: 100%;
  position: relative;
  z-index: 15;
}

/* line 2292, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-register-banner .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* line 2300, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-register-banner .section-bg span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

/* line 2313, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-two-columns-editor {
  padding: 40px 0;
}

/* line 2316, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-two-columns-editor img {
  max-width: 100%;
  height: auto;
}

/* line 2321, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-two-columns-editor ul.register-links {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 0;
  margin: 0 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 2328, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-two-columns-editor ul.register-links li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 2333, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-two-columns-editor ul.register-links li a {
  display: block;
  margin-right: 30px;
}

/* line 2340, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.ifod-two-columns-editor ul.register-links li.app-icon img {
  height: 120px;
  display: block;
  width: 120px;
  min-width: 120px;
}

/* line 2350, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-sticky-register-button {
  opacity: 0;
  visibility: hidden;
}

/* line 2354, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-sticky-register-button.headroom {
  position: fixed;
  top: 95px;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  text-align: right;
  -webkit-transform: translateX(500px);
       -o-transform: translateX(500px);
          transform: translateX(500px);
  opacity: 1;
  visibility: visible;
}

/* line 2366, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-sticky-register-button.headroom--not-top {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

/* line 2370, assets/styles/common/_global.scss */

.integral-fod-2021-mw section.fod-sticky-register-button .cta-ifod.cta-with-icon {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  min-width: auto;
}

/* line 2379, assets/styles/common/_global.scss */

body.admin-bar .integral-fod-2021-mw section.ifod-page-hero {
  min-height: calc( 100vh - 107px);
}

/* line 2383, assets/styles/common/_global.scss */

body.admin-bar .integral-fod-2021-mw section.fod-sticky-register-button.headroom--not-top {
  padding-top: 32px;
}

/* line 2389, assets/styles/common/_global.scss */

#fod-register.wbn-modal-content #easyform {
  max-height: 70vh;
  overflow: auto;
}

/* line 2394, assets/styles/common/_global.scss */

#fod-register.wbn-modal-content .frm-section-title .h1 {
  font-size: 36px;
}

@media (max-width: 1300px) {
  /* line 2400, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-video-mockup .video-mockup-wrap::after {
    bottom: 5%;
  }
}

@media (max-width: 1200px) {
  /* line 2406, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-page-hero {
    padding: 50px 0;
  }

  /* line 2409, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-page-hero h1 {
    font-size: 3rem;
  }

  /* line 2413, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-page-hero .hero-main-w p {
    font-size: 22px;
  }

  /* line 2417, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-page-hero .cta-wrap {
    padding-top: 0;
  }

  /* line 2420, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-page-hero .cta-wrap a.cta-ifod {
    margin: 15px 0;
  }

  /* line 2426, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-wgic .icons-wrap .icon-box {
    padding: 20px;
  }

  /* line 2429, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-wgic .icons-wrap .icon-box span.box-icon span {
    width: 70px;
    height: 70px;
  }

  /* line 2434, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-wgic .icons-wrap .icon-box span.box-label {
    font-size: 18px;
  }

  /* line 2439, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.section h2 {
    font-size: 2.5rem;
  }

  /* line 2443, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-two-columns-editor ul.register-links li.app-icon img {
    height: 80px;
    width: 80px;
    max-width: 80px;
    min-width: 80px;
  }

  /* line 2450, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.fod-register-banner .section-cta {
    padding-top: 50px;
  }

  /* line 2454, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.fod-register-banner {
    min-height: 500px;
    padding: 120px 0;
  }
}

@media (max-width: 991px) {
  /* line 2462, assets/styles/common/_global.scss */

  #page_banner.jll-int-page-banner-flx {
    min-height: auto;
  }

  /* line 2466, assets/styles/common/_global.scss */

  section.awards-and-accreditions .awac-wrap .awac-box-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 2471, assets/styles/common/_global.scss */

  section.awards-and-accreditions .section-title {
    margin-bottom: 20px;
  }

  /* line 2474, assets/styles/common/_global.scss */

  section.awards-and-accreditions .section-title p {
    font-size: 20px;
  }

  /* line 2479, assets/styles/common/_global.scss */

  section.awards-and-accreditions .awac-wrap .awac-box-col .awac-box .awac-content p {
    font-size: 16px;
  }

  /* line 2483, assets/styles/common/_global.scss */

  section.awards-and-accreditions .awac-wrap .awac-box-col .awac-box {
    padding: 15px;
    min-height: auto;
  }

  /* line 2488, assets/styles/common/_global.scss */

  section.awards-and-accreditions .awac-wrap .awac-box-col .awac-box .awac-content {
    padding: 10px 20px;
    padding-right: 0;
  }

  /* line 2493, assets/styles/common/_global.scss */

  section.awards-and-accreditions {
    padding: 30px 0;
  }

  /* line 2497, assets/styles/common/_global.scss */

  section.awards-and-accreditions + section.awards-and-accreditions {
    padding-top: 10px;
  }

  /* line 2501, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-page-hero .container .section-background {
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    width: 80%;
    height: 0;
    padding-bottom: 50%;
    text-align: center;
    margin: 0 auto;
  }

  /* line 2513, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-video-mockup .video-mockup-wrap {
    width: 100%;
    padding-bottom: 65%;
  }

  /* line 2518, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-video-mockup .video-mockup-wrap::after {
    left: 0;
    right: 0;
  }

  /* line 2523, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-two-columns-editor img,
  .integral-fod-2021-mw section.ifod-how-does-it-work img {
    max-width: 70%;
    margin: 15px auto;
  }
}

@media (max-width: 767px) {
  /* line 2531, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-wgic .icons-wrap .icon-box {
    padding: 15px 5px;
  }

  /* line 2535, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-wgic .icons-wrap .icon-box span.box-label {
    font-size: 16px;
  }

  /* line 2539, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-page-hero h1 {
    font-size: 2rem;
  }

  /* line 2543, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.fod-faq-accordion .faq-acc-item .fq-header {
    font-size: 18px;
    padding: 15px 20px;
    padding-right: 45px;
  }

  /* line 2548, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.fod-faq-accordion .faq-acc-item .fq-header .fq-header-icon {
    font-size: 16px;
    padding-right: 20px;
  }

  /* line 2554, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.fod-faq-accordion {
    padding: 40px 0 20px;
  }

  /* line 2558, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.fod-faq-accordion .faq-acc-item .fq-content {
    padding: 15px 20px;
  }

  /* line 2561, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.fod-faq-accordion .faq-acc-item .fq-content p {
    font-size: 14px;
  }

  /* line 2566, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-page-hero .hero-main-w p {
    font-size: 16px;
  }

  /* line 2570, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-page-hero {
    padding: 30px 0;
  }

  /* line 2574, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-video-mockup .video-mockup-wrap::after {
    display: none;
  }

  /* line 2583, assets/styles/common/_global.scss */

  section.ifod-video-mockup .plyr__controls {
    display: none;
  }

  /* line 2588, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.section h2 {
    font-size: 2rem;
  }

  /* line 2592, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.section p {
    font-size: 16px;
  }

  /* line 2597, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-two-columns-editor ul.register-links li.app-icon img {
    height: 40px;
    width: 40px;
    max-width: 40px;
    min-width: 40px;
  }

  /* line 2604, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-two-columns-editor ul.register-links img {
    max-width: 100%;
  }

  /* line 2609, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-how-does-it-work {
    padding: 40px 0;
  }

  /* line 2613, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-how-does-it-work ul {
    padding-left: 0;
  }

  /* line 2616, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-how-does-it-work ul li {
    font-size: 16px;
  }

  /* line 2621, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-how-does-it-work .cta-wrap {
    padding-top: 20px;
  }

  /* line 2625, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-wgic {
    padding: 40px 0 80px;
  }

  /* line 2629, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.fod-testimonials .testimonial-slider-w {
    padding-left: 60px;
    padding-right: 60px;
  }

  /* line 2634, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.fod-testimonials .testimonial-slider-w .owl-nav button.owl-next {
    right: -60px;
  }

  /* line 2638, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.fod-testimonials .testimonial-slider-w .owl-nav button.owl-prev {
    left: -60px;
  }

  /* line 2642, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.fod-testimonials .testimonial-slider-w .owl-nav button {
    width: 40px;
    height: 40px;
  }

  /* line 2647, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.fod-testimonials .testimonial-slider-w .item {
    text-align: center;
  }

  /* line 2651, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.fod-testimonials {
    padding: 40px 0;
  }

  /* line 2655, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.fod-register-banner {
    padding: 80px 0;
    min-height: 300px;
  }

  /* line 2660, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.section h2 {
    margin-bottom: 30px;
  }

  /* line 2664, assets/styles/common/_global.scss */

  .integral-fod-2021-mw .cta-ifod.cta-lg {
    min-width: auto;
    font-size: 22px;
  }

  /* line 2669, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-how-does-it-work ul li::before {
    height: 20px;
  }

  /* line 2673, assets/styles/common/_global.scss */

  .integral-fod-2021-mw section.ifod-how-does-it-work ul li {
    padding-left: 30px;
  }
}

@media (max-width: 1200px) {
  /* line 2682, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-page-hero h1 {
    font-size: 100px;
  }

  /* line 2685, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-page-hero h1 small {
    font-size: 50px;
  }

  /* line 2692, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-content-editor h2 {
    font-size: 56px;
  }

  /* line 2696, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-content-editor h4 {
    font-size: 28px;
    padding: 0 50px;
  }

  /* line 2703, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .section-title h2 {
    font-size: 56px;
  }

  /* line 2707, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-card-item.scss-cbox .scc-cbc {
    padding: 30px 20px;
  }

  /* line 2710, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-card-item.scss-cbox .scc-cbc h4 {
    font-size: 22px;
  }

  /* line 2714, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-card-item.scss-cbox .scc-cbc p {
    font-size: 16px;
    line-height: 1.2;
  }

  /* line 2720, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scci-header {
    padding: 35px 20px 60px;
  }

  /* line 2725, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap p {
    font-size: 16px;
    line-height: 1.3;
  }

  /* line 2730, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-content .scc-d-m {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  /* line 2739, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-content .scci-d-header {
    margin-bottom: 20px;
  }

  /* line 2742, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-content .scci-d-header span.scci-jobtitle {
    font-size: 54px;
  }

  /* line 2745, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-content .scci-d-header span.scci-name {
    font-size: 26px;
  }

  /* line 2752, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .scc-card-item .scci-header::before {
    top: -400%;
    left: -220%;
    bottom: 0;
    right: -40px;
  }

  /* line 2759, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .scc-card-item .scci-thumb,
  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .scc-card-item.scss-cbox {
    padding-bottom: 150%;
  }
}

@media (max-width: 1024px) {
  /* line 2768, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast {
    padding-top: 30px;
  }

  /* line 2773, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-card-wrap .scc-card-row .scc-card-col {
    width: calc(33.33% - 14px);
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  /* line 2777, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-card-wrap .scc-card-row .scc-card-col:last-child {
    width: calc(100% + 7px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    margin-top: -7px;
  }

  /* line 2783, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-card-wrap .scc-card-row .scc-card-col:last-child .scc-card-item {
    width: calc(33.33% - 14px);
    margin: 0 7px;
  }

  /* line 2787, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-card-wrap .scc-card-row .scc-card-col:last-child .scc-card-item.scss-cbox {
    width: calc(66.66% - 14px);
    padding-bottom: 0;
    margin: 0 7px;
    height: auto;
    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;
  }

  /* line 2796, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-card-wrap .scc-card-row .scc-card-col:last-child .scc-card-item.scss-cbox .scc-cbc {
    position: relative;
    padding: 40px;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  /* line 2808, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  /* line 2813, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards {
    padding-bottom: 0;
  }

  /* line 2817, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap.scc-details-loaded .scc-detailed-slider-cards {
    padding-top: 0;
    padding-bottom: 30px;
  }

  /* line 2822, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-row .scc-d-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 2826, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-row .scc-d-col .scc-d-content {
    padding-left: 0;
    padding-top: 30px;
  }

  /* line 2832, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-row .scc-d-col.scc-d-col-sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 2838, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-row .scc-d-col.scc-d-col-sm .scc-card-item {
    width: calc(33.33% - 14px);
    margin: 0 7px;
  }

  /* line 2842, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-row .scc-d-col.scc-d-col-sm .scc-card-item .scci-header span.scci-name {
    font-size: 16px;
  }

  /* line 2846, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-row .scc-d-col.scc-d-col-sm .scc-card-item .scci-header span.scci-jobtitle {
    font-size: 22px;
  }

  /* line 2850, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-row .scc-d-col.scc-d-col-sm .scc-card-item .scci-thumb {
    padding-bottom: 120%;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  /* line 2854, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-row .scc-d-col.scc-d-col-sm .scc-card-item .scci-header::before {
    top: -95%;
    left: -110%;
    bottom: -10px;
    right: -60px;
  }
}

@media (max-width: 1024px) {
  /* line 2863, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-row .scc-d-col.scc-d-col-sm .scc-d-sbio {
    width: calc(66.66% - 14px);
    margin: 0 7px;
  }

  /* line 2870, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-t-swiper {
    padding-top: 0;
  }

  /* line 2876, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .scc-card-item .scci-header::before {
    top: -400%;
    left: -220%;
    bottom: 0;
    right: -40px;
  }

  /* line 2883, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .scc-card-item .scci-header {
    display: none;
  }

  /* line 2887, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .carousel-cell.is-selected .scc-card-item.scc-card-l .scci-thumb,
  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .scc-card-item.scc-card-l:hover .scci-thumb {
    top: 0;
  }

  /* line 2892, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-dsc-f {
    display: block;
  }

  /* line 2896, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-dsc-f .cta-section {
    padding: 3px 6px;
  }

  /* line 2900, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-dsc-f .cta-section button,
  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-dsc-f .cta-section .swc-btn {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    height: auto;
    min-height: auto;
    margin: 0;
    height: calc(100% - 30px);
    background-color: #000;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1.2;
    cursor: pointer;
    padding: 10px 20px;
  }

  /* line 2916, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-dsc-f .cta-section button i,
  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-dsc-f .cta-section .swc-btn i {
    margin: 0;
    margin-right: 15px;
  }

  /* line 2923, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .scc-card-item.scss-cbox h4 {
    display: none;
  }

  /* line 2928, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .scc-card-item.scss-cbox .scc-cbc {
    padding: 0;
  }

  /* line 2932, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .scc-card-item.scss-cbox {
    background-color: transparent;
  }

  /* line 2935, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .scc-card-item.scss-cbox .swc-btn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 5px;
  }
}

@media (max-width: 767px) {
  /* line 2947, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-page-hero {
    min-height: auto;
  }

  /* line 2950, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-page-hero .sc-content-wrap {
    padding: 70px 0 20px;
  }

  /* line 2953, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-page-hero h1 {
    font-size: 64px;
  }

  /* line 2956, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-page-hero h1 small {
    font-size: 26px;
  }

  /* line 2962, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-dsc-f .cta-section button,
  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-dsc-f .cta-section .swc-btn {
    font-size: 10px;
    padding: 5px 10px;
    margin: 0 3px;
  }

  /* line 2967, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-dsc-f .cta-section button i,
  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-dsc-f .cta-section .swc-btn i {
    font-size: 8px;
    width: 20px;
    height: 20px;
  }

  /* line 2974, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-dsc-f .cta-section {
    padding: 3px;
  }

  /* line 2978, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-dsc-f .cta-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  /* line 2983, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-dsc-f .cta-section a.swc-btn i {
    margin-right: 0;
    margin-left: 15px;
  }

  /* line 2991, assets/styles/common/_global.scss */

  .service-character-main-sections .current-vsc h3 {
    line-height: 1.2;
  }

  /* line 2996, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider-cards .carousel-cell {
    width: calc(14.35% - 7px);
  }

  /* line 3000, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-dsc-f,
  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-detailed-slider {
    margin: 0 -6px;
  }

  /* line 3005, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-content-editor {
    padding: 30px 0;
  }

  /* line 3007, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-content-editor h2 {
    font-size: 36px;
  }

  /* line 3011, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-content-editor h4 {
    font-size: 20px;
    padding: 0;
  }

  /* line 3016, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-content-editor p {
    font-size: 16px;
  }

  /* line 3021, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .section-title h2 {
    font-size: 36px;
  }

  /* line 3025, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-card-wrap .scc-card-row .scc-card-col {
    width: calc(50% - 14px);
  }

  /* line 3029, assets/styles/common/_global.scss */

  .service-character-main-sections section.scalable-embed .int-scalable-wrap {
    padding: 0;
  }

  /* line 3033, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-card-item.scss-cbox .scc-cbc p {
    font-size: 10px;
    margin-bottom: 10px;
  }

  /* line 3038, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-card-item.scss-cbox .scc-cbc h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  /* line 3043, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .swc-btn {
    font-size: 10px;
    min-height: 33px;
    padding: 2px 10px;
  }

  /* line 3049, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scci-header {
    padding: 25px 10px 30px;
  }

  /* line 3053, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scci-header span.scci-name,
  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-row .scc-d-col.scc-d-col-sm .scc-card-item .scci-header span.scci-name {
    font-size: 10px;
  }

  /* line 3058, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-card-item.scc-card-l:hover .scci-thumb {
    top: 40px;
  }

  /* line 3062, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-slider-cards .scci-thumb span {
    top: 5px;
  }

  /* line 3066, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scci-header span.scci-jobtitle,
  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-row .scc-d-col.scc-d-col-sm .scc-card-item .scci-header span.scci-jobtitle {
    font-size: 14px;
  }

  /* line 3071, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-row .scc-d-col.scc-d-col-sm .scc-card-item {
    width: calc(50% - 14px);
  }

  /* line 3075, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-row .scc-d-col.scc-d-col-sm .scc-d-sbio {
    width: calc(50% - 14px);
  }

  /* line 3079, assets/styles/common/_global.scss */

  .service-character-main-sections section.scalable-video .int-responsive-video-wrap {
    overflow: hidden;
  }

  /* line 3083, assets/styles/common/_global.scss */

  .service-character-main-sections section.scalable-video .int-responsive-video-wrap iframe,
  .service-character-main-sections section.scalable-video .int-responsive-video-wrap video,
  .service-character-main-sections section.scalable-video .int-responsive-video-wrap .plyr {
    min-width: auto;
  }

  /* line 3089, assets/styles/common/_global.scss */

  .service-character-main-sections section.scalable-video .int-responsive-video-wrap {
    border-width: 5px;
  }

  /* line 3093, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-content {
    text-align: center;
  }

  /* line 3096, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-content .scci-d-header span.scci-name {
    font-size: 17px;
  }

  /* line 3100, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-content .scci-d-header span.scci-jobtitle {
    font-size: 28px;
  }

  /* line 3104, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-content .scc-d-m {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  /* line 3112, assets/styles/common/_global.scss */

  .service-character-main-sections section.sc-cast .scc-detailed-wrap .scc-d-content .scc-d-m p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}

@media (max-width: 1200px) {
  /* line 3124, assets/styles/common/_global.scss */

  h1,
  .h1 {
    font-size: 3rem;
    margin-bottom: 35px;
  }

  /* line 3130, assets/styles/common/_global.scss */

  h2,
  .h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  /* line 3136, assets/styles/common/_global.scss */

  h3,
  .h3 {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  /* line 3142, assets/styles/common/_global.scss */

  h4,
  .h4 {
    font-size: 1.8rem;
  }

  /* line 3147, assets/styles/common/_global.scss */

  h5,
  .h5 {
    font-size: 1.5rem;
  }

  /* line 3152, assets/styles/common/_global.scss */

  h6,
  .h6 {
    font-size: 1.2rem;
  }

  /* line 3157, assets/styles/common/_global.scss */

  p,
  ul,
  ol {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  /* line 3167, assets/styles/common/_global.scss */

  h1,
  .h1 {
    font-size: 2.2rem;
    margin-bottom: 35px;
  }

  /* line 3173, assets/styles/common/_global.scss */

  h2,
  .h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  /* line 3179, assets/styles/common/_global.scss */

  h3,
  .h3 {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }

  /* line 3185, assets/styles/common/_global.scss */

  h4,
  .h4 {
    font-size: 1.6rem;
  }

  /* line 3190, assets/styles/common/_global.scss */

  h5,
  .h5 {
    font-size: 1.3rem;
  }

  /* line 3195, assets/styles/common/_global.scss */

  p,
  ul,
  ol {
    margin-bottom: 20px;
  }

  /* line 3201, assets/styles/common/_global.scss */

  section.ji-section {
    padding: 40px 0;
  }

  /* line 3204, assets/styles/common/_global.scss */

  section.ji-section h1,
  section.ji-section .h1 {
    font-size: 2.2rem;
    margin-bottom: 35px;
  }

  /* line 3210, assets/styles/common/_global.scss */

  section.ji-section h2,
  section.ji-section .h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  /* line 3216, assets/styles/common/_global.scss */

  section.ji-section h3,
  section.ji-section .h3 {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }

  /* line 3222, assets/styles/common/_global.scss */

  section.ji-section h4,
  section.ji-section .h4 {
    font-size: 1.6rem;
  }

  /* line 3227, assets/styles/common/_global.scss */

  section.ji-section h5,
  section.ji-section .h5 {
    font-size: 1.3rem;
  }

  /* line 3232, assets/styles/common/_global.scss */

  section.ji-section p,
  section.ji-section ul,
  section.ji-section ol {
    margin-bottom: 20px;
  }
}

/* line 1, assets/styles/common/_style-fixes.scss */

#banner.slide .caption.buttons a {
  color: #fff;
  text-decoration: none;
}

/* line 6, assets/styles/common/_style-fixes.scss */

#banner.slide .container.cnt-algn-center .txtWhite {
  font-weight: 600;
}

/* line 10, assets/styles/common/_style-fixes.scss */

#searchform input,
#career-search select {
  background: #fff;
}

/* line 15, assets/styles/common/_style-fixes.scss */

.search_bar .search-field {
  border: 0;
  width: 100%;
  padding: 15px;
  vertical-align: middle;
  outline: none;
  font-family: 'Source Sans Pro',sans-serif;
  border-top: 1px solid #e8e8e8;
  background: #fff;
  font-size: 16px;
  border-radius: 0;
  height: 46px;
  width: 100%;
}

/* line 30, assets/styles/common/_style-fixes.scss */

.search_bar .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/* line 34, assets/styles/common/_style-fixes.scss */

.search_bar .search-form label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 39, assets/styles/common/_style-fixes.scss */

.slideshow .owl-nav button.owl-next span,
.slideshow .owl-nav button.owl-prev span {
  line-height: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1200px) {
  /* line 47, assets/styles/common/_style-fixes.scss */

  #search {
    right: 95px;
  }
}

/* line 52, assets/styles/common/_style-fixes.scss */

#page_banner.sect .svg_r {
  position: relative;
  right: -15px;
}

@media (max-width: 650px) {
  /* line 58, assets/styles/common/_style-fixes.scss */

  #page_banner.sect .svg_r {
    right: 0;
    margin: 0 -15px;
    width: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 1, assets/styles/components/_buttons.scss */

.btn,
.comment-form input[type="submit"],
.search-form .search-submit {
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.625rem;
  padding: 10px 48px;
  cursor: pointer;
  font-weight: 700;
  vertical-align: middle;
  outline: none;
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 20, assets/styles/components/_buttons.scss */

.btn.btn-primary:hover,
.comment-form input.btn-primary:hover[type="submit"],
.search-form .btn-primary.search-submit:hover {
  background: #212121;
}

/* line 25, assets/styles/components/_buttons.scss */

.btn.btn-white,
.comment-form input.btn-white[type="submit"],
.search-form .btn-white.search-submit {
  background-color: #fff;
  color: #000;
}

/* line 29, assets/styles/components/_buttons.scss */

.btn.btn-white:hover,
.comment-form input.btn-white:hover[type="submit"],
.search-form .btn-white.search-submit:hover {
  background-color: #212121;
  color: #fff;
}

/* line 35, assets/styles/components/_buttons.scss */

.btn.btn-bordered,
.comment-form input.btn-bordered[type="submit"],
.search-form .btn-bordered.search-submit {
  background: transparent;
  border: 1px solid #e1261b;
  color: #e1261b;
}

/* line 40, assets/styles/components/_buttons.scss */

.btn.btn-bordered:hover,
.comment-form input.btn-bordered:hover[type="submit"],
.search-form .btn-bordered.search-submit:hover {
  background-color: #e1261b;
  color: #fff;
}

/* line 5, assets/styles/components/_comments.scss */

.comment-list ol {
  list-style: none;
}

/** Search form */

/* line 6, assets/styles/components/_forms.scss */

.search-form label {
  font-weight: normal;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, assets/styles/components/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, assets/styles/components/_wp-classes.scss */

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

/* line 20, assets/styles/components/_wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  /* line 27, assets/styles/components/_wp-classes.scss */

  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  /* line 32, assets/styles/components/_wp-classes.scss */

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@-o-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

/* line 77, assets/styles/components/_animate.scss */

.bounce {
  -webkit-animation-name: bounce;
  -o-animation-name: bounce;
     animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -o-transform-origin: center bottom;
     transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@-o-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

/* line 110, assets/styles/components/_animate.scss */

.flash {
  -webkit-animation-name: flash;
  -o-animation-name: flash;
     animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-o-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 151, assets/styles/components/_animate.scss */

.pulse {
  -webkit-animation-name: pulse;
  -o-animation-name: pulse;
     animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-o-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 230, assets/styles/components/_animate.scss */

.rubberBand {
  -webkit-animation-name: rubberBand;
  -o-animation-name: rubberBand;
     animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@-o-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

/* line 285, assets/styles/components/_animate.scss */

.shake {
  -webkit-animation-name: shake;
  -o-animation-name: shake;
     animation-name: shake;
}

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

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0);
  }
}

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

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0);
  }
}

/* line 354, assets/styles/components/_animate.scss */

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
     animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  -o-animation-name: headShake;
     animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@-o-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/* line 415, assets/styles/components/_animate.scss */

.swing {
  -webkit-transform-origin: top center;
  -o-transform-origin: top center;
     transform-origin: top center;
  -webkit-animation-name: swing;
  -o-animation-name: swing;
     animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-o-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 488, assets/styles/components/_animate.scss */

.tada {
  -webkit-animation-name: tada;
  -o-animation-name: tada;
     animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 569, assets/styles/components/_animate.scss */

.wobble {
  -webkit-animation-name: wobble;
  -o-animation-name: wobble;
     animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@-o-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
       transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
       transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
       transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
       transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
       transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    -o-transform: skewX(0.39062deg) skewY(0.39062deg);
       transform: skewX(0.39062deg) skewY(0.39062deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -o-transform: skewX(-0.19531deg) skewY(-0.19531deg);
       transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
       transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
       transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
       transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
       transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
       transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    -o-transform: skewX(0.39062deg) skewY(0.39062deg);
       transform: skewX(0.39062deg) skewY(0.39062deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -o-transform: skewX(-0.19531deg) skewY(-0.19531deg);
       transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

/* line 662, assets/styles/components/_animate.scss */

.jello {
  -webkit-animation-name: jello;
  -o-animation-name: jello;
     animation-name: jello;
  -webkit-transform-origin: center;
  -o-transform-origin: center;
     transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
       transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
       transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
       transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
       transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
}

/* line 723, assets/styles/components/_animate.scss */

.heartBeat {
  -webkit-animation-name: heartBeat;
  -o-animation-name: heartBeat;
     animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  -o-animation-duration: 1.3s;
     animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
     animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-o-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 822, assets/styles/components/_animate.scss */

.bounceIn {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  -o-animation-name: bounceIn;
     animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 905, assets/styles/components/_animate.scss */

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
     animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 986, assets/styles/components/_animate.scss */

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
     animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1067, assets/styles/components/_animate.scss */

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
     animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1148, assets/styles/components/_animate.scss */

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
     animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@-o-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

/* line 1193, assets/styles/components/_animate.scss */

.bounceOut {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  -o-animation-name: bounceOut;
     animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@-o-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 1240, assets/styles/components/_animate.scss */

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
     animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@-o-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 1273, assets/styles/components/_animate.scss */

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
     animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@-o-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1306, assets/styles/components/_animate.scss */

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
     animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@-o-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1351, assets/styles/components/_animate.scss */

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
     animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* line 1376, assets/styles/components/_animate.scss */

.fadeIn {
  -webkit-animation-name: fadeIn;
  -o-animation-name: fadeIn;
     animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1409, assets/styles/components/_animate.scss */

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
     animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1442, assets/styles/components/_animate.scss */

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
     animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1475, assets/styles/components/_animate.scss */

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
     animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1508, assets/styles/components/_animate.scss */

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
     animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1541, assets/styles/components/_animate.scss */

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
     animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1574, assets/styles/components/_animate.scss */

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
     animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1607, assets/styles/components/_animate.scss */

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
     animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1640, assets/styles/components/_animate.scss */

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
     animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* line 1665, assets/styles/components/_animate.scss */

.fadeOut {
  -webkit-animation-name: fadeOut;
  -o-animation-name: fadeOut;
     animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@-o-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 1694, assets/styles/components/_animate.scss */

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
     animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@-o-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 1723, assets/styles/components/_animate.scss */

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
     animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-o-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 1752, assets/styles/components/_animate.scss */

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
     animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@-o-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 1781, assets/styles/components/_animate.scss */

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
     animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-o-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 1810, assets/styles/components/_animate.scss */

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
     animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@-o-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1839, assets/styles/components/_animate.scss */

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
     animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-o-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 1868, assets/styles/components/_animate.scss */

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
     animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@-o-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1897, assets/styles/components/_animate.scss */

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
     animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@-o-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  }
}

/* line 1992, assets/styles/components/_animate.scss */

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  -o-animation-name: flip;
     animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-o-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 2065, assets/styles/components/_animate.scss */

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -o-animation-name: flipInX;
     animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-o-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 2138, assets/styles/components/_animate.scss */

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -o-animation-name: flipInY;
     animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@-o-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

/* line 2183, assets/styles/components/_animate.scss */

.flipOutX {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  -o-animation-name: flipOutX;
     animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@-o-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

/* line 2230, assets/styles/components/_animate.scss */

.flipOutY {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -o-animation-name: flipOutY;
     animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
       transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
       transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
       transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
       transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 2287, assets/styles/components/_animate.scss */

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
     animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
     animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@-o-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

/* line 2318, assets/styles/components/_animate.scss */

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
     animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
     animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-o-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 2361, assets/styles/components/_animate.scss */

.rotateIn {
  -webkit-animation-name: rotateIn;
  -o-animation-name: rotateIn;
     animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-o-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 2402, assets/styles/components/_animate.scss */

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
     animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-o-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 2443, assets/styles/components/_animate.scss */

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
     animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-o-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 2484, assets/styles/components/_animate.scss */

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
     animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-o-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 2525, assets/styles/components/_animate.scss */

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
     animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

/* line 2562, assets/styles/components/_animate.scss */

.rotateOut {
  -webkit-animation-name: rotateOut;
  -o-animation-name: rotateOut;
     animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

/* line 2599, assets/styles/components/_animate.scss */

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
     animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 2636, assets/styles/components/_animate.scss */

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
     animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 2673, assets/styles/components/_animate.scss */

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
     animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

/* line 2710, assets/styles/components/_animate.scss */

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
     animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@-o-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

/* line 2787, assets/styles/components/_animate.scss */

.hinge {
  -webkit-animation-duration: 2s;
  -o-animation-duration: 2s;
     animation-duration: 2s;
  -webkit-animation-name: hinge;
  -o-animation-name: hinge;
     animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    -o-transform: scale(0.1) rotate(30deg);
       transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
       transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
       transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    -o-transform: scale(0.1) rotate(30deg);
       transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
       transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
       transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1);
  }
}

/* line 2846, assets/styles/components/_animate.scss */

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  -o-animation-name: jackInTheBox;
     animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 2881, assets/styles/components/_animate.scss */

.rollIn {
  -webkit-animation-name: rollIn;
  -o-animation-name: rollIn;
     animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@-o-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

/* line 2912, assets/styles/components/_animate.scss */

.rollOut {
  -webkit-animation-name: rollOut;
  -o-animation-name: rollOut;
     animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-o-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

/* line 2941, assets/styles/components/_animate.scss */

.zoomIn {
  -webkit-animation-name: zoomIn;
  -o-animation-name: zoomIn;
     animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2982, assets/styles/components/_animate.scss */

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  -o-animation-name: zoomInDown;
     animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3023, assets/styles/components/_animate.scss */

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  -o-animation-name: zoomInLeft;
     animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3064, assets/styles/components/_animate.scss */

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  -o-animation-name: zoomInRight;
     animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3105, assets/styles/components/_animate.scss */

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  -o-animation-name: zoomInUp;
     animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@-o-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

/* line 3142, assets/styles/components/_animate.scss */

.zoomOut {
  -webkit-animation-name: zoomOut;
  -o-animation-name: zoomOut;
     animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3187, assets/styles/components/_animate.scss */

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  -o-animation-name: zoomOutDown;
     animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@-o-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
       transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
       transform-origin: left center;
  }
}

/* line 3224, assets/styles/components/_animate.scss */

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  -o-animation-name: zoomOutLeft;
     animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@-o-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
       transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
       transform-origin: right center;
  }
}

/* line 3261, assets/styles/components/_animate.scss */

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  -o-animation-name: zoomOutRight;
     animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3306, assets/styles/components/_animate.scss */

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  -o-animation-name: zoomOutUp;
     animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3337, assets/styles/components/_animate.scss */

.slideInDown {
  -webkit-animation-name: slideInDown;
  -o-animation-name: slideInDown;
     animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3368, assets/styles/components/_animate.scss */

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
     animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3399, assets/styles/components/_animate.scss */

.slideInRight {
  -webkit-animation-name: slideInRight;
  -o-animation-name: slideInRight;
     animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3430, assets/styles/components/_animate.scss */

.slideInUp {
  -webkit-animation-name: slideInUp;
  -o-animation-name: slideInUp;
     animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@-o-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 3461, assets/styles/components/_animate.scss */

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  -o-animation-name: slideOutDown;
     animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-o-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 3492, assets/styles/components/_animate.scss */

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
     animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@-o-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 3523, assets/styles/components/_animate.scss */

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
     animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-o-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 3554, assets/styles/components/_animate.scss */

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
     animation-name: slideOutUp;
}

/* line 3559, assets/styles/components/_animate.scss */

.animated {
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
     animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
     animation-fill-mode: both;
}

/* line 3566, assets/styles/components/_animate.scss */

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
     animation-iteration-count: infinite;
}

/* line 3571, assets/styles/components/_animate.scss */

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
     animation-delay: 1s;
}

/* line 3576, assets/styles/components/_animate.scss */

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
     animation-delay: 2s;
}

/* line 3581, assets/styles/components/_animate.scss */

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  -o-animation-delay: 3s;
     animation-delay: 3s;
}

/* line 3586, assets/styles/components/_animate.scss */

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  -o-animation-delay: 4s;
     animation-delay: 4s;
}

/* line 3591, assets/styles/components/_animate.scss */

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
     animation-delay: 5s;
}

/* line 3596, assets/styles/components/_animate.scss */

.animated.fast {
  -webkit-animation-duration: 800ms;
  -o-animation-duration: 800ms;
     animation-duration: 800ms;
}

/* line 3601, assets/styles/components/_animate.scss */

.animated.faster {
  -webkit-animation-duration: 500ms;
  -o-animation-duration: 500ms;
     animation-duration: 500ms;
}

/* line 3606, assets/styles/components/_animate.scss */

.animated.slow {
  -webkit-animation-duration: 2s;
  -o-animation-duration: 2s;
     animation-duration: 2s;
}

/* line 3611, assets/styles/components/_animate.scss */

.animated.slower {
  -webkit-animation-duration: 3s;
  -o-animation-duration: 3s;
     animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  /* line 3617, assets/styles/components/_animate.scss */

  .animated {
    -webkit-animation-duration: 1ms !important;
    -o-animation-duration: 1ms !important;
       animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    -o-transition-duration: 1ms !important;
       transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    -o-animation-iteration-count: 1 !important;
       animation-iteration-count: 1 !important;
  }
}

/* line 1, assets/styles/components/_bs4-grid.scss */

.bs4-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 12, assets/styles/components/_bs4-grid.scss */

.bs4-sr-only-focusable:active,
.bs4-sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 20, assets/styles/components/_bs4-grid.scss */

.bs4-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 28, assets/styles/components/_bs4-grid.scss */

  .bs4-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 33, assets/styles/components/_bs4-grid.scss */

  .bs4-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 38, assets/styles/components/_bs4-grid.scss */

  .bs4-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 43, assets/styles/components/_bs4-grid.scss */

  .bs4-container {
    max-width: 1140px;
  }
}

/* line 47, assets/styles/components/_bs4-grid.scss */

.bs4-container-fluid,
.bs4-container-sm,
.bs4-container-md,
.bs4-container-lg,
.bs4-container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 55, assets/styles/components/_bs4-grid.scss */

  .bs4-container,
  .bs4-container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 60, assets/styles/components/_bs4-grid.scss */

  .bs4-container,
  .bs4-container-sm,
  .bs4-container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 65, assets/styles/components/_bs4-grid.scss */

  .bs4-container,
  .bs4-container-sm,
  .bs4-container-md,
  .bs4-container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 70, assets/styles/components/_bs4-grid.scss */

  .bs4-container,
  .bs4-container-sm,
  .bs4-container-md,
  .bs4-container-lg,
  .bs4-container-xl {
    max-width: 1140px;
  }
}

/* line 74, assets/styles/components/_bs4-grid.scss */

.bs4-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 83, assets/styles/components/_bs4-grid.scss */

.bs4-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 87, assets/styles/components/_bs4-grid.scss */

.bs4-no-gutters > .bs4-col,
.bs4-no-gutters > [class*="bs4-col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 91, assets/styles/components/_bs4-grid.scss */

.bs4-col-1,
.bs4-col-2,
.bs4-col-3,
.bs4-col-4,
.bs4-col-5,
.bs4-col-6,
.bs4-col-7,
.bs4-col-8,
.bs4-col-9,
.bs4-col-10,
.bs4-col-11,
.bs4-col-12,
.bs4-col,
.bs4-col-auto,
.bs4-col-sm-1,
.bs4-col-sm-2,
.bs4-col-sm-3,
.bs4-col-sm-4,
.bs4-col-sm-5,
.bs4-col-sm-6,
.bs4-col-sm-7,
.bs4-col-sm-8,
.bs4-col-sm-9,
.bs4-col-sm-10,
.bs4-col-sm-11,
.bs4-col-sm-12,
.bs4-col-sm,
.bs4-col-sm-auto,
.bs4-col-md-1,
.bs4-col-md-2,
.bs4-col-md-3,
.bs4-col-md-4,
.bs4-col-md-5,
.bs4-col-md-6,
.bs4-col-md-7,
.bs4-col-md-8,
.bs4-col-md-9,
.bs4-col-md-10,
.bs4-col-md-11,
.bs4-col-md-12,
.bs4-col-md,
.bs4-col-md-auto,
.bs4-col-lg-1,
.bs4-col-lg-2,
.bs4-col-lg-3,
.bs4-col-lg-4,
.bs4-col-lg-5,
.bs4-col-lg-6,
.bs4-col-lg-7,
.bs4-col-lg-8,
.bs4-col-lg-9,
.bs4-col-lg-10,
.bs4-col-lg-11,
.bs4-col-lg-12,
.bs4-col-lg,
.bs4-col-lg-auto,
.bs4-col-xl-1,
.bs4-col-xl-2,
.bs4-col-xl-3,
.bs4-col-xl-4,
.bs4-col-xl-5,
.bs4-col-xl-6,
.bs4-col-xl-7,
.bs4-col-xl-8,
.bs4-col-xl-9,
.bs4-col-xl-10,
.bs4-col-xl-11,
.bs4-col-xl-12,
.bs4-col-xl,
.bs4-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 97, assets/styles/components/_bs4-grid.scss */

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

/* line 105, assets/styles/components/_bs4-grid.scss */

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

/* line 111, assets/styles/components/_bs4-grid.scss */

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

/* line 117, assets/styles/components/_bs4-grid.scss */

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

/* line 123, assets/styles/components/_bs4-grid.scss */

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

/* line 129, assets/styles/components/_bs4-grid.scss */

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

/* line 135, assets/styles/components/_bs4-grid.scss */

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

/* line 141, assets/styles/components/_bs4-grid.scss */

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

/* line 148, assets/styles/components/_bs4-grid.scss */

.bs4-col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 154, assets/styles/components/_bs4-grid.scss */

.bs4-col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 160, assets/styles/components/_bs4-grid.scss */

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

/* line 166, assets/styles/components/_bs4-grid.scss */

.bs4-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 172, assets/styles/components/_bs4-grid.scss */

.bs4-col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 178, assets/styles/components/_bs4-grid.scss */

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

/* line 184, assets/styles/components/_bs4-grid.scss */

.bs4-col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 190, assets/styles/components/_bs4-grid.scss */

.bs4-col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 196, assets/styles/components/_bs4-grid.scss */

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

/* line 202, assets/styles/components/_bs4-grid.scss */

.bs4-col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 208, assets/styles/components/_bs4-grid.scss */

.bs4-col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 214, assets/styles/components/_bs4-grid.scss */

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

/* line 220, assets/styles/components/_bs4-grid.scss */

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

/* line 225, assets/styles/components/_bs4-grid.scss */

.bs4-order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

/* line 230, assets/styles/components/_bs4-grid.scss */

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

/* line 235, assets/styles/components/_bs4-grid.scss */

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

/* line 240, assets/styles/components/_bs4-grid.scss */

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

/* line 245, assets/styles/components/_bs4-grid.scss */

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

/* line 250, assets/styles/components/_bs4-grid.scss */

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

/* line 255, assets/styles/components/_bs4-grid.scss */

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

/* line 260, assets/styles/components/_bs4-grid.scss */

.bs4-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

/* line 265, assets/styles/components/_bs4-grid.scss */

.bs4-order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

/* line 270, assets/styles/components/_bs4-grid.scss */

.bs4-order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

/* line 275, assets/styles/components/_bs4-grid.scss */

.bs4-order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

/* line 280, assets/styles/components/_bs4-grid.scss */

.bs4-order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

/* line 285, assets/styles/components/_bs4-grid.scss */

.bs4-order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

/* line 290, assets/styles/components/_bs4-grid.scss */

.bs4-order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

/* line 295, assets/styles/components/_bs4-grid.scss */

.bs4-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 298, assets/styles/components/_bs4-grid.scss */

.bs4-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 301, assets/styles/components/_bs4-grid.scss */

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

/* line 304, assets/styles/components/_bs4-grid.scss */

.bs4-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 307, assets/styles/components/_bs4-grid.scss */

.bs4-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 310, assets/styles/components/_bs4-grid.scss */

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

/* line 313, assets/styles/components/_bs4-grid.scss */

.bs4-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 316, assets/styles/components/_bs4-grid.scss */

.bs4-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 319, assets/styles/components/_bs4-grid.scss */

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

/* line 322, assets/styles/components/_bs4-grid.scss */

.bs4-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 325, assets/styles/components/_bs4-grid.scss */

.bs4-offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 329, assets/styles/components/_bs4-grid.scss */

  .bs4-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 337, assets/styles/components/_bs4-grid.scss */

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

  /* line 343, assets/styles/components/_bs4-grid.scss */

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

  /* line 349, assets/styles/components/_bs4-grid.scss */

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

  /* line 355, assets/styles/components/_bs4-grid.scss */

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

  /* line 361, assets/styles/components/_bs4-grid.scss */

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

  /* line 367, assets/styles/components/_bs4-grid.scss */

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

  /* line 373, assets/styles/components/_bs4-grid.scss */

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

  /* line 380, assets/styles/components/_bs4-grid.scss */

  .bs4-col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 386, assets/styles/components/_bs4-grid.scss */

  .bs4-col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 392, assets/styles/components/_bs4-grid.scss */

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

  /* line 398, assets/styles/components/_bs4-grid.scss */

  .bs4-col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 404, assets/styles/components/_bs4-grid.scss */

  .bs4-col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 410, assets/styles/components/_bs4-grid.scss */

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

  /* line 416, assets/styles/components/_bs4-grid.scss */

  .bs4-col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 422, assets/styles/components/_bs4-grid.scss */

  .bs4-col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 428, assets/styles/components/_bs4-grid.scss */

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

  /* line 434, assets/styles/components/_bs4-grid.scss */

  .bs4-col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 440, assets/styles/components/_bs4-grid.scss */

  .bs4-col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 446, assets/styles/components/_bs4-grid.scss */

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

  /* line 452, assets/styles/components/_bs4-grid.scss */

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

  /* line 457, assets/styles/components/_bs4-grid.scss */

  .bs4-order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 462, assets/styles/components/_bs4-grid.scss */

  .bs4-order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 467, assets/styles/components/_bs4-grid.scss */

  .bs4-order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 472, assets/styles/components/_bs4-grid.scss */

  .bs4-order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 477, assets/styles/components/_bs4-grid.scss */

  .bs4-order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 482, assets/styles/components/_bs4-grid.scss */

  .bs4-order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 487, assets/styles/components/_bs4-grid.scss */

  .bs4-order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 492, assets/styles/components/_bs4-grid.scss */

  .bs4-order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 497, assets/styles/components/_bs4-grid.scss */

  .bs4-order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 502, assets/styles/components/_bs4-grid.scss */

  .bs4-order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 507, assets/styles/components/_bs4-grid.scss */

  .bs4-order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 512, assets/styles/components/_bs4-grid.scss */

  .bs4-order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 517, assets/styles/components/_bs4-grid.scss */

  .bs4-order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 522, assets/styles/components/_bs4-grid.scss */

  .bs4-order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 527, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-sm-0 {
    margin-left: 0;
  }

  /* line 530, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  /* line 533, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  /* line 536, assets/styles/components/_bs4-grid.scss */

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

  /* line 539, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  /* line 542, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  /* line 545, assets/styles/components/_bs4-grid.scss */

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

  /* line 548, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  /* line 551, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  /* line 554, assets/styles/components/_bs4-grid.scss */

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

  /* line 557, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  /* line 560, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 565, assets/styles/components/_bs4-grid.scss */

  .bs4-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 573, assets/styles/components/_bs4-grid.scss */

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

  /* line 579, assets/styles/components/_bs4-grid.scss */

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

  /* line 585, assets/styles/components/_bs4-grid.scss */

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

  /* line 591, assets/styles/components/_bs4-grid.scss */

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

  /* line 597, assets/styles/components/_bs4-grid.scss */

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

  /* line 603, assets/styles/components/_bs4-grid.scss */

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

  /* line 609, assets/styles/components/_bs4-grid.scss */

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

  /* line 616, assets/styles/components/_bs4-grid.scss */

  .bs4-col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 622, assets/styles/components/_bs4-grid.scss */

  .bs4-col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 628, assets/styles/components/_bs4-grid.scss */

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

  /* line 634, assets/styles/components/_bs4-grid.scss */

  .bs4-col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 640, assets/styles/components/_bs4-grid.scss */

  .bs4-col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 646, assets/styles/components/_bs4-grid.scss */

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

  /* line 652, assets/styles/components/_bs4-grid.scss */

  .bs4-col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 658, assets/styles/components/_bs4-grid.scss */

  .bs4-col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 664, assets/styles/components/_bs4-grid.scss */

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

  /* line 670, assets/styles/components/_bs4-grid.scss */

  .bs4-col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 676, assets/styles/components/_bs4-grid.scss */

  .bs4-col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 682, assets/styles/components/_bs4-grid.scss */

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

  /* line 688, assets/styles/components/_bs4-grid.scss */

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

  /* line 693, assets/styles/components/_bs4-grid.scss */

  .bs4-order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 698, assets/styles/components/_bs4-grid.scss */

  .bs4-order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 703, assets/styles/components/_bs4-grid.scss */

  .bs4-order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 708, assets/styles/components/_bs4-grid.scss */

  .bs4-order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 713, assets/styles/components/_bs4-grid.scss */

  .bs4-order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 718, assets/styles/components/_bs4-grid.scss */

  .bs4-order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 723, assets/styles/components/_bs4-grid.scss */

  .bs4-order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 728, assets/styles/components/_bs4-grid.scss */

  .bs4-order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 733, assets/styles/components/_bs4-grid.scss */

  .bs4-order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 738, assets/styles/components/_bs4-grid.scss */

  .bs4-order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 743, assets/styles/components/_bs4-grid.scss */

  .bs4-order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 748, assets/styles/components/_bs4-grid.scss */

  .bs4-order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 753, assets/styles/components/_bs4-grid.scss */

  .bs4-order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 758, assets/styles/components/_bs4-grid.scss */

  .bs4-order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 763, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-md-0 {
    margin-left: 0;
  }

  /* line 766, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-md-1 {
    margin-left: 8.3333333333%;
  }

  /* line 769, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-md-2 {
    margin-left: 16.6666666667%;
  }

  /* line 772, assets/styles/components/_bs4-grid.scss */

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

  /* line 775, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-md-4 {
    margin-left: 33.3333333333%;
  }

  /* line 778, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-md-5 {
    margin-left: 41.6666666667%;
  }

  /* line 781, assets/styles/components/_bs4-grid.scss */

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

  /* line 784, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-md-7 {
    margin-left: 58.3333333333%;
  }

  /* line 787, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-md-8 {
    margin-left: 66.6666666667%;
  }

  /* line 790, assets/styles/components/_bs4-grid.scss */

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

  /* line 793, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-md-10 {
    margin-left: 83.3333333333%;
  }

  /* line 796, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 801, assets/styles/components/_bs4-grid.scss */

  .bs4-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 809, assets/styles/components/_bs4-grid.scss */

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

  /* line 815, assets/styles/components/_bs4-grid.scss */

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

  /* line 821, assets/styles/components/_bs4-grid.scss */

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

  /* line 827, assets/styles/components/_bs4-grid.scss */

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

  /* line 833, assets/styles/components/_bs4-grid.scss */

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

  /* line 839, assets/styles/components/_bs4-grid.scss */

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

  /* line 845, assets/styles/components/_bs4-grid.scss */

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

  /* line 852, assets/styles/components/_bs4-grid.scss */

  .bs4-col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 858, assets/styles/components/_bs4-grid.scss */

  .bs4-col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 864, assets/styles/components/_bs4-grid.scss */

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

  /* line 870, assets/styles/components/_bs4-grid.scss */

  .bs4-col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 876, assets/styles/components/_bs4-grid.scss */

  .bs4-col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 882, assets/styles/components/_bs4-grid.scss */

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

  /* line 888, assets/styles/components/_bs4-grid.scss */

  .bs4-col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 894, assets/styles/components/_bs4-grid.scss */

  .bs4-col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 900, assets/styles/components/_bs4-grid.scss */

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

  /* line 906, assets/styles/components/_bs4-grid.scss */

  .bs4-col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 912, assets/styles/components/_bs4-grid.scss */

  .bs4-col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 918, assets/styles/components/_bs4-grid.scss */

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

  /* line 924, assets/styles/components/_bs4-grid.scss */

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

  /* line 929, assets/styles/components/_bs4-grid.scss */

  .bs4-order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 934, assets/styles/components/_bs4-grid.scss */

  .bs4-order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 939, assets/styles/components/_bs4-grid.scss */

  .bs4-order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 944, assets/styles/components/_bs4-grid.scss */

  .bs4-order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 949, assets/styles/components/_bs4-grid.scss */

  .bs4-order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 954, assets/styles/components/_bs4-grid.scss */

  .bs4-order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 959, assets/styles/components/_bs4-grid.scss */

  .bs4-order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 964, assets/styles/components/_bs4-grid.scss */

  .bs4-order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 969, assets/styles/components/_bs4-grid.scss */

  .bs4-order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 974, assets/styles/components/_bs4-grid.scss */

  .bs4-order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 979, assets/styles/components/_bs4-grid.scss */

  .bs4-order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 984, assets/styles/components/_bs4-grid.scss */

  .bs4-order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 989, assets/styles/components/_bs4-grid.scss */

  .bs4-order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 994, assets/styles/components/_bs4-grid.scss */

  .bs4-order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 999, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-lg-0 {
    margin-left: 0;
  }

  /* line 1002, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  /* line 1005, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  /* line 1008, assets/styles/components/_bs4-grid.scss */

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

  /* line 1011, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  /* line 1014, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  /* line 1017, assets/styles/components/_bs4-grid.scss */

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

  /* line 1020, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  /* line 1023, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  /* line 1026, assets/styles/components/_bs4-grid.scss */

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

  /* line 1029, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  /* line 1032, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 1037, assets/styles/components/_bs4-grid.scss */

  .bs4-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 1045, assets/styles/components/_bs4-grid.scss */

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

  /* line 1051, assets/styles/components/_bs4-grid.scss */

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

  /* line 1057, assets/styles/components/_bs4-grid.scss */

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

  /* line 1063, assets/styles/components/_bs4-grid.scss */

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

  /* line 1069, assets/styles/components/_bs4-grid.scss */

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

  /* line 1075, assets/styles/components/_bs4-grid.scss */

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

  /* line 1081, assets/styles/components/_bs4-grid.scss */

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

  /* line 1088, assets/styles/components/_bs4-grid.scss */

  .bs4-col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 1094, assets/styles/components/_bs4-grid.scss */

  .bs4-col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 1100, assets/styles/components/_bs4-grid.scss */

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

  /* line 1106, assets/styles/components/_bs4-grid.scss */

  .bs4-col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 1112, assets/styles/components/_bs4-grid.scss */

  .bs4-col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 1118, assets/styles/components/_bs4-grid.scss */

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

  /* line 1124, assets/styles/components/_bs4-grid.scss */

  .bs4-col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 1130, assets/styles/components/_bs4-grid.scss */

  .bs4-col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 1136, assets/styles/components/_bs4-grid.scss */

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

  /* line 1142, assets/styles/components/_bs4-grid.scss */

  .bs4-col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 1148, assets/styles/components/_bs4-grid.scss */

  .bs4-col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 1154, assets/styles/components/_bs4-grid.scss */

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

  /* line 1160, assets/styles/components/_bs4-grid.scss */

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

  /* line 1165, assets/styles/components/_bs4-grid.scss */

  .bs4-order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 1170, assets/styles/components/_bs4-grid.scss */

  .bs4-order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 1175, assets/styles/components/_bs4-grid.scss */

  .bs4-order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 1180, assets/styles/components/_bs4-grid.scss */

  .bs4-order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 1185, assets/styles/components/_bs4-grid.scss */

  .bs4-order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 1190, assets/styles/components/_bs4-grid.scss */

  .bs4-order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 1195, assets/styles/components/_bs4-grid.scss */

  .bs4-order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 1200, assets/styles/components/_bs4-grid.scss */

  .bs4-order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 1205, assets/styles/components/_bs4-grid.scss */

  .bs4-order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 1210, assets/styles/components/_bs4-grid.scss */

  .bs4-order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 1215, assets/styles/components/_bs4-grid.scss */

  .bs4-order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 1220, assets/styles/components/_bs4-grid.scss */

  .bs4-order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 1225, assets/styles/components/_bs4-grid.scss */

  .bs4-order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 1230, assets/styles/components/_bs4-grid.scss */

  .bs4-order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 1235, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-xl-0 {
    margin-left: 0;
  }

  /* line 1238, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  /* line 1241, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  /* line 1244, assets/styles/components/_bs4-grid.scss */

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

  /* line 1247, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  /* line 1250, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  /* line 1253, assets/styles/components/_bs4-grid.scss */

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

  /* line 1256, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  /* line 1259, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  /* line 1262, assets/styles/components/_bs4-grid.scss */

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

  /* line 1265, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  /* line 1268, assets/styles/components/_bs4-grid.scss */

  .bs4-offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

/* line 1272, assets/styles/components/_bs4-grid.scss */

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

/* line 1275, assets/styles/components/_bs4-grid.scss */

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

/* line 1278, assets/styles/components/_bs4-grid.scss */

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

/* line 1281, assets/styles/components/_bs4-grid.scss */

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

/* line 1284, assets/styles/components/_bs4-grid.scss */

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

/* line 1287, assets/styles/components/_bs4-grid.scss */

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

/* line 1290, assets/styles/components/_bs4-grid.scss */

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

/* line 1293, assets/styles/components/_bs4-grid.scss */

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

/* line 1298, assets/styles/components/_bs4-grid.scss */

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

@media (min-width: 576px) {
  /* line 1304, assets/styles/components/_bs4-grid.scss */

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

  /* line 1307, assets/styles/components/_bs4-grid.scss */

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

  /* line 1310, assets/styles/components/_bs4-grid.scss */

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

  /* line 1313, assets/styles/components/_bs4-grid.scss */

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

  /* line 1316, assets/styles/components/_bs4-grid.scss */

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

  /* line 1319, assets/styles/components/_bs4-grid.scss */

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

  /* line 1322, assets/styles/components/_bs4-grid.scss */

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

  /* line 1325, assets/styles/components/_bs4-grid.scss */

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

  /* line 1330, assets/styles/components/_bs4-grid.scss */

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

@media (min-width: 768px) {
  /* line 1337, assets/styles/components/_bs4-grid.scss */

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

  /* line 1340, assets/styles/components/_bs4-grid.scss */

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

  /* line 1343, assets/styles/components/_bs4-grid.scss */

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

  /* line 1346, assets/styles/components/_bs4-grid.scss */

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

  /* line 1349, assets/styles/components/_bs4-grid.scss */

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

  /* line 1352, assets/styles/components/_bs4-grid.scss */

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

  /* line 1355, assets/styles/components/_bs4-grid.scss */

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

  /* line 1358, assets/styles/components/_bs4-grid.scss */

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

  /* line 1363, assets/styles/components/_bs4-grid.scss */

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

@media (min-width: 992px) {
  /* line 1370, assets/styles/components/_bs4-grid.scss */

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

  /* line 1373, assets/styles/components/_bs4-grid.scss */

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

  /* line 1376, assets/styles/components/_bs4-grid.scss */

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

  /* line 1379, assets/styles/components/_bs4-grid.scss */

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

  /* line 1382, assets/styles/components/_bs4-grid.scss */

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

  /* line 1385, assets/styles/components/_bs4-grid.scss */

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

  /* line 1388, assets/styles/components/_bs4-grid.scss */

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

  /* line 1391, assets/styles/components/_bs4-grid.scss */

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

  /* line 1396, assets/styles/components/_bs4-grid.scss */

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

@media (min-width: 1200px) {
  /* line 1403, assets/styles/components/_bs4-grid.scss */

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

  /* line 1406, assets/styles/components/_bs4-grid.scss */

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

  /* line 1409, assets/styles/components/_bs4-grid.scss */

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

  /* line 1412, assets/styles/components/_bs4-grid.scss */

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

  /* line 1415, assets/styles/components/_bs4-grid.scss */

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

  /* line 1418, assets/styles/components/_bs4-grid.scss */

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

  /* line 1421, assets/styles/components/_bs4-grid.scss */

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

  /* line 1424, assets/styles/components/_bs4-grid.scss */

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

  /* line 1429, assets/styles/components/_bs4-grid.scss */

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

@media print {
  /* line 1436, assets/styles/components/_bs4-grid.scss */

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

  /* line 1439, assets/styles/components/_bs4-grid.scss */

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

  /* line 1442, assets/styles/components/_bs4-grid.scss */

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

  /* line 1445, assets/styles/components/_bs4-grid.scss */

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

  /* line 1448, assets/styles/components/_bs4-grid.scss */

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

  /* line 1451, assets/styles/components/_bs4-grid.scss */

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

  /* line 1454, assets/styles/components/_bs4-grid.scss */

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

  /* line 1457, assets/styles/components/_bs4-grid.scss */

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

  /* line 1462, assets/styles/components/_bs4-grid.scss */

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

/* line 1468, assets/styles/components/_bs4-grid.scss */

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

/* line 1474, assets/styles/components/_bs4-grid.scss */

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

/* line 1480, assets/styles/components/_bs4-grid.scss */

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

/* line 1486, assets/styles/components/_bs4-grid.scss */

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

/* line 1492, assets/styles/components/_bs4-grid.scss */

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

/* line 1496, assets/styles/components/_bs4-grid.scss */

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

/* line 1500, assets/styles/components/_bs4-grid.scss */

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

/* line 1504, assets/styles/components/_bs4-grid.scss */

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

/* line 1509, assets/styles/components/_bs4-grid.scss */

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

/* line 1514, assets/styles/components/_bs4-grid.scss */

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

/* line 1519, assets/styles/components/_bs4-grid.scss */

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

/* line 1523, assets/styles/components/_bs4-grid.scss */

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

/* line 1527, assets/styles/components/_bs4-grid.scss */

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

/* line 1532, assets/styles/components/_bs4-grid.scss */

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

/* line 1537, assets/styles/components/_bs4-grid.scss */

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

/* line 1542, assets/styles/components/_bs4-grid.scss */

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

/* line 1547, assets/styles/components/_bs4-grid.scss */

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

/* line 1551, assets/styles/components/_bs4-grid.scss */

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

/* line 1556, assets/styles/components/_bs4-grid.scss */

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

/* line 1561, assets/styles/components/_bs4-grid.scss */

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

/* line 1566, assets/styles/components/_bs4-grid.scss */

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

/* line 1571, assets/styles/components/_bs4-grid.scss */

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

/* line 1576, assets/styles/components/_bs4-grid.scss */

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

/* line 1580, assets/styles/components/_bs4-grid.scss */

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

/* line 1584, assets/styles/components/_bs4-grid.scss */

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

/* line 1588, assets/styles/components/_bs4-grid.scss */

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

/* line 1592, assets/styles/components/_bs4-grid.scss */

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

/* line 1596, assets/styles/components/_bs4-grid.scss */

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

/* line 1600, assets/styles/components/_bs4-grid.scss */

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

/* line 1604, assets/styles/components/_bs4-grid.scss */

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

/* line 1608, assets/styles/components/_bs4-grid.scss */

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

/* line 1612, assets/styles/components/_bs4-grid.scss */

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

/* line 1616, assets/styles/components/_bs4-grid.scss */

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

/* line 1620, assets/styles/components/_bs4-grid.scss */

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

@media (min-width: 576px) {
  /* line 1625, assets/styles/components/_bs4-grid.scss */

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

  /* line 1631, assets/styles/components/_bs4-grid.scss */

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

  /* line 1637, assets/styles/components/_bs4-grid.scss */

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

  /* line 1643, assets/styles/components/_bs4-grid.scss */

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

  /* line 1649, assets/styles/components/_bs4-grid.scss */

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

  /* line 1653, assets/styles/components/_bs4-grid.scss */

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

  /* line 1657, assets/styles/components/_bs4-grid.scss */

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

  /* line 1661, assets/styles/components/_bs4-grid.scss */

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

  /* line 1666, assets/styles/components/_bs4-grid.scss */

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

  /* line 1671, assets/styles/components/_bs4-grid.scss */

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

  /* line 1676, assets/styles/components/_bs4-grid.scss */

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

  /* line 1680, assets/styles/components/_bs4-grid.scss */

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

  /* line 1684, assets/styles/components/_bs4-grid.scss */

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

  /* line 1689, assets/styles/components/_bs4-grid.scss */

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

  /* line 1694, assets/styles/components/_bs4-grid.scss */

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

  /* line 1699, assets/styles/components/_bs4-grid.scss */

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

  /* line 1704, assets/styles/components/_bs4-grid.scss */

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

  /* line 1708, assets/styles/components/_bs4-grid.scss */

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

  /* line 1713, assets/styles/components/_bs4-grid.scss */

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

  /* line 1718, assets/styles/components/_bs4-grid.scss */

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

  /* line 1723, assets/styles/components/_bs4-grid.scss */

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

  /* line 1728, assets/styles/components/_bs4-grid.scss */

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

  /* line 1733, assets/styles/components/_bs4-grid.scss */

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

  /* line 1737, assets/styles/components/_bs4-grid.scss */

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

  /* line 1741, assets/styles/components/_bs4-grid.scss */

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

  /* line 1745, assets/styles/components/_bs4-grid.scss */

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

  /* line 1749, assets/styles/components/_bs4-grid.scss */

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

  /* line 1753, assets/styles/components/_bs4-grid.scss */

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

  /* line 1757, assets/styles/components/_bs4-grid.scss */

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

  /* line 1761, assets/styles/components/_bs4-grid.scss */

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

  /* line 1765, assets/styles/components/_bs4-grid.scss */

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

  /* line 1769, assets/styles/components/_bs4-grid.scss */

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

  /* line 1773, assets/styles/components/_bs4-grid.scss */

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

  /* line 1777, assets/styles/components/_bs4-grid.scss */

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

@media (min-width: 768px) {
  /* line 1783, assets/styles/components/_bs4-grid.scss */

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

  /* line 1789, assets/styles/components/_bs4-grid.scss */

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

  /* line 1795, assets/styles/components/_bs4-grid.scss */

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

  /* line 1801, assets/styles/components/_bs4-grid.scss */

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

  /* line 1807, assets/styles/components/_bs4-grid.scss */

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

  /* line 1811, assets/styles/components/_bs4-grid.scss */

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

  /* line 1815, assets/styles/components/_bs4-grid.scss */

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

  /* line 1819, assets/styles/components/_bs4-grid.scss */

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

  /* line 1824, assets/styles/components/_bs4-grid.scss */

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

  /* line 1829, assets/styles/components/_bs4-grid.scss */

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

  /* line 1834, assets/styles/components/_bs4-grid.scss */

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

  /* line 1838, assets/styles/components/_bs4-grid.scss */

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

  /* line 1842, assets/styles/components/_bs4-grid.scss */

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

  /* line 1847, assets/styles/components/_bs4-grid.scss */

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

  /* line 1852, assets/styles/components/_bs4-grid.scss */

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

  /* line 1857, assets/styles/components/_bs4-grid.scss */

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

  /* line 1862, assets/styles/components/_bs4-grid.scss */

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

  /* line 1866, assets/styles/components/_bs4-grid.scss */

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

  /* line 1871, assets/styles/components/_bs4-grid.scss */

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

  /* line 1876, assets/styles/components/_bs4-grid.scss */

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

  /* line 1881, assets/styles/components/_bs4-grid.scss */

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

  /* line 1886, assets/styles/components/_bs4-grid.scss */

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

  /* line 1891, assets/styles/components/_bs4-grid.scss */

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

  /* line 1895, assets/styles/components/_bs4-grid.scss */

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

  /* line 1899, assets/styles/components/_bs4-grid.scss */

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

  /* line 1903, assets/styles/components/_bs4-grid.scss */

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

  /* line 1907, assets/styles/components/_bs4-grid.scss */

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

  /* line 1911, assets/styles/components/_bs4-grid.scss */

  .bs4-align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 1915, assets/styles/components/_bs4-grid.scss */

  .bs4-align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 1919, assets/styles/components/_bs4-grid.scss */

  .bs4-align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 1923, assets/styles/components/_bs4-grid.scss */

  .bs4-align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 1927, assets/styles/components/_bs4-grid.scss */

  .bs4-align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 1931, assets/styles/components/_bs4-grid.scss */

  .bs4-align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 1935, assets/styles/components/_bs4-grid.scss */

  .bs4-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 1941, assets/styles/components/_bs4-grid.scss */

  .bs4-flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 1947, assets/styles/components/_bs4-grid.scss */

  .bs4-flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 1953, assets/styles/components/_bs4-grid.scss */

  .bs4-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;
  }

  /* line 1959, assets/styles/components/_bs4-grid.scss */

  .bs4-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;
  }

  /* line 1965, assets/styles/components/_bs4-grid.scss */

  .bs4-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 1969, assets/styles/components/_bs4-grid.scss */

  .bs4-flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 1973, assets/styles/components/_bs4-grid.scss */

  .bs4-flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 1977, assets/styles/components/_bs4-grid.scss */

  .bs4-flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 1982, assets/styles/components/_bs4-grid.scss */

  .bs4-flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 1987, assets/styles/components/_bs4-grid.scss */

  .bs4-flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 1992, assets/styles/components/_bs4-grid.scss */

  .bs4-flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 1996, assets/styles/components/_bs4-grid.scss */

  .bs4-flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 2000, assets/styles/components/_bs4-grid.scss */

  .bs4-justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 2005, assets/styles/components/_bs4-grid.scss */

  .bs4-justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 2010, assets/styles/components/_bs4-grid.scss */

  .bs4-justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 2015, assets/styles/components/_bs4-grid.scss */

  .bs4-justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 2020, assets/styles/components/_bs4-grid.scss */

  .bs4-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 2024, assets/styles/components/_bs4-grid.scss */

  .bs4-align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 2029, assets/styles/components/_bs4-grid.scss */

  .bs4-align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 2034, assets/styles/components/_bs4-grid.scss */

  .bs4-align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 2039, assets/styles/components/_bs4-grid.scss */

  .bs4-align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 2044, assets/styles/components/_bs4-grid.scss */

  .bs4-align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 2049, assets/styles/components/_bs4-grid.scss */

  .bs4-align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 2053, assets/styles/components/_bs4-grid.scss */

  .bs4-align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 2057, assets/styles/components/_bs4-grid.scss */

  .bs4-align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 2061, assets/styles/components/_bs4-grid.scss */

  .bs4-align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 2065, assets/styles/components/_bs4-grid.scss */

  .bs4-align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 2069, assets/styles/components/_bs4-grid.scss */

  .bs4-align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 2073, assets/styles/components/_bs4-grid.scss */

  .bs4-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 2077, assets/styles/components/_bs4-grid.scss */

  .bs4-align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 2081, assets/styles/components/_bs4-grid.scss */

  .bs4-align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 2085, assets/styles/components/_bs4-grid.scss */

  .bs4-align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 2089, assets/styles/components/_bs4-grid.scss */

  .bs4-align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 2093, assets/styles/components/_bs4-grid.scss */

  .bs4-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 2099, assets/styles/components/_bs4-grid.scss */

  .bs4-flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 2105, assets/styles/components/_bs4-grid.scss */

  .bs4-flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 2111, assets/styles/components/_bs4-grid.scss */

  .bs4-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;
  }

  /* line 2117, assets/styles/components/_bs4-grid.scss */

  .bs4-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;
  }

  /* line 2123, assets/styles/components/_bs4-grid.scss */

  .bs4-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 2127, assets/styles/components/_bs4-grid.scss */

  .bs4-flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 2131, assets/styles/components/_bs4-grid.scss */

  .bs4-flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 2135, assets/styles/components/_bs4-grid.scss */

  .bs4-flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 2140, assets/styles/components/_bs4-grid.scss */

  .bs4-flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 2145, assets/styles/components/_bs4-grid.scss */

  .bs4-flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 2150, assets/styles/components/_bs4-grid.scss */

  .bs4-flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 2154, assets/styles/components/_bs4-grid.scss */

  .bs4-flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 2158, assets/styles/components/_bs4-grid.scss */

  .bs4-justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 2163, assets/styles/components/_bs4-grid.scss */

  .bs4-justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 2168, assets/styles/components/_bs4-grid.scss */

  .bs4-justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 2173, assets/styles/components/_bs4-grid.scss */

  .bs4-justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 2178, assets/styles/components/_bs4-grid.scss */

  .bs4-justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 2182, assets/styles/components/_bs4-grid.scss */

  .bs4-align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 2187, assets/styles/components/_bs4-grid.scss */

  .bs4-align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 2192, assets/styles/components/_bs4-grid.scss */

  .bs4-align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 2197, assets/styles/components/_bs4-grid.scss */

  .bs4-align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 2202, assets/styles/components/_bs4-grid.scss */

  .bs4-align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 2207, assets/styles/components/_bs4-grid.scss */

  .bs4-align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 2211, assets/styles/components/_bs4-grid.scss */

  .bs4-align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 2215, assets/styles/components/_bs4-grid.scss */

  .bs4-align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 2219, assets/styles/components/_bs4-grid.scss */

  .bs4-align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 2223, assets/styles/components/_bs4-grid.scss */

  .bs4-align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 2227, assets/styles/components/_bs4-grid.scss */

  .bs4-align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 2231, assets/styles/components/_bs4-grid.scss */

  .bs4-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 2235, assets/styles/components/_bs4-grid.scss */

  .bs4-align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 2239, assets/styles/components/_bs4-grid.scss */

  .bs4-align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 2243, assets/styles/components/_bs4-grid.scss */

  .bs4-align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 2247, assets/styles/components/_bs4-grid.scss */

  .bs4-align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 2251, assets/styles/components/_bs4-grid.scss */

  .bs4-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/* line 2256, assets/styles/components/_bs4-grid.scss */

.bs4-m-0 {
  margin: 0 !important;
}

/* line 2259, assets/styles/components/_bs4-grid.scss */

.bs4-mt-0,
.bs4-my-0 {
  margin-top: 0 !important;
}

/* line 2262, assets/styles/components/_bs4-grid.scss */

.bs4-mr-0,
.bs4-mx-0 {
  margin-right: 0 !important;
}

/* line 2265, assets/styles/components/_bs4-grid.scss */

.bs4-mb-0,
.bs4-my-0 {
  margin-bottom: 0 !important;
}

/* line 2268, assets/styles/components/_bs4-grid.scss */

.bs4-ml-0,
.bs4-mx-0 {
  margin-left: 0 !important;
}

/* line 2271, assets/styles/components/_bs4-grid.scss */

.bs4-m-1 {
  margin: 0.25rem !important;
}

/* line 2274, assets/styles/components/_bs4-grid.scss */

.bs4-mt-1,
.bs4-my-1 {
  margin-top: 0.25rem !important;
}

/* line 2277, assets/styles/components/_bs4-grid.scss */

.bs4-mr-1,
.bs4-mx-1 {
  margin-right: 0.25rem !important;
}

/* line 2280, assets/styles/components/_bs4-grid.scss */

.bs4-mb-1,
.bs4-my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 2283, assets/styles/components/_bs4-grid.scss */

.bs4-ml-1,
.bs4-mx-1 {
  margin-left: 0.25rem !important;
}

/* line 2286, assets/styles/components/_bs4-grid.scss */

.bs4-m-2 {
  margin: 0.5rem !important;
}

/* line 2289, assets/styles/components/_bs4-grid.scss */

.bs4-mt-2,
.bs4-my-2 {
  margin-top: 0.5rem !important;
}

/* line 2292, assets/styles/components/_bs4-grid.scss */

.bs4-mr-2,
.bs4-mx-2 {
  margin-right: 0.5rem !important;
}

/* line 2295, assets/styles/components/_bs4-grid.scss */

.bs4-mb-2,
.bs4-my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 2298, assets/styles/components/_bs4-grid.scss */

.bs4-ml-2,
.bs4-mx-2 {
  margin-left: 0.5rem !important;
}

/* line 2301, assets/styles/components/_bs4-grid.scss */

.bs4-m-3 {
  margin: 1rem !important;
}

/* line 2304, assets/styles/components/_bs4-grid.scss */

.bs4-mt-3,
.bs4-my-3 {
  margin-top: 1rem !important;
}

/* line 2307, assets/styles/components/_bs4-grid.scss */

.bs4-mr-3,
.bs4-mx-3 {
  margin-right: 1rem !important;
}

/* line 2310, assets/styles/components/_bs4-grid.scss */

.bs4-mb-3,
.bs4-my-3 {
  margin-bottom: 1rem !important;
}

/* line 2313, assets/styles/components/_bs4-grid.scss */

.bs4-ml-3,
.bs4-mx-3 {
  margin-left: 1rem !important;
}

/* line 2316, assets/styles/components/_bs4-grid.scss */

.bs4-m-4 {
  margin: 1.5rem !important;
}

/* line 2319, assets/styles/components/_bs4-grid.scss */

.bs4-mt-4,
.bs4-my-4 {
  margin-top: 1.5rem !important;
}

/* line 2322, assets/styles/components/_bs4-grid.scss */

.bs4-mr-4,
.bs4-mx-4 {
  margin-right: 1.5rem !important;
}

/* line 2325, assets/styles/components/_bs4-grid.scss */

.bs4-mb-4,
.bs4-my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 2328, assets/styles/components/_bs4-grid.scss */

.bs4-ml-4,
.bs4-mx-4 {
  margin-left: 1.5rem !important;
}

/* line 2331, assets/styles/components/_bs4-grid.scss */

.bs4-m-5 {
  margin: 3rem !important;
}

/* line 2334, assets/styles/components/_bs4-grid.scss */

.bs4-mt-5,
.bs4-my-5 {
  margin-top: 3rem !important;
}

/* line 2337, assets/styles/components/_bs4-grid.scss */

.bs4-mr-5,
.bs4-mx-5 {
  margin-right: 3rem !important;
}

/* line 2340, assets/styles/components/_bs4-grid.scss */

.bs4-mb-5,
.bs4-my-5 {
  margin-bottom: 3rem !important;
}

/* line 2343, assets/styles/components/_bs4-grid.scss */

.bs4-ml-5,
.bs4-mx-5 {
  margin-left: 3rem !important;
}

/* line 2346, assets/styles/components/_bs4-grid.scss */

.bs4-p-0 {
  padding: 0 !important;
}

/* line 2349, assets/styles/components/_bs4-grid.scss */

.bs4-pt-0,
.bs4-py-0 {
  padding-top: 0 !important;
}

/* line 2352, assets/styles/components/_bs4-grid.scss */

.bs4-pr-0,
.bs4-px-0 {
  padding-right: 0 !important;
}

/* line 2355, assets/styles/components/_bs4-grid.scss */

.bs4-pb-0,
.bs4-py-0 {
  padding-bottom: 0 !important;
}

/* line 2358, assets/styles/components/_bs4-grid.scss */

.bs4-pl-0,
.bs4-px-0 {
  padding-left: 0 !important;
}

/* line 2361, assets/styles/components/_bs4-grid.scss */

.bs4-p-1 {
  padding: 0.25rem !important;
}

/* line 2364, assets/styles/components/_bs4-grid.scss */

.bs4-pt-1,
.bs4-py-1 {
  padding-top: 0.25rem !important;
}

/* line 2367, assets/styles/components/_bs4-grid.scss */

.bs4-pr-1,
.bs4-px-1 {
  padding-right: 0.25rem !important;
}

/* line 2370, assets/styles/components/_bs4-grid.scss */

.bs4-pb-1,
.bs4-py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 2373, assets/styles/components/_bs4-grid.scss */

.bs4-pl-1,
.bs4-px-1 {
  padding-left: 0.25rem !important;
}

/* line 2376, assets/styles/components/_bs4-grid.scss */

.bs4-p-2 {
  padding: 0.5rem !important;
}

/* line 2379, assets/styles/components/_bs4-grid.scss */

.bs4-pt-2,
.bs4-py-2 {
  padding-top: 0.5rem !important;
}

/* line 2382, assets/styles/components/_bs4-grid.scss */

.bs4-pr-2,
.bs4-px-2 {
  padding-right: 0.5rem !important;
}

/* line 2385, assets/styles/components/_bs4-grid.scss */

.bs4-pb-2,
.bs4-py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 2388, assets/styles/components/_bs4-grid.scss */

.bs4-pl-2,
.bs4-px-2 {
  padding-left: 0.5rem !important;
}

/* line 2391, assets/styles/components/_bs4-grid.scss */

.bs4-p-3 {
  padding: 1rem !important;
}

/* line 2394, assets/styles/components/_bs4-grid.scss */

.bs4-pt-3,
.bs4-py-3 {
  padding-top: 1rem !important;
}

/* line 2397, assets/styles/components/_bs4-grid.scss */

.bs4-pr-3,
.bs4-px-3 {
  padding-right: 1rem !important;
}

/* line 2400, assets/styles/components/_bs4-grid.scss */

.bs4-pb-3,
.bs4-py-3 {
  padding-bottom: 1rem !important;
}

/* line 2403, assets/styles/components/_bs4-grid.scss */

.bs4-pl-3,
.bs4-px-3 {
  padding-left: 1rem !important;
}

/* line 2406, assets/styles/components/_bs4-grid.scss */

.bs4-p-4 {
  padding: 1.5rem !important;
}

/* line 2409, assets/styles/components/_bs4-grid.scss */

.bs4-pt-4,
.bs4-py-4 {
  padding-top: 1.5rem !important;
}

/* line 2412, assets/styles/components/_bs4-grid.scss */

.bs4-pr-4,
.bs4-px-4 {
  padding-right: 1.5rem !important;
}

/* line 2415, assets/styles/components/_bs4-grid.scss */

.bs4-pb-4,
.bs4-py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 2418, assets/styles/components/_bs4-grid.scss */

.bs4-pl-4,
.bs4-px-4 {
  padding-left: 1.5rem !important;
}

/* line 2421, assets/styles/components/_bs4-grid.scss */

.bs4-p-5 {
  padding: 3rem !important;
}

/* line 2424, assets/styles/components/_bs4-grid.scss */

.bs4-pt-5,
.bs4-py-5 {
  padding-top: 3rem !important;
}

/* line 2427, assets/styles/components/_bs4-grid.scss */

.bs4-pr-5,
.bs4-px-5 {
  padding-right: 3rem !important;
}

/* line 2430, assets/styles/components/_bs4-grid.scss */

.bs4-pb-5,
.bs4-py-5 {
  padding-bottom: 3rem !important;
}

/* line 2433, assets/styles/components/_bs4-grid.scss */

.bs4-pl-5,
.bs4-px-5 {
  padding-left: 3rem !important;
}

/* line 2436, assets/styles/components/_bs4-grid.scss */

.bs4-m-n1 {
  margin: -0.25rem !important;
}

/* line 2439, assets/styles/components/_bs4-grid.scss */

.bs4-mt-n1,
.bs4-my-n1 {
  margin-top: -0.25rem !important;
}

/* line 2442, assets/styles/components/_bs4-grid.scss */

.bs4-mr-n1,
.bs4-mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 2445, assets/styles/components/_bs4-grid.scss */

.bs4-mb-n1,
.bs4-my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 2448, assets/styles/components/_bs4-grid.scss */

.bs4-ml-n1,
.bs4-mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 2451, assets/styles/components/_bs4-grid.scss */

.bs4-m-n2 {
  margin: -0.5rem !important;
}

/* line 2454, assets/styles/components/_bs4-grid.scss */

.bs4-mt-n2,
.bs4-my-n2 {
  margin-top: -0.5rem !important;
}

/* line 2457, assets/styles/components/_bs4-grid.scss */

.bs4-mr-n2,
.bs4-mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 2460, assets/styles/components/_bs4-grid.scss */

.bs4-mb-n2,
.bs4-my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 2463, assets/styles/components/_bs4-grid.scss */

.bs4-ml-n2,
.bs4-mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 2466, assets/styles/components/_bs4-grid.scss */

.bs4-m-n3 {
  margin: -1rem !important;
}

/* line 2469, assets/styles/components/_bs4-grid.scss */

.bs4-mt-n3,
.bs4-my-n3 {
  margin-top: -1rem !important;
}

/* line 2472, assets/styles/components/_bs4-grid.scss */

.bs4-mr-n3,
.bs4-mx-n3 {
  margin-right: -1rem !important;
}

/* line 2475, assets/styles/components/_bs4-grid.scss */

.bs4-mb-n3,
.bs4-my-n3 {
  margin-bottom: -1rem !important;
}

/* line 2478, assets/styles/components/_bs4-grid.scss */

.bs4-ml-n3,
.bs4-mx-n3 {
  margin-left: -1rem !important;
}

/* line 2481, assets/styles/components/_bs4-grid.scss */

.bs4-m-n4 {
  margin: -1.5rem !important;
}

/* line 2484, assets/styles/components/_bs4-grid.scss */

.bs4-mt-n4,
.bs4-my-n4 {
  margin-top: -1.5rem !important;
}

/* line 2487, assets/styles/components/_bs4-grid.scss */

.bs4-mr-n4,
.bs4-mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 2490, assets/styles/components/_bs4-grid.scss */

.bs4-mb-n4,
.bs4-my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 2493, assets/styles/components/_bs4-grid.scss */

.bs4-ml-n4,
.bs4-mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 2496, assets/styles/components/_bs4-grid.scss */

.bs4-m-n5 {
  margin: -3rem !important;
}

/* line 2499, assets/styles/components/_bs4-grid.scss */

.bs4-mt-n5,
.bs4-my-n5 {
  margin-top: -3rem !important;
}

/* line 2502, assets/styles/components/_bs4-grid.scss */

.bs4-mr-n5,
.bs4-mx-n5 {
  margin-right: -3rem !important;
}

/* line 2505, assets/styles/components/_bs4-grid.scss */

.bs4-mb-n5,
.bs4-my-n5 {
  margin-bottom: -3rem !important;
}

/* line 2508, assets/styles/components/_bs4-grid.scss */

.bs4-ml-n5,
.bs4-mx-n5 {
  margin-left: -3rem !important;
}

/* line 2511, assets/styles/components/_bs4-grid.scss */

.bs4-m-auto {
  margin: auto !important;
}

/* line 2514, assets/styles/components/_bs4-grid.scss */

.bs4-mt-auto,
.bs4-my-auto {
  margin-top: auto !important;
}

/* line 2517, assets/styles/components/_bs4-grid.scss */

.bs4-mr-auto,
.bs4-mx-auto {
  margin-right: auto !important;
}

/* line 2520, assets/styles/components/_bs4-grid.scss */

.bs4-mb-auto,
.bs4-my-auto {
  margin-bottom: auto !important;
}

/* line 2523, assets/styles/components/_bs4-grid.scss */

.bs4-ml-auto,
.bs4-mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 2527, assets/styles/components/_bs4-grid.scss */

  .bs4-m-sm-0 {
    margin: 0 !important;
  }

  /* line 2530, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-sm-0,
  .bs4-my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 2533, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-sm-0,
  .bs4-mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 2536, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-sm-0,
  .bs4-my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 2539, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-sm-0,
  .bs4-mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 2542, assets/styles/components/_bs4-grid.scss */

  .bs4-m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 2545, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-sm-1,
  .bs4-my-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 2548, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-sm-1,
  .bs4-mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 2551, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-sm-1,
  .bs4-my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 2554, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-sm-1,
  .bs4-mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 2557, assets/styles/components/_bs4-grid.scss */

  .bs4-m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 2560, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-sm-2,
  .bs4-my-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 2563, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-sm-2,
  .bs4-mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 2566, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-sm-2,
  .bs4-my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 2569, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-sm-2,
  .bs4-mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 2572, assets/styles/components/_bs4-grid.scss */

  .bs4-m-sm-3 {
    margin: 1rem !important;
  }

  /* line 2575, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-sm-3,
  .bs4-my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 2578, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-sm-3,
  .bs4-mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 2581, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-sm-3,
  .bs4-my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 2584, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-sm-3,
  .bs4-mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 2587, assets/styles/components/_bs4-grid.scss */

  .bs4-m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 2590, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-sm-4,
  .bs4-my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 2593, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-sm-4,
  .bs4-mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 2596, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-sm-4,
  .bs4-my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 2599, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-sm-4,
  .bs4-mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 2602, assets/styles/components/_bs4-grid.scss */

  .bs4-m-sm-5 {
    margin: 3rem !important;
  }

  /* line 2605, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-sm-5,
  .bs4-my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 2608, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-sm-5,
  .bs4-mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 2611, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-sm-5,
  .bs4-my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 2614, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-sm-5,
  .bs4-mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 2617, assets/styles/components/_bs4-grid.scss */

  .bs4-p-sm-0 {
    padding: 0 !important;
  }

  /* line 2620, assets/styles/components/_bs4-grid.scss */

  .bs4-pt-sm-0,
  .bs4-py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 2623, assets/styles/components/_bs4-grid.scss */

  .bs4-pr-sm-0,
  .bs4-px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 2626, assets/styles/components/_bs4-grid.scss */

  .bs4-pb-sm-0,
  .bs4-py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 2629, assets/styles/components/_bs4-grid.scss */

  .bs4-pl-sm-0,
  .bs4-px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 2632, assets/styles/components/_bs4-grid.scss */

  .bs4-p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 2635, assets/styles/components/_bs4-grid.scss */

  .bs4-pt-sm-1,
  .bs4-py-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 2638, assets/styles/components/_bs4-grid.scss */

  .bs4-pr-sm-1,
  .bs4-px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 2641, assets/styles/components/_bs4-grid.scss */

  .bs4-pb-sm-1,
  .bs4-py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 2644, assets/styles/components/_bs4-grid.scss */

  .bs4-pl-sm-1,
  .bs4-px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 2647, assets/styles/components/_bs4-grid.scss */

  .bs4-p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 2650, assets/styles/components/_bs4-grid.scss */

  .bs4-pt-sm-2,
  .bs4-py-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 2653, assets/styles/components/_bs4-grid.scss */

  .bs4-pr-sm-2,
  .bs4-px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 2656, assets/styles/components/_bs4-grid.scss */

  .bs4-pb-sm-2,
  .bs4-py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 2659, assets/styles/components/_bs4-grid.scss */

  .bs4-pl-sm-2,
  .bs4-px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 2662, assets/styles/components/_bs4-grid.scss */

  .bs4-p-sm-3 {
    padding: 1rem !important;
  }

  /* line 2665, assets/styles/components/_bs4-grid.scss */

  .bs4-pt-sm-3,
  .bs4-py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 2668, assets/styles/components/_bs4-grid.scss */

  .bs4-pr-sm-3,
  .bs4-px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 2671, assets/styles/components/_bs4-grid.scss */

  .bs4-pb-sm-3,
  .bs4-py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 2674, assets/styles/components/_bs4-grid.scss */

  .bs4-pl-sm-3,
  .bs4-px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 2677, assets/styles/components/_bs4-grid.scss */

  .bs4-p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 2680, assets/styles/components/_bs4-grid.scss */

  .bs4-pt-sm-4,
  .bs4-py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 2683, assets/styles/components/_bs4-grid.scss */

  .bs4-pr-sm-4,
  .bs4-px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 2686, assets/styles/components/_bs4-grid.scss */

  .bs4-pb-sm-4,
  .bs4-py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 2689, assets/styles/components/_bs4-grid.scss */

  .bs4-pl-sm-4,
  .bs4-px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 2692, assets/styles/components/_bs4-grid.scss */

  .bs4-p-sm-5 {
    padding: 3rem !important;
  }

  /* line 2695, assets/styles/components/_bs4-grid.scss */

  .bs4-pt-sm-5,
  .bs4-py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 2698, assets/styles/components/_bs4-grid.scss */

  .bs4-pr-sm-5,
  .bs4-px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 2701, assets/styles/components/_bs4-grid.scss */

  .bs4-pb-sm-5,
  .bs4-py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 2704, assets/styles/components/_bs4-grid.scss */

  .bs4-pl-sm-5,
  .bs4-px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 2707, assets/styles/components/_bs4-grid.scss */

  .bs4-m-sm-n1 {
    margin: -0.25rem !important;
  }

  /* line 2710, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-sm-n1,
  .bs4-my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 2713, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-sm-n1,
  .bs4-mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 2716, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-sm-n1,
  .bs4-my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 2719, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-sm-n1,
  .bs4-mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 2722, assets/styles/components/_bs4-grid.scss */

  .bs4-m-sm-n2 {
    margin: -0.5rem !important;
  }

  /* line 2725, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-sm-n2,
  .bs4-my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 2728, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-sm-n2,
  .bs4-mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 2731, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-sm-n2,
  .bs4-my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 2734, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-sm-n2,
  .bs4-mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 2737, assets/styles/components/_bs4-grid.scss */

  .bs4-m-sm-n3 {
    margin: -1rem !important;
  }

  /* line 2740, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-sm-n3,
  .bs4-my-sm-n3 {
    margin-top: -1rem !important;
  }

  /* line 2743, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-sm-n3,
  .bs4-mx-sm-n3 {
    margin-right: -1rem !important;
  }

  /* line 2746, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-sm-n3,
  .bs4-my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 2749, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-sm-n3,
  .bs4-mx-sm-n3 {
    margin-left: -1rem !important;
  }

  /* line 2752, assets/styles/components/_bs4-grid.scss */

  .bs4-m-sm-n4 {
    margin: -1.5rem !important;
  }

  /* line 2755, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-sm-n4,
  .bs4-my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 2758, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-sm-n4,
  .bs4-mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 2761, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-sm-n4,
  .bs4-my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 2764, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-sm-n4,
  .bs4-mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 2767, assets/styles/components/_bs4-grid.scss */

  .bs4-m-sm-n5 {
    margin: -3rem !important;
  }

  /* line 2770, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-sm-n5,
  .bs4-my-sm-n5 {
    margin-top: -3rem !important;
  }

  /* line 2773, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-sm-n5,
  .bs4-mx-sm-n5 {
    margin-right: -3rem !important;
  }

  /* line 2776, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-sm-n5,
  .bs4-my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 2779, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-sm-n5,
  .bs4-mx-sm-n5 {
    margin-left: -3rem !important;
  }

  /* line 2782, assets/styles/components/_bs4-grid.scss */

  .bs4-m-sm-auto {
    margin: auto !important;
  }

  /* line 2785, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-sm-auto,
  .bs4-my-sm-auto {
    margin-top: auto !important;
  }

  /* line 2788, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-sm-auto,
  .bs4-mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 2791, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-sm-auto,
  .bs4-my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 2794, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-sm-auto,
  .bs4-mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 2799, assets/styles/components/_bs4-grid.scss */

  .bs4-m-md-0 {
    margin: 0 !important;
  }

  /* line 2802, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-md-0,
  .bs4-my-md-0 {
    margin-top: 0 !important;
  }

  /* line 2805, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-md-0,
  .bs4-mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 2808, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-md-0,
  .bs4-my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 2811, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-md-0,
  .bs4-mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 2814, assets/styles/components/_bs4-grid.scss */

  .bs4-m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 2817, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-md-1,
  .bs4-my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 2820, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-md-1,
  .bs4-mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 2823, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-md-1,
  .bs4-my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 2826, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-md-1,
  .bs4-mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 2829, assets/styles/components/_bs4-grid.scss */

  .bs4-m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 2832, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-md-2,
  .bs4-my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 2835, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-md-2,
  .bs4-mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 2838, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-md-2,
  .bs4-my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 2841, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-md-2,
  .bs4-mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 2844, assets/styles/components/_bs4-grid.scss */

  .bs4-m-md-3 {
    margin: 1rem !important;
  }

  /* line 2847, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-md-3,
  .bs4-my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 2850, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-md-3,
  .bs4-mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 2853, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-md-3,
  .bs4-my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 2856, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-md-3,
  .bs4-mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 2859, assets/styles/components/_bs4-grid.scss */

  .bs4-m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 2862, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-md-4,
  .bs4-my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 2865, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-md-4,
  .bs4-mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 2868, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-md-4,
  .bs4-my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 2871, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-md-4,
  .bs4-mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 2874, assets/styles/components/_bs4-grid.scss */

  .bs4-m-md-5 {
    margin: 3rem !important;
  }

  /* line 2877, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-md-5,
  .bs4-my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 2880, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-md-5,
  .bs4-mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 2883, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-md-5,
  .bs4-my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 2886, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-md-5,
  .bs4-mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 2889, assets/styles/components/_bs4-grid.scss */

  .bs4-p-md-0 {
    padding: 0 !important;
  }

  /* line 2892, assets/styles/components/_bs4-grid.scss */

  .bs4-pt-md-0,
  .bs4-py-md-0 {
    padding-top: 0 !important;
  }

  /* line 2895, assets/styles/components/_bs4-grid.scss */

  .bs4-pr-md-0,
  .bs4-px-md-0 {
    padding-right: 0 !important;
  }

  /* line 2898, assets/styles/components/_bs4-grid.scss */

  .bs4-pb-md-0,
  .bs4-py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 2901, assets/styles/components/_bs4-grid.scss */

  .bs4-pl-md-0,
  .bs4-px-md-0 {
    padding-left: 0 !important;
  }

  /* line 2904, assets/styles/components/_bs4-grid.scss */

  .bs4-p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 2907, assets/styles/components/_bs4-grid.scss */

  .bs4-pt-md-1,
  .bs4-py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 2910, assets/styles/components/_bs4-grid.scss */

  .bs4-pr-md-1,
  .bs4-px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 2913, assets/styles/components/_bs4-grid.scss */

  .bs4-pb-md-1,
  .bs4-py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 2916, assets/styles/components/_bs4-grid.scss */

  .bs4-pl-md-1,
  .bs4-px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 2919, assets/styles/components/_bs4-grid.scss */

  .bs4-p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 2922, assets/styles/components/_bs4-grid.scss */

  .bs4-pt-md-2,
  .bs4-py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 2925, assets/styles/components/_bs4-grid.scss */

  .bs4-pr-md-2,
  .bs4-px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 2928, assets/styles/components/_bs4-grid.scss */

  .bs4-pb-md-2,
  .bs4-py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 2931, assets/styles/components/_bs4-grid.scss */

  .bs4-pl-md-2,
  .bs4-px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 2934, assets/styles/components/_bs4-grid.scss */

  .bs4-p-md-3 {
    padding: 1rem !important;
  }

  /* line 2937, assets/styles/components/_bs4-grid.scss */

  .bs4-pt-md-3,
  .bs4-py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 2940, assets/styles/components/_bs4-grid.scss */

  .bs4-pr-md-3,
  .bs4-px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 2943, assets/styles/components/_bs4-grid.scss */

  .bs4-pb-md-3,
  .bs4-py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 2946, assets/styles/components/_bs4-grid.scss */

  .bs4-pl-md-3,
  .bs4-px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 2949, assets/styles/components/_bs4-grid.scss */

  .bs4-p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 2952, assets/styles/components/_bs4-grid.scss */

  .bs4-pt-md-4,
  .bs4-py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 2955, assets/styles/components/_bs4-grid.scss */

  .bs4-pr-md-4,
  .bs4-px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 2958, assets/styles/components/_bs4-grid.scss */

  .bs4-pb-md-4,
  .bs4-py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 2961, assets/styles/components/_bs4-grid.scss */

  .bs4-pl-md-4,
  .bs4-px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 2964, assets/styles/components/_bs4-grid.scss */

  .bs4-p-md-5 {
    padding: 3rem !important;
  }

  /* line 2967, assets/styles/components/_bs4-grid.scss */

  .bs4-pt-md-5,
  .bs4-py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 2970, assets/styles/components/_bs4-grid.scss */

  .bs4-pr-md-5,
  .bs4-px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 2973, assets/styles/components/_bs4-grid.scss */

  .bs4-pb-md-5,
  .bs4-py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 2976, assets/styles/components/_bs4-grid.scss */

  .bs4-pl-md-5,
  .bs4-px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 2979, assets/styles/components/_bs4-grid.scss */

  .bs4-m-md-n1 {
    margin: -0.25rem !important;
  }

  /* line 2982, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-md-n1,
  .bs4-my-md-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 2985, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-md-n1,
  .bs4-mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 2988, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-md-n1,
  .bs4-my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 2991, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-md-n1,
  .bs4-mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 2994, assets/styles/components/_bs4-grid.scss */

  .bs4-m-md-n2 {
    margin: -0.5rem !important;
  }

  /* line 2997, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-md-n2,
  .bs4-my-md-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 3000, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-md-n2,
  .bs4-mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 3003, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-md-n2,
  .bs4-my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 3006, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-md-n2,
  .bs4-mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 3009, assets/styles/components/_bs4-grid.scss */

  .bs4-m-md-n3 {
    margin: -1rem !important;
  }

  /* line 3012, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-md-n3,
  .bs4-my-md-n3 {
    margin-top: -1rem !important;
  }

  /* line 3015, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-md-n3,
  .bs4-mx-md-n3 {
    margin-right: -1rem !important;
  }

  /* line 3018, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-md-n3,
  .bs4-my-md-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 3021, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-md-n3,
  .bs4-mx-md-n3 {
    margin-left: -1rem !important;
  }

  /* line 3024, assets/styles/components/_bs4-grid.scss */

  .bs4-m-md-n4 {
    margin: -1.5rem !important;
  }

  /* line 3027, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-md-n4,
  .bs4-my-md-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 3030, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-md-n4,
  .bs4-mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 3033, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-md-n4,
  .bs4-my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 3036, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-md-n4,
  .bs4-mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 3039, assets/styles/components/_bs4-grid.scss */

  .bs4-m-md-n5 {
    margin: -3rem !important;
  }

  /* line 3042, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-md-n5,
  .bs4-my-md-n5 {
    margin-top: -3rem !important;
  }

  /* line 3045, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-md-n5,
  .bs4-mx-md-n5 {
    margin-right: -3rem !important;
  }

  /* line 3048, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-md-n5,
  .bs4-my-md-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 3051, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-md-n5,
  .bs4-mx-md-n5 {
    margin-left: -3rem !important;
  }

  /* line 3054, assets/styles/components/_bs4-grid.scss */

  .bs4-m-md-auto {
    margin: auto !important;
  }

  /* line 3057, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-md-auto,
  .bs4-my-md-auto {
    margin-top: auto !important;
  }

  /* line 3060, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-md-auto,
  .bs4-mx-md-auto {
    margin-right: auto !important;
  }

  /* line 3063, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-md-auto,
  .bs4-my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 3066, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-md-auto,
  .bs4-mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 3071, assets/styles/components/_bs4-grid.scss */

  .bs4-m-lg-0 {
    margin: 0 !important;
  }

  /* line 3074, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-lg-0,
  .bs4-my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 3077, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-lg-0,
  .bs4-mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 3080, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-lg-0,
  .bs4-my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 3083, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-lg-0,
  .bs4-mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 3086, assets/styles/components/_bs4-grid.scss */

  .bs4-m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 3089, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-lg-1,
  .bs4-my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 3092, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-lg-1,
  .bs4-mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 3095, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-lg-1,
  .bs4-my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 3098, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-lg-1,
  .bs4-mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 3101, assets/styles/components/_bs4-grid.scss */

  .bs4-m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 3104, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-lg-2,
  .bs4-my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 3107, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-lg-2,
  .bs4-mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 3110, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-lg-2,
  .bs4-my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 3113, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-lg-2,
  .bs4-mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 3116, assets/styles/components/_bs4-grid.scss */

  .bs4-m-lg-3 {
    margin: 1rem !important;
  }

  /* line 3119, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-lg-3,
  .bs4-my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 3122, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-lg-3,
  .bs4-mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 3125, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-lg-3,
  .bs4-my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 3128, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-lg-3,
  .bs4-mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 3131, assets/styles/components/_bs4-grid.scss */

  .bs4-m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 3134, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-lg-4,
  .bs4-my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 3137, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-lg-4,
  .bs4-mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 3140, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-lg-4,
  .bs4-my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 3143, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-lg-4,
  .bs4-mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 3146, assets/styles/components/_bs4-grid.scss */

  .bs4-m-lg-5 {
    margin: 3rem !important;
  }

  /* line 3149, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-lg-5,
  .bs4-my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 3152, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-lg-5,
  .bs4-mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 3155, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-lg-5,
  .bs4-my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 3158, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-lg-5,
  .bs4-mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 3161, assets/styles/components/_bs4-grid.scss */

  .bs4-p-lg-0 {
    padding: 0 !important;
  }

  /* line 3164, assets/styles/components/_bs4-grid.scss */

  .bs4-pt-lg-0,
  .bs4-py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 3167, assets/styles/components/_bs4-grid.scss */

  .bs4-pr-lg-0,
  .bs4-px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 3170, assets/styles/components/_bs4-grid.scss */

  .bs4-pb-lg-0,
  .bs4-py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 3173, assets/styles/components/_bs4-grid.scss */

  .bs4-pl-lg-0,
  .bs4-px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 3176, assets/styles/components/_bs4-grid.scss */

  .bs4-p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 3179, assets/styles/components/_bs4-grid.scss */

  .bs4-pt-lg-1,
  .bs4-py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 3182, assets/styles/components/_bs4-grid.scss */

  .bs4-pr-lg-1,
  .bs4-px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 3185, assets/styles/components/_bs4-grid.scss */

  .bs4-pb-lg-1,
  .bs4-py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 3188, assets/styles/components/_bs4-grid.scss */

  .bs4-pl-lg-1,
  .bs4-px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 3191, assets/styles/components/_bs4-grid.scss */

  .bs4-p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 3194, assets/styles/components/_bs4-grid.scss */

  .bs4-pt-lg-2,
  .bs4-py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 3197, assets/styles/components/_bs4-grid.scss */

  .bs4-pr-lg-2,
  .bs4-px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 3200, assets/styles/components/_bs4-grid.scss */

  .bs4-pb-lg-2,
  .bs4-py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 3203, assets/styles/components/_bs4-grid.scss */

  .bs4-pl-lg-2,
  .bs4-px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 3206, assets/styles/components/_bs4-grid.scss */

  .bs4-p-lg-3 {
    padding: 1rem !important;
  }

  /* line 3209, assets/styles/components/_bs4-grid.scss */

  .bs4-pt-lg-3,
  .bs4-py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 3212, assets/styles/components/_bs4-grid.scss */

  .bs4-pr-lg-3,
  .bs4-px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 3215, assets/styles/components/_bs4-grid.scss */

  .bs4-pb-lg-3,
  .bs4-py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 3218, assets/styles/components/_bs4-grid.scss */

  .bs4-pl-lg-3,
  .bs4-px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 3221, assets/styles/components/_bs4-grid.scss */

  .bs4-p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 3224, assets/styles/components/_bs4-grid.scss */

  .bs4-pt-lg-4,
  .bs4-py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 3227, assets/styles/components/_bs4-grid.scss */

  .bs4-pr-lg-4,
  .bs4-px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 3230, assets/styles/components/_bs4-grid.scss */

  .bs4-pb-lg-4,
  .bs4-py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 3233, assets/styles/components/_bs4-grid.scss */

  .bs4-pl-lg-4,
  .bs4-px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 3236, assets/styles/components/_bs4-grid.scss */

  .bs4-p-lg-5 {
    padding: 3rem !important;
  }

  /* line 3239, assets/styles/components/_bs4-grid.scss */

  .bs4-pt-lg-5,
  .bs4-py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 3242, assets/styles/components/_bs4-grid.scss */

  .bs4-pr-lg-5,
  .bs4-px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 3245, assets/styles/components/_bs4-grid.scss */

  .bs4-pb-lg-5,
  .bs4-py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 3248, assets/styles/components/_bs4-grid.scss */

  .bs4-pl-lg-5,
  .bs4-px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 3251, assets/styles/components/_bs4-grid.scss */

  .bs4-m-lg-n1 {
    margin: -0.25rem !important;
  }

  /* line 3254, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-lg-n1,
  .bs4-my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 3257, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-lg-n1,
  .bs4-mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 3260, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-lg-n1,
  .bs4-my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 3263, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-lg-n1,
  .bs4-mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 3266, assets/styles/components/_bs4-grid.scss */

  .bs4-m-lg-n2 {
    margin: -0.5rem !important;
  }

  /* line 3269, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-lg-n2,
  .bs4-my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 3272, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-lg-n2,
  .bs4-mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 3275, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-lg-n2,
  .bs4-my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 3278, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-lg-n2,
  .bs4-mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 3281, assets/styles/components/_bs4-grid.scss */

  .bs4-m-lg-n3 {
    margin: -1rem !important;
  }

  /* line 3284, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-lg-n3,
  .bs4-my-lg-n3 {
    margin-top: -1rem !important;
  }

  /* line 3287, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-lg-n3,
  .bs4-mx-lg-n3 {
    margin-right: -1rem !important;
  }

  /* line 3290, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-lg-n3,
  .bs4-my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 3293, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-lg-n3,
  .bs4-mx-lg-n3 {
    margin-left: -1rem !important;
  }

  /* line 3296, assets/styles/components/_bs4-grid.scss */

  .bs4-m-lg-n4 {
    margin: -1.5rem !important;
  }

  /* line 3299, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-lg-n4,
  .bs4-my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 3302, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-lg-n4,
  .bs4-mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 3305, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-lg-n4,
  .bs4-my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 3308, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-lg-n4,
  .bs4-mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 3311, assets/styles/components/_bs4-grid.scss */

  .bs4-m-lg-n5 {
    margin: -3rem !important;
  }

  /* line 3314, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-lg-n5,
  .bs4-my-lg-n5 {
    margin-top: -3rem !important;
  }

  /* line 3317, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-lg-n5,
  .bs4-mx-lg-n5 {
    margin-right: -3rem !important;
  }

  /* line 3320, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-lg-n5,
  .bs4-my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 3323, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-lg-n5,
  .bs4-mx-lg-n5 {
    margin-left: -3rem !important;
  }

  /* line 3326, assets/styles/components/_bs4-grid.scss */

  .bs4-m-lg-auto {
    margin: auto !important;
  }

  /* line 3329, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-lg-auto,
  .bs4-my-lg-auto {
    margin-top: auto !important;
  }

  /* line 3332, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-lg-auto,
  .bs4-mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 3335, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-lg-auto,
  .bs4-my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 3338, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-lg-auto,
  .bs4-mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 3343, assets/styles/components/_bs4-grid.scss */

  .bs4-m-xl-0 {
    margin: 0 !important;
  }

  /* line 3346, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-xl-0,
  .bs4-my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 3349, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-xl-0,
  .bs4-mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 3352, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-xl-0,
  .bs4-my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 3355, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-xl-0,
  .bs4-mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 3358, assets/styles/components/_bs4-grid.scss */

  .bs4-m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 3361, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-xl-1,
  .bs4-my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 3364, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-xl-1,
  .bs4-mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 3367, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-xl-1,
  .bs4-my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 3370, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-xl-1,
  .bs4-mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 3373, assets/styles/components/_bs4-grid.scss */

  .bs4-m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 3376, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-xl-2,
  .bs4-my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 3379, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-xl-2,
  .bs4-mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 3382, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-xl-2,
  .bs4-my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 3385, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-xl-2,
  .bs4-mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 3388, assets/styles/components/_bs4-grid.scss */

  .bs4-m-xl-3 {
    margin: 1rem !important;
  }

  /* line 3391, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-xl-3,
  .bs4-my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 3394, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-xl-3,
  .bs4-mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 3397, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-xl-3,
  .bs4-my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 3400, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-xl-3,
  .bs4-mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 3403, assets/styles/components/_bs4-grid.scss */

  .bs4-m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 3406, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-xl-4,
  .bs4-my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 3409, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-xl-4,
  .bs4-mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 3412, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-xl-4,
  .bs4-my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 3415, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-xl-4,
  .bs4-mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 3418, assets/styles/components/_bs4-grid.scss */

  .bs4-m-xl-5 {
    margin: 3rem !important;
  }

  /* line 3421, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-xl-5,
  .bs4-my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 3424, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-xl-5,
  .bs4-mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 3427, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-xl-5,
  .bs4-my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 3430, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-xl-5,
  .bs4-mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 3433, assets/styles/components/_bs4-grid.scss */

  .bs4-p-xl-0 {
    padding: 0 !important;
  }

  /* line 3436, assets/styles/components/_bs4-grid.scss */

  .bs4-pt-xl-0,
  .bs4-py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 3439, assets/styles/components/_bs4-grid.scss */

  .bs4-pr-xl-0,
  .bs4-px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 3442, assets/styles/components/_bs4-grid.scss */

  .bs4-pb-xl-0,
  .bs4-py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 3445, assets/styles/components/_bs4-grid.scss */

  .bs4-pl-xl-0,
  .bs4-px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 3448, assets/styles/components/_bs4-grid.scss */

  .bs4-p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 3451, assets/styles/components/_bs4-grid.scss */

  .bs4-pt-xl-1,
  .bs4-py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 3454, assets/styles/components/_bs4-grid.scss */

  .bs4-pr-xl-1,
  .bs4-px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 3457, assets/styles/components/_bs4-grid.scss */

  .bs4-pb-xl-1,
  .bs4-py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 3460, assets/styles/components/_bs4-grid.scss */

  .bs4-pl-xl-1,
  .bs4-px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 3463, assets/styles/components/_bs4-grid.scss */

  .bs4-p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 3466, assets/styles/components/_bs4-grid.scss */

  .bs4-pt-xl-2,
  .bs4-py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 3469, assets/styles/components/_bs4-grid.scss */

  .bs4-pr-xl-2,
  .bs4-px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 3472, assets/styles/components/_bs4-grid.scss */

  .bs4-pb-xl-2,
  .bs4-py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 3475, assets/styles/components/_bs4-grid.scss */

  .bs4-pl-xl-2,
  .bs4-px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 3478, assets/styles/components/_bs4-grid.scss */

  .bs4-p-xl-3 {
    padding: 1rem !important;
  }

  /* line 3481, assets/styles/components/_bs4-grid.scss */

  .bs4-pt-xl-3,
  .bs4-py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 3484, assets/styles/components/_bs4-grid.scss */

  .bs4-pr-xl-3,
  .bs4-px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 3487, assets/styles/components/_bs4-grid.scss */

  .bs4-pb-xl-3,
  .bs4-py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 3490, assets/styles/components/_bs4-grid.scss */

  .bs4-pl-xl-3,
  .bs4-px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 3493, assets/styles/components/_bs4-grid.scss */

  .bs4-p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 3496, assets/styles/components/_bs4-grid.scss */

  .bs4-pt-xl-4,
  .bs4-py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 3499, assets/styles/components/_bs4-grid.scss */

  .bs4-pr-xl-4,
  .bs4-px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 3502, assets/styles/components/_bs4-grid.scss */

  .bs4-pb-xl-4,
  .bs4-py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 3505, assets/styles/components/_bs4-grid.scss */

  .bs4-pl-xl-4,
  .bs4-px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 3508, assets/styles/components/_bs4-grid.scss */

  .bs4-p-xl-5 {
    padding: 3rem !important;
  }

  /* line 3511, assets/styles/components/_bs4-grid.scss */

  .bs4-pt-xl-5,
  .bs4-py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 3514, assets/styles/components/_bs4-grid.scss */

  .bs4-pr-xl-5,
  .bs4-px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 3517, assets/styles/components/_bs4-grid.scss */

  .bs4-pb-xl-5,
  .bs4-py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 3520, assets/styles/components/_bs4-grid.scss */

  .bs4-pl-xl-5,
  .bs4-px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 3523, assets/styles/components/_bs4-grid.scss */

  .bs4-m-xl-n1 {
    margin: -0.25rem !important;
  }

  /* line 3526, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-xl-n1,
  .bs4-my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 3529, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-xl-n1,
  .bs4-mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 3532, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-xl-n1,
  .bs4-my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 3535, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-xl-n1,
  .bs4-mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 3538, assets/styles/components/_bs4-grid.scss */

  .bs4-m-xl-n2 {
    margin: -0.5rem !important;
  }

  /* line 3541, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-xl-n2,
  .bs4-my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 3544, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-xl-n2,
  .bs4-mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 3547, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-xl-n2,
  .bs4-my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 3550, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-xl-n2,
  .bs4-mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 3553, assets/styles/components/_bs4-grid.scss */

  .bs4-m-xl-n3 {
    margin: -1rem !important;
  }

  /* line 3556, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-xl-n3,
  .bs4-my-xl-n3 {
    margin-top: -1rem !important;
  }

  /* line 3559, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-xl-n3,
  .bs4-mx-xl-n3 {
    margin-right: -1rem !important;
  }

  /* line 3562, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-xl-n3,
  .bs4-my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 3565, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-xl-n3,
  .bs4-mx-xl-n3 {
    margin-left: -1rem !important;
  }

  /* line 3568, assets/styles/components/_bs4-grid.scss */

  .bs4-m-xl-n4 {
    margin: -1.5rem !important;
  }

  /* line 3571, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-xl-n4,
  .bs4-my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 3574, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-xl-n4,
  .bs4-mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 3577, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-xl-n4,
  .bs4-my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 3580, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-xl-n4,
  .bs4-mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 3583, assets/styles/components/_bs4-grid.scss */

  .bs4-m-xl-n5 {
    margin: -3rem !important;
  }

  /* line 3586, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-xl-n5,
  .bs4-my-xl-n5 {
    margin-top: -3rem !important;
  }

  /* line 3589, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-xl-n5,
  .bs4-mx-xl-n5 {
    margin-right: -3rem !important;
  }

  /* line 3592, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-xl-n5,
  .bs4-my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 3595, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-xl-n5,
  .bs4-mx-xl-n5 {
    margin-left: -3rem !important;
  }

  /* line 3598, assets/styles/components/_bs4-grid.scss */

  .bs4-m-xl-auto {
    margin: auto !important;
  }

  /* line 3601, assets/styles/components/_bs4-grid.scss */

  .bs4-mt-xl-auto,
  .bs4-my-xl-auto {
    margin-top: auto !important;
  }

  /* line 3604, assets/styles/components/_bs4-grid.scss */

  .bs4-mr-xl-auto,
  .bs4-mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 3607, assets/styles/components/_bs4-grid.scss */

  .bs4-mb-xl-auto,
  .bs4-my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 3610, assets/styles/components/_bs4-grid.scss */

  .bs4-ml-xl-auto,
  .bs4-mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 3615, assets/styles/components/_bs4-grid.scss */

.bs4-text-justify {
  text-align: justify !important;
}

/* line 3618, assets/styles/components/_bs4-grid.scss */

.bs4-text-wrap {
  white-space: normal !important;
}

/* line 3621, assets/styles/components/_bs4-grid.scss */

.bs4-text-nowrap {
  white-space: nowrap !important;
}

/* line 3624, assets/styles/components/_bs4-grid.scss */

.bs4-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 3629, assets/styles/components/_bs4-grid.scss */

.bs4-text-left {
  text-align: left !important;
}

/* line 3632, assets/styles/components/_bs4-grid.scss */

.bs4-text-right {
  text-align: right !important;
}

/* line 3635, assets/styles/components/_bs4-grid.scss */

.bs4-text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 3639, assets/styles/components/_bs4-grid.scss */

  .bs4-text-sm-left {
    text-align: left !important;
  }

  /* line 3642, assets/styles/components/_bs4-grid.scss */

  .bs4-text-sm-right {
    text-align: right !important;
  }

  /* line 3645, assets/styles/components/_bs4-grid.scss */

  .bs4-text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 3650, assets/styles/components/_bs4-grid.scss */

  .bs4-text-md-left {
    text-align: left !important;
  }

  /* line 3653, assets/styles/components/_bs4-grid.scss */

  .bs4-text-md-right {
    text-align: right !important;
  }

  /* line 3656, assets/styles/components/_bs4-grid.scss */

  .bs4-text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 3661, assets/styles/components/_bs4-grid.scss */

  .bs4-text-lg-left {
    text-align: left !important;
  }

  /* line 3664, assets/styles/components/_bs4-grid.scss */

  .bs4-text-lg-right {
    text-align: right !important;
  }

  /* line 3667, assets/styles/components/_bs4-grid.scss */

  .bs4-text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 3672, assets/styles/components/_bs4-grid.scss */

  .bs4-text-xl-left {
    text-align: left !important;
  }

  /* line 3675, assets/styles/components/_bs4-grid.scss */

  .bs4-text-xl-right {
    text-align: right !important;
  }

  /* line 3678, assets/styles/components/_bs4-grid.scss */

  .bs4-text-xl-center {
    text-align: center !important;
  }
}

/* line 3682, assets/styles/components/_bs4-grid.scss */

.bs4-text-lowercase {
  text-transform: lowercase !important;
}

/* line 3685, assets/styles/components/_bs4-grid.scss */

.bs4-text-uppercase {
  text-transform: uppercase !important;
}

/* line 3688, assets/styles/components/_bs4-grid.scss */

.bs4-text-capitalize {
  text-transform: capitalize !important;
}

/* line 3691, assets/styles/components/_bs4-grid.scss */

.bs4-font-weight-light {
  font-weight: 300 !important;
}

/* line 3694, assets/styles/components/_bs4-grid.scss */

.bs4-font-weight-lighter {
  font-weight: lighter !important;
}

/* line 3697, assets/styles/components/_bs4-grid.scss */

.bs4-font-weight-normal {
  font-weight: 400 !important;
}

/* line 3700, assets/styles/components/_bs4-grid.scss */

.bs4-font-weight-bold {
  font-weight: 700 !important;
}

/* line 3703, assets/styles/components/_bs4-grid.scss */

.bs4-font-weight-bolder {
  font-weight: bolder !important;
}

/* line 3706, assets/styles/components/_bs4-grid.scss */

.bs4-font-italic {
  font-style: italic !important;
}

/* line 3709, assets/styles/components/_bs4-grid.scss */

.bs4-text-white {
  color: #fff !important;
}

/* line 3712, assets/styles/components/_bs4-grid.scss */

.bs4-text-primary {
  color: #007bff !important;
}

/* line 3715, assets/styles/components/_bs4-grid.scss */

a.bs4-text-primary:hover,
a.bs4-text-primary:focus {
  color: #0056b3 !important;
}

/* line 3718, assets/styles/components/_bs4-grid.scss */

.bs4-text-secondary {
  color: #6c757d !important;
}

/* line 3721, assets/styles/components/_bs4-grid.scss */

a.bs4-text-secondary:hover,
a.bs4-text-secondary:focus {
  color: #494f54 !important;
}

/* line 3724, assets/styles/components/_bs4-grid.scss */

.bs4-text-success {
  color: #28a745 !important;
}

/* line 3727, assets/styles/components/_bs4-grid.scss */

a.bs4-text-success:hover,
a.bs4-text-success:focus {
  color: #19692c !important;
}

/* line 3730, assets/styles/components/_bs4-grid.scss */

.bs4-text-info {
  color: #17a2b8 !important;
}

/* line 3733, assets/styles/components/_bs4-grid.scss */

a.bs4-text-info:hover,
a.bs4-text-info:focus {
  color: #0f6674 !important;
}

/* line 3736, assets/styles/components/_bs4-grid.scss */

.bs4-text-warning {
  color: #ffc107 !important;
}

/* line 3739, assets/styles/components/_bs4-grid.scss */

a.bs4-text-warning:hover,
a.bs4-text-warning:focus {
  color: #ba8b00 !important;
}

/* line 3742, assets/styles/components/_bs4-grid.scss */

.bs4-text-danger {
  color: #dc3545 !important;
}

/* line 3745, assets/styles/components/_bs4-grid.scss */

a.bs4-text-danger:hover,
a.bs4-text-danger:focus {
  color: #a71d2a !important;
}

/* line 3748, assets/styles/components/_bs4-grid.scss */

.bs4-text-light {
  color: #f8f9fa !important;
}

/* line 3751, assets/styles/components/_bs4-grid.scss */

a.bs4-text-light:hover,
a.bs4-text-light:focus {
  color: #cbd3da !important;
}

/* line 3754, assets/styles/components/_bs4-grid.scss */

.bs4-text-dark {
  color: #343a40 !important;
}

/* line 3757, assets/styles/components/_bs4-grid.scss */

a.bs4-text-dark:hover,
a.bs4-text-dark:focus {
  color: #121416 !important;
}

/* line 3760, assets/styles/components/_bs4-grid.scss */

.bs4-text-body {
  color: #212529 !important;
}

/* line 3763, assets/styles/components/_bs4-grid.scss */

.bs4-text-muted {
  color: #6c757d !important;
}

/* line 3766, assets/styles/components/_bs4-grid.scss */

.bs4-text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 3769, assets/styles/components/_bs4-grid.scss */

.bs4-text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 3772, assets/styles/components/_bs4-grid.scss */

.bs4-text-decoration-none {
  text-decoration: none !important;
}

/* line 3775, assets/styles/components/_bs4-grid.scss */

.bs4-text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 3779, assets/styles/components/_bs4-grid.scss */

.bs4-text-reset {
  color: inherit !important;
}

/* line 3782, assets/styles/components/_bs4-grid.scss */

.bs4-w-25 {
  width: 25% !important;
}

/* line 3785, assets/styles/components/_bs4-grid.scss */

.bs4-w-50 {
  width: 50% !important;
}

/* line 3788, assets/styles/components/_bs4-grid.scss */

.bs4-w-75 {
  width: 75% !important;
}

/* line 3791, assets/styles/components/_bs4-grid.scss */

.bs4-w-100 {
  width: 100% !important;
}

/* line 3794, assets/styles/components/_bs4-grid.scss */

.bs4-w-auto {
  width: auto !important;
}

/* line 3797, assets/styles/components/_bs4-grid.scss */

.bs4-h-25 {
  height: 25% !important;
}

/* line 3800, assets/styles/components/_bs4-grid.scss */

.bs4-h-50 {
  height: 50% !important;
}

/* line 3803, assets/styles/components/_bs4-grid.scss */

.bs4-h-75 {
  height: 75% !important;
}

/* line 3806, assets/styles/components/_bs4-grid.scss */

.bs4-h-100 {
  height: 100% !important;
}

/* line 3809, assets/styles/components/_bs4-grid.scss */

.bs4-h-auto {
  height: auto !important;
}

/* line 3812, assets/styles/components/_bs4-grid.scss */

.bs4-mw-100 {
  max-width: 100% !important;
}

/* line 3815, assets/styles/components/_bs4-grid.scss */

.bs4-mh-100 {
  max-height: 100% !important;
}

/* line 3818, assets/styles/components/_bs4-grid.scss */

.bs4-min-vw-100 {
  min-width: 100vw !important;
}

/* line 3821, assets/styles/components/_bs4-grid.scss */

.bs4-min-vh-100 {
  min-height: 100vh !important;
}

/* line 3824, assets/styles/components/_bs4-grid.scss */

.bs4-vw-100 {
  width: 100vw !important;
}

/* line 3827, assets/styles/components/_bs4-grid.scss */

.bs4-vh-100 {
  height: 100vh !important;
}

/* line 3830, assets/styles/components/_bs4-grid.scss */

.bs4-position-static {
  position: static !important;
}

/* line 3833, assets/styles/components/_bs4-grid.scss */

.bs4-position-relative {
  position: relative !important;
}

/* line 3836, assets/styles/components/_bs4-grid.scss */

.bs4-position-absolute {
  position: absolute !important;
}

/* line 3839, assets/styles/components/_bs4-grid.scss */

.bs4-position-fixed {
  position: fixed !important;
}

/* line 3842, assets/styles/components/_bs4-grid.scss */

.bs4-position-sticky {
  position: sticky !important;
}

/* line 3846, assets/styles/components/_bs4-grid.scss */

.bs4-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 3853, assets/styles/components/_bs4-grid.scss */

.bs4-fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 3861, assets/styles/components/_bs4-grid.scss */

  .bs4-sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 3868, assets/styles/components/_bs4-grid.scss */

.bs4-visible {
  visibility: visible !important;
}

/* line 3871, assets/styles/components/_bs4-grid.scss */

.bs4-invisible {
  visibility: hidden !important;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

/* line 5, assets/styles/components/_flickity.scss */

.flickity-enabled {
  position: relative;
}

/* line 9, assets/styles/components/_flickity.scss */

.flickity-enabled:focus {
  outline: none;
}

/* line 11, assets/styles/components/_flickity.scss */

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

/* line 17, assets/styles/components/_flickity.scss */

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

/* line 25, assets/styles/components/_flickity.scss */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 33, assets/styles/components/_flickity.scss */

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 39, assets/styles/components/_flickity.scss */

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

/* line 46, assets/styles/components/_flickity.scss */

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

/* line 53, assets/styles/components/_flickity.scss */

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

/* line 58, assets/styles/components/_flickity.scss */

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

/* line 63, assets/styles/components/_flickity.scss */

.flickity-button:active {
  opacity: 0.6;
}

/* line 67, assets/styles/components/_flickity.scss */

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

/* line 74, assets/styles/components/_flickity.scss */

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

/* line 80, assets/styles/components/_flickity.scss */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 89, assets/styles/components/_flickity.scss */

.flickity-prev-next-button.previous {
  left: 10px;
}

/* line 90, assets/styles/components/_flickity.scss */

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */

/* line 92, assets/styles/components/_flickity.scss */

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

/* line 96, assets/styles/components/_flickity.scss */

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

/* line 101, assets/styles/components/_flickity.scss */

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

/* line 111, assets/styles/components/_flickity.scss */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

/* line 122, assets/styles/components/_flickity.scss */

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

/* line 124, assets/styles/components/_flickity.scss */

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

/* line 135, assets/styles/components/_flickity.scss */

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */

/* line 4, assets/styles/components/_lity.scss */

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* line 20, assets/styles/components/_lity.scss */

.lity.lity-opened {
  opacity: 1;
}

/* line 23, assets/styles/components/_lity.scss */

.lity.lity-closed {
  opacity: 0;
}

/* line 26, assets/styles/components/_lity.scss */

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 31, assets/styles/components/_lity.scss */

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

/* line 41, assets/styles/components/_lity.scss */

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

/* line 48, assets/styles/components/_lity.scss */

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* line 63, assets/styles/components/_lity.scss */

.lity-loading .lity-loader {
  opacity: 1;
}

/* line 66, assets/styles/components/_lity.scss */

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

/* line 77, assets/styles/components/_lity.scss */

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

/* line 90, assets/styles/components/_lity.scss */

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* line 97, assets/styles/components/_lity.scss */

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* line 111, assets/styles/components/_lity.scss */

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 135, assets/styles/components/_lity.scss */

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 139, assets/styles/components/_lity.scss */

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 158, assets/styles/components/_lity.scss */

.lity-close:active {
  top: 1px;
}

/* Image */

/* line 162, assets/styles/components/_lity.scss */

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */

/* line 169, assets/styles/components/_lity.scss */

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

/* line 177, assets/styles/components/_lity.scss */

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

/* line 187, assets/styles/components/_lity.scss */

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* line 198, assets/styles/components/_lity.scss */

.lity-hide {
  display: none;
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}

@-o-keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}

@-webkit-keyframes plyr-popup {
  0% {
    opacity: .5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes plyr-popup {
  0% {
    opacity: .5;
    -o-transform: translateY(10px);
       transform: translateY(10px);
  }

  to {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes plyr-popup {
  0% {
    opacity: .5;
    -webkit-transform: translateY(10px);
         -o-transform: translateY(10px);
            transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  z-index: 0;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr audio,
.plyr iframe,
.plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr:focus {
  outline: 0;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__captions {
  -webkit-animation: plyr-fade-in .3s ease;
       -o-animation: plyr-fade-in .3s ease;
          animation: plyr-fade-in .3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  -o-transition: -o-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out, -o-transform .4s ease-in-out;
  width: 100%;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  /* line 1, assets/styles/components/_plyr.scss */

  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px)*2);
  }
}

@media (min-width: 768px) {
  /* line 1, assets/styles/components/_plyr.scss */

  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--captions-active .plyr__captions {
  display: block;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-40px);
       -o-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4));
       -o-transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4));
          transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4));
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__caption div {
  display: inline;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7);
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__control:focus {
  outline: 0;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__control.plyr__tab-focus {
  outline-color: #e1251b;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #e1251b)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

/* line 1, assets/styles/components/_plyr.scss */

a.plyr__control {
  text-decoration: none;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
  display: none;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__controls .plyr__progress__container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px)/4);
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px)/4);
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px)/2);
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip],
.plyr__controls:empty {
  display: none;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__menu__container {
  -webkit-animation: plyr-popup .2s ease;
       -o-animation: plyr-popup .2s ease;
          animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__menu__container:after {
  border: 4px solid transparent;
  border-top: var(--plyr-menu-arrow-size, 4px) solid rgba(255, 255, 255, 0.9);
  border-width: var(--plyr-menu-arrow-size, 4px);
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);
  top: 100%;
  width: 0;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7);
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  width: 100%;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__menu__container .plyr__control > span {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__menu__container .plyr__control:after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px)*.7*4);
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: initial;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px)*.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)*.7/2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7*4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px)*.7*2);
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
          box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px)*.7/2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: initial;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7);
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__menu__container .plyr__control[role=menuitemradio]:after,
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 16px;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
       -o-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,-webkit-transform .3s ease;
  -o-transition: opacity .3s ease,-o-transform .3s ease;
  transition: transform .3s ease,opacity .3s ease;
  transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease,-o-transform .3s ease;
  width: 6px;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #e1251b;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #e1251b)));
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
       -o-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, 0.1);
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: calc(-7px - -2);
  margin-right: calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7*3.5);
  pointer-events: none;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px)*2);
  color: #e1251b;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #e1251b)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  width: 100%;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), color-stop(0, transparent));
  background-image: -webkit-linear-gradient(left, currentColor 0, transparent 0);
  background-image: linear-gradient(90deg, currentColor 0, transparent 0);
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
  background-image: -webkit-linear-gradient(left, currentColor var(--value, 0), transparent var(--value, 0));
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow .3s ease;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
          box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
          box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc(var(--plyr-range-thumb-height, 13px)/2*-1 - var(--plyr-range-track-height, 5px)/2*-1);
  position: relative;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  -moz-user-select: none;
       user-select: none;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui input[type=range]::-ms-track {
  color: transparent;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui input[type=range]::-ms-fill-upper,
.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  -ms-user-select: none;
      user-select: none;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  -ms-user-select: none;
      user-select: none;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: #e1251b;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #e1251b)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: #e1251b;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #e1251b)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: #e1251b;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #e1251b)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__time + .plyr__time:before {
  content: "\2044";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: 767px) {
  /* line 1, assets/styles/components/_plyr.scss */

  .plyr__time + .plyr__time {
    display: none;
  }
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
       -o-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
       -o-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity .2s ease .1s,-webkit-transform .2s ease .1s;
  transition: opacity .2s ease .1s,-webkit-transform .2s ease .1s;
  -o-transition: opacity .2s ease .1s,-o-transform .2s ease .1s;
  transition: transform .2s ease .1s,opacity .2s ease .1s;
  transition: transform .2s ease .1s,opacity .2s ease .1s,-webkit-transform .2s ease .1s,-o-transform .2s ease .1s;
  white-space: nowrap;
  z-index: 2;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__tooltip:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%) scale(1);
       -o-transform: translate(-50%) scale(1);
          transform: translate(-50%) scale(1);
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip {
  left: 0;
  -webkit-transform: translateY(10px) scale(0.8);
       -o-transform: translateY(10px) scale(0.8);
          transform: translateY(10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
       -o-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before,
.plyr__controls > .plyr__control:first-child .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translateY(10px) scale(0.8);
       -o-transform: translateY(10px) scale(0.8);
          transform: translateY(10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
       -o-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);
  -webkit-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0) scale(1);
       -o-transform: translate(0) scale(1);
          transform: translate(0) scale(1);
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px)*.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__progress__buffer,
.plyr__progress input[type=range] {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px)*-.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px)*-.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__progress .plyr__tooltip {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px)/2*-1);
  padding: 0;
  position: absolute;
  top: 50%;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width .2s ease;
  -o-transition: width .2s ease;
  transition: width .2s ease;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width .2s ease;
  -o-transition: width .2s ease;
  transition: width .2s ease;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -webkit-transition: width .2s ease;
  -o-transition: width .2s ease;
  transition: width .2s ease;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
       -o-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: -webkit-linear-gradient(135deg, rgba(35, 40, 47, 0.6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, transparent 0, transparent);
  background-image: -o-linear-gradient(135deg, rgba(35, 40, 47, 0.6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, transparent 0, transparent);
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, transparent 0, transparent);
  background-image: -webkit-linear-gradient(135deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__volume {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px)/2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px)/2);
  position: relative;
  z-index: 2;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--audio {
  display: block;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #e1251b;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #e1251b)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
          box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
          box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--video {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  overflow: hidden;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--video.plyr--menu-open {
  overflow: visible;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}

@supports not (aspect-ratio: 16/9) {
  /* line 1, assets/styles/components/_plyr.scss */

  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
       -o-transform: translateY(-38.28125%);
          transform: translateY(-38.28125%);
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--video .plyr__controls {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px)*2);
  position: absolute;
  right: 0;
  -webkit-transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out,-o-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-transform .4s ease-in-out,-o-transform .4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  /* line 1, assets/styles/components/_plyr.scss */

  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px)*3.5);
  }
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #e1251b;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #e1251b)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__control--overlaid {
  background: #e1251b;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #e1251b)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: .9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px)*1.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 2;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  opacity: 1;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
          box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  /* line 1, assets/styles/components/_plyr.scss */

  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }

  /* line 1, assets/styles/components/_plyr.scss */

  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }

  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }

  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr:-webkit-full-screen video {
  height: 100%;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  /* line 1, assets/styles/components/_plyr.scss */

  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr:-moz-full-screen video {
  height: 100%;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  /* line 1, assets/styles/components/_plyr.scss */

  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr:-ms-fullscreen video {
  height: 100%;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  /* line 1, assets/styles/components/_plyr.scss */

  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--fullscreen-fallback video {
  height: 100%;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  /* line 1, assets/styles/components/_plyr.scss */

  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__ads:after:empty {
  display: none;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  padding: 3px;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateY(10px) scale(0.8);
       -o-transform: translateY(10px) scale(0.8);
          transform: translateY(10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
       -o-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity .2s ease .1s,-webkit-transform .2s ease .1s;
  transition: opacity .2s ease .1s,-webkit-transform .2s ease .1s;
  -o-transition: opacity .2s ease .1s,-o-transform .2s ease .1s;
  transition: transform .2s ease .1s,opacity .2s ease .1s;
  transition: transform .2s ease .1s,opacity .2s ease .1s,-webkit-transform .2s ease .1s,-o-transform .2s ease .1s;
  z-index: 2;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__preview-thumb--is-shown {
  opacity: 1;
  -webkit-transform: translate(0) scale(1);
       -o-transform: translate(0) scale(1);
          transform: translate(0) scale(1);
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__preview-thumb:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr--no-transition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* line 1, assets/styles/components/_plyr.scss */

.plyr [hidden] {
  display: none !important;
}

/* line 1, assets/styles/layouts/_header.scss */

header.jll-int-header-new {
  background-color: #fff;
  height: 160px;
  padding: 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* line 9, assets/styles/layouts/_header.scss */

header.jll-int-header-new .hn-menu-toggle {
  display: none;
}

/* line 13, assets/styles/layouts/_header.scss */

header.jll-int-header-new.headroom--not-top {
  -webkit-transform: translateY(-90px);
       -o-transform: translateY(-90px);
          transform: translateY(-90px);
}

/* line 17, assets/styles/layouts/_header.scss */

header.jll-int-header-new .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  overflow: hidden;
}

/* line 24, assets/styles/layouts/_header.scss */

header.jll-int-header-new .header-top .logo-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  max-width: 120px;
}

/* line 27, assets/styles/layouts/_header.scss */

header.jll-int-header-new .header-top .logo-wrap img {
  max-width: 100%;
  height: auto;
}

/* line 34, assets/styles/layouts/_header.scss */

header.jll-int-header-new .search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% - 120px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 120px);
          flex: 0 0 calc(100% - 120px);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
}

/* line 44, assets/styles/layouts/_header.scss */

header.jll-int-header-new .search-wrap.search-open .search-form {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* line 48, assets/styles/layouts/_header.scss */

header.jll-int-header-new .search-form {
  margin-right: 40px;
  border: 1px solid #eaeaea;
  width: calc( 100% - 80px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-100px);
       -o-transform: translateY(-100px);
          transform: translateY(-100px);
}

/* line 55, assets/styles/layouts/_header.scss */

header.jll-int-header-new .search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/* line 59, assets/styles/layouts/_header.scss */

header.jll-int-header-new .search-form form input {
  border: 0;
  width: 100%;
  padding: 15px;
  vertical-align: middle;
  outline: none;
  font-family: 'Source Sans Pro',sans-serif;
  border-top: none;
  background: transparent;
  font-size: 16px;
  height: 53px;
}

/* line 72, assets/styles/layouts/_header.scss */

header.jll-int-header-new .search-form button {
  font-size: 14px;
  padding: 18px 30px 17px;
  cursor: pointer;
  font-weight: 700;
  vertical-align: bottom;
  background: #303131;
  border: 0;
  color: #FFF;
  outline: none;
}

/* line 85, assets/styles/layouts/_header.scss */

header.jll-int-header-new .hn-search-toggle {
  width: 40px;
  height: 40px;
  display: block;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}

/* line 95, assets/styles/layouts/_header.scss */

header.jll-int-header-new .hn-search-toggle span {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzdweCIgaGVpZ2h0PSIzN3B4IiB2aWV3Qm94PSIwIDAgMzcgMzciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U2VhcmNoQmFyPC90aXRsZT4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTmF2LU1lbnUtU2VhcmNoLWJhciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE3MzgsIC01MSkiIGZpbGw9IiMwMTAxMDEiPgogICAgICAgICAgICA8ZyBpZD0iU2VhcmNoQmFyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzM4LCA1MSkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTQsMTQuOTg5NDkzOCBDNCw4LjkzNzkxNzg2IDguOTMzMjA2MTEsNCAxNSw0IEMyMS4wNjY3OTM5LDQgMjYsOC45Mzc5MTc4NiAyNiwxNC45ODk0OTM4IEMyNiwyMS4wNjIwODIxIDIxLjA2Njc5MzksMjYgMTUsMjYgQzguOTMzMjA2MTEsMjYgNCwyMS4wNjIwODIxIDQsMTQuOTg5NDkzOCBNMzYuMzQ2NTA5NywzMy4xMDE5NzE4IEwyNy4xNzY4OTk0LDIzLjg4ODQ1MDcgQzI4Ljk4MTc3NzQsMjEuNDA3ODg3MyAzMC4wMzk4MDk0LDE4LjM2NDUwNyAzMC4wMzk4MDk0LDE1LjA3MDk4NTkgQzMwLjAzOTgwOTQsNi43NzQ2NDc4OSAyMy4yOTc0NDg4LDAgMTUuMDE5OTA0NywwIEM2Ljc0MjM2MDUzLDAgMCw2Ljc3NDY0Nzg5IDAsMTUuMDcwOTg1OSBDMCwyMy40MDkwMTQxIDYuNzQyMzYwNTMsMzAuMTYyODE2OSAxNS4wMTk5MDQ3LDMwLjE2MjgxNjkgQzE4LjM4MDcxMjEsMzAuMTYyODE2OSAyMS40OTI1NzA4LDI5LjA1ODAyODIgMjQuMDAyODAzNSwyNy4xNjExMjY4IEwzMy4xMzA5MjIzLDM2LjMzMjk1NzcgQzMzLjU4NzMyODMsMzYuNzcwNzA0MiAzNC4xNjgyMDg2LDM3IDM0Ljc0OTA4ODksMzcgQzM1LjMyOTk2OTIsMzcgMzUuOTEwODQ5NSwzNi43NzA3MDQyIDM2LjM0NjUwOTcsMzYuMzMyOTU3NyBDMzcuMjE3ODMwMSwzNS40MzY2MTk3IDM3LjIxNzgzMDEsMzMuOTk4MzA5OSAzNi4zNDY1MDk3LDMzLjEwMTk3MTgiIGlkPSJGaWxsLTEiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 108, assets/styles/layouts/_header.scss */

header.jll-int-header-new .hn-search-toggle.open span {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjZweCIgaGVpZ2h0PSIyNXB4IiB2aWV3Qm94PSIwIDAgMjYgMjUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+Q2xvc2U8L3RpdGxlPgogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJjbG9zZS1ncm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUsIC01KSIgc3Ryb2tlPSIjOTc5Nzk3IiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8ZyBpZD0iQ2xvc2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYsIDYpIj4KICAgICAgICAgICAgICAgIDxsaW5lIHgxPSItMS4yMTc1OTQwNWUtMTQiIHkxPSItMS44NTM3ODMyM2UtMTQiIHgyPSIyMy40NDI3Mzk0IiB5Mj0iMjIuNjQyNTQ0OCIgaWQ9IlBhdGgtNCI+PC9saW5lPgogICAgICAgICAgICAgICAgPGxpbmUgeDE9Ii0xLjIxNzU5NDA1ZS0xNCIgeTE9Ii0xLjg1Mzc4MzIzZS0xNCIgeDI9IjIzLjQ0MjczOTQiIHkyPSIyMi42NDI1NDQ4IiBpZD0iUGF0aC00LUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDExLjgwMiwgMTEuMzgwNSkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtMTEuODAyLCAtMTEuMzgwNSkiPjwvbGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}

/* line 114, assets/styles/layouts/_header.scss */

header.jll-int-header-new .primary-site-navigation {
  padding-top: 15px;
}

/* line 117, assets/styles/layouts/_header.scss */

header.jll-int-header-new .primary-site-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 122, assets/styles/layouts/_header.scss */

header.jll-int-header-new .primary-site-navigation > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  position: relative;
}

/* line 127, assets/styles/layouts/_header.scss */

header.jll-int-header-new .primary-site-navigation > ul > li {
  position: static;
}

/* line 130, assets/styles/layouts/_header.scss */

header.jll-int-header-new .primary-site-navigation > ul > li > a {
  padding: 15px 15px;
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 136, assets/styles/layouts/_header.scss */

header.jll-int-header-new .primary-site-navigation > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 15px;
  right: 15px;
  height: 6px;
  background-color: #DB1010;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

/* line 148, assets/styles/layouts/_header.scss */

header.jll-int-header-new .primary-site-navigation > ul > li > a::after {
  content: "";
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
  height: 40px;
}

@media (min-width: 1201px) {
  /* line 168, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-has-children:not(.jllint-menu-wdsc) .sub-menu {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    color: #000;
    margin-top: 20px;
    width: auto;
    max-width: 800px;
    margin-left: 15px;
    margin-right: 15px;
  }

  /* line 179, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-has-children:not(.jllint-menu-wdsc) .sub-menu .submenu-links {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding: 30px 20px;
  }

  /* line 184, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-has-children:not(.jllint-menu-wdsc) .sub-menu .submenu-links > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }

  /* line 191, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-has-children:not(.jllint-menu-wdsc) .sub-menu .submenu-links > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  /* line 195, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-has-children:not(.jllint-menu-wdsc) .sub-menu .submenu-links > ul > li a {
    font-weight: 700;
    padding: 15px 10px;
    display: block;
  }

  /* line 205, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-has-children:not(.jllint-menu-wdsc) .sub-menu .submenu-desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    background-color: rgba(216, 216, 216, 0.4);
    padding: 30px 20px 40px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 300;
  }

  /* line 214, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-has-children:not(.jllint-menu-wdsc) .sub-menu .submenu-desc .smd-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  /* line 223, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-has-children:not(.jllint-menu-wdsc) .sub-menu a {
    color: #000;
  }

  /* line 226, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-has-children:not(.jllint-menu-wdsc) .sub-menu a:hover {
    color: #DB1010;
  }
}

/* line 236, assets/styles/layouts/_header.scss */

header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-has-children:hover > a,
header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-has-children.menu-item-open > a {
  background-color: transparent;
  color: #000;
}

/* line 240, assets/styles/layouts/_header.scss */

header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-has-children:hover > a::before,
header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-has-children.menu-item-open > a::before {
  opacity: 1;
}

/* line 245, assets/styles/layouts/_header.scss */

header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-has-children:hover .sub-menu,
header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-has-children.menu-item-open .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1201px) {
  /* line 257, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.jllint-menu-wdsc:hover > a,
  header.jll-int-header-new .primary-site-navigation > ul > li.jllint-menu-wdsc.menu-item-open > a {
    background-color: transparent;
    color: #000;
  }

  /* line 261, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.jllint-menu-wdsc:hover > a::before,
  header.jll-int-header-new .primary-site-navigation > ul > li.jllint-menu-wdsc.menu-item-open > a::before {
    opacity: 1;
  }

  /* line 267, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.jllint-menu-wdsc .sub-menu {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    color: #000;
    width: calc(100% - 30px);
    max-width: 100%;
    margin-top: 20px;
    padding: 0;
    margin-left: 15px;
  }

  /* line 277, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.jllint-menu-wdsc .sub-menu .submenu-links {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding: 30px 20px;
  }

  /* line 282, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.jllint-menu-wdsc .sub-menu .submenu-links > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }

  /* line 289, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.jllint-menu-wdsc .sub-menu .submenu-links > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  /* line 293, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.jllint-menu-wdsc .sub-menu .submenu-links > ul > li a {
    font-weight: 700;
    padding: 15px 10px;
    display: block;
  }

  /* line 303, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.jllint-menu-wdsc .sub-menu .submenu-desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    background-color: rgba(216, 216, 216, 0.4);
    padding: 30px 20px 40px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 300;
  }

  /* line 312, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.jllint-menu-wdsc .sub-menu .submenu-desc .smd-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  /* line 321, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.jllint-menu-wdsc .sub-menu a {
    color: #000;
  }

  /* line 324, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.jllint-menu-wdsc .sub-menu a:hover {
    color: #DB1010;
  }
}

/* line 334, assets/styles/layouts/_header.scss */

header.jll-int-header-new .primary-site-navigation > ul li:not(.menu-item-has-children):hover > a:before {
  opacity: 1;
}

/* line 340, assets/styles/layouts/_header.scss */

header.jll-int-header-new .primary-site-navigation > ul > li:last-child {
  margin-left: auto;
}

/* line 344, assets/styles/layouts/_header.scss */

header.jll-int-header-new .primary-site-navigation > ul .sub-menu {
  display: none;
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #DB1010;
  color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 800px;
}

/* line 357, assets/styles/layouts/_header.scss */

header.jll-int-header-new .primary-site-navigation > ul .sub-menu > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}

/* line 361, assets/styles/layouts/_header.scss */

header.jll-int-header-new .primary-site-navigation > ul .sub-menu > li a {
  color: #fff;
  font-weight: 700;
  padding: 15px 10px;
  display: block;
}

/* line 367, assets/styles/layouts/_header.scss */

header.jll-int-header-new .primary-site-navigation > ul .sub-menu > li a:hover {
  color: #000;
}

@media (max-width: 1200px) {
  /* line 379, assets/styles/layouts/_header.scss */

  html #wpadminbar {
    display: none;
  }

  /* line 383, assets/styles/layouts/_header.scss */

  body.header-lyt-new {
    padding-top: 80px;
  }

  /* line 388, assets/styles/layouts/_header.scss */

  body.active header.jll-int-header-new .primary-site-navigation {
    display: block;
  }

  /* line 394, assets/styles/layouts/_header.scss */

  header.jll-int-header-new {
    height: 80px;
    padding: 12px 0;
  }

  /* line 398, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li > a::before {
    display: none;
  }

  /* line 402, assets/styles/layouts/_header.scss */

  header.jll-int-header-new.headroom--not-top {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  /* line 406, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation {
    display: none;
    background-color: transparent;
    position: fixed;
    top: 79px;
    left: 0;
    right: 0;
    max-height: calc(100vh - 80px);
    border-top: 1px solid #dbd6c7;
    padding: 0 0;
    overflow: auto;
  }

  /* line 418, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul {
    display: block;
    margin: 0;
  }

  /* line 422, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li {
    border-bottom: 1px solid #dbd6c7;
    background-color: #fff;
  }

  /* line 426, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li > a:after {
    display: none;
  }

  /* line 430, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-has-children {
    position: relative;
  }

  /* line 433, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-has-children .submenu-desc {
    display: none;
  }

  /* line 437, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-has-children::after {
    content: "\F054";
    font-family: "Font Awesome 6 Free", sans-serif;
    position: absolute;
    top: 0;
    right: 15px;
    height: 50px;
    width: 25px;
    font-size: 20px;
    font-weight: 900;
    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;
    z-index: 15;
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  /* line 455, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-has-children > a {
    font-weight: 600;
    padding-right: 60px;
  }

  /* line 463, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li:not(.menu-item-open):hover {
    background-color: #fff;
    color: #e1261b;
  }

  /* line 467, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li:not(.menu-item-open):hover a {
    background-color: #fff;
    color: #e1261b;
  }

  /* line 472, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li:not(.menu-item-open):hover .sub-menu {
    display: none;
  }

  /* line 481, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-open::after {
    color: #e1261b;
    -webkit-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    color: #fff;
  }

  /* line 487, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-open > a,
  header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-open > a:hover {
    background-color: #e1261b !important;
    color: #fff !important;
  }

  /* line 493, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-open .sub-menu,
  header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-open .submenu-links > ul {
    width: 100%;
    display: block;
    max-width: 100%;
    padding: 0;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #dbd6c7;
  }

  /* line 503, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-open .sub-menu > li,
  header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-open .submenu-links > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  /* line 509, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-open .sub-menu > li a,
  header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-open .submenu-links > ul > li a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
  }

  /* line 514, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-open .sub-menu > li a:hover,
  header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-open .submenu-links > ul > li a:hover {
    color: #e1261b;
  }

  /* line 521, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-open li.submenu-links {
    padding-left: 0;
  }

  /* line 524, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .primary-site-navigation > ul > li.menu-item-open li.submenu-links ul {
    padding: 0;
    border: none;
  }

  /* line 534, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .search-wrap {
    max-width: calc(100% - 190px);
  }

  /* line 538, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .hn-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    max-width: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 544, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .hn-menu-toggle button {
    outline: none;
    border: 0;
    padding: 0;
    background-color: transparent;
  }

  /* line 551, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .hn-menu-toggle #toggle {
    position: relative;
    top: 0;
    right: 0;
    outline: none;
  }
}

@media (max-width: 767px) {
  /* line 563, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .search-wrap .search-form {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    top: 80px;
    width: 100%;
    padding: 0;
    max-width: 100% !important;
    opacity: 0;
  }

  /* line 575, assets/styles/layouts/_header.scss */

  header.jll-int-header-new .search-wrap.search-open .search-form {
    opacity: 1;
  }
}

/* line 1, assets/styles/layouts/_footer.scss */

.footer-mid-cols {
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  font-weight: 300;
}

/* line 8, assets/styles/layouts/_footer.scss */

.footer-mid-cols .ji-ci-addr {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
}

/* line 14, assets/styles/layouts/_footer.scss */

.footer-mid-cols a:hover {
  color: #e1261b;
}

/* line 18, assets/styles/layouts/_footer.scss */

.footer-mid-cols .jisc-icons {
  font-size: 26px;
}

/* line 21, assets/styles/layouts/_footer.scss */

.footer-mid-cols .jisc-icons a {
  margin-right: 12px;
}

/* line 27, assets/styles/layouts/_footer.scss */

#copyright p {
  font-weight: 300;
}

/* line 31, assets/styles/layouts/_footer.scss */

#menu-footer a {
  font-weight: 300;
}

/* line 34, assets/styles/layouts/_footer.scss */

#menu-footer a:hover {
  color: #e1261b;
}

@media (max-width: 991px) {
  /* line 40, assets/styles/layouts/_footer.scss */

  .footer-widget-company {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  /* line 46, assets/styles/layouts/_footer.scss */

  .footer-widget-git {
    padding: 15px 0 25px;
  }

  /* line 50, assets/styles/layouts/_footer.scss */

  .footer-mid-cols {
    text-align: center;
  }
}

/* line 3, assets/styles/layouts/_pages.scss */

section.ji-section a.arrow-link-white,
section.ji-header a.arrow-link-white {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 75px;
}

/* line 12, assets/styles/layouts/_pages.scss */

section.ji-section a.arrow-link-white::after,
section.ji-header a.arrow-link-white::after {
  content: url("data:image/svg+xml,%3Csvg id='uuid-709fbe72-4543-4bf1-a302-4723dc3178f3' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.01 30.22'%3E%3Cg id='uuid-fad6065c-da2d-4203-a53b-e9693e94f750' data-name='uuid-5de1a235-99be-4019-a70a-45cfdf3ebfa2'%3E%3Cg id='uuid-4fab604c-4bff-41d4-bd9b-f41f94d7796c' data-name='uuid-7536aaa9-5d33-41d4-a54e-a4313e8d5c35'%3E%3Cg%3E%3Cline y1='15.11' x2='45.58' y2='15.11' style='fill: none; stroke: %23fff; stroke-linejoin: round; stroke-width: 2.85px;'/%3E%3Cpolyline points='31.48 29.21 45.58 15.11 31.48 1.01' style='fill: none; stroke: %23fff; stroke-linejoin: round; stroke-width: 2.85px;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  right: 0;
  width: 47px;
  height: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 22, assets/styles/layouts/_pages.scss */

section.ji-section a.arrow-link-white:hover::after,
section.ji-header a.arrow-link-white:hover::after {
  -webkit-transform: translateX(5px);
       -o-transform: translateX(5px);
          transform: translateX(5px);
}

/* line 28, assets/styles/layouts/_pages.scss */

section.ji-section a.arrow-link,
section.ji-header a.arrow-link {
  font-size: 25px;
  font-weight: 600;
  color: #da1c14;
  position: relative;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 75px;
}

/* line 37, assets/styles/layouts/_pages.scss */

section.ji-section a.arrow-link::after,
section.ji-header a.arrow-link::after {
  content: url("data:image/svg+xml,%3Csvg id='uuid-709fbe72-4543-4bf1-a302-4723dc3178f3' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.01 30.22'%3E%3Cg id='uuid-fad6065c-da2d-4203-a53b-e9693e94f750' data-name='uuid-5de1a235-99be-4019-a70a-45cfdf3ebfa2'%3E%3Cg id='uuid-4fab604c-4bff-41d4-bd9b-f41f94d7796c' data-name='uuid-7536aaa9-5d33-41d4-a54e-a4313e8d5c35'%3E%3Cg%3E%3Cline y1='15.11' x2='45.58' y2='15.11' style='fill: none; stroke: %23da1c14; stroke-linejoin: round; stroke-width: 2.85px;'/%3E%3Cpolyline points='31.48 29.21 45.58 15.11 31.48 1.01' style='fill: none; stroke: %23da1c14; stroke-linejoin: round; stroke-width: 2.85px;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  right: 0;
  width: 47px;
  height: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 47, assets/styles/layouts/_pages.scss */

section.ji-section a.arrow-link:hover::after,
section.ji-header a.arrow-link:hover::after {
  -webkit-transform: translateX(5px);
       -o-transform: translateX(5px);
          transform: translateX(5px);
}

/* line 56, assets/styles/layouts/_pages.scss */

section.ji-section .title-section p.label,
section.ji-section .section-title p.label,
section.ji-section .section-intro p.label,
section.ji-header .title-section p.label,
section.ji-header .section-title p.label,
section.ji-header .section-intro p.label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}

/* line 64, assets/styles/layouts/_pages.scss */

section.ji-section p.lead,
section.ji-section blockquote.lead,
section.ji-section li.lead,
section.ji-header p.lead,
section.ji-header blockquote.lead,
section.ji-header li.lead {
  font-size: 30px;
}

@media (max-width: 768px) {
  /* line 74, assets/styles/layouts/_pages.scss */

  section.ji-section a.arrow-link-white,
  section.ji-header a.arrow-link-white {
    font-size: 22px;
    padding-right: 50px;
  }

  /* line 78, assets/styles/layouts/_pages.scss */

  section.ji-section a.arrow-link-white::after,
  section.ji-header a.arrow-link-white::after {
    width: 32px;
    height: 22px;
    top: 4px;
  }

  /* line 85, assets/styles/layouts/_pages.scss */

  section.ji-section p.lead,
  section.ji-section blockquote.lead,
  section.ji-section li.lead,
  section.ji-header p.lead,
  section.ji-header blockquote.lead,
  section.ji-header li.lead {
    font-size: 24px;
  }
}

/* line 1, assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

/* line 4, assets/styles/layouts/_tinymce.scss */

body#tinymce h1 {
  font-size: 62px;
}

/* line 8, assets/styles/layouts/_tinymce.scss */

body#tinymce h2 {
  font-size: 40px;
}

/* line 12, assets/styles/layouts/_tinymce.scss */

body#tinymce h3 {
  font-size: 32px;
}

/* line 17, assets/styles/layouts/_tinymce.scss */

body#tinymce h4 {
  font-size: 28px;
}

/* line 21, assets/styles/layouts/_tinymce.scss */

body#tinymce h5 {
  font-size: 24px;
}

/* line 25, assets/styles/layouts/_tinymce.scss */

body#tinymce h6 {
  font-size: 20px;
}

/* line 29, assets/styles/layouts/_tinymce.scss */

body#tinymce p {
  font-size: 18px;
  font-weight: 300;
  font-family: sans-serif;
}

/* line 36, assets/styles/layouts/_tinymce.scss */

a.button.red.jllint-content-btn,
.button.red.jllint-content-btn {
  position: relative;
  display: inline-block;
  border: 2px solid;
  font-size: 1.125rem;
  line-height: 1.625rem;
  padding: 10px 48px;
  cursor: pointer;
  font-weight: 700;
  vertical-align: middle;
  outline: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background: #d60b03;
  border: 2px solid #d60b03;
  color: #FFF;
  margin: 25px 0 10px;
}

/* line 59, assets/styles/layouts/_tinymce.scss */

a.button.red.jllint-content-btn a,
.button.red.jllint-content-btn a {
  font: inherit;
  color: inherit;
  background-color: inherit;
  text-decoration: none;
}

/* line 67, assets/styles/layouts/_tinymce.scss */

.jllint-content-btn + .jllint-content-btn {
  margin-right: 20px !important;
}

/* line 71, assets/styles/layouts/_tinymce.scss */

a.button.border.jllint-content-btn,
.button.border.jllint-content-btn {
  position: relative;
  display: inline-block;
  border: 2px solid;
  font-size: 1.125rem;
  line-height: 1.625rem;
  padding: 10px 48px;
  cursor: pointer;
  font-weight: 700;
  vertical-align: middle;
  outline: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  border: 2px solid #231f20;
  background: #FFF;
  color: #231f20;
  margin: 25px 0 10px;
}

/* line 94, assets/styles/layouts/_tinymce.scss */

a.button.border.jllint-content-btn a,
.button.border.jllint-content-btn a {
  font: inherit;
  color: inherit;
  background-color: inherit;
  text-decoration: none;
}

/**
 *  New Sections
 **/

/* line 1, assets/styles/layouts/sections/_hero_slider.scss */

section.ji-hero_slider {
  padding: 0;
  position: relative;
  overflow: visible;
  margin-bottom: 50px;
}

/* line 7, assets/styles/layouts/sections/_hero_slider.scss */

section.ji-hero_slider .ji-hero-slides {
  position: relative;
}

/* line 11, assets/styles/layouts/sections/_hero_slider.scss */

section.ji-hero_slider .ji-hero-slides::after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 32%;
  padding-bottom: 18%;
  top: 76%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTAyOHB4IiBoZWlnaHQ9IjQ4NnB4IiB2aWV3Qm94PSIwIDAgMTAyOCA0ODYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+bG9nby13YXZlPC90aXRsZT4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJsb2dvLXdhdmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsIDApIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBmaWxsPSIjRkZGRkZGIiB4PSI0MzQiIHk9IjE4MCIgd2lkdGg9IjQzNyIgaGVpZ2h0PSIxODMiPjwvcmVjdD4KICAgICAgICAgICAgPHBhdGggZD0iTTkzNC44MjkxOTgsMzguMzAxMDcxNSBDOTI1Ljg5NjU2NiwyMS44NjQ5MjA1IDkyNS44MjM2MywwIDc5MS41NDAzNzgsMCBDNjU3LjI1NzEyNiwwIDUzNy4yMzY5MTEsMjkuMjAzMTc0OSA0NDUuOTYzNjA0LDU0LjczNzIyMjYgQzM1NC42ODgyNzEsODAuMjczMjk1MiAyODEuMjA1MjY2LDEwNS44MDczNDMgMjgzLjAwODQwNiwxMDcuNTY2OTg1IEMyMDQuMjY3OTMzLDM4LjIyNjE1MDEgMTg0LjQ1NTY4MywzNC42MzE5NDQzIDExNC42NDc4NDEsMjcuMzY4NjExMyBDNDQuODQyMDI2LDIwLjEwNTI3ODMgMzUuODM2NDU3OSw0OS4yMzM1MzE4IDM1LjgzNjQ1NzksNDkuMjMzNTMxOCBDMzUuODM2NDU3OSw0OS4yMzM1MzE4IDEuODMyMDgwOTgsMjE3LjA0NTQ4IDAuMDMwOTY3MzUyMywyNDQuNDE0MDkxIEMtMS43NzAxNDYyNywyNzEuNzgyNzAzIDc1LjI0MjE0OTYsMzA0LjU4MjEwOCAxNjYuNTkwNDE4LDMwNC41ODIxMDggQzI1Ny45MzY2NjEsMzA0LjU4MjEwOCAyOTAuMTM3ODk5LDI5My42NDk2NDggMjkwLjEzNzg5OSwyOTMuNjQ5NjQ4IEMzNzIuNDgwNTk5LDM1NS42NTIyMjkgMzk3LjU1MDMxOCwzNTEuOTgzMTAxIDQ3Mi43NjE1LDM3My45MjI5NDMgQzU0Ny45NzA2NTcsMzk1Ljg2Mjc4NSA2MTkuNjUyNTQ4LDQyNC45OTMwNjQgNjY0LjM4ODY0NCw0NDYuODYwMDA5IEM3MDkuMTI0NzQxLDQ2OC43MjQ5MjkgNzcwLjA3Mjg4Niw0OTAuNTg5ODUgODExLjIwNjc1Niw0ODUuMTYxMDggQzkxOC42MTkxNzUsNDY2Ljk2NTI4NyAxMDAxLjAzNDgxLDM2Ni41ODQ2ODkgMTAxOC45NzMwMSwzMzcuMzc5NDg5IEMxMDM2LjkxMTIxLDMwOC4xNzYzMTQgMTAyMi41NzUyNCwyODYuMzExMzk0IDEwMjIuNTc1MjQsMjg2LjMxMTM5NCBDMTAyMi41NzUyNCwyODYuMzExMzk0IDk0My43NjM4NTYsNTQuNzM3MjIyNiA5MzQuODI5MTk4LDM4LjMwMTA3MTUgWiBNNTQ3Ljk3MDY1NywzNTMuODE3NjY1IEM1MjcuNjk4NTA1LDM0NC40NDAzMzIgNDUyLjAxMzIzOSwyODIuMzkxMTc4IDQ0MC4zNTk2ODksMjY2LjcyODU0MSBDNDcxLjM1NzQ4MywyNTcuMzAyNjEgNTc2Ljk4Mjk3MSwyMzMuMDcwNTc2IDYxNi4wNTAzMiwyMjIuNDc0MjQ5IEM2OTYuNjYyODE4LDIwMC42MDkzMjkgNzk4LjY3MTg5NiwxODYuMDgwNjM4IDg2NC45NTA0NDYsMjA5Ljc4MjE0NyBDODU5LjYyMDA0MSwyMDkuNzA1MjAxIDc2MS4wNjczMTgsMzE5LjE4MzY5NiA1NDcuOTcwNjU3LDM1My44MTc2NjUgWiIgaWQ9IkZpbGwtMyIgZmlsbD0iI0NEMTQyMiI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1400px) {
  /* line 11, assets/styles/layouts/sections/_hero_slider.scss */

  section.ji-hero_slider .ji-hero-slides::after {
    top: 80%;
    padding-bottom: 22%;
  }
}

/* line 31, assets/styles/layouts/sections/_hero_slider.scss */

section.ji-hero_slider .ji-hero-slides .owl-dots {
  position: absolute;
  right: 20px;
  bottom: 40px;
}

/* line 35, assets/styles/layouts/sections/_hero_slider.scss */

section.ji-hero_slider .ji-hero-slides .owl-dots button {
  background-color: transparent;
}

/* line 38, assets/styles/layouts/sections/_hero_slider.scss */

section.ji-hero_slider .ji-hero-slides .owl-dots button .active {
  background-color: #fff;
}

/* line 43, assets/styles/layouts/sections/_hero_slider.scss */

section.ji-hero_slider .ji-hero-slides .owl-dots span {
  border: 1px solid #fff;
  background-color: transparent;
}

/* line 47, assets/styles/layouts/sections/_hero_slider.scss */

section.ji-hero_slider .ji-hero-slides .owl-dots .active span {
  background-color: #fff;
}

/* line 53, assets/styles/layouts/sections/_hero_slider.scss */

section.ji-hero_slider .ji-h-item {
  position: relative;
  display: block;
  height: auto;
  padding: 200px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 500px;
}

/* line 62, assets/styles/layouts/sections/_hero_slider.scss */

section.ji-hero_slider .ji-h-item span.ji-h-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 72, assets/styles/layouts/sections/_hero_slider.scss */

section.ji-hero_slider .ji-h-item span.ji-h-item-bg::before {
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, color-stop(12%, rgba(27, 26, 26, 0.67)), color-stop(96%, rgba(2, 2, 2, 0)));
  background-image: -webkit-linear-gradient(left, rgba(27, 26, 26, 0.67) 12%, rgba(2, 2, 2, 0) 96%);
  background-image: -o-linear-gradient(left, rgba(27, 26, 26, 0.67) 12%, rgba(2, 2, 2, 0) 96%);
  background-image: linear-gradient(90deg, rgba(27, 26, 26, 0.67) 12%, rgba(2, 2, 2, 0) 96%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 84, assets/styles/layouts/sections/_hero_slider.scss */

section.ji-hero_slider .ji-h-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

/* line 89, assets/styles/layouts/sections/_hero_slider.scss */

section.ji-hero_slider .ji-h-content .h-cnt {
  max-width: 70%;
}

/* line 93, assets/styles/layouts/sections/_hero_slider.scss */

section.ji-hero_slider .ji-h-content h1,
section.ji-hero_slider .ji-h-content .h1 {
  color: #fff;
}

@media (max-width: 1200px) {
  /* line 101, assets/styles/layouts/sections/_hero_slider.scss */

  section.ji-hero_slider .ji-h-item {
    height: 500px;
    padding: 60px 0;
  }

  /* line 107, assets/styles/layouts/sections/_hero_slider.scss */

  section.ji-hero_slider .ji-hero-slides::after {
    top: 400px;
  }
}

@media (max-width: 767px) {
  /* line 113, assets/styles/layouts/sections/_hero_slider.scss */

  section.ji-hero_slider .ji-h-content .h-cnt {
    max-width: 100%;
  }

  /* line 117, assets/styles/layouts/sections/_hero_slider.scss */

  section.ji-hero_slider .ji-hero-slides::after {
    top: 90%;
    width: 250px;
    padding-bottom: 140px;
  }

  /* line 123, assets/styles/layouts/sections/_hero_slider.scss */

  section.ji-hero_slider .ji-hero-slides .owl-dots {
    position: absolute;
    right: 0px;
    bottom: 0;
    -webkit-transform: scale(0.7);
         -o-transform: scale(0.7);
            transform: scale(0.7);
    z-index: 15;
  }
}

/* line 2, assets/styles/layouts/sections/_support_boxes.scss */

section.ji-support_boxes .sb-box {
  margin-bottom: 40px;
  padding: 20px 0;
}

/* line 6, assets/styles/layouts/sections/_support_boxes.scss */

section.ji-support_boxes .sb-box p {
  font-size: 20px;
}

/* line 10, assets/styles/layouts/sections/_support_boxes.scss */

section.ji-support_boxes .sb-box .h5 {
  margin-bottom: 15px;
}

/* line 14, assets/styles/layouts/sections/_support_boxes.scss */

section.ji-support_boxes .sb-box .sp-icon span {
  background-size: contain;
}

@media (max-width: 767px) {
  /* line 22, assets/styles/layouts/sections/_support_boxes.scss */

  section.ji-support_boxes .sb-box {
    margin-bottom: 10px;
    padding: 10px 0;
  }
}

/* line 1, assets/styles/layouts/sections/_cta_banner.scss */

section.ji-cta_banner {
  padding: 120px 0;
  position: relative;
  color: #fff;
}

/* line 6, assets/styles/layouts/sections/_cta_banner.scss */

section.ji-cta_banner .section-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* line 14, assets/styles/layouts/sections/_cta_banner.scss */

section.ji-cta_banner .section-background span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 24, assets/styles/layouts/sections/_cta_banner.scss */

section.ji-cta_banner .section-background span::before {
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, color-stop(12%, rgba(27, 26, 26, 0.71)), color-stop(96%, rgba(2, 2, 2, 0)));
  background-image: -webkit-linear-gradient(left, rgba(27, 26, 26, 0.71) 12%, rgba(2, 2, 2, 0) 96%);
  background-image: -o-linear-gradient(left, rgba(27, 26, 26, 0.71) 12%, rgba(2, 2, 2, 0) 96%);
  background-image: linear-gradient(90deg, rgba(27, 26, 26, 0.71) 12%, rgba(2, 2, 2, 0) 96%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 37, assets/styles/layouts/sections/_cta_banner.scss */

section.ji-cta_banner .banner-content * {
  color: #fff;
  max-width: 70%;
}

/* line 42, assets/styles/layouts/sections/_cta_banner.scss */

section.ji-cta_banner .banner-content p {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}

/* line 49, assets/styles/layouts/sections/_cta_banner.scss */

section.ji-cta_banner .container {
  position: relative;
  z-index: 10;
}

/* line 54, assets/styles/layouts/sections/_cta_banner.scss */

section.ji-cta_banner.no-bg {
  background-color: #000;
}

@media (max-width: 767px) {
  /* line 60, assets/styles/layouts/sections/_cta_banner.scss */

  section.ji-cta_banner {
    padding: 80px 0;
  }

  /* line 63, assets/styles/layouts/sections/_cta_banner.scss */

  section.ji-cta_banner .banner-content * {
    max-width: 100%;
  }
}

/* line 2, assets/styles/layouts/sections/_services.scss */

section.ji-services .service-box {
  position: relative;
  height: calc( 100% - 30px);
  margin-bottom: 30px;
}

/* line 7, assets/styles/layouts/sections/_services.scss */

section.ji-services .service-box a {
  height: 100%;
  display: block;
  background-color: #F4F4F4;
  position: relative;
}

/* line 13, assets/styles/layouts/sections/_services.scss */

section.ji-services .service-box a::after {
  content: '';
  width: 50px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 25;
  color: #e1261b;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNjBweCIgaGVpZ2h0PSIzM3B4IiB2aWV3Qm94PSIwIDAgNjAgMzMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U3RhY2tlZCBHcm91cDwvdGl0bGU+CiAgICA8ZyBpZD0iSW50ZWdyYWwtRGVzaWduIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgIDxnIGlkPSJIb21lLVBhZ2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjgzLCAtNDU2OSkiIHN0cm9rZT0iI0NEMTQyMiIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICAgICAgPGcgaWQ9Ik91ci1zZXJ2aWNlcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM0LCAzOTE4KSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNiwgNjUzKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMTI0LCAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxsaW5lIHgxPSIwIiB5MT0iMTQuMjk4OTg5NCIgeDI9IjU1IiB5Mj0iMTQuMjk4OTg5NCIgaWQ9IlBhdGgtMiI+PC9saW5lPgogICAgICAgICAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDIuNjI5NSwgMTQuMzcwNSkgcm90YXRlKDIyNSkgdHJhbnNsYXRlKC00Mi42Mjk1LCAtMTQuMzcwNSkiIHBvaW50cz0iNTIuNzkwOTc0IDIzLjQ0NjgyODEgMzIuNDY3OTk5IDI0LjUzMjAwMSAzMy41NTMxNzE5IDQuMjA5MDI1OTUiPjwvcG9seWxpbmU+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}

/* line 30, assets/styles/layouts/sections/_services.scss */

section.ji-services .service-box a:hover .box-thumb span {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 34, assets/styles/layouts/sections/_services.scss */

section.ji-services .service-box a:hover h6 {
  color: #e1261b;
}

/* line 40, assets/styles/layouts/sections/_services.scss */

section.ji-services .service-box h6 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 45, assets/styles/layouts/sections/_services.scss */

section.ji-services .service-box p {
  font-size: 20px;
  margin-bottom: 25px;
}

/* line 50, assets/styles/layouts/sections/_services.scss */

section.ji-services .service-box .box-thumb {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
}

/* line 57, assets/styles/layouts/sections/_services.scss */

section.ji-services .service-box .box-thumb > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

/* line 71, assets/styles/layouts/sections/_services.scss */

section.ji-services .service-box .box-meta {
  background-color: #F4F4F4;
  padding: 30px;
  padding-bottom: 50px;
}

/* line 2, assets/styles/layouts/sections/_feature_boxes.scss */

section.ji-feature_boxes .jifb-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

/* line 8, assets/styles/layouts/sections/_feature_boxes.scss */

section.ji-feature_boxes .jifb-box {
  padding: 20px;
  display: block;
  position: relative;
}

/* line 13, assets/styles/layouts/sections/_feature_boxes.scss */

section.ji-feature_boxes .jifb-box .jfb-icon {
  display: block;
  position: relative;
  width: 100px;
  padding-bottom: 100px;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 15px;
  height: 0;
}

/* line 23, assets/styles/layouts/sections/_feature_boxes.scss */

section.ji-feature_boxes .jifb-box .jfb-icon span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 36, assets/styles/layouts/sections/_feature_boxes.scss */

section.ji-feature_boxes .jifb-row.jifb-c-3 .jifb-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}

/* line 41, assets/styles/layouts/sections/_feature_boxes.scss */

section.ji-feature_boxes .jifb-row.jifb-c-4 .jifb-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

/* line 46, assets/styles/layouts/sections/_feature_boxes.scss */

section.ji-feature_boxes .jifb-row.jifb-c-5 .jifb-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

/* line 51, assets/styles/layouts/sections/_feature_boxes.scss */

section.ji-feature_boxes .jifb-row.jifb-c-6 .jifb-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

@media (max-width: 991px) {
  /* line 58, assets/styles/layouts/sections/_feature_boxes.scss */

  section.ji-feature_boxes .jifb-row.jifb-c-3 .jifb-box,
  section.ji-feature_boxes .jifb-row.jifb-c-4 .jifb-box,
  section.ji-feature_boxes .jifb-row.jifb-c-5 .jifb-box,
  section.ji-feature_boxes .jifb-row.jifb-c-6 .jifb-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (max-width: 767px) {
  /* line 70, assets/styles/layouts/sections/_feature_boxes.scss */

  section.ji-feature_boxes .jifb-row.jifb-c-3 .jifb-box,
  section.ji-feature_boxes .jifb-row.jifb-c-4 .jifb-box,
  section.ji-feature_boxes .jifb-row.jifb-c-5 .jifb-box,
  section.ji-feature_boxes .jifb-row.jifb-c-6 .jifb-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* line 1, assets/styles/layouts/sections/_red_promo_banner.scss */

section.ji-red_promo_banner {
  position: relative;
  overflow: hidden;
}

/* line 6, assets/styles/layouts/sections/_red_promo_banner.scss */

section.ji-red_promo_banner.ji-rpbp-right .banner-copy {
  padding-left: 30px;
  padding-right: 0;
}

/* line 10, assets/styles/layouts/sections/_red_promo_banner.scss */

section.ji-red_promo_banner.ji-rpbp-right .banner-copy::before {
  left: 99%;
  right: auto;
}

/* line 18, assets/styles/layouts/sections/_red_promo_banner.scss */

section.ji-red_promo_banner.ji-rpbp-center .banner-copy {
  padding-left: 60px;
  padding-right: 60px;
}

/* line 22, assets/styles/layouts/sections/_red_promo_banner.scss */

section.ji-red_promo_banner.ji-rpbp-center .banner-copy::before {
  display: none;
}

/* line 28, assets/styles/layouts/sections/_red_promo_banner.scss */

section.ji-red_promo_banner .banner-copy {
  background-color: #e1261b;
  padding: 30px;
  position: relative;
  padding-left: 0;
}

/* line 34, assets/styles/layouts/sections/_red_promo_banner.scss */

section.ji-red_promo_banner .banner-copy::before {
  content: "";
  position: absolute;
  right: 99%;
  width: 100%;
  background-color: inherit;
  top: 0;
  bottom: 0;
}

/* line 44, assets/styles/layouts/sections/_red_promo_banner.scss */

section.ji-red_promo_banner .banner-copy h2 {
  font-size: 32px;
  margin-bottom: 0;
}

/* line 49, assets/styles/layouts/sections/_red_promo_banner.scss */

section.ji-red_promo_banner .banner-copy p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0;
}

/* line 55, assets/styles/layouts/sections/_red_promo_banner.scss */

section.ji-red_promo_banner .banner-copy * {
  color: #fff;
}

/* line 59, assets/styles/layouts/sections/_red_promo_banner.scss */

section.ji-red_promo_banner .banner-copy .btn-white {
  color: #000;
  padding: 10px;
  width: 100%;
  max-width: 220px;
  margin: 15px 0;
}

/* line 66, assets/styles/layouts/sections/_red_promo_banner.scss */

section.ji-red_promo_banner .banner-copy .btn-white:hover {
  color: #fff;
}

@media (max-width: 767px) {
  /* line 74, assets/styles/layouts/sections/_red_promo_banner.scss */

  section.ji-red_promo_banner .banner-copy {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }

  /* line 79, assets/styles/layouts/sections/_red_promo_banner.scss */

  section.ji-red_promo_banner .banner-copy::after {
    content: "";
    position: absolute;
    left: 99%;
    width: 100%;
    background-color: inherit;
    top: 0;
    bottom: 0;
  }

  /* line 89, assets/styles/layouts/sections/_red_promo_banner.scss */

  section.ji-red_promo_banner .banner-copy h2 {
    width: 100%;
    max-width: 100%;
  }

  /* line 95, assets/styles/layouts/sections/_red_promo_banner.scss */

  section.ji-red_promo_banner.ji-rpbp-right .banner-copy {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }

  /* line 100, assets/styles/layouts/sections/_red_promo_banner.scss */

  section.ji-red_promo_banner.ji-rpbp-right .banner-copy::before {
    left: auto;
    right: 99%;
  }
}

/* line 1, assets/styles/layouts/sections/_case_study_slider.scss */

section.ji-case_study_slider {
  position: relative;
  overflow: hidden;
  background-color: #DBD6C6;
  padding: 0;
  margin-bottom: 30px;
}

/* line 8, assets/styles/layouts/sections/_case_study_slider.scss */

section.ji-case_study_slider .owl-nav {
  position: static;
}

/* line 11, assets/styles/layouts/sections/_case_study_slider.scss */

section.ji-case_study_slider .owl-nav button {
  position: absolute;
  top: calc(50% - 25px);
  width: 30px;
  height: 50px;
  left: 10px;
  outline: none;
  border: 0;
}

@media (min-width: 1570px) {
  /* line 11, assets/styles/layouts/sections/_case_study_slider.scss */

  section.ji-case_study_slider .owl-nav button {
    width: 40px;
  }
}

/* line 24, assets/styles/layouts/sections/_case_study_slider.scss */

section.ji-case_study_slider .owl-nav button::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNzBweCIgaGVpZ2h0PSI3MXB4IiB2aWV3Qm94PSIwIDAgNzAgNzEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+UGF0aDwvdGl0bGU+CiAgICA8ZyBpZD0iSW50ZWdyYWwtRGVzaWduIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgIDxnIGlkPSJIb21lLVBhZ2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04LCAtNjU4MSkiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxMCI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC05IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNS4zNDQyLCA2NTg4LjkyMjgpIj4KICAgICAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iUGF0aCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjcuNTc3MiwgMjcuNTc3Mikgcm90YXRlKC00NSkgdHJhbnNsYXRlKC0yNy41NzcyLCAtMjcuNTc3MikiIHBvaW50cz0iOC4wNzcxNjQ0NyA0Ny4wNzcxNjQ1IDguMDc3MTY0NDcgOC4wNzcxNjQ0NyA0Ny4wNzcxNjQ1IDguMDc3MTY0NDciPjwvcG9seWxpbmU+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 37, assets/styles/layouts/sections/_case_study_slider.scss */

section.ji-case_study_slider .owl-nav button.owl-next {
  left: auto;
  right: 10px;
}

/* line 41, assets/styles/layouts/sections/_case_study_slider.scss */

section.ji-case_study_slider .owl-nav button.owl-next::before {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 48, assets/styles/layouts/sections/_case_study_slider.scss */

section.ji-case_study_slider .item {
  position: relative;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

/* line 55, assets/styles/layouts/sections/_case_study_slider.scss */

section.ji-case_study_slider .item .featured-image-wrap {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}

/* line 63, assets/styles/layouts/sections/_case_study_slider.scss */

section.ji-case_study_slider .item .featured-image-wrap span {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 75, assets/styles/layouts/sections/_case_study_slider.scss */

section.ji-case_study_slider .item .case-study-content {
  padding: 40px 30px 60px;
}

/* line 78, assets/styles/layouts/sections/_case_study_slider.scss */

section.ji-case_study_slider .item .case-study-content .cs-link {
  padding-top: 40px;
  text-align: right;
  position: absolute;
  bottom: -20px;
  right: 30px;
}

/* line 85, assets/styles/layouts/sections/_case_study_slider.scss */

section.ji-case_study_slider .item .case-study-content .cs-link a {
  padding-right: 40px;
  position: relative;
  display: inline-block;
  font-weight: 600;
}

/* line 91, assets/styles/layouts/sections/_case_study_slider.scss */

section.ji-case_study_slider .item .case-study-content .cs-link a::after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNjBweCIgaGVpZ2h0PSIzM3B4IiB2aWV3Qm94PSIwIDAgNjAgMzMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+U3RhY2tlZCBHcm91cDwvdGl0bGU+CiAgICA8ZyBpZD0iSW50ZWdyYWwtRGVzaWduIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgIDxnIGlkPSJIb21lLVBhZ2UiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjgzLCAtNDU2OSkiIHN0cm9rZT0iI0NEMTQyMiIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICAgICAgPGcgaWQ9Ik91ci1zZXJ2aWNlcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM0LCAzOTE4KSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyNiwgNjUzKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMTI0LCAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxsaW5lIHgxPSIwIiB5MT0iMTQuMjk4OTg5NCIgeDI9IjU1IiB5Mj0iMTQuMjk4OTg5NCIgaWQ9IlBhdGgtMiI+PC9saW5lPgogICAgICAgICAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDIuNjI5NSwgMTQuMzcwNSkgcm90YXRlKDIyNSkgdHJhbnNsYXRlKC00Mi42Mjk1LCAtMTQuMzcwNSkiIHBvaW50cz0iNTIuNzkwOTc0IDIzLjQ0NjgyODEgMzIuNDY3OTk5IDI0LjUzMjAwMSAzMy41NTMxNzE5IDQuMjA5MDI1OTUiPjwvcG9seWxpbmU+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 106, assets/styles/layouts/sections/_case_study_slider.scss */

section.ji-case_study_slider .item .case-study-content .cs-link a:hover::after {
  right: -5px;
}

@media (min-width: 1570px) {
  /* line 75, assets/styles/layouts/sections/_case_study_slider.scss */

  section.ji-case_study_slider .item .case-study-content {
    padding-left: 0;
  }
}

/* line 117, assets/styles/layouts/sections/_case_study_slider.scss */

section.ji-case_study_slider .item .case-study-content span,
section.ji-case_study_slider .item .case-study-content p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0;
}

/* line 124, assets/styles/layouts/sections/_case_study_slider.scss */

section.ji-case_study_slider .item .case-study-content span {
  margin-bottom: 30px;
}

/* line 129, assets/styles/layouts/sections/_case_study_slider.scss */

section.ji-case_study_slider .item .case-study-content .excerpt-w a {
  display: none;
}

@media (max-width: 991px) {
  /* line 138, assets/styles/layouts/sections/_case_study_slider.scss */

  section.ji-case_study_slider .item {
    display: block;
    padding: 0;
  }

  /* line 142, assets/styles/layouts/sections/_case_study_slider.scss */

  section.ji-case_study_slider .item .featured-image-wrap {
    position: relative;
    width: 100%;
    height: 300px;
  }

  /* line 149, assets/styles/layouts/sections/_case_study_slider.scss */

  section.ji-case_study_slider .item .case-study-content .cs-link {
    position: relative;
    padding-top: 20px;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  /* line 157, assets/styles/layouts/sections/_case_study_slider.scss */

  section.ji-case_study_slider .item .case-study-content span,
  section.ji-case_study_slider .item .case-study-content p {
    font-size: 16px;
  }
}

/* line 2, assets/styles/layouts/sections/_logo_slider.scss */

section.ji-logo_slider .section-title {
  text-align: center;
}

/* line 6, assets/styles/layouts/sections/_logo_slider.scss */

section.ji-logo_slider .item {
  padding-bottom: 0;
}

/* line 10, assets/styles/layouts/sections/_logo_slider.scss */

section.ji-logo_slider .owl-dots {
  text-align: center;
}

/* line 13, assets/styles/layouts/sections/_logo_slider.scss */

section.ji-logo_slider .owl-dots button {
  background-color: transparent;
}

/* line 16, assets/styles/layouts/sections/_logo_slider.scss */

section.ji-logo_slider .owl-dots button span {
  background-color: #fff;
  border: 1px solid #000;
}

/* line 22, assets/styles/layouts/sections/_logo_slider.scss */

section.ji-logo_slider .owl-dots button.active span {
  background-color: #000;
}

/* line 1, assets/styles/layouts/sections/_contact_us.scss */

section.ji-contact_us {
  text-align: center;
}

/* line 4, assets/styles/layouts/sections/_contact_us.scss */

section.ji-contact_us h2 {
  margin-bottom: 0;
}

/* line 8, assets/styles/layouts/sections/_contact_us.scss */

section.ji-contact_us .cta-wrap {
  padding-top: 10px;
}

/**
 Redesign 2025
 */

/* line 1, assets/styles/layouts/sections/_cta-box.scss */

section.ji-cta-box {
  background-color: #da1c15;
  padding-top: 100px;
  padding-bottom: 100px;
}

/* line 6, assets/styles/layouts/sections/_cta-box.scss */

section.ji-cta-box .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* line 10, assets/styles/layouts/sections/_cta-box.scss */

section.ji-cta-box .cta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 20px;
}

/* line 16, assets/styles/layouts/sections/_cta-box.scss */

section.ji-cta-box p,
section.ji-cta-box h3,
section.ji-cta-box h2 {
  color: #fff;
  margin: 0;
}

/* line 24, assets/styles/layouts/sections/_cta-box.scss */

section.ji-section + section.ji-cta-box {
  padding-top: 100px;
}

@media (max-width: 768px) {
  /* line 29, assets/styles/layouts/sections/_cta-box.scss */

  section.ji-cta-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* line 33, assets/styles/layouts/sections/_cta-box.scss */

  section.ji-cta-box .cta-wrap {
    margin-top: 35px;
  }
}

/* line 1, assets/styles/layouts/sections/_counter_section.scss */

section.counter-section {
  padding: 80px 0;
}

/* line 4, assets/styles/layouts/sections/_counter_section.scss */

section.counter-section .section-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 80px;
  position: relative;
}

/* line 11, assets/styles/layouts/sections/_counter_section.scss */

section.counter-section .divisions-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  margin-top: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* line 18, assets/styles/layouts/sections/_counter_section.scss */

section.counter-section .division {
  text-align: center;
  padding: 60px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 29, assets/styles/layouts/sections/_counter_section.scss */

section.counter-section .counter {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 220px;
  margin-bottom: 20px;
}

/* line 38, assets/styles/layouts/sections/_counter_section.scss */

section.counter-section .division + .division {
  border-left: 1px solid #e2e8f0;
}

/* line 42, assets/styles/layouts/sections/_counter_section.scss */

section.counter-section .division-title {
  font-size: 1.7rem;
  font-weight: bold;
  padding-bottom: 40px;
  line-height: 1.4;
  position: relative;
}

/* line 49, assets/styles/layouts/sections/_counter_section.scss */

section.counter-section .division-title::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 15px solid #d6d3c2;
}

/* line 63, assets/styles/layouts/sections/_counter_section.scss */

section.counter-section .circle_percent {
  font-size: 120px;
  width: 1em;
  height: 1em;
  position: relative;
  background: #eee;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin: 20px;
}

/* line 75, assets/styles/layouts/sections/_counter_section.scss */

section.counter-section .circle_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  clip: rect(0 1em 1em 0.5em);
}

/* line 84, assets/styles/layouts/sections/_counter_section.scss */

section.counter-section .round_per {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  background: #e1261b;
  clip: rect(0 1em 1em 0.5em);
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 1.05s;
  -o-transition: 1.05s;
  transition: 1.05s;
}

/* line 96, assets/styles/layouts/sections/_counter_section.scss */

section.counter-section .percent_more .circle_inner {
  clip: rect(0 0.5em 1em 0em);
}

/* line 100, assets/styles/layouts/sections/_counter_section.scss */

section.counter-section .percent_more:after {
  position: absolute;
  left: .5em;
  top: 0;
  right: 0;
  bottom: 0;
  background: #e1261b;
  content: '';
}

/* line 110, assets/styles/layouts/sections/_counter_section.scss */

section.counter-section .circle_inbox {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: #fff;
  z-index: 3;
  border-radius: 50%;
}

/* line 121, assets/styles/layouts/sections/_counter_section.scss */

section.counter-section .circle-label {
  width: 70%;
}

/* line 129, assets/styles/layouts/sections/_counter_section.scss */

section.counter-section .percent_text {
  position: absolute;
  font-size: 46px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  font-weight: bold;
}

/* line 138, assets/styles/layouts/sections/_counter_section.scss */

section.counter-section .percent_text:after {
  content: '%';
  font-size: 12px;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 149, assets/styles/layouts/sections/_counter_section.scss */

section.counter-section .percentage {
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -60%);
       -o-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  z-index: 3;
  font-weight: bold;
}

/* line 159, assets/styles/layouts/sections/_counter_section.scss */

section.counter-section .division {
  opacity: 0;
  -webkit-animation: fadeInUp 0.8s ease forwards;
       -o-animation: fadeInUp 0.8s ease forwards;
          animation: fadeInUp 0.8s ease forwards;
}

/* line 164, assets/styles/layouts/sections/_counter_section.scss */

section.counter-section .division:nth-child(1) {
  -webkit-animation-delay: 0.2s;
       -o-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

/* line 168, assets/styles/layouts/sections/_counter_section.scss */

section.counter-section .division:nth-child(2) {
  -webkit-animation-delay: 0.4s;
       -o-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

/* line 172, assets/styles/layouts/sections/_counter_section.scss */

section.counter-section .division:nth-child(3) {
  -webkit-animation-delay: 0.6s;
       -o-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

/* line 176, assets/styles/layouts/sections/_counter_section.scss */

section.counter-section .counter-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  position: relative;
}

/* line 183, assets/styles/layouts/sections/_counter_section.scss */

section.counter-section .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* line 189, assets/styles/layouts/sections/_counter_section.scss */

section.counter-section .digit {
  color: #e1261b;
  font-size: 7rem;
  font-weight: normal;
  height: 100px;
  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;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: Skyfont, sans-serif;
}

/* line 202, assets/styles/layouts/sections/_counter_section.scss */

section.counter-section .counter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
         -o-transform: translateY(30px);
            transform: translateY(30px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 768px) {
  /* line 225, assets/styles/layouts/sections/_counter_section.scss */

  section.counter-section .section-title {
    margin-bottom: 0;
  }

  /* line 229, assets/styles/layouts/sections/_counter_section.scss */

  section.counter-section .division-title {
    font-size: 24px;
  }

  /* line 233, assets/styles/layouts/sections/_counter_section.scss */

  section.counter-section .divisions-container {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 10px;
  }

  /* line 239, assets/styles/layouts/sections/_counter_section.scss */

  section.counter-section .division {
    padding: 30px;
  }

  /* line 243, assets/styles/layouts/sections/_counter_section.scss */

  section.counter-section .division + .division {
    border-left: 1px solid transparent;
    border-top: 1px solid #e2e8f0;
  }

  /* line 248, assets/styles/layouts/sections/_counter_section.scss */

  section.counter-section .counter {
    min-height: 160px;
  }

  /* line 252, assets/styles/layouts/sections/_counter_section.scss */

  section.counter-section .circle-progress {
    width: 100px;
    height: 100px;
  }

  /* line 257, assets/styles/layouts/sections/_counter_section.scss */

  section.counter-section .circle-text {
    font-size: 2rem;
  }

  /* line 261, assets/styles/layouts/sections/_counter_section.scss */

  section.counter-section .circle-label {
    width: 100%;
    margin-bottom: 0;
  }

  /* line 266, assets/styles/layouts/sections/_counter_section.scss */

  section.counter-section .counter-display {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  /* line 271, assets/styles/layouts/sections/_counter_section.scss */

  section.counter-section .digit {
    font-size: 6rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* line 279, assets/styles/layouts/sections/_counter_section.scss */

  section.counter-section .divisions-container {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin-top: 40px;
  }

  /* line 284, assets/styles/layouts/sections/_counter_section.scss */

  section.counter-section .division + .division {
    border-left: 1px solid #e2e8f0;
    border-top: 1px solid transparent;
  }

  /* line 289, assets/styles/layouts/sections/_counter_section.scss */

  section.counter-section .division {
    padding: 12px;
  }

  /* line 293, assets/styles/layouts/sections/_counter_section.scss */

  section.counter-section .circle-label {
    width: 90%;
  }

  /* line 297, assets/styles/layouts/sections/_counter_section.scss */

  section.counter-section .digit {
    font-size: 5rem;
  }
}

/* line 1, assets/styles/layouts/sections/_contact_section.scss */

section.contact-form-section {
  width: 100%;
  padding-bottom: 40px;
}

/* line 5, assets/styles/layouts/sections/_contact_section.scss */

section.contact-form-section .contact-header {
  background-color: #e1261b;
  padding: 20px 80px;
  text-align: center;
}

/* line 10, assets/styles/layouts/sections/_contact_section.scss */

section.contact-form-section .contact-header h3 {
  color: #fff;
  margin: 0;
}

/* line 16, assets/styles/layouts/sections/_contact_section.scss */

section.contact-form-section .contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0;
  gap: 60px;
}

/* line 23, assets/styles/layouts/sections/_contact_section.scss */

section.contact-form-section .contact-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 20px;
}

/* line 27, assets/styles/layouts/sections/_contact_section.scss */

section.contact-form-section .contact-info h4 {
  font-weight: 300;
  margin-bottom: 40px;
}

/* line 32, assets/styles/layouts/sections/_contact_section.scss */

section.contact-form-section .contact-info .phone-number {
  font-size: 1.65rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 39, assets/styles/layouts/sections/_contact_section.scss */

section.contact-form-section .contact-info a {
  display: block;
  text-decoration: none;
}

/* line 43, assets/styles/layouts/sections/_contact_section.scss */

section.contact-form-section .contact-info a:hover {
  color: #e1261b;
}

/* line 49, assets/styles/layouts/sections/_contact_section.scss */

section.contact-form-section .contact-form-container {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

/* line 53, assets/styles/layouts/sections/_contact_section.scss */

section.contact-form-section .contact-form,
section.contact-form-section #easyform {
  padding-top: 0;
}

/* line 57, assets/styles/layouts/sections/_contact_section.scss */

section.contact-form-section .contact-form .form-row,
section.contact-form-section #easyform .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-left: 0;
  margin-right: 0;
}

/* line 64, assets/styles/layouts/sections/_contact_section.scss */

section.contact-form-section .contact-form .form-group,
section.contact-form-section .contact-form .comment-form p,
.comment-form section.contact-form-section .contact-form p,
section.contact-form-section .contact-form .search-form label,
.search-form section.contact-form-section .contact-form label,
section.contact-form-section .contact-form .col2,
section.contact-form-section #easyform .form-group,
section.contact-form-section #easyform .comment-form p,
.comment-form section.contact-form-section #easyform p,
section.contact-form-section #easyform .search-form label,
.search-form section.contact-form-section #easyform label,
section.contact-form-section #easyform .col2 {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 69, assets/styles/layouts/sections/_contact_section.scss */

section.contact-form-section .contact-form .form-group i,
section.contact-form-section .contact-form .comment-form p i,
.comment-form section.contact-form-section .contact-form p i,
section.contact-form-section .contact-form .search-form label i,
.search-form section.contact-form-section .contact-form label i,
section.contact-form-section .contact-form .col2 i,
section.contact-form-section #easyform .form-group i,
section.contact-form-section #easyform .comment-form p i,
.comment-form section.contact-form-section #easyform p i,
section.contact-form-section #easyform .search-form label i,
.search-form section.contact-form-section #easyform label i,
section.contact-form-section #easyform .col2 i {
  position: absolute;
  top: 26px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #e1261b;
}

/* line 76, assets/styles/layouts/sections/_contact_section.scss */

section.contact-form-section .contact-form .form-group.full-width,
section.contact-form-section .contact-form .comment-form p.full-width,
.comment-form section.contact-form-section .contact-form p.full-width,
section.contact-form-section .contact-form .search-form label.full-width,
.search-form section.contact-form-section .contact-form label.full-width,
section.contact-form-section .contact-form .col2.full-width,
section.contact-form-section #easyform .form-group.full-width,
section.contact-form-section #easyform .comment-form p.full-width,
.comment-form section.contact-form-section #easyform p.full-width,
section.contact-form-section #easyform .search-form label.full-width,
.search-form section.contact-form-section #easyform label.full-width,
section.contact-form-section #easyform .col2.full-width {
  width: 100%;
}

/* line 79, assets/styles/layouts/sections/_contact_section.scss */

section.contact-form-section .contact-form .form-group.full-width i,
section.contact-form-section .contact-form .comment-form p.full-width i,
.comment-form section.contact-form-section .contact-form p.full-width i,
section.contact-form-section .contact-form .search-form label.full-width i,
.search-form section.contact-form-section .contact-form label.full-width i,
section.contact-form-section .contact-form .col2.full-width i,
section.contact-form-section #easyform .form-group.full-width i,
section.contact-form-section #easyform .comment-form p.full-width i,
.comment-form section.contact-form-section #easyform p.full-width i,
section.contact-form-section #easyform .search-form label.full-width i,
.search-form section.contact-form-section #easyform label.full-width i,
section.contact-form-section #easyform .col2.full-width i {
  top: 24px;
}

/* line 85, assets/styles/layouts/sections/_contact_section.scss */

section.contact-form-section .contact-form input[type="text"],
section.contact-form-section .contact-form input[type="email"],
section.contact-form-section .contact-form input[type="tel"],
section.contact-form-section .contact-form textarea,
section.contact-form-section .contact-form select,
section.contact-form-section #easyform input[type="text"],
section.contact-form-section #easyform input[type="email"],
section.contact-form-section #easyform input[type="tel"],
section.contact-form-section #easyform textarea,
section.contact-form-section #easyform select {
  width: 100%;
  padding: 14px 14px 14px 30px;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  margin-bottom: 10px;
  font-size: 18px;
}

/* line 100, assets/styles/layouts/sections/_contact_section.scss */

section.contact-form-section .contact-form select,
section.contact-form-section #easyform select {
  color: #7a7a7a;
  font-size: 18px;
  padding-top: 13px;
  padding-bottom: 13px;
}

/* line 106, assets/styles/layouts/sections/_contact_section.scss */

section.contact-form-section .contact-form select span,
section.contact-form-section #easyform select span {
  color: #e1261b;
}

/* line 111, assets/styles/layouts/sections/_contact_section.scss */

section.contact-form-section .contact-form input::-webkit-input-placeholder,
section.contact-form-section .contact-form textarea::-webkit-input-placeholder,
section.contact-form-section #easyform input::-webkit-input-placeholder,
section.contact-form-section #easyform textarea::-webkit-input-placeholder {
  color: #7a7a7a;
  font-size: 18px;
}

section.contact-form-section .contact-form input::-moz-placeholder,
section.contact-form-section .contact-form textarea::-moz-placeholder,
section.contact-form-section #easyform input::-moz-placeholder,
section.contact-form-section #easyform textarea::-moz-placeholder {
  color: #7a7a7a;
  font-size: 18px;
}

section.contact-form-section .contact-form input::-ms-input-placeholder,
section.contact-form-section .contact-form textarea::-ms-input-placeholder,
section.contact-form-section #easyform input::-ms-input-placeholder,
section.contact-form-section #easyform textarea::-ms-input-placeholder {
  color: #7a7a7a;
  font-size: 18px;
}

section.contact-form-section .contact-form input::placeholder,
section.contact-form-section .contact-form textarea::placeholder,
section.contact-form-section #easyform input::placeholder,
section.contact-form-section #easyform textarea::placeholder {
  color: #7a7a7a;
  font-size: 18px;
}

/* line 117, assets/styles/layouts/sections/_contact_section.scss */

section.contact-form-section .contact-form input:focus,
section.contact-form-section .contact-form textarea:focus,
section.contact-form-section #easyform input:focus,
section.contact-form-section #easyform textarea:focus {
  border-bottom-color: #e1261b;
}

/* line 122, assets/styles/layouts/sections/_contact_section.scss */

section.contact-form-section .contact-form textarea,
section.contact-form-section #easyform textarea {
  padding-top: 10px;
  height: auto;
}

/* line 127, assets/styles/layouts/sections/_contact_section.scss */

section.contact-form-section .contact-form .cta-wrap,
section.contact-form-section #easyform .cta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 135, assets/styles/layouts/sections/_contact_section.scss */

section.contact-form-section .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 20px;
}

/* line 142, assets/styles/layouts/sections/_contact_section.scss */

section.contact-form-section .privacy-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

/* line 147, assets/styles/layouts/sections/_contact_section.scss */

section.contact-form-section .privacy-policy input[type="checkbox"] {
  margin-right: 8px;
}

/* line 152, assets/styles/layouts/sections/_contact_section.scss */

section.contact-form-section .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 992px) {
  /* line 166, assets/styles/layouts/sections/_contact_section.scss */

  section.contact-form-section .contact-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding: 30px;
  }

  /* line 172, assets/styles/layouts/sections/_contact_section.scss */

  section.contact-form-section .contact-info,
  section.contact-form-section .contact-form-container {
    max-width: 100%;
    padding-right: 0;
    width: 100%;
  }

  /* line 179, assets/styles/layouts/sections/_contact_section.scss */

  section.contact-form-section .contact-form .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  /* line 184, assets/styles/layouts/sections/_contact_section.scss */

  section.contact-form-section .form-actions {
    -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;
    gap: 15px;
  }
}

@media (max-width: 768px) {
  /* line 194, assets/styles/layouts/sections/_contact_section.scss */

  section.contact-form-section .contact-header {
    padding: 30px;
  }

  /* line 198, assets/styles/layouts/sections/_contact_section.scss */

  section.contact-form-section .contact-content {
    padding: 15px;
  }

  /* line 202, assets/styles/layouts/sections/_contact_section.scss */

  section.contact-form-section .contact-info,
  section.contact-form-section .contact-form-container {
    padding-right: 0;
    padding-left: 0;
  }

  /* line 208, assets/styles/layouts/sections/_contact_section.scss */

  section.contact-form-section .contact-form-containe {
    margin-top: 30px;
  }

  /* line 212, assets/styles/layouts/sections/_contact_section.scss */

  section.contact-form-section .contact-form,
  section.contact-form-section #easyform {
    padding-top: 20px;
  }

  /* line 216, assets/styles/layouts/sections/_contact_section.scss */

  section.contact-form-section .contact-form input[type="text"],
  section.contact-form-section .contact-form input[type="email"],
  section.contact-form-section .contact-form input[type="tel"],
  section.contact-form-section .contact-form textarea,
  section.contact-form-section #easyform input[type="text"],
  section.contact-form-section #easyform input[type="email"],
  section.contact-form-section #easyform input[type="tel"],
  section.contact-form-section #easyform textarea {
    padding-left: 35px;
  }

  /* line 223, assets/styles/layouts/sections/_contact_section.scss */

  section.contact-form-section .contact-form .col2,
  section.contact-form-section #easyform .col2 {
    width: 100%;
  }

  /* line 226, assets/styles/layouts/sections/_contact_section.scss */

  section.contact-form-section .contact-form .col2 i,
  section.contact-form-section #easyform .col2 i {
    top: 26px;
  }

  /* line 232, assets/styles/layouts/sections/_contact_section.scss */

  section.contact-form-section .submit-button {
    width: 100%;
    padding: 10px 20px;
  }
}

/* line 3, assets/styles/layouts/sections/_feature_cards.scss */

section.ji-feature_cards .section-content .col-lg-3 {
  margin-bottom: 30px;
}

/* line 8, assets/styles/layouts/sections/_feature_cards.scss */

section.ji-feature_cards .feature-card {
  background-color: #f3f1ec;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

/* line 19, assets/styles/layouts/sections/_feature_cards.scss */

section.ji-feature_cards .cr-height-eqp .feature-card {
  height: calc( 100% - 30px);
}

/* line 24, assets/styles/layouts/sections/_feature_cards.scss */

section.ji-feature_cards .cards-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 30, assets/styles/layouts/sections/_feature_cards.scss */

section.ji-feature_cards .cards-row .cards-col {
  padding: 0 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25;
}

@media (max-width: 992px) {
  /* line 30, assets/styles/layouts/sections/_feature_cards.scss */

  section.ji-feature_cards .cards-row .cards-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (max-width: 767px) {
  /* line 30, assets/styles/layouts/sections/_feature_cards.scss */

  section.ji-feature_cards .cards-row .cards-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 500px) {
  /* line 30, assets/styles/layouts/sections/_feature_cards.scss */

  section.ji-feature_cards .cards-row .cards-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/* line 52, assets/styles/layouts/sections/_feature_cards.scss */

section.ji-feature_cards .cards-row.cr-boxes-3 .cards-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}

@media (max-width: 767px) {
  /* line 52, assets/styles/layouts/sections/_feature_cards.scss */

  section.ji-feature_cards .cards-row.cr-boxes-3 .cards-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 500px) {
  /* line 52, assets/styles/layouts/sections/_feature_cards.scss */

  section.ji-feature_cards .cards-row.cr-boxes-3 .cards-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/* line 69, assets/styles/layouts/sections/_feature_cards.scss */

section.ji-feature_cards .cards-row.cr-boxes-5 .cards-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

@media (max-width: 992px) {
  /* line 69, assets/styles/layouts/sections/_feature_cards.scss */

  section.ji-feature_cards .cards-row.cr-boxes-5 .cards-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (max-width: 767px) {
  /* line 69, assets/styles/layouts/sections/_feature_cards.scss */

  section.ji-feature_cards .cards-row.cr-boxes-5 .cards-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 500px) {
  /* line 69, assets/styles/layouts/sections/_feature_cards.scss */

  section.ji-feature_cards .cards-row.cr-boxes-5 .cards-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/* line 91, assets/styles/layouts/sections/_feature_cards.scss */

section.ji-feature_cards .card-top {
  padding: 20px 40px 40px 40px;
  width: 100%;
  position: relative;
}

/* line 96, assets/styles/layouts/sections/_feature_cards.scss */

section.ji-feature_cards .card-top::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  max-width: 120px;
  margin: 0 auto;
  background-color: #e1261b;
  display: block;
}

/* line 110, assets/styles/layouts/sections/_feature_cards.scss */

section.ji-feature_cards .card-bottom {
  padding-top: 20px;
  text-align: center;
}

/* line 114, assets/styles/layouts/sections/_feature_cards.scss */

section.ji-feature_cards .card-bottom p.card-title {
  font-weight: 600;
  font-size: 26px;
  text-align: center;
}

/* line 120, assets/styles/layouts/sections/_feature_cards.scss */

section.ji-feature_cards .card-bottom p.card-excerpt {
  font-size: 20px;
  line-height: 1.2;
}

/* line 125, assets/styles/layouts/sections/_feature_cards.scss */

section.ji-feature_cards .card-bottom p:last-child {
  margin-bottom: 20px;
}

/* line 130, assets/styles/layouts/sections/_feature_cards.scss */

section.ji-feature_cards .card-icon {
  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;
  display: block;
  width: 100%;
}

/* line 138, assets/styles/layouts/sections/_feature_cards.scss */

section.ji-feature_cards .card-icon.ci-bold span:before {
  content: "";
  position: absolute;
  top: 0.4px;
  left: 0.4px;
  right: -0.4px;
  background: inherit;
  bottom: -0.4px;
}

/* line 149, assets/styles/layouts/sections/_feature_cards.scss */

section.ji-feature_cards .card-icon img {
  max-width: 85px;
  height: auto;
}

/* line 154, assets/styles/layouts/sections/_feature_cards.scss */

section.ji-feature_cards .card-icon span {
  display: block;
  width: 100%;
  height: 85px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 768px) {
  /* line 168, assets/styles/layouts/sections/_feature_cards.scss */

  section.ji-feature_cards .feature-card {
    padding: 30px;
  }

  /* line 172, assets/styles/layouts/sections/_feature_cards.scss */

  section.ji-feature_cards .card-bottom {
    font-size: 24px;
  }
}

/* line 1, assets/styles/layouts/sections/_image-banner.scss */

section.ji-image-banner {
  position: relative;
}

/* line 4, assets/styles/layouts/sections/_image-banner.scss */

section.ji-image-banner .bg-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
  top: 0;
  mix-blend-mode: multiply;
}

/* line 12, assets/styles/layouts/sections/_image-banner.scss */

section.ji-image-banner .bg-wrap svg {
  position: absolute;
  width: 102%;
}

/* line 17, assets/styles/layouts/sections/_image-banner.scss */

section.ji-image-banner .bg-wrap.placement-bottom {
  top: auto;
  bottom: 0;
  height: 50%;
}

/* line 22, assets/styles/layouts/sections/_image-banner.scss */

section.ji-image-banner .bg-wrap.placement-bottom svg {
  -webkit-transform: scale(1, -1);
       -o-transform: scale(1, -1);
          transform: scale(1, -1);
}

/* line 28, assets/styles/layouts/sections/_image-banner.scss */

section.ji-image-banner .main-img-wrap {
  height: 400px;
  background-size: cover;
  background-position: center;
}

/* line 34, assets/styles/layouts/sections/_image-banner.scss */

section.ji-image-banner .container {
  z-index: 1;
}

/* line 39, assets/styles/layouts/sections/_image-banner.scss */

section.ji-image-banner + section.services-cards-section {
  padding: 80px 0;
}

@media (max-width: 768px) {
  /* line 46, assets/styles/layouts/sections/_image-banner.scss */

  section.ji-image-banner .bg-wrap svg {
    width: 150%;
  }
}

/* line 2, assets/styles/layouts/sections/_image-text.scss */

section.ji-image-text img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* line 8, assets/styles/layouts/sections/_image-text.scss */

section.ji-image-text .text-section {
  max-width: calc(100% - 60px);
}

/* line 12, assets/styles/layouts/sections/_image-text.scss */

section.ji-image-text .image-section {
  max-width: calc(100% - 30px);
}

@media (max-width: 992px) {
  /* line 19, assets/styles/layouts/sections/_image-text.scss */

  section.ji-image-text .text-section {
    max-width: 100%;
    margin-top: 30px;
  }

  /* line 24, assets/styles/layouts/sections/_image-text.scss */

  section.ji-image-text .image-section {
    max-width: 100%;
  }
}

/* line 1, assets/styles/layouts/sections/_image_header_section.scss */

section.image-header-section {
  height: 900px;
}

/* line 4, assets/styles/layouts/sections/_image_header_section.scss */

section.image-header-section span.background {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 1;
}

/* line 16, assets/styles/layouts/sections/_image_header_section.scss */

section.image-header-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 10;
  position: relative;
  -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;
  height: 100%;
}

/* line 26, assets/styles/layouts/sections/_image_header_section.scss */

section.image-header-section .section-intro {
  max-width: 700px;
  position: relative;
  bottom: 20%;
}

/* line 32, assets/styles/layouts/sections/_image_header_section.scss */

section.image-header-section h1 {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  /* line 38, assets/styles/layouts/sections/_image_header_section.scss */

  section.image-header-section {
    height: calc(100vh - 125px);
  }

  /* line 41, assets/styles/layouts/sections/_image_header_section.scss */

  section.image-header-section .section-intro {
    max-width: 100%;
  }
}

/* line 1, assets/styles/layouts/sections/_info_section.scss */

section.info-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 600px;
}

/* line 13, assets/styles/layouts/sections/_info_section.scss */

section.info-section .content-wrapper {
  max-width: 55%;
  margin: 0 auto;
}

/* line 18, assets/styles/layouts/sections/_info_section.scss */

section.info-section .section-title {
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 23, assets/styles/layouts/sections/_info_section.scss */

section.info-section .description {
  line-height: 1.6;
  margin-bottom: 40px;
}

/* line 28, assets/styles/layouts/sections/_info_section.scss */

section.info-section span.left-bg,
section.info-section span.right-bg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

/* line 40, assets/styles/layouts/sections/_info_section.scss */

section.info-section span.left-bg {
  left: 0;
  background-position: left center;
}

/* line 45, assets/styles/layouts/sections/_info_section.scss */

section.info-section span.right-bg {
  right: 0;
  background-position: right center;
}

/* line 50, assets/styles/layouts/sections/_info_section.scss */

section.info-section .cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 25px;
}

/* line 60, assets/styles/layouts/sections/_info_section.scss */

section.info-section .cta:hover .arrow {
  -webkit-transform: translateX(5px);
       -o-transform: translateX(5px);
          transform: translateX(5px);
}

@media (max-width: 768px) {
  /* line 69, assets/styles/layouts/sections/_info_section.scss */

  section.info-section span.left-bg,
  section.info-section span.right-bg {
    width: 50%;
    height: 50%;
    display: none;
  }

  /* line 76, assets/styles/layouts/sections/_info_section.scss */

  section.info-section .content-wrapper {
    max-width: 100%;
  }

  /* line 80, assets/styles/layouts/sections/_info_section.scss */

  section.info-section .image-mobile-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
  }

  /* line 88, assets/styles/layouts/sections/_info_section.scss */

  section.info-section .image-mobile-wrap img {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  /* line 97, assets/styles/layouts/sections/_info_section.scss */

  section.info-section span.left-bg,
  section.info-section span.right-bg {
    width: 60%;
    height: 60%;
  }
}

/* line 1, assets/styles/layouts/sections/_info_slider_section.scss */

section.info-slider-section {
  padding: 80px 0;
  position: relative;
}

/* line 5, assets/styles/layouts/sections/_info_slider_section.scss */

section.info-slider-section .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

/* line 10, assets/styles/layouts/sections/_info_slider_section.scss */

section.info-slider-section .container {
  margin: 0 auto;
  padding-bottom: 50px;
  border-bottom: 1px solid #e1261b;
}

/* line 16, assets/styles/layouts/sections/_info_slider_section.scss */

section.info-slider-section .section-title {
  margin-bottom: 20px;
  font-weight: bold;
}

/* line 21, assets/styles/layouts/sections/_info_slider_section.scss */

section.info-slider-section .section-intro {
  font-size: 1.1em;
  max-width: 800px;
  margin: 0 auto 60px auto;
  text-align: center;
}

/* line 29, assets/styles/layouts/sections/_info_slider_section.scss */

section.info-slider-section .owl-carousel::after {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 60px;
  height: calc(100% - 40px);
  right: -56px;
  top: 0;
}

/* line 40, assets/styles/layouts/sections/_info_slider_section.scss */

section.info-slider-section .owl-item {
  position: relative;
}

/* line 43, assets/styles/layouts/sections/_info_slider_section.scss */

section.info-slider-section .owl-item::before {
  content: '';
  width: 40px;
  position: absolute;
  background-color: transparent;
  -webkit-box-shadow: 12px 0 24px rgba(0, 0, 0, 0.08);
          box-shadow: 12px 0 24px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  right: 1px;
  top: 30px;
  bottom: 30px;
}

/* line 56, assets/styles/layouts/sections/_info_slider_section.scss */

section.info-slider-section .feature-card {
  background-color: #fff;
  padding: 30px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

/* line 66, assets/styles/layouts/sections/_info_slider_section.scss */

section.info-slider-section .feature-card:hover {
  -webkit-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
}

/* line 71, assets/styles/layouts/sections/_info_slider_section.scss */

section.info-slider-section .feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  display: block;
  position: relative;
}

/* line 78, assets/styles/layouts/sections/_info_slider_section.scss */

section.info-slider-section .feature-icon span {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

/* line 93, assets/styles/layouts/sections/_info_slider_section.scss */

section.info-slider-section .feature-title {
  font-size: 1.6em;
  margin-bottom: 15px;
  font-weight: 700;
}

/* line 99, assets/styles/layouts/sections/_info_slider_section.scss */

section.info-slider-section .feature-description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

/* line 106, assets/styles/layouts/sections/_info_slider_section.scss */

section.info-slider-section .owl-carousel.feature-carousel {
  padding-bottom: 40px;
}

/* line 112, assets/styles/layouts/sections/_info_slider_section.scss */

section.info-slider-section .owl-theme .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 40px;
}

/* line 120, assets/styles/layouts/sections/_info_slider_section.scss */

section.info-slider-section .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  width: 25px;
  height: 4px;
  margin-right: 10px;
  background: #ccc;
  border-radius: 2px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

/* line 129, assets/styles/layouts/sections/_info_slider_section.scss */

section.info-slider-section .owl-theme .owl-dots .owl-dot.active {
  background: #e1261b;
  width: 50px;
}

@media (max-width: 768px) {
  /* line 140, assets/styles/layouts/sections/_info_slider_section.scss */

  section.info-slider-section {
    padding: 40px 0;
  }

  /* line 143, assets/styles/layouts/sections/_info_slider_section.scss */

  section.info-slider-section .section-title {
    font-size: 2em;
  }

  /* line 147, assets/styles/layouts/sections/_info_slider_section.scss */

  section.info-slider-section .section-intro {
    font-size: 1em;
    margin-bottom: 40px;
  }

  /* line 152, assets/styles/layouts/sections/_info_slider_section.scss */

  section.info-slider-section .feature-card {
    padding: 20px 25px;
  }

  /* line 156, assets/styles/layouts/sections/_info_slider_section.scss */

  section.info-slider-section .feature-title {
    font-size: 24px;
  }

  /* line 160, assets/styles/layouts/sections/_info_slider_section.scss */

  section.info-slider-section .owl-stage {
    padding-bottom: 0;
  }
}

/* line 1, assets/styles/layouts/sections/_logos_section.scss */

section.logos-section {
  text-align: center;
}

/* line 5, assets/styles/layouts/sections/_logos_section.scss */

section.logos-section h2 {
  margin-bottom: 35px;
}

/* line 9, assets/styles/layouts/sections/_logos_section.scss */

section.logos-section .section-intro {
  max-width: 75%;
  margin: auto auto 60px;
  line-height: 1.6;
}

/* line 15, assets/styles/layouts/sections/_logos_section.scss */

section.logos-section .logos-wrapper {
  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;
  gap: 30px;
}

/* line 22, assets/styles/layouts/sections/_logos_section.scss */

section.logos-section .logo-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 150px;
  height: auto;
}

/* line 27, assets/styles/layouts/sections/_logos_section.scss */

section.logos-section .logo-item img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  /* line 39, assets/styles/layouts/sections/_logos_section.scss */

  section.logos-section h2 {
    margin-bottom: 20px;
  }

  /* line 43, assets/styles/layouts/sections/_logos_section.scss */

  section.logos-section .section-intro {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

/* line 1, assets/styles/layouts/sections/_our_expertise_section.scss */

section.our-expertise-section {
  padding: 80px 0;
  margin-top: 60px;
}

/* line 5, assets/styles/layouts/sections/_our_expertise_section.scss */

section.our-expertise-section .bg-overlay {
  position: absolute;
  height: 400px;
  background-color: #e1261b;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
}

/* line 18, assets/styles/layouts/sections/_our_expertise_section.scss */

section.our-expertise-section .expertise-header {
  padding-top: 70px;
}

/* line 22, assets/styles/layouts/sections/_our_expertise_section.scss */

section.our-expertise-section .expertise-title {
  font-weight: 700;
  margin-bottom: 60px;
}

/* line 27, assets/styles/layouts/sections/_our_expertise_section.scss */

section.our-expertise-section .expertise-grid-container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* line 35, assets/styles/layouts/sections/_our_expertise_section.scss */

section.our-expertise-section .expertise-grid-container[data-columns="3"] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

/* line 40, assets/styles/layouts/sections/_our_expertise_section.scss */

section.our-expertise-section .expertise-grid-container[data-columns="4"] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

/* line 45, assets/styles/layouts/sections/_our_expertise_section.scss */

section.our-expertise-section .expertise-card {
  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;
  height: 100%;
  z-index: 100;
  padding-bottom: 30px;
}

/* line 53, assets/styles/layouts/sections/_our_expertise_section.scss */

section.our-expertise-section .expertise-card .card-content {
  padding-top: 36px;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 60, assets/styles/layouts/sections/_our_expertise_section.scss */

section.our-expertise-section .expertise-card .card-title {
  font-weight: 700;
  margin-bottom: 20px;
}

/* line 65, assets/styles/layouts/sections/_our_expertise_section.scss */

section.our-expertise-section .expertise-card .card-description {
  margin-top: auto;
}

/* line 77, assets/styles/layouts/sections/_our_expertise_section.scss */

section.our-expertise-section .expertise-image {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 84, assets/styles/layouts/sections/_our_expertise_section.scss */

section.our-expertise-section.red-background .bg-overlay {
  display: block;
}

/* line 88, assets/styles/layouts/sections/_our_expertise_section.scss */

section.our-expertise-section.red-background .expertise-title {
  color: #fff;
}

/* line 92, assets/styles/layouts/sections/_our_expertise_section.scss */

section.our-expertise-section.red-background .expertise-grid-container.first-row {
  background-color: #e1261b;
  position: relative;
}

/* line 96, assets/styles/layouts/sections/_our_expertise_section.scss */

section.our-expertise-section.red-background .expertise-grid-container.first-row::before {
  content: '';
  width: 100vw;
  height: 120%;
  background-color: #e1261b;
  left: -50vw;
  top: 0;
  position: absolute;
  z-index: 1;
}

/* line 107, assets/styles/layouts/sections/_our_expertise_section.scss */

section.our-expertise-section.red-background .expertise-grid-container.first-row::after {
  content: '';
  width: 100vw;
  height: 120%;
  background-color: #e1261b;
  right: -50vw;
  top: 0;
  position: absolute;
  z-index: 1;
}

/* line 118, assets/styles/layouts/sections/_our_expertise_section.scss */

section.our-expertise-section.red-background .expertise-grid-container.first-row .expertise-card {
  background-color: #e1261b;
  z-index: 100;
  position: relative;
}

/* line 123, assets/styles/layouts/sections/_our_expertise_section.scss */

section.our-expertise-section.red-background .expertise-grid-container.first-row .expertise-card .card-title,
section.our-expertise-section.red-background .expertise-grid-container.first-row .expertise-card .card-description {
  color: #fff;
}

/* line 131, assets/styles/layouts/sections/_our_expertise_section.scss */

section.our-expertise-section.white-background {
  margin-top: 0;
}

@media (max-width: 992px) {
  /* line 138, assets/styles/layouts/sections/_our_expertise_section.scss */

  section.our-expertise-section .expertise-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }

  /* line 142, assets/styles/layouts/sections/_our_expertise_section.scss */

  section.our-expertise-section .expertise-grid-container[data-columns="3"] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  /* line 147, assets/styles/layouts/sections/_our_expertise_section.scss */

  section.our-expertise-section .expertise-grid-container[data-columns="4"] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  /* line 152, assets/styles/layouts/sections/_our_expertise_section.scss */

  section.our-expertise-section .expertise-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  /* line 159, assets/styles/layouts/sections/_our_expertise_section.scss */

  section.our-expertise-section {
    margin-top: 20px;
  }

  /* line 162, assets/styles/layouts/sections/_our_expertise_section.scss */

  section.our-expertise-section .bg-overlay {
    position: absolute;
    height: 55%;
  }

  /* line 167, assets/styles/layouts/sections/_our_expertise_section.scss */

  section.our-expertise-section .expertise-grid-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  /* line 172, assets/styles/layouts/sections/_our_expertise_section.scss */

  section.our-expertise-section .expertise-grid-container[data-columns="3"] {
    display: grid;
    grid-template-columns: 1fr;
  }

  /* line 177, assets/styles/layouts/sections/_our_expertise_section.scss */

  section.our-expertise-section .expertise-grid-container[data-columns="4"] {
    display: grid;
    grid-template-columns: 1fr;
  }

  /* line 182, assets/styles/layouts/sections/_our_expertise_section.scss */

  section.our-expertise-section .expertise-title {
    text-align: center;
    margin-bottom: 35px;
  }

  /* line 187, assets/styles/layouts/sections/_our_expertise_section.scss */

  section.our-expertise-section .expertise-header {
    padding-top: 40px;
  }

  /* line 192, assets/styles/layouts/sections/_our_expertise_section.scss */

  section.our-expertise-section .expertise-card .card-content {
    padding-top: 20px;
  }

  /* line 196, assets/styles/layouts/sections/_our_expertise_section.scss */

  section.our-expertise-section .expertise-card .card-title {
    margin-bottom: 10px;
  }
}

/* line 1, assets/styles/layouts/sections/_our_people_section.scss */

section.our-people-section {
  padding: 80px 0;
}

/* line 4, assets/styles/layouts/sections/_our_people_section.scss */

section.our-people-section .section-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

/* line 10, assets/styles/layouts/sections/_our_people_section.scss */

section.our-people-section .section-description {
  max-width: 800px;
}

/* line 14, assets/styles/layouts/sections/_our_people_section.scss */

section.our-people-section .member-card {
  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;
}

/* line 21, assets/styles/layouts/sections/_our_people_section.scss */

section.our-people-section .member-image-wrapper {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}

/* line 27, assets/styles/layouts/sections/_our_people_section.scss */

section.our-people-section .member-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

/* line 38, assets/styles/layouts/sections/_our_people_section.scss */

section.our-people-section .play-button {
  font-size: 3rem;
  width: 100%;
  height: 100%;
  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;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  text-decoration: none;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(11, 11, 11, 0.4);
  color: #fff;
}

/* line 56, assets/styles/layouts/sections/_our_people_section.scss */

section.our-people-section .play-button:hover {
  color: #e1261b;
}

/* line 61, assets/styles/layouts/sections/_our_people_section.scss */

section.our-people-section .member-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  /* line 72, assets/styles/layouts/sections/_our_people_section.scss */

  section.our-people-section .section-description p {
    margin-bottom: 0;
  }
}

/* line 1, assets/styles/layouts/sections/_quote_section.scss */

section.quote-section {
  padding-top: 80px;
}

/* line 4, assets/styles/layouts/sections/_quote_section.scss */

section.quote-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  margin: 0 auto;
}

/* line 11, assets/styles/layouts/sections/_quote_section.scss */

section.quote-section .quote-image-container {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 140px;
  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;
}

/* line 22, assets/styles/layouts/sections/_quote_section.scss */

section.quote-section img.quote-image {
  max-width: 100%;
  height: auto;
}

/* line 31, assets/styles/layouts/sections/_quote_section.scss */

section.quote-section .quote-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 60px;
}

/* line 36, assets/styles/layouts/sections/_quote_section.scss */

section.quote-section .quote-text {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.2;
}

/* line 42, assets/styles/layouts/sections/_quote_section.scss */

section.quote-section .quote-text.qt-lg {
  font-size: 1.6rem;
  line-height: 1.4;
}

/* line 48, assets/styles/layouts/sections/_quote_section.scss */

section.quote-section .quote-author {
  font-weight: 700;
  margin-bottom: 0;
}

/* line 53, assets/styles/layouts/sections/_quote_section.scss */

section.quote-section .quote-author-title {
  font-weight: 500;
  color: #777;
  margin-left: 5px;
}

@media (max-width: 768px) {
  /* line 62, assets/styles/layouts/sections/_quote_section.scss */

  section.quote-section {
    padding-top: 40px;
  }

  /* line 65, assets/styles/layouts/sections/_quote_section.scss */

  section.quote-section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  /* line 71, assets/styles/layouts/sections/_quote_section.scss */

  section.quote-section .quote-image-container {
    width: 50vw;
    height: 50vw;
  }

  /* line 76, assets/styles/layouts/sections/_quote_section.scss */

  section.quote-section .quote-image-container {
    margin-bottom: 20px;
  }

  /* line 84, assets/styles/layouts/sections/_quote_section.scss */

  section.quote-section .quote-text {
    font-size: 1.2em;
  }

  /* line 88, assets/styles/layouts/sections/_quote_section.scss */

  section.quote-section .quote-content {
    padding-right: 0;
    padding-top: 20px;
  }
}

/* line 1, assets/styles/layouts/sections/_sectors_grid_section.scss */

section.sectors-grid-section {
  text-align: center;
}

/* line 5, assets/styles/layouts/sections/_sectors_grid_section.scss */

section.sectors-grid-section p.section-title {
  font-weight: bold;
  font-size: 30px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
  padding-bottom: 20px;
  margin-bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 50%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 90;
}

/* line 18, assets/styles/layouts/sections/_sectors_grid_section.scss */

section.sectors-grid-section .section-intro {
  text-align: center;
  margin-bottom: 40px;
}

/* line 22, assets/styles/layouts/sections/_sectors_grid_section.scss */

section.sectors-grid-section .section-intro p {
  max-width: 80%;
  margin: auto;
}

/* line 28, assets/styles/layouts/sections/_sectors_grid_section.scss */

section.sectors-grid-section .sector-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 350px;
  gap: 10px;
}

/* line 35, assets/styles/layouts/sections/_sectors_grid_section.scss */

section.sectors-grid-section .sector-grid.sg-8 .sector-item:nth-of-type(8) {
  grid-row: span 1;
}

/* line 41, assets/styles/layouts/sections/_sectors_grid_section.scss */

section.sectors-grid-section .sector-item {
  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;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-blend-mode: multiply;
}

/* line 54, assets/styles/layouts/sections/_sectors_grid_section.scss */

section.sectors-grid-section .sector-item:first-of-type,
section.sectors-grid-section .sector-item:nth-of-type(8) {
  grid-row: span 2;
}

/* line 59, assets/styles/layouts/sections/_sectors_grid_section.scss */

section.sectors-grid-section .sector-item:hover {
  background-color: #e1261b;
}

/* line 62, assets/styles/layouts/sections/_sectors_grid_section.scss */

section.sectors-grid-section .sector-item:hover .sector-overlay {
  opacity: 1;
}

/* line 66, assets/styles/layouts/sections/_sectors_grid_section.scss */

section.sectors-grid-section .sector-item:hover .sector-arrow {
  opacity: 1;
}

/* line 72, assets/styles/layouts/sections/_sectors_grid_section.scss */

section.sectors-grid-section .sector-name {
  position: relative;
  z-index: 2;
  padding: 20px;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  margin-bottom: 0;
  color: #fff;
}

/* line 84, assets/styles/layouts/sections/_sectors_grid_section.scss */

section.sectors-grid-section .sector-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  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;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 98, assets/styles/layouts/sections/_sectors_grid_section.scss */

section.sectors-grid-section .sector-arrow {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
}

/* line 111, assets/styles/layouts/sections/_sectors_grid_section.scss */

section.sectors-grid-section .sector-arrow .arrow-w:after {
  margin: 0;
}

@media (max-width: 992px) {
  /* line 121, assets/styles/layouts/sections/_sectors_grid_section.scss */

  section.sectors-grid-section .sector-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 300px;
  }
}

@media (max-width: 768px) {
  /* line 134, assets/styles/layouts/sections/_sectors_grid_section.scss */

  section.sectors-grid-section .section-intro p {
    margin-bottom: 20px;
    max-width: 100%;
  }

  /* line 140, assets/styles/layouts/sections/_sectors_grid_section.scss */

  section.sectors-grid-section .sector-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 250px;
    gap: 15px;
  }

  /* line 146, assets/styles/layouts/sections/_sectors_grid_section.scss */

  section.sectors-grid-section .sector-name {
    font-size: 1.2em;
    padding: 15px;
  }

  /* line 151, assets/styles/layouts/sections/_sectors_grid_section.scss */

  section.sectors-grid-section .sector-arrow {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  /* line 160, assets/styles/layouts/sections/_sectors_grid_section.scss */

  section.sectors-grid-section .sector-grid {
    grid-auto-rows: 200px;
  }

  /* line 164, assets/styles/layouts/sections/_sectors_grid_section.scss */

  section.sectors-grid-section p.section-title {
    font-size: 24px;
  }
}

/* line 1, assets/styles/layouts/sections/_services_cards_section.scss */

section.services-cards-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* line 6, assets/styles/layouts/sections/_services_cards_section.scss */

section.services-cards-section .services-header-container {
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

/* line 14, assets/styles/layouts/sections/_services_cards_section.scss */

section.services-cards-section .services-title {
  font-weight: 700;
  margin-bottom: 20px;
}

/* line 19, assets/styles/layouts/sections/_services_cards_section.scss */

section.services-cards-section .cards-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
}

/* line 24, assets/styles/layouts/sections/_services_cards_section.scss */

section.services-cards-section .cards-row .service-card-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 25px;
  position: relative;
  background: #fff;
}

@media (max-width: 767px) {
  /* line 24, assets/styles/layouts/sections/_services_cards_section.scss */

  section.services-cards-section .cards-row .service-card-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 500px) {
  /* line 24, assets/styles/layouts/sections/_services_cards_section.scss */

  section.services-cards-section .cards-row .service-card-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/* line 42, assets/styles/layouts/sections/_services_cards_section.scss */

section.services-cards-section .cards-row span.hr-top {
  position: absolute;
  top: 0;
  left: 25px;
  right: 69px;
  height: 1px;
  background-color: #e1261b;
  z-index: 50;
  display: block;
}

/* line 54, assets/styles/layouts/sections/_services_cards_section.scss */

section.services-cards-section .cards-row.cr-boxes-4 .service-card-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

@media (max-width: 992px) {
  /* line 60, assets/styles/layouts/sections/_services_cards_section.scss */

  section.services-cards-section .cards-row.cr-boxes-4 .service-card-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (max-width: 767px) {
  /* line 67, assets/styles/layouts/sections/_services_cards_section.scss */

  section.services-cards-section .cards-row.cr-boxes-4 .service-card-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 500px) {
  /* line 74, assets/styles/layouts/sections/_services_cards_section.scss */

  section.services-cards-section .cards-row.cr-boxes-4 .service-card-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/* line 85, assets/styles/layouts/sections/_services_cards_section.scss */

section.services-cards-section .cards-row.cr-boxes-5 .service-card-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

@media (max-width: 1200px) {
  /* line 91, assets/styles/layouts/sections/_services_cards_section.scss */

  section.services-cards-section .cards-row.cr-boxes-5 .service-card-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 992px) {
  /* line 98, assets/styles/layouts/sections/_services_cards_section.scss */

  section.services-cards-section .cards-row.cr-boxes-5 .service-card-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (max-width: 767px) {
  /* line 105, assets/styles/layouts/sections/_services_cards_section.scss */

  section.services-cards-section .cards-row.cr-boxes-5 .service-card-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 500px) {
  /* line 112, assets/styles/layouts/sections/_services_cards_section.scss */

  section.services-cards-section .cards-row.cr-boxes-5 .service-card-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/* line 119, assets/styles/layouts/sections/_services_cards_section.scss */

section.services-cards-section .cards-row.cr-aligment-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 123, assets/styles/layouts/sections/_services_cards_section.scss */

section.services-cards-section .cards-row.cr-aligment-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 128, assets/styles/layouts/sections/_services_cards_section.scss */

section.services-cards-section .service-card-col {
  position: relative;
}

/* line 131, assets/styles/layouts/sections/_services_cards_section.scss */

section.services-cards-section .service-card-col::before {
  content: '';
  width: 40px;
  position: absolute;
  background-color: transparent;
  -webkit-box-shadow: 12px 0 24px rgba(0, 0, 0, 0.08);
          box-shadow: 12px 0 24px rgba(0, 0, 0, 0.08);
  right: 30px;
  top: 15%;
  bottom: 15%;
}

/* line 142, assets/styles/layouts/sections/_services_cards_section.scss */

section.services-cards-section .service-card-col::after {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 60px;
  height: calc(100% + 40px);
  right: 30px;
  top: -20px;
  bottom: -20px;
}

/* line 154, assets/styles/layouts/sections/_services_cards_section.scss */

section.services-cards-section .service-card {
  text-align: left;
  padding: 22px 34px 22px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  height: calc( 100% - 20px);
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  background-color: #fff;
  position: relative;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  z-index: 15;
  margin-bottom: 20px;
}

/* line 170, assets/styles/layouts/sections/_services_cards_section.scss */

section.services-cards-section .service-card:hover {
  -webkit-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
}

/* line 174, assets/styles/layouts/sections/_services_cards_section.scss */

section.services-cards-section .service-card .card-cta {
  margin-top: auto;
}

/* line 177, assets/styles/layouts/sections/_services_cards_section.scss */

section.services-cards-section .service-card .card-cta a {
  font-size: 20px;
  line-height: 1.5;
  padding-right: 35px;
}

/* line 182, assets/styles/layouts/sections/_services_cards_section.scss */

section.services-cards-section .service-card .card-cta a::after {
  width: 22px;
  height: 20px;
  top: 2px;
}

/* line 190, assets/styles/layouts/sections/_services_cards_section.scss */

section.services-cards-section .service-card .service-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 40px;
  display: block;
  position: relative;
  margin-top: 10px;
}

/* line 198, assets/styles/layouts/sections/_services_cards_section.scss */

section.services-cards-section .service-card .service-icon span {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

/* line 214, assets/styles/layouts/sections/_services_cards_section.scss */

section.services-cards-section .card-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}

/* line 220, assets/styles/layouts/sections/_services_cards_section.scss */

section.services-cards-section .card-description {
  font-size: 20px;
  line-height: 1.2;
}

@media (min-width: 769px) and (max-width: 1024px) {
  /* line 228, assets/styles/layouts/sections/_services_cards_section.scss */

  section.services-cards-section .service-card {
    padding: 20px;
  }
}

@media (max-width: 992px) {
  /* line 236, assets/styles/layouts/sections/_services_cards_section.scss */

  section.services-cards-section .services-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  /* line 244, assets/styles/layouts/sections/_services_cards_section.scss */

  section.services-cards-section .services-grid-container {
    grid-template-columns: 1fr;
  }

  /* line 248, assets/styles/layouts/sections/_services_cards_section.scss */

  section.services-cards-section .services-header-container {
    margin-bottom: 30px;
  }

  /* line 252, assets/styles/layouts/sections/_services_cards_section.scss */

  section.services-cards-section .col-md-4 {
    padding-right: 15px;
  }

  /* line 257, assets/styles/layouts/sections/_services_cards_section.scss */

  section.services-cards-section .service-card-col::before,
  section.services-cards-section .service-card-col::after {
    display: none;
  }

  /* line 263, assets/styles/layouts/sections/_services_cards_section.scss */

  section.services-cards-section .service-card {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 25px 10px;
  }

  /* line 268, assets/styles/layouts/sections/_services_cards_section.scss */

  section.services-cards-section .service-card:nth-child(odd)::before,
  section.services-cards-section .service-card:nth-child(even)::before {
    display: none;
  }

  /* line 274, assets/styles/layouts/sections/_services_cards_section.scss */

  section.services-cards-section .service-card-col span.hr-top {
    right: 25px;
  }

  /* line 278, assets/styles/layouts/sections/_services_cards_section.scss */

  section.services-cards-section .card-title,
  section.services-cards-section .card-description {
    text-align: center;
  }

  /* line 282, assets/styles/layouts/sections/_services_cards_section.scss */

  section.services-cards-section .card-divider {
    margin-left: auto;
    margin-right: auto;
    -ms-flex-item-align: center;
        align-self: center;
  }

  /* line 290, assets/styles/layouts/sections/_services_cards_section.scss */

  section.services-cards-section .col-lg-4::before,
  section.services-cards-section .col-md-4::before {
    display: none;
  }

  /* line 294, assets/styles/layouts/sections/_services_cards_section.scss */

  section.services-cards-section .col-lg-4::after,
  section.services-cards-section .col-md-4::after {
    display: none;
  }
}

/* line 1, assets/styles/layouts/sections/_services_slider.scss */

section.services-slider {
  padding: 80px 20px;
  position: relative;
}

/* line 5, assets/styles/layouts/sections/_services_slider.scss */

section.services-slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

/* line 10, assets/styles/layouts/sections/_services_slider.scss */

section.services-slider .container {
  margin: 0 auto;
}

/* line 15, assets/styles/layouts/sections/_services_slider.scss */

section.services-slider .section-intro.align-center {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px auto;
}

/* line 22, assets/styles/layouts/sections/_services_slider.scss */

section.services-slider .section-title {
  margin-bottom: 20px;
  font-weight: bold;
}

/* line 28, assets/styles/layouts/sections/_services_slider.scss */

section.services-slider .owl-carousel::after {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 60px;
  height: calc(100% - 40px);
  right: -56px;
  top: 0;
}

/* line 39, assets/styles/layouts/sections/_services_slider.scss */

section.services-slider .owl-item {
  position: relative;
}

/* line 42, assets/styles/layouts/sections/_services_slider.scss */

section.services-slider .owl-item::before {
  content: '';
  width: 40px;
  position: absolute;
  background-color: transparent;
  -webkit-box-shadow: -12px 0 24px rgba(0, 0, 0, 0.08);
          box-shadow: -12px 0 24px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  left: 1px;
  top: 30px;
  bottom: 30px;
}

/* line 56, assets/styles/layouts/sections/_services_slider.scss */

section.services-slider .services-grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  overflow-x: hidden;
}

/* line 63, assets/styles/layouts/sections/_services_slider.scss */

section.services-slider .service-card-wrap {
  position: relative;
}

/* line 66, assets/styles/layouts/sections/_services_slider.scss */

section.services-slider .service-card-wrap::before {
  content: '';
  width: 40px;
  position: absolute;
  background-color: transparent;
  -webkit-box-shadow: -12px 0 24px rgba(0, 0, 0, 0.08);
          box-shadow: -12px 0 24px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  left: 1px;
  top: 30px;
  bottom: 30px;
}

/* line 83, assets/styles/layouts/sections/_services_slider.scss */

section.services-slider .multiple-rows .services-grid-container.first-row .service-card-wrap::before {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  bottom: 2px;
}

/* line 91, assets/styles/layouts/sections/_services_slider.scss */

section.services-slider .multiple-rows .services-grid-container:not(.first-row) {
  margin-top: -10px;
}

/* line 95, assets/styles/layouts/sections/_services_slider.scss */

section.services-slider .multiple-rows .services-grid-container:not(.first-row) .service-card-wrap::before {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  bottom: 0;
  top: 9px;
}

/* line 105, assets/styles/layouts/sections/_services_slider.scss */

section.services-slider .service-card {
  text-align: left;
  padding: 22px 34px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  background-color: #fff;
}

/* line 118, assets/styles/layouts/sections/_services_slider.scss */

section.services-slider .service-card:hover {
  -webkit-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
}

/* line 122, assets/styles/layouts/sections/_services_slider.scss */

section.services-slider .service-card .icon {
  width: 60px;
  height: 60px;
  margin-bottom: 40px;
  display: block;
  position: relative;
  margin-top: 10px;
}

/* line 130, assets/styles/layouts/sections/_services_slider.scss */

section.services-slider .service-card .icon span {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

/* line 146, assets/styles/layouts/sections/_services_slider.scss */

section.services-slider .service-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}

/* line 152, assets/styles/layouts/sections/_services_slider.scss */

section.services-slider .service-description {
  font-size: 20px;
  line-height: 1.2;
}

/* line 158, assets/styles/layouts/sections/_services_slider.scss */

section.services-slider .services-carousel .owl-dots {
  text-align: left;
  margin-top: 40px;
  padding-left: 34px;
}

/* line 164, assets/styles/layouts/sections/_services_slider.scss */

section.services-slider .services-carousel .owl-dot {
  display: inline-block;
  width: 25px;
  height: 4px;
  margin-right: 10px;
  background: #ccc;
  border-radius: 2px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

/* line 173, assets/styles/layouts/sections/_services_slider.scss */

section.services-slider .services-carousel .owl-dot.active {
  background: #e1261b;
  width: 50px;
}

/* line 179, assets/styles/layouts/sections/_services_slider.scss */

section.services-slider .services-carousel .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* line 184, assets/styles/layouts/sections/_services_slider.scss */

section.services-slider .services-carousel .owl-nav button {
  color: #333;
  background: none;
  border: 2px solid #333;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 194, assets/styles/layouts/sections/_services_slider.scss */

section.services-slider .services-carousel .owl-nav button:hover {
  background-color: #e1261b;
  color: #fff;
  border-color: #e1261b;
}

/* line 200, assets/styles/layouts/sections/_services_slider.scss */

section.services-slider .services-carousel .owl-nav button:active,
section.services-slider .services-carousel .owl-nav button:focus {
  outline: none;
}

/* line 205, assets/styles/layouts/sections/_services_slider.scss */

section.services-slider .services-carousel .owl-nav button.owl-prev.disabled {
  display: none;
}

@media (max-width: 992px) {
  /* line 215, assets/styles/layouts/sections/_services_slider.scss */

  section.services-slider .services-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  /* line 222, assets/styles/layouts/sections/_services_slider.scss */

  section.services-slider {
    padding: 40px 0;
  }

  /* line 226, assets/styles/layouts/sections/_services_slider.scss */

  section.services-slider .section-intro.align-center {
    max-width: 100%;
    margin: 0 auto 10px auto;
  }

  /* line 232, assets/styles/layouts/sections/_services_slider.scss */

  section.services-slider .services-grid-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  /* line 237, assets/styles/layouts/sections/_services_slider.scss */

  section.services-slider .service-card {
    padding: 20px 25px;
  }

  /* line 240, assets/styles/layouts/sections/_services_slider.scss */

  section.services-slider .service-card .icon {
    margin-bottom: 20px;
  }

  /* line 244, assets/styles/layouts/sections/_services_slider.scss */

  section.services-slider .service-card .service-title {
    margin-bottom: 20px;
    font-size: 24px;
  }

  /* line 249, assets/styles/layouts/sections/_services_slider.scss */

  section.services-slider .service-card .service-description {
    margin-bottom: 10px;
  }

  /* line 255, assets/styles/layouts/sections/_services_slider.scss */

  section.services-slider .services-carousel .owl-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 10px;
  }

  /* line 262, assets/styles/layouts/sections/_services_slider.scss */

  section.services-slider .services-carousel .owl-dots {
    margin-top: 10px;
  }

  /* line 267, assets/styles/layouts/sections/_services_slider.scss */

  section.services-slider .owl-stage {
    padding-bottom: 0;
  }
}

/* line 1, assets/styles/layouts/sections/_team_section.scss */

section.team-section {
  padding: 90px 0;
  text-align: center;
  background-color: #f1efe9;
}

/* line 6, assets/styles/layouts/sections/_team_section.scss */

section.team-section .section-intro {
  text-align: start;
  margin-bottom: 60px;
}

/* line 11, assets/styles/layouts/sections/_team_section.scss */

section.team-section h5 {
  margin: 0.5rem 0 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111;
}

/* line 18, assets/styles/layouts/sections/_team_section.scss */

section.team-section p {
  font-size: 1.25rem;
  color: #555;
  margin: 0;
}

/* line 24, assets/styles/layouts/sections/_team_section.scss */

section.team-section .team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

/* line 31, assets/styles/layouts/sections/_team_section.scss */

section.team-section .team-member {
  padding: 0 1rem;
  border-left: 1px solid #ddd;
}

/* line 36, assets/styles/layouts/sections/_team_section.scss */

section.team-section .team-member:first-child {
  border-left: none;
}

/* line 40, assets/styles/layouts/sections/_team_section.scss */

section.team-section .avatar {
  width: 140px;
  height: 140px;
  margin: 0 auto 1rem;
  position: relative;
}

/* line 46, assets/styles/layouts/sections/_team_section.scss */

section.team-section .avatar span {
  border-radius: 50%;
  background-color: #fff;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  /* line 65, assets/styles/layouts/sections/_team_section.scss */

  section.team-section {
    padding: 40px 0;
  }

  /* line 68, assets/styles/layouts/sections/_team_section.scss */

  section.team-section .team-member {
    margin-bottom: 20px;
    border: 0;
  }
}

/* line 1, assets/styles/layouts/sections/_text-header.scss */

section.ji-text-header {
  padding-top: 225px;
  padding-bottom: 50px;
}

/* line 5, assets/styles/layouts/sections/_text-header.scss */

section.ji-text-header .text-section {
  padding-top: 80px;
}

/* line 9, assets/styles/layouts/sections/_text-header.scss */

section.ji-text-header p,
section.ji-text-header h1,
section.ji-text-header h2,
section.ji-text-header h3 {
  margin: 0;
}

/* line 16, assets/styles/layouts/sections/_text-header.scss */

section.ji-text-header h2 {
  font-size: 40px;
}

/* line 20, assets/styles/layouts/sections/_text-header.scss */

section.ji-text-header p {
  font-size: 28px;
  font-weight: 300;
}

@media (max-width: 768px) {
  /* line 27, assets/styles/layouts/sections/_text-header.scss */

  section.ji-text-header {
    padding-top: 160px;
  }

  /* line 30, assets/styles/layouts/sections/_text-header.scss */

  section.ji-text-header h2 {
    font-size: 2rem;
    margin-bottom: 35px;
  }

  /* line 35, assets/styles/layouts/sections/_text-header.scss */

  section.ji-text-header .text-section {
    padding-top: 60px;
  }

  /* line 39, assets/styles/layouts/sections/_text-header.scss */

  section.ji-text-header p {
    font-size: 24px;
  }
}

/* line 1, assets/styles/layouts/sections/_text-image-cta.scss */

section.ji-text-image-cta {
  position: relative;
  padding-top: 150px;
}

/* line 5, assets/styles/layouts/sections/_text-image-cta.scss */

section.ji-text-image-cta .bg-wrap {
  position: absolute;
  min-width: 200vw;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 25vw;
}

/* line 13, assets/styles/layouts/sections/_text-image-cta.scss */

section.ji-text-image-cta .bg-wrap svg {
  position: absolute;
  max-width: 102%;
}

/* line 20, assets/styles/layouts/sections/_text-image-cta.scss */

section.ji-text-image-cta .ts-sectionc-text p {
  font-size: 30px;
}

@media (max-width: 767px) {
  /* line 20, assets/styles/layouts/sections/_text-image-cta.scss */

  section.ji-text-image-cta .ts-sectionc-text p {
    font-size: 24px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  /* line 31, assets/styles/layouts/sections/_text-image-cta.scss */

  section.ji-text-image-cta.ji-tic-content .bg-wrap {
    min-width: 120%;
    bottom: 10vw;
  }
}

/* line 38, assets/styles/layouts/sections/_text-image-cta.scss */

section.ji-text-image-cta .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 42, assets/styles/layouts/sections/_text-image-cta.scss */

section.ji-text-image-cta .text-section {
  padding-bottom: 30px;
  color: #fff;
}

/* line 46, assets/styles/layouts/sections/_text-image-cta.scss */

section.ji-text-image-cta .text-section h3,
section.ji-text-image-cta .text-section h2,
section.ji-text-image-cta .text-section a {
  color: #fff;
  text-shadow: -1px 0 #da1c15, 0 1px #da1c15, 1px 0 #da1c15, 0 -1px #da1c15;
}

/* line 53, assets/styles/layouts/sections/_text-image-cta.scss */

section.ji-text-image-cta .text-section h2,
section.ji-text-image-cta .text-section h3 {
  line-height: 1.2;
  text-shadow: -2px 0 #da1c15, 0 2px #da1c15, 2px 0 #da1c15, 0 -2px #da1c15;
}

/* line 59, assets/styles/layouts/sections/_text-image-cta.scss */

section.ji-text-image-cta .text-section p {
  text-shadow: -1px 0 #da1c15, 0 1px #da1c15, 1px 0 #da1c15, 0 -1px #da1c15;
}

/* line 65, assets/styles/layouts/sections/_text-image-cta.scss */

section.ji-section + section.ji-text-image-cta,
section.ji-text-image-cta + section.ji-section {
  padding-top: 130px;
}

@media (max-width: 767px) {
  /* line 65, assets/styles/layouts/sections/_text-image-cta.scss */

  section.ji-section + section.ji-text-image-cta,
  section.ji-text-image-cta + section.ji-section {
    padding-top: 30px;
  }
}

@media (max-width: 1300px) {
  /* line 75, assets/styles/layouts/sections/_text-image-cta.scss */

  section.ji-text-image-cta .ts-sectionc-text p {
    font-size: 26px;
  }
}

@media (max-width: 992px) {
  /* line 81, assets/styles/layouts/sections/_text-image-cta.scss */

  section.ji-text-image-cta .ts-sectionc-text p {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  /* line 87, assets/styles/layouts/sections/_text-image-cta.scss */

  section.ji-image-text .image-section {
    max-width: 100%;
  }

  /* line 92, assets/styles/layouts/sections/_text-image-cta.scss */

  section.ji-text-image-cta .ts-sectionc-text p {
    font-size: 20px;
  }

  /* line 96, assets/styles/layouts/sections/_text-image-cta.scss */

  section.ji-text-image-cta .ts-sectionc-text::before {
    content: "";
    position: absolute;
    left: -130px;
    right: -130px;
    top: -35px;
    bottom: -50px;
    background-color: #da1c15;
    z-index: -1;
    -webkit-transform: skew(10deg, 10deg);
         -o-transform: skew(10deg, 10deg);
            transform: skew(10deg, 10deg);
  }
}

@media (min-width: 1024px) {
  /* line 111, assets/styles/layouts/sections/_text-image-cta.scss */

  section.ji-section + section.ji-text-image-cta {
    padding-top: 150px;
  }

  /* line 115, assets/styles/layouts/sections/_text-image-cta.scss */

  section.ji-text-image-cta {
    padding-top: 175px;
  }

  /* line 118, assets/styles/layouts/sections/_text-image-cta.scss */

  section.ji-text-image-cta .bg-wrap {
    bottom: 6vw;
    min-width: 102%;
  }

  /* line 124, assets/styles/layouts/sections/_text-image-cta.scss */

  section.ji-text-image-cta .text-section {
    max-width: 100%;
    padding-bottom: 0;
  }
}

@media (min-width: 1179px) {
  /* line 133, assets/styles/layouts/sections/_text-image-cta.scss */

  section.ji-section + section.ji-text-image-cta {
    padding-top: 175px;
  }

  /* line 138, assets/styles/layouts/sections/_text-image-cta.scss */

  section.ji-text-image-cta .bg-wrap {
    bottom: 6vw;
  }

  /* line 143, assets/styles/layouts/sections/_text-image-cta.scss */

  section.ji-text-image-cta .text-section {
    max-width: 100%;
  }
}

@media (min-width: 1366px) {
  /* line 156, assets/styles/layouts/sections/_text-image-cta.scss */

  section.ji-text-image-cta .bg-wrap {
    bottom: 9vw;
  }

  /* line 161, assets/styles/layouts/sections/_text-image-cta.scss */

  section.ji-text-image-cta .text-section {
    max-width: 90%;
  }
}

@media (min-width: 1600px) {
  /* line 169, assets/styles/layouts/sections/_text-image-cta.scss */

  section.ji-text-image-cta .bg-wrap {
    bottom: 12vw;
  }
}

@media (min-width: 1800px) {
  /* line 177, assets/styles/layouts/sections/_text-image-cta.scss */

  section.ji-text-image-cta .bg-wrap {
    bottom: 17vw;
  }
}

@media (min-width: 1921px) {
  /* line 185, assets/styles/layouts/sections/_text-image-cta.scss */

  section.ji-text-image-cta .bg-wrap {
    bottom: 18vw;
  }
}

/* line 1, assets/styles/layouts/sections/_get-in-touch.scss */

section.ji-get-in-touch {
  position: relative;
}

/* line 4, assets/styles/layouts/sections/_get-in-touch.scss */

section.ji-get-in-touch .bg-wrap {
  position: absolute;
  width: 42%;
  bottom: 0;
}

/* line 10, assets/styles/layouts/sections/_get-in-touch.scss */

section.ji-get-in-touch .title-section {
  margin-bottom: 80px;
}

/* line 14, assets/styles/layouts/sections/_get-in-touch.scss */

section.ji-get-in-touch .booking-cta {
  padding: 40px 0;
  background-color: #f3f1ec;
}

/* line 19, assets/styles/layouts/sections/_get-in-touch.scss */

section.ji-get-in-touch .member-info {
  padding: 0 40px;
  border-right: 2px solid #dbd6c7;
}

/* line 24, assets/styles/layouts/sections/_get-in-touch.scss */

section.ji-get-in-touch .form-info {
  padding: 0 40px;
}

/* line 29, assets/styles/layouts/sections/_get-in-touch.scss */

section.ji-get-in-touch .cp-cta .btn,
section.ji-get-in-touch .cp-cta .comment-form input[type="submit"],
.comment-form section.ji-get-in-touch .cp-cta input[type="submit"],
section.ji-get-in-touch .cp-cta .search-form .search-submit,
.search-form section.ji-get-in-touch .cp-cta .search-submit {
  width: 100%;
}

/* line 34, assets/styles/layouts/sections/_get-in-touch.scss */

section.ji-get-in-touch .cp-image {
  border-radius: 50%;
  background-color: #fff;
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0 auto 40px;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

/* line 52, assets/styles/layouts/sections/_get-in-touch.scss */

section.ji-get-in-touch .cp-info .name {
  font-weight: 700;
  margin-bottom: 0;
}

/* line 57, assets/styles/layouts/sections/_get-in-touch.scss */

section.ji-get-in-touch .cp-info .job {
  font-weight: 300;
}

/* line 62, assets/styles/layouts/sections/_get-in-touch.scss */

section.ji-get-in-touch .cp-phone {
  margin-bottom: 20px;
}

/* line 65, assets/styles/layouts/sections/_get-in-touch.scss */

section.ji-get-in-touch .cp-phone a {
  font-weight: 700;
  font-size: 1.9rem;
}

/* line 71, assets/styles/layouts/sections/_get-in-touch.scss */

section.ji-get-in-touch .cp-cta {
  margin-bottom: 40px;
}

@media (min-width: 1600px) {
  /* line 80, assets/styles/layouts/sections/_get-in-touch.scss */

  section.ji-get-in-touch .bg-wrap {
    width: 37%;
  }
}

@media (min-width: 1800px) {
  /* line 88, assets/styles/layouts/sections/_get-in-touch.scss */

  section.ji-get-in-touch .bg-wrap {
    width: 36%;
  }
}

@media (min-width: 1921px) {
  /* line 96, assets/styles/layouts/sections/_get-in-touch.scss */

  section.ji-get-in-touch .bg-wrap {
    width: 34%;
  }
}

/* line 1, assets/styles/layouts/sections/_core_capabilities.scss */

section.core-capabilities {
  background-color: #e1261b;
  color: #fff;
}

/* line 5, assets/styles/layouts/sections/_core_capabilities.scss */

section.core-capabilities h2 {
  color: #fff;
}

/* line 10, assets/styles/layouts/sections/_core_capabilities.scss */

section.core-capabilities ul li {
  color: #fff;
  font-weight: 300;
  margin-bottom: 24px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  /* line 21, assets/styles/layouts/sections/_core_capabilities.scss */

  section.core-capabilities ul {
    margin-top: 0;
  }
}

/* line 1, assets/styles/layouts/sections/_testimonial.scss */

section.testimonial {
  background-color: #e1261b;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

/* line 7, assets/styles/layouts/sections/_testimonial.scss */

section.testimonial h2 {
  color: #fff;
}

/* line 11, assets/styles/layouts/sections/_testimonial.scss */

section.testimonial p.lead {
  color: #fff;
  font-weight: 400;
}

/* line 17, assets/styles/layouts/sections/_testimonial.scss */

section.ji-section + section.testimonial {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  /* line 23, assets/styles/layouts/sections/_testimonial.scss */

  section.testimonial {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* line 28, assets/styles/layouts/sections/_testimonial.scss */

  section.ji-section + section.testimonial {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}