/**
0. Vendors
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a {
  background-color: transparent; }

[hidden] {
  display: none; }

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5; }

*, :after, :before {
  box-sizing: border-box;
  border: 0 solid #e2e8f0; }

a {
  color: inherit;
  text-decoration: inherit; }

svg, video {
  display: block;
  vertical-align: middle; }

video {
  max-width: 100%;
  height: auto; }

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity)); }

.bg-gray-100 {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity)); }

.border-gray-200 {
  --border-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--border-opacity)); }

.border-t {
  border-top-width: 1px; }

.flex {
  display: flex; }

.grid {
  display: grid; }

.hidden {
  display: none; }

.items-center {
  align-items: center; }

.justify-center {
  justify-content: center; }

.font-semibold {
  font-weight: 600; }

.h-5 {
  height: 1.25rem; }

.h-8 {
  height: 2rem; }

.h-16 {
  height: 4rem; }

.text-sm {
  font-size: .875rem; }

.text-lg {
  font-size: 1.125rem; }

.leading-7 {
  line-height: 1.75rem; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.ml-1 {
  margin-left: .25rem; }

.mt-2 {
  margin-top: .5rem; }

.mr-2 {
  margin-right: .5rem; }

.ml-2 {
  margin-left: .5rem; }

.mt-4 {
  margin-top: 1rem; }

.ml-4 {
  margin-left: 1rem; }

.mt-8 {
  margin-top: 2rem; }

.ml-12 {
  margin-left: 3rem; }

.-mt-px {
  margin-top: -1px; }

.max-w-6xl {
  max-width: 72rem; }

.min-h-screen {
  min-height: 100vh; }

.overflow-hidden {
  overflow: hidden; }

.p-6 {
  padding: 1.5rem; }

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.pt-8 {
  padding-top: 2rem; }

.fixed {
  position: fixed; }

.relative {
  position: relative; }

.top-0 {
  top: 0; }

.right-0 {
  right: 0; }

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }

.text-center {
  text-align: center; }

.text-gray-200 {
  --text-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--text-opacity)); }

.text-gray-300 {
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity)); }

.text-gray-400 {
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity)); }

.text-gray-500 {
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity)); }

.text-gray-600 {
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity)); }

.text-gray-700 {
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity)); }

.text-gray-900 {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity)); }

.underline {
  text-decoration: underline; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.w-5 {
  width: 1.25rem; }

.w-8 {
  width: 2rem; }

.w-auto {
  width: auto; }

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)); }

@media (min-width: 640px) {
  .sm\:rounded-lg {
    border-radius: .5rem; }
  .sm\:block {
    display: block; }
  .sm\:items-center {
    align-items: center; }
  .sm\:justify-start {
    justify-content: flex-start; }
  .sm\:justify-between {
    justify-content: space-between; }
  .sm\:h-20 {
    height: 5rem; }
  .sm\:ml-0 {
    margin-left: 0; }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .sm\:pt-0 {
    padding-top: 0; }
  .sm\:text-left {
    text-align: left; }
  .sm\:text-right {
    text-align: right; } }

@media (min-width: 768px) {
  .md\:border-t-0 {
    border-top-width: 0; }
  .md\:border-l {
    border-left-width: 1px; }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (min-width: 1024px) {
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem; } }

@media (prefers-color-scheme: dark) {
  .dark\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity)); }
  .dark\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity)); }
  .dark\:border-gray-700 {
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity)); }
  .dark\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity)); }
  .dark\:text-gray-400 {
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity)); } }

/**
1. Abstracts
 */
:root {
  /** Colors */
  --c-black: #000;
  --c-white: #FFFFFF;
  --c-grey-94: #F0F0F0;
  --c-grey-95: #F4F4F4;
  --c-grey-f4: #F4F4F4;
  --c-grey-f5: #f5f5f5;
  --body-color: #000;
  --c-text: #000;
  --c-primary: #E84232;
  --c-red: #E84232;
  --c-secondary: #1F2348;
  --c-blue: #1F2348;
  --c-grey: #868686;
  /** END Colors */
  --box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .09);
  --hr-border-width: 1px;
  --hr-border-color: var(--c-blue);
  --hr-opacity: 1;
  --transition-duration: .25s;
  --transition-timing-function: cubic-bezier(0.45, 0.13, 0.31, 1);
  /** Z-index variables */
  --zi-dropdown: 200;
  --zi-dropdown-backdrop: 199;
  --zi-header: 500;
  --zi-modal: 600;
  --zi-modal-backdrop: 599;
  --zi-mobile-menu: 400;
  --zi-offcanvas: 400;
  --zi-offcanvas-backdrop: 399; }

/**
Based on Bootstrap 5.2
Removed:
- CSS Grid
- Gutters classes mixin
 */
/**
2. Base stuff
 */
/**
TODO https://getbootstrap.com/docs/5.3/scss/_reboot.scss
 */
html {
  scroll-behavior: smooth; }

body {
  color: var(--c-text);
  font-family: Commissioner, sans-serif;
  font-size: 14px;
  line-height: 1.5; }
  @media (min-width: 992px) {
    body {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    body {
      font-size: 18px; } }

hr,
.hr {
  margin: .6rem 0;
  color: inherit;
  border: 0;
  border-top: var(--hr-border-width, 1px) solid var(--hr-border-color);
  opacity: var(--hr-opacity, 0.25); }
  @media (min-width: 768px) {
    hr,
    .hr {
      margin: 1.5rem 0; } }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

caption {
  text-align: left; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

/**
TODO
 */
img,
svg {
  max-width: 100%;
  height: auto; }

.img-cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.i {
  display: inline-block; }

a:hover,
a:focus {
  color: var(--c-blue); }

/*Lists*/
ol, ul {
  padding-left: 1rem; }
  ol li, ul li {
    padding-left: 1rem;
    margin-bottom: .8rem; }
    ol li::marker, ul li::marker {
      color: red; }

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem; }

.list-styled {
  list-style: none;
  padding: 0; }
  .list-styled li {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px; }
  .list-styled li:before {
    content: '';
    width: 0;
    height: 0;
    border-color: transparent;
    border-width: 4px 0 4px 10px;
    border-left-color: var(--c-primary);
    margin-right: 10px; }

.telegram-link {
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  line-height: 1.25; }
  .telegram-link .icon {
    width: 26px;
    height: 26px; }
  @media (min-width: 992px) {
    .telegram-link {
      font-size: 14px; }
      .telegram-link .icon {
        width: 30px;
        height: 30px; } }

.numeration {
  font-size: 14px;
  white-space: nowrap; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --gutter-x: 30px;
  --gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--gutter-x) * .5);
  padding-left: calc(var(--gutter-x) * .5);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1420px; } }

.row {
  --gutter-x: 30px;
  --gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-.5 * var(--gutter-x));
  margin-left: calc(-.5 * var(--gutter-x)); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--gutter-x) * .5);
    padding-left: calc(var(--gutter-x) * .5);
    margin-top: var(--gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 8.33333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%; }

.col-3 {
  flex: 0 0 auto;
  width: 25%; }

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%; }

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

/**
Theme styles
 */
@font-face {
  font-family: "Actay";
  src: url("/src/fonts/Actay-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Actay";
  src: url("/src/fonts/ActayWide-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: bold; }

.ff-actay {
  font-family: Actay, sans-serif; }

/**
Headings
 */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: Actay, sans-serif;
  line-height: 1.25;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1.25rem; }

h1, .h1 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 2rem; }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 40px; } }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 66px;
      line-height: 1.05;
      margin-bottom: 2.5rem; } }

h2, .h2 {
  font-size: 20px;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: 32px;
      margin-bottom: 3rem; } }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 50px;
      margin-bottom: 6.5rem; } }

h3, .h3 {
  font-size: 18px;
  line-height: 1.15; }
  @media (min-width: 992px) {
    h3, .h3 {
      font-size: 24px; } }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 40px;
      margin-bottom: 2.5rem; } }

h4, .h4 {
  font-size: 16px;
  line-height: 1.15; }
  @media (min-width: 992px) {
    h4, .h4 {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 26px;
      margin-bottom: 2.5rem; } }

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor; }

blockquote {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin: 0 0 1rem;
  background-color: #f4f4f4; }
  blockquote p {
    margin-top: 0;
    margin-bottom: 2rem;
    font-style: italic;
    line-height: 1.2; }
  blockquote cite {
    color: var(--c-grey);
    font-size: 14px;
    text-align: right; }
  blockquote:after {
    content: '';
    display: block;
    position: absolute;
    top: 40px;
    left: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='53' height='36' viewBox='0 0 53 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.4213 23.7949C5.87751 23.7949 0.583369 18.4412 0.583369 11.8974C0.583369 5.35363 5.937 0 12.4808 0C19.0246 0 24.3782 5.35363 24.3782 11.8974C24.3782 25.0441 13.73 35.6923 0.583369 35.6923C0.583369 35.6923 8.37608 32.7773 12.4213 23.7949ZM28.5694 11.8974C28.5694 5.35363 33.923 0 40.4668 0C47.0106 0 52.3643 5.35363 52.3643 11.8974C52.3643 25.0441 41.7161 35.6923 28.5694 35.6923C28.5694 35.6923 36.3621 32.7773 40.4073 23.7949C33.8635 23.7949 28.5694 18.4408 28.5694 11.8974Z' fill='%23CFCFCF'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat; }
  @media (min-width: 992px) {
    blockquote {
      padding: 40px 30px 40px 110px;
      margin-bottom: 1.25rem; }
      blockquote p {
        font-size: 18px; }
      blockquote:after {
        width: 58px;
        height: 58px; } }

.blockquote--card {
  background-color: transparent;
  padding: 0; }
  .blockquote--card .blockquote__text {
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  @media (min-width: 992px) {
    .blockquote--card {
      padding-left: 80px; }
      .blockquote--card:after {
        top: 0;
        left: 0; } }

/**
https://getbootstrap.com/docs/5.3/components/buttons/
 */
.btn {
  --btn-padding-y: 12px;
  --btn-padding-x: 20px;
  --btn-font-family: ;
  --btn-font-size: 1rem;
  --btn-font-weight: 400;
  --btn-line-height: 1.5;
  --btn-color: var(--body-color, #000);
  --btn-bg: transparent;
  --btn-border-width: 1px;
  --btn-border-color: transparent;
  --btn-border-radius: ;
  --btn-hover-border-color: transparent;
  --btn-box-shadow: ;
  --btn-disabled-opacity: 0.65;
  --btn-focus-box-shadow: ;
  --btn-transition-property: background-color, color, border-color, box-shadow;
  --btn-transition-duration: .15s;
  --btn-transition-timing-function: cubic-bezier(0.52, 0.27, 0.34, 1);
  display: inline-block;
  padding: var(--btn-padding-y) var(--btn-padding-x);
  font-family: var(--btn-font-family);
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: var(--btn-line-height);
  color: var(--btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--btn-border-width) solid var(--btn-border-color);
  border-radius: var(--btn-border-radius);
  background-color: var(--btn-bg);
  box-shadow: var(--btn-box-shadow);
  transition-duration: var(--btn-transition-duration);
  transition-property: var(--btn-transition-property);
  transition-timing-function: var(--btn-transition-timing-function); }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: var(--btn-hover-color);
    text-decoration: none;
    background-color: var(--btn-hover-bg);
    border-color: var(--btn-hover-border-color); }
  .btn:focus {
    color: var(--btn-hover-color);
    background-color: var(--btn-hover-bg);
    border-color: var(--btn-hover-border-color);
    outline: 0;
    box-shadow: var(--btn-focus-box-shadow, var(--btn-box-shadow)); }
  .btn-check:checked + .btn,
  :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: var(--btn-active-color);
    background-color: var(--btn-active-bg);
    border-color: var(--btn-active-border-color, var(--btn-border-color));
    box-shadow: var(--btn-active-shadow); }
    .btn-check:checked + .btn:focus-visible,
    :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
      box-shadow: var(--btn-active-shadow, var(--btn-focus-box-shadow)); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    color: var(--btn-disabled-color);
    pointer-events: none;
    background-color: var(--btn-disabled-bg);
    border-color: var(--btn-disabled-border-color, var(--btn-border-color));
    opacity: var(--btn-disabled-opacity);
    box-shadow: none; }

/**
Theme styles
 */
.btn {
  --btn-padding-y: 12px;
  --btn-padding-x: 20px;
  --btn-font-size: 13px;
  --btn-line-height: 1;
  --btn-font-weight: 400;
  --btn-border-radius: 4px; }
  @media (min-width: 992px) {
    .btn {
      --btn-padding-y: 13px;
      --btn-padding-x: 30px;
      --btn-font-size: 24px; } }

.btn-icon {
  --btn-padding-x: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px; }
  @media (min-width: 1200px) {
    .btn-icon {
      --btn-padding-x: 48px;
      -moz-column-gap: 12px;
           column-gap: 12px; }
      .btn-icon .icon {
        width: 22px;
        height: 22px; } }

.btn-primary {
  --btn-bg: var(--c-red);
  --btn-hover-bg: var(--c-white);
  --btn-color: var(--c-white);
  --btn-hover-color: var(--c-blue);
  --btn-active-bg: var(--c-blue);
  /*text-transform: lowercase;*/ }
  @media (min-width: 1280px) {
    .btn-primary {
      --btn-padding-y: 14px;
      --btn-padding-x: 30px; } }
  @media (min-width: 992px) {
    .btn-primary {
      --btn-font-size: 20px;
      --btn-padding-y: 14px;
      --btn-padding-x: 30px; } }

.btn-secondary {
  --btn-bg: #EAEBF1;
  --btn-hover-bg: var(--c-red);
  --btn-color: var(--c-blue);
  --btn-hover-color: var(--c-white);
  --btn-active-bg: var(--btn-hover-bg);
  --btn-font-size: 12px;
  --link-icon-size: 14px !important; }
  @media (min-width: 992px) {
    .btn-secondary {
      --btn-padding-y: 14px;
      --btn-padding-x: 30px;
      --btn-font-size: 1rem;
      --link-icon-size: 18px !important; } }

.btn-outline {
  --btn-padding-x: 1.5rem;
  --btn-color: var(--c-blue);
  --btn-bg: transparent;
  --btn-border-width: 2px;
  --btn-border-color: #ADB2E8;
  --btn-hover-color: #fff;
  --btn-hover-bg: var(--c-blue);
  --btn-hover-border-color: var(--c-blue);
  --btn-active-color: #fff;
  --btn-active-bg: #000;
  --btn-active-border-color: #000;
  --link-icon-size: 20px !important; }
  .btn-outline .icon {
    width: 14px;
    height: 14px;
    color: var(--c-red); }
  @media (min-width: 992px) {
    .btn-outline {
      --link-icon-size: 26px !important; } }

.btn-close {
  background-color: transparent;
  color: #7A7A7A;
  cursor: pointer;
  padding: 5px; }
  .btn-close .icon {
    width: 22px;
    height: 22px; }
  @media (min-width: 992px) {
    .btn-close .icon {
      width: 26px;
      height: 26px; } }

.btn-close--circle .icon {
  width: 2rem;
  height: 2rem;
  padding: 9px;
  background-color: #F4F4F4;
  color: var(--c-blue);
  border-radius: 50%; }

@media (min-width: 992px) {
  .btn-close--circle .icon {
    width: 44px;
    height: 44px; } }

.card {
  --card-spacer-y: 1rem;
  --card-spacer-x: 1rem;
  --card-border-width: 0;
  --card-border-color: transparent;
  --card-border-radius: 0;
  --card-box-shadow: ;
  --card-inner-border-radius: ;
  --card-height: 100%;
  --card-bg: var(--c-white);
  --card-color: var(--c-text);
  --card-font-size: 1rem;
  --card-line-height: ;
  --card-title-mt: 0;
  --card-title-mb: ;
  --card-title-font-size: ;
  --card-title-line-height: ;
  --card-title-font-weight: ;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
  height: var(--card-height);
  color: var(--card-color);
  word-wrap: break-word;
  background-color: var(--card-bg);
  background-clip: border-box;
  border: var(--card-border-width) solid var(--card-border-color);
  border-radius: var(--card-border-radius);
  box-shadow: var(--card-box-shadow); }
  .card:hover {
    box-shadow: var(--card-hover-box-shadow); }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: var(--card-inner-border-radius);
      border-top-right-radius: var(--card-inner-border-radius); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: var(--card-inner-border-radius);
      border-bottom-left-radius: var(--card-inner-border-radius); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  padding: var(--card-spacer-y) var(--card-spacer-x);
  color: var(--card-color); }

.card-title {
  margin-top: var(--card-title-mt);
  margin-bottom: var(--card-title-mb);
  font-size: var(--card-title-font-size);
  line-height: var(--card-title-line-height);
  font-weight: var(--card-title-font-weight); }
  .card-title a {
    font-size: inherit; }

.card-text {
  margin-top: 0;
  font-size: var(--card-font-size);
  line-height: var(--card-line-height); }
  .card-text:last-child {
    margin-bottom: 0; }
  .card-text--line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden; }

/**
*
*
*
 */
.card-subtitle {
  margin: 0; }

.card-link + .card-link {
  margin-left: 1rem; }

.card-img {
  display: block;
  width: 100%; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/**
Theme styles
 */
.card--default {
  --card-spacer-y: 0;
  --card-spacer-x: 0;
  --card-border-radius: 0.125rem;
  --card-font-size: 13px;
  --card-line-height: 1.4; }
  @media (min-width: 768px) {
    .card--default {
      --card-font-size: 16px; } }
  @media (min-width: 992px) {
    .card--default {
      --card-font-size: 18px; } }

.card--membership .card-icon {
  width: 50px;
  height: 50px; }

@media (min-width: 992px) {
  .card--membership .card-icon {
    width: 70px;
    height: 70px; } }

.card--leader .card-logo {
  height: 30px;
  margin-bottom: 10px; }
  .card--leader .card-logo img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

@media (min-width: 992px) {
  .card--leader .card-logo {
    height: 2rem; } }

.card--gallery {
  --card-spacer-y: 1rem;
  --card-spacer-x: 0;
  --card-title-font-size: 1rem;
  --card-font-size: 13px;
  --card-line-height: 1.3; }
  .card--gallery .card-image {
    height: 10rem; }
  @media (min-width: 768px) {
    .card--gallery {
      --card-title-font-size: 1.5rem;
      --card-font-size: 1rem;
      --card-line-height: 1.45; }
      .card--gallery .card-image {
        height: 15rem; } }
  @media (min-width: 1200px) {
    .card--gallery .card-image {
      height: 20rem; } }

.card--dropdown {
  --card-spacer-y: 20px;
  --card-spacer-x: 20px;
  --card-title-font-size: 1rem;
  --card-title-font-weight: 500;
  --card-color: #7a7a7a;
  --card-font-size: 12px;
  --card-line-height: 1.25; }
  @media (min-width: 992px) {
    .card--dropdown {
      --card-title-font-size: 20px;
      --card-font-size: 14px; } }

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }

.dropdown-menu {
  --dropdown-zindex: var(--zi-dropdown, 1000);
  --dropdown-min-width: 10rem;
  --dropdown-padding-x: 0;
  --dropdown-padding-y: 1rem;
  --dropdown-font-size: 14px;
  --dropdown-bg: #fff;
  --dropdown-border-color: #F1F1F1;
  --dropdown-border-radius: 10px;
  --dropdown-border-width: 1px;
  --dropdown-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.08);
  --dropdown-divider-bg: ;
  --dropdown-divider-margin-y: 0.5rem;
  --dropdown-color: var(--body-color);
  --dropdown-item-padding-x: 1rem;
  --dropdown-item-padding-y: 0.25rem;
  --dropdown-header-padding-x: 1rem;
  --dropdown-header-padding-y: 1rem;
  position: absolute;
  z-index: var(--dropdown-zindex);
  display: none;
  min-width: var(--dropdown-min-width);
  margin: 0;
  padding: var(--dropdown-padding-y) var(--dropdown-padding-x);
  background-color: var(--dropdown-bg);
  background-clip: padding-box;
  color: var(--dropdown-color);
  font-size: var(--dropdown-font-size);
  text-align: left;
  list-style: none;
  border: var(--dropdown-border-width) solid var(--dropdown-border-color);
  border-radius: var(--dropdown-border-radius);
  box-shadow: var(--dropdown-box-shadow);
  overflow: hidden; }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--dropdown-spacer); }

/**
Menu alignment
*/
.dropdown-menu-start {
  --position: start; }
  .dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0; }

.dropdown-menu-end {
  --position: end; }
  .dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-sm-end {
    --position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --position: start; }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-md-end {
    --position: end; }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --position: start; }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-lg-end {
    --position: end; }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xl-end {
    --position: end; }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --position: start; }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xxl-end {
    --position: end; }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

/**
END Menu alignment
*/
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--dropdown-spacer); }

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--dropdown-spacer); }

.dropend .dropdown-toggle::after {
  vertical-align: 0; }

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--dropdown-spacer); }

.dropstart .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: var(--dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--dropdown-divider-bg);
  opacity: 1; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--dropdown-item-padding-y) var(--dropdown-item-padding-x);
  clear: both;
  color: var(--dropdown-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--dropdown-item-border-radius, 0); }
  .dropdown-item:hover, .dropdown-item:focus {
    color: var(--dropdown-link-hover-color);
    background-color: var(--dropdown-link-hover-bg); }
  .dropdown-item.active, .dropdown-item:active {
    color: var(--dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--dropdown-link-active-bg); }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: var(--dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent; }

.dropdown-header {
  display: block;
  padding: var(--dropdown-header-padding-y) var(--dropdown-header-padding-x);
  margin-bottom: 0;
  color: var(--dropdown-header-color);
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: var(--dropdown-item-padding-y) var(--dropdown-item-padding-x);
  color: var(--dropdown-color); }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: -1; }

.is-dropdown-active .dropdown-backdrop {
  z-index: var(--zi-dropdown-backdrop);
  opacity: 1;
  transition: opacity .3s ease-in-out; }

.dropdown-menu.show {
  display: block;
}

.dropdown-caret {
  transition: transform .2s; }

.dropdown-hoverable:hover .dropdown-menu {
  display: block; }

.dropdown-hoverable:hover .dropdown-caret {
  transform: rotate(180deg) translateY(-2px); }

/**
Theme
 */
.dropdown-menu--default {
  --dropdown-min-width: 15rem;
  --dropdown-border-color: var(--c-grey-light);
  --dropdown-border-radius: 0 0 .5rem .5rem;
  --dropdown-padding-x: 0;
  --dropdown-padding-y: 6px;
  --dropdown-item-padding-x: 0;
  --dropdown-item-padding-y: 0;
  --nav-link-padding-x: 1.5rem;
  --nav-link-padding-y: 1rem; }
  .dropdown-menu--default .dropdown-item:not(:last-of-type) {
    border-bottom: 1px solid var(--c-grey-light); }

.dropdown-menu--lang {
  --dropdown-min-width: 5rem;
  --nav-link-padding-x: 20px;
  --nav-link-padding-y: 15px; }

.dropdown-menu {
  transition: transform .6s ease; }

.form-floating {
  position: relative;
  /*> .form-control-plaintext {
    ~ label {
      //border-width: $input-border-width 0; // Required to properly position label text - as explained above
    }
  }*/ }
  .form-floating::before:not(.form-control:disabled) {
    position: absolute;
    top: var(--input-border-width);
    left: var(--input-border-width);
    width: calc(100% - (calc(calc(0.375em + 0.1875rem) + calc(0.75em + 0.375rem))));
    height: var(--form-floating-label-height);
    content: "";
    background-color: var(--input-bg);
    border-radius: var(--input-border-radius); }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: var(--form-floating-padding-y) var(--form-floating-padding-x);
    overflow: hidden;
    color: var(--input-placeholder-color);
    font-size: var(--input-font-size);
    line-height: 1;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 0 solid transparent;
    transform-origin: 0 0;
    transition: var(--form-floating-transition); }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext {
    padding: var(--form-floating-padding-y) var(--form-floating-padding-x); }
    .form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
      color: transparent; }
    .form-floating > .form-control::placeholder,
    .form-floating > .form-control-plaintext::placeholder {
      color: transparent; }
    .form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
      padding-top: var(--form-floating-input-padding-t);
      padding-bottom: var(--form-floating-input-padding-b); }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
    .form-floating > .form-control-plaintext:focus,
    .form-floating > .form-control-plaintext:not(:placeholder-shown) {
      padding-top: var(--form-floating-input-padding-t);
      padding-bottom: var(--form-floating-input-padding-b); }
    .form-floating > .form-control:-webkit-autofill,
    .form-floating > .form-control-plaintext:-webkit-autofill {
      padding-top: var(--form-floating-input-padding-t);
      padding-bottom: var(--form-floating-input-padding-b); }
  .form-floating > .form-select {
    padding-top: var(--form-floating-input-padding-t);
    padding-bottom: var(--form-floating-input-padding-b); }
  .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: var(--form-floating-label-opacity);
    transform: var(--form-floating-label-transform);
    font-size: .8em; }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-control-plaintext ~ label,
  .form-floating > .form-select ~ label {
    opacity: var(--form-floating-label-opacity);
    transform: var(--form-floating-label-transform);
    font-size: .8em; }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: var(--form-floating-label-opacity);
    transform: var(--form-floating-label-transform); }
  .form-floating > .form-control:disabled ~ label {
    color: var(--form-floating-label-disabled-color); }

:root {
  --form-check-input-width: 18px;
  --form-check-min-height: 1.5rem;
  --form-check-padding-start: calc(var(--form-check-input-width) + 10px);
  --form-check-margin-bottom: 1rem;
  --form-check-label-color: var(--c-grey, #000);
  --form-check-label-hover-color: var(--c-black, #000);
  --form-check-label-font-size: 14px;
  --form-check-label-line-height: 1.3;
  --form-check-input-active-filter: brightness(90%);
  --form-check-input-bg: #fff;
  --form-check-input-border: 1px solid var(--c-line);
  --form-check-input-border-radius: .25em;
  --form-check-radio-border-radius: 50%;
  --form-check-input-focus-border: #BEC1C7;
  --form-check-input-focus-box-shadow: ;
  --form-check-input-checked-bg-color: #fff;
  --form-check-input-checked-border-color: var(--c-primary); }
  @media (min-width: 1200px) {
    :root {
      --form-check-input-width: 20px;
      --form-check-label-font-size: 14px; } }

.form-check {
  display: flex;
  align-items: center;
  min-height: var(--form-check-min-height);
  padding-left: var(--form-check-padding-start);
  margin-bottom: var(--form-check-margin-bottom); }
  .form-check .form-check-input {
    flex-shrink: 0;
    float: left;
    margin-left: calc(var(--form-check-padding-start) * -1);
    cursor: pointer; }

/*.form-check-reverse {
  padding-right: $form-check-padding-start;
  padding-left: 0;
  text-align: right;

  .form-check-input {
    float: right;
    margin-right: $form-check-padding-start * -1;
    margin-left: 0;
  }
}*/
.form-check-input {
  --form-check-bg: var(--form-check-input-bg);
  width: var(--form-check-input-width);
  height: var(--form-check-input-width);
  vertical-align: top;
  background-color: var(--form-check-input-bg);
  background-image: var(--form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--form-check-input-border);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  print-color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: var(--form-check-input-border-radius); }
  .form-check-input[type="radio"] {
    border-radius: var(--form-check-radio-border-radius); }
  .form-check-input:active {
    filter: var(--form-check-input-active-filter); }
  .form-check-input:focus {
    border-color: var(--form-check-input-focus-border);
    outline: 0;
    box-shadow: var(--form-check-input-focus-box-shadow); }
  .form-check-input:checked {
    background-color: var(--form-check-input-bg) !important;
    border-color: var(--form-check-input-checked-border-color) !important; }
    .form-check-input:checked[type="checkbox"] {
      --form-check-input-bg: var(--c-primary);
      --form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      --form-check-bg-image: url("data:image/svg+xml,%3csvg width='10' height='10' viewBox='0 0 10 10' fill='%23E84343' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='5' fill='%23E84343'/%3e%3c/svg%3e");
      background-image: url("data:image/svg+xml,%3csvg width='10' height='10' viewBox='0 0 10 10' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='5' fill='currentColor'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5; }

.form-check-label {
  color: var(--form-check-label-color);
  font-size: var(--form-check-label-font-size);
  cursor: pointer; }

.form-control {
  display: block;
  width: 100%;
  padding: var(--input-padding-y) var(--input-padding-x);
  font-size: var(--input-font-size);
  font-weight: var(--input-font-weight);
  line-height: var(--input-line-height);
  color: var(--input-color);
  background-color: var(--input-bg);
  background-clip: padding-box;
  border: var(--input-border-width) solid var(--input-border-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: var(--input-border-radius, 0);
  box-shadow: var(--input-box-shadow);
  transition: var(--input-transition);
  /*&::-webkit-date-and-time-value {
    // Multiply line-height by 1em if it has no unit
    height: if(unit($input-line-height) == "", $input-line-height * 1em, $input-line-height);
  }*/
  /*&::-webkit-datetime-edit {
    display: block;
    padding: 0;
  }*/ }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control::-moz-placeholder {
    color: var(--input-placeholder-color);
    opacity: 1; }
  .form-control::placeholder {
    color: var(--input-placeholder-color);
    opacity: 1; }
  .form-control:focus {
    color: var(--input-focus-color);
    background-color: var(--input-focus-bg);
    border-color: var(--input-focus-border-color);
    outline: 0;
    box-shadow: var(--input-focus-box-shadow); }
  .form-control:disabled {
    opacity: 1; }

/**
Theme styles
 */
.form--default {
  --input-padding-y: 14px;
  --input-padding-x: 0px;
  --input-bg: transparent;
  --input-focus-bg: var(--input-bg);
  --input-border-color: #C9C9C9;
  --input-border-width: 0;
  --input-color: var(--c-white);
  --input-focus-color: var(--input-color);
  --input-font-size: 13px;
  --input-line-height: 1.25;
  --input-placeholder-color: var(--c-grey);
  --form-floating-height: calc(3.5rem + calc(var(--input-border-width *2)));
  --form-floating-line-height: 1.25;
  --form-floating-padding-x: var(--input-padding-x);
  --form-floating-padding-y: 13px;
  --form-floating-input-padding-t: 21px;
  --form-floating-input-padding-b: 9px;
  --form-floating-label-height: 1.875em;
  --form-floating-label-opacity: 1;
  --form-floating-label-translate-y: calc(var(--form-floating-padding-y) * -.5);
  --form-floating-label-translate-x: ;
  --form-floating-label-transform: translateY(var(--form-floating-label-translate-y));
  --form-floating-label-disabled-color: ;
  --form-floating-transition: opacity .1s ease-in-out, font-size .1s ease-in-out, transform .1s ease-in-out; }
  @media (min-width: 992px) {
    .form--default {
      --input-padding-y: 18px;
      --input-font-size: 1rem;
      --form-floating-padding-y: 20px;
      --form-floating-input-padding-t: 30px;
      --form-floating-input-padding-b: 10px; } }
  .form--default .form-control {
    border-bottom: 1px solid var(--input-border-color); }

.form-policy {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin: 0;
  color: var(--c-grey);
  font-size: 14px; }
  @media (min-width: 992px) {
    .form-policy {
      gap: 1rem; } }

.icon-text {
  display: inline-flex;
  align-items: center;
  width: 100%; }

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1em;
  height: 1em; }

.icon--full-size {
  display: flex;
  width: 100%;
  height: 100%; }

svg.icon {
  fill: currentColor; }

/*TODO base link styles*/
.link {
  --link-color: ;
  --link-hover-color: ;
  --link-active-color: ;
  --link-font-size: 14px;
  --link-line-height: 1.3;
  position: relative;
  background-color: transparent;
  color: var(--link-color);
  font-size: var(--link-font-size);
  line-height: var(--link-line-height);
  text-decoration: none !important;
  transition: color var(--transition-duration) var(--transition-timing-function); }
  @media (min-width: 1200px) {
    .link {
      --link-font-size: 16px; } }
  .link:hover, .link:focus {
    color: var(--link-hover-color); }
  .link:active {
    color: var(--link-active-color); }

.link-icon {
  --link-icon-size: 1rem;
  --link-icon-spacing: .5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .link-icon .link__icon {
    width: var(--link-icon-size);
    height: var(--link-icon-size);
    margin-left: var(--link-icon-spacing); }
  .link-icon .icon {
    width: 100%;
    height: 100%; }

/**
Theme styles
 */
.link--arrow-animated .link__icon {
  position: relative;
  width: var(--link-icon-size);
  height: var(--link-icon-size);
  margin-left: var(--link-icon-spacing);
  overflow: hidden; }

.link--arrow-animated .icon {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  transition: transform 0.4s var(--transition-timing-function); }
  .link--arrow-animated .icon:last-of-type {
    transform: translate(-120%, 120%); }

.link--arrow-animated:hover .icon:first-of-type, .link--arrow-animated:focus .icon:first-of-type {
  transform: translate(120%, -120%); }

.link--arrow-animated:hover .icon:last-of-type, .link--arrow-animated:focus .icon:last-of-type {
  transform: translate(0, 0); }

/**
TODO:
- .modal-fullscreen
 */
.modal {
  --modal-zindex: var(--zi-modal, 1055);
  --modal-width: 500px;
  --modal-padding: 1rem;
  --modal-margin: .5rem;
  --modal-color: ;
  --modal-bg: #fff;
  --modal-border-color: transparent;
  --modal-border-width: 0;
  --modal-border-radius: ;
  --modal-box-shadow: ;
  --modal-header-padding-x: ;
  --modal-header-padding-y: ;
  --modal-title-font-size: 1rem;
  --modal-title-line-height: ;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--modal-margin);
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

/*.modal-dialog-scrollable {
  height: calc(100% - var(--modal-margin) * 2);

  .modal-content {
    max-height: 100%;
    overflow: hidden;
  }

  .modal-body {
    overflow-y: auto;
  }
}*/
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--modal-margin) * 2); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--modal-color);
  pointer-events: auto;
  background-color: var(--modal-bg);
  background-clip: padding-box;
  border: var(--modal-border-width) solid var(--modal-border-color);
  border-radius: var(--modal-border-radius);
  box-shadow: var(--modal-box-shadow);
  outline: 0;
  overflow: hidden; }

.modal-backdrop {
  --backdrop-zindex: var(--zi-modal-backdrop, 1050);
  --backdrop-bg: rgba(23, 23, 23, .5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--backdrop-bg); }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: var(--backdrop-opacity); }

/*.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between; // Put modal header elements (title and dismiss) on opposite ends
  padding: var(--modal-header-padding);
  border-bottom: var(--modal-header-border-width) solid var(--modal-header-border-color);
  //@include border-top-radius(var(--modal-inner-border-radius));

  .btn-close {
    padding: calc(var(--modal-header-padding-y) * .5) calc(var(--modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--modal-header-padding-y)) calc(-.5 * var(--modal-header-padding-x)) calc(-.5 * var(--modal-header-padding-y)) auto;
  }
}*/
.modal-title {
  margin-bottom: 0;
  font-size: var(--modal-title-font-size);
  line-height: var(--modal-title-line-height);
  font-weight: var(--modal-title-font-weight);
  text-align: center; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--modal-padding); }

/*.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center; // vertically center
  justify-content: flex-end; // Right align buttons with flex property because text-align doesn't work on flex items
  padding: calc(var(--modal-padding) - var(--modal-footer-gap) * .5);
  background-color: var(--modal-footer-bg);
  border-top: var(--modal-footer-border-width) solid var(--modal-footer-border-color);
  //@include border-bottom-radius(var(--modal-inner-border-radius));

  // Place margin between footer elements
  // This solution is far from ideal because of the universal selector usage,
  // but is needed to fix https://github.com/twbs/bootstrap/issues/24800
  > * {
    margin: calc(var(--modal-footer-gap) * .5); // Todo in v6: replace with gap on parent class
  }
}*/
@media (min-width: 576px) {
  .modal {
    --modal-margin: 1.75rem; }
  .modal-dialog {
    max-width: var(--modal-width);
    margin-right: auto;
    margin-left: auto; }
  .modal-sm {
    --modal-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --modal-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    --modal-width: 1140px; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header,
  .modal-fullscreen .modal-footer {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; } }

/**
Theme styles
 */
.modal--default {
  --modal-width: 570px;
  --modal-padding: 30px 20px;
  --modal-border-radius: 0;
  --modal-title-font-size: 20px;
  --modal-title-line-height: 1.1;
  --modal-title-font-weight: 800; }
  .modal--default .modal-title {
    color: var(--c-black);
    text-align: left; }
  .modal--default .tariff-period-tabs {
    margin: 2rem 0; }
  @media (min-width: 992px) {
    .modal--default {
      --modal-padding: 50px 80px;
      --modal-title-font-size: 36px; } }

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1; }
  @media (min-width: 992px) {
    .modal-close {
      top: 20px;
      right: 20px; } }

.modal--usage .modal-dialog {
  height: auto !important; }

.modal--usage .modal-header {
  position: relative;
  height: 240px;
  flex-shrink: 0;
  overflow: hidden;
  margin-bottom: 2.5rem; }
  .modal--usage .modal-header:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.5; }

.modal--usage .modal-header__content {
  position: relative;
  z-index: 3; }

.modal--usage .modal-header__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .modal--usage .modal-header__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

@media (min-width: 768px) {
  .modal--usage {
    margin-bottom: 3.5rem; }
    .modal--usage .modal-header {
      height: 360px; } }

@media (min-width: 1200px) {
  .modal--usage {
    margin-bottom: 5rem; }
    .modal--usage .modal-header {
      height: 460px; } }

.modal--success {
  --modal-width: 480px; }

/*TODO update styles - common and theme*/
.slider {
  --slider-control-height: ;
  --slider-control-width: ;
  --slider-control-background-color: ;
  --slider-control-border-radius: 0;
  --slider-control-color: ;
  --slider-control-font-size: ;
  --slider-control-hover-background-color: ;
  --slider-control-hover-color: ;
  position: relative; }

.slider-controls {
  --slider-control-height: ;
  --slider-control-width: ;
  --slider-control-border-radius: 0;
  --slider-control-background-color: ;
  --slider-control-color: ;
  --slider-control-active-bg-color: ;
  --slider-control-active-color: var(--slider-control-color);
  --slider-control-hover-bg-color: ;
  --slider-control-hover-color: var(--slider-control-color);
  --slider-control-disabled-opacity: .6;
  --slider-control-font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 2px; }
  @media (min-width: 992px) {
    .slider-controls {
      --slider-control-height: ;
      --slider-control-width: ;
      gap: 4px; } }

.slider-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--slider-control-height);
  width: var(--slider-control-width);
  background-color: var(--slider-control-background-color);
  border-radius: var(--slider-control-border-radius);
  color: var(--slider-control-color);
  font-size: var(--slider-control-font-size);
  cursor: pointer;
  transition: background-color .3s ease, color .3s ease; }
  .slider-nav-btn:hover {
    background-color: var(--slider-control-hover-bg-color);
    color: var(--slider-control-hover-color); }
  .slider-nav-btn:active {
    background-color: var(--slider-control-active-bg-color);
    color: var(--slider-control-active-color); }
  .slider-nav-btn.swiper-button-disabled {
    opacity: var(--slider-control-disabled-opacity);
    cursor: default; }

.slider-nav-btn--prev {
  transform: rotate(180deg); }

.slider-pagination {
  width: auto;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500; }
  @media (min-width: 768px) {
    .slider-pagination {
      font-size: 16px; } }

.swiper-pagination-bullet {
  height: 6px;
  width: 6px;
  margin: 0 5px !important;
  background-color: var(--c-gray-light);
  transition: color .3s ease; }
  @media (min-width: 1024px) {
    .swiper-pagination-bullet {
      height: 8px;
      width: 8px;
      margin: 0 6px !important; } }

.swiper-pagination-bullet-active {
  position: relative;
  color: var(--c-primary);
  background-color: currentColor; }
  .swiper-pagination-bullet-active:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid currentColor;
    border-radius: 50%; }
  @media (min-width: 1024px) {
    .swiper-pagination-bullet-active:after {
      height: 16px;
      width: 16px; } }

.slider-pagination--white .swiper-pagination-bullet-active {
  color: var(--c-white); }

.swiper-slide--fullheight {
  height: auto; }

/**
Theme styles
 */
.slider-controls--default {
  --slider-control-height: 40px;
  --slider-control-width: 40px;
  --slider-control-border-radius: 50%;
  --slider-control-background-color: rgba(255, 255, 255, 0);
  --slider-control-color: #fff;
  --slider-control-active-bg-color: ;
  --slider-control-active-color: var(--slider-control-color);
  --slider-control-hover-bg-color: rgba(255, 255, 255, .13);
  --slider-control-hover-color: var(--slider-control-color);
  --slider-control-disabled-opacity: .6;
  --slider-control-font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 8px; }
  .slider-controls--default .icon {
    width: 20px;
    height: 20px;
    transform: translateX(-4px);
    transition: transform .5s; }
  @media (min-width: 992px) {
    .slider-controls--default {
      --slider-control-height: 52px;
      --slider-control-width: 52px; } }

.slider-nav-btn:hover .icon {
  transform: translateX(0px); }

.promo-slider {
  overflow: hidden; }
  .promo-slider .swiper {
    overflow: visible; }
  .promo-slider .swiper-wrapper {
    transition-timing-function: linear; }

.promo-slider__slide {
  width: auto !important; }

.promo-slider__item {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 1.5rem;
  color: #fff;
  -webkit-text-stroke: 1px var(--c-primary);
  font-size: 25px;
  transition: color .5s;
  cursor: pointer; }
  .promo-slider__item:hover {
    color: var(--c-primary); }
  @media (min-width: 768px) {
    .promo-slider__item {
      font-size: 40px;
      margin-bottom: 2rem; } }
  @media (min-width: 1200px) {
    .promo-slider__item {
      padding: 0 35px;
      font-size: 60px; } }

/** announcement-slider */
.announcement-slider__container {
  position: relative;
  padding: 30px 15px; }
  @media (min-width: 768px) {
    .announcement-slider__container {
      padding: 30px 30px;
      margin-bottom: 40px;
      border-radius: 20px; } }
  @media (min-width: 992px) {
    .announcement-slider__container {
      padding: 30px 30px 30px 60px;
      margin-bottom: 40px;
      border-radius: 20px; } }

@media (min-width: 992px) {
  .announcement-slider__controls {
    position: absolute;
    left: 60px;
    bottom: 35px;
    max-width: 250px;
    z-index: 2; } }

.announcement-slider__title {
  margin-bottom: 2px;
  z-index: 2; }
  @media (min-width: 992px) {
    .announcement-slider__title {
      position: absolute;
      left: 60px;
      top: 70px;
      max-width: 250px; } }

.announcement-slide__image {
  height: 210px; }
  @media (min-width: 768px) {
    .announcement-slide__image {
      height: 350px; } }
  @media (min-width: 1200px) {
    .announcement-slide__image {
      height: 500px; } }

.announcement-slide__content {
  color: #fff;
  font-family: Actay, sans-serif;
  line-height: 1.25;
  font-weight: 700; }
  @media (min-width: 992px) {
    .announcement-slide__content {
      position: absolute;
      padding-top: 120px; } }
  @media (min-width: 1200px) {
    .announcement-slide__content {
      padding-top: 215px; } }

.announcement-slide__title {
  font-size: 20px; }
  @media (min-width: 768px) {
    .announcement-slide__title {
      font-size: 28px; } }
  @media (min-width: 1200px) {
    .announcement-slide__title {
      font-size: 40px; } }

.announcement-slide__location {
  font-size: 1rem; }
  @media (min-width: 768px) {
    .announcement-slide__location {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    .announcement-slide__location {
      font-size: 2rem; } }

.gallery-slide img {
  max-height: 260px; }
  @media (min-width: 992px) {
    .gallery-slide img {
      max-height: 500px; } }

.gallery-cards__slide {
  width: 15rem; }
  @media (min-width: 768px) {
    .gallery-cards__slide {
      width: 25rem; } }
  @media (min-width: 1200px) {
    .gallery-cards__slide {
      width: auto; } }

/**
Accented tables
  Hoverable rows
  Active tables
How do the variants and accented tables work?
Table borders
  Bordered tables
  Tables without borders
Small tables
Table group dividers
Vertical alignment
Nesting
How nesting works
Anatomy
  Table head
  Table foot
  Captions
Responsive tables
*/
.table {
  --table-cell-vertical-align: top;
  --table-cell-padding-y: .5rem;
  --table-cell-padding-x: .5rem;
  --table-color: var(--c-black);
  --table-bg: transparent;
  --table-border-color: #E0E0E0;
  --table-border-width: 0;
  --table-accent-bg: transparent;
  --table-striped-color: var(--c-black);
  --table-striped-bg: #F4F4F4;
  --table-hover-color: var(--c-black);
  --table-hover-bg: rgba(0, 0, 0, .03);
  --table-striped-order: odd;
  --table-striped-columns-order: even;
  width: 100%;
  color: var(--table-color);
  border-color: var(--table-border-color);
  vertical-align: var(--table-cell-vertical-align); }
  .table > :not(caption) > * > * {
    padding: var(--table-cell-padding-y) var(--table-cell-padding-x);
    background-color: var(--table-bg);
    border-bottom-width: var(--table-border-width);
    box-shadow: inset 0 0 0 9999px var(--table-accent-bg); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }

.caption-top {
  caption-side: top; }

.table-sm {
  /*> :not(caption) > * > * {
    padding: $table-cell-padding-y-sm $table-cell-padding-x-sm;
  }*/ }

.table-bordered {
  /*> :not(caption) > * {
    border-width: $table-border-width 0;

    // stylelint-disable-next-line selector-max-universal
    > * {
      border-width: 0 $table-border-width;
    }
  }*/ }

.table-borderless {
  /*> :not(caption) > * > * {
    border-bottom-width: 0;
  }

  > :not(:first-child) {
    border-top-width: 0;
  }*/ }

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --table-accent-bg: var(--table-striped-bg);
  color: var(--table-striped-color); }

.table-striped-columns > :not(caption) > tr > :nth-child(var(--table-striped-columns-order)) {
  --table-accent-bg: var(--table-striped-bg);
  color: var(--table-striped-color); }

.table-hover > tbody > tr:hover > * {
  --table-accent-bg: var(--table-hover-bg);
  color: var(--table-hover-color); }

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

/**
Theme styles
 */
.table--default {
  --table-cell-padding-y: 14px;
  --table-cell-padding-x: 12px;
  font-size: 13px; }
  @media (min-width: 1200px) {
    .table--default {
      --table-cell-padding-y: 20px;
      font-size: 18px;
      line-height: 21px; } }

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
/* Only used classes */
:root {
  --animate-duration: 1s;
  --animate-delay: 0;
  --animate-repeat: 1; }

.animate__animated {
  animation-duration: var(--animate-duration);
  animation-delay: var(--animate-delay);
  animation-fill-mode: both;
  animation-iteration-count: var(--animate-repeat);
  animation-timing-function: ease; }

.animate__wrapper {
  display: block;
  overflow: hidden; }

[data-aos] {
  visibility: hidden; }

[data-aos].animate__animated {
  visibility: visible; }

/* Fading entrances  */

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.animate__fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, calc(-1 * var(--animate-offset, 100%)), 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.animate__fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(var(--animate-offset, -100%), 0, 0); }
  to {
    opacity: 1;
    transform: translateZ(0); } }

.animate__fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, var(--animate-offset, 100%), 0); }
  to {
    opacity: 1;
    transform: translateZ(0); } }

.animate__fadeInUp {
  animation-name: fadeInUp; }

/* Fading exits */

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.animate__fadeOutUp {
  animation-name: fadeOutUp; }

/* Rotating entrances */
/*@keyframes rotateInUpLeft {
  from {
    transform: rotate3d(0, 0, 1, var(--animate-rotate));
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}*/
/*Theme*/
@keyframes rotateInUpLeft {
  from {
    transform: rotate3d(0, 0, 1, var(--animate-rotate)) translateY(100%);
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0) translateY(0);
    opacity: 1; } }

.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom; }

@keyframes rotateInDownLeft {
  from {
    transform: rotate3d(0, 0, 1, var(--animate-rotate));
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left center; }

/* Sliding entrances */
@keyframes slideInLeft {
  from {
    transform: translate3d(var(--animate-offset, -100%), 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.animate__slideInLeft {
  animation-name: slideInLeft; }

/**
Text colors
 */
.text-primary {
  --text-opacity: 1;
  color: var(--c-primary) !important; }

.text-black {
  color: var(--c-black) !important; }

.text-grey {
  color: var(--c-grey); }

.text-grey-light {
  color: var(--c-grey-light); }

.text-white {
  --text-opacity: 1;
  color: rgba(255, 255, 255, var(--text-opacity)) !important; }

/**
Background colors
 */
.bg-primary {
  background-color: var(--c-primary) !important; }

.bg-blue {
  background-color: var(--c-blue) !important; }

.bg-black-25 {
  background-color: #252525; }

.bg-black-30 {
  background-color: #303030; }

.bg-grey-94 {
  background-color: var(--c-grey-94); }

.bg-grey-95 {
  background-color: var(--c-grey-95); }

.bg-grey-f5 {
  background-color: var(--c-grey-f5); }

/**
TODO
 */
.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-grid {
  display: grid !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.d-none {
  display: none !important; }

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; } }

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; } }

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; } }

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; } }

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

@media (min-width: 576px) {
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; } }

@media (min-width: 768px) {
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; } }

@media (min-width: 992px) {
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; } }

@media (min-width: 1200px) {
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; } }

@media (min-width: 1400px) {
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

.overflow-scroll {
  overflow: scroll !important; }

.overflow-x-auto {
  overflow-x: auto !important; }

.overflow-x-hidden {
  overflow-x: hidden !important; }

.overflow-x-visible {
  overflow-x: visible !important; }

.overflow-x-scroll {
  overflow-x: scroll !important; }

.overflow-y-auto {
  overflow-y: auto !important; }

.overflow-y-hidden {
  overflow-y: hidden !important; }

.overflow-y-visible {
  overflow-y: visible !important; }

.overflow-y-scroll {
  overflow-y: scroll !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.vw-100 {
  width: 100vw !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mh-100 {
  max-height: 100% !important; }

.vh-100 {
  height: 100vh !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-025 {
  margin: 0.25rem !important; }

.mt-025,
.my-025 {
  margin-top: 0.25rem !important; }

.mr-025,
.mx-025 {
  margin-right: 0.25rem !important; }

.mb-025,
.my-025 {
  margin-bottom: 0.25rem !important; }

.ml-025,
.mx-025 {
  margin-left: 0.25rem !important; }

.m-05 {
  margin: 0.5rem !important; }

.mt-05,
.my-05 {
  margin-top: 0.5rem !important; }

.mr-05,
.mx-05 {
  margin-right: 0.5rem !important; }

.mb-05,
.my-05 {
  margin-bottom: 0.5rem !important; }

.ml-05,
.mx-05 {
  margin-left: 0.5rem !important; }

.m-075 {
  margin: 0.75rem !important; }

.mt-075,
.my-075 {
  margin-top: 0.75rem !important; }

.mr-075,
.mx-075 {
  margin-right: 0.75rem !important; }

.mb-075,
.my-075 {
  margin-bottom: 0.75rem !important; }

.ml-075,
.mx-075 {
  margin-left: 0.75rem !important; }

.m-1 {
  margin: 1rem !important; }

.mt-1,
.my-1 {
  margin-top: 1rem !important; }

.mr-1,
.mx-1 {
  margin-right: 1rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 1rem !important; }

.ml-1,
.mx-1 {
  margin-left: 1rem !important; }

.m-125 {
  margin: 1.25rem !important; }

.mt-125,
.my-125 {
  margin-top: 1.25rem !important; }

.mr-125,
.mx-125 {
  margin-right: 1.25rem !important; }

.mb-125,
.my-125 {
  margin-bottom: 1.25rem !important; }

.ml-125,
.mx-125 {
  margin-left: 1.25rem !important; }

.m-15 {
  margin: 1.5rem !important; }

.mt-15,
.my-15 {
  margin-top: 1.5rem !important; }

.mr-15,
.mx-15 {
  margin-right: 1.5rem !important; }

.mb-15,
.my-15 {
  margin-bottom: 1.5rem !important; }

.ml-15,
.mx-15 {
  margin-left: 1.5rem !important; }

.m-2 {
  margin: 2rem !important; }

.mt-2,
.my-2 {
  margin-top: 2rem !important; }

.mr-2,
.mx-2 {
  margin-right: 2rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 2rem !important; }

.ml-2,
.mx-2 {
  margin-left: 2rem !important; }

.m-25 {
  margin: 2.5rem !important; }

.mt-25,
.my-25 {
  margin-top: 2.5rem !important; }

.mr-25,
.mx-25 {
  margin-right: 2.5rem !important; }

.mb-25,
.my-25 {
  margin-bottom: 2.5rem !important; }

.ml-25,
.mx-25 {
  margin-left: 2.5rem !important; }

.m-275 {
  margin: 2.75rem !important; }

.mt-275,
.my-275 {
  margin-top: 2.75rem !important; }

.mr-275,
.mx-275 {
  margin-right: 2.75rem !important; }

.mb-275,
.my-275 {
  margin-bottom: 2.75rem !important; }

.ml-275,
.mx-275 {
  margin-left: 2.75rem !important; }

.m-3 {
  margin: 3rem !important; }

.mt-3,
.my-3 {
  margin-top: 3rem !important; }

.mr-3,
.mx-3 {
  margin-right: 3rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 3rem !important; }

.ml-3,
.mx-3 {
  margin-left: 3rem !important; }

.m-35 {
  margin: 3.5rem !important; }

.mt-35,
.my-35 {
  margin-top: 3.5rem !important; }

.mr-35,
.mx-35 {
  margin-right: 3.5rem !important; }

.mb-35,
.my-35 {
  margin-bottom: 3.5rem !important; }

.ml-35,
.mx-35 {
  margin-left: 3.5rem !important; }

.m-4 {
  margin: 4rem !important; }

.mt-4,
.my-4 {
  margin-top: 4rem !important; }

.mr-4,
.mx-4 {
  margin-right: 4rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 4rem !important; }

.ml-4,
.mx-4 {
  margin-left: 4rem !important; }

.m-45 {
  margin: 4.5rem !important; }

.mt-45,
.my-45 {
  margin-top: 4.5rem !important; }

.mr-45,
.mx-45 {
  margin-right: 4.5rem !important; }

.mb-45,
.my-45 {
  margin-bottom: 4.5rem !important; }

.ml-45,
.mx-45 {
  margin-left: 4.5rem !important; }

.m-5 {
  margin: 5rem !important; }

.mt-5,
.my-5 {
  margin-top: 5rem !important; }

.mr-5,
.mx-5 {
  margin-right: 5rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 5rem !important; }

.ml-5,
.mx-5 {
  margin-left: 5rem !important; }

.m-6 {
  margin: 6rem !important; }

.mt-6,
.my-6 {
  margin-top: 6rem !important; }

.mr-6,
.mx-6 {
  margin-right: 6rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 6rem !important; }

.ml-6,
.mx-6 {
  margin-left: 6rem !important; }

.m-7 {
  margin: 7rem !important; }

.mt-7,
.my-7 {
  margin-top: 7rem !important; }

.mr-7,
.mx-7 {
  margin-right: 7rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 7rem !important; }

.ml-7,
.mx-7 {
  margin-left: 7rem !important; }

.m-8 {
  margin: 8rem !important; }

.mt-8,
.my-8 {
  margin-top: 8rem !important; }

.mr-8,
.mx-8 {
  margin-right: 8rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 8rem !important; }

.ml-8,
.mx-8 {
  margin-left: 8rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-025 {
  padding: 0.25rem !important; }

.pt-025,
.py-025 {
  padding-top: 0.25rem !important; }

.pr-025,
.px-025 {
  padding-right: 0.25rem !important; }

.pb-025,
.py-025 {
  padding-bottom: 0.25rem !important; }

.pl-025,
.px-025 {
  padding-left: 0.25rem !important; }

.p-05 {
  padding: 0.5rem !important; }

.pt-05,
.py-05 {
  padding-top: 0.5rem !important; }

.pr-05,
.px-05 {
  padding-right: 0.5rem !important; }

.pb-05,
.py-05 {
  padding-bottom: 0.5rem !important; }

.pl-05,
.px-05 {
  padding-left: 0.5rem !important; }

.p-075 {
  padding: 0.75rem !important; }

.pt-075,
.py-075 {
  padding-top: 0.75rem !important; }

.pr-075,
.px-075 {
  padding-right: 0.75rem !important; }

.pb-075,
.py-075 {
  padding-bottom: 0.75rem !important; }

.pl-075,
.px-075 {
  padding-left: 0.75rem !important; }

.p-1 {
  padding: 1rem !important; }

.pt-1,
.py-1 {
  padding-top: 1rem !important; }

.pr-1,
.px-1 {
  padding-right: 1rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 1rem !important; }

.pl-1,
.px-1 {
  padding-left: 1rem !important; }

.p-125 {
  padding: 1.25rem !important; }

.pt-125,
.py-125 {
  padding-top: 1.25rem !important; }

.pr-125,
.px-125 {
  padding-right: 1.25rem !important; }

.pb-125,
.py-125 {
  padding-bottom: 1.25rem !important; }

.pl-125,
.px-125 {
  padding-left: 1.25rem !important; }

.p-15 {
  padding: 1.5rem !important; }

.pt-15,
.py-15 {
  padding-top: 1.5rem !important; }

.pr-15,
.px-15 {
  padding-right: 1.5rem !important; }

.pb-15,
.py-15 {
  padding-bottom: 1.5rem !important; }

.pl-15,
.px-15 {
  padding-left: 1.5rem !important; }

.p-2 {
  padding: 2rem !important; }

.pt-2,
.py-2 {
  padding-top: 2rem !important; }

.pr-2,
.px-2 {
  padding-right: 2rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 2rem !important; }

.pl-2,
.px-2 {
  padding-left: 2rem !important; }

.p-25 {
  padding: 2.5rem !important; }

.pt-25,
.py-25 {
  padding-top: 2.5rem !important; }

.pr-25,
.px-25 {
  padding-right: 2.5rem !important; }

.pb-25,
.py-25 {
  padding-bottom: 2.5rem !important; }

.pl-25,
.px-25 {
  padding-left: 2.5rem !important; }

.p-275 {
  padding: 2.75rem !important; }

.pt-275,
.py-275 {
  padding-top: 2.75rem !important; }

.pr-275,
.px-275 {
  padding-right: 2.75rem !important; }

.pb-275,
.py-275 {
  padding-bottom: 2.75rem !important; }

.pl-275,
.px-275 {
  padding-left: 2.75rem !important; }

.p-3 {
  padding: 3rem !important; }

.pt-3,
.py-3 {
  padding-top: 3rem !important; }

.pr-3,
.px-3 {
  padding-right: 3rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 3rem !important; }

.pl-3,
.px-3 {
  padding-left: 3rem !important; }

.p-35 {
  padding: 3.5rem !important; }

.pt-35,
.py-35 {
  padding-top: 3.5rem !important; }

.pr-35,
.px-35 {
  padding-right: 3.5rem !important; }

.pb-35,
.py-35 {
  padding-bottom: 3.5rem !important; }

.pl-35,
.px-35 {
  padding-left: 3.5rem !important; }

.p-4 {
  padding: 4rem !important; }

.pt-4,
.py-4 {
  padding-top: 4rem !important; }

.pr-4,
.px-4 {
  padding-right: 4rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 4rem !important; }

.pl-4,
.px-4 {
  padding-left: 4rem !important; }

.p-45 {
  padding: 4.5rem !important; }

.pt-45,
.py-45 {
  padding-top: 4.5rem !important; }

.pr-45,
.px-45 {
  padding-right: 4.5rem !important; }

.pb-45,
.py-45 {
  padding-bottom: 4.5rem !important; }

.pl-45,
.px-45 {
  padding-left: 4.5rem !important; }

.p-5 {
  padding: 5rem !important; }

.pt-5,
.py-5 {
  padding-top: 5rem !important; }

.pr-5,
.px-5 {
  padding-right: 5rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 5rem !important; }

.pl-5,
.px-5 {
  padding-left: 5rem !important; }

.p-6 {
  padding: 6rem !important; }

.pt-6,
.py-6 {
  padding-top: 6rem !important; }

.pr-6,
.px-6 {
  padding-right: 6rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 6rem !important; }

.pl-6,
.px-6 {
  padding-left: 6rem !important; }

.p-7 {
  padding: 7rem !important; }

.pt-7,
.py-7 {
  padding-top: 7rem !important; }

.pr-7,
.px-7 {
  padding-right: 7rem !important; }

.pb-7,
.py-7 {
  padding-bottom: 7rem !important; }

.pl-7,
.px-7 {
  padding-left: 7rem !important; }

.p-8 {
  padding: 8rem !important; }

.pt-8,
.py-8 {
  padding-top: 8rem !important; }

.pr-8,
.px-8 {
  padding-right: 8rem !important; }

.pb-8,
.py-8 {
  padding-bottom: 8rem !important; }

.pl-8,
.px-8 {
  padding-left: 8rem !important; }

.m-a {
  margin: auto !important; }

.mt-a,
.my-a {
  margin-top: auto !important; }

.mr-a,
.mx-a {
  margin-right: auto !important; }

.mb-a,
.my-a {
  margin-bottom: auto !important; }

.ml-a,
.mx-a {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-025 {
    margin: 0.25rem !important; }
  .mt-sm-025,
  .my-sm-025 {
    margin-top: 0.25rem !important; }
  .mr-sm-025,
  .mx-sm-025 {
    margin-right: 0.25rem !important; }
  .mb-sm-025,
  .my-sm-025 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-025,
  .mx-sm-025 {
    margin-left: 0.25rem !important; }
  .m-sm-05 {
    margin: 0.5rem !important; }
  .mt-sm-05,
  .my-sm-05 {
    margin-top: 0.5rem !important; }
  .mr-sm-05,
  .mx-sm-05 {
    margin-right: 0.5rem !important; }
  .mb-sm-05,
  .my-sm-05 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-05,
  .mx-sm-05 {
    margin-left: 0.5rem !important; }
  .m-sm-075 {
    margin: 0.75rem !important; }
  .mt-sm-075,
  .my-sm-075 {
    margin-top: 0.75rem !important; }
  .mr-sm-075,
  .mx-sm-075 {
    margin-right: 0.75rem !important; }
  .mb-sm-075,
  .my-sm-075 {
    margin-bottom: 0.75rem !important; }
  .ml-sm-075,
  .mx-sm-075 {
    margin-left: 0.75rem !important; }
  .m-sm-1 {
    margin: 1rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1rem !important; }
  .m-sm-125 {
    margin: 1.25rem !important; }
  .mt-sm-125,
  .my-sm-125 {
    margin-top: 1.25rem !important; }
  .mr-sm-125,
  .mx-sm-125 {
    margin-right: 1.25rem !important; }
  .mb-sm-125,
  .my-sm-125 {
    margin-bottom: 1.25rem !important; }
  .ml-sm-125,
  .mx-sm-125 {
    margin-left: 1.25rem !important; }
  .m-sm-15 {
    margin: 1.5rem !important; }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 1.5rem !important; }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 1.5rem !important; }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 1.5rem !important; }
  .m-sm-2 {
    margin: 2rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 2rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 2rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 2rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 2rem !important; }
  .m-sm-25 {
    margin: 2.5rem !important; }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 2.5rem !important; }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 2.5rem !important; }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 2.5rem !important; }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 2.5rem !important; }
  .m-sm-275 {
    margin: 2.75rem !important; }
  .mt-sm-275,
  .my-sm-275 {
    margin-top: 2.75rem !important; }
  .mr-sm-275,
  .mx-sm-275 {
    margin-right: 2.75rem !important; }
  .mb-sm-275,
  .my-sm-275 {
    margin-bottom: 2.75rem !important; }
  .ml-sm-275,
  .mx-sm-275 {
    margin-left: 2.75rem !important; }
  .m-sm-3 {
    margin: 3rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3rem !important; }
  .m-sm-35 {
    margin: 3.5rem !important; }
  .mt-sm-35,
  .my-sm-35 {
    margin-top: 3.5rem !important; }
  .mr-sm-35,
  .mx-sm-35 {
    margin-right: 3.5rem !important; }
  .mb-sm-35,
  .my-sm-35 {
    margin-bottom: 3.5rem !important; }
  .ml-sm-35,
  .mx-sm-35 {
    margin-left: 3.5rem !important; }
  .m-sm-4 {
    margin: 4rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4rem !important; }
  .m-sm-45 {
    margin: 4.5rem !important; }
  .mt-sm-45,
  .my-sm-45 {
    margin-top: 4.5rem !important; }
  .mr-sm-45,
  .mx-sm-45 {
    margin-right: 4.5rem !important; }
  .mb-sm-45,
  .my-sm-45 {
    margin-bottom: 4.5rem !important; }
  .ml-sm-45,
  .mx-sm-45 {
    margin-left: 4.5rem !important; }
  .m-sm-5 {
    margin: 5rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5rem !important; }
  .m-sm-6 {
    margin: 6rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6rem !important; }
  .m-sm-7 {
    margin: 7rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 7rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 7rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 7rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 7rem !important; }
  .m-sm-8 {
    margin: 8rem !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8rem !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8rem !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8rem !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-025 {
    padding: 0.25rem !important; }
  .pt-sm-025,
  .py-sm-025 {
    padding-top: 0.25rem !important; }
  .pr-sm-025,
  .px-sm-025 {
    padding-right: 0.25rem !important; }
  .pb-sm-025,
  .py-sm-025 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-025,
  .px-sm-025 {
    padding-left: 0.25rem !important; }
  .p-sm-05 {
    padding: 0.5rem !important; }
  .pt-sm-05,
  .py-sm-05 {
    padding-top: 0.5rem !important; }
  .pr-sm-05,
  .px-sm-05 {
    padding-right: 0.5rem !important; }
  .pb-sm-05,
  .py-sm-05 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-05,
  .px-sm-05 {
    padding-left: 0.5rem !important; }
  .p-sm-075 {
    padding: 0.75rem !important; }
  .pt-sm-075,
  .py-sm-075 {
    padding-top: 0.75rem !important; }
  .pr-sm-075,
  .px-sm-075 {
    padding-right: 0.75rem !important; }
  .pb-sm-075,
  .py-sm-075 {
    padding-bottom: 0.75rem !important; }
  .pl-sm-075,
  .px-sm-075 {
    padding-left: 0.75rem !important; }
  .p-sm-1 {
    padding: 1rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1rem !important; }
  .p-sm-125 {
    padding: 1.25rem !important; }
  .pt-sm-125,
  .py-sm-125 {
    padding-top: 1.25rem !important; }
  .pr-sm-125,
  .px-sm-125 {
    padding-right: 1.25rem !important; }
  .pb-sm-125,
  .py-sm-125 {
    padding-bottom: 1.25rem !important; }
  .pl-sm-125,
  .px-sm-125 {
    padding-left: 1.25rem !important; }
  .p-sm-15 {
    padding: 1.5rem !important; }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 1.5rem !important; }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 1.5rem !important; }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 1.5rem !important; }
  .p-sm-2 {
    padding: 2rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 2rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 2rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 2rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 2rem !important; }
  .p-sm-25 {
    padding: 2.5rem !important; }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 2.5rem !important; }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 2.5rem !important; }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 2.5rem !important; }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 2.5rem !important; }
  .p-sm-275 {
    padding: 2.75rem !important; }
  .pt-sm-275,
  .py-sm-275 {
    padding-top: 2.75rem !important; }
  .pr-sm-275,
  .px-sm-275 {
    padding-right: 2.75rem !important; }
  .pb-sm-275,
  .py-sm-275 {
    padding-bottom: 2.75rem !important; }
  .pl-sm-275,
  .px-sm-275 {
    padding-left: 2.75rem !important; }
  .p-sm-3 {
    padding: 3rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3rem !important; }
  .p-sm-35 {
    padding: 3.5rem !important; }
  .pt-sm-35,
  .py-sm-35 {
    padding-top: 3.5rem !important; }
  .pr-sm-35,
  .px-sm-35 {
    padding-right: 3.5rem !important; }
  .pb-sm-35,
  .py-sm-35 {
    padding-bottom: 3.5rem !important; }
  .pl-sm-35,
  .px-sm-35 {
    padding-left: 3.5rem !important; }
  .p-sm-4 {
    padding: 4rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4rem !important; }
  .p-sm-45 {
    padding: 4.5rem !important; }
  .pt-sm-45,
  .py-sm-45 {
    padding-top: 4.5rem !important; }
  .pr-sm-45,
  .px-sm-45 {
    padding-right: 4.5rem !important; }
  .pb-sm-45,
  .py-sm-45 {
    padding-bottom: 4.5rem !important; }
  .pl-sm-45,
  .px-sm-45 {
    padding-left: 4.5rem !important; }
  .p-sm-5 {
    padding: 5rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5rem !important; }
  .p-sm-6 {
    padding: 6rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6rem !important; }
  .p-sm-7 {
    padding: 7rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 7rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 7rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 7rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 7rem !important; }
  .p-sm-8 {
    padding: 8rem !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8rem !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 8rem !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8rem !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8rem !important; }
  .m-sm-a {
    margin: auto !important; }
  .mt-sm-a,
  .my-sm-a {
    margin-top: auto !important; }
  .mr-sm-a,
  .mx-sm-a {
    margin-right: auto !important; }
  .mb-sm-a,
  .my-sm-a {
    margin-bottom: auto !important; }
  .ml-sm-a,
  .mx-sm-a {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-025 {
    margin: 0.25rem !important; }
  .mt-md-025,
  .my-md-025 {
    margin-top: 0.25rem !important; }
  .mr-md-025,
  .mx-md-025 {
    margin-right: 0.25rem !important; }
  .mb-md-025,
  .my-md-025 {
    margin-bottom: 0.25rem !important; }
  .ml-md-025,
  .mx-md-025 {
    margin-left: 0.25rem !important; }
  .m-md-05 {
    margin: 0.5rem !important; }
  .mt-md-05,
  .my-md-05 {
    margin-top: 0.5rem !important; }
  .mr-md-05,
  .mx-md-05 {
    margin-right: 0.5rem !important; }
  .mb-md-05,
  .my-md-05 {
    margin-bottom: 0.5rem !important; }
  .ml-md-05,
  .mx-md-05 {
    margin-left: 0.5rem !important; }
  .m-md-075 {
    margin: 0.75rem !important; }
  .mt-md-075,
  .my-md-075 {
    margin-top: 0.75rem !important; }
  .mr-md-075,
  .mx-md-075 {
    margin-right: 0.75rem !important; }
  .mb-md-075,
  .my-md-075 {
    margin-bottom: 0.75rem !important; }
  .ml-md-075,
  .mx-md-075 {
    margin-left: 0.75rem !important; }
  .m-md-1 {
    margin: 1rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 1rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 1rem !important; }
  .m-md-125 {
    margin: 1.25rem !important; }
  .mt-md-125,
  .my-md-125 {
    margin-top: 1.25rem !important; }
  .mr-md-125,
  .mx-md-125 {
    margin-right: 1.25rem !important; }
  .mb-md-125,
  .my-md-125 {
    margin-bottom: 1.25rem !important; }
  .ml-md-125,
  .mx-md-125 {
    margin-left: 1.25rem !important; }
  .m-md-15 {
    margin: 1.5rem !important; }
  .mt-md-15,
  .my-md-15 {
    margin-top: 1.5rem !important; }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 1.5rem !important; }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 1.5rem !important; }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 1.5rem !important; }
  .m-md-2 {
    margin: 2rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 2rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 2rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 2rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 2rem !important; }
  .m-md-25 {
    margin: 2.5rem !important; }
  .mt-md-25,
  .my-md-25 {
    margin-top: 2.5rem !important; }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 2.5rem !important; }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 2.5rem !important; }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 2.5rem !important; }
  .m-md-275 {
    margin: 2.75rem !important; }
  .mt-md-275,
  .my-md-275 {
    margin-top: 2.75rem !important; }
  .mr-md-275,
  .mx-md-275 {
    margin-right: 2.75rem !important; }
  .mb-md-275,
  .my-md-275 {
    margin-bottom: 2.75rem !important; }
  .ml-md-275,
  .mx-md-275 {
    margin-left: 2.75rem !important; }
  .m-md-3 {
    margin: 3rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3rem !important; }
  .m-md-35 {
    margin: 3.5rem !important; }
  .mt-md-35,
  .my-md-35 {
    margin-top: 3.5rem !important; }
  .mr-md-35,
  .mx-md-35 {
    margin-right: 3.5rem !important; }
  .mb-md-35,
  .my-md-35 {
    margin-bottom: 3.5rem !important; }
  .ml-md-35,
  .mx-md-35 {
    margin-left: 3.5rem !important; }
  .m-md-4 {
    margin: 4rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4rem !important; }
  .m-md-45 {
    margin: 4.5rem !important; }
  .mt-md-45,
  .my-md-45 {
    margin-top: 4.5rem !important; }
  .mr-md-45,
  .mx-md-45 {
    margin-right: 4.5rem !important; }
  .mb-md-45,
  .my-md-45 {
    margin-bottom: 4.5rem !important; }
  .ml-md-45,
  .mx-md-45 {
    margin-left: 4.5rem !important; }
  .m-md-5 {
    margin: 5rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5rem !important; }
  .m-md-6 {
    margin: 6rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6rem !important; }
  .m-md-7 {
    margin: 7rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 7rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 7rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 7rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 7rem !important; }
  .m-md-8 {
    margin: 8rem !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 8rem !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 8rem !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8rem !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 8rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-025 {
    padding: 0.25rem !important; }
  .pt-md-025,
  .py-md-025 {
    padding-top: 0.25rem !important; }
  .pr-md-025,
  .px-md-025 {
    padding-right: 0.25rem !important; }
  .pb-md-025,
  .py-md-025 {
    padding-bottom: 0.25rem !important; }
  .pl-md-025,
  .px-md-025 {
    padding-left: 0.25rem !important; }
  .p-md-05 {
    padding: 0.5rem !important; }
  .pt-md-05,
  .py-md-05 {
    padding-top: 0.5rem !important; }
  .pr-md-05,
  .px-md-05 {
    padding-right: 0.5rem !important; }
  .pb-md-05,
  .py-md-05 {
    padding-bottom: 0.5rem !important; }
  .pl-md-05,
  .px-md-05 {
    padding-left: 0.5rem !important; }
  .p-md-075 {
    padding: 0.75rem !important; }
  .pt-md-075,
  .py-md-075 {
    padding-top: 0.75rem !important; }
  .pr-md-075,
  .px-md-075 {
    padding-right: 0.75rem !important; }
  .pb-md-075,
  .py-md-075 {
    padding-bottom: 0.75rem !important; }
  .pl-md-075,
  .px-md-075 {
    padding-left: 0.75rem !important; }
  .p-md-1 {
    padding: 1rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 1rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1rem !important; }
  .p-md-125 {
    padding: 1.25rem !important; }
  .pt-md-125,
  .py-md-125 {
    padding-top: 1.25rem !important; }
  .pr-md-125,
  .px-md-125 {
    padding-right: 1.25rem !important; }
  .pb-md-125,
  .py-md-125 {
    padding-bottom: 1.25rem !important; }
  .pl-md-125,
  .px-md-125 {
    padding-left: 1.25rem !important; }
  .p-md-15 {
    padding: 1.5rem !important; }
  .pt-md-15,
  .py-md-15 {
    padding-top: 1.5rem !important; }
  .pr-md-15,
  .px-md-15 {
    padding-right: 1.5rem !important; }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 1.5rem !important; }
  .pl-md-15,
  .px-md-15 {
    padding-left: 1.5rem !important; }
  .p-md-2 {
    padding: 2rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 2rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 2rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 2rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 2rem !important; }
  .p-md-25 {
    padding: 2.5rem !important; }
  .pt-md-25,
  .py-md-25 {
    padding-top: 2.5rem !important; }
  .pr-md-25,
  .px-md-25 {
    padding-right: 2.5rem !important; }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 2.5rem !important; }
  .pl-md-25,
  .px-md-25 {
    padding-left: 2.5rem !important; }
  .p-md-275 {
    padding: 2.75rem !important; }
  .pt-md-275,
  .py-md-275 {
    padding-top: 2.75rem !important; }
  .pr-md-275,
  .px-md-275 {
    padding-right: 2.75rem !important; }
  .pb-md-275,
  .py-md-275 {
    padding-bottom: 2.75rem !important; }
  .pl-md-275,
  .px-md-275 {
    padding-left: 2.75rem !important; }
  .p-md-3 {
    padding: 3rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important; }
  .p-md-35 {
    padding: 3.5rem !important; }
  .pt-md-35,
  .py-md-35 {
    padding-top: 3.5rem !important; }
  .pr-md-35,
  .px-md-35 {
    padding-right: 3.5rem !important; }
  .pb-md-35,
  .py-md-35 {
    padding-bottom: 3.5rem !important; }
  .pl-md-35,
  .px-md-35 {
    padding-left: 3.5rem !important; }
  .p-md-4 {
    padding: 4rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4rem !important; }
  .p-md-45 {
    padding: 4.5rem !important; }
  .pt-md-45,
  .py-md-45 {
    padding-top: 4.5rem !important; }
  .pr-md-45,
  .px-md-45 {
    padding-right: 4.5rem !important; }
  .pb-md-45,
  .py-md-45 {
    padding-bottom: 4.5rem !important; }
  .pl-md-45,
  .px-md-45 {
    padding-left: 4.5rem !important; }
  .p-md-5 {
    padding: 5rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5rem !important; }
  .p-md-6 {
    padding: 6rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6rem !important; }
  .p-md-7 {
    padding: 7rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 7rem !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 7rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 7rem !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 7rem !important; }
  .p-md-8 {
    padding: 8rem !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 8rem !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 8rem !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8rem !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 8rem !important; }
  .m-md-a {
    margin: auto !important; }
  .mt-md-a,
  .my-md-a {
    margin-top: auto !important; }
  .mr-md-a,
  .mx-md-a {
    margin-right: auto !important; }
  .mb-md-a,
  .my-md-a {
    margin-bottom: auto !important; }
  .ml-md-a,
  .mx-md-a {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-025 {
    margin: 0.25rem !important; }
  .mt-lg-025,
  .my-lg-025 {
    margin-top: 0.25rem !important; }
  .mr-lg-025,
  .mx-lg-025 {
    margin-right: 0.25rem !important; }
  .mb-lg-025,
  .my-lg-025 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-025,
  .mx-lg-025 {
    margin-left: 0.25rem !important; }
  .m-lg-05 {
    margin: 0.5rem !important; }
  .mt-lg-05,
  .my-lg-05 {
    margin-top: 0.5rem !important; }
  .mr-lg-05,
  .mx-lg-05 {
    margin-right: 0.5rem !important; }
  .mb-lg-05,
  .my-lg-05 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-05,
  .mx-lg-05 {
    margin-left: 0.5rem !important; }
  .m-lg-075 {
    margin: 0.75rem !important; }
  .mt-lg-075,
  .my-lg-075 {
    margin-top: 0.75rem !important; }
  .mr-lg-075,
  .mx-lg-075 {
    margin-right: 0.75rem !important; }
  .mb-lg-075,
  .my-lg-075 {
    margin-bottom: 0.75rem !important; }
  .ml-lg-075,
  .mx-lg-075 {
    margin-left: 0.75rem !important; }
  .m-lg-1 {
    margin: 1rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1rem !important; }
  .m-lg-125 {
    margin: 1.25rem !important; }
  .mt-lg-125,
  .my-lg-125 {
    margin-top: 1.25rem !important; }
  .mr-lg-125,
  .mx-lg-125 {
    margin-right: 1.25rem !important; }
  .mb-lg-125,
  .my-lg-125 {
    margin-bottom: 1.25rem !important; }
  .ml-lg-125,
  .mx-lg-125 {
    margin-left: 1.25rem !important; }
  .m-lg-15 {
    margin: 1.5rem !important; }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 1.5rem !important; }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 1.5rem !important; }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 1.5rem !important; }
  .m-lg-2 {
    margin: 2rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 2rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 2rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 2rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 2rem !important; }
  .m-lg-25 {
    margin: 2.5rem !important; }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 2.5rem !important; }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 2.5rem !important; }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 2.5rem !important; }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 2.5rem !important; }
  .m-lg-275 {
    margin: 2.75rem !important; }
  .mt-lg-275,
  .my-lg-275 {
    margin-top: 2.75rem !important; }
  .mr-lg-275,
  .mx-lg-275 {
    margin-right: 2.75rem !important; }
  .mb-lg-275,
  .my-lg-275 {
    margin-bottom: 2.75rem !important; }
  .ml-lg-275,
  .mx-lg-275 {
    margin-left: 2.75rem !important; }
  .m-lg-3 {
    margin: 3rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3rem !important; }
  .m-lg-35 {
    margin: 3.5rem !important; }
  .mt-lg-35,
  .my-lg-35 {
    margin-top: 3.5rem !important; }
  .mr-lg-35,
  .mx-lg-35 {
    margin-right: 3.5rem !important; }
  .mb-lg-35,
  .my-lg-35 {
    margin-bottom: 3.5rem !important; }
  .ml-lg-35,
  .mx-lg-35 {
    margin-left: 3.5rem !important; }
  .m-lg-4 {
    margin: 4rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4rem !important; }
  .m-lg-45 {
    margin: 4.5rem !important; }
  .mt-lg-45,
  .my-lg-45 {
    margin-top: 4.5rem !important; }
  .mr-lg-45,
  .mx-lg-45 {
    margin-right: 4.5rem !important; }
  .mb-lg-45,
  .my-lg-45 {
    margin-bottom: 4.5rem !important; }
  .ml-lg-45,
  .mx-lg-45 {
    margin-left: 4.5rem !important; }
  .m-lg-5 {
    margin: 5rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5rem !important; }
  .m-lg-6 {
    margin: 6rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6rem !important; }
  .m-lg-7 {
    margin: 7rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 7rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 7rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 7rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 7rem !important; }
  .m-lg-8 {
    margin: 8rem !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8rem !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8rem !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8rem !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-025 {
    padding: 0.25rem !important; }
  .pt-lg-025,
  .py-lg-025 {
    padding-top: 0.25rem !important; }
  .pr-lg-025,
  .px-lg-025 {
    padding-right: 0.25rem !important; }
  .pb-lg-025,
  .py-lg-025 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-025,
  .px-lg-025 {
    padding-left: 0.25rem !important; }
  .p-lg-05 {
    padding: 0.5rem !important; }
  .pt-lg-05,
  .py-lg-05 {
    padding-top: 0.5rem !important; }
  .pr-lg-05,
  .px-lg-05 {
    padding-right: 0.5rem !important; }
  .pb-lg-05,
  .py-lg-05 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-05,
  .px-lg-05 {
    padding-left: 0.5rem !important; }
  .p-lg-075 {
    padding: 0.75rem !important; }
  .pt-lg-075,
  .py-lg-075 {
    padding-top: 0.75rem !important; }
  .pr-lg-075,
  .px-lg-075 {
    padding-right: 0.75rem !important; }
  .pb-lg-075,
  .py-lg-075 {
    padding-bottom: 0.75rem !important; }
  .pl-lg-075,
  .px-lg-075 {
    padding-left: 0.75rem !important; }
  .p-lg-1 {
    padding: 1rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1rem !important; }
  .p-lg-125 {
    padding: 1.25rem !important; }
  .pt-lg-125,
  .py-lg-125 {
    padding-top: 1.25rem !important; }
  .pr-lg-125,
  .px-lg-125 {
    padding-right: 1.25rem !important; }
  .pb-lg-125,
  .py-lg-125 {
    padding-bottom: 1.25rem !important; }
  .pl-lg-125,
  .px-lg-125 {
    padding-left: 1.25rem !important; }
  .p-lg-15 {
    padding: 1.5rem !important; }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 1.5rem !important; }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 1.5rem !important; }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 1.5rem !important; }
  .p-lg-2 {
    padding: 2rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 2rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 2rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 2rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 2rem !important; }
  .p-lg-25 {
    padding: 2.5rem !important; }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 2.5rem !important; }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 2.5rem !important; }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 2.5rem !important; }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 2.5rem !important; }
  .p-lg-275 {
    padding: 2.75rem !important; }
  .pt-lg-275,
  .py-lg-275 {
    padding-top: 2.75rem !important; }
  .pr-lg-275,
  .px-lg-275 {
    padding-right: 2.75rem !important; }
  .pb-lg-275,
  .py-lg-275 {
    padding-bottom: 2.75rem !important; }
  .pl-lg-275,
  .px-lg-275 {
    padding-left: 2.75rem !important; }
  .p-lg-3 {
    padding: 3rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important; }
  .p-lg-35 {
    padding: 3.5rem !important; }
  .pt-lg-35,
  .py-lg-35 {
    padding-top: 3.5rem !important; }
  .pr-lg-35,
  .px-lg-35 {
    padding-right: 3.5rem !important; }
  .pb-lg-35,
  .py-lg-35 {
    padding-bottom: 3.5rem !important; }
  .pl-lg-35,
  .px-lg-35 {
    padding-left: 3.5rem !important; }
  .p-lg-4 {
    padding: 4rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4rem !important; }
  .p-lg-45 {
    padding: 4.5rem !important; }
  .pt-lg-45,
  .py-lg-45 {
    padding-top: 4.5rem !important; }
  .pr-lg-45,
  .px-lg-45 {
    padding-right: 4.5rem !important; }
  .pb-lg-45,
  .py-lg-45 {
    padding-bottom: 4.5rem !important; }
  .pl-lg-45,
  .px-lg-45 {
    padding-left: 4.5rem !important; }
  .p-lg-5 {
    padding: 5rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5rem !important; }
  .p-lg-6 {
    padding: 6rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6rem !important; }
  .p-lg-7 {
    padding: 7rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 7rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 7rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 7rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 7rem !important; }
  .p-lg-8 {
    padding: 8rem !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8rem !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8rem !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8rem !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8rem !important; }
  .m-lg-a {
    margin: auto !important; }
  .mt-lg-a,
  .my-lg-a {
    margin-top: auto !important; }
  .mr-lg-a,
  .mx-lg-a {
    margin-right: auto !important; }
  .mb-lg-a,
  .my-lg-a {
    margin-bottom: auto !important; }
  .ml-lg-a,
  .mx-lg-a {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-025 {
    margin: 0.25rem !important; }
  .mt-xl-025,
  .my-xl-025 {
    margin-top: 0.25rem !important; }
  .mr-xl-025,
  .mx-xl-025 {
    margin-right: 0.25rem !important; }
  .mb-xl-025,
  .my-xl-025 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-025,
  .mx-xl-025 {
    margin-left: 0.25rem !important; }
  .m-xl-05 {
    margin: 0.5rem !important; }
  .mt-xl-05,
  .my-xl-05 {
    margin-top: 0.5rem !important; }
  .mr-xl-05,
  .mx-xl-05 {
    margin-right: 0.5rem !important; }
  .mb-xl-05,
  .my-xl-05 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-05,
  .mx-xl-05 {
    margin-left: 0.5rem !important; }
  .m-xl-075 {
    margin: 0.75rem !important; }
  .mt-xl-075,
  .my-xl-075 {
    margin-top: 0.75rem !important; }
  .mr-xl-075,
  .mx-xl-075 {
    margin-right: 0.75rem !important; }
  .mb-xl-075,
  .my-xl-075 {
    margin-bottom: 0.75rem !important; }
  .ml-xl-075,
  .mx-xl-075 {
    margin-left: 0.75rem !important; }
  .m-xl-1 {
    margin: 1rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1rem !important; }
  .m-xl-125 {
    margin: 1.25rem !important; }
  .mt-xl-125,
  .my-xl-125 {
    margin-top: 1.25rem !important; }
  .mr-xl-125,
  .mx-xl-125 {
    margin-right: 1.25rem !important; }
  .mb-xl-125,
  .my-xl-125 {
    margin-bottom: 1.25rem !important; }
  .ml-xl-125,
  .mx-xl-125 {
    margin-left: 1.25rem !important; }
  .m-xl-15 {
    margin: 1.5rem !important; }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 1.5rem !important; }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 1.5rem !important; }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 1.5rem !important; }
  .m-xl-2 {
    margin: 2rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 2rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 2rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 2rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 2rem !important; }
  .m-xl-25 {
    margin: 2.5rem !important; }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 2.5rem !important; }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 2.5rem !important; }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 2.5rem !important; }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 2.5rem !important; }
  .m-xl-275 {
    margin: 2.75rem !important; }
  .mt-xl-275,
  .my-xl-275 {
    margin-top: 2.75rem !important; }
  .mr-xl-275,
  .mx-xl-275 {
    margin-right: 2.75rem !important; }
  .mb-xl-275,
  .my-xl-275 {
    margin-bottom: 2.75rem !important; }
  .ml-xl-275,
  .mx-xl-275 {
    margin-left: 2.75rem !important; }
  .m-xl-3 {
    margin: 3rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3rem !important; }
  .m-xl-35 {
    margin: 3.5rem !important; }
  .mt-xl-35,
  .my-xl-35 {
    margin-top: 3.5rem !important; }
  .mr-xl-35,
  .mx-xl-35 {
    margin-right: 3.5rem !important; }
  .mb-xl-35,
  .my-xl-35 {
    margin-bottom: 3.5rem !important; }
  .ml-xl-35,
  .mx-xl-35 {
    margin-left: 3.5rem !important; }
  .m-xl-4 {
    margin: 4rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4rem !important; }
  .m-xl-45 {
    margin: 4.5rem !important; }
  .mt-xl-45,
  .my-xl-45 {
    margin-top: 4.5rem !important; }
  .mr-xl-45,
  .mx-xl-45 {
    margin-right: 4.5rem !important; }
  .mb-xl-45,
  .my-xl-45 {
    margin-bottom: 4.5rem !important; }
  .ml-xl-45,
  .mx-xl-45 {
    margin-left: 4.5rem !important; }
  .m-xl-5 {
    margin: 5rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5rem !important; }
  .m-xl-6 {
    margin: 6rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6rem !important; }
  .m-xl-7 {
    margin: 7rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 7rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 7rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 7rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 7rem !important; }
  .m-xl-8 {
    margin: 8rem !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 8rem !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 8rem !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 8rem !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 8rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-025 {
    padding: 0.25rem !important; }
  .pt-xl-025,
  .py-xl-025 {
    padding-top: 0.25rem !important; }
  .pr-xl-025,
  .px-xl-025 {
    padding-right: 0.25rem !important; }
  .pb-xl-025,
  .py-xl-025 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-025,
  .px-xl-025 {
    padding-left: 0.25rem !important; }
  .p-xl-05 {
    padding: 0.5rem !important; }
  .pt-xl-05,
  .py-xl-05 {
    padding-top: 0.5rem !important; }
  .pr-xl-05,
  .px-xl-05 {
    padding-right: 0.5rem !important; }
  .pb-xl-05,
  .py-xl-05 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-05,
  .px-xl-05 {
    padding-left: 0.5rem !important; }
  .p-xl-075 {
    padding: 0.75rem !important; }
  .pt-xl-075,
  .py-xl-075 {
    padding-top: 0.75rem !important; }
  .pr-xl-075,
  .px-xl-075 {
    padding-right: 0.75rem !important; }
  .pb-xl-075,
  .py-xl-075 {
    padding-bottom: 0.75rem !important; }
  .pl-xl-075,
  .px-xl-075 {
    padding-left: 0.75rem !important; }
  .p-xl-1 {
    padding: 1rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1rem !important; }
  .p-xl-125 {
    padding: 1.25rem !important; }
  .pt-xl-125,
  .py-xl-125 {
    padding-top: 1.25rem !important; }
  .pr-xl-125,
  .px-xl-125 {
    padding-right: 1.25rem !important; }
  .pb-xl-125,
  .py-xl-125 {
    padding-bottom: 1.25rem !important; }
  .pl-xl-125,
  .px-xl-125 {
    padding-left: 1.25rem !important; }
  .p-xl-15 {
    padding: 1.5rem !important; }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 1.5rem !important; }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 1.5rem !important; }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 1.5rem !important; }
  .p-xl-2 {
    padding: 2rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 2rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 2rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 2rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 2rem !important; }
  .p-xl-25 {
    padding: 2.5rem !important; }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 2.5rem !important; }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 2.5rem !important; }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 2.5rem !important; }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 2.5rem !important; }
  .p-xl-275 {
    padding: 2.75rem !important; }
  .pt-xl-275,
  .py-xl-275 {
    padding-top: 2.75rem !important; }
  .pr-xl-275,
  .px-xl-275 {
    padding-right: 2.75rem !important; }
  .pb-xl-275,
  .py-xl-275 {
    padding-bottom: 2.75rem !important; }
  .pl-xl-275,
  .px-xl-275 {
    padding-left: 2.75rem !important; }
  .p-xl-3 {
    padding: 3rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3rem !important; }
  .p-xl-35 {
    padding: 3.5rem !important; }
  .pt-xl-35,
  .py-xl-35 {
    padding-top: 3.5rem !important; }
  .pr-xl-35,
  .px-xl-35 {
    padding-right: 3.5rem !important; }
  .pb-xl-35,
  .py-xl-35 {
    padding-bottom: 3.5rem !important; }
  .pl-xl-35,
  .px-xl-35 {
    padding-left: 3.5rem !important; }
  .p-xl-4 {
    padding: 4rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4rem !important; }
  .p-xl-45 {
    padding: 4.5rem !important; }
  .pt-xl-45,
  .py-xl-45 {
    padding-top: 4.5rem !important; }
  .pr-xl-45,
  .px-xl-45 {
    padding-right: 4.5rem !important; }
  .pb-xl-45,
  .py-xl-45 {
    padding-bottom: 4.5rem !important; }
  .pl-xl-45,
  .px-xl-45 {
    padding-left: 4.5rem !important; }
  .p-xl-5 {
    padding: 5rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5rem !important; }
  .p-xl-6 {
    padding: 6rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6rem !important; }
  .p-xl-7 {
    padding: 7rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 7rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 7rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 7rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 7rem !important; }
  .p-xl-8 {
    padding: 8rem !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 8rem !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 8rem !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 8rem !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 8rem !important; }
  .m-xl-a {
    margin: auto !important; }
  .mt-xl-a,
  .my-xl-a {
    margin-top: auto !important; }
  .mr-xl-a,
  .mx-xl-a {
    margin-right: auto !important; }
  .mb-xl-a,
  .my-xl-a {
    margin-bottom: auto !important; }
  .ml-xl-a,
  .mx-xl-a {
    margin-left: auto !important; } }

@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-025 {
    margin: 0.25rem !important; }
  .mt-xxl-025,
  .my-xxl-025 {
    margin-top: 0.25rem !important; }
  .mr-xxl-025,
  .mx-xxl-025 {
    margin-right: 0.25rem !important; }
  .mb-xxl-025,
  .my-xxl-025 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-025,
  .mx-xxl-025 {
    margin-left: 0.25rem !important; }
  .m-xxl-05 {
    margin: 0.5rem !important; }
  .mt-xxl-05,
  .my-xxl-05 {
    margin-top: 0.5rem !important; }
  .mr-xxl-05,
  .mx-xxl-05 {
    margin-right: 0.5rem !important; }
  .mb-xxl-05,
  .my-xxl-05 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-05,
  .mx-xxl-05 {
    margin-left: 0.5rem !important; }
  .m-xxl-075 {
    margin: 0.75rem !important; }
  .mt-xxl-075,
  .my-xxl-075 {
    margin-top: 0.75rem !important; }
  .mr-xxl-075,
  .mx-xxl-075 {
    margin-right: 0.75rem !important; }
  .mb-xxl-075,
  .my-xxl-075 {
    margin-bottom: 0.75rem !important; }
  .ml-xxl-075,
  .mx-xxl-075 {
    margin-left: 0.75rem !important; }
  .m-xxl-1 {
    margin: 1rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 1rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 1rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 1rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 1rem !important; }
  .m-xxl-125 {
    margin: 1.25rem !important; }
  .mt-xxl-125,
  .my-xxl-125 {
    margin-top: 1.25rem !important; }
  .mr-xxl-125,
  .mx-xxl-125 {
    margin-right: 1.25rem !important; }
  .mb-xxl-125,
  .my-xxl-125 {
    margin-bottom: 1.25rem !important; }
  .ml-xxl-125,
  .mx-xxl-125 {
    margin-left: 1.25rem !important; }
  .m-xxl-15 {
    margin: 1.5rem !important; }
  .mt-xxl-15,
  .my-xxl-15 {
    margin-top: 1.5rem !important; }
  .mr-xxl-15,
  .mx-xxl-15 {
    margin-right: 1.5rem !important; }
  .mb-xxl-15,
  .my-xxl-15 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-15,
  .mx-xxl-15 {
    margin-left: 1.5rem !important; }
  .m-xxl-2 {
    margin: 2rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 2rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 2rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 2rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 2rem !important; }
  .m-xxl-25 {
    margin: 2.5rem !important; }
  .mt-xxl-25,
  .my-xxl-25 {
    margin-top: 2.5rem !important; }
  .mr-xxl-25,
  .mx-xxl-25 {
    margin-right: 2.5rem !important; }
  .mb-xxl-25,
  .my-xxl-25 {
    margin-bottom: 2.5rem !important; }
  .ml-xxl-25,
  .mx-xxl-25 {
    margin-left: 2.5rem !important; }
  .m-xxl-275 {
    margin: 2.75rem !important; }
  .mt-xxl-275,
  .my-xxl-275 {
    margin-top: 2.75rem !important; }
  .mr-xxl-275,
  .mx-xxl-275 {
    margin-right: 2.75rem !important; }
  .mb-xxl-275,
  .my-xxl-275 {
    margin-bottom: 2.75rem !important; }
  .ml-xxl-275,
  .mx-xxl-275 {
    margin-left: 2.75rem !important; }
  .m-xxl-3 {
    margin: 3rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 3rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 3rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 3rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 3rem !important; }
  .m-xxl-35 {
    margin: 3.5rem !important; }
  .mt-xxl-35,
  .my-xxl-35 {
    margin-top: 3.5rem !important; }
  .mr-xxl-35,
  .mx-xxl-35 {
    margin-right: 3.5rem !important; }
  .mb-xxl-35,
  .my-xxl-35 {
    margin-bottom: 3.5rem !important; }
  .ml-xxl-35,
  .mx-xxl-35 {
    margin-left: 3.5rem !important; }
  .m-xxl-4 {
    margin: 4rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 4rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 4rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 4rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 4rem !important; }
  .m-xxl-45 {
    margin: 4.5rem !important; }
  .mt-xxl-45,
  .my-xxl-45 {
    margin-top: 4.5rem !important; }
  .mr-xxl-45,
  .mx-xxl-45 {
    margin-right: 4.5rem !important; }
  .mb-xxl-45,
  .my-xxl-45 {
    margin-bottom: 4.5rem !important; }
  .ml-xxl-45,
  .mx-xxl-45 {
    margin-left: 4.5rem !important; }
  .m-xxl-5 {
    margin: 5rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 5rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 5rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 5rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 5rem !important; }
  .m-xxl-6 {
    margin: 6rem !important; }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 6rem !important; }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 6rem !important; }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 6rem !important; }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 6rem !important; }
  .m-xxl-7 {
    margin: 7rem !important; }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 7rem !important; }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 7rem !important; }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 7rem !important; }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 7rem !important; }
  .m-xxl-8 {
    margin: 8rem !important; }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 8rem !important; }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 8rem !important; }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 8rem !important; }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 8rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-025 {
    padding: 0.25rem !important; }
  .pt-xxl-025,
  .py-xxl-025 {
    padding-top: 0.25rem !important; }
  .pr-xxl-025,
  .px-xxl-025 {
    padding-right: 0.25rem !important; }
  .pb-xxl-025,
  .py-xxl-025 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-025,
  .px-xxl-025 {
    padding-left: 0.25rem !important; }
  .p-xxl-05 {
    padding: 0.5rem !important; }
  .pt-xxl-05,
  .py-xxl-05 {
    padding-top: 0.5rem !important; }
  .pr-xxl-05,
  .px-xxl-05 {
    padding-right: 0.5rem !important; }
  .pb-xxl-05,
  .py-xxl-05 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-05,
  .px-xxl-05 {
    padding-left: 0.5rem !important; }
  .p-xxl-075 {
    padding: 0.75rem !important; }
  .pt-xxl-075,
  .py-xxl-075 {
    padding-top: 0.75rem !important; }
  .pr-xxl-075,
  .px-xxl-075 {
    padding-right: 0.75rem !important; }
  .pb-xxl-075,
  .py-xxl-075 {
    padding-bottom: 0.75rem !important; }
  .pl-xxl-075,
  .px-xxl-075 {
    padding-left: 0.75rem !important; }
  .p-xxl-1 {
    padding: 1rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 1rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 1rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 1rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 1rem !important; }
  .p-xxl-125 {
    padding: 1.25rem !important; }
  .pt-xxl-125,
  .py-xxl-125 {
    padding-top: 1.25rem !important; }
  .pr-xxl-125,
  .px-xxl-125 {
    padding-right: 1.25rem !important; }
  .pb-xxl-125,
  .py-xxl-125 {
    padding-bottom: 1.25rem !important; }
  .pl-xxl-125,
  .px-xxl-125 {
    padding-left: 1.25rem !important; }
  .p-xxl-15 {
    padding: 1.5rem !important; }
  .pt-xxl-15,
  .py-xxl-15 {
    padding-top: 1.5rem !important; }
  .pr-xxl-15,
  .px-xxl-15 {
    padding-right: 1.5rem !important; }
  .pb-xxl-15,
  .py-xxl-15 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-15,
  .px-xxl-15 {
    padding-left: 1.5rem !important; }
  .p-xxl-2 {
    padding: 2rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 2rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 2rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 2rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 2rem !important; }
  .p-xxl-25 {
    padding: 2.5rem !important; }
  .pt-xxl-25,
  .py-xxl-25 {
    padding-top: 2.5rem !important; }
  .pr-xxl-25,
  .px-xxl-25 {
    padding-right: 2.5rem !important; }
  .pb-xxl-25,
  .py-xxl-25 {
    padding-bottom: 2.5rem !important; }
  .pl-xxl-25,
  .px-xxl-25 {
    padding-left: 2.5rem !important; }
  .p-xxl-275 {
    padding: 2.75rem !important; }
  .pt-xxl-275,
  .py-xxl-275 {
    padding-top: 2.75rem !important; }
  .pr-xxl-275,
  .px-xxl-275 {
    padding-right: 2.75rem !important; }
  .pb-xxl-275,
  .py-xxl-275 {
    padding-bottom: 2.75rem !important; }
  .pl-xxl-275,
  .px-xxl-275 {
    padding-left: 2.75rem !important; }
  .p-xxl-3 {
    padding: 3rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 3rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 3rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 3rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 3rem !important; }
  .p-xxl-35 {
    padding: 3.5rem !important; }
  .pt-xxl-35,
  .py-xxl-35 {
    padding-top: 3.5rem !important; }
  .pr-xxl-35,
  .px-xxl-35 {
    padding-right: 3.5rem !important; }
  .pb-xxl-35,
  .py-xxl-35 {
    padding-bottom: 3.5rem !important; }
  .pl-xxl-35,
  .px-xxl-35 {
    padding-left: 3.5rem !important; }
  .p-xxl-4 {
    padding: 4rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 4rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 4rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 4rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 4rem !important; }
  .p-xxl-45 {
    padding: 4.5rem !important; }
  .pt-xxl-45,
  .py-xxl-45 {
    padding-top: 4.5rem !important; }
  .pr-xxl-45,
  .px-xxl-45 {
    padding-right: 4.5rem !important; }
  .pb-xxl-45,
  .py-xxl-45 {
    padding-bottom: 4.5rem !important; }
  .pl-xxl-45,
  .px-xxl-45 {
    padding-left: 4.5rem !important; }
  .p-xxl-5 {
    padding: 5rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 5rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 5rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 5rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 5rem !important; }
  .p-xxl-6 {
    padding: 6rem !important; }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 6rem !important; }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 6rem !important; }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 6rem !important; }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 6rem !important; }
  .p-xxl-7 {
    padding: 7rem !important; }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 7rem !important; }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 7rem !important; }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 7rem !important; }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 7rem !important; }
  .p-xxl-8 {
    padding: 8rem !important; }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 8rem !important; }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 8rem !important; }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 8rem !important; }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 8rem !important; }
  .m-xxl-a {
    margin: auto !important; }
  .mt-xxl-a,
  .my-xxl-a {
    margin-top: auto !important; }
  .mr-xxl-a,
  .mx-xxl-a {
    margin-right: auto !important; }
  .mb-xxl-a,
  .my-xxl-a {
    margin-bottom: auto !important; }
  .ml-xxl-a,
  .mx-xxl-a {
    margin-left: auto !important; } }

/**
Bootstrap text utilities
+ Text alignment
+ Text wrapping and overflow
+ Word break
+ Text transform
- Font size
- Monospace ( // todo ? )
+ Reset color
+ Text decoration
 */
.fs-125, .fs-20 {
  font-size: 1.25em; }

.fst-italic {
  font-style: italic !important; }

.fst-normal {
  font-style: normal !important; }

.fw-lighter {
  font-weight: lighter !important; }

.fw-300,
.fw-light {
  font-weight: 300 !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-500,
.fw-medium {
  font-weight: 500 !important; }

.fw-600,
.fw-semibold {
  font-weight: 600 !important; }

.fw-700,
.fw-bold {
  font-weight: 700 !important; }

.fw-800,
.fw-bolder {
  font-weight: 800 !important; }

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

.text-decoration-none {
  text-decoration: none !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important; }

@media (min-width: 576px) {
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

.header {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: var(--c-white);
  z-index: var(--zi-header); }
  @media (min-width: 992px) {
    .header {
      padding-top: 2rem;
      padding-bottom: 2rem; } }

.header__logo {
  max-width: 100px; }
  @media (min-width: 992px) {
    .header__logo {
      max-width: 210px; } }

.header .list-styled {
  font-size: 14px;
  line-height: 1.15; }

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e1e1e;
  color: #fff; }
  @media (min-width: 992px) {
    .footer {
      padding-top: 60px;
      padding-bottom: 45px; } }

.footer__title {
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  @media (min-width: 992px) {
    .footer__title {
      padding-bottom: 0;
      border: none;
      font-size: 30px;
      line-height: 1.4; } }

.footer__logo-item {
  display: flex;
  align-items: center;
  height: 45px;
  margin-bottom: 2rem;
  opacity: .6; }
  @media (min-width: 768px) {
    .footer__logo-item {
      margin-bottom: 0; } }

.footer__copyright {
  font-size: 12px;
  line-height: 1.25;
  opacity: .4; }
.footer__copyright:hover{
  opacity: 1;
}
.footer__copyright a:hover{
  color: #fff;
}
  @media (min-width: 992px) {
    .footer__copyright {
      font-size: 14px; } }
}

.section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .section {
      padding-bottom: 50px; } }
  @media (min-width: 1200px) {
    .section {
      padding-top: 5rem;
      padding-bottom: 5rem; } }

.section--grey {
  background-color: var(--c-grey-95); }

.section--black {
  --section-color: #fff;
  background-color: #252525;
  color: #fff; }

.section__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1; }

.section-title {
  margin-bottom: 1.5rem;
  color: var(--section-color, var(--c-black)); }
  @media (min-width: 992px) {
    .section-title {
      margin-bottom: 2.5rem; } }

.section-label {
  color: var(--c-red-secondary);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 1rem; }
  @media (min-width: 1200px) {
    .section-label {
      position: absolute;
      top: 0;
      left: 0;
      padding-right: 10px;
      transform: rotate(-90deg) translateX(-100%);
      transform-origin: top left;
      font-size: 1rem; }
      .section-label + .h2 {
        margin-left: 5rem; } }

/**
Section Banner
 */
.section--banner {
  padding-top: 130px;
  margin-top: 30px; }
  @media (min-width: 992px) {
    .section--banner {
      padding-top: 250px; } }
  @media (min-width: 1200px) {
    .section--banner {
      padding-top: 345px; } }

.banner__image {
  height: 250px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .banner__image {
      height: 450px; } }
  @media (min-width: 1200px) {
    .banner__image {
      height: 690px; } }

.banner-caption {
  position: absolute;
  top: 0;
  width: 100%; }
  @media (min-width: 1200px) {
    .banner-caption {
      top: 25px; } }

.banner-caption--white {
  top: -130px;
  z-index: 2; }
  @media (min-width: 992px) {
    .banner-caption--white {
      top: -250px; } }
  @media (min-width: 1200px) {
    .banner-caption--white {
      top: -320px; } }

.banner-caption--black {
  z-index: 1; }

.banner {
  position: relative; }
  @media (max-width: 767px) {
    .banner .circle-anchor {
      position: absolute;
      top: 30px;
      right: 15px; } }

/**
END Section Banner
 */
/**
Circle anchor
 */
.circle-anchor {
  width: 90px;
  height: 90px; }
  @media (min-width: 992px) {
    .circle-anchor {
      width: 171px;
      height: 171px; } }

.circle-anchor .arrow,
.circle-anchor .text {
  animation-iteration-count: infinite;
  transform-origin: center; }

.circle-anchor .text {
  animation-name: spinner;
  animation-timing-function: linear;
  animation-duration: 20s; }

.circle-anchor .arrow {
  animation-name: bounce;
  animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  animation-duration: 3.5s; }

.circle-anchor svg {
  /*on hover scale transition - 'spring' function*/
  transition: transform 0.6s cubic-bezier(0.42, 1.94, 0.47, 0.71); }

.circle-anchor:hover svg {
  transform: scale(0.86); }

.circle-anchor:hover .arrow {
  animation-play-state: paused; }

@keyframes bounce {
  0%, 100% {
    transform: translatey(-5px); }
  45% {
    transform: translatey(5px); } }

@keyframes spinner {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

/**
END Circle anchor
 */
.terms-item {
  display: flex;
  font-size: 1rem;
  line-height: 1.4; }
  @media (min-width: 992px) {
    .terms-item {
      font-size: 22px;
      line-height: 1.5; } }

.section__text-block {
  position: relative;
  color: #282828;
  font-family: 'Commissioner', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700; }
  @media (min-width: 768px) {
    .section__text-block {
      font-size: 24px; } }
  @media (min-width: 992px) {
    .section__text-block {
      font-size: 32px; } }
  @media (min-width: 1200px) {
    .section__text-block {
      font-size: 40px; } }
  .section__text-block .textLine {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.64); }

.form__container {
  padding: 20px; }
  @media (min-width: 1200px) {
    .form__container {
      padding: 60px 80px; } }

.form__footer {
  background-color: #2F3356;
  padding: 30px 15px; }
  @media (min-width: 1200px) {
    .form__footer {
      padding: 40px 80px; } }

/**
Gallery Hotspot
 */
.gallery-hotspot {
  position: relative;
  width: 100%;
  height: 350px; }
  @media (max-width: 1199px) {
    .gallery-hotspot {
      padding: 0; } }
  @media (min-width: 768px) {
    .gallery-hotspot {
      height: 650px; } }
  @media (min-width: 1200px) {
    .gallery-hotspot {
      height: 985px; } }

.hotspot-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.hotspot-holder {
  position: relative;
  width: 39px;
  height: 39px; }
  @media (min-width: 992px) {
    .hotspot-holder {
      width: 46px;
      height: 46px; } }

.hotspot-dropdown {
  --dropdown-min-width: 12rem;
  padding: 0; }
  @media (min-width: 992px) {
    .hotspot-dropdown {
      --dropdown-min-width: 20rem; } }

.hotspot-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.6s cubic-bezier(0.42, 1.94, 0.47, 0.71); }
  .hotspot-button:hover {
    transform: scale(1.1); }
  .hotspot-button:after {
    content: '';
    width: 15px;
    height: 15px;
    background-color: var(--c-red);
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); }
  @media (min-width: 992px) {
    .hotspot-button {
      width: 36px;
      height: 36px; }
      .hotspot-button:after {
        width: 20px;
        height: 20px; } }

.content h6, .content .h6, .content h5, .content .h5, .content h4, .content .h4, .content h3, .content .h3, .content h2, .content .h2, .content h1, .content .h1 {
  font-family: Commissioner, sans-serif;
  font-weight: 600;
  text-transform: none; }

.content h2 {
  margin-top: 2.5rem;
  margin-bottom: 2rem; }

.content h3 {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem; }

.content p {
  margin-bottom: 1.5rem; }

.content ul {
  margin-bottom: 1.5rem; }

/*# sourceMappingURL=style.css.map */

#jGrowl .jGrowl-notification .af-message-success{background-color: #26ac26 !important;}
#jGrowl .jGrowl-notification .af-message-success .jGrowl-message{font-size: 14px;}

@media(max-width: 768px){
  .dropdown-menu.show {
    transform: none!important;
  }
  .dropdown-menu.show .card{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 70%;
    max-width: 240px;
    height: 82%;
    max-height: 320px;
    border-radius: 10px;
  }

  .dropdown-menu.show .card .card-text{
    display: none;
  }
}