@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Comfortaa:300,400,500,600,700&display=swap);





body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.display-5 {
  font-family: 'Comfortaa', display;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Comfortaa', display;
  font-size: 1.1rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.8rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #dc291e !important;
}
.bg-success {
  background-color: #00b355 !important;
}
.bg-info {
  background-color: #1ba1e2 !important;
}
.bg-warning {
  background-color: #ffef00 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-primary:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #991c15;
  border-color: #991c15;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #dc291e !important;
  border-color: #dc291e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #991c15 !important;
  border-color: #991c15 !important;
}
.btn-primary:hover:before,
.btn-primary:focus:before,
.btn-primary.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #991c15 !important;
  border-color: #991c15 !important;
}
.btn-secondary {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-secondary:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover:before,
.btn-secondary:focus:before,
.btn-secondary.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-info:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #13709e;
  border-color: #13709e;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #1ba1e2 !important;
  border-color: #1ba1e2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-info:hover:before,
.btn-info:focus:before,
.btn-info.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-success {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-success:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #006631;
  border-color: #006631;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #00b355 !important;
  border-color: #00b355 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #006631 !important;
  border-color: #006631 !important;
}
.btn-success:hover:before,
.btn-success:focus:before,
.btn-success.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #006631 !important;
  border-color: #006631 !important;
}
.btn-warning {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-warning:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #b3a700;
  border-color: #b3a700;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ffef00 !important;
  border-color: #ffef00 !important;
  color: #000000 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #000000 !important;
  background-color: #b3a700 !important;
  border-color: #b3a700 !important;
}
.btn-warning:hover:before,
.btn-warning:focus:before,
.btn-warning.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #b3a700 !important;
  border-color: #b3a700 !important;
}
.btn-danger {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-danger:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger:hover:before,
.btn-danger:focus:before,
.btn-danger.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-black:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover:before,
.btn-black:focus:before,
.btn-black.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-white {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-white:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover:before,
.btn-white:focus:before,
.btn-white.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #333333 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #333333 !important;
}
.btn-primary-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-primary-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #dc291e;
  border-color: #dc291e;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #821812;
  color: #821812 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #dc291e;
  border-color: #dc291e;
}
.btn-primary-outline:hover:before,
.btn-primary-outline:focus:before,
.btn-primary-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #dc291e !important;
  border-color: #dc291e !important;
}
.btn-secondary-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-secondary-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary-outline:hover:before,
.btn-secondary-outline:focus:before,
.btn-secondary-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-info-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #1ba1e2;
  border-color: #1ba1e2;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #106087;
  color: #106087 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #1ba1e2;
  border-color: #1ba1e2;
}
.btn-info-outline:hover:before,
.btn-info-outline:focus:before,
.btn-info-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1ba1e2 !important;
  border-color: #1ba1e2 !important;
}
.btn-success-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-success-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #00b355;
  border-color: #00b355;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #004d25;
  color: #004d25 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #00b355;
  border-color: #00b355;
}
.btn-success-outline:hover:before,
.btn-success-outline:focus:before,
.btn-success-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00b355 !important;
  border-color: #00b355 !important;
}
.btn-warning-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-warning-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #ffef00;
  border-color: #ffef00;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #998f00;
  color: #998f00 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #000000 !important;
  background-color: #ffef00;
  border-color: #ffef00;
}
.btn-warning-outline:hover:before,
.btn-warning-outline:focus:before,
.btn-warning-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ffef00 !important;
  border-color: #ffef00 !important;
}
.btn-danger-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-danger-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline:hover:before,
.btn-danger-outline:focus:before,
.btn-danger-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-black-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline:hover:before,
.btn-black-outline:focus:before,
.btn-black-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btn-white-outline:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 2rem;
  width: 2rem;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white-outline:hover:before,
.btn-white-outline:focus:before,
.btn-white-outline.focus:before {
  -webkit-transform: scale(10);
  transform: scale(10);
}
.text-primary {
  color: #dc291e !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #00b355 !important;
}
.text-info {
  color: #1ba1e2 !important;
}
.text-warning {
  color: #ffef00 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #821812 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #004d25 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #106087 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #998f00 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #00b355;
}
.alert-info {
  background-color: #1ba1e2;
}
.alert-warning {
  background-color: #ffef00;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #dc291e;
  border-color: #dc291e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #dc291e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f8d0ce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #33ff94;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d0ecf9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffccc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Comfortaa', display;
  font-size: 1.1rem;
}
blockquote {
  border-color: #dc291e;
}
/* Forms */
.mbr-form .btn {
  margin: .3rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background: #efefef;
  color: #000000;
}
.jq-selectbox li {
  border-radius: 22px;
  background-color: #dc291e;
  border: 1px solid #e8e8e8;
}
.jq-selectbox li:not(:nth-last-child(1)) {
  margin-bottom: 5px;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  border-radius: 22px;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #dc291e;
  border-bottom-color: #dc291e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #dc291e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23dc291e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-r4T9yw5bJZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-r4T9yw5bJZ .nav-item:focus,
.cid-r4T9yw5bJZ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-r4T9yw5bJZ .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 16px;
  }
  .cid-r4T9yw5bJZ .nav-item .nav-link {
    position: relative;
  }
  .cid-r4T9yw5bJZ .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #dc291e, #000000);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-r4T9yw5bJZ .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-r4T9yw5bJZ .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-r4T9yw5bJZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-r4T9yw5bJZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r4T9yw5bJZ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-r4T9yw5bJZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-r4T9yw5bJZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-r4T9yw5bJZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-r4T9yw5bJZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-r4T9yw5bJZ .navbar {
  min-height: 77px;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-r4T9yw5bJZ .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #dc291e;
  background: linear-gradient(#dc291e, #dc291e);
}
.cid-r4T9yw5bJZ .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #dc291e !important;
  background: linear-gradient(#dc291e, #dc291e) !important;
}
.cid-r4T9yw5bJZ .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-r4T9yw5bJZ .navbar .navbar-collapse {
  width: 100%;
  flex-basis: auto;
  -webkit-flex-basis: auto;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 767px) {
  .cid-r4T9yw5bJZ .navbar .navbar-collapse {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
.cid-r4T9yw5bJZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-r4T9yw5bJZ .navbar.collapsed .navbar-collapse.show,
.cid-r4T9yw5bJZ .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r4T9yw5bJZ .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-r4T9yw5bJZ .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  order: -1;
  -webkit-order: -1;
}
.cid-r4T9yw5bJZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-r4T9yw5bJZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-r4T9yw5bJZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-r4T9yw5bJZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-r4T9yw5bJZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-r4T9yw5bJZ .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r4T9yw5bJZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-r4T9yw5bJZ .navbar.collapsed .right-menu,
.cid-r4T9yw5bJZ .navbar.collapsed .left-menu {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-r4T9yw5bJZ .navbar .navbar-collapse.show,
  .cid-r4T9yw5bJZ .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r4T9yw5bJZ .navbar .navbar-collapse.show .brand-container,
  .cid-r4T9yw5bJZ .navbar .navbar-collapse.collapsing .brand-container {
    order: -1;
    -webkit-order: -1;
  }
  .cid-r4T9yw5bJZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-r4T9yw5bJZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-r4T9yw5bJZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-r4T9yw5bJZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-r4T9yw5bJZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-r4T9yw5bJZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-r4T9yw5bJZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-r4T9yw5bJZ .navbar .navbar-buttons {
    margin: 0;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r4T9yw5bJZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-r4T9yw5bJZ .navbar .right-menu,
  .cid-r4T9yw5bJZ .navbar .left-menu {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
.cid-r4T9yw5bJZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-r4T9yw5bJZ .navbar.navbar-short .mbr-overlay {
  background: #dc291e !important;
  background: linear-gradient(#dc291e, #dc291e) !important;
}
.cid-r4T9yw5bJZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-r4T9yw5bJZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-r4T9yw5bJZ .navbar-brand {
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-r4T9yw5bJZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-r4T9yw5bJZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-r4T9yw5bJZ .dropdown-item.active,
.cid-r4T9yw5bJZ .dropdown-item:active {
  background-color: transparent;
}
.cid-r4T9yw5bJZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-r4T9yw5bJZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-r4T9yw5bJZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-r4T9yw5bJZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #dc291e;
}
.cid-r4T9yw5bJZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-r4T9yw5bJZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r4T9yw5bJZ ul.navbar-nav {
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-r4T9yw5bJZ ul.navbar-nav {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
.cid-r4T9yw5bJZ .navbar-buttons {
  margin-left: auto;
}
.cid-r4T9yw5bJZ button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  align-self: center;
  -webkit-align-self: center;
}
.cid-r4T9yw5bJZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-r4T9yw5bJZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r4T9yw5bJZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r4T9yw5bJZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r4T9yw5bJZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r4T9yw5bJZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r4T9yw5bJZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-r4T9yw5bJZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-r4T9yw5bJZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r4T9yw5bJZ .navbar-dropdown {
  position: fixed;
}
.cid-r4T9yw5bJZ a.nav-link {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-r4T9yw5bJZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-r4T9yw5bJZ .right-menu,
.cid-r4T9yw5bJZ .left-menu {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.cid-r4T9yw5bJZ .left-menu .navbar-nav {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-r4T9yw5bJZ .left-menu .navbar-nav ul {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-r4T9yw5bJZ .brand-container {
  padding: 0 2rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-r4T9yw5bJZ .menu-top {
  text-align: center;
  width: 100%;
  background-color: #dc291e;
  padding: .5rem 0;
}
.cid-r4T9yw5bJZ .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-r4T9yw5bJZ .card-wrapper {
  z-index: 3;
}
.cid-r4T9yw5bJZ .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-r4T9yw5bJZ .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-r4T9yw5bJZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-r4TaJgkGHZ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r4TaJgkGHZ .container-fluid {
  padding: 0 3rem;
}
.cid-r4TaJgkGHZ .media-container-column {
  padding: 0 2rem;
}
.cid-r4TaJgkGHZ .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-r4TaJgkGHZ .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sOuF8s1fpi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sOuF8s1fpi .navbar-logo {
  width: 100px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sOuF8s1fpi .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sOuF8s1fpi .socicon {
  font-size: 1.3rem;
  background: #00b355;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOuF8s1fpi .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sOuF8s1fpi .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-sOuF8s1fpi .text2 {
  color: #000000;
  text-align: left;
}
.cid-sOuF8s1fpi .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sOuF8s1fpi .logo-title {
  text-align: center;
}
.cid-sOuF8s1fpi .logo-sub-title {
  text-align: center;
}
.cid-sOuF8s1fpi .links {
  text-align: center;
  color: #656565;
}
.cid-sOuF8s1fpi .logo-sub-title i {
  color: #9e9e9e;
}
.cid-r4TaRvGY2F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dc291e;
}
.cid-r4TaRvGY2F p {
  color: #767676;
}
.cid-r4TaRvGY2F .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-r4TaRvGY2F .row-element,
.cid-r4TaRvGY2F .image-element {
  padding: 0;
}
.cid-r4TaRvGY2F .image-element {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-r4TaRvGY2F .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-r4TaRvGY2F .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-r4TaRvGY2F .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #dc291e, #000000);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-r4TaRvGY2F .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-r4TaRvGY2F .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r4TaRvGY2F .text-content {
    padding: 2rem 1rem;
  }
  .cid-r4TaRvGY2F .underline .line {
    height: 2px;
  }
  .cid-r4TaRvGY2F .mbr-title,
  .cid-r4TaRvGY2F .underline,
  .cid-r4TaRvGY2F .mbr-text,
  .cid-r4TaRvGY2F .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-r4TaRvGY2F .mbr-title,
.cid-r4TaRvGY2F .underline {
  color: #ffffff;
}
.cid-r4TaRvGY2F .mbr-text,
.cid-r4TaRvGY2F .mbr-section-btn {
  color: #ffffff;
}
.cid-r85IfWlIBj {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dc291e;
}
.cid-r85IfWlIBj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-r85IfWlIBj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-r85IfWlIBj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-r85IfWlIBj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-r85IfWlIBj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #dc291e);
}
.cid-r85IfWlIBj .icon-focus {
  display: none;
}
.cid-r85IfWlIBj .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: right;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-r85IfWlIBj ul {
  font-size: 0;
}
.cid-r85IfWlIBj .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-r85IfWlIBj .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-r85IfWlIBj .mbr-gallery-filter ul li .btn.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #dc291e, #000000);
}
.cid-r85IfWlIBj .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-r85IfWlIBj .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-r85IfWlIBj .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-r85IfWlIBj .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-r85IfWlIBj .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #dc291e, #000000);
  display: inline-block;
}
.cid-r85IfWlIBj .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-r85IfWlIBj .btn:hover {
  background: transparent !important;
}
.cid-r85IfWlIBj .btn:hover:before {
  background: transparent !important;
}
.cid-r85IfWlIBj .btn:before {
  background-color: transparent !important;
}
.cid-r85IfWlIBj .btn:focus {
  box-shadow: none;
}
.cid-r4TbigzBkE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-r4Tbd35GVl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r4Tbd35GVl .mbr-section-subtitle {
  color: #767676;
}
.cid-r4Tbd35GVl .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-r4Tbd35GVl .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #dc291e, #000000);
  display: inline-block;
}
.cid-r4Tbd35GVl .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-r4Tbd35GVl .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-r4Tbd35GVl .wrapper {
  padding: 2rem 1rem 1rem 1rem;
  background: #dc291e;
}
.cid-r4Tbd35GVl .card-overlay {
  display: none;
}
.cid-r4Tbd35GVl .mbr-section-title,
.cid-r4Tbd35GVl .underline,
.cid-r4Tbd35GVl .mbr-section-subtitle {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .cid-r4Tbd35GVl .image-element:hover .card-overlay {
    opacity: .5;
    border-bottom-right-radius: 7rem;
  }
  .cid-r4Tbd35GVl .image-element:hover .wrapper {
    padding-top: 0;
    border-bottom-right-radius: 7rem;
  }
  .cid-r4Tbd35GVl .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 3s;
    opacity: 1;
    max-height: 999px;
    border-bottom-right-radius: 7rem;
  }
  .cid-r4Tbd35GVl .image-element:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 7rem;
  }
  .cid-r4Tbd35GVl .image-element.popup-btn:hover .card-overlay {
    border-bottom-right-radius: 0 !important;
  }
  .cid-r4Tbd35GVl .image-element.popup-btn:hover .wrapper {
    border-bottom-right-radius: 0 !important;
  }
  .cid-r4Tbd35GVl .image-element.popup-btn:hover .wrapper .collapsed-content {
    border-bottom-right-radius: 0 !important;
  }
  .cid-r4Tbd35GVl .image-element.popup-btn:hover .wrapper .collapsed-content .mbr-section-btn {
    border-bottom-right-radius: 0 !important;
  }
  .cid-r4Tbd35GVl .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: transparent;
  }
  .cid-r4Tbd35GVl .wrapper .collapsed-content {
    transition: opacity 0.5s, max-height 1s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
  .cid-r4Tbd35GVl .card-overlay {
    transition: all .5s;
    opacity: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-r4Tbd35GVl .underline .line {
    height: 2px;
  }
  .cid-r4Tbd35GVl .card-title,
  .cid-r4Tbd35GVl .underline,
  .cid-r4Tbd35GVl .mbr-text,
  .cid-r4Tbd35GVl .mbr-section-btn,
  .cid-r4Tbd35GVl .mbr-section-subtitle,
  .cid-r4Tbd35GVl .mbr-section-title {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .cid-r4Tbd35GVl .main {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .cid-r4Tbd35GVl .mbr-section-title,
  .cid-r4Tbd35GVl .underline,
  .cid-r4Tbd35GVl .mbr-section-subtitle {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-r4Tbd35GVl H3 {
  color: #ffffff;
}
.cid-r4Tbd35GVl B {
  color: #ffffff;
}
.cid-r4Tbd35GVl .mbr-section-subtitle B {
  color: #000000;
}
.cid-r4Tbd35GVl .mbr-section-title,
.cid-r4Tbd35GVl .underline B {
  color: #000000;
}
.cid-r4Tbd35GVl .mbr-section-title,
.cid-r4Tbd35GVl .underline {
  color: #000000;
}
.cid-r4TbCPKL5W {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1371.jpg");
}
.cid-r4TbCPKL5W .card-support li img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-r4TbCPKL5W .card-support li img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
.cid-r4TbCPKL5W .mbr-section-title span {
  display: block;
}
.cid-r4TbCPKL5W .first-column,
.cid-r4TbCPKL5W .second-column {
  margin-bottom: 1rem;
}
.cid-r4TbCPKL5W .first-column ul,
.cid-r4TbCPKL5W .second-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-r4TbCPKL5W .first-column ul li,
.cid-r4TbCPKL5W .second-column ul li {
  margin-bottom: 1rem;
}
.cid-r4TbCPKL5W .card-support {
  margin-top: 1.5rem;
  padding: 0;
  list-style: none;
}
.cid-r4TbCPKL5W .card-support li {
  margin-bottom: .4rem;
  margin-right: .4rem;
  display: inline-block;
}
.cid-r4TbCPKL5W .mbr-iconfont {
  padding: 0 .5rem;
}
@media (max-width: 767px) {
  .cid-r4TbCPKL5W .card-support {
    text-align: center;
  }
}
.cid-r4TbCPKL5W .first-column-item {
  color: #ffffff;
}
.cid-sOtLBEgjhH {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("../../../assets/images/otica-visane-largo-da-ordem-em-curitiba-parana-tv-nestor-de-castro-160-960x641.jpg");
}
.cid-sOtLBEgjhH ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-sOtLBEgjhH ul li {
  padding: 1rem 0;
}
.cid-sOtLBEgjhH ul li:hover {
  color: #dc291e;
}
.cid-sOtLBEgjhH .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-sOtLBEgjhH .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-sOtLBEgjhH .google-map {
  flex: 1;
  display: -webkit-flex;
  -webkit-flex: 1;
  position: relative;
}
.cid-sOtLBEgjhH .map {
  padding: 0;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sOtLBEgjhH .map iframe {
  flex: 1;
  -webkit-flex: 1;
}
@media (min-width: 768px) {
  .cid-sOtLBEgjhH .map {
    height: auto;
  }
}
.cid-sOtLBEgjhH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-flex-wrap: wrap;
}
.cid-sOtLBEgjhH .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
}
.cid-sOtLBEgjhH .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sOtLBEgjhH .social-list a:hover {
  opacity: 1;
}
.cid-sOtLBEgjhH .row-element,
.cid-sOtLBEgjhH .image-element {
  padding: 0;
}
.cid-sOtLBEgjhH .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sOtLBEgjhH .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #dc291e, #000000);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sOtLBEgjhH .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sOtLBEgjhH .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sOtLBEgjhH .text-content {
    padding: 2rem 1rem;
  }
  .cid-sOtLBEgjhH .underline .line {
    height: 2px;
  }
  .cid-sOtLBEgjhH .mbr-title,
  .cid-sOtLBEgjhH .underline,
  .cid-sOtLBEgjhH .mbr-text,
  .cid-sOtLBEgjhH .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sOtLBEgjhH .mbr-title,
.cid-sOtLBEgjhH .underline {
  color: #ffffff;
}
.cid-sOtLBEgjhH .mbr-text,
.cid-sOtLBEgjhH .mbr-section-btn {
  color: #ffffff;
}
.cid-sOtLBEgjhH mbr-list LI {
  color: #ffffff;
}
.cid-sOtLBEgjhH mbr-list {
  text-align: center;
}
.cid-sOtLBEgjhH .mbr-list,
.cid-sOtLBEgjhH .social-list mbr-list {
  color: #ffffff;
}
.cid-sOtLBEgjhH .mbr-list,
.cid-sOtLBEgjhH .social-list {
  color: #ffffff;
}
.cid-r8L99yDlZ4 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #000000;
}
.cid-r8L99yDlZ4 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-r8L99yDlZ4 ul li {
  padding: 1rem 0;
}
.cid-r8L99yDlZ4 ul li:hover {
  color: #dc291e;
}
.cid-r8L99yDlZ4 .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-r8L99yDlZ4 .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-r8L99yDlZ4 .google-map {
  flex: 1;
  display: -webkit-flex;
  -webkit-flex: 1;
  position: relative;
}
.cid-r8L99yDlZ4 .map {
  padding: 0;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r8L99yDlZ4 .map iframe {
  flex: 1;
  -webkit-flex: 1;
}
@media (min-width: 768px) {
  .cid-r8L99yDlZ4 .map {
    height: auto;
  }
}
.cid-r8L99yDlZ4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-flex-wrap: wrap;
}
.cid-r8L99yDlZ4 .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
}
.cid-r8L99yDlZ4 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r8L99yDlZ4 .social-list a:hover {
  opacity: 1;
}
.cid-r8L99yDlZ4 .row-element,
.cid-r8L99yDlZ4 .image-element {
  padding: 0;
}
.cid-r8L99yDlZ4 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-r8L99yDlZ4 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #dc291e, #000000);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-r8L99yDlZ4 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-r8L99yDlZ4 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r8L99yDlZ4 .text-content {
    padding: 2rem 1rem;
  }
  .cid-r8L99yDlZ4 .underline .line {
    height: 2px;
  }
  .cid-r8L99yDlZ4 .mbr-title,
  .cid-r8L99yDlZ4 .underline,
  .cid-r8L99yDlZ4 .mbr-text,
  .cid-r8L99yDlZ4 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-r8L99yDlZ4 .mbr-title,
.cid-r8L99yDlZ4 .underline {
  color: #ffffff;
}
.cid-r8L99yDlZ4 .mbr-text,
.cid-r8L99yDlZ4 .mbr-section-btn {
  color: #ffffff;
}
.cid-r8L99yDlZ4 mbr-list LI {
  color: #ffffff;
}
.cid-r8L99yDlZ4 mbr-list {
  text-align: center;
}
.cid-r8L99yDlZ4 .mbr-list,
.cid-r8L99yDlZ4 .social-list mbr-list {
  color: #ffffff;
}
.cid-r4TbSneQoT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-r4TbSneQoT .social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
  -webkit-align-items: center;
  -webkit-justify-content: flex-end;
}
.cid-r4TbSneQoT .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-r4TbSneQoT .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-r4TbSneQoT .logo-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 4rem;
  -webkit-align-items: center;
  -webkit-justify-content: flex-start;
}
.cid-r4TbSneQoT .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.9rem;
  height: 4em;
  line-height: 4em;
  border-radius: 50%;
  background-color: #232323;
  width: 4em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-r4TbSneQoT .icon-transition span:hover {
  background-color: #000000;
}
.cid-r4TbSneQoT .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-r4TbSneQoT .social-media {
    justify-content: center;
    padding-right: 0rem;
    -webkit-justify-content: center;
  }
  .cid-r4TbSneQoT .logo-section {
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
    -webkit-justify-content: center;
  }
  .cid-r4TbSneQoT .mbr-text {
    margin-bottom: 1.5rem;
  }
}
