/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../themes/realPromo/assets/libs/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../themes/realPromo/assets/libs/slick/./fonts/slick.eot');
    src: url('../themes/realPromo/assets/libs/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('../themes/realPromo/assets/libs/slick/./fonts/slick.woff') format('woff'), url('../themes/realPromo/assets/libs/slick/./fonts/slick.ttf') format('truetype'), url('../themes/realPromo/assets/libs/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

@font-face {
  font-family: "OpenSans-Regular";
  font-weight: normal;
  font-style: normal;
  src: url("../themes/realPromo/assets/fonts/OpenSans/OpenSans-Regular.eot");
  src: url("../themes/realPromo/assets/fonts/OpenSans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../themes/realPromo/assets/fonts/OpenSans/OpenSans-Regular.woff") format("woff"), url("../themes/realPromo/assets/fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans-Bold";
  font-weight: bold;
  font-style: normal;
  src: url("../themes/realPromo/assets/fonts/OpenSans/OpenSans-Bold.eot");
  src: url("../themes/realPromo/assets/fonts/OpenSans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../themes/realPromo/assets/fonts/OpenSans/OpenSans-Bold.woff") format("woff"), url("../themes/realPromo/assets/fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "EMprintRegular";
  font-weight: normal;
  font-style: normal;
  src: url("../themes/realPromo/assets/fonts/EmPrint/EMprintRegular/EMprintRegular.eot");
  src: url("../themes/realPromo/assets/fonts/EmPrint/EMprintRegular/EMprintRegular.eot?#iefix") format("embedded-opentype"), url("../themes/realPromo/assets/fonts/EmPrint/EMprintRegular/EMprintRegular.woff") format("woff"), url("../themes/realPromo/assets/fonts/EmPrint/EMprintRegular/EMprintRegular.ttf") format("truetype");
}
@font-face {
  font-family: "EMprintBold";
  font-weight: bold;
  font-style: normal;
  src: url("../themes/realPromo/assets/fonts/EmPrint/EMprintBold/EMprintBold.eot");
  src: url("../themes/realPromo/assets/fonts/EmPrint/EMprintBold/EMprintBold.eot?#iefix") format("embedded-opentype"), url("../themes/realPromo/assets/fonts/EmPrint/EMprintBold/EMprintBold.woff") format("woff"), url("../themes/realPromo/assets/fonts/EmPrint/EMprintBold/EMprintBold.ttf") format("truetype");
}
@font-face {
  font-family: "EMprintLight";
  font-weight: normal;
  font-style: normal;
  src: url("../themes/realPromo/assets/fonts/EmPrint/EMprintLight/EMprintLight.eot");
  src: url("../themes/realPromo/assets/fonts/EmPrint/EMprintLight/EMprintLight.eot?#iefix") format("embedded-opentype"), url("../themes/realPromo/assets/fonts/EmPrint/EMprintLight/EMprintLight.woff") format("woff"), url("../themes/realPromo/assets/fonts/EmPrint/EMprintLight/EMprintLight.ttf") format("truetype");
}
@font-face {
  font-family: "EMprintSemibold";
  font-weight: normal;
  font-style: normal;
  src: url("../themes/realPromo/assets/fonts/EmPrint/EMprintSemibold/EMprintSemibold.eot");
  src: url("../themes/realPromo/assets/fonts/EmPrint/EMprintSemibold/EMprintSemibold.eot?#iefix") format("embedded-opentype"), url("../themes/realPromo/assets/fonts/EmPrint/EMprintSemibold/EMprintSemibold.woff") format("woff"), url("../themes/realPromo/assets/fonts/EmPrint/EMprintSemibold/EMprintSemibold.ttf") format("truetype");
}
/*!
 * Bootstrap Reboot v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

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

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  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;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1560px;
  }
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  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.3333333333%;
}

.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.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    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.3333333333%;
  }

  .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.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    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.3333333333%;
  }

  .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.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    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.3333333333%;
  }

  .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.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    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.3333333333%;
  }

  .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.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
.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;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

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

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

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

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

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

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

  .d-sm-flex {
    display: flex !important;
  }

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

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

  .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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

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

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

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

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

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

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

  .d-md-flex {
    display: flex !important;
  }

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

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

  .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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

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

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

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

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

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

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

  .d-lg-flex {
    display: flex !important;
  }

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

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

  .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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

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

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

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

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

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

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

  .d-xl-flex {
    display: flex !important;
  }

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

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

  .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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media 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;
  }
}
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

*::-webkit-input-placeholder {
  color: #B7B7B7;
  opacity: 1;
}

*:-moz-placeholder {
  color: #B7B7B7;
  opacity: 1;
}

*::-moz-placeholder {
  color: #B7B7B7;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #B7B7B7;
  opacity: 1;
}

.my-mfp-zoom-in .portfolio-popup,
.my-mfp-zoom-in .form-callback {
  opacity: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.my-mfp-zoom-in.mfp-ready .portfolio-popup, .my-mfp-zoom-in.mfp-ready .form-callback {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.my-mfp-zoom-in.mfp-removing .portfolio-popup, .my-mfp-zoom-in.mfp-removing .form-callback {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.6;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

* {
  transition: -webkit-filter 0.25s ease;
  transition: filter 0.25s ease;
  transition: filter 0.25s ease, -webkit-filter 0.25s ease;
}

.mfp-wrap ~ * {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #B7B7B7;
}

body input:required:valid,
body textarea:required:valid {
  color: #B7B7B7;
}

html, body {
  height: 100%;
  font-size: 18px;
  line-height: 1.5;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 320px;
  position: relative;
  font-family: "EMprintRegular", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  color: #2C3C4D;
}

a {
  margin: 0;
  padding: 0;
}

p {
  margin: 1rem 0;
  padding: 0;
  line-height: 1.4rem;
}
@media only screen and (max-width: 576px) {
  p {
    font-size: 16px;
    line-height: 1.3rem;
  }
}

.content ul {
  padding: 0 15px;
  list-style-type: none;
}
.content ul li {
  text-indent: -0.9em;
  line-height: 1.3rem;
  margin: 14px 0;
}
.content ul li:before {
  background-color: #E14E3D;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  height: 7px;
  width: 7px;
}

.h1 {
  font-size: 5.3rem;
  Line-height: 1;
  text-transform: uppercase;
  font-style: normal;
  font-family: "EMprintSemibold", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .h1 {
    font-size: 7.9vw;
  }
}
@media only screen and (max-width: 992px) {
  .h1 {
    font-size: 5.9vw;
  }
}
@media only screen and (max-width: 768px) {
  .h1 {
    font-size: 5.9vw;
  }
}
@media only screen and (max-width: 576px) {
  .h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 3rem;
  Line-height: 3.11rem;
  font-style: normal;
  font-family: "EMprintBold", sans-serif;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 1200px) {
  h2 {
    font-size: 3.9vw;
    Line-height: 2.5rem;
  }
}
@media only screen and (max-width: 992px) {
  h2 {
    font-size: 3.1vw;
    Line-height: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
    Line-height: 1.5rem;
  }
}

h3 {
  font-size: 2.22rem;
  Line-height: 2.7rem;
  font-style: normal;
  font-family: "EMprintSemibold", sans-serif;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 5vw;
    margin-bottom: 1.3rem;
    Line-height: 2.1rem;
    margin-top: 0.1rem;
  }
}
@media only screen and (max-width: 576px) {
  h3 {
    font-size: 24px;
    margin-bottom: 1.3rem;
    Line-height: 1.63rem;
    margin-top: 0.5rem;
  }
}

h4 {
  font-size: 1.66rem;
  font-style: normal;
  font-family: "EMprintSemibold", sans-serif;
  margin-bottom: 1.2rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 576px) {
  h4 {
    font-size: 24px;
    margin-bottom: 1.3rem;
    Line-height: 1.63rem;
    margin-top: 0.5rem;
  }
}

h5 {
  font-size: 1.22rem;
  font-family: "EMprintBold", sans-serif;
  font-style: normal;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.text-center {
  text-align: center;
}

::-moz-selection {
  background-color: #2C3C4D;
  color: #fff;
}

::selection {
  background-color: #2C3C4D;
  color: #fff;
}

.main_wrapper {
  flex: 1 0 auto;
}

.btn {
  border: 2px solid #2C3C4D;
  border-radius: 45px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 11px 25px 10px 25px;
  line-height: 1.1rem;
  transition: 0.25s all;
  color: #2C3C4D;
  font-size: 1rem;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "EMprintBold", sans-serif;
  text-decoration: none;
}
@media only screen and (max-width: 576px) {
  .btn {
    font-size: 0.68rem;
    padding: 8px 23px 8px 24px;
  }
}
.btn.primary {
  border: 2px solid #E14E3D;
}
@media only screen and (max-width: 576px) {
  .btn.primary {
    border: 1px solid #E14E3D;
  }
}
.btn.primary span {
  margin-left: 11px;
  display: flex;
}
@media only screen and (max-width: 576px) {
  .btn.primary span {
    width: 12px;
  }
}
.btn.primary span svg {
  fill: #2C3C4D;
}
.btn.primary:hover {
  text-decoration: none;
  background-color: #E14E3D;
  color: #fff;
}
.btn.primary:hover svg {
  fill: #fff;
}

.btnMnu {
  top: 0px;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 99;
}

.btnRow {
  height: 2px;
  width: 38px;
  margin: 6px 0;
  background-color: #2C3C4D;
  position: relative;
  transition: all 0.5s;
}
@media only screen and (max-width: 992px) {
  .btnRow {
    width: 28px;
    margin: 3px 0;
  }
}

.btnMnu.active .btnRow {
  background-color: #fff;
}

.btnMnu.active .btnRow:first-child {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 10px;
}
.btnMnu.active .btnRow:last-child {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  top: -17px;
}
@media only screen and (max-width: 992px) {
  .btnMnu.active .btnRow:last-child {
    top: -6px;
  }
}
.btnMnu.active .btnRow:nth-child(2) {
  opacity: 0;
}

.callback a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.callback a span {
  margin-left: 18px;
  color: #2C3C4D;
  white-space: nowrap;
  font-size: 1rem;
  font-family: "EMprintRegular", sans-serif;
  font-weight: normal;
}

.callback .secondPhone {
  display: block;
}

.menu {
  position: absolute;
  justify-content: space-between;
  width: 100%;
  z-index: 50;
  display: none;
}
.menu.active {
  display: flex;
}
.menu .menuOverlay {
  width: 90%;
  background: rgba(0, 0, 0, 0.4);
  transition: all 500ms ease-in;
  opacity: 0;
}
.menu .menuOverlay.isActive {
  transition: all 300ms ease-in;
  opacity: 1;
}
.menu .menuContainer {
  background-color: #2C3C4D;
  width: 100%;
  height: 100vh;
  transition: all 200ms ease-in;
  -webkit-transform: translateX(1300px);
  transform: translateX(1300px);
}
.menu .menuContainer.isActive {
  transition: all 200ms ease-in;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.menu .menuContainer ul {
  margin: 242px 0 0 257px;
  padding: 0;
}
.menu .menuContainer ul li {
  list-style: none;
  margin-top: 50px;
  margin-bottom: 50px;
}
.menu .menuContainer ul li a {
  color: #ACBCCD;
  transition: 0.25s ease;
  font-size: 1.22rem;
  text-decoration: none;
}
.menu .menuContainer ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.main_wrapper {
  margin-top: 82px;
}

.header {
  box-shadow: 0px 4px 10px rgba(13, 50, 73, 0.05);
  width: 100%;
  position: fixed;
  z-index: 40;
  top: 0;
  background-color: #fff;
}
.header .navBar {
  margin: 0 15px;
}
.header .navBar .navBarContainer {
  background: #fff;
  height: 82px;
  display: flex;
  align-items: center;
  max-width: 1530px;
  margin: 0 auto;
}
.header .navBar .navBarContainer .logo img {
  height: 42px;
}
.header .navBar .navBarContainer .navBarMenu {
  margin-left: auto;
}
.header .navBar .navBarContainer .navBarMenu ul {
  padding: 0;
  margin: 0;
}
.header .navBar .navBarContainer .navBarMenu ul li {
  list-style: none;
  display: inline-block;
  margin: 0 1.14rem;
}
@media only screen and (max-width: 1320px) {
  .header .navBar .navBarContainer .navBarMenu ul li {
    margin: 0 0.6rem;
  }
}
.header .navBar .navBarContainer .navBarMenu ul li:last-child {
  margin-right: 0;
}
.header .navBar .navBarContainer .navBarMenu ul li a {
  line-height: 1.22rem;
  color: #2C3C4D;
  font-weight: 400;
  transition: 0.25s ease;
  text-decoration: none;
}
.header .navBar .navBarContainer .navBarMenu ul li a:hover {
  text-decoration: none;
  color: #E14E3D;
}
@media only screen and (max-width: 1420px) {
  .header .navBar .navBarContainer .navBarMenu ul li a {
    font-size: 14px;
  }
}
.header .navBar .navBarContainer .callback {
  margin-left: 52px;
  display: flex;
}
@media only screen and (max-width: 1320px) {
  .header .navBar .navBarContainer .callback {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1320px) {
  .header .navBar .navBarContainer .callback img {
    height: 26px;
  }
}
.header .navBar .navBarContainer .callback span {
  margin-left: 14px;
}
@media only screen and (max-width: 1320px) {
  .header .navBar .navBarContainer .callback span {
    font-size: 14px;
  }
}

.header .navBar .navBarContainer .btnMnu {
  display: none;
}

.breadcrumbs {
  margin-top: 47px;
  margin-bottom: 30px;
}
.breadcrumbs ul {
  padding: 0;
  margin: 0;
}
.breadcrumbs ul li {
  display: inline-block;
  list-style: none;
}
.breadcrumbs ul li a {
  text-decoration: none;
  color: #7F8B98;
  transition: 0.25s ease;
}
.breadcrumbs ul li a:hover {
  color: #2C3C4D;
}
.breadcrumbs ul li a:after {
  content: "";
  background: url("../themes/realPromo/assets/img/arrow_small.svg");
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 9px;
  margin-right: 7px;
}
.breadcrumbs ul li:last-child a {
  pointer-events: none;
}
.breadcrumbs ul li:last-child a:hover {
  color: #7F8B98;
}
.breadcrumbs ul li:last-child a:after {
  content: "";
  background: none;
}

.indexPreview {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.indexPreview .leftSide {
  width: 90%;
  background-color: #90c8fa;
  height: 100vh;
  overflow: hidden;
  flex-grow: 1;
}
.indexPreview .leftSide img {
  max-width: 100%;
  height: 100vh;
  width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
}
.indexPreview .leftSide .mobDisplay {
  display: none;
}
.indexPreview .rightSide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
  height: 100vh;
  flex-grow: 1;
  position: relative;
}
.indexPreview .rightSide .indexPreviewHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 62px;
  margin-top: 59px;
  margin-left: 66px;
  margin-right: 195px;
  margin-bottom: 3px;
}
.indexPreview .rightSide .indexPreviewHeader .logo {
  margin-right: 40px;
}
.indexPreview .rightSide .indexPreviewHeader .callback {
  margin-right: 20px;
  margin-left: auto;
  display: flex;
  align-items: center;
}
/*.indexPreview .rightSide .indexPreviewHeader .callback a {*/
/*  margin-right: 47px;*/
/*}*/
.indexPreview .rightSide .indexPreviewHeader .callback secandPhone {
  margin-right: 0;
}
@media only screen and (max-width: 1300px) {
  .indexPreview .rightSide .indexPreviewHeader .callback a {
    margin-right: 20px;
  }
  .indexPreview .rightSide .indexPreviewHeader .callback a span {
    display: none;
  }
  .indexPreview .rightSide .indexPreviewHeader .callback .secondPhone {
    display: none;
  }
}

.indexPreview .rightSide .rightSideTitle {
  position: relative;
  left: -99px;
  color: #2C3C4D;
  top: 5px;
}
.indexPreview .rightSide .rightSideContent {
  display: flex;
  font-size: 1.1rem;
  color: #2C3C4D;
  margin-left: 66px;
  margin-right: 195px;
  margin-bottom: 5px;
}
.indexPreview .rightSide .rightSideContent .rightSideDescription {
  min-height: 95px;
}
.indexPreview .rightSide .rightSideContent .rightSideDescription p {
  margin: 0;
  line-height: 1.7rem;
}
@media only screen and (max-width: 768px) {
  .indexPreview .rightSide .rightSideContent .rightSideDescription {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
}
@media only screen and (max-width: 576px) {
  .indexPreview .rightSide .rightSideContent .rightSideDescription {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
.indexPreview .rightSide .rightSideNavigation {
  position: relative;
  margin-left: 66px;
}
.indexPreview .rightSide .divider {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.indexPreview .rightSide .divider .redirect {
  margin-right: 153px;
  display: flex;
}
.indexPreview .rightSide .divider .redirect a {
  z-index: 2;
}
.indexPreview .rightSide .divider .redirect a svg path, .indexPreview .rightSide .divider .redirect a svg circle {
  transition: 0.25s ease;
}
.indexPreview .rightSide .divider .redirect a:hover svg path {
  fill: #2C3C4D;
}
.indexPreview .rightSide .divider .redirect a:hover svg circle {
  stroke: #2C3C4D;
}
.indexPreview .rightSide .divider .redirect:after {
  content: "";
  position: relative;
  bottom: 0;
  left: -42px;
  right: 0;
  background-color: #fff;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  z-index: 1;
}
.indexPreview .rightSide .divider .redirect:before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  border-top: 1px solid #B7C7D1;
}
.indexPreview .rightSide .linkItems {
  display: flex;
  margin-left: 51px;
}
.indexPreview .rightSide .linkItems .items {
  margin: 0 14px;
}
.indexPreview .rightSide .linkItems .items > * {
  color: #2C3C4D;
  text-decoration: none;
}
.indexPreview .rightSide .linkItems .items > *:hover {
  text-decoration: none;
}
.indexPreview .rightSide .linkItems .items .link {
  max-width: 200px;
  max-height: 179px;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.indexPreview .rightSide .linkItems .items .link:hover img {
  transition: 0.5s all;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
.indexPreview .rightSide .linkItems .items span {
  font-size: 1rem;
  font-family: "EMprintBold", sans-serif;
}
@media only screen and (max-width: 1560px) {
  .indexPreview .rightSide .linkItems .items span {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 1800px) {
  .callback a span {
      font-size: .92rem;
  }
}
@media only screen and (max-width: 1980px) {
  .indexPreview .rightSide .indexPreviewHeader {
    margin-right: 96px;
  }
}
@media only screen and (max-width: 576px) {
  .indexPreview .rightSide .linkItems .items span {
    font-size: 0.6rem;
  }
}
.indexPreview .rightSide .linkItems .items.active a {
  color: #E14E3D;
}

.bottomLine {
  display: flex;
}
.bottomLine .leftLine {
  width: 100%;
  background: #0D3249;
  height: 7px;
}
.bottomLine .rightLine {
  width: 50%;
  height: 7px;
  background: #E14E3D;
  flex-shrink: 2;
}

.hearerImage {
  position: relative;
  display: flex;
}
.hearerImage img {
  max-height: 462px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.hearerImage .headerContent {
  width: 100%;
  z-index: 22;
  position: absolute;
  top: 35px;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.hearerImage .headerContent .headerTitle {
  color: #fff;
  padding-right: 65px;
}

.slick-track .slick-slide {
  overflow: hidden;
}

.bg-color {
  background-color: #F7F9FA;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
  box-sizing: border-box;
}

.realEstateItemsSection {
  padding-bottom: 70px;
}

.realEstateItem .realEstateItemImage {
  position: relative;
}
.realEstateItem .realEstateItemImage .slick-dots {
  bottom: 10px;
  display: none !important;
  transition: 0.25s ease;
}
.realEstateItem .realEstateItemImage .slick-dots li {
  margin: 0 8px;
}
.realEstateItem .realEstateItemImage .slick-dots li:before {
  background-color: transparent;
}
.realEstateItem .realEstateItemImage .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  padding: 0;
}
.realEstateItem .realEstateItemImage .slick-dots li button:before {
  display: none;
  color: transparent;
}
.realEstateItem .realEstateItemImage .slick-dots li.slick-active button {
  background-color: #fff;
}

.realEstateItems a {
  text-decoration: none;
  color: #000;
}
.realEstateItems .realEstateItem {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(35, 79, 106, 0.05);
  transition: 0.25s ease;
  margin-bottom: 30px;
}
.realEstateItems .realEstateItem .realEstateItemImage {
  max-height: 283px;
  overflow: hidden;
}
.realEstateItems .realEstateItem .realEstateItemImage img {
  transition: 0.25s ease;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 283px;
  overflow: hidden;
}
.realEstateItems .realEstateItem .realEstateItemTitle {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  min-height: 102px;
  width: 100%;
  background-color: #fff;
  padding: 10px 20px;
}
.realEstateItems .realEstateItem .realEstateItemTitle span {
  transition: 0.25s ease;
  font-size: 1.11rem;
  font-family: "EMprintSemibold", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1200px) {
  .realEstateItems .realEstateItem .realEstateItemTitle span {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 576px) {
  .realEstateItems .realEstateItem .realEstateItemTitle span {
    font-size: 1.11rem;
  }
}
.realEstateItems .realEstateItem .realEstateItemTitle .realEstateItemPrice {
  margin-top: 10px;
  color: #E14E3D;
  font-size: 1rem;
}
.realEstateItems .realEstateItem:hover {
  box-shadow: 0px 4px 20px rgba(35, 79, 106, 0.2);
}
.realEstateItems .realEstateItem:hover .realEstateItemImage .slick-dots {
  display: block !important;
}
.realEstateItems .realEstateItem:hover .realEstateItemImage img.slick-current {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.realEstateItems .realEstateItem:hover .realEstateItemTitle span {
  color: #E14E3D;
}

.effectiveService {
  padding-top: 56px;
  padding-bottom: 72px;
}
.effectiveService h3 {
  margin-bottom: 60px;
}
.effectiveService .effectiveServiceItem {
  border: 1px solid #DCDCDC;
  border-radius: 10px;
  display: flex;
  margin-bottom: 30px;
  padding: 40px 70px 0px 40px;
}
.effectiveService .effectiveServiceItem img {
  width: 149px;
  min-height: 117px;
  margin-bottom: 36px;
}
.effectiveService .effectiveServiceItem .effectiveServiceContent p {
  font-size: 0.9rem;
  line-height: 1.3rem;
}
.effectiveService .effectiveServiceItem .effectiveServiceContent ul {
  padding-left: 1rem;
}
.effectiveService .effectiveServiceItem .effectiveServiceContent ul li {
  font-size: 0.9rem;
}
.effectiveService .effectiveServiceItem.asColumn {
  min-height: 100%;
  flex-direction: column;
}
.effectiveService .effectiveServiceItem.asRow {
  display: flex;
}
.effectiveService .effectiveServiceItem.asRow .asRowContent {
  margin-left: 38px;
}

.weOfferSection {
  padding-top: 56px;
  padding-bottom: 72px;
}
.weOfferSection .weOffer {
  overflow: hidden;
}
.weOfferSection .weOffer .offerItems {
  margin: 10px -15px 0 -15px;
}
.weOfferSection .weOffer .offerItems .offerItem {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
}
.weOfferSection .weOffer .offerItems .offerItem .offerItemImage {
  border-radius: 10px;
  overflow: hidden;
}
.weOfferSection .weOffer .offerItems .offerItem .offerItemImage img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
  object-fit: cover;
}
.weOfferSection .weOffer .offerItems .offerItem span {
  margin-top: 20px;
  color: #2C3C4D;
  font-family: "EMprintSemibold", sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
}

.monitoringsStages {
  position: relative;
  height: 370px;
  padding-top: 80px;
}

.transitionHomeSection {
  padding-bottom: 80px;
}
.transitionHomeSection .transitionHome {
  padding-top: 24%;
}
.transitionHomeSection .transitionHome .transitionHomeImage {
  display: flex;
  width: 100%;
  justify-content: center;
}
.transitionHomeSection .transitionHome .transitionHomeContentWrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.whyUsSection {
  overflow: hidden;
}
.whyUsSection .whyUs {
  padding-top: 60px;
  padding-bottom: 20px;
}
.whyUsSection .whyUs h2 {
  font-family: "EMprintSemibold", sans-serif;
}
.whyUsSection .whyUs .whyUsItems {
  margin: 20px -15px 0 -15px;
}
.whyUsSection .whyUs .whyUsItems .whyUsItem {
  margin: 0 15px;
}
.whyUsSection .whyUs .whyUsItems .whyUsItem .whyUsItemImage {
  display: flex;
  height: 87px;
}

.realEstateDemonstration {
  overflow: hidden;
}

.realEstateBigPreview {
  width: 100%;
  max-height: 647px !important;
  border-radius: 10px;
  overflow: hidden;
}

.realEstatePreviewList {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 530px;
  position: relative;
  overflow: hidden;
}
.realEstatePreviewList .previewItem {
  border: 2px solid transparent;
  margin: 0 10px;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  max-width: 158px !important;
  height: 101px;
}
.realEstatePreviewList .previewItem img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.realEstatePreviewList .previewItem:first-child {
  margin-left: 0;
}
.realEstatePreviewList .previewItem:last-child {
  margin-right: 0;
}
.realEstatePreviewList .previewItem.slick-current {
  border: 2px solid #E14E3D;
}

.realEstateAlterContent {
  font-size: 1.77rem;
  font-family: "EMprintSemibold", sans-serif;
}
@media only screen and (max-width: 576px) {
  .realEstateAlterContent {
    font-size: 24px;
    margin-bottom: 0;
    Line-height: 1;
    margin-top: 0.5rem;
  }
}
.realEstateAlterContent .alterTitle {
  margin-top: 10px;
  margin-right: 30px;
}
.realEstateAlterContent .price {
  color: #E14E3D;
  margin-top: 10px;
}

.realEstateFeatures {
  margin-bottom: 80px;
}
.realEstateFeatures .featuresItemsWrapper {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #E14E3D;
  padding-top: 3px;
}
.realEstateFeatures .featuresItemsWrapper .featuresItem {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #C4C4C4;
}
.realEstateFeatures .featuresItemsWrapper .featuresItem span {
  font-size: 1rem;
}
@media only screen and (max-width: 1200px) {
  .realEstateFeatures .featuresItemsWrapper .featuresItem span {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 576px) {
  .realEstateFeatures .featuresItemsWrapper .featuresItem span {
    font-size: 16px;
  }
}

.specificContent p {
  margin-top: 0;
}
.specificContent img {
  width: 100%;
}
.specificContent .specificPreview {
  margin-bottom: 25px;
}

.vendorsItemsSection .vendorsItems {
  margin-top: 15px;
}
.vendorsItemsSection .vendorsItems .vendorsItem {
  margin-bottom: 50px;
  background-color: rgba(196, 196, 196, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 188px;
}

.contactsItems {
  margin-top: 3.22rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contactsItems > * {
  min-width: 285px;
  display: flex;
  align-items: center;
}

.contactsItems .phoneItemWrapper{
  min-width: 522px;
}

.contactsItems img {
  margin-right: 22px;
}
.contactsItems a {
  text-decoration: none;
  color: #2C3C4D;
}
.contactsItems .phoneItemWrapper img {
  height: auto;
  width: 26px;
}

.contactsItems .officePhone {
  margin-left: 22px;
}

.contactsMap {
  margin-top: 46px;
}
.contactsMap #map {
  height: 558px;
  width: 100%;
  border-radius: 10px;
}

.footer {
  margin-top: 70px;
}
.footer hr {
  background: #2C3C4D;
  margin-bottom: 56px;
}
.footer .footerContent {
  margin: 0 15px 53px 15px;
}
.footer .footerContent .footerContentWrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1530px;
  margin: 0 auto;
}
.footer .footerContent .footerContentWrapper .footerPowered {
  flex-basis: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .footerContent .footerContentWrapper .footerPowered span {
  margin-top: 11px;
  font-family: "EMprintSemibold", sans-serif;
  color: #2C3C4D;
}
.footer .footerContent .footerContentWrapper .footerPowered span span {
  font-family: "EMprintRegular", sans-serif;
}
.footer .footerContent .footerContentWrapper .footerNav {
  flex-basis: 620px;
  padding-left: 27px;
}
.footer .footerContent .footerContentWrapper .footerNav ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 10em;
  padding: 0;
  margin: 0;
}
.footer .footerContent .footerContentWrapper .footerNav ul li {
  list-style: none;
  margin: 9px 0;
  display: flex;
}
.footer .footerContent .footerContentWrapper .footerNav ul li:last-child {
  margin-bottom: 0;
}
.footer .footerContent .footerContentWrapper .footerNav ul li:nth-child(3) {
  margin-bottom: 0;
  flex-basis: 3em;
}
.footer .footerContent .footerContentWrapper .footerNav ul li a {
  text-decoration: none;
  color: #2C3C4D;
  transition: 0.25s ease;
}
.footer .footerContent .footerContentWrapper .footerNav ul li a:hover {
  color: #E14E3D;
}
.footer .footerContent .footerContentWrapper .footerContacts {
  display: flex;
  justify-content: flex-end;
}
.footer .footerContent .footerContentWrapper .footerContacts .footerContactsWrapper {
  display: flex;
  flex-direction: column;
  padding-left: 66px;
  flex-basis: 520px;
}
.footer .footerContent .footerContentWrapper .footerContacts .footerContactsWrapper .phone {
  margin-top: 10px;
}
.footer .footerContent .footerContentWrapper .footerContacts .footerContactsWrapper .phone a {
  text-decoration: none;
  color: #2C3C4D;
  font-family: "EMprintSemibold", sans-serif;
  font-size: 1.11rem;
}

.footer .footerContent .footerContentWrapper .footerContacts .footerContactsWrapper .officePhone {
  margin-top: 10px;
}

.footer .footerContent .footerContentWrapper .footerContacts .footerContactsWrapper .officePhone a {
  text-decoration: none;
  color: #2C3C4D;
  font-family: "EMprintSemibold", sans-serif;
  font-size: 1.11rem;

}


.footer .footerContent .footerContentWrapper .footerContacts .footerContactsWrapper .address {
  margin-top: 13px;
}
.footer .footerContent .development {
  display: flex;
  max-width: 1530px;
  margin: 0 auto;
}
.footer .footerContent .development .developmentContent a {
  text-decoration: none;
  color: #3C6782;
  transition: 0.25s ease;
}
.footer .footerContent .development .developmentContent a:hover {
  color: #2C3C4D;
}
.footer .bottomLine .leftLine {
  width: 10.7%;
  background: #2C3C4D;
}
.footer .bottomLine .rightLine {
  width: 100%;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.preloader .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #2C3C4D;
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
  transform: matrix(1, 0, 0, -1, 0, 0);
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.preloader .lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}
.preloader .lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}
.preloader .lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}
.preloader .lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}
@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0);
  }
}

.lgDisplay {
  display: none;
}

.lgDisplay.active {
  display: block;
  -webkit-animation: fade_in_show 0.8s;
}
@-webkit-keyframes fade_in_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_in_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1600px) {
  .indexPreview .rightSide .rightSideContent, .indexPreview .rightSide .indexPreviewHeader, .indexPreview .rightSide .rightSideNavigation {
    margin-left: 40px;
    margin-right: 40px;
  }
  .indexPreview .rightSide .linkItems {
    margin-left: 25px;
    margin-right: 25px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .indexPreview .rightSide .linkItems {
    margin-bottom: 30px;
  }
  .indexPreview .rightSide .linkItems .items .link {
    margin-bottom: 0;
  }

  .breadcrumbs {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .breadcrumbs ul li a {
    font-size: 14px;
  }

  .contactsItems {
    margin-top: 1rem;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  .contactsItems span {
    font-size: 16px;
  }
  .contactsItems .phoneItemWrapper {
    margin-left: 5px;
  }
  .contactsItems .phoneItemWrapper img {
    height: auto;
    width: 15px;
  }
  .contactsItems .mailItemWrapper {
    margin-top: 20px;
  }
  .contactsItems .mailItemWrapper img {
    height: auto;
    width: 26px;
    margin-right: 14px;
  }
  .contactsItems .addressItemWrapper {
    margin-top: 20px;
    margin-left: 4px;
  }
  .contactsItems .addressItemWrapper img {
    height: auto;
    width: 18px;
  }

  .contactsMap {
    margin-top: 38px;
  }

  .effectiveService .effectiveServiceItem {
    padding: 20px 20px 10px 20px;
  }
  .effectiveService .effectiveServiceItem.asRow {
    flex-direction: column;
  }
  .effectiveService .effectiveServiceItem.asRow .asRowContent {
    margin: 0;
  }

  .monitoringsStages {
    height: 250px;
  }
}


@media only screen and (max-width: 1124px) {
  .header .navBar .navBarContainer .btnMnu {
    display: flex;
  }
  .header .navBar .navBarContainer .navBarMenu {
    display: none;
  }

  .header .navBar .navBarContainer .callback {
    margin-left: auto;
    margin-right: 35px;
  }

  .header .navBar .navBarContainer .callback span {
    display: none;
  }
  .header .navBar .navBarContainer {
    height: 46px;
    justify-content: space-between;
  }
  .header .navBar .navBarContainer .logo img {
    height: 28px;
  }

  .header .navBar .navBarContainer .btnRow {
    width: 28px;
    margin: 3px 0;
  }

  .header .navBar .navBarContainer .callback a:nth-child(2){
    display: none;
  }

}


  /* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .main_wrapper {
    margin-top: 46px;
  }





  .indexPreview {
    flex-wrap: wrap;
    height: 100vh;
    overflow: auto;
    margin-top: 46px;
  }
  .indexPreview .rightSide {
    height: auto;
  }
  .indexPreview .rightSide .indexPreviewHeader {
    display: none;
  }
  .indexPreview .rightSide .rightSideContent, .indexPreview .rightSide .indexPreviewHeader, .indexPreview .rightSide .rightSideNavigation {
    margin-left: 15px;
    margin-right: 15px;
  }
  .indexPreview .rightSide .rightSideTitle {
    left: 0;
    margin-left: 15px;
    margin-top: 30px;
    margin-bottom: 6px;
    color: #000;
  }
  .indexPreview .rightSide .rightSideContent {
    margin-top: 6px;
    margin-bottom: 30px;
  }
  .indexPreview .rightSide .rightSideContent .rightSideDescription p {
    line-height: 1.4rem;
  }
  .indexPreview .rightSide .divider {
    margin-top: 21px;
    margin-bottom: 21px;
  }
  .indexPreview .rightSide .divider .redirect {
    margin-right: 0;
  }
  .indexPreview .rightSide .divider .redirect:after {
    display: none;
  }
  .indexPreview .rightSide .divider .redirect:before {
    bottom: 0;
  }
  .indexPreview .rightSide .divider .redirect a {
    display: none;
  }
  .indexPreview .rightSide .linkItems {
    justify-content: space-between;
    margin-left: 8px;
    margin-right: 8px;
  }
  .indexPreview .rightSide .linkItems .items {
    margin: 0 7px;
  }

  .menu .menuOverlay {
    display: none;
  }
  .menu .menuContainer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu .menuContainer ul {
    margin: 0;
  }
  .menu .menuContainer ul li {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .indexPreview .leftSide {
    height: auto;
  }
  .indexPreview .leftSide img {
    height: auto;
    width: auto;
  }
  .indexPreview .leftSide .lgDisplay {
    display: none;
  }
  .indexPreview .leftSide .mobDisplay {
    height: 100%;
    display: contents;
  }
  .indexPreview .leftSide .mobDisplay img {
    width: 100%;
    height: 100%;
  }

  .realEstateItemsSection {
    padding-bottom: 18px;
  }

  .effectiveService {
    padding-top: 24px;
    padding-bottom: 14px;
  }
  .effectiveService h3 {
    margin-bottom: 24px;
  }
  .effectiveService .effectiveServiceItem.asColumn {
    min-height: auto;
  }

  .weOfferSection {
    padding-top: 24px;
    padding-bottom: 42px;
  }
  .weOfferSection .weOffer {
    overflow: hidden;
  }
  .weOfferSection .weOffer .offerItems {
    margin: 5px -15px 0 -15px;
  }
  .weOfferSection .weOffer .offerItems .offerItem span {
    margin-top: 12px;
    font-size: 16px;
  }

  .transitionHomeSection {
    padding-bottom: 32px;
  }
  .transitionHomeSection .transitionHome {
    padding-top: 130px;
  }
  .transitionHomeSection .transitionHome .transitionHomeImage {
    margin-bottom: 10px;
  }
  .transitionHomeSection .transitionHome .transitionHomeContentWrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }

  .whyUsSection .whyUs {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .whyUsSection .whyUs h2 {
    margin-bottom: 28px;
    font-family: "EMprintSemibold", sans-serif;
  }
  .whyUsSection .whyUs .whyUsItems {
    margin: 0px -15px 0 -15px;
  }

  .vendorsItemsSection {
    margin-top: 20px;
  }
  .vendorsItemsSection .vendorsItems {
    margin-top: 0;
  }
  .vendorsItemsSection .vendorsItems .vendorsItem {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .realEstatePreviewList {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .realEstatePreviewList .previewItem {
    max-width: 70px !important;
    height: 50px;
    margin: 0 10px;
  }

  .footer {
    margin-top: 30px;
  }
  .footer hr {
    margin-bottom: 20px;
  }
  .footer .footerContent {
    margin: 0 15px 28px 15px;
  }
  .footer .footerContent .footerContentWrapper {
    flex-wrap: wrap;
  }
  .footer .footerContent .footerContentWrapper .footerPowered span {
    font-size: 16px;
  }
  .footer .footerContent .footerContentWrapper .footerNav {
    display: none;
  }
  .footer .footerContent .footerContentWrapper .footerContacts {
    justify-content: flex-start;
  }
  .footer .footerContent .footerContentWrapper .footerContacts .footerContactsWrapper {
    padding: 0;
  }
  .footer .footerContent .footerContentWrapper .footerContacts .footerContactsWrapper .phone a {
    font-size: 16px;
  }
  .footer .footerContent .footerContentWrapper .footerContacts .footerContactsWrapper .officePhone a {
    font-size: 16px;
  }





  .footer .footerContent .footerContentWrapper .footerContacts .footerContactsWrapper .address {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer .footerContent .footerContentWrapper .footerContacts .footerContactsWrapper .address span {
    font-size: 16px;
    line-height: 0.9rem;
  }
  .footer .footerContent .development {
    font-size: 16px;
  }

  .specificContent p {
    margin-top: 15px;
  }

  .realEstateBigPreview img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 200px;
    overflow: hidden;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .menu .menuOverlay {
    display: none;
  }
  .menu .menuContainer {
    display: inline-block;
  }
  .menu .menuContainer ul {
    margin: 50px 0 0 50px;
  }
  .menu .menuContainer ul li {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .monitoringsStages {
    padding-top: 30px;
    height: 130px;
  }

  .transitionHomeSection {
    padding-bottom: 32px;
  }
  .transitionHomeSection .transitionHome {
    padding-top: 120px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .monitoringsStages {
    padding-top: 30px;
    height: 60px;
  }

  .transitionHomeSection .transitionHome {
    padding-top: 150px;
  }
}
/* Custom, iPhone Retina */
/**/
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
/**/
/* Extra Small Devices, Phones */
/**/
/* Small Devices, Tablets */
/**/
/* Medium Devices, Desktops */
/**/
/* Large Devices, Wide Screens */
/**/
/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1600px) {
  .indexPreview .rightSide .rightSideContent, .indexPreview .rightSide .indexPreviewHeader, .indexPreview .rightSide .rightSideNavigation {
    margin-left: 40px;
    margin-right: 40px;
  }
  .indexPreview .rightSide .linkItems {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 524px) {
.contactsItems .phoneItemWrapper .officePhone{
  /*display: none;*/
}
  .contactsItems .phoneItemWrapper {
    min-width: auto;
    flex-direction: column;
  }

  .contactsItems .officePhone {
    margin-left: 15px;
  }

}

@media only screen and (max-width:1344px) {
  .contactsItems {
    margin-top: 1rem;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  .contactsItems .phoneItemWrapper {
    margin-left: 5px;
  }

  .contactsItems .phoneItemWrapper img {
    height: auto;
    width: 15px;
  }
  .contactsItems .mailItemWrapper {
    margin-top: 20px;
  }
  .contactsItems .mailItemWrapper img {
    height: auto;
    width: 26px;
    margin-right: 14px;
  }
  .contactsItems .addressItemWrapper {
    margin-top: 20px;
    margin-left: 4px;
  }
  .contactsItems .addressItemWrapper img {
    height: auto;
    width: 18px;
  }

}
  /* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .indexPreview .rightSide .linkItems {
    margin-bottom: 30px;
  }
  .indexPreview .rightSide .linkItems .items .link {
    margin-bottom: 0;
  }

  .breadcrumbs {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .breadcrumbs ul li a {
    font-size: 14px;
  }


  .contactsItems span {
    font-size: 16px;
  }



  .contactsMap {
    margin-top: 38px;
  }

  .effectiveService .effectiveServiceItem {
    padding: 20px 20px 10px 20px;
  }
  .effectiveService .effectiveServiceItem.asRow {
    flex-direction: column;
  }
  .effectiveService .effectiveServiceItem.asRow .asRowContent {
    margin: 0;
  }

  .monitoringsStages {
    height: 250px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .main_wrapper {
    margin-top: 46px;
  }

  .header .navBar .navBarContainer {
    height: 46px;
    justify-content: space-between;
  }
  .header .navBar .navBarContainer .logo img {
    height: 28px;
  }
  .header .navBar .navBarContainer .callback {
    margin-left: auto;
    margin-right: 35px;
  }
  .header .navBar .navBarContainer .btnMnu {
    display: flex;
  }
  .header .navBar .navBarContainer .navBarMenu {
    display: none;
  }

  .indexPreview {
    flex-wrap: wrap;
    height: 100vh;
    overflow: auto;
    margin-top: 46px;
  }
  .indexPreview .rightSide {
    height: auto;
  }
  .indexPreview .rightSide .indexPreviewHeader {
    display: none;
  }
  .indexPreview .rightSide .rightSideContent, .indexPreview .rightSide .indexPreviewHeader, .indexPreview .rightSide .rightSideNavigation {
    margin-left: 15px;
    margin-right: 15px;
  }
  .indexPreview .rightSide .rightSideTitle {
    left: 0;
    margin-left: 15px;
    margin-top: 30px;
    margin-bottom: 6px;
    color: #000;
  }
  .indexPreview .rightSide .rightSideContent {
    margin-top: 6px;
    margin-bottom: 30px;
  }
  .indexPreview .rightSide .rightSideContent .rightSideDescription p {
    line-height: 1.4rem;
  }
  .indexPreview .rightSide .divider {
    margin-top: 21px;
    margin-bottom: 21px;
  }
  .indexPreview .rightSide .divider .redirect {
    margin-right: 0;
  }
  .indexPreview .rightSide .divider .redirect:after {
    display: none;
  }
  .indexPreview .rightSide .divider .redirect:before {
    bottom: 0;
  }
  .indexPreview .rightSide .divider .redirect a {
    display: none;
  }
  .indexPreview .rightSide .linkItems {
    justify-content: space-between;
    margin-left: 8px;
    margin-right: 8px;
  }
  .indexPreview .rightSide .linkItems .items {
    margin: 0 7px;
  }

  .menu .menuOverlay {
    display: none;
  }
  .menu .menuContainer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu .menuContainer ul {
    margin: 0;
  }
  .menu .menuContainer ul li {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .indexPreview .leftSide {
    height: auto;
  }
  .indexPreview .leftSide img {
    height: auto;
    width: auto;
  }
  .indexPreview .leftSide .lgDisplay {
    display: none;
  }
  .indexPreview .leftSide .mobDisplay {
    height: 100%;
    display: contents;
  }
  .indexPreview .leftSide .mobDisplay img {
    width: 100%;
    height: 100%;
  }

  .realEstateItemsSection {
    padding-bottom: 18px;
  }

  .effectiveService {
    padding-top: 24px;
    padding-bottom: 14px;
  }
  .effectiveService h3 {
    margin-bottom: 24px;
  }
  .effectiveService .effectiveServiceItem.asColumn {
    min-height: auto;
  }

  .weOfferSection {
    padding-top: 24px;
    padding-bottom: 42px;
  }
  .weOfferSection .weOffer {
    overflow: hidden;
  }
  .weOfferSection .weOffer .offerItems {
    margin: 5px -15px 0 -15px;
  }
  .weOfferSection .weOffer .offerItems .offerItem span {
    margin-top: 12px;
    font-size: 16px;
  }

  .transitionHomeSection {
    padding-bottom: 32px;
  }
  .transitionHomeSection .transitionHome {
    padding-top: 130px;
  }
  .transitionHomeSection .transitionHome .transitionHomeImage {
    margin-bottom: 10px;
  }
  .transitionHomeSection .transitionHome .transitionHomeContentWrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }

  .whyUsSection .whyUs {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .whyUsSection .whyUs h2 {
    margin-bottom: 28px;
    font-family: "EMprintSemibold", sans-serif;
  }
  .whyUsSection .whyUs .whyUsItems {
    margin: 0px -15px 0 -15px;
  }

  .vendorsItemsSection {
    margin-top: 20px;
  }
  .vendorsItemsSection .vendorsItems {
    margin-top: 0;
  }
  .vendorsItemsSection .vendorsItems .vendorsItem {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .realEstatePreviewList {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .realEstatePreviewList .previewItem {
    max-width: 70px !important;
    height: 50px;
    margin: 0 10px;
  }

  .footer {
    margin-top: 30px;
  }
  .footer hr {
    margin-bottom: 20px;
  }
  .footer .footerContent {
    margin: 0 15px 28px 15px;
  }
  .footer .footerContent .footerContentWrapper {
    flex-wrap: wrap;
  }

  .footer .footerContent .footerContentWrapper .footerContacts .footerContactsWrapper .officePhone {
    margin-top: 6px;
  }


  .footer .footerContent .footerContentWrapper .footerPowered span {
    font-size: 16px;
  }
  .footer .footerContent .footerContentWrapper .footerNav {
    display: none;
  }
  .footer .footerContent .footerContentWrapper .footerContacts {
    justify-content: flex-start;
  }
  .footer .footerContent .footerContentWrapper .footerContacts .footerContactsWrapper {
    padding: 0;
  }
  .footer .footerContent .footerContentWrapper .footerContacts .footerContactsWrapper .phone a {
    font-size: 16px;
  }
  .footer .footerContent .footerContentWrapper .footerContacts .footerContactsWrapper .address {
    margin-top: 6px;
    margin-bottom: 10px;
  }
  .footer .footerContent .footerContentWrapper .footerContacts .footerContactsWrapper .address span {
    font-size: 16px;
    line-height: 0.9rem;
  }
  .footer .footerContent .development {
    font-size: 16px;
  }

  .specificContent p {
    margin-top: 15px;
  }

  .realEstateBigPreview img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 200px;
    overflow: hidden;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .menu .menuOverlay {
    display: none;
  }
  .menu .menuContainer {
    display: inline-block;
  }
  .menu .menuContainer ul {
    margin: 50px 0 0 50px;
  }
  .menu .menuContainer ul li {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .monitoringsStages {
    padding-top: 30px;
    height: 130px;
  }

  .transitionHomeSection {
    padding-bottom: 32px;
  }
  .transitionHomeSection .transitionHome {
    padding-top: 120px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .monitoringsStages {
    padding-top: 30px;
    height: 60px;
  }

  .transitionHomeSection .transitionHome {
    padding-top: 150px;
  }
}
/* Custom, iPhone Retina */
/**/
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
/**/
/* Extra Small Devices, Phones */
/**/
/* Small Devices, Tablets */
/**/
/* Medium Devices, Desktops */
/**/
/* Large Devices, Wide Screens */
/**/