@charset "UTF-8";
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 7, ../../src/scss/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 16, ../../src/scss/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 17, ../../src/scss/bootstrap/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18, ../../src/scss/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 19, ../../src/scss/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 20, ../../src/scss/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 21, ../../src/scss/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 23, ../../src/scss/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, ../../src/scss/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, ../../src/scss/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, ../../src/scss/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, ../../src/scss/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, ../../src/scss/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, ../../src/scss/bootstrap/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, ../../src/scss/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, ../../src/scss/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, ../../src/scss/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, ../../src/scss/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}
/* line 95, ../../src/scss/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, ../../src/scss/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, ../../src/scss/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, ../../src/scss/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
/* line 122, ../../src/scss/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, ../../src/scss/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, ../../src/scss/bootstrap/_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, ../../src/scss/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../../src/scss/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, ../../src/scss/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, ../../src/scss/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
/* line 8, ../../src/scss/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 14, ../../src/scss/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
/* line 22, ../../src/scss/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, ../../src/scss/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
/* line 37, ../../src/scss/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, ../../src/scss/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 5, ../../src/scss/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
/* line 11, ../../src/scss/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
/* line 18, ../../src/scss/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
/* line 23, ../../src/scss/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 34, ../../src/scss/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 45, ../../src/scss/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}
/* line 48, ../../src/scss/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
/* line 54, ../../src/scss/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, ../../src/scss/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, ../../src/scss/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, ../../src/scss/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
/* line 14, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

/* line 13, ../../src/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
/* line 32, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 7, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
/* line 14, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

/* line 13, ../../src/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
/* line 32, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 7, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
/* line 14, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

/* line 13, ../../src/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
/* line 32, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
/* line 14, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

/* line 13, ../../src/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}
/* line 32, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
/* line 14, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

/* line 13, ../../src/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
/* line 32, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
/* line 14, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

/* line 13, ../../src/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
/* line 32, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
/* line 14, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 13, ../../src/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}
/* line 32, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
/* line 14, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 13, ../../src/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
/* line 32, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, ../../src/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 32, ../../src/scss/bootstrap/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, ../../src/scss/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
/* line 122, ../../src/scss/bootstrap/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 130, ../../src/scss/bootstrap/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #343a40;
}
/* line 134, ../../src/scss/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
/* line 140, ../../src/scss/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}
/* line 145, ../../src/scss/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
/* line 13, ../../src/scss/bootstrap/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, ../../src/scss/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../src/scss/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  /* line 171, ../../src/scss/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../src/scss/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  /* line 171, ../../src/scss/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../src/scss/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  /* line 171, ../../src/scss/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../src/scss/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
/* line 171, ../../src/scss/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 179, ../../src/scss/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, ../../src/scss/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
@media screen and (min-width: 992px) {
  /* line 7, ../../src/scss/bootstrap/_input-group.scss */
  .input-group {
    flex-wrap: nowrap;
  }
}
/* line 19, ../../src/scss/bootstrap/_input-group.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
/* line 29, ../../src/scss/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
/* line 37, ../../src/scss/bootstrap/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
/* line 44, ../../src/scss/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
/* line 50, ../../src/scss/bootstrap/_input-group.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 55, ../../src/scss/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
/* line 59, ../../src/scss/bootstrap/_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 61, ../../src/scss/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 65, ../../src/scss/bootstrap/_input-group.scss */
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 74, ../../src/scss/bootstrap/_input-group.scss */
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 90, ../../src/scss/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}
/* line 97, ../../src/scss/bootstrap/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
/* line 101, ../../src/scss/bootstrap/_input-group.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
/* line 106, ../../src/scss/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 114, ../../src/scss/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 115, ../../src/scss/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 123, ../../src/scss/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
/* line 139, ../../src/scss/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 151, ../../src/scss/bootstrap/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 156, ../../src/scss/bootstrap/_input-group.scss */
.input-group-lg > .form-control,
.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,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 168, ../../src/scss/bootstrap/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 173, ../../src/scss/bootstrap/_input-group.scss */
.input-group-sm > .form-control,
.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,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 185, ../../src/scss/bootstrap/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 198, ../../src/scss/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn: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 209, ../../src/scss/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn: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 5, ../../src/scss/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, ../../src/scss/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, ../../src/scss/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, ../../src/scss/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}
/* line 33, ../../src/scss/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 49, ../../src/scss/bootstrap/_alert.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
/* line 6, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}
/* line 10, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 49, ../../src/scss/bootstrap/_alert.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
/* line 6, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
/* line 10, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 49, ../../src/scss/bootstrap/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
/* line 6, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}
/* line 10, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 49, ../../src/scss/bootstrap/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
/* line 6, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #abdde5;
}
/* line 10, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 49, ../../src/scss/bootstrap/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
/* line 6, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}
/* line 10, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 49, ../../src/scss/bootstrap/_alert.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
/* line 6, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}
/* line 10, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 49, ../../src/scss/bootstrap/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
/* line 6, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}
/* line 10, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 49, ../../src/scss/bootstrap/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
/* line 6, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}
/* line 10, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

/* line 1, ../../src/scss/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, ../../src/scss/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 7, ../../src/scss/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}
/* line 11, ../../src/scss/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, ../../src/scss/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, ../../src/scss/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
/* line 44, ../../src/scss/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  /* line 44, ../../src/scss/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}
/* line 48, ../../src/scss/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}
/* line 53, ../../src/scss/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 58, ../../src/scss/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
/* line 62, ../../src/scss/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
/* line 67, ../../src/scss/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
/* line 72, ../../src/scss/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 77, ../../src/scss/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
/* line 83, ../../src/scss/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
/* line 91, ../../src/scss/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
/* line 96, ../../src/scss/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
/* line 100, ../../src/scss/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 107, ../../src/scss/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  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 125, ../../src/scss/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
/* line 135, ../../src/scss/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}
/* line 136, ../../src/scss/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 141, ../../src/scss/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
/* line 149, ../../src/scss/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 157, ../../src/scss/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 164, ../../src/scss/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 173, ../../src/scss/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
/* line 185, ../../src/scss/bootstrap/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 191, ../../src/scss/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 202, ../../src/scss/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  /* line 207, ../../src/scss/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 210, ../../src/scss/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  /* line 215, ../../src/scss/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 218, ../../src/scss/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

  /* line 228, ../../src/scss/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 232, ../../src/scss/bootstrap/_modal.scss */
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  /* line 239, ../../src/scss/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}
/* line 14, ../../src/scss/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, ../../src/scss/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, ../../src/scss/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 2, ../../src/scss/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, ../../src/scss/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  /* line 29, ../../src/scss/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, ../../src/scss/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, ../../src/scss/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, ../../src/scss/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 61, ../../src/scss/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
/* line 67, ../../src/scss/bootstrap/_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, ../../src/scss/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  /* line 74, ../../src/scss/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, ../../src/scss/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  /* line 87, ../../src/scss/bootstrap/_carousel.scss */
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
/* line 17, ../../src/scss/bootstrap/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 114, ../../src/scss/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 120, ../../src/scss/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 128, ../../src/scss/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

/* line 135, ../../src/scss/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 138, ../../src/scss/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 148, ../../src/scss/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
/* line 162, ../../src/scss/bootstrap/_carousel.scss */
.carousel-indicators li {
  box-sizing: content-box;
  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;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  /* line 162, ../../src/scss/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}
/* line 180, ../../src/scss/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 190, ../../src/scss/bootstrap/_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;
}

/* line 3, ../../src/scss/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, ../../src/scss/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, ../../src/scss/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, ../../src/scss/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, ../../src/scss/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, ../../src/scss/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, ../../src/scss/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 17, ../../src/scss/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6, ../../src/scss/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 17, ../../src/scss/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6, ../../src/scss/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 17, ../../src/scss/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, ../../src/scss/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, ../../src/scss/bootstrap/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, ../../src/scss/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 17, ../../src/scss/bootstrap/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, ../../src/scss/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 17, ../../src/scss/bootstrap/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, ../../src/scss/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 17, ../../src/scss/bootstrap/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, ../../src/scss/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 17, ../../src/scss/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 13, ../../src/scss/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, ../../src/scss/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, ../../src/scss/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 25, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, ../../src/scss/bootstrap/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, ../../src/scss/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 41, ../../src/scss/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 46, ../../src/scss/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 51, ../../src/scss/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 56, ../../src/scss/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 61, ../../src/scss/bootstrap/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, ../../src/scss/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, ../../src/scss/bootstrap/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, ../../src/scss/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, ../../src/scss/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  /* line 24, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
/* line 3, ../../src/scss/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
/* line 10, ../../src/scss/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}
/* line 15, ../../src/scss/bootstrap/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, ../../src/scss/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 35, ../../src/scss/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, ../../src/scss/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, ../../src/scss/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, ../../src/scss/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, ../../src/scss/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, ../../src/scss/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, ../../src/scss/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, ../../src/scss/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, ../../src/scss/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, ../../src/scss/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, ../../src/scss/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, ../../src/scss/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, ../../src/scss/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, ../../src/scss/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, ../../src/scss/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, ../../src/scss/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, ../../src/scss/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }

  /* line 13, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 19, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 21, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 22, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 23, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 25, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  /* line 26, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  /* line 27, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }

  /* line 28, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  /* line 29, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  /* line 31, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }

  /* line 32, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }

  /* line 33, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  /* line 37, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }

  /* line 38, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }

  /* line 40, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }

  /* line 41, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }

  /* line 42, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  /* line 44, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }

  /* line 45, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }

  /* line 46, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }

  /* line 48, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  /* line 49, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  /* line 11, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }

  /* line 13, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 19, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 21, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 22, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 23, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 25, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  /* line 26, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  /* line 27, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }

  /* line 28, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }

  /* line 29, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }

  /* line 31, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }

  /* line 32, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }

  /* line 33, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }

  /* line 37, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }

  /* line 38, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }

  /* line 40, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }

  /* line 41, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }

  /* line 42, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }

  /* line 44, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }

  /* line 45, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }

  /* line 46, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }

  /* line 48, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }

  /* line 49, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  /* line 11, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }

  /* line 13, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 19, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 21, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 22, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 23, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 25, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  /* line 26, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  /* line 27, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }

  /* line 28, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  /* line 29, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  /* line 31, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }

  /* line 32, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }

  /* line 33, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  /* line 37, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }

  /* line 38, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }

  /* line 40, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }

  /* line 41, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }

  /* line 42, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  /* line 44, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }

  /* line 45, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }

  /* line 46, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }

  /* line 48, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  /* line 49, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  /* line 11, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }

  /* line 13, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 19, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 21, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 22, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 23, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 25, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  /* line 26, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  /* line 27, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }

  /* line 28, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  /* line 29, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  /* line 31, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }

  /* line 32, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }

  /* line 33, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  /* line 37, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }

  /* line 38, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }

  /* line 40, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }

  /* line 41, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }

  /* line 42, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  /* line 44, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }

  /* line 45, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }

  /* line 46, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }

  /* line 48, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  /* line 49, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/* line 7, ../../src/scss/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, ../../src/scss/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, ../../src/scss/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, ../../src/scss/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }

  /* line 8, ../../src/scss/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }

  /* line 9, ../../src/scss/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 7, ../../src/scss/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }

  /* line 8, ../../src/scss/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }

  /* line 9, ../../src/scss/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 7, ../../src/scss/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }

  /* line 8, ../../src/scss/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }

  /* line 9, ../../src/scss/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 7, ../../src/scss/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }

  /* line 8, ../../src/scss/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }

  /* line 9, ../../src/scss/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}
/* line 4, ../../src/scss/bootstrap/utilities/_interactions.scss */
.user-select-all {
  user-select: all !important;
}

/* line 4, ../../src/scss/bootstrap/utilities/_interactions.scss */
.user-select-auto {
  user-select: auto !important;
}

/* line 4, ../../src/scss/bootstrap/utilities/_interactions.scss */
.user-select-none {
  user-select: none !important;
}

/* line 4, ../../src/scss/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, ../../src/scss/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, ../../src/scss/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, ../../src/scss/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, ../../src/scss/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, ../../src/scss/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, ../../src/scss/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, ../../src/scss/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, ../../src/scss/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, ../../src/scss/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, ../../src/scss/bootstrap/utilities/_screenreaders.scss */
.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 25, ../../src/scss/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, ../../src/scss/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, ../../src/scss/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, ../../src/scss/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, ../../src/scss/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, ../../src/scss/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, ../../src/scss/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, ../../src/scss/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, ../../src/scss/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, ../../src/scss/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, ../../src/scss/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, ../../src/scss/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, ../../src/scss/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, ../../src/scss/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, ../../src/scss/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, ../../src/scss/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, ../../src/scss/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 55, ../../src/scss/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 56, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 60, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 64, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 68, ../../src/scss/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }

  /* line 56, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 60, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 64, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 68, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }

  /* line 56, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  /* line 60, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 64, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 68, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }

  /* line 56, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 60, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 64, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 68, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }

  /* line 56, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 60, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 64, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 68, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* line 6, ../../src/scss/bootstrap/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: transparent;
}

/* line 7, ../../src/scss/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, ../../src/scss/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, ../../src/scss/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, ../../src/scss/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, ../../src/scss/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, ../../src/scss/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, ../../src/scss/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 23, ../../src/scss/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 22, ../../src/scss/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* line 23, ../../src/scss/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 22, ../../src/scss/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 23, ../../src/scss/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 22, ../../src/scss/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 23, ../../src/scss/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 30, ../../src/scss/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, ../../src/scss/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, ../../src/scss/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, ../../src/scss/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, ../../src/scss/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, ../../src/scss/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, ../../src/scss/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, ../../src/scss/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, ../../src/scss/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, ../../src/scss/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, ../../src/scss/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #007bff !important;
}

/* line 17, ../../src/scss/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

/* line 6, ../../src/scss/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 17, ../../src/scss/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 6, ../../src/scss/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 17, ../../src/scss/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

/* line 6, ../../src/scss/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 17, ../../src/scss/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

/* line 6, ../../src/scss/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 17, ../../src/scss/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 6, ../../src/scss/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 17, ../../src/scss/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 6, ../../src/scss/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 17, ../../src/scss/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 6, ../../src/scss/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 17, ../../src/scss/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

/* line 51, ../../src/scss/bootstrap/utilities/_text.scss */
.text-body {
  color: #212529 !important;
}

/* line 52, ../../src/scss/bootstrap/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 54, ../../src/scss/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, ../../src/scss/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, ../../src/scss/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, ../../src/scss/bootstrap/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, ../../src/scss/bootstrap/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 72, ../../src/scss/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, ../../src/scss/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, ../../src/scss/bootstrap/_print.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 24, ../../src/scss/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }

  /* line 34, ../../src/scss/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 49, ../../src/scss/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }

  /* line 52, ../../src/scss/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  /* line 58, ../../src/scss/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 63, ../../src/scss/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 70, ../../src/scss/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  /* line 83, ../../src/scss/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }

  /* line 86, ../../src/scss/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }

  /* line 91, ../../src/scss/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 94, ../../src/scss/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }

  /* line 98, ../../src/scss/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 101, ../../src/scss/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 108, ../../src/scss/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  /* line 114, ../../src/scss/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 117, ../../src/scss/bootstrap/_print.scss */
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  /* line 125, ../../src/scss/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@font-face {
  font-family: "source_sans_proregular";
  src: url("../fonts/source_sans_pro.woff2") format("woff2"), url("../fonts/source_sans_pro.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "source_sans_proregular";
  src: url("../fonts/source_sans_pro_bold.woff2") format("woff2"), url("../fonts/source_sans_pro_bold.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
}
@font-face {
  font-family: "source_sans_proregular";
  src: url("../fonts/source_sans_pro_semibold.woff2") format("woff2"), url("../fonts/source_sans_pro_semibold.woff") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: 'lora';
  src: url("../fonts/lora-bold-webfont.woff2") format("woff2"), url("../fonts/lora-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* line 33, ../../src/scss/_typography.scss */
body {
  text-rendering: geometricPrecision;
  font-family: 'source_sans_proregular';
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 20px;
  color: #333333;
  font-weight: normal;
}

/* line 42, ../../src/scss/_typography.scss */
a {
  color: #333333;
}
/* line 46, ../../src/scss/_typography.scss */
a:hover {
  color: inherit;
  text-decoration: none;
}

/* line 1, ../../src/scss/_misc.scss */
img {
  user-select: none;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 1, ../../src/scss/_button.scss */
.button {
  border: none;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  width: 100%;
}
/* line 10, ../../src/scss/_button.scss */
.button--active.button--white-green-border {
  color: white;
  background-color: var(--darkColor);
}
/* line 16, ../../src/scss/_button.scss */
.button--link, .button--white-green-border {
  font-weight: bold;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  top: 0;
  left: 0;
}
/* line 40, ../../src/scss/_button.scss */
.button--green {
  margin: 0 2px;
  background-color: var(--darkColor);
  color: white;
  padding: 16px 22px;
  font-weight: bold;
  width: 100%;
}
/* line 48, ../../src/scss/_button.scss */
.button--green:hover {
  color: white;
}
@media screen and (min-width: 992px) {
  /* line 40, ../../src/scss/_button.scss */
  .button--green {
    min-width: 150px;
    width: unset;
    height: 51px;
  }
}
@media screen and (min-width: 992px) {
  /* line 59, ../../src/scss/_button.scss */
  .button--green.show-more {
    margin-bottom: 100px !important;
  }
}
/* line 66, ../../src/scss/_button.scss */
.button--light-green {
  background-color: var(--lightColor);
  color: white;
  padding: 16px 22px;
}
/* line 71, ../../src/scss/_button.scss */
.button--light-green:hover {
  color: white;
}
/* line 76, ../../src/scss/_button.scss */
.button--white {
  background-color: var(--darkColor);
  color: white;
  padding: 16px 22px;
  font-weight: bold;
  width: 100%;
}
/* line 83, ../../src/scss/_button.scss */
.button--white:hover {
  color: white;
}
@media screen and (min-width: 992px) {
  /* line 76, ../../src/scss/_button.scss */
  .button--white {
    min-width: 150px;
    width: unset;
    height: 51px;
  }
}
/* line 94, ../../src/scss/_button.scss */
.button--blue {
  background-color: #005897;
  color: white;
  padding: 16px 22px;
  font-weight: bold;
  width: 100%;
}
/* line 101, ../../src/scss/_button.scss */
.button--blue:hover {
  color: white;
}
@media screen and (min-width: 992px) {
  /* line 94, ../../src/scss/_button.scss */
  .button--blue {
    min-width: 150px;
    width: unset;
    height: 51px;
  }
}
/* line 112, ../../src/scss/_button.scss */
.button--lightblue {
  background-color: #5386E4;
  color: white;
  padding: 14px 20px;
  font-weight: 600;
  width: 100%;
  border-radius: 4px;
}
/* line 120, ../../src/scss/_button.scss */
.button--lightblue:hover {
  color: white;
}
@media screen and (min-width: 992px) {
  /* line 112, ../../src/scss/_button.scss */
  .button--lightblue {
    width: auto;
  }
}
/* line 130, ../../src/scss/_button.scss */
.button--lightblue-border {
  border: 1px solid #5386E4;
  color: #5386E4;
  background-color: transparent;
  border-radius: 4px;
  padding: 14px 20px;
  font-weight: 600;
  width: 100%;
}
@media screen and (min-width: 992px) {
  /* line 130, ../../src/scss/_button.scss */
  .button--lightblue-border {
    width: auto;
  }
}
/* line 145, ../../src/scss/_button.scss */
.button--link-black {
  background: none;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  box-sizing: border-box;
  text-align: center;
  color: #000;
}
/* line 156, ../../src/scss/_button.scss */
.button--with-underline {
  text-decoration: underline;
}

/* line 1, ../../src/scss/_tag.scss */
.tag {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: var(--darkColor);
  padding: 6px 10px;
  margin: 0px 15px 15px 0px;
}
/* line 8, ../../src/scss/_tag.scss */
.tag--pink {
  background-color: #DEC5CE;
}
/* line 11, ../../src/scss/_tag.scss */
.tag--blue {
  background-color: #E6F7FF;
}
/* line 14, ../../src/scss/_tag.scss */
.tag--yellow {
  background-color: #F6E2BA;
}
/* line 17, ../../src/scss/_tag.scss */
.tag--green {
  background-color: #D5F1E0;
}

/* line 22, ../../src/scss/_tag.scss */
.art__tag {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: var(--darkColor);
  background-color: #D5F1E0;
  padding: 6px 10px;
  display: inline-block;
  margin: 5px 15px;
}

/* line 1, ../../src/scss/_footer.scss */
.footer {
  background-color: #ffff;
}
/* line 3, ../../src/scss/_footer.scss */
.footer__gray {
  background-color: #f2f2f2;
  padding-top: 50px;
}
/* line 7, ../../src/scss/_footer.scss */
.footer__contact {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  /* line 7, ../../src/scss/_footer.scss */
  .footer__contact {
    width: calc( 34% - 120px);
  }
}
/* line 14, ../../src/scss/_footer.scss */
.footer__contact__text {
  margin-top: 15px;
}
/* line 18, ../../src/scss/_footer.scss */
.footer__navigations {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 992px) {
  /* line 18, ../../src/scss/_footer.scss */
  .footer__navigations {
    flex-direction: row;
    justify-content: space-between;
  }
}
/* line 27, ../../src/scss/_footer.scss */
.footer__navigation {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  /* line 27, ../../src/scss/_footer.scss */
  .footer__navigation {
    width: 22%;
  }
}
/* line 34, ../../src/scss/_footer.scss */
.footer__navigation--napisz {
  order: 3;
}
@media screen and (min-width: 992px) {
  /* line 34, ../../src/scss/_footer.scss */
  .footer__navigation--napisz {
    order: unset;
  }
}
/* line 40, ../../src/scss/_footer.scss */
.footer__navigation--o-nas {
  order: 1;
}
@media screen and (min-width: 992px) {
  /* line 40, ../../src/scss/_footer.scss */
  .footer__navigation--o-nas {
    order: unset;
  }
}
/* line 46, ../../src/scss/_footer.scss */
.footer__navigation--regulaminy {
  order: 2;
}
@media screen and (min-width: 992px) {
  /* line 46, ../../src/scss/_footer.scss */
  .footer__navigation--regulaminy {
    order: unset;
  }
}
/* line 52, ../../src/scss/_footer.scss */
.footer__navigation--social {
  order: 4;
  align-items: baseline;
  flex-direction: row;
}
@media screen and (min-width: 992px) {
  /* line 52, ../../src/scss/_footer.scss */
  .footer__navigation--social {
    width: 120px;
    order: unset;
    flex-direction: column;
  }
}
/* line 63, ../../src/scss/_footer.scss */
.footer__navigation__header {
  font-size: 15px;
  font-weight: 700;
  line-height: 36px;
  color: var(--darkColor);
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  /* line 63, ../../src/scss/_footer.scss */
  .footer__navigation__header {
    line-height: 19px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  /* line 73, ../../src/scss/_footer.scss */
  .footer__navigation__header--expand {
    border-bottom: 1px solid #e0e0e0;
    background-image: url(../img/icons/arrow-down-icon.svg);
    background-position: right center;
    background-size: 16px;
    background-repeat: no-repeat;
  }
}
/* line 85, ../../src/scss/_footer.scss */
.footer__navigation__links {
  display: none;
  cursor: pointer;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  /* line 85, ../../src/scss/_footer.scss */
  .footer__navigation__links {
    cursor: default;
    display: flex;
  }
}
/* line 93, ../../src/scss/_footer.scss */
.footer__navigation__links--no-expand {
  display: flex;
}
/* line 97, ../../src/scss/_footer.scss */
.footer__navigation__links--horizontal {
  margin-left: 30px;
  width: 100px;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  /* line 97, ../../src/scss/_footer.scss */
  .footer__navigation__links--horizontal {
    margin-left: 0;
  }
}
/* line 106, ../../src/scss/_footer.scss */
.footer__navigation__links--expanded {
  display: flex;
}
/* line 110, ../../src/scss/_footer.scss */
.footer__navigation__link {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  /* line 112, ../../src/scss/_footer.scss */
  .footer__navigation__link--bold {
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    color: var(--darkColor);
  }
}
/* line 127, ../../src/scss/_footer.scss */
.footer__publisher {
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 30px;
  color: #565656;
}
@media screen and (min-width: 992px) {
  /* line 127, ../../src/scss/_footer.scss */
  .footer__publisher {
    justify-content: center;
    margin-bottom: 0;
  }
}
/* line 137, ../../src/scss/_footer.scss */
.footer__publisher__text {
  margin-right: 10px;
}
/* line 140, ../../src/scss/_footer.scss */
.footer__publisher a {
  flex-shrink: 0;
}
/* line 143, ../../src/scss/_footer.scss */
.footer__publisher img {
  width: 62px;
  height: 15px;
  margin-left: 10px;
}
/* line 149, ../../src/scss/_footer.scss */
.footer__disclaimer {
  display: none;
}
@media screen and (min-width: 992px) {
  /* line 149, ../../src/scss/_footer.scss */
  .footer__disclaimer {
    display: block;
    text-align: center;
    color: #565656;
  }
}
/* line 157, ../../src/scss/_footer.scss */
.footer__copyright {
  font-family: 'lora';
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: var(--darkColor);
}
@media screen and (min-width: 992px) {
  /* line 157, ../../src/scss/_footer.scss */
  .footer__copyright {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

/* line 1, ../../src/scss/_footer-partners.scss */
.footer-partners {
  position: relative;
  padding-top: 70px;
  margin-top: 50px;
}
/* line 5, ../../src/scss/_footer-partners.scss */
.footer-partners__header {
  font-weight: bold;
  font-size: 24px;
  color: var(--darkColor);
  margin-bottom: 30px;
}
/* line 11, ../../src/scss/_footer-partners.scss */
.footer-partners__logo {
  position: absolute;
  top: -19%;
  left: -9%;
  width: 250px;
  height: 250px;
}
@media screen and (min-width: 992px) {
  /* line 11, ../../src/scss/_footer-partners.scss */
  .footer-partners__logo {
    width: 300px;
    height: 300px;
    top: -30%;
    left: -4%;
  }
}
/* line 23, ../../src/scss/_footer-partners.scss */
.footer-partners__logo svg {
  opacity: 0.05;
  width: 100%;
  height: 100%;
}
/* line 29, ../../src/scss/_footer-partners.scss */
.footer-partners__wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 50px 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  /* line 29, ../../src/scss/_footer-partners.scss */
  .footer-partners__wrapper {
    flex-wrap: nowrap;
  }
}
/* line 38, ../../src/scss/_footer-partners.scss */
.footer-partners__wrapper a {
  margin: 20px 0;
}
/* line 40, ../../src/scss/_footer-partners.scss */
.footer-partners__wrapper a img {
  filter: grayscale(100%);
  transition: filter .2s;
}
/* line 43, ../../src/scss/_footer-partners.scss */
.footer-partners__wrapper a img:hover {
  filter: grayscale(0%);
}

/* line 1, ../../src/scss/_breadcrumbs.scss */
.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  overflow-x: scroll;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 992px) {
  /* line 1, ../../src/scss/_breadcrumbs.scss */
  .breadcrumbs {
    overflow-x: hidden;
  }
}
/* line 20, ../../src/scss/_breadcrumbs.scss */
.breadcrumbs__item {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #747474;
  margin: 17px 0;
  white-space: nowrap;
}
/* line 28, ../../src/scss/_breadcrumbs.scss */
.breadcrumbs__item a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #747474;
  white-space: nowrap;
}
/* line 36, ../../src/scss/_breadcrumbs.scss */
.breadcrumbs__item + .breadcrumbs__item {
  margin-left: 10px;
}
/* line 39, ../../src/scss/_breadcrumbs.scss */
.breadcrumbs__item::after {
  content: "";
  background-image: url(../img/icons/breadcrumbs-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 5px;
  height: 10px;
  margin-left: 10px;
}
/* line 50, ../../src/scss/_breadcrumbs.scss */
.breadcrumbs__item:last-child::after {
  content: none;
}

/* line 1, ../../src/scss/_medme-testuje.scss */
.medme-testuje {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  /* line 1, ../../src/scss/_medme-testuje.scss */
  .medme-testuje {
    flex-direction: row;
  }
}
/* line 8, ../../src/scss/_medme-testuje.scss */
.medme-testuje__text {
  width: 100%;
}
@media screen and (min-width: 992px) {
  /* line 8, ../../src/scss/_medme-testuje.scss */
  .medme-testuje__text {
    width: 55%;
  }
}
/* line 14, ../../src/scss/_medme-testuje.scss */
.medme-testuje__title {
  font-family: 'lora';
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: -0.01em;
  color: var(--darkColor);
  max-width: 490px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  /* line 14, ../../src/scss/_medme-testuje.scss */
  .medme-testuje__title {
    font-size: 30px;
    line-height: 44px;
  }
}
/* line 31, ../../src/scss/_medme-testuje.scss */
.medme-testuje__logo img {
  display: block;
  width: 300px;
  height: auto;
  margin: auto;
}
/* line 38, ../../src/scss/_medme-testuje.scss */
.medme-testuje__box {
  background-color: #F7F7F7;
  position: relative;
  background-repeat: no-repeat;
  padding: 67px 19px 19px 25px;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  /* line 38, ../../src/scss/_medme-testuje.scss */
  .medme-testuje__box {
    background-position: center left 36px;
    padding: 47px 60px 49px 125px;
  }
}
/* line 50, ../../src/scss/_medme-testuje.scss */
.medme-testuje__box__icon {
  position: absolute;
  top: 19px;
  left: 19px;
  background-color: var(--lightColor);
  -webkit-mask-image: url("../img/akcjastaramysie/quote-icon.svg");
  mask-image: url("../img/akcjastaramysie/quote-icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: 32px;
  height: 32px;
  width: 44px;
}
@media screen and (min-width: 992px) {
  /* line 50, ../../src/scss/_medme-testuje.scss */
  .medme-testuje__box__icon {
    top: 30%;
    left: 36px;
  }
}
/* line 67, ../../src/scss/_medme-testuje.scss */
.medme-testuje__box__text {
  color: var(--darkColor);
  font-weight: bold;
  font-size: 24.5916px;
  line-height: 31px;
  letter-spacing: -0.01em;
  width: 100%;
  height: 100%;
}
/* line 78, ../../src/scss/_medme-testuje.scss */
.medme-testuje__description {
  font-size: 19px;
  line-height: 24px;
  letter-spacing: -0.01em;
  margin-left: 40px;
  margin-top: 35px;
  margin-bottom: 35px;
}
@media screen and (min-width: 992px) {
  /* line 78, ../../src/scss/_medme-testuje.scss */
  .medme-testuje__description {
    font-size: 20px;
    line-height: 24px;
  }
}
/* line 91, ../../src/scss/_medme-testuje.scss */
.medme-testuje__side {
  width: 100%;
}
@media screen and (min-width: 992px) {
  /* line 91, ../../src/scss/_medme-testuje.scss */
  .medme-testuje__side {
    width: 45%;
  }
}
/* line 96, ../../src/scss/_medme-testuje.scss */
.medme-testuje__side__title {
  background-color: #FF7F27;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  width: max-content;
  padding: 13px 157px 13px 19px;
}
@media screen and (min-width: 992px) {
  /* line 96, ../../src/scss/_medme-testuje.scss */
  .medme-testuje__side__title {
    padding: 18px 204px 18px 20px;
    font-size: 20px;
    line-height: 25px;
  }
}
/* line 112, ../../src/scss/_medme-testuje.scss */
.medme-testuje__side__yt {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
/* line 116, ../../src/scss/_medme-testuje.scss */
.medme-testuje__side__yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
/* line 127, ../../src/scss/_medme-testuje.scss */
.medme-testuje__more {
  display: block;
  width: max-content;
  margin: auto;
  margin-top: 20px;
}
/* line 133, ../../src/scss/_medme-testuje.scss */
.medme-testuje__videos-title {
  font-weight: normal;
  font-size: 24.5916px;
  line-height: 31px;
  letter-spacing: -0.01em;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--darkColor);
}
/* line 142, ../../src/scss/_medme-testuje.scss */
.medme-testuje__video {
  margin-bottom: 20px;
}
/* line 144, ../../src/scss/_medme-testuje.scss */
.medme-testuje__video__title {
  background-color: #FF7F27;
  text-align: right;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  width: 100%;
  padding: 13px 19px;
}
@media screen and (min-width: 992px) {
  /* line 144, ../../src/scss/_medme-testuje.scss */
  .medme-testuje__video__title {
    padding: 18px 20px;
    font-size: 20px;
    line-height: 25px;
  }
}
/* line 161, ../../src/scss/_medme-testuje.scss */
.medme-testuje__artykuly {
  width: 100%;
}
/* line 165, ../../src/scss/_medme-testuje.scss */
.medme-testuje__artykuly .article-tile:hover .article-tile__title {
  color: white !important;
}
/* line 171, ../../src/scss/_medme-testuje.scss */
.medme-testuje__artykuly .article-tile--normal .article-tile__thumbnail {
  border-radius: 0;
  margin-bottom: 0;
}
/* line 176, ../../src/scss/_medme-testuje.scss */
.medme-testuje__artykuly .article-tile__title {
  background-color: #FF7F27;
  text-align: right;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  width: 100%;
  padding: 13px 19px;
}
@media screen and (min-width: 992px) {
  /* line 176, ../../src/scss/_medme-testuje.scss */
  .medme-testuje__artykuly .article-tile__title {
    padding: 18px 20px;
    font-size: 20px;
    line-height: 25px;
  }
}
/* line 191, ../../src/scss/_medme-testuje.scss */
.medme-testuje__artykuly .article-tile__title:hover {
  color: white !important;
}

/* line 2, ../../src/scss/_autor.scss */
.autor-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
/* line 8, ../../src/scss/_autor.scss */
.autor-breakline {
  width: 100%;
  height: 1px;
  background: #DADADA;
}
/* line 14, ../../src/scss/_autor.scss */
.autor-description {
  font-family: "source_sans_proregular";
}
/* line 17, ../../src/scss/_autor.scss */
.autor-description__title {
  font-size: 28px;
  line-height: 140%;
  font-weight: bold;
}
/* line 23, ../../src/scss/_autor.scss */
.autor-description__text {
  font-size: 18px;
  line-height: 160%;
  font-weight: normal;
}
/* line 30, ../../src/scss/_autor.scss */
.autor-about {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px 0px;
}
/* line 36, ../../src/scss/_autor.scss */
.autor-about__item {
  width: 100%;
  max-width: 50%;
  padding-right: 20px;
}

/* line 1, ../../src/scss/_author-description.scss */
.author-description {
  font-family: "source_sans_proregular";
  margin-bottom: 50px;
}
/* line 5, ../../src/scss/_author-description.scss */
.author-description__title {
  font-size: 28px;
  line-height: 140%;
  font-weight: bold;
}
/* line 11, ../../src/scss/_author-description.scss */
.author-description__text {
  font-size: 18px;
  line-height: 160%;
  font-weight: normal;
}

/* line 1, ../../src/scss/_author-list.scss */
.author-list {
  display: flex;
  gap: 50px;
  flex-direction: column;
  margin-bottom: 50px;
}
/* line 8, ../../src/scss/_author-list.scss */
.author-list__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px 0px;
}
/* line 15, ../../src/scss/_author-list.scss */
.author-list__entry {
  max-width: 40%;
  flex: 1 0 auto;
  padding-right: 20px;
  font-size: 18px;
  font-family: 'source_sans_proregular';
}
/* line 22, ../../src/scss/_author-list.scss */
.author-list__entry--title {
  line-height: 140%;
  font-weight: 700;
}
/* line 27, ../../src/scss/_author-list.scss */
.author-list__entry--text {
  line-height: 140%;
}
/* line 32, ../../src/scss/_author-list.scss */
.author-list__breakline {
  width: 100%;
  height: 1px;
  background: #DADADA;
}

/* line 1, ../../src/scss/_author-label.scss */
.autor-label {
  display: flex;
  padding: 30px;
  margin-bottom: 40px;
  width: 100%;
  border-radius: 14px;
  gap: 40px;
  box-shadow: 0px 3px 8px 0px rgba(84, 116, 154, 0.22);
  background: #FFFFFF;
  flex-direction: column;
}
/* line 12, ../../src/scss/_author-label.scss */
.autor-label__image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
/* line 18, ../../src/scss/_author-label.scss */
.autor-label__image img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  /* line 26, ../../src/scss/_author-label.scss */
  .autor-label__image {
    align-self: center;
    width: 140px;
    height: 140px;
  }
}
/* line 34, ../../src/scss/_author-label.scss */
.autor-label__details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: 'source_sans_proregular';
  font-style: normal;
  line-height: normal;
  gap: 40px;
}
/* line 43, ../../src/scss/_author-label.scss */
.autor-label__details--wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
/* line 49, ../../src/scss/_author-label.scss */
.autor-label__details--title {
  font-size: 26px;
  font-weight: 700;
}
/* line 54, ../../src/scss/_author-label.scss */
.autor-label__details--profession {
  font-size: 20px;
  font-weight: 400;
}
/* line 59, ../../src/scss/_author-label.scss */
.autor-label__details--socials {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
  color: #858585;
}
/* line 66, ../../src/scss/_author-label.scss */
.autor-label__details--socials__item {
  display: flex;
  gap: 10px;
}

/* line 1, ../../src/scss/_blockquote.scss */
.medme-blockquote {
  padding: 42px 50px;
  background: #5386E41A;
  border-radius: 20px;
  font-size: 20px;
  line-height: 140%;
  font-style: italic;
  font-family: "source_sans_proregular";
  position: relative;
  margin-bottom: 50px;
}
/* line 14, ../../src/scss/_blockquote.scss */
.medme-blockquote__text {
  width: 100%;
}
/* line 18, ../../src/scss/_blockquote.scss */
.medme-blockquote__icon {
  position: absolute;
  overflow: visible;
  left: 50px;
  top: 0px;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 992px) {
  /* line 27, ../../src/scss/_blockquote.scss */
  .medme-blockquote__icon {
    left: 0;
    top: 45px;
    transform: translate(-50%, -50%);
  }
}

/* line 1, ../../src/scss/_read-also.scss */
.read-also {
  margin: 0 -15px;
  padding: 20px 35px;
  background: #f7f7f7;
  background: linear-gradient(180deg, #f7f7f7 0%, white 100%);
}
@media screen and (min-width: 576px) {
  /* line 1, ../../src/scss/_read-also.scss */
  .read-also {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 992px) {
  /* line 1, ../../src/scss/_read-also.scss */
  .read-also {
    padding: 40px 77px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* line 16, ../../src/scss/_read-also.scss */
.read-also__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
  color: var(--darkColor);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-left: -8px;
}
@media screen and (min-width: 992px) {
  /* line 16, ../../src/scss/_read-also.scss */
  .read-also__title {
    margin-left: -25px;
  }
}
/* line 29, ../../src/scss/_read-also.scss */
.read-also__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 37, ../../src/scss/_read-also.scss */
.read-also__link:hover {
  color: var(--lightColor);
}
/* line 41, ../../src/scss/_read-also.scss */
.read-also__item {
  font-size: 18px;
  line-height: 25px;
  display: flex;
  position: relative;
}
@media screen and (min-width: 992px) {
  /* line 41, ../../src/scss/_read-also.scss */
  .read-also__item {
    font-size: 18px;
    line-height: 25px;
    padding-left: 0;
  }
}
/* line 52, ../../src/scss/_read-also.scss */
.read-also__item::after {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  margin-right: 4px;
  margin-bottom: -2px;
  border-radius: 50%;
  background-color: var(--lightColor);
  top: 9px;
  left: -17px;
}
@media screen and (min-width: 992px) {
  /* line 52, ../../src/scss/_read-also.scss */
  .read-also__item::after {
    top: 9px;
    left: -15px;
  }
}
/* line 68, ../../src/scss/_read-also.scss */
.read-also__item a {
  font-size: 17px;
  line-height: 21px;
  padding-bottom: 5px;
  word-break: break-word;
  color: var(--darkColor);
  font-weight: 400;
  padding: 5px;
  border-bottom: 0;
  margin-left: 8px;
}
@media screen and (min-width: 992px) {
  /* line 68, ../../src/scss/_read-also.scss */
  .read-also__item a {
    margin-left: 0;
  }
}

/* line 6, ../../src/scss/_article-list.scss */
.article-list--row .article-list__articles {
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  /* line 6, ../../src/scss/_article-list.scss */
  .article-list--row .article-list__articles {
    flex-wrap: wrap;
  }
}
/* line 14, ../../src/scss/_article-list.scss */
.article-list--row .article-list__articles .article-listbox {
  flex-direction: column;
  align-items: center;
}
/* line 18, ../../src/scss/_article-list.scss */
.article-list--row .article-list__articles .article-listbox__wrapper {
  text-align: center;
}
/* line 22, ../../src/scss/_article-list.scss */
.article-list--row .article-list__articles .article-listbox__category {
  display: none;
}
@media screen and (min-width: 992px) {
  /* line 31, ../../src/scss/_article-list.scss */
  .article-list--two-columns .article-list__articles {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* line 36, ../../src/scss/_article-list.scss */
  .article-list--two-columns .article-list__articles > * {
    max-width: 50%;
  }
}
/* line 45, ../../src/scss/_article-list.scss */
.article-list--top-decoration .article-list__title {
  padding-top: 35px;
  position: relative;
}
/* line 51, ../../src/scss/_article-list.scss */
.article-list--tiles {
  margin-bottom: 30px;
}
/* line 54, ../../src/scss/_article-list.scss */
.article-list--tiles .article-list__title {
  font-family: 'source_sans_proregular';
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: var(--darkColor);
}
@media screen and (min-width: 992px) {
  /* line 54, ../../src/scss/_article-list.scss */
  .article-list--tiles .article-list__title {
    font-size: 18px;
    line-height: 23px;
  }
}
/* line 71, ../../src/scss/_article-list.scss */
.article-list__tiles {
  display: flex;
  align-items: baseline;
  overflow-x: scroll;
}
@media screen and (min-width: 992px) {
  /* line 71, ../../src/scss/_article-list.scss */
  .article-list__tiles {
    justify-content: space-around;
    overflow-x: unset;
  }
}
/* line 82, ../../src/scss/_article-list.scss */
.article-list__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
  color: var(--darkColor);
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  /* line 82, ../../src/scss/_article-list.scss */
  .article-list__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    align-items: center;
    letter-spacing: -0.02em;
  }
}
/* line 99, ../../src/scss/_article-list.scss */
.article-list__articles {
  display: flex;
}
@media screen and (min-width: 992px) {
  /* line 99, ../../src/scss/_article-list.scss */
  .article-list__articles {
    overflow-x: unset;
  }
}
/* line 107, ../../src/scss/_article-list.scss */
.article-list__articles--vertical {
  flex-direction: column;
}
/* line 111, ../../src/scss/_article-list.scss */
.article-list__articles--horizontal {
  flex-direction: row;
}
/* line 114, ../../src/scss/_article-list.scss */
.article-list__articles--horizontal > a + a {
  margin-left: 60px;
}
/* line 119, ../../src/scss/_article-list.scss */
.article-list__articles--column {
  margin-bottom: 10px;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  /* line 119, ../../src/scss/_article-list.scss */
  .article-list__articles--column {
    width: 100%;
  }
}
/* line 130, ../../src/scss/_article-list.scss */
.article-list__article {
  display: flex;
  flex-direction: row;
  height: 90px;
  width: 100%;
  margin: 50px 10px;
}
@media screen and (min-width: 992px) {
  /* line 130, ../../src/scss/_article-list.scss */
  .article-list__article {
    margin: unset;
    align-items: center;
    margin-bottom: 25px;
  }
}
/* line 146, ../../src/scss/_article-list.scss */
.article-list__article:hover .article-list__article__thumbnail:after {
  opacity: 1;
}
/* line 151, ../../src/scss/_article-list.scss */
.article-list__article:hover .article-list__article__title {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--lightColor);
}
/* line 159, ../../src/scss/_article-list.scss */
.article-list__article__wrapper {
  min-width: calc(100% - 90px);
  margin-left: 10px;
}
@media screen and (min-width: 992px) {
  /* line 159, ../../src/scss/_article-list.scss */
  .article-list__article__wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-left: 14px;
  }
}
/* line 172, ../../src/scss/_article-list.scss */
.article-list__article__category {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: var(--lightColor);
  margin-bottom: 5px;
}
/* line 180, ../../src/scss/_article-list.scss */
.article-list__article__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding-right: 17px;
}
/* line 187, ../../src/scss/_article-list.scss */
.article-list__article__thumbnail {
  width: 90px;
  height: 90px;
  position: relative;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 992px) {
  /* line 187, ../../src/scss/_article-list.scss */
  .article-list__article__thumbnail {
    border-radius: 20px;
    margin-right: unset;
  }
}
/* line 201, ../../src/scss/_article-list.scss */
.article-list__article__thumbnail__image {
  width: 100%;
  height: 100%;
  aspect-ratio: 90/90;
  object-fit: cover;
  position: relative;
  border-radius: 20px;
}
/* line 210, ../../src/scss/_article-list.scss */
.article-list__article__thumbnail__img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  position: relative;
  aspect-ratio: 90/90;
  object-fit: cover;
}
/* line 222, ../../src/scss/_article-list.scss */
.article-list__article--promo .article-list__article__thumbnail {
  position: relative;
}
/* line 225, ../../src/scss/_article-list.scss */
.article-list__article--promo .article-list__article__thumbnail:before {
  content: "MATERIAŁ PROMOCYJNY";
  position: absolute;
  font-size: 9px;
  line-height: 11px;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.63);
  color: var(--darkColor);
  z-index: 1;
}

/* line 1, ../../src/scss/_article-listbox.scss */
.article-listbox {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  /* line 1, ../../src/scss/_article-listbox.scss */
  .article-listbox {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
}
/* line 20, ../../src/scss/_article-listbox.scss */
.article-listbox:hover .article-listbox__thumbnail:after {
  opacity: 1;
}
/* line 25, ../../src/scss/_article-listbox.scss */
.article-listbox:hover .article-listbox__title {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--lightColor);
  text-underline-offset: 3px;
}
/* line 33, ../../src/scss/_article-listbox.scss */
.article-listbox__wrapper {
  order: 2;
  min-width: 180px;
  margin-left: 10px;
}
/* line 39, ../../src/scss/_article-listbox.scss */
.article-listbox__category {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: var(--lightColor);
  margin-bottom: 5px;
}
/* line 49, ../../src/scss/_article-listbox.scss */
.article-listbox__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  padding-right: 17px;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  /* line 49, ../../src/scss/_article-listbox.scss */
  .article-listbox__title {
    font-size: 14px;
  }
}
/* line 62, ../../src/scss/_article-listbox.scss */
.article-listbox__description {
  display: none;
}
@media screen and (min-width: 992px) {
  /* line 62, ../../src/scss/_article-listbox.scss */
  .article-listbox__description {
    padding-right: 17px;
    display: block;
    font-size: 14px;
  }
}
/* line 72, ../../src/scss/_article-listbox.scss */
.article-listbox__thumbnail {
  order: 1;
  width: 130px;
  height: 130px;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
@media screen and (min-width: 992px) {
  /* line 72, ../../src/scss/_article-listbox.scss */
  .article-listbox__thumbnail {
    width: 120px;
    height: 112px;
  }
}
/* line 89, ../../src/scss/_article-listbox.scss */
.article-listbox__thumbnail__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 96, ../../src/scss/_article-listbox.scss */
.article-listbox--photo-on-top {
  flex-direction: column;
  width: 222px;
}
/* line 100, ../../src/scss/_article-listbox.scss */
.article-listbox--photo-on-top .article-listbox__thumbnail {
  width: 100%;
  height: 178px;
}
/* line 105, ../../src/scss/_article-listbox.scss */
.article-listbox--photo-on-top .article-listbox__category {
  width: 100%;
  height: 166px;
  display: none;
}
/* line 114, ../../src/scss/_article-listbox.scss */
.article-listbox--photo-on-top .article-listbox__title {
  color: var(--darkColor);
  width: 100%;
  text-align: center;
  padding: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
}
/* line 124, ../../src/scss/_article-listbox.scss */
.article-listbox--photo-on-top .article-listbox__wrapper {
  margin: 0;
}
@media screen and (min-width: 992px) {
  /* line 96, ../../src/scss/_article-listbox.scss */
  .article-listbox--photo-on-top {
    width: calc(50% - 12px);
  }
  /* line 139, ../../src/scss/_article-listbox.scss */
  .article-listbox--photo-on-top .article-listbox__thumbnail {
    width: 100%;
    height: 166px;
  }
  /* line 144, ../../src/scss/_article-listbox.scss */
  .article-listbox--photo-on-top .article-listbox__title {
    font-size: 14px;
    line-height: 18px;
  }
}
/* line 151, ../../src/scss/_article-listbox.scss */
.article-listbox__promo {
  position: absolute;
  font-size: 9px;
  line-height: 16px;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.63);
  color: var(--darkColor);
}
/* line 164, ../../src/scss/_article-listbox.scss */
.article-listbox--promo .article-listbox__thumbnail {
  position: relative;
}

/* line 1, ../../src/scss/_article-tile.scss */
.article-tile {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 15px;
  flex-direction: column;
  min-width: 140px;
}
/* line 10, ../../src/scss/_article-tile.scss */
.article-tile__title {
  order: 2;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: var(--darkColor);
  margin: 0px auto;
  padding: 10px 5px;
}
@media screen and (min-width: 992px) {
  /* line 10, ../../src/scss/_article-tile.scss */
  .article-tile__title {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (min-width: 992px) {
  /* line 27, ../../src/scss/_article-tile.scss */
  .article-tile--col-2 {
    max-width: calc(50% - (15px));
    flex-direction: column-reverse;
  }
  /* line 32, ../../src/scss/_article-tile.scss */
  .article-tile--col-2 + .article-tile--col-2 {
    margin-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  /* line 38, ../../src/scss/_article-tile.scss */
  .article-tile--col-3 {
    max-width: calc((100% - 60px) / 3);
    flex-direction: column;
  }
  /* line 43, ../../src/scss/_article-tile.scss */
  .article-tile--col-3 + .article-tile--col-3 {
    margin-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  /* line 49, ../../src/scss/_article-tile.scss */
  .article-tile--col-4 {
    max-width: calc(25% - (90px / 4));
    flex-direction: column-reverse;
  }
  /* line 54, ../../src/scss/_article-tile.scss */
  .article-tile--col-4 + .article-tile--col-4 {
    margin-left: 30px;
  }
}
/* line 61, ../../src/scss/_article-tile.scss */
.article-tile:hover .article-tile__title {
  color: var(--lightColor);
  font-family: 'source_sans_proregular';
}
/* line 67, ../../src/scss/_article-tile.scss */
.article-tile:hover .article-tile__thumbnail__image {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 75, ../../src/scss/_article-tile.scss */
.article-tile:hover .article-tile__thumbnail__img {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 84, ../../src/scss/_article-tile.scss */
.article-tile:hover .article-tile__read {
  color: #333333;
}
/* line 89, ../../src/scss/_article-tile.scss */
.article-tile__thumbnail {
  order: 1;
  background-size: cover;
  background-position: center;
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin-left: 15px;
  margin-bottom: 10px;
  flex-shrink: 0;
  border-radius: 20px;
  margin: auto;
}
@media screen and (min-width: 992px) {
  /* line 89, ../../src/scss/_article-tile.scss */
  .article-tile__thumbnail {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 15px;
    margin-top: 0;
  }
}
/* line 110, ../../src/scss/_article-tile.scss */
.article-tile__thumbnail__image {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
/* line 120, ../../src/scss/_article-tile.scss */
.article-tile__thumbnail__img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  position: relative;
  aspect-ratio: 290/190;
  object-fit: cover;
}
/* line 146, ../../src/scss/_article-tile.scss */
.article-tile__read {
  display: none;
  font-size: 14px;
  line-height: 19px;
  color: var(--lightColor);
  margin-top: 5px;
  transition: all 0.3s;
}
/* line 155, ../../src/scss/_article-tile.scss */
.article-tile__category {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #565656;
  margin-bottom: 10px;
}
/* line 167, ../../src/scss/_article-tile.scss */
.article-tile--big {
  flex-direction: column;
  position: relative;
  margin: 0 -15px;
  margin-bottom: 20px;
  width: 100vw;
}
/* line 174, ../../src/scss/_article-tile.scss */
.article-tile--big .article-tile__thumbnail {
  border-radius: 0;
}
/* line 178, ../../src/scss/_article-tile.scss */
.article-tile--big .article-tile__title {
  text-align: left;
}
@media screen and (min-width: 576px) {
  /* line 167, ../../src/scss/_article-tile.scss */
  .article-tile--big {
    width: 100%;
    max-width: 100%;
    margin: auto;
    margin-bottom: 30px;
  }
}
/* line 189, ../../src/scss/_article-tile.scss */
.article-tile--big .article-tile__thumbnail {
  width: 100vw;
  height: 265px;
  margin: 0;
  order: -1;
}
@media screen and (min-width: 576px) {
  /* line 189, ../../src/scss/_article-tile.scss */
  .article-tile--big .article-tile__thumbnail {
    width: 100%;
    height: 423px;
  }
}
/* line 200, ../../src/scss/_article-tile.scss */
.article-tile--big .article-tile__thumbnail__img {
  aspect-ratio: unset;
}
/* line 205, ../../src/scss/_article-tile.scss */
.article-tile--big .article-tile__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  padding: 20px 0 10px 20px;
  width: 90%;
  order: 1;
  color: var(--darkColor);
  margin-bottom: 0;
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  /* line 205, ../../src/scss/_article-tile.scss */
  .article-tile--big .article-tile__title {
    color: var(--darkColor);
    width: 90%;
    line-height: 25px;
    padding: 16px 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
  }
}
/* line 227, ../../src/scss/_article-tile.scss */
.article-tile--big .article-tile__description {
  font-family: 'source_sans_proregular';
  padding: 0px 20px;
  order: 2;
  color: var(--darkColor);
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 992px) {
  /* line 227, ../../src/scss/_article-tile.scss */
  .article-tile--big .article-tile__description {
    padding: 0;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
  }
}
/* line 246, ../../src/scss/_article-tile.scss */
.article-tile--normal {
  width: 100%;
  max-width: 100%;
  margin: auto;
  margin-bottom: 20px;
  border: 0.5px solid #BDBDBD;
  border-radius: 20px;
}
@media screen and (min-width: 992px) {
  /* line 246, ../../src/scss/_article-tile.scss */
  .article-tile--normal {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
}
/* line 262, ../../src/scss/_article-tile.scss */
.article-tile--normal .article-tile__thumbnail {
  width: 100%;
  height: auto;
  margin: 0;
  aspect-ratio: 290 / 190;
  border-radius: 20px;
}
@media screen and (min-width: 992px) {
  /* line 262, ../../src/scss/_article-tile.scss */
  .article-tile--normal .article-tile__thumbnail {
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    aspect-ratio: 290 / 190;
  }
}
/* line 278, ../../src/scss/_article-tile.scss */
.article-tile--normal .article-tile__read {
  order: -1;
}
/* line 283, ../../src/scss/_article-tile.scss */
.article-tile--medium {
  flex-direction: column;
  position: relative;
  margin: 0 -15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  /* line 283, ../../src/scss/_article-tile.scss */
  .article-tile--medium {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
}
/* line 295, ../../src/scss/_article-tile.scss */
.article-tile--medium .article-tile__thumbnail {
  width: 100vw;
  height: 265px;
  margin: 0;
  order: -1;
  margin-bottom: 10px;
  border-radius: 0;
}
@media screen and (min-width: 992px) {
  /* line 295, ../../src/scss/_article-tile.scss */
  .article-tile--medium .article-tile__thumbnail {
    margin-bottom: 15px;
    width: 100%;
    height: 320px;
  }
}
/* line 310, ../../src/scss/_article-tile.scss */
.article-tile--medium .article-tile__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  padding: 20px 0 10px 20px;
  width: 90%;
  order: 1;
  color: var(--darkColor);
  margin-bottom: 0;
  margin-left: 0;
  text-align: left;
}
@media screen and (min-width: 992px) {
  /* line 310, ../../src/scss/_article-tile.scss */
  .article-tile--medium .article-tile__title {
    color: var(--darkColor);
    width: 90%;
    line-height: 25px;
    padding: 30px 0;
    padding-bottom: 16px;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
  }
}
/* line 334, ../../src/scss/_article-tile.scss */
.article-tile--medium .article-tile__description {
  padding: 0px 35px;
  order: 2;
  font-style: normal;
  color: var(--darkColor);
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (min-width: 992px) {
  /* line 334, ../../src/scss/_article-tile.scss */
  .article-tile--medium .article-tile__description {
    padding: 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
  }
}
/* line 353, ../../src/scss/_article-tile.scss */
.article-tile--custom {
  display: none;
}
/* line 356, ../../src/scss/_article-tile.scss */
.article-tile--custom img {
  max-width: 100vw;
  width: 100vw;
}
@supports (-webkit-touch-callout: none) {
  /* line 356, ../../src/scss/_article-tile.scss */
  .article-tile--custom img {
    height: 100%;
  }
}
@media screen and (min-width: 576px) {
  /* line 353, ../../src/scss/_article-tile.scss */
  .article-tile--custom {
    width: auto;
    margin: auto;
    margin-bottom: 15px;
  }
  /* line 370, ../../src/scss/_article-tile.scss */
  .article-tile--custom img {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  /* line 353, ../../src/scss/_article-tile.scss */
  .article-tile--custom {
    margin: auto;
  }
}
/* line 382, ../../src/scss/_article-tile.scss */
.article-tile--horizontal-list {
  border: none;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  justify-content: flex-end;
}
@media screen and (min-width: 992px) {
  /* line 382, ../../src/scss/_article-tile.scss */
  .article-tile--horizontal-list {
    margin-bottom: 20px;
    height: calc(100% - 20px);
  }
}
/* line 393, ../../src/scss/_article-tile.scss */
.article-tile--horizontal-list .article-tile__title {
  flex-grow: 1;
}
/* line 398, ../../src/scss/_article-tile.scss */
.article-tile--list {
  border: none;
  margin-bottom: 20px;
}
/* line 403, ../../src/scss/_article-tile.scss */
.article-tile__promo {
  position: absolute;
  font-size: 9px;
  line-height: 16px;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.63);
  color: var(--darkColor);
  z-index: 1;
}
/* line 417, ../../src/scss/_article-tile.scss */
.article-tile--promo .article-tile__thumbnail {
  position: relative;
}
/* line 438, ../../src/scss/_article-tile.scss */
.article-tile--big.article-tile--promo .article-tile__thumbnail:before {
  width: max-content;
  padding: 0 4px;
}

/* line 1, ../../src/scss/_article-rating.scss */
.article-rating {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  /* line 1, ../../src/scss/_article-rating.scss */
  .article-rating {
    display: flex;
    margin: 60px auto;
    justify-content: flex-end;
    width: 100%;
  }
}
/* line 13, ../../src/scss/_article-rating.scss */
.article-rating__title {
  position: relative;
  width: 50%;
  font-family: 'source_sans_proregular';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.02em;
  font-feature-settings: 'liga' off;
  margin: auto;
  margin-bottom: 15px;
  color: var(--darkColor);
}
@media screen and (min-width: 992px) {
  /* line 13, ../../src/scss/_article-rating.scss */
  .article-rating__title {
    margin: 0;
    margin-bottom: 15px;
    width: 44%;
  }
}
/* line 31, ../../src/scss/_article-rating.scss */
.article-rating__title::after {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  left: -25%;
  background-repeat: no-repeat;
  height: 34px;
  width: 33px;
  background-color: var(--lightColor);
  -webkit-mask-image: url("../img/icons/cross-light-green-icon.svg?1");
  mask-image: url("../img/icons/cross-light-green-icon.svg?1");
}
@media screen and (min-width: 992px) {
  /* line 31, ../../src/scss/_article-rating.scss */
  .article-rating__title::after {
    top: -15%;
    left: -15%;
  }
}
/* line 53, ../../src/scss/_article-rating.scss */
.article-rating__buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 300px;
  margin: auto;
  padding: 10px 60px;
}
@media screen and (min-width: 992px) {
  /* line 53, ../../src/scss/_article-rating.scss */
  .article-rating__buttons {
    width: 40%;
    justify-content: space-around;
    padding: 0;
    margin: 0;
  }
}
/* line 67, ../../src/scss/_article-rating.scss */
.article-rating__stars {
  width: auto;
  display: flex;
  gap: 0px;
}
/* line 73, ../../src/scss/_article-rating.scss */
.article-rating__button {
  background: none;
  border: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  background-color: var(--darkColor);
  color: #fff;
  height: 34px;
  width: max-content;
  padding: 6px 10px;
}
/* line 85, ../../src/scss/_article-rating.scss */
.article-rating__button:hover {
  border-bottom: 3px solid var(--lightColor);
}
/* line 89, ../../src/scss/_article-rating.scss */
.article-rating__button--negative {
  color: #000;
  background-color: #fff;
  border: 1px solid var(--darkColor);
}
/* line 95, ../../src/scss/_article-rating.scss */
.article-rating__star {
  background: none;
  border: none;
  width: 30px;
  height: 30px;
}
/* line 100, ../../src/scss/_article-rating.scss */
.article-rating__star svg {
  max-width: 100%;
  height: auto;
  fill: none;
}
/* line 106, ../../src/scss/_article-rating.scss */
.article-rating__star--active svg {
  fill: #F2C94C;
}
/* line 111, ../../src/scss/_article-rating.scss */
.article-rating--with-stars {
  align-items: center;
  margin: 30px 0;
}
/* line 114, ../../src/scss/_article-rating.scss */
.article-rating--with-stars .article-rating__title {
  width: max-content;
  margin: 0;
  line-height: 35px;
  margin-right: 10px;
}
/* line 119, ../../src/scss/_article-rating.scss */
.article-rating--with-stars .article-rating__title::after {
  content: none;
}

/* line 1, ../../src/scss/_article-carousel.scss */
.article-carousel {
  position: relative;
}
/* line 3, ../../src/scss/_article-carousel.scss */
.article-carousel__image {
  max-height: 440px;
}
/* line 5, ../../src/scss/_article-carousel.scss */
.article-carousel__image img {
  max-width: 100%;
  height: auto;
}
/* line 10, ../../src/scss/_article-carousel.scss */
.article-carousel__controls {
  position: absolute;
  width: 100vw;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
@media screen and (min-width: 576px) {
  /* line 10, ../../src/scss/_article-carousel.scss */
  .article-carousel__controls {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  /* line 10, ../../src/scss/_article-carousel.scss */
  .article-carousel__controls {
    width: 30px;
    height: 60px;
    flex-direction: column;
  }
}
/* line 29, ../../src/scss/_article-carousel.scss */
.article-carousel__control {
  display: block;
  height: 30px;
  width: 30px;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 36, ../../src/scss/_article-carousel.scss */
.article-carousel__control--prev {
  background-color: #DDDDDD;
  background-image: url(../img/icons/arrow-left-darkgreen-icon.svg);
}
/* line 40, ../../src/scss/_article-carousel.scss */
.article-carousel__control--next {
  background-color: var(--darkColor);
  background-image: url(../img/icons/arrow-right-orange-icon.svg);
  margin-left: auto;
}
/* line 46, ../../src/scss/_article-carousel.scss */
.article-carousel__bottom-controls {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  /* line 46, ../../src/scss/_article-carousel.scss */
  .article-carousel__bottom-controls {
    margin-top: 50px;
  }
}
/* line 59, ../../src/scss/_article-carousel.scss */
.article-carousel__bottom-controls li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 63, ../../src/scss/_article-carousel.scss */
.article-carousel__bottom-controls li a .article-carousel__control--next {
  margin-left: 10px;
}
/* line 66, ../../src/scss/_article-carousel.scss */
.article-carousel__bottom-controls li a .article-carousel__control--prev {
  margin-right: 10px;
}

/* line 1, ../../src/scss/_article-banner.scss */
.article-banner {
  background: rgba(122, 219, 211, 0.1);
  padding: 139px 15px 115px 15px;
  position: relative;
  width: 100%;
}
/* line 7, ../../src/scss/_article-banner.scss */
.article-banner__img {
  background-image: url(../img/logos/dimedic-logo-colour-vertical.svg);
  width: 113px;
  height: 105px;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 16, ../../src/scss/_article-banner.scss */
.article-banner__title {
  font-family: 'lora';
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
  color: #250054;
  margin-bottom: 24px;
}
/* line 25, ../../src/scss/_article-banner.scss */
.article-banner__text {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #250054;
  margin-bottom: 24px;
}
/* line 34, ../../src/scss/_article-banner.scss */
.article-banner__link {
  display: block;
  text-align: center;
  margin-top: 40px;
  box-sizing: border-box;
  font-family: 'source_sans_proregular';
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #722de0;
  width: 100%;
  background-color: white;
  padding: 8px 0;
  border-bottom: 3px solid #722de0;
}
/* line 50, ../../src/scss/_article-banner.scss */
.article-banner__top-gradient {
  width: 128px;
  height: 140px;
  background-image: url(../img/medme/tla/banner-medme-top-gradient.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 60, ../../src/scss/_article-banner.scss */
.article-banner__bottom-gradient {
  width: 132px;
  height: 109px;
  background-image: url(../img/medme/tla/banner-medme-bottom-gradient.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 1, ../../src/scss/_shop-categories.scss */
.shop-categories {
  display: none;
}
@media screen and (min-width: 992px) {
  /* line 1, ../../src/scss/_shop-categories.scss */
  .shop-categories {
    display: block;
  }
}
/* line 7, ../../src/scss/_shop-categories.scss */
.shop-categories__title {
  font-family: 'lora';
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}
/* line 16, ../../src/scss/_shop-categories.scss */
.shop-categories__list a + a {
  margin-top: 24px;
}
/* line 20, ../../src/scss/_shop-categories.scss */
.shop-categories__category {
  width: 100%;
  height: 136px;
  padding: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-image: url(../img/icons/cross-icon-opacity.svg);
  background-repeat: no-repeat;
  background-size: 96px;
  background-position: center right 20px;
  background-color: var(--lighterColor);
  border-radius: 20px;
}
/* line 35, ../../src/scss/_shop-categories.scss */
.shop-categories__name {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: var(--darkColor);
}
/* line 42, ../../src/scss/_shop-categories.scss */
.shop-categories__no-of-products {
  font-size: 14px;
  line-height: 18px;
  color: var(--lightColor);
}

/* line 1, ../../src/scss/_social-buttons.scss */
.social-buttons {
  padding: 16px 0;
  height: 51px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 45px;
}
/* line 12, ../../src/scss/_social-buttons.scss */
.social-buttons__button {
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}
/* line 16, ../../src/scss/_social-buttons.scss */
.social-buttons__button:hover {
  color: #57c785;
}

/* line 1, ../../src/scss/_clinic-banner.scss */
.clinic-banner {
  background-color: rgba(26, 70, 50, 0.2);
  padding: 120px 31px 31px 31px;
  display: flex;
  flex-direction: column;
  margin: 40px 0;
}
/* line 7, ../../src/scss/_clinic-banner.scss */
.clinic-banner__title {
  font-family: 'lora';
  font-weight: bold;
  font-size: 29px;
  line-height: 34px;
  letter-spacing: -0.5px;
  color: var(--darkColor);
  margin-bottom: 24px;
}
/* line 16, ../../src/scss/_clinic-banner.scss */
.clinic-banner__text {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 25px;
}
/* line 21, ../../src/scss/_clinic-banner.scss */
.clinic-banner a + a {
  margin-top: 40px;
}

/* Import google font (Balsamiq Sans) */
/* line 2, ../../src/scss/_coworkers.scss */
.coworkers-widget {
  position: relative;
  margin-bottom: 30px;
}
/* line 6, ../../src/scss/_coworkers.scss */
.coworkers-widget__title {
  text-align: left;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 19px;
}
@media screen and (min-width: 992px) {
  /* line 6, ../../src/scss/_coworkers.scss */
  .coworkers-widget__title {
    font-size: 24px;
    margin-bottom: 45px;
  }
}
/* line 19, ../../src/scss/_coworkers.scss */
.coworkers-widget .swiper-slide {
  height: auto;
  width: 130px;
}
@media screen and (min-width: 992px) {
  /* line 19, ../../src/scss/_coworkers.scss */
  .coworkers-widget .swiper-slide {
    width: 166px;
  }
}
/* line 29, ../../src/scss/_coworkers.scss */
.coworkers-widget__seemore {
  margin-top: 15px;
  text-align: end;
}
/* line 34, ../../src/scss/_coworkers.scss */
.coworkers-widget__arrow {
  display: block;
  background-image: url(../img/icons/medme_specjalisci_ikonka_strzalka_poradnik_101.svg);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 50%;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  /* line 34, ../../src/scss/_coworkers.scss */
  .coworkers-widget__arrow {
    background-size: 25px;
    height: 50px;
    width: 50px;
  }
}
/* line 53, ../../src/scss/_coworkers.scss */
.coworkers-widget__arrow--next {
  right: -10px;
}
@media screen and (min-width: 992px) {
  /* line 53, ../../src/scss/_coworkers.scss */
  .coworkers-widget__arrow--next {
    right: -40px;
  }
}
/* line 61, ../../src/scss/_coworkers.scss */
.coworkers-widget__arrow--prev {
  left: -10px;
  transform: rotateZ(180deg);
}
@media screen and (min-width: 992px) {
  /* line 61, ../../src/scss/_coworkers.scss */
  .coworkers-widget__arrow--prev {
    left: -40px;
  }
}
/* line 72, ../../src/scss/_coworkers.scss */
.coworkers-widget__wrapper {
  width: 100%;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 992px) {
  /* line 72, ../../src/scss/_coworkers.scss */
  .coworkers-widget__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 84, ../../src/scss/_coworkers.scss */
.coworkers-widget__box {
  padding: 15px;
  border-radius: 20px;
  color: var(--lightColor);
  border: 1px solid var(--lightColor);
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
/* line 96, ../../src/scss/_coworkers.scss */
.coworkers-widget__box__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
  margin-bottom: 14px;
}
/* line 104, ../../src/scss/_coworkers.scss */
.coworkers-widget__box__specialization {
  font-size: 14px;
  margin: 0;
}
/* line 109, ../../src/scss/_coworkers.scss */
.coworkers-widget__box__name {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
/* line 116, ../../src/scss/_coworkers.scss */
.coworkers-widget__box__image {
  width: 90%;
  margin-top: 20px;
  border-radius: 50%;
  margin-bottom: 15px;
  aspect-ratio: 1 / 1;
}
@media screen and (min-width: 992px) {
  /* line 116, ../../src/scss/_coworkers.scss */
  .coworkers-widget__box__image {
    margin-top: 10px;
  }
}
/* line 128, ../../src/scss/_coworkers.scss */
.coworkers-widget__box__image--placeholder {
  background-color: #5386E4;
  width: 90%;
  height: auto;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 139, ../../src/scss/_coworkers.scss */
.coworkers-widget__box__link {
  margin-top: auto;
  color: inherit;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 145, ../../src/scss/_coworkers.scss */
.coworkers-widget__box__link img {
  width: 20px;
  height: 20px;
}
/* line 152, ../../src/scss/_coworkers.scss */
.coworkers-widget__button {
  width: 100%;
  display: inline-block;
  text-align: right;
  margin: 10px 0;
  text-decoration: underline;
  color: var(--lightColor);
}
/* line 160, ../../src/scss/_coworkers.scss */
.coworkers-widget__button--mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  /* line 160, ../../src/scss/_coworkers.scss */
  .coworkers-widget__button--mobile {
    display: none;
  }
}
/* line 168, ../../src/scss/_coworkers.scss */
.coworkers-widget__button--desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  /* line 168, ../../src/scss/_coworkers.scss */
  .coworkers-widget__button--desktop {
    display: block;
  }
}

/* line 1, ../../src/scss/_productbox.scss */
.productbox {
  width: 207px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  /* line 1, ../../src/scss/_productbox.scss */
  .productbox {
    width: 291px;
  }
}
/* line 12, ../../src/scss/_productbox.scss */
.productbox--auto-width {
  width: 100%;
}
/* line 15, ../../src/scss/_productbox.scss */
.productbox__thumbnail {
  width: 100%;
  height: 116px;
  flex-shrink: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  /* line 15, ../../src/scss/_productbox.scss */
  .productbox__thumbnail {
    height: 145px;
  }
}
/* line 26, ../../src/scss/_productbox.scss */
.productbox__content {
  width: 100%;
  flex-grow: 1;
  background-color: #F8F8F8;
  border-bottom: 4px solid rgba(216, 216, 216, 0.25);
  padding: 12px 10px;
}
/* line 37, ../../src/scss/_productbox.scss */
.productbox__category {
  font-size: 12px;
  line-height: 15px;
  color: #7A3B7E;
  margin-bottom: 5px;
}
/* line 43, ../../src/scss/_productbox.scss */
.productbox__seller {
  font-size: 12px;
  line-height: 15px;
  color: #BBBBBB;
  margin-bottom: 8px;
}
/* line 49, ../../src/scss/_productbox.scss */
.productbox__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 16px;
  height: 54px;
  overflow: hidden;
  display: block;
  margin-bottom: 22px;
}
@media screen and (min-width: 992px) {
  /* line 49, ../../src/scss/_productbox.scss */
  .productbox__name {
    font-size: 18px;
    line-height: 21px;
    height: 63px;
    margin-bottom: 31px;
  }
}
/* line 64, ../../src/scss/_productbox.scss */
.productbox__name:hover {
  color: var(--lightColor);
}
/* line 68, ../../src/scss/_productbox.scss */
.productbox__price {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: var(--darkColor);
}
@media screen and (min-width: 992px) {
  /* line 68, ../../src/scss/_productbox.scss */
  .productbox__price {
    font-size: 18px;
    line-height: 23px;
  }
}
/* line 77, ../../src/scss/_productbox.scss */
.productbox__price--old {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-decoration-line: line-through;
  color: #BBBBBB;
}
@media screen and (min-width: 992px) {
  /* line 77, ../../src/scss/_productbox.scss */
  .productbox__price--old {
    font-size: 12px;
    line-height: 15px;
  }
}
/* line 89, ../../src/scss/_productbox.scss */
.productbox__button {
  border: none;
  background-color: #F7A400;
  padding: 8px 12px 8px 34px;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: var(--darkColor);
  position: absolute;
  bottom: 16px;
  right: 10px;
  background-image: url(../img/icons/cross-icon.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center left 5px;
  transition: all 0.3s;
}
/* line 105, ../../src/scss/_productbox.scss */
.productbox__button:hover {
  background-color: var(--darkColor);
  color: #F7A400;
}
/* line 110, ../../src/scss/_productbox.scss */
.productbox__discount {
  position: absolute;
  display: inline-block;
  top: 5px;
  left: 5px;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: var(--darkColor);
  background-color: #E6F7FF;
  padding-right: 10px;
  width: 0;
}
/* line 123, ../../src/scss/_productbox.scss */
.productbox__discount::before {
  content: "Promocja";
  display: inline-block;
  background-color: #F6E2BA;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: var(--darkColor);
  padding: 6px 10px;
  margin-right: 10px;
}

/* line 1, ../../src/scss/_pretty-scroll.scss */
.pretty-scroll {
  height: 500px;
  overflow: scroll;
  overflow-x: hidden;
  padding: 15px;
  scrollbar-width: 5px;
  scrollbar-color: #F8F8F8;
  color: #333333;
  font-size: 18px;
}
/* line 11, ../../src/scss/_pretty-scroll.scss */
.pretty-scroll::-webkit-scrollbar {
  width: 5px;
}
/* line 15, ../../src/scss/_pretty-scroll.scss */
.pretty-scroll::-webkit-scrollbar-track {
  background: #F8F8F8;
}
/* line 19, ../../src/scss/_pretty-scroll.scss */
.pretty-scroll::-webkit-scrollbar-thumb {
  background: var(--darkColor);
  border-radius: 2px;
}
/* line 27, ../../src/scss/_pretty-scroll.scss */
.pretty-scroll h1,
.pretty-scroll h2,
.pretty-scroll h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.02em;
  font-feature-settings: 'liga' off;
  color: var(--darkColor);
  margin: 0;
  padding-top: 0px;
  padding-bottom: 15px;
}
/* line 41, ../../src/scss/_pretty-scroll.scss */
.pretty-scroll h1 {
  font-size: 28px;
  line-height: 30px;
}
/* line 46, ../../src/scss/_pretty-scroll.scss */
.pretty-scroll h2 {
  font-size: 24px;
  line-height: 28px;
}
/* line 51, ../../src/scss/_pretty-scroll.scss */
.pretty-scroll h3 {
  font-size: 20px;
  line-height: 26px;
}
/* line 56, ../../src/scss/_pretty-scroll.scss */
.pretty-scroll p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
}
/* line 63, ../../src/scss/_pretty-scroll.scss */
.pretty-scroll img {
  max-width: 100%;
  height: auto;
}
/* line 68, ../../src/scss/_pretty-scroll.scss */
.pretty-scroll ul {
  padding-left: 20px;
  list-style-type: none;
}
/* line 72, ../../src/scss/_pretty-scroll.scss */
.pretty-scroll ul li {
  font-size: 18px;
  padding-bottom: 5px;
  position: relative;
  line-height: 25px;
}
/* line 78, ../../src/scss/_pretty-scroll.scss */
.pretty-scroll ul li::after {
  position: absolute;
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 7px;
  width: 7px;
  margin-right: 4px;
  margin-bottom: -2px;
  background-color: var(--lightColor);
  border-radius: 50%;
  top: 7px;
  left: -24px;
}
@media screen and (min-width: 992px) {
  /* line 78, ../../src/scss/_pretty-scroll.scss */
  .pretty-scroll ul li::after {
    top: 10px;
    left: -18px;
  }
}
/* line 101, ../../src/scss/_pretty-scroll.scss */
.pretty-scroll ol {
  padding-left: 0px;
}
/* line 104, ../../src/scss/_pretty-scroll.scss */
.pretty-scroll ol li {
  margin-left: 12px;
  padding-bottom: 6px;
  padding-left: 10px;
}
/* line 111, ../../src/scss/_pretty-scroll.scss */
.pretty-scroll table {
  border: none;
}
@media screen and (min-width: 992px) {
  /* line 111, ../../src/scss/_pretty-scroll.scss */
  .pretty-scroll table {
    width: 100%;
  }
}
/* line 119, ../../src/scss/_pretty-scroll.scss */
.pretty-scroll table tr:hover {
  background-color: #B8E7C7;
}
/* line 123, ../../src/scss/_pretty-scroll.scss */
.pretty-scroll table td,
.pretty-scroll table th {
  padding: 15px;
}
/* line 128, ../../src/scss/_pretty-scroll.scss */
.pretty-scroll table p {
  padding: 0;
  margin: 0;
}
/* line 134, ../../src/scss/_pretty-scroll.scss */
.pretty-scroll strong {
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  /* line 1, ../../src/scss/_pretty-scroll.scss */
  .pretty-scroll {
    font-size: 18px;
    line-height: 26px;
  }
  /* line 142, ../../src/scss/_pretty-scroll.scss */
  .pretty-scroll > *:first-child {
    padding-top: 30px;
  }
  /* line 146, ../../src/scss/_pretty-scroll.scss */
  .pretty-scroll .wst-link {
    padding-left: 100px;
  }
  /* line 152, ../../src/scss/_pretty-scroll.scss */
  .pretty-scroll ul li::before {
    top: 3px;
  }
  /* line 159, ../../src/scss/_pretty-scroll.scss */
  .pretty-scroll ol li {
    margin-left: 16px;
    padding-left: 8px;
  }
}
/* line 167, ../../src/scss/_pretty-scroll.scss */
.pretty-scroll a:not([class]) {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-position: under;
  text-decoration-color: var(--lightColor);
  color: var(--darkColor);
}
/* line 176, ../../src/scss/_pretty-scroll.scss */
.pretty-scroll a:not([class]):hover {
  color: var(--lightColor);
}
/* line 180, ../../src/scss/_pretty-scroll.scss */
.pretty-scroll a:not([class]) strong {
  font-weight: 600;
}

/* line 2, ../../src/scss/_drugs-list.scss */
.drugs-list .container {
  background-color: white;
}
/* line 5, ../../src/scss/_drugs-list.scss */
.drugs-list__title {
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -0.5px;
}
/* line 13, ../../src/scss/_drugs-list.scss */
.drugs-list__popular {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 40px 0;
  padding: 0;
}
/* line 20, ../../src/scss/_drugs-list.scss */
.drugs-list__popular__item {
  font-weight: bold;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
/* line 25, ../../src/scss/_drugs-list.scss */
.drugs-list__popular__item a {
  color: #000;
}
/* line 28, ../../src/scss/_drugs-list.scss */
.drugs-list__popular__item::after {
  content: none;
}
/* line 33, ../../src/scss/_drugs-list.scss */
.drugs-list__popular__item:last-child::after, .drugs-list__popular__item:first-child::after {
  content: none;
}
/* line 40, ../../src/scss/_drugs-list.scss */
.drugs-list__most-searched {
  width: unset;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  /* line 40, ../../src/scss/_drugs-list.scss */
  .drugs-list__most-searched {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
/* line 53, ../../src/scss/_drugs-list.scss */
.drugs-list__most-searched li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33%;
}
/* line 58, ../../src/scss/_drugs-list.scss */
.drugs-list__most-searched li a {
  color: #000;
  width: unset;
}
/* line 64, ../../src/scss/_drugs-list.scss */
.drugs-list__description {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
/* line 72, ../../src/scss/_drugs-list.scss */
.drugs-list__subtitle {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
  font-feature-settings: 'liga' off;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 15px;
}
/* line 83, ../../src/scss/_drugs-list.scss */
.drugs-list__search {
  position: relative;
  background-color: rgba(228, 126, 38, 0.1);
  border-right: 5px solid rgba(216, 216, 216, 0.35);
  height: 40px;
  margin-bottom: 25px;
}
/* line 89, ../../src/scss/_drugs-list.scss */
.drugs-list__search__input {
  width: calc( 100% - 55px);
  height: 100%;
  background: none;
  border: none;
  text-indent: 5px;
}
/* line 95, ../../src/scss/_drugs-list.scss */
.drugs-list__search__input:focus {
  outline: none;
}
/* line 99, ../../src/scss/_drugs-list.scss */
.drugs-list__search__submit {
  background: none;
  border: none;
  width: 50px;
}
/* line 107, ../../src/scss/_drugs-list.scss */
.drugs-list__letters {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
/* line 114, ../../src/scss/_drugs-list.scss */
.drugs-list__letters__link {
  display: block;
  text-align: center;
  margin: 10px;
  width: 20px;
  font-size: 18px;
}
/* line 120, ../../src/scss/_drugs-list.scss */
.drugs-list__letters__link--active {
  font-weight: bold;
}

/* line 2, ../../src/scss/_disease-list.scss */
.disease-list .container {
  background-color: white;
}
/* line 5, ../../src/scss/_disease-list.scss */
.disease-list__title {
  font-family: 'lora';
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -0.5px;
}
/* line 14, ../../src/scss/_disease-list.scss */
.disease-list .button.button--link {
  color: #333333;
  width: 100%;
}
/* line 18, ../../src/scss/_disease-list.scss */
.disease-list__popular {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 20px 0;
  padding: 0;
}
/* line 25, ../../src/scss/_disease-list.scss */
.disease-list__popular__item {
  display: flex;
  flex-direction: column;
  font-weight: bold;
}
/* line 29, ../../src/scss/_disease-list.scss */
.disease-list__popular__item::after {
  content: unset;
}
/* line 34, ../../src/scss/_disease-list.scss */
.disease-list__popular__item:last-child::after, .disease-list__popular__item:first-child::after {
  content: none;
}
/* line 41, ../../src/scss/_disease-list.scss */
.disease-list__most-searched {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  /* line 41, ../../src/scss/_disease-list.scss */
  .disease-list__most-searched {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
/* line 54, ../../src/scss/_disease-list.scss */
.disease-list__description {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
/* line 62, ../../src/scss/_disease-list.scss */
.disease-list__subtitle {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
  font-feature-settings: 'liga' off;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 15px;
}
/* line 73, ../../src/scss/_disease-list.scss */
.disease-list__search {
  position: relative;
  background-color: rgba(228, 126, 38, 0.1);
  border-right: 5px solid rgba(216, 216, 216, 0.35);
  height: 40px;
  margin-bottom: 25px;
}
/* line 79, ../../src/scss/_disease-list.scss */
.disease-list__search__input {
  width: calc( 100% - 55px);
  height: 100%;
  background: none;
  border: none;
  text-indent: 5px;
}
/* line 85, ../../src/scss/_disease-list.scss */
.disease-list__search__input:focus {
  outline: none;
}
/* line 89, ../../src/scss/_disease-list.scss */
.disease-list__search__submit {
  background: none;
  border: none;
  width: 50px;
}
/* line 97, ../../src/scss/_disease-list.scss */
.disease-list__letters {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
/* line 104, ../../src/scss/_disease-list.scss */
.disease-list__letters__link {
  display: block;
  text-align: center;
  margin: 10px;
  width: 20px;
  font-size: 18px;
}
/* line 110, ../../src/scss/_disease-list.scss */
.disease-list__letters__link--active {
  font-weight: bold;
}

/* line 1, ../../src/scss/_error.scss */
.error {
  min-height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* line 7, ../../src/scss/_error.scss */
.error__title {
  font-family: 'lora';
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  /* line 7, ../../src/scss/_error.scss */
  .error__title {
    font-size: 48px;
    line-height: 54px;
  }
}

/* line 23, ../../src/scss/_error.scss */
.site-error {
  background: white;
  width: 100%;
  padding-top: 180px;
  padding: 47px 0;
  margin-bottom: 35px;
}
@media screen and (min-width: 992px) {
  /* line 23, ../../src/scss/_error.scss */
  .site-error {
    padding: 180px 0 47px 0;
  }
}
/* line 34, ../../src/scss/_error.scss */
.site-error__icon {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 992px) {
  /* line 34, ../../src/scss/_error.scss */
  .site-error__icon {
    width: 60px;
    height: 60px;
  }
}
/* line 45, ../../src/scss/_error.scss */
.site-error__header {
  font-family: 'lora';
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.5px;
  color: var(--darkColor);
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  /* line 45, ../../src/scss/_error.scss */
  .site-error__header {
    font-size: 48px;
    line-height: 54px;
  }
}
/* line 60, ../../src/scss/_error.scss */
.site-error__content {
  display: flex;
  margin: 30px 0;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  /* line 60, ../../src/scss/_error.scss */
  .site-error__content {
    flex-direction: row;
  }
}
/* line 69, ../../src/scss/_error.scss */
.site-error__content__text {
  font-family: 'source_sans_proregular';
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  /* line 69, ../../src/scss/_error.scss */
  .site-error__content__text {
    width: 50%;
  }
}
/* line 80, ../../src/scss/_error.scss */
.site-error__content__text span {
  font-weight: 700;
}
/* line 85, ../../src/scss/_error.scss */
.site-error__content__search {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 992px) {
  /* line 85, ../../src/scss/_error.scss */
  .site-error__content__search {
    width: 50%;
    justify-content: flex-end;
  }
}
/* line 96, ../../src/scss/_error.scss */
.site-error__button {
  font-family: 'source_sans_proregular';
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: white;
  padding: 12px 12px;
  background: var(--lightColor);
}
/* line 106, ../../src/scss/_error.scss */
.site-error__button:hover {
  color: white;
}

/* line 2, ../../src/scss/_tag-page.scss */
.tag-page__title {
  font-family: 'Lora', serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #333333;
  margin: 40px 0;
}

/* line 1, ../../src/scss/_search-page.scss */
.search-page {
  background-color: white;
  padding-top: 15px;
}
/* line 4, ../../src/scss/_search-page.scss */
.search-page__form {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: -2px 2px 14px rgba(27, 70, 51, 0.25);
  border-radius: 20px;
  margin-right: 40px;
  padding: 12px 3px 12px 14px;
  width: 100%;
  margin-bottom: 30px;
}
/* line 17, ../../src/scss/_search-page.scss */
.search-page__form__input {
  width: calc( 100% - 55px);
  height: 100%;
  background: none;
  border: none;
  text-indent: 5px;
}
/* line 23, ../../src/scss/_search-page.scss */
.search-page__form__input:focus {
  outline: none;
}
/* line 27, ../../src/scss/_search-page.scss */
.search-page__form__submit {
  background: none;
  border: none;
  width: 50px;
}
/* line 35, ../../src/scss/_search-page.scss */
.search-page__title {
  font-family: 'lora';
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -0.5px;
}
/* line 43, ../../src/scss/_search-page.scss */
.search-page__buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 30px 0;
}
/* line 48, ../../src/scss/_search-page.scss */
.search-page__buttons > * + * {
  margin-left: 30px;
}
/* line 52, ../../src/scss/_search-page.scss */
.search-page__pagination {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  /* line 52, ../../src/scss/_search-page.scss */
  .search-page__pagination {
    margin-bottom: 15px;
  }
}
/* line 57, ../../src/scss/_search-page.scss */
.search-page__pagination ul {
  margin: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  list-style-type: none;
}
/* line 63, ../../src/scss/_search-page.scss */
.search-page__pagination ul li {
  margin: 0 5px;
  width: 5%;
}
/* line 67, ../../src/scss/_search-page.scss */
.search-page__pagination ul li.active a {
  color: var(--lightColor);
}
/* line 72, ../../src/scss/_search-page.scss */
.search-page__pagination ul li a {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}
/* line 77, ../../src/scss/_search-page.scss */
.search-page__pagination ul li a:hover {
  color: var(--lightColor);
}
/* line 82, ../../src/scss/_search-page.scss */
.search-page__pagination ul li.prev a, .search-page__pagination ul li.next a {
  width: 20px;
  height: 15px;
  display: block;
  background-image: url(../img/icons/arrow-left-darkgreen-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 92, ../../src/scss/_search-page.scss */
.search-page__pagination ul li.next a {
  transform: rotate(180deg);
}

/* line 1, ../../src/scss/_authorization-box.scss */
.authorization-box {
  background: #FCFCFC;
  border-radius: 20px;
  width: 100%;
  margin: 0;
  margin-top: 50px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  padding: 26px 19px;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  /* line 1, ../../src/scss/_authorization-box.scss */
  .authorization-box {
    flex-direction: row;
  }
}
/* line 18, ../../src/scss/_authorization-box.scss */
.authorization-box__wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  /* line 18, ../../src/scss/_authorization-box.scss */
  .authorization-box__wrap {
    margin-left: 15px;
  }
}
/* line 28, ../../src/scss/_authorization-box.scss */
.authorization-box__authorWrap {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 120px;
  min-height: 120px;
}
@media screen and (min-width: 992px) {
  /* line 28, ../../src/scss/_authorization-box.scss */
  .authorization-box__authorWrap {
    flex-direction: row;
    min-height: 0;
    padding-left: 0;
  }
}
/* line 42, ../../src/scss/_authorization-box.scss */
.authorization-box__info {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: var(--lightColor);
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* line 51, ../../src/scss/_authorization-box.scss */
.authorization-box__link {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 26px;
  left: 19px;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  /* line 51, ../../src/scss/_authorization-box.scss */
  .authorization-box__link {
    position: static;
  }
}
/* line 64, ../../src/scss/_authorization-box.scss */
.authorization-box__image {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
/* line 69, ../../src/scss/_authorization-box.scss */
.authorization-box__image--float {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: absolute;
  top: 26px;
  left: 19px;
}
@media screen and (min-width: 992px) {
  /* line 69, ../../src/scss/_authorization-box.scss */
  .authorization-box__image--float {
    position: static;
  }
}
/* line 83, ../../src/scss/_authorization-box.scss */
.authorization-box__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: var(--darkColor);
  margin-bottom: 5px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  /* line 83, ../../src/scss/_authorization-box.scss */
  .authorization-box__name {
    padding-left: 0px;
  }
}
/* line 98, ../../src/scss/_authorization-box.scss */
.authorization-box__socials {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (min-width: 992px) {
  /* line 98, ../../src/scss/_authorization-box.scss */
  .authorization-box__socials {
    position: static;
    margin: 0;
    margin-left: auto;
  }
}
/* line 111, ../../src/scss/_authorization-box.scss */
.authorization-box__socials__icon {
  width: 20px;
  height: 20px;
}
@media (min-width: 360px) {
  /* line 111, ../../src/scss/_authorization-box.scss */
  .authorization-box__socials__icon {
    width: 24px;
    height: 24px;
  }
}
/* line 122, ../../src/scss/_authorization-box.scss */
.authorization-box__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  height: 56px;
  overflow: hidden;
}
/* line 130, ../../src/scss/_authorization-box.scss */
.authorization-box__description--expand {
  height: auto;
}
@media screen and (min-width: 992px) {
  /* line 122, ../../src/scss/_authorization-box.scss */
  .authorization-box__description {
    height: auto;
  }
}
/* line 139, ../../src/scss/_authorization-box.scss */
.authorization-box__btn {
  display: block;
  color: var(--darkColor);
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-decoration-line: underline;
  padding: 1px 0;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  /* line 139, ../../src/scss/_authorization-box.scss */
  .authorization-box__btn {
    display: none;
  }
}
/* line 155, ../../src/scss/_authorization-box.scss */
.authorization-box--autor-page .authorization-box__name {
  min-height: 100px;
}
@media screen and (min-width: 992px) {
  /* line 155, ../../src/scss/_authorization-box.scss */
  .authorization-box--autor-page .authorization-box__name {
    min-height: unset;
  }
}

/* line 1, ../../src/scss/_form-school.scss */
.form-school-background {
  background-image: url("../img/medme/tla/wyprawka-mamy-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

/* line 9, ../../src/scss/_form-school.scss */
.form-school {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
/* line 16, ../../src/scss/_form-school.scss */
.form-school__top-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  /* line 16, ../../src/scss/_form-school.scss */
  .form-school__top-banner {
    padding-top: 40px;
  }
}
/* line 27, ../../src/scss/_form-school.scss */
.form-school__top-banner img {
  margin: 0 auto;
  width: 80%;
}
@media only screen and (min-width: 768px) {
  /* line 27, ../../src/scss/_form-school.scss */
  .form-school__top-banner img {
    width: 600px;
  }
}
/* line 37, ../../src/scss/_form-school.scss */
.form-school__bottom-banner {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 1;
  width: 400px;
  display: none;
}
/* line 45, ../../src/scss/_form-school.scss */
.form-school__bottom-banner img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  /* line 37, ../../src/scss/_form-school.scss */
  .form-school__bottom-banner {
    display: block;
  }
}
/* line 54, ../../src/scss/_form-school.scss */
.form-school__text {
  color: #004480;
  margin: 20px auto;
  max-width: 400px;
  text-align: center;
  font-size: 16px;
  font-family: 'source_sans_proregular';
  padding: 0 20px;
}
@media screen and (min-width: 576px) {
  /* line 54, ../../src/scss/_form-school.scss */
  .form-school__text {
    font-size: 20px;
    margin-bottom: 60px;
    padding: 0;
  }
}
/* line 69, ../../src/scss/_form-school.scss */
.form-school__text span {
  font-weight: 700;
}
/* line 75, ../../src/scss/_form-school.scss */
.form-school__list__item {
  width: 80%;
  display: flex;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  /* line 75, ../../src/scss/_form-school.scss */
  .form-school__list__item {
    width: 340px;
  }
}
/* line 84, ../../src/scss/_form-school.scss */
.form-school__list__item p {
  color: #004480;
  font-size: 16px;
  margin-bottom: 20px;
  font-family: 'source_sans_proregular';
}
@media screen and (min-width: 576px) {
  /* line 84, ../../src/scss/_form-school.scss */
  .form-school__list__item p {
    text-align: center;
    font-size: 20px;
    padding: 0;
  }
}
/* line 98, ../../src/scss/_form-school.scss */
.form-school__list__icon {
  background-image: url("../img/icons/wyprawka-mamy-list-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 30px;
  flex-shrink: 0;
  margin-right: 10px;
}
/* line 111, ../../src/scss/_form-school.scss */
.form-school--wrapper {
  max-width: 100%;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (min-width: 576px) {
  /* line 111, ../../src/scss/_form-school.scss */
  .form-school--wrapper {
    max-width: 600px;
  }
}
/* line 121, ../../src/scss/_form-school.scss */
.form-school__input {
  width: 100%;
  font-family: 'source_sans_proregular';
}
/* line 125, ../../src/scss/_form-school.scss */
.form-school__input div {
  width: 100%;
  margin-bottom: 5px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 576px) {
  /* line 125, ../../src/scss/_form-school.scss */
  .form-school__input div {
    align-items: center;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 125, ../../src/scss/_form-school.scss */
  .form-school__input div {
    padding: 0;
  }
}
/* line 143, ../../src/scss/_form-school.scss */
.form-school__input label {
  color: #004480;
  font-size: 14px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 143, ../../src/scss/_form-school.scss */
  .form-school__input label {
    width: auto;
    font-size: 16px;
  }
}
/* line 154, ../../src/scss/_form-school.scss */
.form-school__input input {
  width: 100%;
  height: 30px;
  border-radius: 5px;
  margin: 0;
  box-shadow: 0px 0px 2px #999;
}
/* line 160, ../../src/scss/_form-school.scss */
.form-school__input input:focus {
  border-color: #003399;
  box-shadow: 0 0 0 0.2rem #0044803d;
}
@media only screen and (min-width: 768px) {
  /* line 154, ../../src/scss/_form-school.scss */
  .form-school__input input {
    margin-left: auto;
    width: 300px;
  }
}
/* line 173, ../../src/scss/_form-school.scss */
.form-school__btn {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  padding-bottom: 20px;
}
@media screen and (min-width: 576px) {
  /* line 173, ../../src/scss/_form-school.scss */
  .form-school__btn {
    margin: 40px 0;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 173, ../../src/scss/_form-school.scss */
  .form-school__btn {
    margin: 120px 0 40px 0;
    padding-bottom: 100px;
  }
}
/* line 188, ../../src/scss/_form-school.scss */
.form-school__btn button {
  background-color: #009999;
  color: white;
  border: none;
  font-size: 14px;
  padding: 8px 20px;
  text-transform: uppercase;
  border-radius: 8px;
}
/* line 196, ../../src/scss/_form-school.scss */
.form-school__btn button:hover {
  background-color: #004480;
}
@media only screen and (min-width: 768px) {
  /* line 188, ../../src/scss/_form-school.scss */
  .form-school__btn button {
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 10px;
  }
}

/* line 1, ../../src/scss/_form-registration.scss */
.form-registration {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/medme/tla/wyprawka-rejestracja-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 440px;
  padding: 0 50px;
  position: relative;
}
@media screen and (min-width: 992px) {
  /* line 1, ../../src/scss/_form-registration.scss */
  .form-registration {
    background-position: right;
    background-size: cover;
  }
}
/* line 22, ../../src/scss/_form-registration.scss */
.form-registration__content {
  background: white;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(226, 226, 226, 0.425);
  padding: 30px 0 20px 0;
  width: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
/* line 34, ../../src/scss/_form-registration.scss */
.form-registration__content__title {
  font-size: 26px !important;
}
/* line 38, ../../src/scss/_form-registration.scss */
.form-registration__content__logo {
  position: absolute;
  width: 140px;
  height: 100px;
  top: -60px;
  left: calc(50% - 70px);
}
/* line 45, ../../src/scss/_form-registration.scss */
.form-registration__content__logo img {
  width: 140px;
}
/* line 50, ../../src/scss/_form-registration.scss */
.form-registration__content__text-with-background {
  background-image: url("../img/medme/wyprawka-text-background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 65px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  font-family: 'source_sans_proregular';
  position: relative;
}
/* line 66, ../../src/scss/_form-registration.scss */
.form-registration__content__text-with-background span {
  position: relative;
  top: -4px;
}
@media screen and (min-width: 576px) {
  /* line 50, ../../src/scss/_form-registration.scss */
  .form-registration__content__text-with-background {
    font-size: 20px;
  }
}
/* line 76, ../../src/scss/_form-registration.scss */
.form-registration__content__button {
  width: 100%;
  display: flex;
  justify-content: center;
}
/* line 81, ../../src/scss/_form-registration.scss */
.form-registration__content__button button {
  background-color: #009999;
  color: white;
  border: none;
  font-size: 14px;
  padding: 8px 20px;
  width: max-content;
  text-transform: uppercase;
  border-radius: 8px;
}
/* line 90, ../../src/scss/_form-registration.scss */
.form-registration__content__button button:hover {
  background-color: #004480;
}
@media only screen and (min-width: 768px) {
  /* line 81, ../../src/scss/_form-registration.scss */
  .form-registration__content__button button {
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 10px;
  }
}
/* line 101, ../../src/scss/_form-registration.scss */
.form-registration__content p {
  color: #004480;
  margin: 10px auto;
  text-align: center;
  font-size: 16px;
  font-family: 'source_sans_proregular';
}
@media screen and (min-width: 576px) {
  /* line 101, ../../src/scss/_form-registration.scss */
  .form-registration__content p {
    font-size: 20px;
  }
}
/* line 114, ../../src/scss/_form-registration.scss */
.form-registration__img {
  position: absolute;
  left: 10px;
  top: 22%;
  z-index: 2;
  display: none;
}
@media screen and (min-width: 1200px) {
  /* line 114, ../../src/scss/_form-registration.scss */
  .form-registration__img {
    display: block;
  }
}
/* line 125, ../../src/scss/_form-registration.scss */
.form-registration__img img {
  width: 400px;
}

/* line 1, ../../src/scss/_sonda.scss */
.sonda {
  position: relative;
  background-color: #fff;
  padding: 20px 31px 20px 35px;
  width: 100%;
}
/* line 4, ../../src/scss/_sonda.scss */
.sonda__fixed {
  max-height: 100vh;
  max-width: 290px;
  z-index: 999;
  bottom: 20px;
  position: fixed;
  right: 0;
  display: block;
  transform: translateX(100%);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
  /* line 4, ../../src/scss/_sonda.scss */
  .sonda__fixed {
    transform: translateX(100%);
    bottom: 0px;
  }
}
/* line 29, ../../src/scss/_sonda.scss */
.sonda__fixed--active {
  transform: translateX(0);
}
/* line 38, ../../src/scss/_sonda.scss */
.sonda__fixed--active .sonda__fixed__button svg {
  transform: rotateZ(0deg);
}
/* line 44, ../../src/scss/_sonda.scss */
.sonda__fixed__close-button {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  border: 1px solid var(--lightColor);
  border-radius: 6px;
  width: 26px;
  height: 26px;
  padding-left: 4px;
  padding-top: 1px;
}
/* line 58, ../../src/scss/_sonda.scss */
.sonda__fixed__button {
  cursor: pointer;
  position: absolute;
  left: -70px;
  bottom: 200px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  transform: rotate(-90deg);
  width: 110px;
  height: 30px;
  background-color: var(--lightColor);
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  color: white;
  padding: 6px;
}
/* line 77, ../../src/scss/_sonda.scss */
.sonda__fixed__button svg {
  transform: rotateZ(180deg);
}
@media screen and (min-width: 992px) {
  /* line 58, ../../src/scss/_sonda.scss */
  .sonda__fixed__button {
    bottom: 230px;
  }
}
/* line 87, ../../src/scss/_sonda.scss */
.sonda--agregator {
  max-width: 100%;
}
/* line 103, ../../src/scss/_sonda.scss */
.sonda__header {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: var(--darkColor);
  font-family: 'source_sans_proregular';
}
/* line 119, ../../src/scss/_sonda.scss */
.sonda a {
  background-color: white;
}
/* line 123, ../../src/scss/_sonda.scss */
.sonda__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
/* line 144, ../../src/scss/_sonda.scss */
.sonda-wrapper {
  background-color: white;
  display: flex;
  border: 1px solid var(--lightColor);
  border-radius: 20px;
  overflow: hidden;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  /* line 144, ../../src/scss/_sonda.scss */
  .sonda-wrapper {
    max-width: 300px;
    position: sticky;
    top: 182px;
  }
}
/* line 164, ../../src/scss/_sonda.scss */
.sonda-wrapper--agregator {
  max-width: 100%;
}
/* line 169, ../../src/scss/_sonda.scss */
.sonda__title {
  font-family: 'source_sans_proregular';
  margin-top: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  color: var(--darkColor);
  margin-bottom: 10px;
}
/* line 187, ../../src/scss/_sonda.scss */
.sonda__title span {
  color: #8AA097;
}
/* line 192, ../../src/scss/_sonda.scss */
.sonda__partnership {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}
/* line 198, ../../src/scss/_sonda.scss */
.sonda__content {
  margin-top: 15px;
}
/* line 201, ../../src/scss/_sonda.scss */
.sonda__content--flex {
  display: flex;
}
/* line 205, ../../src/scss/_sonda.scss */
.sonda__content__wrapper {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
/* line 211, ../../src/scss/_sonda.scss */
.sonda__content__answer {
  font-family: 'source_sans_proregular';
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--darkColor);
}
/* line 226, ../../src/scss/_sonda.scss */
.sonda__content__input {
  transition: 0.3s;
  margin: 0px;
  border: none;
  margin-right: 10px;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  background-color: none;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  position: relative;
  border: 1px solid #DEDBE7;
}
/* line 243, ../../src/scss/_sonda.scss */
.sonda__content__input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #56C785;
  transition: all .3s;
  border-radius: 100%;
}
/* line 254, ../../src/scss/_sonda.scss */
.sonda__content__input:checked {
  transition: all .3s;
}
/* line 257, ../../src/scss/_sonda.scss */
.sonda__content__input:checked::after {
  transition: all .3s;
  transform: translate(-50%, -50%);
  background-color: #56C785;
  width: 60%;
  height: 60%;
}
/* line 268, ../../src/scss/_sonda.scss */
.sonda__submit-btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  background-color: var(--lightColor);
  color: white;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 6px;
  padding: 7px 2px;
  width: 100%;
  min-width: 140px;
  margin-top: 20px;
}
/* line 293, ../../src/scss/_sonda.scss */
.sonda__result {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
/* line 302, ../../src/scss/_sonda.scss */
.sonda__result--wrapper {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
/* line 311, ../../src/scss/_sonda.scss */
.sonda__result__text {
  width: 85%;
  margin: 5px auto;
}
/* line 315, ../../src/scss/_sonda.scss */
.sonda__result__text p {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--darkColor);
  font-family: 'source_sans_proregular';
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 576px) {
  /* line 315, ../../src/scss/_sonda.scss */
  .sonda__result__text p {
    max-width: 188px;
  }
}
/* line 340, ../../src/scss/_sonda.scss */
.sonda__result__progress {
  display: flex;
  margin: auto;
  width: 85%;
  justify-content: space-between;
  align-items: center;
}
/* line 350, ../../src/scss/_sonda.scss */
.sonda__result__progress--wrapper {
  background-color: #EEEEEE;
  position: relative;
  border: 0.2px solid #FFFFFF;
  height: 7px;
  line-height: 0;
  min-width: 120px;
  width: 80%;
  border-radius: 20px;
}
/* line 365, ../../src/scss/_sonda.scss */
.sonda__result__progress__number {
  font-family: 'source_sans_proregular';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  color: #1a4632;
  margin-right: 6px;
  min-width: 25px;
}
/* line 377, ../../src/scss/_sonda.scss */
.sonda__result__progress__bar {
  position: relative;
  background: var(--lightColor);
  height: 7px;
  border-radius: 20px;
  min-width: 5% !important;
}
/* line 387, ../../src/scss/_sonda.scss */
.sonda__result__progress__bar::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  width: 20px;
  background-color: var(--lightColor);
  border: 2px solid white;
  border-radius: 100%;
  height: 20px;
}

/* line 1, ../../src/scss/_custom-pagination.scss */
.custom-pagination {
  margin: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
/* line 9, ../../src/scss/_custom-pagination.scss */
.custom-pagination__item {
  margin: 18px;
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  /* line 9, ../../src/scss/_custom-pagination.scss */
  .custom-pagination__item {
    margin: 10px;
  }
}
/* line 16, ../../src/scss/_custom-pagination.scss */
.custom-pagination__item--current {
  font-weight: bold;
}
/* line 19, ../../src/scss/_custom-pagination.scss */
.custom-pagination__item--back, .custom-pagination__item--next {
  width: 100%;
}
/* line 21, ../../src/scss/_custom-pagination.scss */
.custom-pagination__item--back a, .custom-pagination__item--next a {
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 992px) {
  /* line 19, ../../src/scss/_custom-pagination.scss */
  .custom-pagination__item--back, .custom-pagination__item--next {
    width: auto;
  }
}

/* line 1, ../../src/scss/_adult-popup.scss */
.adult-popup {
  width: 100vw;
  height: 100dvh;
  position: fixed;
  top: 0;
  z-index: 999999;
  backdrop-filter: blur(15px);
  -ms-backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
/* line 18, ../../src/scss/_adult-popup.scss */
.adult-popup.hide {
  display: none;
}
/* line 22, ../../src/scss/_adult-popup.scss */
.adult-popup__content {
  background-color: white;
  width: auto;
  height: auto;
  padding: 32px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  /* line 22, ../../src/scss/_adult-popup.scss */
  .adult-popup__content {
    min-width: 640px;
  }
}
/* line 34, ../../src/scss/_adult-popup.scss */
.adult-popup__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--darkColor);
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 576px) {
  /* line 34, ../../src/scss/_adult-popup.scss */
  .adult-popup__title {
    font-size: 32px;
  }
}
/* line 47, ../../src/scss/_adult-popup.scss */
.adult-popup__paragraph {
  margin-bottom: 24px;
}
/* line 51, ../../src/scss/_adult-popup.scss */
.adult-popup__footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  /* line 51, ../../src/scss/_adult-popup.scss */
  .adult-popup__footer {
    flex-direction: row-reverse;
  }
}
/* line 60, ../../src/scss/_adult-popup.scss */
.adult-popup__footer .button {
  font-size: 16px;
  padding: 16px 16px;
  text-align: center;
}
/* line 65, ../../src/scss/_adult-popup.scss */
.adult-popup__footer .button:not(.button--light-green) {
  background: #f7f7f7;
}

/* line 1, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign {
  position: relative;
  padding-bottom: 25px;
}
/* line 6, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign .help-block-error {
  padding-top: 5px;
  color: #c6303e;
  margin-bottom: 0;
}
/* line 12, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__submit {
  margin-top: 15px;
}
/* line 16, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__form {
  display: flex;
  flex-direction: column;
  gap: 30%;
}
/* line 21, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__form input {
  height: 51px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  /* line 16, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign__form {
    justify-content: unset;
    flex-direction: row;
    gap: 30px;
  }
  /* line 32, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign__form input {
    width: calc(100% - 30px - 150px);
  }
  /* line 36, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign__form .form-group {
    width: calc(100% - 30px - 150px);
  }
  /* line 39, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign__form .form-group input {
    width: 100%;
  }
}
/* line 46, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign--agregator {
  max-width: 800px;
  margin: auto;
}
/* line 51, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__rodo {
  display: none;
}
/* line 55, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__container {
  width: 100%;
  margin: 0;
  padding: 30px 20px 30px 20px;
  background-color: #F8F8F8;
  align-items: center;
  border-radius: 20px;
}
@media screen and (min-width: 992px) {
  /* line 55, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign__container {
    width: 100%;
    margin: 0;
    padding: 40px;
    align-items: flex-start;
  }
}
/* line 73, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__message .header {
  padding-top: 20px;
  font-size: 18px !important;
  color: #1b4634;
}
/* line 80, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
/* line 86, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign--wrapper {
  display: flex;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  /* line 86, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign--wrapper {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
  }
}
/* line 99, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__checkbox {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  padding-left: 10px;
  flex-shrink: 2;
  line-height: 16px;
  letter-spacing: 0.32px;
  display: inline-block;
  color: var(--darkColor);
  font-size: 12px;
}
/* line 111, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__checkbox p {
  margin: 0;
}
/* line 115, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__checkbox a {
  cursor: pointer;
}
/* line 118, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__checkbox a:hover {
  text-decoration: underline;
}
/* line 140, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign--medme .newsletter-redesign__container {
  width: 100%;
  margin: 0;
  padding: 30px 20px 30px 20px;
  background-color: #F7F7F7;
  align-items: center;
  border-radius: 0;
}
/* line 149, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign--medme .newsletter-redesign__text {
  text-align: center;
}
/* line 152, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign--medme .newsletter-redesign__text--small {
  text-align: left;
  color: #333;
}
/* line 158, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign--medme .newsletter-redesign--wrapper {
  margin-bottom: 30px;
}
/* line 162, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign--medme .newsletter-redesign__form {
  flex-direction: column;
  gap: 30%;
}
/* line 167, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign--medme .newsletter-redesign__form input {
  height: 50px;
  width: 100%;
}
/* line 173, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign--medme .newsletter-redesign__form .form-group {
  width: 100%;
}
/* line 177, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign--medme .newsletter-redesign__form .form-group input {
  height: 50px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  /* line 185, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign--medme .newsletter-redesign__container {
    width: 100%;
    margin: 0;
    padding: 15px;
    background-position: left -1px bottom;
    background-repeat: no-repeat;
    background-size: 170px;
    background-color: #F7F7F7;
    align-items: flex-start;
  }
  /* line 198, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign--medme .newsletter-redesign__text {
    text-align: left;
  }
  /* line 201, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign--medme .newsletter-redesign__text--small {
    letter-spacing: unset;
    line-height: 25px;
  }
  /* line 208, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign--medme .newsletter-redesign__form {
    justify-content: unset;
    flex-direction: row;
    gap: 30px;
  }
  /* line 213, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign--medme .newsletter-redesign__form input {
    width: calc(100% - 30px - 150px);
  }
  /* line 217, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign--medme .newsletter-redesign__form .form-group {
    width: calc(100% - 30px - 150px);
  }
  /* line 220, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign--medme .newsletter-redesign__form .form-group input {
    width: 100%;
  }
  /* line 226, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign--medme .newsletter-redesign--wrapper {
    margin-bottom: 0;
  }
}
/* line 234, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign--marketplacehcg .newsletter-redesign__container {
  width: 100%;
  margin: 0;
  padding: 30px 20px 30px 20px;
  align-items: center;
}
/* line 242, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign--marketplacehcg .newsletter-redesign__text {
  text-align: center;
}
/* line 246, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign--marketplacehcg .newsletter-redesign__text--header {
  font-weight: bold;
  text-align: center;
}
/* line 250, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign--marketplacehcg .newsletter-redesign__text--header br {
  display: none;
}
/* line 255, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign--marketplacehcg .newsletter-redesign__text--paragraph {
  font-size: 14px;
}
/* line 258, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign--marketplacehcg .newsletter-redesign__text--paragraph p {
  text-align: center;
}
/* line 263, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign--marketplacehcg .newsletter-redesign--wrapper {
  margin-bottom: 5px;
}
/* line 267, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign--marketplacehcg .newsletter-redesign__form {
  flex-direction: column;
  gap: 15px;
}
/* line 271, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign--marketplacehcg .newsletter-redesign__form input {
  height: 50px;
  width: 100%;
}
/* line 277, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign--marketplacehcg .newsletter-redesign__form button {
  margin: 0;
}
@media screen and (min-width: 992px) {
  /* line 283, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign--marketplacehcg .newsletter-redesign__text--header {
    text-align: left;
  }
  /* line 286, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign--marketplacehcg .newsletter-redesign__text--header br {
    display: initial;
  }
  /* line 291, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign--marketplacehcg .newsletter-redesign__container {
    width: 100%;
    margin: 0;
    padding: 20px 20px 20px 220px;
    background-image: url(../img/medme/newsletter-hcg.png);
    background-position: left -60px center;
    background-repeat: no-repeat;
    background-size: 370px;
    align-items: flex-start;
  }
  /* line 303, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign--marketplacehcg .newsletter-redesign__form {
    justify-content: unset;
    flex-direction: row;
    gap: 30px;
  }
  /* line 308, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign--marketplacehcg .newsletter-redesign__form input {
    width: calc(100% - 30px - 150px);
  }
  /* line 312, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign--marketplacehcg .newsletter-redesign__form .form-group {
    width: calc(100% - 30px - 150px);
  }
  /* line 315, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign--marketplacehcg .newsletter-redesign__form .form-group input {
    width: 100%;
  }
  /* line 321, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign--marketplacehcg .newsletter-redesign__text--paragraph {
    font-size: 14px;
  }
  /* line 324, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign--marketplacehcg .newsletter-redesign__text--paragraph p {
    text-align: left;
  }
  /* line 329, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign--marketplacehcg .newsletter-redesign--wrapper {
    margin-bottom: 0;
  }
  /* line 333, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign--marketplacehcg ol {
    margin: 0;
    padding: 0;
    padding-left: 15px;
    margin-bottom: 7px;
    font-size: 14px;
  }
}
/* line 345, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign--contact-form .newsletter-redesign__title {
  max-width: 100%;
  font-size: 26px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  /* line 345, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign--contact-form .newsletter-redesign__title {
    font-size: 36px;
    line-height: 40px;
    margin: 0 10px 10px 0;
  }
}
/* line 357, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign--contact-form .newsletter-redesign__text {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal !important;
}
@media only screen and (min-width: 768px) {
  /* line 357, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign--contact-form .newsletter-redesign__text {
    font-size: 21px;
    line-height: 26px;
  }
}
/* line 368, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign--contact-form .newsletter-redesign__form {
  margin-bottom: 4px;
}
/* line 371, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign--contact-form .newsletter-redesign__form input {
  padding: 0 8px;
  font-family: 'source_sans_proregular';
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  /* line 371, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign--contact-form .newsletter-redesign__form input {
    font-size: 18px;
    line-height: 22px;
  }
}
/* line 384, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign--contact-form .newsletter-redesign--wrapper {
  display: flex;
  align-items: flex-start;
  margin: 15px 0 0 0;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (min-width: 768px) {
  /* line 384, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign--contact-form .newsletter-redesign--wrapper {
    font-size: 18px;
    line-height: 22px;
  }
}
/* line 396, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign--contact-form .newsletter-redesign--wrapper input[type="checkbox"] {
  margin-right: 8px;
  margin-top: 2px;
}
@media only screen and (min-width: 768px) {
  /* line 396, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign--contact-form .newsletter-redesign--wrapper input[type="checkbox"] {
    margin-top: 4px;
  }
}
/* line 407, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign--contact-form .newsletter-redesign__button {
  padding: 10px 20px;
  border-radius: 10px;
  color: white;
  background: #0880d0;
  margin-top: 4px;
  font-family: 'source_sans_proregular';
  font-size: 18px;
  width: 100% !important;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  /* line 407, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign--contact-form .newsletter-redesign__button {
    width: 50% !important;
    font-size: 21px;
  }
}
/* line 426, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__modal-logo {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-image: url("../img/redesign/icons/cross-icon-green.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
/* line 437, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__title {
  display: inline-block;
  font-family: 'lora';
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: -0.5px;
  color: var(--darkColor);
  width: 100%;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 992px) {
  /* line 437, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign__title {
    width: auto;
    margin: 0 10px 0 0;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.5px;
    max-width: 190px;
  }
}
/* line 459, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__title--with-logo {
  position: relative;
}
/* line 462, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__title--with-logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  background-image: url("../img/icons/medme-icon.svg");
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
}
/* line 476, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__show {
  cursor: pointer;
  text-decoration: underline;
}
/* line 480, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__show:hover {
  color: var(--darkColor);
}
/* line 485, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__text {
  font-weight: bold;
  font-size: 20px;
  color: var(--darkColor);
}
@media screen and (min-width: 992px) {
  /* line 485, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign__text {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
  }
}
/* line 497, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__text--small {
  font-size: 12px;
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  /* line 497, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign__text--small {
    font-size: 16px;
  }
}
/* line 507, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__modal-title {
  font-family: 'lora';
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -1px;
  color: #1b4634;
}
@media screen and (min-width: 992px) {
  /* line 507, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign__modal-title {
    margin-bottom: 40px;
  }
}
/* line 520, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__modal-text {
  font-family: 'source_sans_proregular';
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}
/* line 528, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__modal {
  padding: 0 17px;
}
/* line 531, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__modal__close {
  background-color: var(--darkColor);
  opacity: 1;
  border-radius: 35px;
  width: 35px;
  height: 35px;
  padding: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  border: none;
}
/* line 543, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__modal__close span {
  color: white;
}
@media screen and (min-width: 992px) {
  /* line 548, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign__modal .modal-dialog {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 554, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign__modal .modal-content {
    background: #F1EAE4;
    border-radius: 0px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 992px) {
  /* line 554, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign__modal .modal-content {
    background: #F1EAE4;
    border-radius: 0px;
    padding: 0 100px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 554, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign__modal .modal-content {
    width: 1000px;
  }
}
/* line 572, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__modal .modal-header {
  border-bottom: 0px;
  margin-top: 40px;
}
/* line 579, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__modal .modal-footer {
  border-top: 0px;
  padding: 0 0 70px 0;
}

/* line 590, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__container--content .newsletter-redesign__text--header {
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
}
/* line 595, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__container--content .newsletter-redesign__text--header h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (min-width: 992px) {
  /* line 595, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign__container--content .newsletter-redesign__text--header h2 {
    margin-bottom: 25px;
  }
  /* line 604, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign__container--content .newsletter-redesign__text--header h2 br {
    display: none;
  }
}
/* line 611, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__container--content .newsletter-redesign__text--paragraph {
  display: flex;
  padding-bottom: 20px;
}
/* line 615, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__container--content .newsletter-redesign__text--paragraph p {
  font-weight: 400;
  font-size: 14px;
  align-items: center;
  letter-spacing: -0.02em;
  color: var(--darkColor);
  line-height: 18px;
}
@media screen and (min-width: 992px) {
  /* line 615, ../../src/scss/_newsletter-redesign.scss */
  .newsletter-redesign__container--content .newsletter-redesign__text--paragraph p {
    font-size: 18px;
    line-height: 24px;
  }
}

/* line 631, ../../src/scss/_newsletter-redesign.scss */
.newsletter-redesign__text--small {
  font-weight: 400 !important;
  letter-spacing: -0.02em !important;
  font-size: 18px;
  line-height: 24px;
}

/* line 2, ../../src/scss/_adwrapper.scss */
.adwrapper a {
  display: block;
  width: 100%;
}
/* line 6, ../../src/scss/_adwrapper.scss */
.adwrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

/* line 1, ../../src/scss/_akcjastaramysie.scss */
.akcjastaramysie {
  width: 100vw;
  margin: 5px -15px;
}
@media screen and (min-width: 992px) {
  /* line 1, ../../src/scss/_akcjastaramysie.scss */
  .akcjastaramysie {
    margin: 10px auto;
    width: 100%;
  }
}

/* line 12, ../../src/scss/_akcjastaramysie.scss */
.staramy-sie-widget {
  display: flex;
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 20;
  background-color: var(--lightColor);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px 0px 0px 20px;
  transition: transform .3s;
  transform: translateX(calc(100% - 29px));
}
@media screen and (min-width: 992px) {
  /* line 12, ../../src/scss/_akcjastaramysie.scss */
  .staramy-sie-widget {
    bottom: auto;
    top: 25%;
  }
}
/* line 29, ../../src/scss/_akcjastaramysie.scss */
.staramy-sie-widget.active {
  transform: translateX(0);
}
/* line 33, ../../src/scss/_akcjastaramysie.scss */
.staramy-sie-widget.animate {
  animation-name: zoom;
  animation-duration: 0.5s;
}
/* line 38, ../../src/scss/_akcjastaramysie.scss */
.staramy-sie-widget__content {
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 5px 0;
  padding-right: 10px;
}
/* line 45, ../../src/scss/_akcjastaramysie.scss */
.staramy-sie-widget__content__hash {
  font-family: 'source_sans_proregular';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.04em;
}
/* line 55, ../../src/scss/_akcjastaramysie.scss */
.staramy-sie-widget__content__more {
  font-family: 'source_sans_proregular';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.01em;
}
/* line 68, ../../src/scss/_akcjastaramysie.scss */
.staramy-sie-widget__logo {
  width: 31px;
  background-image: url(../img/icons/cross-icon.svg);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}
@keyframes zoom {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* line 1, ../../src/scss/_dimedic-banner.scss */
.dimedic-banner {
  position: relative;
  display: block;
  width: max-content;
  max-width: 100%;
}
/* line 8, ../../src/scss/_dimedic-banner.scss */
.dimedic-banner ~ img {
  position: absolute;
  height: 1px;
  width: 1px;
  opacity: 0.1;
}
/* line 14, ../../src/scss/_dimedic-banner.scss */
.dimedic-banner--desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  /* line 14, ../../src/scss/_dimedic-banner.scss */
  .dimedic-banner--desktop {
    display: block;
  }
}
/* line 19, ../../src/scss/_dimedic-banner.scss */
.dimedic-banner--desktop .dimedic-banner__button {
  bottom: 20%;
  left: 4%;
}
/* line 24, ../../src/scss/_dimedic-banner.scss */
.dimedic-banner--mobile {
  margin: auto;
}
@media screen and (min-width: 992px) {
  /* line 24, ../../src/scss/_dimedic-banner.scss */
  .dimedic-banner--mobile {
    display: none;
  }
}
/* line 29, ../../src/scss/_dimedic-banner.scss */
.dimedic-banner--mobile .dimedic-banner__button {
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
/* line 35, ../../src/scss/_dimedic-banner.scss */
.dimedic-banner--tall {
  margin: auto;
}
/* line 37, ../../src/scss/_dimedic-banner.scss */
.dimedic-banner--tall .dimedic-banner__button {
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
/* line 43, ../../src/scss/_dimedic-banner.scss */
.dimedic-banner__button {
  position: absolute;
  z-index: 2;
  padding: 13px 30px;
  width: max-content;
  background-color: white;
  color: #722de0;
  border: none;
  font-family: 'source_sans_proregular';
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-bottom: 3px solid #722de0;
}

/* line 1, ../../src/scss/_wstawki.scss */
.wst-link {
  padding: 10px 0;
}
/* line 4, ../../src/scss/_wstawki.scss */
.wst-link__description {
  border-right: 0;
  text-indent: -9999px;
  padding: 0 !important;
  width: 40px;
  background: transparent url(../img/medme/arrow.png) no-repeat center left;
  background-size: 30px;
}
/* line 13, ../../src/scss/_wstawki.scss */
.wst-link__link {
  padding-left: 0 !important;
}
/* line 15, ../../src/scss/_wstawki.scss */
.wst-link__link a,
.wst-link__link a:visited {
  color: #08729e;
}

/* line 22, ../../src/scss/_wstawki.scss */
.wst-ls {
  padding: 10px 0;
}
/* line 25, ../../src/scss/_wstawki.scss */
.wst-ls__category {
  padding-left: 0;
}

/* line 31, ../../src/scss/_wstawki.scss */
.wst-ls {
  padding: 50px 0;
}
/* line 34, ../../src/scss/_wstawki.scss */
.wst-ls .media-left {
  padding-right: 40px;
}
/* line 38, ../../src/scss/_wstawki.scss */
.wst-ls__thumbnail {
  border-bottom: 4px solid transparent;
  max-width: 160px !important;
  width: 160px;
}
/* line 44, ../../src/scss/_wstawki.scss */
.wst-ls__title {
  font-size: 20px;
  font-weight: bold;
  color: #04243d !important;
  line-height: 100%;
}
/* line 51, ../../src/scss/_wstawki.scss */
.wst-ls__category {
  font-size: 14px;
  color: #9b9b9b;
  position: relative;
  padding-left: 17px;
  line-height: 36px;
  text-transform: uppercase;
}
/* line 59, ../../src/scss/_wstawki.scss */
.wst-ls__category:before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
}
/* line 70, ../../src/scss/_wstawki.scss */
.wst-link {
  padding: 40px 0;
}
/* line 73, ../../src/scss/_wstawki.scss */
.wst-link td {
  padding: 6px 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
}
/* line 80, ../../src/scss/_wstawki.scss */
.wst-link__description {
  color: #04243d;
  border-right: 1px solid #04243d;
}

/* line 1, ../../src/scss/_insert.scss */
.insert {
  position: relative;
}
/* line 3, ../../src/scss/_insert.scss */
.insert--promoted.insert--srodakapitowy {
  width: 100vw;
  height: 350px;
}
@media screen and (min-width: 992px) {
  /* line 3, ../../src/scss/_insert.scss */
  .insert--promoted.insert--srodakapitowy {
    width: 100%;
    height: 200px;
  }
}
/* line 10, ../../src/scss/_insert.scss */
.insert--promoted.insert--srodakapitowy .insert__article {
  flex-wrap: wrap;
}
/* line 14, ../../src/scss/_insert.scss */
.insert--promoted.insert--srodakapitowy .insert__article--top div .insert__article__category {
  padding-left: 10px;
}
@media screen and (min-width: 992px) {
  /* line 14, ../../src/scss/_insert.scss */
  .insert--promoted.insert--srodakapitowy .insert__article--top div .insert__article__category {
    padding-left: 7px;
  }
}
/* line 23, ../../src/scss/_insert.scss */
.insert--promoted.insert--srodakapitowy::after {
  display: none;
}
/* line 27, ../../src/scss/_insert.scss */
.insert__cross {
  height: 35px;
  width: 35px;
  position: absolute;
  bottom: 10%;
  right: 7%;
}
@media screen and (min-width: 992px) {
  /* line 27, ../../src/scss/_insert.scss */
  .insert__cross {
    bottom: 10%;
    right: 3%;
  }
}
/* line 38, ../../src/scss/_insert.scss */
.insert--srodakapitowy {
  margin: 0 -15px;
  padding: 15px;
  border-bottom: none;
  position: relative;
}
@media screen and (min-width: 992px) {
  /* line 38, ../../src/scss/_insert.scss */
  .insert--srodakapitowy {
    border-radius: 25px;
  }
}
/* line 46, ../../src/scss/_insert.scss */
.insert--srodakapitowy a {
  background-color: #F8F8F8;
  flex-wrap: nowrap;
}
@media screen and (min-width: 992px) {
  /* line 50, ../../src/scss/_insert.scss */
  .insert--srodakapitowy a .insert__article__content .insert__article__title {
    position: absolute;
    top: 27%;
    left: 24%;
  }
}
@media screen and (min-width: 992px) {
  /* line 56, ../../src/scss/_insert.scss */
  .insert--srodakapitowy a .insert__article__content .insert__article__title .insert__article__category {
    padding-left: 0;
    position: absolute;
    top: 18%;
    left: 24%;
  }
}
/* line 66, ../../src/scss/_insert.scss */
.insert--srodakapitowy a .insert__article__content .insert__article__read-more--srodakapitowy {
  padding: 6px 10px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  width: 135px;
  background-color: var(--darkColor);
  color: #fff;
}
@media screen and (min-width: 992px) {
  /* line 66, ../../src/scss/_insert.scss */
  .insert--srodakapitowy a .insert__article__content .insert__article__read-more--srodakapitowy {
    margin: 10px;
    font-size: 14px;
    line-height: 19px;
    position: absolute;
    left: 180px;
    bottom: 21px;
  }
}
@media screen and (min-width: 576px) {
  /* line 38, ../../src/scss/_insert.scss */
  .insert--srodakapitowy {
    margin: 0;
  }
}
/* line 90, ../../src/scss/_insert.scss */
.insert--srodakapitowy::after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: 12%;
  height: 35px;
  width: 35px;
  background-image: url("../img/icons/cross-light-green-icon.svg?1");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  /* line 90, ../../src/scss/_insert.scss */
  .insert--srodakapitowy::after {
    right: 3%;
    bottom: 11%;
  }
}
/* line 108, ../../src/scss/_insert.scss */
.insert__article {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  border-radius: 20px;
}
/* line 115, ../../src/scss/_insert.scss */
.insert__article--top {
  padding: 19px;
  padding-bottom: 0;
  display: flex;
  width: 100%;
}
/* line 121, ../../src/scss/_insert.scss */
.insert__article--top div .insert__article__category {
  left: 26%;
  padding-left: 0;
}
@media screen and (min-width: 992px) {
  /* line 115, ../../src/scss/_insert.scss */
  .insert__article--top {
    padding-bottom: 16px;
  }
}
/* line 129, ../../src/scss/_insert.scss */
.insert__article--top div:nth-last-of-type(1) {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}
@media screen and (min-width: 992px) {
  /* line 129, ../../src/scss/_insert.scss */
  .insert__article--top div:nth-last-of-type(1) {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: var(--darkColor);
    margin-top: 12px;
  }
}
/* line 142, ../../src/scss/_insert.scss */
.insert__article--main-info {
  display: flex;
}
/* line 145, ../../src/scss/_insert.scss */
.insert__article__content {
  padding: 19px;
}
@media screen and (min-width: 992px) {
  /* line 145, ../../src/scss/_insert.scss */
  .insert__article__content {
    padding: 0;
    padding-left: 19px;
  }
}
/* line 152, ../../src/scss/_insert.scss */
.insert__article__thumbnail {
  width: 105px;
  height: 105px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 992px) {
  /* line 152, ../../src/scss/_insert.scss */
  .insert__article__thumbnail {
    width: 135px;
    height: 135px;
  }
}
/* line 163, ../../src/scss/_insert.scss */
.insert__article__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--darkColor);
}
@media screen and (min-width: 992px) {
  /* line 163, ../../src/scss/_insert.scss */
  .insert__article__title {
    margin-top: 15px;
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (min-width: 992px) {
  /* line 174, ../../src/scss/_insert.scss */
  .insert__article__lead {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--darkColor);
    position: absolute;
    top: 70px;
    left: 190px;
    padding-right: 13px;
    margin: 12px 0;
  }
}
/* line 188, ../../src/scss/_insert.scss */
.insert__article__text {
  display: none;
}
/* line 191, ../../src/scss/_insert.scss */
.insert__article__category {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 15px;
  text-transform: uppercase;
  color: var(--lightColor);
}
@media screen and (min-width: 992px) {
  /* line 191, ../../src/scss/_insert.scss */
  .insert__article__category {
    padding-left: 0;
    font-weight: normal;
    position: absolute;
    top: 18%;
    left: 24%;
  }
}
/* line 205, ../../src/scss/_insert.scss */
.insert__article__read-more {
  padding: 6px 10px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  width: 135px;
  background-color: var(--darkColor);
  color: #fff;
}
@media screen and (min-width: 992px) {
  /* line 205, ../../src/scss/_insert.scss */
  .insert__article__read-more {
    margin: 10px;
    margin-left: 0;
    font-size: 14px;
    line-height: 19px;
    position: absolute;
    left: 167px;
    bottom: 21px;
  }
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
/* line 43, ../../src/scss/_pikaday.scss */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  z-index: 2 !important;
}
/* line 54, ../../src/scss/_pikaday.scss */
.pika-single.is-hidden {
  display: none;
}
/* line 58, ../../src/scss/_pikaday.scss */
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

/* line 66, ../../src/scss/_pikaday.scss */
.pika-single {
  display: flex;
  justify-content: center;
  max-width: 360px;
}
@media screen and (min-width: 992px) {
  /* line 66, ../../src/scss/_pikaday.scss */
  .pika-single {
    max-width: 720px;
  }
}
/* line 75, ../../src/scss/_pikaday.scss */
.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}
/* line 81, ../../src/scss/_pikaday.scss */
.pika-single:after {
  clear: both;
}

/* line 86, ../../src/scss/_pikaday.scss */
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

/* line 92, ../../src/scss/_pikaday.scss */
.pika-title {
  position: relative;
  text-align: center;
}
/* line 96, ../../src/scss/_pikaday.scss */
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}

/* line 107, ../../src/scss/_pikaday.scss */
.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
  font-family: 'source_sans_proregular' !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  color: #333;
  text-transform: lowercase;
}

/* line 126, ../../src/scss/_pikaday.scss */
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
}
/* line 145, ../../src/scss/_pikaday.scss */
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
/* line 149, ../../src/scss/_pikaday.scss */
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

/* line 155, ../../src/scss/_pikaday.scss */
.pika-prev,
.is-rtl .pika-next {
  float: left;
  transform: rotate(180deg);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  background-image: url("../img/icons/arrow-left-calc-preg.svg?1");
}

/* line 163, ../../src/scss/_pikaday.scss */
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  background-image: url("../img/icons/arrow-right-calc-preg.svg?1");
}

/* line 171, ../../src/scss/_pikaday.scss */
.pika-select {
  display: inline-block;
}

/* line 175, ../../src/scss/_pikaday.scss */
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
/* line 181, ../../src/scss/_pikaday.scss */
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
/* line 187, ../../src/scss/_pikaday.scss */
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
/* line 195, ../../src/scss/_pikaday.scss */
.pika-table td {
  height: 40px;
}
/* line 198, ../../src/scss/_pikaday.scss */
.pika-table td button {
  text-align: center;
  height: 100%;
  font-family: 'source_sans_proregular' !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #2A374A;
  background: #fff;
  font-family: Roboto;
}
/* line 211, ../../src/scss/_pikaday.scss */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
  color: var(--darkColor);
  text-decoration: none !important;
  text-transform: lowercase;
  font-family: 'source_sans_proregular';
}

/* line 221, ../../src/scss/_pikaday.scss */
.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
  height: initial;
  transition: 0.3s;
}
/* line 239, ../../src/scss/_pikaday.scss */
.has-event .pika-button {
  color: #fff;
  background: #33aaff;
}
/* line 244, ../../src/scss/_pikaday.scss */
.is-today .pika-button {
  font-weight: bold;
  color: var(--darkColor);
}
/* line 250, ../../src/scss/_pikaday.scss */
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: var(--darkColor);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border-width: 0px;
}
/* line 260, ../../src/scss/_pikaday.scss */
.is-disabled .pika-button, .is-outside-current-month .pika-button {
  color: #999;
  opacity: .3;
}
/* line 266, ../../src/scss/_pikaday.scss */
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}
/* line 271, ../../src/scss/_pikaday.scss */
.pika-button:hover {
  font-weight: bold;
}
/* line 275, ../../src/scss/_pikaday.scss */
.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

/* line 281, ../../src/scss/_pikaday.scss */
.pika-week {
  font-size: 11px;
  color: #999;
}

/* line 286, ../../src/scss/_pikaday.scss */
.is-inrange .pika-button {
  color: #666;
  background: #D5E9F7;
}

/* line 291, ../../src/scss/_pikaday.scss */
.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

/* line 298, ../../src/scss/_pikaday.scss */
.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

/* line 308, ../../src/scss/_pikaday.scss */
#container-outcome .pika-single {
  display: flex;
  justify-content: center;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  /* line 308, ../../src/scss/_pikaday.scss */
  #container-outcome .pika-single {
    max-width: 100%;
  }
}
/* line 318, ../../src/scss/_pikaday.scss */
#container-outcome .pika-lendar {
  width: 100%;
}
/* line 322, ../../src/scss/_pikaday.scss */
#container-outcome .is-today {
  font-weight: bold;
  background-color: var(--darkColor);
  color: #fff;
}
/* line 330, ../../src/scss/_pikaday.scss */
#container-outcome .is-selected .pika-button {
  width: 100%;
  height: 100%;
  border-radius: 0%;
}

/* line 340, ../../src/scss/_pikaday.scss */
.container-outcome--calc-ovulation .pika-single {
  display: block !important;
  justify-content: center;
  max-width: 380px !important;
}
/* line 345, ../../src/scss/_pikaday.scss */
.container-outcome--calc-ovulation .pika-single thead {
  height: 42px;
  color: #fff;
  background: var(--lightColor);
  margin-bottom: 8px;
}
/* line 351, ../../src/scss/_pikaday.scss */
.container-outcome--calc-ovulation .pika-single thead abbr {
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 480px) {
  /* line 351, ../../src/scss/_pikaday.scss */
  .container-outcome--calc-ovulation .pika-single thead abbr {
    font-size: 18px;
  }
}
/* line 360, ../../src/scss/_pikaday.scss */
.container-outcome--calc-ovulation .pika-single thead tr {
  width: 100%;
}
/* line 365, ../../src/scss/_pikaday.scss */
.container-outcome--calc-ovulation .pika-single tbody {
  padding: 8px;
}
/* line 368, ../../src/scss/_pikaday.scss */
.container-outcome--calc-ovulation .pika-single tbody td {
  height: 48px;
}
/* line 372, ../../src/scss/_pikaday.scss */
.container-outcome--calc-ovulation .pika-single tbody .pika-button {
  width: 24px !important;
  height: 24px !important;
  background-color: #EFF3FB;
  border-radius: 40px !important;
  margin: 4px 4px;
  font-size: 12px;
  padding: 0px;
  color: #212426;
}
@media screen and (min-width: 380px) {
  /* line 372, ../../src/scss/_pikaday.scss */
  .container-outcome--calc-ovulation .pika-single tbody .pika-button {
    width: 30px !important;
    height: 30px !important;
    font-size: 16px;
  }
}
@media screen and (min-width: 480px) {
  /* line 372, ../../src/scss/_pikaday.scss */
  .container-outcome--calc-ovulation .pika-single tbody .pika-button {
    width: 40px !important;
    height: 40px !important;
    border-radius: 40px !important;
    margin: 7px auto;
    font-size: 18px;
  }
}
@media screen and (min-width: 480px) {
  /* line 400, ../../src/scss/_pikaday.scss */
  .container-outcome--calc-ovulation .pika-single thead tr th:first-child abbr {
    margin-left: 8px;
  }
  /* line 406, ../../src/scss/_pikaday.scss */
  .container-outcome--calc-ovulation .pika-single thead tr th:last-child abbr {
    margin-right: 8px;
  }
}
/* line 414, ../../src/scss/_pikaday.scss */
.container-outcome--calc-ovulation .pika-title {
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 421, ../../src/scss/_pikaday.scss */
.container-outcome--calc-ovulation .pika-label {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (min-width: 480px) {
  /* line 421, ../../src/scss/_pikaday.scss */
  .container-outcome--calc-ovulation .pika-label {
    font-size: 26px;
    line-height: 30px;
  }
}
/* line 433, ../../src/scss/_pikaday.scss */
.container-outcome--calc-ovulation .pika-lendar {
  width: 100%;
  margin: 0 !important;
}
@media screen and (min-width: 480px) {
  /* line 439, ../../src/scss/_pikaday.scss */
  .container-outcome--calc-ovulation .pika-lendar tbody tr:first-child td {
    padding-top: 22px;
  }
  /* line 443, ../../src/scss/_pikaday.scss */
  .container-outcome--calc-ovulation .pika-lendar tbody tr:last-child td {
    padding-bottom: 38px;
  }
  /* line 448, ../../src/scss/_pikaday.scss */
  .container-outcome--calc-ovulation .pika-lendar tbody tr td:first-child {
    padding-left: 16px;
  }
  /* line 451, ../../src/scss/_pikaday.scss */
  .container-outcome--calc-ovulation .pika-lendar tbody tr td:first-child button {
    margin-right: 8px;
  }
  /* line 456, ../../src/scss/_pikaday.scss */
  .container-outcome--calc-ovulation .pika-lendar tbody tr td:last-child {
    padding-right: 16px;
  }
  /* line 459, ../../src/scss/_pikaday.scss */
  .container-outcome--calc-ovulation .pika-lendar tbody tr td:last-child button {
    margin-left: 8px;
  }
}
/* line 466, ../../src/scss/_pikaday.scss */
.container-outcome--calc-ovulation .pika-lendar td button {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
/* line 472, ../../src/scss/_pikaday.scss */
.container-outcome--calc-ovulation .is-today {
  font-weight: bold;
  background-color: transparent !important;
  color: #fff;
}
/* line 478, ../../src/scss/_pikaday.scss */
.container-outcome--calc-ovulation .pika-single td.is-outside-current-month {
  opacity: 0.3 !important;
  color: inherit !important;
}
/* line 484, ../../src/scss/_pikaday.scss */
.container-outcome--calc-ovulation .is-selected .pika-button {
  width: 100%;
  height: 100%;
  border-radius: 0%;
}
/* line 492, ../../src/scss/_pikaday.scss */
.container-outcome--calc-ovulation--custom .pika-lendar tbody tr:last-child td {
  padding-bottom: 20px;
}

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

/* line 33, ../../src/scss/slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 -5px;
  padding: 0;
}
/* line 40, ../../src/scss/slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 44, ../../src/scss/slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 49, ../../src/scss/slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 58, ../../src/scss/slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
/* line 66, ../../src/scss/slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 72, ../../src/scss/slick.scss */
.slick-track:after {
  clear: both;
}
/* line 76, ../../src/scss/slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 80, ../../src/scss/slick.scss */
.slick-slide {
  float: left;
  height: inherit;
  min-height: 1px;
  margin: 0 5px;
  display: none;
}
/* line 85, ../../src/scss/slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 88, ../../src/scss/slick.scss */
.slick-slide img {
  display: block;
}
/* line 91, ../../src/scss/slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 97, ../../src/scss/slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 101, ../../src/scss/slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 105, ../../src/scss/slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 109, ../../src/scss/slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 115, ../../src/scss/slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* line 40, ../../src/scss/slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url('/modules/front/assets/dist/img/ajax-loader.gif?1751886106') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 58, ../../src/scss/slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
/* line 76, ../../src/scss/slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 80, ../../src/scss/slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 84, ../../src/scss/slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 87, ../../src/scss/slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 98, ../../src/scss/slick-theme.scss */
.slick-prev {
  left: -25px;
}
/* line 100, ../../src/scss/slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 104, ../../src/scss/slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 106, ../../src/scss/slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 112, ../../src/scss/slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 114, ../../src/scss/slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 118, ../../src/scss/slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 120, ../../src/scss/slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 128, ../../src/scss/slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 132, ../../src/scss/slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 141, ../../src/scss/slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 149, ../../src/scss/slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 5px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  padding: 0;
}
/* line 162, ../../src/scss/slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 164, ../../src/scss/slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 168, ../../src/scss/slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #EEEEEE;
  height: 5px;
  padding: 0;
  width: 20px;
}
/* line 187, ../../src/scss/slick-theme.scss */
.slick-dots li.slick-active button:before {
  background-color: var(--darkColor);
  opacity: 1;
}

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

/* line 22, ../../src/scss/_swiper.scss */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  width: 100%;
}

/* line 33, ../../src/scss/_swiper.scss */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

/* line 43, ../../src/scss/_swiper.scss */
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

/* line 46, ../../src/scss/_swiper.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

/* line 55, ../../src/scss/_swiper.scss */
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

/* line 59, ../../src/scss/_swiper.scss */
.swiper-pointer-events {
  touch-action: pan-y;
}

/* line 62, ../../src/scss/_swiper.scss */
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

/* line 65, ../../src/scss/_swiper.scss */
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

/* line 72, ../../src/scss/_swiper.scss */
.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
/* line 76, ../../src/scss/_swiper.scss */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

/* line 80, ../../src/scss/_swiper.scss */
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* line 84, ../../src/scss/_swiper.scss */
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
/* line 90, ../../src/scss/_swiper.scss */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

/* line 94, ../../src/scss/_swiper.scss */
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

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

/* line 117, ../../src/scss/_swiper.scss */
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

/* line 120, ../../src/scss/_swiper.scss */
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

/* line 123, ../../src/scss/_swiper.scss */
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

/* line 126, ../../src/scss/_swiper.scss */
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

/* line 129, ../../src/scss/_swiper.scss */
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* CSS Mode */
/* line 133, ../../src/scss/_swiper.scss */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

/* line 140, ../../src/scss/_swiper.scss */
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

/* line 143, ../../src/scss/_swiper.scss */
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

/* line 146, ../../src/scss/_swiper.scss */
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

/* line 149, ../../src/scss/_swiper.scss */
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

/* line 152, ../../src/scss/_swiper.scss */
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

/* line 157, ../../src/scss/_swiper.scss */
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

/* line 160, ../../src/scss/_swiper.scss */
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

/* line 165, ../../src/scss/_swiper.scss */
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

/* line 168, ../../src/scss/_swiper.scss */
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* line 173, ../../src/scss/_swiper.scss */
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

/* line 176, ../../src/scss/_swiper.scss */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

/* line 180, ../../src/scss/_swiper.scss */
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

/* line 187, ../../src/scss/_swiper.scss */
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

/* line 191, ../../src/scss/_swiper.scss */
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

/* line 195, ../../src/scss/_swiper.scss */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

/* line 201, ../../src/scss/_swiper.scss */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(17, 17, 17, 0);
}

/* line 215, ../../src/scss/_swiper.scss */
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* line 221, ../../src/scss/_swiper.scss */
.swiper-button-prev:after,
.swiper-button-next:after {
  background-image: url(../img/icons/slider-arrow-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  height: 25px;
}

/* line 233, ../../src/scss/_swiper.scss */
.swiper-button-prev:after {
  transform: rotateZ(180deg);
}

/* line 236, ../../src/scss/_swiper.scss */
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

/* line 241, ../../src/scss/_swiper.scss */
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

/* line 245, ../../src/scss/_swiper.scss */
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

/* line 250, ../../src/scss/_swiper.scss */
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

/* line 254, ../../src/scss/_swiper.scss */
.swiper-button-lock {
  display: none;
}

/* line 257, ../../src/scss/_swiper.scss */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

/* line 277, ../../src/scss/_swiper.scss */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
/* line 281, ../../src/scss/_swiper.scss */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
/* line 290, ../../src/scss/_swiper.scss */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

/* line 294, ../../src/scss/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

/* line 298, ../../src/scss/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

/* line 301, ../../src/scss/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

/* line 304, ../../src/scss/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

/* line 307, ../../src/scss/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

/* line 310, ../../src/scss/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

/* line 313, ../../src/scss/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

/* line 324, ../../src/scss/_swiper.scss */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

/* line 332, ../../src/scss/_swiper.scss */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 335, ../../src/scss/_swiper.scss */
.swiper-pagination-bullet:only-child {
  display: none !important;
}

/* line 338, ../../src/scss/_swiper.scss */
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

/* line 342, ../../src/scss/_swiper.scss */
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

/* line 348, ../../src/scss/_swiper.scss */
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

/* line 353, ../../src/scss/_swiper.scss */
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

/* line 359, ../../src/scss/_swiper.scss */
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

/* line 368, ../../src/scss/_swiper.scss */
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

/* line 374, ../../src/scss/_swiper.scss */
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

/* line 378, ../../src/scss/_swiper.scss */
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
/* line 382, ../../src/scss/_swiper.scss */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

/* line 386, ../../src/scss/_swiper.scss */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #5fc98a;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

/* line 396, ../../src/scss/_swiper.scss */
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

/* line 399, ../../src/scss/_swiper.scss */
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

/* line 408, ../../src/scss/_swiper.scss */
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 417, ../../src/scss/_swiper.scss */
.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
/* line 421, ../../src/scss/_swiper.scss */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 427, ../../src/scss/_swiper.scss */
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 435, ../../src/scss/_swiper.scss */
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

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

/* line 452, ../../src/scss/_swiper.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* line 455, ../../src/scss/_swiper.scss */
.swiper-scrollbar-lock {
  display: none;
}

/* line 458, ../../src/scss/_swiper.scss */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* line 466, ../../src/scss/_swiper.scss */
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* line 473, ../../src/scss/_swiper.scss */
.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
/* line 477, ../../src/scss/_swiper.scss */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

/* line 482, ../../src/scss/_swiper.scss */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

/* line 497, ../../src/scss/_swiper.scss */
.swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

/* line 500, ../../src/scss/_swiper.scss */
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

/* line 503, ../../src/scss/_swiper.scss */
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
/* line 512, ../../src/scss/_swiper.scss */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* line 520, ../../src/scss/_swiper.scss */
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 524, ../../src/scss/_swiper.scss */
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

/* line 527, ../../src/scss/_swiper.scss */
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

/* line 531, ../../src/scss/_swiper.scss */
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

/* line 534, ../../src/scss/_swiper.scss */
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

/* line 538, ../../src/scss/_swiper.scss */
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 541, ../../src/scss/_swiper.scss */
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 545, ../../src/scss/_swiper.scss */
.swiper-cube {
  overflow: visible;
}

/* line 548, ../../src/scss/_swiper.scss */
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

/* line 558, ../../src/scss/_swiper.scss */
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 561, ../../src/scss/_swiper.scss */
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

/* line 564, ../../src/scss/_swiper.scss */
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 568, ../../src/scss/_swiper.scss */
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* line 575, ../../src/scss/_swiper.scss */
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 583, ../../src/scss/_swiper.scss */
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

/* line 592, ../../src/scss/_swiper.scss */
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

/* line 602, ../../src/scss/_swiper.scss */
.swiper-flip {
  overflow: visible;
}

/* line 605, ../../src/scss/_swiper.scss */
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

/* line 611, ../../src/scss/_swiper.scss */
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 614, ../../src/scss/_swiper.scss */
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 618, ../../src/scss/_swiper.scss */
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 626, ../../src/scss/_swiper.scss */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

/* line 632, ../../src/scss/_swiper.scss */
.swiper-cards {
  overflow: visible;
}

/* line 635, ../../src/scss/_swiper.scss */
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* line 1, ../../src/scss/_staramy-sie.scss */
.staramy-sie {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  /* line 1, ../../src/scss/_staramy-sie.scss */
  .staramy-sie {
    flex-direction: row;
  }
}
/* line 7, ../../src/scss/_staramy-sie.scss */
.staramy-sie__title {
  font-family: 'lora';
  font-weight: bold;
  font-size: 27px;
  line-height: 40px;
  color: var(--darkColor);
  text-align: center;
  margin: auto;
  margin-bottom: 53px;
  max-width: 230px;
}
@media screen and (min-width: 992px) {
  /* line 7, ../../src/scss/_staramy-sie.scss */
  .staramy-sie__title {
    text-align: left;
    font-size: 40px;
    line-height: 51px;
    letter-spacing: -0.01em;
    margin-bottom: 45px;
    margin-left: 0;
    max-width: 100%;
  }
}
/* line 27, ../../src/scss/_staramy-sie.scss */
.staramy-sie__description {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.01em;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  /* line 33, ../../src/scss/_staramy-sie.scss */
  .staramy-sie__text {
    max-width: 50%;
    margin-right: 30px;
  }
}
/* line 41, ../../src/scss/_staramy-sie.scss */
.staramy-sie__box {
  background: #F7F7F7;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.01em;
  max-width: 494px;
  padding: 17px 11px 17px 73px;
  background-image: url(../img/akcjastaramysie/para-icon.svg);
  background-size: 37px;
  background-position: center left 21px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  /* line 41, ../../src/scss/_staramy-sie.scss */
  .staramy-sie__box {
    padding: 33px 130px;
    background-size: 50px;
    background-position: center left 45px;
  }
}
/* line 59, ../../src/scss/_staramy-sie.scss */
.staramy-sie__side {
  height: 360px;
  margin-top: 22px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 992px) {
  /* line 59, ../../src/scss/_staramy-sie.scss */
  .staramy-sie__side {
    height: 450px;
    background-image: url(../img/akcjastaramysie/staramy-sie-1-bg.jpg);
    background-size: cover;
    background-position: right center;
    margin-left: 83px;
    margin-top: 0px;
  }
}
/* line 77, ../../src/scss/_staramy-sie.scss */
.staramy-sie__side__title {
  font-weight: bold;
  font-size: 17px;
  line-height: 33px;
  letter-spacing: -0.01em;
  color: #000000;
}
@media screen and (min-width: 992px) {
  /* line 77, ../../src/scss/_staramy-sie.scss */
  .staramy-sie__side__title {
    margin-bottom: 25px;
    font-size: 25.5357px;
    line-height: 41px;
  }
}
/* line 89, ../../src/scss/_staramy-sie.scss */
.staramy-sie__side__list {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.01em;
  list-style-image: url(../img/akcjastaramysie/custom-bullet.svg);
}
@media screen and (min-width: 992px) {
  /* line 89, ../../src/scss/_staramy-sie.scss */
  .staramy-sie__side__list {
    font-size: 20px;
    line-height: 37px;
  }
}
/* line 100, ../../src/scss/_staramy-sie.scss */
.staramy-sie__background {
  background-image: url(../img/akcjastaramysie/staramy-sie-1-bg-mobile.jpg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 277px;
  height: 204px;
  position: absolute;
  z-index: -1;
  right: 0px;
  bottom: 10px;
}
@media screen and (min-width: 992px) {
  /* line 100, ../../src/scss/_staramy-sie.scss */
  .staramy-sie__background {
    display: none;
  }
}
/* line 115, ../../src/scss/_staramy-sie.scss */
.staramy-sie__wrap {
  background-color: #CFF1FF;
  border-left: 3px solid var(--darkColor);
  width: 100%;
  padding: 12px 12px 12px 21px;
}
@media screen and (min-width: 992px) {
  /* line 115, ../../src/scss/_staramy-sie.scss */
  .staramy-sie__wrap {
    position: absolute;
    width: 368px;
    height: 254px;
    top: 133px;
    left: -83px;
    padding: 27px 25px 53px 46px;
  }
}
/* line 132, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../img/akcjastaramysie/europa-mobile.svg);
  background-repeat: no-repeat;
  background-position: left top 12px;
}
@media screen and (min-width: 992px) {
  /* line 132, ../../src/scss/_staramy-sie.scss */
  .staramy-sie-liczby__header {
    background-image: url(../img/akcjastaramysie/europa.svg);
    background-position: center center;
    flex-direction: row;
    height: 285px;
  }
}
/* line 147, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__header__left {
  font-family: 'lora';
  font-style: normal;
  font-weight: bold;
  font-size: 27px;
  line-height: 40px;
  letter-spacing: -0.01em;
  color: var(--darkColor);
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  /* line 147, ../../src/scss/_staramy-sie.scss */
  .staramy-sie-liczby__header__left {
    font-size: 50px;
    line-height: 55px;
  }
}
/* line 161, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__header__right {
  margin-left: auto;
  max-width: 440px;
}
/* line 165, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__header__cross {
  display: none;
  width: 82px;
  height: 82px;
  margin-right: 48px;
}
@media screen and (min-width: 992px) {
  /* line 165, ../../src/scss/_staramy-sie.scss */
  .staramy-sie-liczby__header__cross {
    display: block;
  }
}
/* line 174, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__header__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  padding-left: 50%;
  letter-spacing: -0.01em;
  color: var(--darkColor);
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  /* line 174, ../../src/scss/_staramy-sie.scss */
  .staramy-sie-liczby__header__title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0px;
    padding-left: 0;
  }
}
/* line 190, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__header__text {
  font-size: 16.3348px;
  line-height: 24px;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
/* line 197, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  /* line 197, ../../src/scss/_staramy-sie.scss */
  .staramy-sie-liczby__content {
    flex-direction: row;
  }
}
/* line 203, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__content__left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 208, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__content__box {
  background-color: #CFF1FF;
  margin-top: 15px;
  background-image: url(../img/akcjastaramysie/para-gray-icon.svg);
  background-size: 42px;
  background-position: center left 25px;
  background-repeat: no-repeat;
  padding: 32px 5px 32px 86px;
}
@media screen and (min-width: 992px) {
  /* line 208, ../../src/scss/_staramy-sie.scss */
  .staramy-sie-liczby__content__box {
    background-size: auto;
    background-position: center left 45px;
    padding: 45px 50px 60px 180px;
  }
}
/* line 221, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__content__box__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: var(--darkColor);
}
@media screen and (min-width: 992px) {
  /* line 221, ../../src/scss/_staramy-sie.scss */
  .staramy-sie-liczby__content__box__title {
    font-size: 35px;
    line-height: 44px;
  }
}
/* line 232, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__content__box__description {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
}
/* line 241, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__content__map {
  margin-top: 44px;
  background-image: url(../img/akcjastaramysie/polska.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 350px;
  padding: 70px 52px 120px 40px;
}
/* line 249, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__content__map > div:first-of-type {
  margin-bottom: 15px;
}
/* line 253, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__content__gender {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
/* line 258, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__content__gender > div {
  display: flex;
}
/* line 260, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__content__gender > div > img {
  margin-right: 10px;
}
/* line 263, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__content__gender > div > div {
  display: flex;
  flex-direction: column;
}
/* line 266, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__content__gender > div > div > span {
  font-weight: bold;
  font-size: 25px;
  line-height: 31px;
  letter-spacing: -0.01em;
  color: var(--darkColor);
}
/* line 276, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__content__right {
  display: flex;
  flex-direction: column;
  background-color: #F7F7F7;
  border-left: 4px solid #DDBEB3;
  padding: 44px 17px;
}
@media screen and (min-width: 992px) {
  /* line 276, ../../src/scss/_staramy-sie.scss */
  .staramy-sie-liczby__content__right {
    padding: 40px 53px 75px 77px;
  }
}
/* line 286, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__content__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.01em;
  color: var(--darkColor);
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  /* line 286, ../../src/scss/_staramy-sie.scss */
  .staramy-sie-liczby__content__title {
    font-size: 25px;
    line-height: 31px;
  }
}
/* line 298, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__content__small-chart {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (min-width: 992px) {
  /* line 298, ../../src/scss/_staramy-sie.scss */
  .staramy-sie-liczby__content__small-chart {
    justify-content: space-between;
  }
}
/* line 304, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__content__small-chart > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 50%;
  text-align: center;
}
@media screen and (min-width: 992px) {
  /* line 304, ../../src/scss/_staramy-sie.scss */
  .staramy-sie-liczby__content__small-chart > div {
    text-align: left;
    flex-direction: row;
  }
}
/* line 314, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__content__small-chart > div > img {
  width: 86px;
  height: auto;
}
@media screen and (min-width: 992px) {
  /* line 314, ../../src/scss/_staramy-sie.scss */
  .staramy-sie-liczby__content__small-chart > div > img {
    margin-right: 27px;
  }
}
/* line 322, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__content__small-chart > div > div {
  display: flex;
  flex-direction: column;
}
/* line 325, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__content__small-chart > div > div span {
  font-weight: bold;
  font-size: 25px;
  line-height: 31px;
  letter-spacing: -0.01em;
  color: var(--darkColor);
}
/* line 337, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__bottom__boxes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 12px;
}
@media screen and (min-width: 992px) {
  /* line 337, ../../src/scss/_staramy-sie.scss */
  .staramy-sie-liczby__bottom__boxes {
    background-color: none;
    flex-direction: row;
  }
}
/* line 347, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__bottom__box-left {
  position: relative;
  margin: 0 28px;
  padding: 32px 34px;
}
@media screen and (min-width: 992px) {
  /* line 347, ../../src/scss/_staramy-sie.scss */
  .staramy-sie-liczby__bottom__box-left {
    margin: 0;
    width: 40%;
    padding: 37px 45px 30px 45px;
  }
}
/* line 357, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__bottom__box-left::before {
  content: "";
  position: absolute;
  background-color: #F7F7F7;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  /* line 357, ../../src/scss/_staramy-sie.scss */
  .staramy-sie-liczby__bottom__box-left::before {
    width: 120%;
  }
}
/* line 371, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__bottom__box-right {
  width: 100%;
  position: relative;
  padding: 113px 35px 35px 35px;
}
@media screen and (min-width: 992px) {
  /* line 371, ../../src/scss/_staramy-sie.scss */
  .staramy-sie-liczby__bottom__box-right {
    width: 40%;
    transform: translateY(36px);
    padding: 30px 45px 25px 155px;
  }
}
/* line 380, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__bottom__box-right::before {
  content: "";
  position: absolute;
  background-color: #CFF1FF;
  background-image: url(../img/akcjastaramysie/para-gray-icon.svg);
  background-size: 55px;
  background-position: top 30px left 45px;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  /* line 380, ../../src/scss/_staramy-sie.scss */
  .staramy-sie-liczby__bottom__box-right::before {
    border-left: 4px solid var(--darkColor);
    background-position: center left 45px;
    background-size: 72px;
  }
}
/* line 401, ../../src/scss/_staramy-sie.scss */
.staramy-sie-liczby__bottom__banner {
  background-color: #CFF1FF;
}
@media screen and (min-width: 992px) {
  /* line 401, ../../src/scss/_staramy-sie.scss */
  .staramy-sie-liczby__bottom__banner {
    background-color: white;
    margin-top: 20px;
  }
}
/* line 410, ../../src/scss/_staramy-sie.scss */
.staramy-sie__tiles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  /* line 410, ../../src/scss/_staramy-sie.scss */
  .staramy-sie__tiles {
    flex-direction: row;
  }
}
/* line 418, ../../src/scss/_staramy-sie.scss */
.staramy-sie__tiles-title {
  font-family: 'lora';
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 64px;
  letter-spacing: -0.01em;
  color: var(--darkColor);
  margin-bottom: 70px;
}
/* line 429, ../../src/scss/_staramy-sie.scss */
.staramy-sie__tile {
  position: relative;
  background-color: #CFF1FF;
  display: flex;
  flex-direction: row;
  padding-left: 20px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  /* line 429, ../../src/scss/_staramy-sie.scss */
  .staramy-sie__tile {
    width: calc( (100% - 40px)/3 );
  }
}
/* line 440, ../../src/scss/_staramy-sie.scss */
.staramy-sie__tile__text {
  max-width: 90%;
}
/* line 443, ../../src/scss/_staramy-sie.scss */
.staramy-sie__tile__tag {
  margin-top: 18px;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.01em;
  color: #333333;
}
@media screen and (min-width: 992px) {
  /* line 443, ../../src/scss/_staramy-sie.scss */
  .staramy-sie__tile__tag {
    font-size: 13.4027px;
    line-height: 17px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 443, ../../src/scss/_staramy-sie.scss */
  .staramy-sie__tile__tag {
    font-size: 17.4206px;
    line-height: 22px;
  }
}
/* line 458, ../../src/scss/_staramy-sie.scss */
.staramy-sie__tile__image {
  margin-left: auto;
  width: 50%;
  height: auto;
  clip-path: circle(70% at 68% 41%);
}
/* line 464, ../../src/scss/_staramy-sie.scss */
.staramy-sie__tile__title {
  margin-top: 11px;
  font-weight: bold;
  font-size: 19.5982px;
  line-height: 25px;
  letter-spacing: -0.01em;
  color: #333333;
}
@media screen and (min-width: 992px) {
  /* line 464, ../../src/scss/_staramy-sie.scss */
  .staramy-sie__tile__title {
    margin-top: 0;
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 464, ../../src/scss/_staramy-sie.scss */
  .staramy-sie__tile__title {
    margin-top: 18px;
  }
}
/* line 480, ../../src/scss/_staramy-sie.scss */
.staramy-sie__tile__more {
  position: absolute;
  bottom: 13px;
  font-family: 'lora';
  font-style: normal;
  font-weight: bold;
  font-size: 9.43121px;
  line-height: 11px;
  letter-spacing: -0.01em;
  color: #577F96;
}
@media screen and (min-width: 992px) {
  /* line 480, ../../src/scss/_staramy-sie.scss */
  .staramy-sie__tile__more {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 480, ../../src/scss/_staramy-sie.scss */
  .staramy-sie__tile__more {
    font-size: 15.243px;
    line-height: 17px;
  }
}
/* line 500, ../../src/scss/_staramy-sie.scss */
.staramy-sie-wideo {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  /* line 500, ../../src/scss/_staramy-sie.scss */
  .staramy-sie-wideo {
    flex-direction: row;
  }
}
/* line 506, ../../src/scss/_staramy-sie.scss */
.staramy-sie-wideo__text {
  width: 100%;
}
@media screen and (min-width: 992px) {
  /* line 506, ../../src/scss/_staramy-sie.scss */
  .staramy-sie-wideo__text {
    width: 55%;
  }
}
/* line 512, ../../src/scss/_staramy-sie.scss */
.staramy-sie-wideo__title {
  font-family: 'lora';
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: -0.01em;
  color: var(--darkColor);
  max-width: 490px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  /* line 512, ../../src/scss/_staramy-sie.scss */
  .staramy-sie-wideo__title {
    font-size: 30px;
    line-height: 44px;
  }
}
/* line 528, ../../src/scss/_staramy-sie.scss */
.staramy-sie-wideo__box {
  background-color: #F7F7F7;
  background-image: url(../img/akcjastaramysie/quote-icon.svg);
  background-size: 32px;
  background-position: top 19px left 19px;
  background-repeat: no-repeat;
  font-style: italic;
  font-weight: normal;
  font-size: 24.5916px;
  line-height: 31px;
  letter-spacing: -0.01em;
  padding: 67px 19px 19px 25px;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  /* line 528, ../../src/scss/_staramy-sie.scss */
  .staramy-sie-wideo__box {
    background-position: center left 36px;
    padding: 47px 125px 49px 125px;
  }
}
/* line 546, ../../src/scss/_staramy-sie.scss */
.staramy-sie-wideo__description {
  font-size: 19px;
  line-height: 24px;
  letter-spacing: -0.01em;
  margin-left: 40px;
  margin-top: 35px;
  margin-bottom: 35px;
}
@media screen and (min-width: 992px) {
  /* line 546, ../../src/scss/_staramy-sie.scss */
  .staramy-sie-wideo__description {
    font-size: 20px;
    line-height: 24px;
  }
}
/* line 559, ../../src/scss/_staramy-sie.scss */
.staramy-sie-wideo__side {
  width: 100%;
}
@media screen and (min-width: 992px) {
  /* line 559, ../../src/scss/_staramy-sie.scss */
  .staramy-sie-wideo__side {
    width: 45%;
  }
}
/* line 564, ../../src/scss/_staramy-sie.scss */
.staramy-sie-wideo__side__title {
  background-color: #577F96;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  width: max-content;
  padding: 13px 157px 13px 19px;
}
@media screen and (min-width: 992px) {
  /* line 564, ../../src/scss/_staramy-sie.scss */
  .staramy-sie-wideo__side__title {
    padding: 18px 204px 18px 20px;
    font-size: 20px;
    line-height: 25px;
  }
}
/* line 580, ../../src/scss/_staramy-sie.scss */
.staramy-sie-wideo__side__yt {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
/* line 584, ../../src/scss/_staramy-sie.scss */
.staramy-sie-wideo__side__yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 595, ../../src/scss/_staramy-sie.scss */
.staramy-sie-partnerzy__title {
  font-family: 'lora';
  font-weight: bold;
  font-size: 27px;
  line-height: 35px;
  text-align: center;
  letter-spacing: -0.01em;
  color: var(--darkColor);
}
@media screen and (min-width: 992px) {
  /* line 595, ../../src/scss/_staramy-sie.scss */
  .staramy-sie-partnerzy__title {
    font-size: 30px;
    line-height: 38px;
    text-align: left;
  }
}
/* line 609, ../../src/scss/_staramy-sie.scss */
.staramy-sie-partnerzy__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  /* line 609, ../../src/scss/_staramy-sie.scss */
  .staramy-sie-partnerzy__list {
    justify-content: space-between;
  }
}

/* line 1, ../../src/scss/_advertorial.scss */
.advertorial {
  margin: 0 -15px;
  width: 100vw;
  display: flex;
  border-radius: 25px;
  border-width: 10px;
  border-style: solid;
  position: relative;
  flex-direction: column;
  padding: 24px 16px;
}
/* line 11, ../../src/scss/_advertorial.scss */
.advertorial::before {
  content: "";
  border-color: inherit;
  border-width: 10px;
  border-style: solid;
  z-index: -1;
  position: absolute;
  width: 100vw;
  height: calc(100% + 20px);
  top: -10px;
  left: -10px;
}
@media screen and (min-width: 576px) {
  /* line 1, ../../src/scss/_advertorial.scss */
  .advertorial {
    width: 100%;
    margin: 0;
  }
  /* line 26, ../../src/scss/_advertorial.scss */
  .advertorial::before {
    content: none;
  }
}
@media screen and (min-width: 992px) {
  /* line 1, ../../src/scss/_advertorial.scss */
  .advertorial {
    padding: 0;
    flex-direction: row;
  }
}
/* line 34, ../../src/scss/_advertorial.scss */
.advertorial__thumbnail {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  position: absolute;
  top: 24px;
  left: 16px;
}
@media screen and (min-width: 992px) {
  /* line 34, ../../src/scss/_advertorial.scss */
  .advertorial__thumbnail {
    border-radius: 15px;
    position: static;
    width: 215px;
    height: 215px;
  }
}
/* line 51, ../../src/scss/_advertorial.scss */
.advertorial__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  /* line 51, ../../src/scss/_advertorial.scss */
  .advertorial__wrap {
    margin-left: 26px;
    padding-right: 25px;
  }
}
/* line 62, ../../src/scss/_advertorial.scss */
.advertorial__category {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: var(--lightColor);
  text-transform: uppercase;
  margin-bottom: 6px;
  margin-left: 110px;
}
@media screen and (min-width: 992px) {
  /* line 62, ../../src/scss/_advertorial.scss */
  .advertorial__category {
    margin-left: 0;
  }
}
/* line 75, ../../src/scss/_advertorial.scss */
.advertorial__title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: var(--darkColor);
  margin-bottom: 6px;
  margin-left: 110px;
  min-height: 85px;
}
@media screen and (min-width: 992px) {
  /* line 75, ../../src/scss/_advertorial.scss */
  .advertorial__title {
    min-height: unset;
    margin-left: 0;
  }
}
/* line 89, ../../src/scss/_advertorial.scss */
.advertorial__lead {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--darkColor);
  margin-bottom: 24px;
  max-height: 100px;
  overflow: hidden;
}
/* line 98, ../../src/scss/_advertorial.scss */
.advertorial__button {
  background-color: var(--darkColor);
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  padding: 8px 10px;
  color: #FFFFFF;
  width: max-content;
}
/* line 108, ../../src/scss/_advertorial.scss */
.advertorial__icon {
  position: absolute;
  bottom: 30px;
  right: 50px;
}

/* line 1, ../../src/scss/_servicebox-widget.scss */
.servicebox-widget {
  background-color: var(--lightColor);
  width: 100vw;
  margin-left: -15px;
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 992px) {
  /* line 1, ../../src/scss/_servicebox-widget.scss */
  .servicebox-widget {
    width: 100%;
    margin-left: 0;
    padding-top: 40px;
    padding-bottom: 45px;
  }
}
/* line 21, ../../src/scss/_servicebox-widget.scss */
.servicebox-widget__wrapper {
  width: 100%;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 992px) {
  /* line 21, ../../src/scss/_servicebox-widget.scss */
  .servicebox-widget__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 33, ../../src/scss/_servicebox-widget.scss */
.servicebox-widget__arrow {
  display: none;
  background-image: url(../img/icons/arrow-right-green-icon.svg);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  height: 49px;
  width: 49px;
  position: absolute;
  background-color: white;
  border-radius: 50%;
  top: 50%;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  /* line 33, ../../src/scss/_servicebox-widget.scss */
  .servicebox-widget__arrow {
    display: block;
  }
}
/* line 52, ../../src/scss/_servicebox-widget.scss */
.servicebox-widget__arrow--next {
  right: -26px;
}
/* line 56, ../../src/scss/_servicebox-widget.scss */
.servicebox-widget__arrow--prev {
  left: -26px;
  transform: rotateZ(180deg);
}
/* line 62, ../../src/scss/_servicebox-widget.scss */
.servicebox-widget__title {
  padding-bottom: 30px;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: white;
  padding-left: 16px;
}
@media screen and (min-width: 992px) {
  /* line 62, ../../src/scss/_servicebox-widget.scss */
  .servicebox-widget__title {
    padding-left: 15px;
  }
}
/* line 75, ../../src/scss/_servicebox-widget.scss */
.servicebox-widget__top {
  height: 20%;
  color: #fff;
  font-size: 21px;
  padding: 31px 0 10px 15px;
  font-weight: bold;
}
/* line 83, ../../src/scss/_servicebox-widget.scss */
.servicebox-widget__bottom {
  height: 80%;
}
/* line 86, ../../src/scss/_servicebox-widget.scss */
.servicebox-widget__bottom__container {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}
/* line 91, ../../src/scss/_servicebox-widget.scss */
.servicebox-widget__bottom__container div {
  padding-top: 2px;
}
/* line 98, ../../src/scss/_servicebox-widget.scss */
.servicebox-widget .swiper-slide {
  width: auto;
}
/* line 105, ../../src/scss/_servicebox-widget.scss */
.servicebox-widget__box {
  display: block;
  border-radius: 20px;
  background-color: #fff;
  width: 222px;
  height: 214px;
  margin: auto;
  color: var(--darkColor);
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 992px) {
  /* line 105, ../../src/scss/_servicebox-widget.scss */
  .servicebox-widget__box {
    width: 243px;
    height: 236px;
  }
}
/* line 134, ../../src/scss/_servicebox-widget.scss */
.servicebox-widget__box__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 6px;
  color: var(--darkColor);
}
@media screen and (min-width: 992px) {
  /* line 134, ../../src/scss/_servicebox-widget.scss */
  .servicebox-widget__box__title {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 6px;
  }
}
/* line 148, ../../src/scss/_servicebox-widget.scss */
.servicebox-widget__box__description {
  font-size: 12px;
  line-height: 15px;
}
/* line 153, ../../src/scss/_servicebox-widget.scss */
.servicebox-widget__box__thumbnail {
  object-fit: cover;
  max-height: 104px;
  width: 100%;
  display: block;
}
@media screen and (min-width: 992px) {
  /* line 153, ../../src/scss/_servicebox-widget.scss */
  .servicebox-widget__box__thumbnail {
    max-height: 115px;
  }
}
/* line 164, ../../src/scss/_servicebox-widget.scss */
.servicebox-widget__box__container {
  padding: 11px 16px 19px 16px;
  height: calc(100% - 104px);
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  /* line 164, ../../src/scss/_servicebox-widget.scss */
  .servicebox-widget__box__container {
    padding: 12px 24px 24px 24px;
    height: calc(100% - 115px);
  }
}
/* line 176, ../../src/scss/_servicebox-widget.scss */
.servicebox-widget__box__price-and-btn {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
}
/* line 185, ../../src/scss/_servicebox-widget.scss */
.servicebox-widget__box__btn {
  background-color: var(--darkColor);
  color: #fff;
  padding: 5px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (min-width: 992px) {
  /* line 185, ../../src/scss/_servicebox-widget.scss */
  .servicebox-widget__box__btn {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 7px;
  }
}
/* line 201, ../../src/scss/_servicebox-widget.scss */
.servicebox-widget__box__btn:hover {
  color: white;
}
/* line 206, ../../src/scss/_servicebox-widget.scss */
.servicebox-widget__box__price {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (min-width: 992px) {
  /* line 206, ../../src/scss/_servicebox-widget.scss */
  .servicebox-widget__box__price {
    font-size: 18px;
    line-height: 23px;
  }
}

/* line 1, ../../src/scss/_belka-glow.scss */
.belka-glow {
  position: relative;
}
/* line 6, ../../src/scss/_belka-glow.scss */
.belka-glow__image {
  display: block;
  max-width: 100%;
  height: auto;
}
/* line 12, ../../src/scss/_belka-glow.scss */
.belka-glow__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #6464642b;
  color: #767676;
  font-size: 34px;
  line-height: 33px;
  /* padding: 7px 6px; */
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 4, ../../src/scss/_link-srodtekst.scss */
.link-srodtekst--tlo {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #f1f1f1;
  padding: 20px 20px 16px 20px;
}
/* line 12, ../../src/scss/_link-srodtekst.scss */
.link-srodtekst--tlo:after {
  content: "Reklama";
  position: absolute;
  bottom: 0;
  right: 0;
  background: none repeat scroll 0 0 transparent;
  color: #A5A5A5;
  font-size: 11px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  width: 58px;
  margin-left: 20%;
  margin-bottom: 0;
  margin-top: 15px;
}
/* line 30, ../../src/scss/_link-srodtekst.scss */
.link-srodtekst__link {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  text-decoration: underline;
  text-decoration-color: var(--lightColor);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
@media screen and (min-width: 576px) {
  /* line 30, ../../src/scss/_link-srodtekst.scss */
  .link-srodtekst__link {
    font-size: 18px;
    line-height: 22px;
  }
}
/* line 45, ../../src/scss/_link-srodtekst.scss */
.link-srodtekst__link:hover {
  text-decoration: underline;
  text-decoration-color: var(--lightColor);
  color: var(--lightColor);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

/* line 1, ../../src/scss/_dont-leave.scss */
.dont-leave {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.34);
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(2px);
}
/* line 13, ../../src/scss/_dont-leave.scss */
.dont-leave__modal {
  background-color: white;
  max-width: 100vw;
  width: 90vw;
  padding: 9px 15px 15px 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  /* line 13, ../../src/scss/_dont-leave.scss */
  .dont-leave__modal {
    max-width: 90vw;
    width: 90vw;
    padding: 16px 30px 30px 30px;
  }
}
@media screen and (min-width: 992px) {
  /* line 13, ../../src/scss/_dont-leave.scss */
  .dont-leave__modal {
    max-width: 90vw;
    width: 70vw;
    padding: 16px 30px 30px 30px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 13, ../../src/scss/_dont-leave.scss */
  .dont-leave__modal {
    max-width: 90vw;
    width: 60vw;
    padding: 16px 30px 30px 30px;
  }
}
/* line 39, ../../src/scss/_dont-leave.scss */
.dont-leave__title {
  color: var(--darkColor);
  font-weight: 700;
  font-size: 28px;
  line-height: 39px;
  margin-bottom: 11px;
  max-width: 275px;
}
@media screen and (min-width: 768px) {
  /* line 39, ../../src/scss/_dont-leave.scss */
  .dont-leave__title {
    max-width: unset;
    font-size: 30px;
    line-height: 38px;
  }
}
/* line 54, ../../src/scss/_dont-leave.scss */
.dont-leave__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 34px;
  font-size: 51px;
  line-height: 42px;
  cursor: pointer;
}
/* line 65, ../../src/scss/_dont-leave.scss */
.dont-leave__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-row-gap: 20px;
}
/* line 71, ../../src/scss/_dont-leave.scss */
.dont-leave__content a:nth-child(1) {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
}
/* line 76, ../../src/scss/_dont-leave.scss */
.dont-leave__content a:nth-child(2) {
  grid-column: 1 / 1;
  grid-row: 2 / 2;
}
/* line 81, ../../src/scss/_dont-leave.scss */
.dont-leave__content a:nth-child(3) {
  grid-column: 1 / 1;
  grid-row: 3 / 3;
}
@media screen and (min-width: 768px) {
  /* line 65, ../../src/scss/_dont-leave.scss */
  .dont-leave__content {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  /* line 93, ../../src/scss/_dont-leave.scss */
  .dont-leave__content a:nth-child(1) {
    grid-column: 1 / 1;
    grid-row: 1 / span 2;
  }
  /* line 98, ../../src/scss/_dont-leave.scss */
  .dont-leave__content a:nth-child(2) {
    grid-column: 2 / 2;
    grid-row: 1 / 1;
  }
  /* line 103, ../../src/scss/_dont-leave.scss */
  .dont-leave__content a:nth-child(3) {
    grid-column: 2 / 2;
    grid-row: 2 / 2;
  }
}
/* line 112, ../../src/scss/_dont-leave.scss */
.dont-leave__article-tile {
  display: block;
  position: relative;
}
/* line 116, ../../src/scss/_dont-leave.scss */
.dont-leave__article-tile__title {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  color: var(--darkColor);
  margin: 0 auto;
  padding: 10px 5px;
  position: absolute;
  bottom: 0;
  background-color: #ffffffa6;
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 116, ../../src/scss/_dont-leave.scss */
  .dont-leave__article-tile__title {
    font-size: 18px;
    line-height: 20px;
  }
}
/* line 135, ../../src/scss/_dont-leave.scss */
.dont-leave__article-tile__thumbnail img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 1, ../../src/scss/_custom-product.scss */
.custom-product {
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  border-top: 3px solid var(--lightColor);
  border-bottom: 3px solid var(--lightColor);
  position: relative;
}
@media screen and (min-width: 992px) {
  /* line 1, ../../src/scss/_custom-product.scss */
  .custom-product {
    flex-direction: row;
  }
}
/* line 15, ../../src/scss/_custom-product.scss */
.custom-product__image {
  width: auto;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  padding: 2px;
  max-width: 360px;
  margin: auto;
}
@media screen and (min-width: 992px) {
  /* line 15, ../../src/scss/_custom-product.scss */
  .custom-product__image {
    max-width: 40%;
  }
}
/* line 30, ../../src/scss/_custom-product.scss */
.custom-product__image img {
  width: 225px;
  height: auto;
  margin: auto;
}
/* line 38, ../../src/scss/_custom-product.scss */
.custom-product__info {
  font-size: 12px;
  line-height: 1.2;
  background-color: #5386e4d9;
  color: white;
  padding: 10px;
}
/* line 48, ../../src/scss/_custom-product.scss */
.custom-product__mark {
  position: absolute;
  top: 0;
  right: 0;
  color: #A5A5A5;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}
/* line 58, ../../src/scss/_custom-product.scss */
.custom-product__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -.02em;
  color: var(--darkColor);
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  /* line 58, ../../src/scss/_custom-product.scss */
  .custom-product__name {
    text-align: left;
    padding-top: 15px;
  }
}
/* line 75, ../../src/scss/_custom-product.scss */
.custom-product__content {
  padding-left: 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  /* line 75, ../../src/scss/_custom-product.scss */
  .custom-product__content {
    width: 60%;
  }
}
/* line 85, ../../src/scss/_custom-product.scss */
.custom-product__description {
  margin-top: 20px;
  padding-bottom: 45px;
}
@media screen and (min-width: 992px) {
  /* line 85, ../../src/scss/_custom-product.scss */
  .custom-product__description {
    margin-top: 0px;
    padding-bottom: 45px;
  }
}
/* line 95, ../../src/scss/_custom-product.scss */
.custom-product__additional-info {
  font-size: 12px;
  line-height: 1.2;
  background-color: #5386e4d9;
  color: white;
  padding: 10px;
  width: 100% !important;
  box-sizing: border-box;
  margin: 0;
}
/* line 106, ../../src/scss/_custom-product.scss */
.custom-product__button {
  margin-bottom: 20px;
  transform: translateX(55%);
  justify-content: center;
  align-items: center;
  background: 0 0;
  border: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  width: max-content;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  padding: 6px 40px 6px 40px;
  color: #1b4634;
  background-color: #f7a400;
}
@media screen and (min-width: 992px) {
  /* line 106, ../../src/scss/_custom-product.scss */
  .custom-product__button {
    padding: 8px 55px 8px 55px;
    transform: translateX(110%);
  }
}
/* line 133, ../../src/scss/_custom-product.scss */
.custom-product__button:hover {
  background-color: #FFC759;
}
/* line 137, ../../src/scss/_custom-product.scss */
.custom-product__button:active {
  color: white;
}
/* line 141, ../../src/scss/_custom-product.scss */
.custom-product__button:focus {
  border: 1px dashed #1B4634;
}
/* line 145, ../../src/scss/_custom-product.scss */
.custom-product__button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
/* line 151, ../../src/scss/_custom-product.scss */
.custom-product__button-container {
  justify-content: center;
  align-items: center;
}

/* line 1, ../../src/scss/_video-embed.scss */
.video-embed {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
/* line 7, ../../src/scss/_video-embed.scss */
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* line 15, ../../src/scss/_video-embed.scss */
.video-embed__cover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
/* line 25, ../../src/scss/_video-embed.scss */
.video-embed__skip {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 115px;
  height: 55px;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  cursor: pointer;
  text-align: center;
  padding: 21px 0;
}
@media screen and (min-width: 992px) {
  /* line 25, ../../src/scss/_video-embed.scss */
  .video-embed__skip {
    width: 200px;
    height: 80px;
  }
}
/* line 45, ../../src/scss/_video-embed.scss */
.video-embed__mute {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65px;
  height: 65px;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  cursor: pointer;
  text-align: center;
  padding: 21px 0;
  background-position: center;
  background-size: 50px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  /* line 45, ../../src/scss/_video-embed.scss */
  .video-embed__mute {
    width: 100px;
    height: 100px;
    background-size: 75px;
  }
}
/* line 68, ../../src/scss/_video-embed.scss */
.video-embed__mute--unmute {
  background-image: url("../img/icons/unmute_white.png");
}
/* line 72, ../../src/scss/_video-embed.scss */
.video-embed__mute--mute {
  background-image: url("../img/icons/mute_white.png");
}

/* line 1, ../../src/scss/_sponsored-section.scss */
.sponsored-section {
  position: relative;
  z-index: 2;
  display: inline-block;
}
/* line 6, ../../src/scss/_sponsored-section.scss */
.sponsored-section--sign {
  font-style: italic;
}
/* line 9, ../../src/scss/_sponsored-section.scss */
.sponsored-section--sign::before {
  content: "";
  display: block;
  height: 10px;
}
/* line 15, ../../src/scss/_sponsored-section.scss */
.sponsored-section--sign::after {
  content: "";
  display: block;
  height: 10px;
}
/* line 24, ../../src/scss/_sponsored-section.scss */
.sponsored-section--1::before {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  border: 2px solid #E3E3E3;
  z-index: -1;
  transform: translate(-10px, -10px);
}
/* line 34, ../../src/scss/_sponsored-section.scss */
.sponsored-section--1::after {
  content: "REKLAMA";
  position: absolute;
  right: -10px;
  bottom: -9px;
  color: #A5A5A5;
  font-family: Tahoma;
  font-size: 11px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  width: 58px;
  margin-left: 20%;
  margin-bottom: 0;
  margin-top: 15px;
  padding-top: 0px;
}
/* line 58, ../../src/scss/_sponsored-section.scss */
.sponsored-section--2::before {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  background-color: #F1F1F1;
  z-index: -1;
  transform: translate(-10px, -10px);
}
/* line 68, ../../src/scss/_sponsored-section.scss */
.sponsored-section--2::after {
  content: "REKLAMA";
  position: absolute;
  right: -9px;
  bottom: -10px;
  color: #A5A5A5;
  font-family: Tahoma;
  font-size: 11px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  width: 58px;
  margin-left: 20%;
  margin-bottom: 0;
  margin-top: 15px;
  padding-top: 0px;
}

/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 7, ../../src/scss/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 16, ../../src/scss/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 17, ../../src/scss/bootstrap/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18, ../../src/scss/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 19, ../../src/scss/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 20, ../../src/scss/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 21, ../../src/scss/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 23, ../../src/scss/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, ../../src/scss/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, ../../src/scss/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, ../../src/scss/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, ../../src/scss/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, ../../src/scss/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, ../../src/scss/bootstrap/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, ../../src/scss/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, ../../src/scss/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, ../../src/scss/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, ../../src/scss/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}
/* line 95, ../../src/scss/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, ../../src/scss/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, ../../src/scss/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, ../../src/scss/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
/* line 122, ../../src/scss/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, ../../src/scss/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, ../../src/scss/bootstrap/_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, ../../src/scss/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../../src/scss/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, ../../src/scss/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, ../../src/scss/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
/* line 8, ../../src/scss/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 14, ../../src/scss/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
/* line 22, ../../src/scss/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, ../../src/scss/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
/* line 37, ../../src/scss/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, ../../src/scss/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 5, ../../src/scss/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
/* line 11, ../../src/scss/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
/* line 18, ../../src/scss/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
/* line 23, ../../src/scss/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 34, ../../src/scss/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 45, ../../src/scss/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}
/* line 48, ../../src/scss/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
/* line 54, ../../src/scss/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, ../../src/scss/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, ../../src/scss/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, ../../src/scss/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
/* line 14, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

/* line 13, ../../src/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
/* line 32, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 7, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
/* line 14, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

/* line 13, ../../src/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
/* line 32, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 7, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
/* line 14, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

/* line 13, ../../src/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
/* line 32, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
/* line 14, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

/* line 13, ../../src/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}
/* line 32, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
/* line 14, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

/* line 13, ../../src/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
/* line 32, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
/* line 14, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

/* line 13, ../../src/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
/* line 32, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
/* line 14, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 13, ../../src/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}
/* line 32, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
/* line 14, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 13, ../../src/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
/* line 32, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, ../../src/scss/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, ../../src/scss/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 32, ../../src/scss/bootstrap/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, ../../src/scss/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
/* line 122, ../../src/scss/bootstrap/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 130, ../../src/scss/bootstrap/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #343a40;
}
/* line 134, ../../src/scss/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
/* line 140, ../../src/scss/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}
/* line 145, ../../src/scss/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
/* line 13, ../../src/scss/bootstrap/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, ../../src/scss/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../src/scss/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  /* line 171, ../../src/scss/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../src/scss/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  /* line 171, ../../src/scss/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../src/scss/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  /* line 171, ../../src/scss/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../../src/scss/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
/* line 171, ../../src/scss/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 179, ../../src/scss/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, ../../src/scss/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
@media screen and (min-width: 992px) {
  /* line 7, ../../src/scss/bootstrap/_input-group.scss */
  .input-group {
    flex-wrap: nowrap;
  }
}
/* line 19, ../../src/scss/bootstrap/_input-group.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
/* line 29, ../../src/scss/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
/* line 37, ../../src/scss/bootstrap/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
/* line 44, ../../src/scss/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
/* line 50, ../../src/scss/bootstrap/_input-group.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 55, ../../src/scss/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
/* line 59, ../../src/scss/bootstrap/_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 61, ../../src/scss/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 65, ../../src/scss/bootstrap/_input-group.scss */
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 74, ../../src/scss/bootstrap/_input-group.scss */
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 90, ../../src/scss/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}
/* line 97, ../../src/scss/bootstrap/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
/* line 101, ../../src/scss/bootstrap/_input-group.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
/* line 106, ../../src/scss/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 114, ../../src/scss/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 115, ../../src/scss/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 123, ../../src/scss/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
/* line 139, ../../src/scss/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 151, ../../src/scss/bootstrap/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 156, ../../src/scss/bootstrap/_input-group.scss */
.input-group-lg > .form-control,
.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,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 168, ../../src/scss/bootstrap/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 173, ../../src/scss/bootstrap/_input-group.scss */
.input-group-sm > .form-control,
.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,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 185, ../../src/scss/bootstrap/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 198, ../../src/scss/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn: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 209, ../../src/scss/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn: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 5, ../../src/scss/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, ../../src/scss/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, ../../src/scss/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, ../../src/scss/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}
/* line 33, ../../src/scss/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 49, ../../src/scss/bootstrap/_alert.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
/* line 6, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}
/* line 10, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 49, ../../src/scss/bootstrap/_alert.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
/* line 6, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
/* line 10, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 49, ../../src/scss/bootstrap/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
/* line 6, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}
/* line 10, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 49, ../../src/scss/bootstrap/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
/* line 6, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #abdde5;
}
/* line 10, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 49, ../../src/scss/bootstrap/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
/* line 6, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}
/* line 10, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 49, ../../src/scss/bootstrap/_alert.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
/* line 6, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}
/* line 10, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 49, ../../src/scss/bootstrap/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
/* line 6, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}
/* line 10, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 49, ../../src/scss/bootstrap/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
/* line 6, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}
/* line 10, ../../src/scss/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

/* line 1, ../../src/scss/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, ../../src/scss/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 7, ../../src/scss/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}
/* line 11, ../../src/scss/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, ../../src/scss/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, ../../src/scss/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
/* line 44, ../../src/scss/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  /* line 44, ../../src/scss/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}
/* line 48, ../../src/scss/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}
/* line 53, ../../src/scss/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 58, ../../src/scss/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
/* line 62, ../../src/scss/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
/* line 67, ../../src/scss/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
/* line 72, ../../src/scss/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 77, ../../src/scss/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
/* line 83, ../../src/scss/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
/* line 91, ../../src/scss/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
/* line 96, ../../src/scss/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
/* line 100, ../../src/scss/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 107, ../../src/scss/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  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 125, ../../src/scss/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
/* line 135, ../../src/scss/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}
/* line 136, ../../src/scss/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 141, ../../src/scss/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
/* line 149, ../../src/scss/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 157, ../../src/scss/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 164, ../../src/scss/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 173, ../../src/scss/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
/* line 185, ../../src/scss/bootstrap/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 191, ../../src/scss/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 202, ../../src/scss/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  /* line 207, ../../src/scss/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 210, ../../src/scss/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  /* line 215, ../../src/scss/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 218, ../../src/scss/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

  /* line 228, ../../src/scss/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 232, ../../src/scss/bootstrap/_modal.scss */
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  /* line 239, ../../src/scss/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}
/* line 14, ../../src/scss/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, ../../src/scss/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, ../../src/scss/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 2, ../../src/scss/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, ../../src/scss/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  /* line 29, ../../src/scss/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, ../../src/scss/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, ../../src/scss/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, ../../src/scss/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 61, ../../src/scss/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
/* line 67, ../../src/scss/bootstrap/_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, ../../src/scss/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  /* line 74, ../../src/scss/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, ../../src/scss/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  /* line 87, ../../src/scss/bootstrap/_carousel.scss */
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
/* line 17, ../../src/scss/bootstrap/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 114, ../../src/scss/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 120, ../../src/scss/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 128, ../../src/scss/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

/* line 135, ../../src/scss/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 138, ../../src/scss/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 148, ../../src/scss/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
/* line 162, ../../src/scss/bootstrap/_carousel.scss */
.carousel-indicators li {
  box-sizing: content-box;
  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;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  /* line 162, ../../src/scss/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}
/* line 180, ../../src/scss/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 190, ../../src/scss/bootstrap/_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;
}

/* line 3, ../../src/scss/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, ../../src/scss/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, ../../src/scss/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, ../../src/scss/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, ../../src/scss/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, ../../src/scss/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, ../../src/scss/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 17, ../../src/scss/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6, ../../src/scss/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 17, ../../src/scss/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6, ../../src/scss/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 17, ../../src/scss/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, ../../src/scss/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, ../../src/scss/bootstrap/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, ../../src/scss/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 17, ../../src/scss/bootstrap/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, ../../src/scss/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 17, ../../src/scss/bootstrap/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, ../../src/scss/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 17, ../../src/scss/bootstrap/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, ../../src/scss/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 17, ../../src/scss/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 13, ../../src/scss/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, ../../src/scss/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, ../../src/scss/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 25, ../../src/scss/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, ../../src/scss/bootstrap/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, ../../src/scss/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 41, ../../src/scss/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 46, ../../src/scss/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 51, ../../src/scss/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 56, ../../src/scss/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 61, ../../src/scss/bootstrap/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, ../../src/scss/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, ../../src/scss/bootstrap/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, ../../src/scss/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, ../../src/scss/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  /* line 24, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
/* line 3, ../../src/scss/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
/* line 10, ../../src/scss/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}
/* line 15, ../../src/scss/bootstrap/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, ../../src/scss/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 35, ../../src/scss/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, ../../src/scss/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, ../../src/scss/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 35, ../../src/scss/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 35, ../../src/scss/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, ../../src/scss/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, ../../src/scss/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, ../../src/scss/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, ../../src/scss/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, ../../src/scss/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, ../../src/scss/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, ../../src/scss/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, ../../src/scss/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, ../../src/scss/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, ../../src/scss/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, ../../src/scss/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, ../../src/scss/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, ../../src/scss/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, ../../src/scss/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, ../../src/scss/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, ../../src/scss/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, ../../src/scss/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }

  /* line 13, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 19, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 21, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 22, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 23, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 25, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  /* line 26, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  /* line 27, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }

  /* line 28, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  /* line 29, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  /* line 31, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }

  /* line 32, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }

  /* line 33, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  /* line 37, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }

  /* line 38, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }

  /* line 40, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }

  /* line 41, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }

  /* line 42, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  /* line 44, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }

  /* line 45, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }

  /* line 46, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }

  /* line 48, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  /* line 49, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  /* line 11, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }

  /* line 13, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 19, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 21, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 22, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 23, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 25, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  /* line 26, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  /* line 27, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }

  /* line 28, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }

  /* line 29, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }

  /* line 31, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }

  /* line 32, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }

  /* line 33, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }

  /* line 37, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }

  /* line 38, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }

  /* line 40, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }

  /* line 41, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }

  /* line 42, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }

  /* line 44, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }

  /* line 45, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }

  /* line 46, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }

  /* line 48, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }

  /* line 49, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  /* line 11, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }

  /* line 13, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 19, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 21, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 22, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 23, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 25, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  /* line 26, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  /* line 27, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }

  /* line 28, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  /* line 29, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  /* line 31, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }

  /* line 32, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }

  /* line 33, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  /* line 37, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }

  /* line 38, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }

  /* line 40, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }

  /* line 41, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }

  /* line 42, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  /* line 44, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }

  /* line 45, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }

  /* line 46, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }

  /* line 48, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  /* line 49, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  /* line 11, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }

  /* line 13, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 19, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 21, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 22, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 23, ../../src/scss/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 25, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  /* line 26, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  /* line 27, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }

  /* line 28, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  /* line 29, ../../src/scss/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  /* line 31, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }

  /* line 32, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }

  /* line 33, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  /* line 37, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }

  /* line 38, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }

  /* line 40, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }

  /* line 41, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }

  /* line 42, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  /* line 44, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }

  /* line 45, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }

  /* line 46, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }

  /* line 48, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  /* line 49, ../../src/scss/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/* line 7, ../../src/scss/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, ../../src/scss/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, ../../src/scss/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, ../../src/scss/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }

  /* line 8, ../../src/scss/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }

  /* line 9, ../../src/scss/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 7, ../../src/scss/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }

  /* line 8, ../../src/scss/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }

  /* line 9, ../../src/scss/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 7, ../../src/scss/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }

  /* line 8, ../../src/scss/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }

  /* line 9, ../../src/scss/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 7, ../../src/scss/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }

  /* line 8, ../../src/scss/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }

  /* line 9, ../../src/scss/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}
/* line 4, ../../src/scss/bootstrap/utilities/_interactions.scss */
.user-select-all {
  user-select: all !important;
}

/* line 4, ../../src/scss/bootstrap/utilities/_interactions.scss */
.user-select-auto {
  user-select: auto !important;
}

/* line 4, ../../src/scss/bootstrap/utilities/_interactions.scss */
.user-select-none {
  user-select: none !important;
}

/* line 4, ../../src/scss/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, ../../src/scss/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, ../../src/scss/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, ../../src/scss/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, ../../src/scss/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, ../../src/scss/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, ../../src/scss/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, ../../src/scss/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, ../../src/scss/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, ../../src/scss/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, ../../src/scss/bootstrap/utilities/_screenreaders.scss */
.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 25, ../../src/scss/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, ../../src/scss/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, ../../src/scss/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, ../../src/scss/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, ../../src/scss/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, ../../src/scss/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, ../../src/scss/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, ../../src/scss/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, ../../src/scss/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, ../../src/scss/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, ../../src/scss/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, ../../src/scss/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, ../../src/scss/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, ../../src/scss/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, ../../src/scss/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, ../../src/scss/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, ../../src/scss/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 55, ../../src/scss/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 56, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 60, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 64, ../../src/scss/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 68, ../../src/scss/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }

  /* line 56, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 60, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 64, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 68, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }

  /* line 56, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  /* line 60, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 64, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 68, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }

  /* line 56, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 60, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 64, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 68, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 12, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 16, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 20, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }

  /* line 35, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }

  /* line 56, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 60, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 64, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 68, ../../src/scss/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* line 6, ../../src/scss/bootstrap/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: transparent;
}

/* line 7, ../../src/scss/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, ../../src/scss/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, ../../src/scss/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, ../../src/scss/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, ../../src/scss/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, ../../src/scss/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, ../../src/scss/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, ../../src/scss/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 23, ../../src/scss/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 22, ../../src/scss/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* line 23, ../../src/scss/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 22, ../../src/scss/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 23, ../../src/scss/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 22, ../../src/scss/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 23, ../../src/scss/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 24, ../../src/scss/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 30, ../../src/scss/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, ../../src/scss/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, ../../src/scss/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, ../../src/scss/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, ../../src/scss/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, ../../src/scss/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, ../../src/scss/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, ../../src/scss/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, ../../src/scss/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, ../../src/scss/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, ../../src/scss/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #007bff !important;
}

/* line 17, ../../src/scss/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

/* line 6, ../../src/scss/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 17, ../../src/scss/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 6, ../../src/scss/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 17, ../../src/scss/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

/* line 6, ../../src/scss/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 17, ../../src/scss/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

/* line 6, ../../src/scss/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 17, ../../src/scss/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 6, ../../src/scss/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 17, ../../src/scss/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 6, ../../src/scss/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 17, ../../src/scss/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 6, ../../src/scss/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 17, ../../src/scss/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

/* line 51, ../../src/scss/bootstrap/utilities/_text.scss */
.text-body {
  color: #212529 !important;
}

/* line 52, ../../src/scss/bootstrap/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 54, ../../src/scss/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, ../../src/scss/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, ../../src/scss/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, ../../src/scss/bootstrap/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, ../../src/scss/bootstrap/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 72, ../../src/scss/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, ../../src/scss/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, ../../src/scss/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, ../../src/scss/bootstrap/_print.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 24, ../../src/scss/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }

  /* line 34, ../../src/scss/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 49, ../../src/scss/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }

  /* line 52, ../../src/scss/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  /* line 58, ../../src/scss/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 63, ../../src/scss/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 70, ../../src/scss/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  /* line 83, ../../src/scss/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }

  /* line 86, ../../src/scss/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }

  /* line 91, ../../src/scss/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 94, ../../src/scss/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }

  /* line 98, ../../src/scss/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 101, ../../src/scss/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 108, ../../src/scss/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  /* line 114, ../../src/scss/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 117, ../../src/scss/bootstrap/_print.scss */
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  /* line 125, ../../src/scss/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* line 8, ../../src/scss/_trending-articles.scss */
.trending-articles {
  position: fixed;
  bottom: 0;
  background: #EEF3FC;
  width: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  z-index: 998;
  transition: transform 0.3s;
}
@media screen and (min-width: 992px) {
  /* line 8, ../../src/scss/_trending-articles.scss */
  .trending-articles {
    display: none;
  }
}
/* line 23, ../../src/scss/_trending-articles.scss */
.trending-articles--hidden {
  opacity: 0;
  transform: translateY(calc(100% + 2.5rem));
}
/* line 28, ../../src/scss/_trending-articles.scss */
.trending-articles--close {
  transform: translateY(100%);
}
/* line 31, ../../src/scss/_trending-articles.scss */
.trending-articles--close .trending-articles__close {
  height: 3rem;
  top: -3rem;
}
/* line 35, ../../src/scss/_trending-articles.scss */
.trending-articles--close .trending-articles__close svg {
  transform: scaleY(-1);
}
/* line 41, ../../src/scss/_trending-articles.scss */
.trending-articles__wrapper {
  position: relative;
  padding: 0;
}
/* line 46, ../../src/scss/_trending-articles.scss */
.trending-articles__close {
  position: absolute;
  display: flex;
  width: 2.5rem;
  height: 2.25rem;
  top: -2.25rem;
  right: 0;
  z-index: 2;
  background: var(--lightColor);
  border-radius: 1rem 1rem 0 0;
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.25);
  transition: height 0.3s;
}
/* line 60, ../../src/scss/_trending-articles.scss */
.trending-articles__close > svg {
  margin: 1rem auto;
}
/* line 65, ../../src/scss/_trending-articles.scss */
.trending-articles__readmore {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.5rem;
}
/* line 72, ../../src/scss/_trending-articles.scss */
.trending-articles__articles {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.25rem;
}
/* line 78, ../../src/scss/_trending-articles.scss */
.trending-articles__article {
  display: flex;
  gap: 1rem;
  padding: 0.5rem;
  background-color: white;
  width: 50%;
  border-radius: 0.5rem;
}
/* line 86, ../../src/scss/_trending-articles.scss */
.trending-articles__article__image {
  border-radius: 0.75rem;
  margin: 0 auto;
  display: block;
}
/* line 92, ../../src/scss/_trending-articles.scss */
.trending-articles__article__title {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
}

/* line 1, ../../src/scss/_question-expert-widget.scss */
.question-expert-widget {
  box-shadow: 0px 8px 50px rgba(84, 116, 154, 0.18);
  border-radius: 1.25rem 1.25rem;
  overflow: hidden;
  margin: 1.5rem 0;
}
/* line 7, ../../src/scss/_question-expert-widget.scss */
.question-expert-widget__header {
  color: #fff;
  font-size: 1.85rem;
  padding: 2.5rem 1.5rem;
  line-height: 1;
  text-align: center;
  background-color: var(--lightColor);
  background-image: url(../img/pictures/question-expert-widget-header.png);
  background-size: cover;
  background-position: 25% 100%;
}
@media screen and (min-width: 576px) {
  /* line 7, ../../src/scss/_question-expert-widget.scss */
  .question-expert-widget__header {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  /* line 7, ../../src/scss/_question-expert-widget.scss */
  .question-expert-widget__header {
    font-size: 3.125rem;
    padding: 3.125rem;
  }
}
/* line 29, ../../src/scss/_question-expert-widget.scss */
.question-expert-widget__content {
  padding: 1.5rem 1.75rem;
}
@media screen and (min-width: 768px) {
  /* line 29, ../../src/scss/_question-expert-widget.scss */
  .question-expert-widget__content {
    padding: 2.75rem 3.125rem;
  }
}
/* line 37, ../../src/scss/_question-expert-widget.scss */
.question-expert-widget__expert {
  background: #fff;
  border-radius: 0.875rem;
  min-height: 7.5rem;
  padding: 1.25rem;
  box-shadow: 0px 3px 8px rgba(84, 116, 154, 0.22);
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  /* line 37, ../../src/scss/_question-expert-widget.scss */
  .question-expert-widget__expert {
    flex-direction: row;
    margin-bottom: 2.75rem;
  }
}
/* line 55, ../../src/scss/_question-expert-widget.scss */
.question-expert-widget__expert__image {
  border-radius: 100%;
  overflow: hidden;
  width: 5.625rem;
  height: 5.625rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  /* line 55, ../../src/scss/_question-expert-widget.scss */
  .question-expert-widget__expert__image {
    margin-right: 2.5rem;
    margin-bottom: 0;
    width: 7.5rem;
    height: 7.5rem;
  }
}
/* line 72, ../../src/scss/_question-expert-widget.scss */
.question-expert-widget__expert__title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.2;
  color: var(--dark-color);
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 72, ../../src/scss/_question-expert-widget.scss */
  .question-expert-widget__expert__title {
    text-align: left;
  }
}
/* line 86, ../../src/scss/_question-expert-widget.scss */
.question-expert-widget__expert__title__name {
  font-weight: 700;
}
/* line 95, ../../src/scss/_question-expert-widget.scss */
.question-expert-widget__listTrigger {
  font-weight: 700;
  text-decoration: underline;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  /* line 95, ../../src/scss/_question-expert-widget.scss */
  .question-expert-widget__listTrigger {
    font-size: 16px;
  }
  /* line 103, ../../src/scss/_question-expert-widget.scss */
  .question-expert-widget__listTrigger:hover {
    text-decoration: none;
  }
}
/* line 109, ../../src/scss/_question-expert-widget.scss */
.question-expert-widget__questions {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
/* line 114, ../../src/scss/_question-expert-widget.scss */
.question-expert-widget__questions__question, .did-you-know-widget {
  background: #EFF3FB;
  padding: 1.5rem 1.25rem;
  border-radius: 0.875rem;
  display: flex;
}
@media screen and (min-width: 768px) {
  /* line 114, ../../src/scss/_question-expert-widget.scss */
  .question-expert-widget__questions__question, .did-you-know-widget {
    padding: 1.875rem 1.625rem;
  }
}
/* line 124, ../../src/scss/_question-expert-widget.scss */
.question-expert-widget__questions__question__index {
  color: var(--lightColor);
  font-size: 0.875rem;
  font-weight: 900;
  margin-right: 0.5rem;
  line-height: 1.75;
}
/* line 132, ../../src/scss/_question-expert-widget.scss */
.question-expert-widget__questions__question__query, .did-you-know-widget__header {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  /* line 132, ../../src/scss/_question-expert-widget.scss */
  .question-expert-widget__questions__question__query, .did-you-know-widget__header {
    font-size: 1.5rem;
  }
}
/* line 143, ../../src/scss/_question-expert-widget.scss */
.question-expert-widget__questions__question__answer, .did-you-know-widget__content {
  position: relative;
  font-size: 1rem;
  text-align: justify;
}
/* line 148, ../../src/scss/_question-expert-widget.scss */
.question-expert-widget__questions__question__answer.hidden, .hidden.did-you-know-widget__content {
  background: linear-gradient(to bottom, black 60%, transparent);
  background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0) 60%, white);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* line 160, ../../src/scss/_question-expert-widget.scss */
.question-expert-widget__questions__question__answer--collapsed > div {
  max-height: calc(26px * 7);
  background: linear-gradient(to bottom, black 60%, transparent);
  background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0) 60%, white);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 992px) {
  /* line 160, ../../src/scss/_question-expert-widget.scss */
  .question-expert-widget__questions__question__answer--collapsed > div {
    max-height: calc(26px * 5);
  }
}

/* line 1, ../../src/scss/_did-you-know-widget.scss */
.did-you-know-widget {
  position: relative;
  margin-top: 23px;
  padding-top: calc(1.5rem + 12px);
}
@media screen and (min-width: 768px) {
  /* line 1, ../../src/scss/_did-you-know-widget.scss */
  .did-you-know-widget {
    padding-top: 1.875rem;
    padding-left: 2.75rem;
  }
}
/* line 14, ../../src/scss/_did-you-know-widget.scss */
.did-you-know-widget::before {
  content: '';
  position: absolute;
  background: url(../img/icons/light-bulb-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: -23px;
  left: 1.25rem;
  width: 46px;
  height: 46px;
}
@media screen and (min-width: 768px) {
  /* line 14, ../../src/scss/_did-you-know-widget.scss */
  .did-you-know-widget::before {
    top: 16px;
    left: -27.5px;
    width: 55px;
    height: 55px;
  }
}
/* line 34, ../../src/scss/_did-you-know-widget.scss */
.did-you-know-widget__header {
  font-size: 1.5rem;
}
/* line 39, ../../src/scss/_did-you-know-widget.scss */
.did-you-know-widget__content {
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.5625rem;
}

/* line 5, ../../src/scss/_agr.scss */
.medme__submenu ul {
  margin-top: 20px;
  margin-bottom: 35px;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}
@media screen and (min-width: 992px) {
  /* line 5, ../../src/scss/_agr.scss */
  .medme__submenu ul {
    margin-top: 50px;
    margin-bottom: 75px;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}
/* line 21, ../../src/scss/_agr.scss */
.medme__submenu ul li a {
  display: block;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  color: #333333;
  padding: 8px 0px;
  margin: 0 3px;
  transition: all 0.3s;
}
/* line 31, ../../src/scss/_agr.scss */
.medme__submenu ul li a:hover {
  color: var(--lightColor);
}
/* line 46, ../../src/scss/_agr.scss */
.medme__triangle::after, .agr__box__category::after {
  content: '';
  display: inline-block;
  background: transparent url(../img/medme/triangle.png) no-repeat center right;
  background-size: contain;
  width: 17px;
  height: 10px;
  margin-top: -3px;
  vertical-align: middle;
}
/* line 58, ../../src/scss/_agr.scss */
.medme__gradient-underline, .agr__box__list__header {
  position: relative;
}
/* line 61, ../../src/scss/_agr.scss */
.medme__gradient-underline::after, .agr__box__list__header::after {
  content: '';
  display: block;
  height: 2px;
  width: 70px;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  background-color: #055085;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjAwODU3MyIgeTE9IjAuNDkxMTIzIiB4Mj0iMS4wMDg1NzMiIHkyPSIwLjUwODg3NyI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA1NTA4NSIvPjxzdG9wIG9mZnNldD0iMzQlIiBzdG9wLWNvbG9yPSIjMGM5ZWM1Ii8+PHN0b3Agb2Zmc2V0PSI2OCUiIHN0b3AtY29sb3I9IiMzYmNjYTgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MWRhMmQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(359deg, #055085, #0c9ec5 34%, #3bcca8 68%, #91da2d);
  background-image: -webkit-linear-gradient(359deg, #055085, #0c9ec5 34%, #3bcca8 68%, #91da2d);
  background-image: linear-gradient(91deg, #055085, #0c9ec5 34%, #3bcca8 68%, #91da2d);
}

/* line 76, ../../src/scss/_agr.scss */
.medme__image-bottom-border-gradient, .agr__box__list__thumbnail {
  position: relative;
  border-bottom: 4px solid #055085;
}
/* line 80, ../../src/scss/_agr.scss */
.medme__image-bottom-border-gradient::after, .agr__box__list__thumbnail::after {
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  background-color: #055085;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjAwODU3MyIgeTE9IjAuNDkxMTIzIiB4Mj0iMS4wMDg1NzMiIHkyPSIwLjUwODg3NyI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA1NTA4NSIvPjxzdG9wIG9mZnNldD0iMzQlIiBzdG9wLWNvbG9yPSIjMGM5ZWM1Ii8+PHN0b3Agb2Zmc2V0PSI2OCUiIHN0b3AtY29sb3I9IiMzYmNjYTgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MWRhMmQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(359deg, #055085, #0c9ec5 34%, #3bcca8 68%, #91da2d);
  background-image: -webkit-linear-gradient(359deg, #055085, #0c9ec5 34%, #3bcca8 68%, #91da2d);
  background-image: linear-gradient(91deg, #055085, #0c9ec5 34%, #3bcca8 68%, #91da2d);
}

/* line 105, ../../src/scss/_agr.scss */
.medme__triangle::after, .agr__box__category::after {
  content: '';
  display: inline-block;
  background: transparent url(../img/medme/triangle.png) no-repeat center right;
  background-size: contain;
  width: 17px;
  height: 10px;
  margin-top: -3px;
  vertical-align: middle;
}
/* line 117, ../../src/scss/_agr.scss */
.medme__gradient-underline, .agr__box__list__header {
  position: relative;
}
/* line 120, ../../src/scss/_agr.scss */
.medme__gradient-underline::after, .agr__box__list__header::after {
  content: '';
  display: block;
  height: 2px;
  width: 70px;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  background-color: #055085;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjAwODU3MyIgeTE9IjAuNDkxMTIzIiB4Mj0iMS4wMDg1NzMiIHkyPSIwLjUwODg3NyI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA1NTA4NSIvPjxzdG9wIG9mZnNldD0iMzQlIiBzdG9wLWNvbG9yPSIjMGM5ZWM1Ii8+PHN0b3Agb2Zmc2V0PSI2OCUiIHN0b3AtY29sb3I9IiMzYmNjYTgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MWRhMmQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(359deg, #055085, #0c9ec5 34%, #3bcca8 68%, #91da2d);
  background-image: -webkit-linear-gradient(359deg, #055085, #0c9ec5 34%, #3bcca8 68%, #91da2d);
  background-image: linear-gradient(91deg, #055085, #0c9ec5 34%, #3bcca8 68%, #91da2d);
}

/* line 192, ../../src/scss/_agr.scss */
.medme__header__nav-element-1.category__default > a,
.agr__block--page-header .medme__submenu.category__default > a {
  color: #065b8e;
}
/* line 196, ../../src/scss/_agr.scss */
.medme__header__nav-element-1.category__default .medme__submenu__title,
.agr__block--page-header .medme__submenu.category__default .medme__submenu__title {
  font-family: 'lora';
  font-weight: bold;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -0.5px;
  font-feature-settings: 'liga' off;
  margin: 0;
  color: #333333;
  text-decoration: none;
}

/* line 210, ../../src/scss/_agr.scss */
.footer__nav-element-1.category__default > a {
  color: #065b8e;
}

/* line 220, ../../src/scss/_agr.scss */
.art__wrapper--default .art__title {
  background-image: url(../img/medme/ico/default.svg);
  padding-right: 72px;
}

/* line 192, ../../src/scss/_agr.scss */
.medme__header__nav-element-1.category__zdrowie > a,
.agr__block--page-header .medme__submenu.category__zdrowie > a {
  color: #065b8e;
}
/* line 196, ../../src/scss/_agr.scss */
.medme__header__nav-element-1.category__zdrowie .medme__submenu__title,
.agr__block--page-header .medme__submenu.category__zdrowie .medme__submenu__title {
  font-family: 'lora';
  font-weight: bold;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -0.5px;
  font-feature-settings: 'liga' off;
  margin: 0;
  color: #333333;
  text-decoration: none;
}

/* line 210, ../../src/scss/_agr.scss */
.footer__nav-element-1.category__zdrowie > a {
  color: #065b8e;
}

/* line 220, ../../src/scss/_agr.scss */
.art__wrapper--zdrowie .art__title {
  background-image: url(../img/medme/ico/zdrowie.svg);
  padding-right: 75px;
}

/* line 192, ../../src/scss/_agr.scss */
.medme__header__nav-element-1.category__parenting > a,
.agr__block--page-header .medme__submenu.category__parenting > a {
  color: #086a9a;
}
/* line 196, ../../src/scss/_agr.scss */
.medme__header__nav-element-1.category__parenting .medme__submenu__title,
.agr__block--page-header .medme__submenu.category__parenting .medme__submenu__title {
  font-family: 'lora';
  font-weight: bold;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -0.5px;
  font-feature-settings: 'liga' off;
  margin: 0;
  color: #333333;
  text-decoration: none;
}

/* line 210, ../../src/scss/_agr.scss */
.footer__nav-element-1.category__parenting > a {
  color: #086a9a;
}

/* line 220, ../../src/scss/_agr.scss */
.art__wrapper--parenting .art__title {
  background-image: url(../img/medme/ico/parenting.svg);
  padding-right: 75px;
}

/* line 192, ../../src/scss/_agr.scss */
.medme__header__nav-element-1.category__odzywianie > a,
.agr__block--page-header .medme__submenu.category__odzywianie > a {
  color: #0980ac;
}
/* line 196, ../../src/scss/_agr.scss */
.medme__header__nav-element-1.category__odzywianie .medme__submenu__title,
.agr__block--page-header .medme__submenu.category__odzywianie .medme__submenu__title {
  font-family: 'lora';
  font-weight: bold;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -0.5px;
  font-feature-settings: 'liga' off;
  margin: 0;
  color: #333333;
  text-decoration: none;
}

/* line 210, ../../src/scss/_agr.scss */
.footer__nav-element-1.category__odzywianie > a {
  color: #0980ac;
}

/* line 220, ../../src/scss/_agr.scss */
.art__wrapper--odzywianie .art__title {
  background-image: url(../img/medme/ico/odzywianie.svg);
  padding-right: 54px;
}

/* line 192, ../../src/scss/_agr.scss */
.medme__header__nav-element-1.category__psychologia > a,
.agr__block--page-header .medme__submenu.category__psychologia > a {
  color: #0b96bf;
}
/* line 196, ../../src/scss/_agr.scss */
.medme__header__nav-element-1.category__psychologia .medme__submenu__title,
.agr__block--page-header .medme__submenu.category__psychologia .medme__submenu__title {
  font-family: 'lora';
  font-weight: bold;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -0.5px;
  font-feature-settings: 'liga' off;
  margin: 0;
  color: #333333;
  text-decoration: none;
}

/* line 210, ../../src/scss/_agr.scss */
.footer__nav-element-1.category__psychologia > a {
  color: #0b96bf;
}

/* line 220, ../../src/scss/_agr.scss */
.art__wrapper--psychologia .art__title {
  background-image: url(../img/medme/ico/psychologia.svg);
  padding-right: 57px;
}

/* line 192, ../../src/scss/_agr.scss */
.medme__header__nav-element-1.category__seks > a,
.agr__block--page-header .medme__submenu.category__seks > a {
  color: #13a5c0;
}
/* line 196, ../../src/scss/_agr.scss */
.medme__header__nav-element-1.category__seks .medme__submenu__title,
.agr__block--page-header .medme__submenu.category__seks .medme__submenu__title {
  font-family: 'lora';
  font-weight: bold;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -0.5px;
  font-feature-settings: 'liga' off;
  margin: 0;
  color: #333333;
  text-decoration: none;
}

/* line 210, ../../src/scss/_agr.scss */
.footer__nav-element-1.category__seks > a {
  color: #13a5c0;
}

/* line 220, ../../src/scss/_agr.scss */
.art__wrapper--seks .art__title {
  background-image: url(../img/medme/ico/seks.svg);
  padding-right: 75px;
}

/* line 192, ../../src/scss/_agr.scss */
.medme__header__nav-element-1.category__sport_i_uroda > a,
.agr__block--page-header .medme__submenu.category__sport_i_uroda > a {
  color: #20b1b8;
}
/* line 196, ../../src/scss/_agr.scss */
.medme__header__nav-element-1.category__sport_i_uroda .medme__submenu__title,
.agr__block--page-header .medme__submenu.category__sport_i_uroda .medme__submenu__title {
  font-family: 'lora';
  font-weight: bold;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -0.5px;
  font-feature-settings: 'liga' off;
  margin: 0;
  color: #333333;
  text-decoration: none;
}

/* line 210, ../../src/scss/_agr.scss */
.footer__nav-element-1.category__sport_i_uroda > a {
  color: #20b1b8;
}

/* line 220, ../../src/scss/_agr.scss */
.art__wrapper--sport_i_uroda .art__title {
  background-image: url(../img/medme/ico/sport_i_uroda.svg);
  padding-right: 90px;
}

/* line 192, ../../src/scss/_agr.scss */
.medme__header__nav-element-1.category__aplikacje > a,
.agr__block--page-header .medme__submenu.category__aplikacje > a {
  color: #2dbeb1;
}
/* line 196, ../../src/scss/_agr.scss */
.medme__header__nav-element-1.category__aplikacje .medme__submenu__title,
.agr__block--page-header .medme__submenu.category__aplikacje .medme__submenu__title {
  font-family: 'lora';
  font-weight: bold;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: -0.5px;
  font-feature-settings: 'liga' off;
  margin: 0;
  color: #333333;
  text-decoration: none;
}

/* line 210, ../../src/scss/_agr.scss */
.footer__nav-element-1.category__aplikacje > a {
  color: #2dbeb1;
}

/* line 220, ../../src/scss/_agr.scss */
.art__wrapper--aplikacje .art__title {
  background-image: url(../img/medme/ico/aplikacje.svg);
  padding-right: 55px;
}

/* line 229, ../../src/scss/_agr.scss */
.agr__block--title .agr__box__title,
.agr__box--news .agr__box__title {
  color: #4a4a4a;
}

/* line 235, ../../src/scss/_agr.scss */
.medme__bullet-list {
  list-style-image: url("../img/medme/bullet.png");
}

/* line 240, ../../src/scss/_agr.scss */
.triangle {
  display: inline-block;
  vertical-align: middle;
}
/* line 244, ../../src/scss/_agr.scss */
.triangle--down {
  width: 0;
  height: 0;
  border-radius: 2px;
  border-left: 4.55px solid transparent;
  border-right: 4.55px solid transparent;
  border-top: 10px solid #bfbfbf;
}
/* line 254, ../../src/scss/_agr.scss */
.triangle--down.active {
  width: 9.1px;
  height: 10.6px;
  transform: rotate(-360deg);
  border-radius: 2px;
  border: none;
  background-image: linear-gradient(120deg, rgba(0, 0, 0, 0) 63%, #ffffff 63%), linear-gradient(-120deg, rgba(0, 0, 0, 0) 63%, #ffffff 63%), linear-gradient(113deg, #055085, #0c9ec5 34%, #3bcca8 68%, #91da2d);
  background-image: -webkit-linear-gradient(120deg, transparent 63%, white 63%), -webkit-linear-gradient(-120deg, transparent 63%, white 63%), -webkit-linear-gradient(113deg, #055085, #0c9ec5 34%, #3bcca8 68%, #91da2d);
  background-image: -moz- linear-gradient(120deg, rgba(0, 0, 0, 0) 63%, #ffffff 63%), -moz- linear-gradient(-120deg, rgba(0, 0, 0, 0) 63%, #ffffff 63%), -moz- linear-gradient(113deg, #055085, #0c9ec5 34%, #3bcca8 68%, #91da2d);
  background-image: -o-linear-gradient(120deg, transparent 63%, white 63%), -o-linear-gradient(-120deg, transparent 63%, white 63%), -o-linear-gradient(113deg, #055085, #0c9ec5 34%, #3bcca8 68%, #91da2d);
  background-image: linear-gradient(120deg, rgba(0, 0, 0, 0) 63%, #ffffff 63%), linear-gradient(-120deg, rgba(0, 0, 0, 0) 63%, #ffffff 63%), linear-gradient(113deg, #055085, #0c9ec5 34%, #3bcca8 68%, #91da2d);
}

/* line 281, ../../src/scss/_agr.scss */
.agr__block {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 992px) {
  /* line 281, ../../src/scss/_agr.scss */
  .agr__block {
    padding: 40px 0;
  }
}
/* line 293, ../../src/scss/_agr.scss */
.agr__block--merged {
  padding-top: 0;
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  /* line 293, ../../src/scss/_agr.scss */
  .agr__block--merged {
    margin-bottom: 40px auto;
  }
}
/* line 3, ../../src/scss/agr/block/_with-background.scss */
.agr__block--with-background .agr__block--title .agr__box__title {
  color: white;
}
/* line 1, ../../src/scss/agr/block/_with-link.scss */
.agr__block--with-link {
  cursor: pointer;
}
/* line 3, ../../src/scss/agr/block/_with-link.scss */
.agr__block--with-link .agr__box__thumbnail-bottom {
  display: none;
}
/* line 2, ../../src/scss/agr/block/_title.scss */
.agr__block--title .agr__box__title {
  font-family: 'lora';
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: -0.5px;
  font-feature-settings: 'liga' off;
  margin: 0;
  color: #333333;
  text-decoration: none;
}
@media (max-width: 1199px) {
  /* line 1, ../../src/scss/agr/block/_title.scss */
  .agr__block--title {
    text-align: center;
  }
  /* line 16, ../../src/scss/agr/block/_title.scss */
  .agr__block--title .agr__box__title {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-size: 27px;
    line-height: 1.03;
  }
}
/* line 3, ../../src/scss/agr/block/_main.scss */
.agr__block--main .agr__box--news-lg .agr__box__title {
  font-size: 34px;
}
@media (max-width: 1199px) {
  /* line 7, ../../src/scss/agr/block/_main.scss */
  .agr__block--main .agr__box--news-lg {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  /* line 7, ../../src/scss/agr/block/_two-three.scss */
  .agr__block--two-three .agr__box--news-lg {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 15, ../../src/scss/agr/block/_two-three.scss */
  .agr__block--two-three .agr__box--first .agr__box__thumbnail-under {
    height: 136px;
  }
}
/* line 1, ../../src/scss/agr/block/_four.scss */
.agr__block--four {
  padding-bottom: 10px;
}
/* line 1, ../../src/scss/agr/block/_html.scss */
.agr__block--html {
  font-size: 16px;
  color: #9b9b9b;
  line-height: 23px;
}
/* line 1, ../../src/scss/agr/block/_breadcrumbs.scss */
.agr__block--breadcrumbs {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 4, ../../src/scss/agr/block/_breadcrumbs.scss */
.agr__block--breadcrumbs .breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  overflow-x: hidden;
  border-bottom: 5px solid rgba(226, 226, 226, 0.25);
  align-items: center;
  background: none;
}
/* line 13, ../../src/scss/agr/block/_breadcrumbs.scss */
.agr__block--breadcrumbs .breadcrumb li {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  margin: 17px 0;
  white-space: nowrap;
}
/* line 20, ../../src/scss/agr/block/_breadcrumbs.scss */
.agr__block--breadcrumbs .breadcrumb li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}
/* line 27, ../../src/scss/agr/block/_breadcrumbs.scss */
.agr__block--breadcrumbs .breadcrumb li + li {
  margin-left: 10px;
}
/* line 30, ../../src/scss/agr/block/_breadcrumbs.scss */
.agr__block--breadcrumbs .breadcrumb li::after {
  content: "";
  background-image: url(../img/icons/breadcrumbs-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 5px;
  height: 10px;
  margin-left: 10px;
}
/* line 41, ../../src/scss/agr/block/_breadcrumbs.scss */
.agr__block--breadcrumbs .breadcrumb li:last-child::after {
  content: none;
}
/* line 1, ../../src/scss/agr/block/_social.scss */
.agr__block--social {
  padding-top: 17px;
  padding-bottom: 8px;
}
/* line 2, ../../src/scss/agr/block/_posts-by-tag.scss */
.agr__block--posts-by-tag .article-horizontal-list {
  padding: 0;
}
/* line 3, ../../src/scss/agr/block/_posts-by-tag.scss */
.agr__block--posts-by-tag .article-vertical-list {
  margin-top: 10px;
}
@media (max-width: 991px) {
  /* line 6, ../../src/scss/agr/block/_posts-by-tag.scss */
  .agr__block--posts-by-tag .article-vertical-list {
    margin-top: 20px;
  }
}
/* line 318, ../../src/scss/_agr.scss */
.agr__box {
  display: block;
}
/* line 1, ../../src/scss/agr/box/_category.scss */
.agr__box__category {
  font-size: 14px;
  color: #9b9b9b;
  position: relative;
  padding-left: 25px;
  line-height: 36px;
  text-transform: uppercase;
}
/* line 10, ../../src/scss/agr/box/_category.scss */
.agr__box__category:before {
  content: '';
  position: absolute;
  left: 9px;
  top: 14px;
  display: block;
  width: 8px;
  height: 8px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 1, ../../src/scss/agr/box/_social.scss */
.agr__box__social {
  display: none;
  margin: 0;
}
/* line 6, ../../src/scss/agr/box/_social.scss */
.agr__box__social__facebook, .agr__box__social__chat {
  display: inline-block;
  background-repeat: no-repeat;
  color: white;
  font-size: 15px;
  font-weight: bold;
  margin-right: 14px;
  line-height: 20px;
  background-position: left center;
}
/* line 17, ../../src/scss/agr/box/_social.scss */
.agr__box__social__facebook {
  background-image: url(../img/ico-facebook.png);
  padding-left: 12px;
}
/* line 21, ../../src/scss/agr/box/_social.scss */
.agr__box__social__chat {
  background-image: url(../img/ico-comments.png);
  padding-left: 17px;
}
/* line 1, ../../src/scss/agr/box/_thumbnail.scss */
.agr__box__thumbnail {
  position: relative;
}
/* line 5, ../../src/scss/agr/box/_thumbnail.scss */
.agr__box__thumbnail__image {
  width: 100%;
  max-width: 100%;
}
/* line 11, ../../src/scss/agr/box/_thumbnail.scss */
.agr__box__thumbnail-top {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
}
/* line 16, ../../src/scss/agr/box/_thumbnail.scss */
.agr__box__thumbnail-bottom {
  position: absolute;
  padding: 10px;
  bottom: 0;
  left: 0;
  right: 10%;
  background-color: white;
}
/* line 24, ../../src/scss/agr/box/_thumbnail.scss */
.agr__box__thumbnail-under {
  border-top-width: 0;
  border-bottom-width: 0;
  height: 119px;
  position: relative;
}
/* line 1, ../../src/scss/agr/box/_list.scss */
.agr__box__list {
  background-color: rgba(0, 0, 0, 0.64);
  padding: 15px;
}
/* line 6, ../../src/scss/agr/box/_list.scss */
.agr__box__list__header {
  color: #ffffff;
  opacity: 0.9;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  line-height: 38px;
}
/* line 13, ../../src/scss/agr/box/_list.scss */
.agr__box__list__header:after {
  margin-top: 6px;
  position: static;
  display: block;
  content: '';
  border-bottom: 2px solid white;
  width: 100px;
}
/* line 23, ../../src/scss/agr/box/_list.scss */
.agr__box__list__element {
  padding: 10px 0 5px 0;
  min-height: 76px;
  border-bottom: 1px solid rgba(242, 242, 242, 0.14);
  vertical-align: top;
}
/* line 29, ../../src/scss/agr/box/_list.scss */
.agr__box__list__link {
  display: block;
  color: white;
}
/* line 31, ../../src/scss/agr/box/_list.scss */
.agr__box__list__link:hover {
  color: white;
}
/* line 33, ../../src/scss/agr/box/_list.scss */
.agr__box__list__thumbnail {
  float: left;
}
/* line 34, ../../src/scss/agr/box/_list.scss */
.agr__box__list__link-text {
  margin-left: 115px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.13;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 45, ../../src/scss/agr/box/_list.scss */
  .agr__box__list__element {
    width: 345px;
    padding-right: 30px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 48, ../../src/scss/agr/box/_list.scss */
  .agr__box__list__element {
    width: 310px;
    padding-right: 30px !important;
  }
}
@media (min-width: 1200px) {
  /* line 1, ../../src/scss/agr/box/_list.scss */
  .agr__box__list {
    margin-left: -30px;
    height: 460px;
  }
}
/* line 1, ../../src/scss/agr/box/_news.scss */
.agr__box--news {
  margin-bottom: 20px;
}
/* line 4, ../../src/scss/agr/box/_news.scss */
.agr__box--news .agr__box__title {
  padding-top: 10px;
  font-weight: 600;
}
/* line 1, ../../src/scss/agr/box/_news-lg.scss */
.agr__box--news-lg {
  margin-bottom: 20px;
}
/* line 4, ../../src/scss/agr/box/_news-lg.scss */
.agr__box--news-lg .agr__box__title {
  color: #333333;
  font-family: 'lora';
  font-weight: bold;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: -0.5px;
  font-feature-settings: 'liga' off;
  padding: 14px 142px 14px 0;
}
/* line 15, ../../src/scss/agr/box/_news-lg.scss */
.agr__box--news-lg .agr__box__category {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
  border-width: 1px 0 0 0;
  border-top-color: rgba(255, 255, 255, 0.14);
  line-height: 32px;
  color: white;
}
/* line 25, ../../src/scss/agr/box/_news-lg.scss */
.agr__box--news-lg .agr__box__category:before {
  top: 12px;
}
/* line 34, ../../src/scss/agr/box/_news-lg.scss */
.agr__box--news-lg .agr__video-icon {
  left: auto;
  top: auto;
  right: 31px;
  bottom: 60px;
}
@media (max-width: 767px) {
  /* line 42, ../../src/scss/agr/box/_news-lg.scss */
  .agr__box--news-lg .agr__box__title {
    font-size: 18px !important;
    padding-right: 14px;
    padding-bottom: 5px;
  }
}
/* line 2, ../../src/scss/agr/box/_slider-quotes.scss */
.agr__box__slider-quotes__element {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 992px) {
  /* line 2, ../../src/scss/agr/box/_slider-quotes.scss */
  .agr__box__slider-quotes__element {
    flex-direction: row;
    padding: 0 60px;
  }
}
/* line 12, ../../src/scss/agr/box/_slider-quotes.scss */
.agr__box__slider-quotes__thumbnail {
  border-radius: 200px;
  width: 200px;
  height: 200px;
}
/* line 18, ../../src/scss/agr/box/_slider-quotes.scss */
.agr__box__slider-quotes__content {
  padding: 10px;
}
@media screen and (min-width: 992px) {
  /* line 18, ../../src/scss/agr/box/_slider-quotes.scss */
  .agr__box__slider-quotes__content {
    padding: 5px 0 0 36px;
  }
}
/* line 26, ../../src/scss/agr/box/_slider-quotes.scss */
.agr__box__slider-quotes__text {
  font-weight: 400;
  line-height: 25px;
  margin-top: 15px;
}
/* line 32, ../../src/scss/agr/box/_slider-quotes.scss */
.agr__box__slider-quotes__name {
  color: var(--darkColor);
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 6px;
}
/* line 39, ../../src/scss/agr/box/_slider-quotes.scss */
.agr__box__slider-quotes__caption {
  font-size: 15px;
  color: #9b9b9b;
}
/* line 1, ../../src/scss/agr/box/_page-header.scss */
.agr__box__page-header {
  padding: 60px 40px;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 992px) {
  /* line 1, ../../src/scss/agr/box/_page-header.scss */
  .agr__box__page-header {
    padding: 60px 110px;
  }
}
/* line 9, ../../src/scss/agr/box/_page-header.scss */
.agr__box__page-header--sm {
  background-color: rgba(137, 118, 79, 0.07);
  border-radius: 20px;
}
/* line 13, ../../src/scss/agr/box/_page-header.scss */
.agr__box__page-header__header {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.5px;
  margin-bottom: 23px;
  color: var(--darkColor);
  padding: 0;
}
/* line 25, ../../src/scss/agr/box/_page-header.scss */
.agr__box__page-header__text {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  padding: 0;
}
/* line 33, ../../src/scss/agr/box/_page-header.scss */
.agr__box__page-header__buttons {
  clear: both;
  padding-top: 0px;
  padding-bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  /* line 33, ../../src/scss/agr/box/_page-header.scss */
  .agr__box__page-header__buttons {
    padding-top: 45px;
    position: absolute;
    bottom: 0;
    transform: translateY(calc(100% - 75px));
  }
}
/* line 46, ../../src/scss/agr/box/_page-header.scss */
.agr__box__page-header__buttons ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
/* line 54, ../../src/scss/agr/box/_page-header.scss */
.agr__box__page-header__buttons ul li a {
  font-weight: bold;
  padding: 12px 8px;
  background-color: var(--lightColor);
  color: white;
  font-family: 'source_sans_proregular';
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  border-radius: 0;
  display: block;
}
/* line 65, ../../src/scss/agr/box/_page-header.scss */
.agr__box__page-header__buttons ul li a:hover {
  background-color: var(--darkColor);
  color: white;
}
@media (max-width: 1199px) {
  /* line 82, ../../src/scss/agr/box/_page-header.scss */
  .agr__box__page-header__header {
    padding: 0 0 10px 0;
    float: none;
    font-size: 35px;
    line-height: 40px;
  }
}
/* line 1, ../../src/scss/agr/box/_author.scss */
.agr__box--author {
  margin-bottom: 20px;
}
/* line 4, ../../src/scss/agr/box/_author.scss */
.agr__box--author .agr__box__bio {
  padding: 12px 10px;
  font-size: 18px;
  color: #04243d;
}
/* line 9, ../../src/scss/agr/box/_author.scss */
.agr__box--author .agr__box__name {
  padding: 12px 10px;
  font-size: 20px;
  font-weight: bold;
  color: #04243d;
}
/* line 15, ../../src/scss/agr/box/_author.scss */
.agr__box--author .agr__box__thumbnail-under {
  height: 220px;
}
/* line 1, ../../src/scss/agr/_label.scss */
.agr__label {
  display: inline-block;
  -moz-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.28);
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.28);
  padding: 4px 10px;
  background: #ff0000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: white;
}
@media (max-width: 991px) {
  /* line 1, ../../src/scss/agr/_label.scss */
  .agr__label {
    display: none;
  }
}
/* line 2, ../../src/scss/agr/_video-icon.scss */
.agr__video-icon {
  position: absolute;
  z-index: 1;
  width: 70px;
  height: 70px;
  left: 50%;
  top: 50%;
  margin-top: -35px;
  margin-left: -35px;
}
/* line 12, ../../src/scss/agr/_video-icon.scss */
.agr__video-icon circle {
  fill: transparent;
}
/* line 13, ../../src/scss/agr/_video-icon.scss */
.agr__video-icon path {
  fill: white;
}

/* line 340, ../../src/scss/_agr.scss */
.agregator-content .content--with-shadow {
  margin-top: 0;
}

/* line 349, ../../src/scss/_agr.scss */
.agr__block--page-header {
  padding: 0;
  margin-bottom: 65px;
  margin-top: 20px;
}
/* line 358, ../../src/scss/_agr.scss */
.agr__block--title .agr__box__title {
  background-position: center left;
  background-repeat: no-repeat;
  background-size: auto 40px;
}
/* line 363, ../../src/scss/_agr.scss */
.agr__block--title .agr__box__title a,
.agr__block--title .agr__box__title a:visited {
  color: inherit;
}
/* line 370, ../../src/scss/_agr.scss */
.agr__block--title .agr__box__title:after {
  width: 38px;
  height: 19px;
}
@media (max-width: 1199px) {
  /* line 358, ../../src/scss/_agr.scss */
  .agr__block--title .agr__box__title {
    padding-top: 11px;
    padding-bottom: 11px;
    margin-top: -11px;
    margin-bottom: -11px;
  }
}
/* line 396, ../../src/scss/_agr.scss */
.agr__box__thumbnail__sponsor {
  height: 10px;
  position: absolute;
  color: #000000a3;
  text-align: right;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  bottom: -10px;
  left: 0;
  right: 0;
  padding-right: 10px;
}
/* line 410, ../../src/scss/_agr.scss */
.agr__box__category {
  display: none;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
}
/* line 419, ../../src/scss/_agr.scss */
.agr__box__list {
  opacity: 0.9;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMDY3OTA3IiB5MT0iLTAuMDUzMDU0IiB4Mj0iMC45MzIwOTMiIHkyPSIxLjA1MzA1NCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA1NTA4NSIvPjxzdG9wIG9mZnNldD0iMzglIiBzdG9wLWNvbG9yPSIjMGM5ZWM1Ii8+PHN0b3Agb2Zmc2V0PSI3MyUiIHN0b3AtY29sb3I9IiMzYmNjYTgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MWRhMmQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(308deg, #055085, #0c9ec5 38%, #3bcca8 73%, #91da2d);
  background-image: -webkit-linear-gradient(308deg, #055085, #0c9ec5 38%, #3bcca8 73%, #91da2d);
  background-image: linear-gradient(142deg, #055085, #0c9ec5 38%, #3bcca8 73%, #91da2d);
}
/* line 426, ../../src/scss/_agr.scss */
.agr__box__list__header:after {
  border-bottom: none;
}
@media (max-width: 1199px) {
  /* line 516, ../../src/scss/_agr.scss */
  .agr__box__page-header__header {
    padding: 0 0 10px 0;
    float: none;
    font-size: 35px;
    line-height: 40px;
  }
}

/* line 529, ../../src/scss/_agr.scss */
.col-xs-12.col-sm-6.col-lg-4 a {
  flex-direction: column;
}
/* line 532, ../../src/scss/_agr.scss */
.col-xs-12.col-sm-6.col-lg-4 a .article-tile__thumbnail {
  border-radius: 20px;
}

/* line 538, ../../src/scss/_agr.scss */
[data-type='posts-by-tag'] {
  display: block;
}

/* line 3, ../../src/scss/_pikaday_v2.scss */
.pikaday-v2 .pika-single {
  border: none;
  border-radius: 16px;
}
/* line 8, ../../src/scss/_pikaday_v2.scss */
.pikaday-v2 .pika-lendar {
  margin: 8px 11px;
  width: auto;
}
/* line 12, ../../src/scss/_pikaday_v2.scss */
.pikaday-v2 .pika-lendar .pika-table {
  font-weight: 400;
}
/* line 15, ../../src/scss/_pikaday_v2.scss */
.pikaday-v2 .pika-lendar .pika-table td {
  width: 48px;
  height: 48px;
}
/* line 20, ../../src/scss/_pikaday_v2.scss */
.pikaday-v2 .pika-lendar .pika-table abbr {
  text-decoration: none;
  font-weight: 400;
}
/* line 26, ../../src/scss/_pikaday_v2.scss */
.pikaday-v2 .pika-lendar .is-selected .pika-button {
  background: var(--lightColor);
  color: #fff;
  width: 40px;
  height: 40px;
}
/* line 33, ../../src/scss/_pikaday_v2.scss */
.pikaday-v2 .pika-lendar .is-outside-current-month .pika-button {
  color: #49454F;
}
/* line 37, ../../src/scss/_pikaday_v2.scss */
.pikaday-v2 .pika-lendar .pika-button {
  color: var(--lightColor);
}
/* line 41, ../../src/scss/_pikaday_v2.scss */
.pikaday-v2 .pika-lendar .pika-title {
  display: flex;
  height: 64px;
  align-items: center;
}
/* line 46, ../../src/scss/_pikaday_v2.scss */
.pikaday-v2 .pika-lendar .pika-title .pika-prev {
  order: -1;
}
/* line 50, ../../src/scss/_pikaday_v2.scss */
.pikaday-v2 .pika-lendar .pika-title .pika-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 50%;
  text-transform: none;
  font-weight: 14px;
  line-height: 20px;
  font-weight: 400;
}
/* line 63, ../../src/scss/_pikaday_v2.scss */
.pikaday-v2 .pika-lendar .pika-title .pika-label::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNDI2OTQgMTEuMzVMNS42ODc1IDcuNjEwNTNIMTMuMTY2NEw5LjQyNjk0IDExLjM1WiIgZmlsbD0iIzIxMjQyNiIvPgo8L3N2Zz4K);
  background-position: center;
  background-repeat: no-repeat;
}
/* line 73, ../../src/scss/_pikaday_v2.scss */
.pikaday-v2 .pika-lendar .pika-title .pika-label select {
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
/* line 84, ../../src/scss/_pikaday_v2.scss */
.pikaday-v2__input {
  position: relative;
  display: flex;
  flex-direction: column;
}
/* line 89, ../../src/scss/_pikaday_v2.scss */
.pikaday-v2__input label {
  position: absolute;
  font-size: 12px;
  color: var(--lightColor);
  background: #eff3fb;
  line-height: 16px;
  top: -6px;
  left: 10px;
  padding: 0 2px;
}
/* line 100, ../../src/scss/_pikaday_v2.scss */
.pikaday-v2__input input {
  background-color: transparent;
  color: var(--lightColor);
}
/* line 104, ../../src/scss/_pikaday_v2.scss */
.pikaday-v2__input input::placeholder {
  color: var(--lightColor);
}

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