﻿.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fafbfb;
}
body {
  font-family: Manrope;
}

h1, h2, h3, p, .display-1, .display-5 {
  font-family: 'Russo One', sans-serif;
}


.display-1 {
  font-family: 'Russo One';
  font-size: 8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 10rem;
}

.display-1 > .mbr-iconfont {
  font-size: 10rem;
}

.display-1-mod {
  font-family: 'Garet-Book';
  font-size: 11rem;
  line-height: 1;
}

.display-1-mod > .mbr-iconfont {
  font-size: 10rem;
}

.display-2 {
  font-family: 'Russo One';
  font-size: 3.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Russo One';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}

.display-5-mod {
  font-family: 'Garet-Book';
  font-size: 2.2rem;
  line-height: 1.5;
}

.display-5-mod > .mbr-iconfont {
  font-size: 2.75rem;
}

.display-5 {
  font-family: 'Russo One';
  font-size: 2.2rem;
  line-height: 1.5;
}

.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Russo One';
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 6.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6rem;
    font-size: calc( 3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 5.6rem;
    font-size: calc( 3.45rem + (8 - 3.45) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.45rem + (8 - 3.45) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f99c2c !important;
}
.bg-secondary {
  background-color: #4c4c4b !important;
}
.bg-success {
  background-color: #ffc091 !important;
}
.bg-info {
  background-color: #f99c2c !important;
}
.bg-warning {
  background-color: #ffc71f !important;
}
.bg-danger {
  background-color: #f80d36 !important;
}
.btn-primary {
  overflow: hidden;
  border-color: #f99c2c;
  border-width: 5px !important;
  box-shadow: none;
}
.btn-primary,
.btn-primary:active {
  background-color: #f99c2c !important;
  border-color: #f99c2c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active,
.btn-primary:active:focus {
  box-shadow: none !important;
  color: #ffffff !important;
  background-color: #fab35e !important;
  border-color: #fab35e !important;
  transform: scale(1.1);
}
.btn-primary:hover div,
.btn-primary:focus div,
.btn-primary.focus div,
.btn-primary.active div,
.btn-primary:active:focus div {
  overflow: hidden;
}
.btn-primary:hover span,
.btn-primary:focus span,
.btn-primary.focus span,
.btn-primary.active span,
.btn-primary:active:focus span {
  overflow: hidden;
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-primary:hover span::before,
.btn-primary:focus span::before,
.btn-primary.focus span::before,
.btn-primary.active span::before,
.btn-primary:active:focus span::before {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-primary span {
  display: block;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fab35e !important;
}
.btn-secondary {
  overflow: hidden;
  border-color: #4c4c4b;
  border-width: 5px !important;
  box-shadow: none;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4c4c4b !important;
  border-color: #4c4c4b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active,
.btn-secondary:active:focus {
  box-shadow: none !important;
  color: #ffffff !important;
  background-color: #666664 !important;
  border-color: #666664 !important;
  transform: scale(1.1);
}
.btn-secondary:hover div,
.btn-secondary:focus div,
.btn-secondary.focus div,
.btn-secondary.active div,
.btn-secondary:active:focus div {
  overflow: hidden;
}
.btn-secondary:hover span,
.btn-secondary:focus span,
.btn-secondary.focus span,
.btn-secondary.active span,
.btn-secondary:active:focus span {
  overflow: hidden;
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-secondary:hover span::before,
.btn-secondary:focus span::before,
.btn-secondary.focus span::before,
.btn-secondary.active span::before,
.btn-secondary:active:focus span::before {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-secondary span {
  display: block;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #666664 !important;
}
.btn-info {
  overflow: hidden;
  border-color: #f99c2c;
  border-width: 5px !important;
  box-shadow: none;
}
.btn-info,
.btn-info:active {
  background-color: #f99c2c !important;
  border-color: #f99c2c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active,
.btn-info:active:focus {
  box-shadow: none !important;
  color: #ffffff !important;
  background-color: #fab35e !important;
  border-color: #fab35e !important;
  transform: scale(1.1);
}
.btn-info:hover div,
.btn-info:focus div,
.btn-info.focus div,
.btn-info.active div,
.btn-info:active:focus div {
  overflow: hidden;
}
.btn-info:hover span,
.btn-info:focus span,
.btn-info.focus span,
.btn-info.active span,
.btn-info:active:focus span {
  overflow: hidden;
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-info:hover span::before,
.btn-info:focus span::before,
.btn-info.focus span::before,
.btn-info.active span::before,
.btn-info:active:focus span::before {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-info span {
  display: block;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #fab35e !important;
}
.btn-success {
  overflow: hidden;
  border-color: #ffc091;
  border-width: 5px !important;
  box-shadow: none;
}
.btn-success,
.btn-success:active {
  background-color: #ffc091 !important;
  border-color: #ffc091 !important;
  color: #913e00 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active,
.btn-success:active:focus {
  box-shadow: none !important;
  color: #c45400 !important;
  background-color: #ffddc4 !important;
  border-color: #ffddc4 !important;
  transform: scale(1.1);
}
.btn-success:hover div,
.btn-success:focus div,
.btn-success.focus div,
.btn-success.active div,
.btn-success:active:focus div {
  overflow: hidden;
}
.btn-success:hover span,
.btn-success:focus span,
.btn-success.focus span,
.btn-success.active span,
.btn-success:active:focus span {
  overflow: hidden;
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-success:hover span::before,
.btn-success:focus span::before,
.btn-success.focus span::before,
.btn-success.active span::before,
.btn-success:active:focus span::before {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-success span {
  display: block;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #913e00 !important;
  background-color: #ffddc4 !important;
}
.btn-warning {
  overflow: hidden;
  border-color: #ffc71f;
  border-width: 5px !important;
  box-shadow: none;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc71f !important;
  border-color: #ffc71f !important;
  color: #1f1700 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active,
.btn-warning:active:focus {
  box-shadow: none !important;
  color: #523d00 !important;
  background-color: #ffd452 !important;
  border-color: #ffd452 !important;
  transform: scale(1.1);
}
.btn-warning:hover div,
.btn-warning:focus div,
.btn-warning.focus div,
.btn-warning.active div,
.btn-warning:active:focus div {
  overflow: hidden;
}
.btn-warning:hover span,
.btn-warning:focus span,
.btn-warning.focus span,
.btn-warning.active span,
.btn-warning:active:focus span {
  overflow: hidden;
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-warning:hover span::before,
.btn-warning:focus span::before,
.btn-warning.focus span::before,
.btn-warning.active span::before,
.btn-warning:active:focus span::before {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-warning span {
  display: block;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f1700 !important;
  background-color: #ffd452 !important;
}
.btn-danger {
  overflow: hidden;
  border-color: #f80d36;
  border-width: 5px !important;
  box-shadow: none;
}
.btn-danger,
.btn-danger:active {
  background-color: #f80d36 !important;
  border-color: #f80d36 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active,
.btn-danger:active:focus {
  box-shadow: none !important;
  color: #ffffff !important;
  background-color: #f93f5f !important;
  border-color: #f93f5f !important;
  transform: scale(1.1);
}
.btn-danger:hover div,
.btn-danger:focus div,
.btn-danger.focus div,
.btn-danger.active div,
.btn-danger:active:focus div {
  overflow: hidden;
}
.btn-danger:hover span,
.btn-danger:focus span,
.btn-danger.focus span,
.btn-danger.active span,
.btn-danger:active:focus span {
  overflow: hidden;
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-danger:hover span::before,
.btn-danger:focus span::before,
.btn-danger.focus span::before,
.btn-danger.active span::before,
.btn-danger:active:focus span::before {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-danger span {
  display: block;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f93f5f !important;
}
.btn-white {
  overflow: hidden;
  border-color: #eff0ec;
  border-width: 5px !important;
  box-shadow: none;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active,
.btn-white:active:focus {
  box-shadow: none !important;
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transform: scale(1.1);
}
.btn-white:hover div,
.btn-white:focus div,
.btn-white.focus div,
.btn-white.active div,
.btn-white:active:focus div {
  overflow: hidden;
}
.btn-white:hover span,
.btn-white:focus span,
.btn-white.focus span,
.btn-white.active span,
.btn-white:active:focus span {
  overflow: hidden;
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-white:hover span::before,
.btn-white:focus span::before,
.btn-white.focus span::before,
.btn-white.active span::before,
.btn-white:active:focus span::before {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-white span {
  display: block;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
}
.btn-black {
  overflow: hidden;
  border-color: #232323;
  border-width: 5px !important;
  box-shadow: none;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active,
.btn-black:active:focus {
  box-shadow: none !important;
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  transform: scale(1.1);
}
.btn-black:hover div,
.btn-black:focus div,
.btn-black.focus div,
.btn-black.active div,
.btn-black:active:focus div {
  overflow: hidden;
}
.btn-black:hover span,
.btn-black:focus span,
.btn-black.focus span,
.btn-black.active span,
.btn-black:active:focus span {
  overflow: hidden;
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-black:hover span::before,
.btn-black:focus span::before,
.btn-black.focus span::before,
.btn-black.active span::before,
.btn-black:active:focus span::before {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-black span {
  display: block;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
}
.btn-primary-outline {
  box-shadow: none;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f99c2c;
  color: #f99c2c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c97006 !important;
  background-color: transparent !important;
  border-color: #c97006 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f99c2c !important;
  border-color: #f99c2c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f99c2c;
  color: #f99c2c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c97006 !important;
  background-color: transparent !important;
  border-color: #c97006 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f99c2c !important;
  border-color: #f99c2c !important;
}
.btn-secondary-outline {
  box-shadow: none;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4c4c4b;
  color: #4c4c4b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #202020 !important;
  background-color: transparent !important;
  border-color: #202020 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4c4c4b !important;
  border-color: #4c4c4b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4c4c4b;
  color: #4c4c4b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #202020 !important;
  background-color: transparent !important;
  border-color: #202020 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4c4c4b !important;
  border-color: #4c4c4b !important;
}
.btn-info-outline {
  box-shadow: none;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f99c2c;
  color: #f99c2c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c97006 !important;
  background-color: transparent !important;
  border-color: #c97006 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f99c2c !important;
  border-color: #f99c2c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f99c2c;
  color: #f99c2c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c97006 !important;
  background-color: transparent !important;
  border-color: #c97006 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f99c2c !important;
  border-color: #f99c2c !important;
}
.btn-success-outline {
  box-shadow: none;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffc091;
  color: #ffc091;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ff8e3a !important;
  background-color: transparent !important;
  border-color: #ff8e3a !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #913e00 !important;
  background-color: #ffc091 !important;
  border-color: #ffc091 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffc091;
  color: #ffc091;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ff8e3a !important;
  background-color: transparent !important;
  border-color: #ff8e3a !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #913e00 !important;
  background-color: #ffc091 !important;
  border-color: #ffc091 !important;
}
.btn-warning-outline {
  box-shadow: none;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc71f;
  color: #ffc71f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c79500 !important;
  background-color: transparent !important;
  border-color: #c79500 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f1700 !important;
  background-color: #ffc71f !important;
  border-color: #ffc71f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc71f;
  color: #ffc71f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c79500 !important;
  background-color: transparent !important;
  border-color: #c79500 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f1700 !important;
  background-color: #ffc71f !important;
  border-color: #ffc71f !important;
}
.btn-danger-outline {
  box-shadow: none;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f80d36;
  color: #f80d36;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a90522 !important;
  background-color: transparent !important;
  border-color: #a90522 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f80d36 !important;
  border-color: #f80d36 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f80d36;
  color: #f80d36;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a90522 !important;
  background-color: transparent !important;
  border-color: #a90522 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f80d36 !important;
  border-color: #f80d36 !important;
}
.btn-black-outline {
  box-shadow: none;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline {
  box-shadow: none;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f99c2c !important;
}
.text-secondary {
  color: #4c4c4b !important;
}
.text-success {
  color: #ffc091 !important;
}
.text-info {
  color: #f99c2c !important;
}
.text-warning {
  color: #ffc71f !important;
}
.text-danger {
  color: #f80d36 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ba6805 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #191918 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ff862b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ba6805 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b88a00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9b041f !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f99c2c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f99c2c;
}
.alert-warning {
  background-color: #ffc71f;
}
.alert-danger {
  background-color: #f80d36;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f99c2c;
  border-color: #f99c2c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f99c2c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff9f2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff9f2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffaeb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fed3db;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Russo One';
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f99c2c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Russo One';
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #f99c2c;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f99c2c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f99c2c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f99c2c;
  border-bottom-color: #f99c2c;
}
.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: #000000 !important;
  background-color: #f99c2c !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: #4c4c4b !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%;
  width: 100%;
  height: auto;
}
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='%23f99c2c' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@keyframes blurAndScale {
  0% {
    filter: blur(0px);
    transform: scale(1);
  }
  50% {
    filter: blur(5px);
    transform: scale(1.2);
  }
  100% {
    filter: blur(0px);
    transform: scale(1);
  }
}

.cid-uCjQxXRCCd {
  display: flex;
  background-image: url("../../../assets/images/background1.jpg");
}



.cid-uCjQxXRCCd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/background1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(5px);
  z-index: -1;
  animation: blurAndScale 5s ease-in-out infinite;
}

.content-wrap {
  position: relative;
  z-index: 1;
}

.content-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('your-background-image.jpg'); /* РЈРєР°Р¶РёС‚Рµ РїСѓС‚СЊ Рє РёР·РѕР±СЂР°Р¶РµРЅРёСЋ */
  background-size: cover;
  background-position: center;
  filter: blur(10px); /* Р Р°Р·РјС‹С‚РёРµ */
  z-index: -1;
}


.blur-image {
  filter: blur(5px);
}


.cid-uCjQxXRCCd .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uCjQxXRCCd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCjQxXRCCd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCjQxXRCCd .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uCjQxXRCCd .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uCjQxXRCCd {
    align-items: center;
  }
  .cid-uCjQxXRCCd .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uCjQxXRCCd .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uCjQxXRCCd {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uCjQxXRCCd .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uCjQxXRCCd .content-wrap {
    width: 100%;
  }
}
.cid-uCjQxXRCCd .mbr-section-title {
  text-align: center;
  color: #ffa283;
}
.cid-uCjQxXRCCd .mbr-text,
.cid-uCjQxXRCCd .mbr-section-btn {
  text-align: center;
}
.cid-uCtYFfU0vc {
  background-image: url("../../../assets/images/photo-1498050108023-c5249f4df085-1200x799.jpg");
}
.cid-uCtYFfU0vc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCtYFfU0vc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCtYFfU0vc .mbr-section-title {
  color: #f99c2c;
  text-align: center;
}
.cid-uCtYFfU0vc .mbr-text,
.cid-uCtYFfU0vc .mbr-section-btn {
  color: #ffffff;
}
.cid-uCjqwx1L83 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffcee;
}
.cid-uCjqwx1L83 .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 767px) {
  .cid-uCjqwx1L83 .display-1 {
    font-size: 2rem;
  }
}
.cid-uCjqwx1L83 a {
  display: block;
  width: 100%;
}
.cid-uCjqwx1L83 a:hover {
  background-image: none !important;
}
.cid-uCjqwx1L83 .content-wrap {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.cid-uCjqwx1L83 .content-wrap:before {
  content: '';
  width: 150%;
  height: 0%;
  background: #f99c2c;
  position: absolute;
  transition: all 0.5s;
  left: -25%;
  bottom: -25%;
  transform: rotate(2deg);
}
.cid-uCjqwx1L83 .content-wrap:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  transition: all 0.5s;
  background: #f99c2c;
  right: 20px;
  top: 50%;
  transform: translateY(-10px);
  border-radius: 50%;
}
.cid-uCjqwx1L83 .content-wrap:hover:before {
  height: 150%;
}
.cid-uCjqwx1L83 .content-wrap:hover:after {
  background-color: #fafbfb;
  right: 40px;
}
.cid-uCjqwx1L83 .content-wrap:hover .mbr-section-title,
.cid-uCjqwx1L83 .content-wrap:hover .mbr-section-title a {
  color: #fafbfb !important;
  z-index: 2;
  position: relative;
}
.cid-uCjqwx1L83 .content-wrap:hover .mbr-section-title {
  padding-left: 2rem;
}
.cid-uCjqwx1L83 .mbr-section-title {
  margin-top: 2rem;
  transition: all 0.3s;
  padding: 0 1rem;
  color: #d70081;
}
.cid-uCjqwx1L83 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uCjqwx1L83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCjqwx1L83 .mbr-section-subtitle,
.cid-uCjqwx1L83 .line {
  color: #291f1e;
}
.cid-uCjqwx1L83 .mbr-text,
.cid-uCjqwx1L83 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uCjqwx1L83 .mbr-section-title,
.cid-uCjqwx1L83 .line {
  color: #000000;
}
.cid-uCjqwx1L83 .mbr-section-subtitle {
  color: #000000;
}
.cid-uCozVAPeME {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uCozVAPeME .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCozVAPeME .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uCozVAPeME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCozVAPeME .item-wrapper {
  background: #fffcee;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uCozVAPeME .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCozVAPeME .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uCozVAPeME .card-title,
.cid-uCozVAPeME .iconfont-wrapper {
  color: #000000;
}
.cid-uCozVAPeME .card-text {
  color: #000000;
}
.cid-uCozVAPeME .content-head {
  max-width: 800px;
}
.cid-uCozVAPeME .mbr-section-title {
  color: #ffa432;
}
.cid-uCoEd2a4kJ {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f99c2c;
}
.cid-uCoEd2a4kJ .item:focus,
.cid-uCoEd2a4kJ span:focus {
  outline: none;
}
.cid-uCoEd2a4kJ .item {
  cursor: pointer;
}
.cid-uCoEd2a4kJ .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uCoEd2a4kJ .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uCoEd2a4kJ .grid-container-1,
.cid-uCoEd2a4kJ .grid-container-2,
.cid-uCoEd2a4kJ .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uCoEd2a4kJ .grid-container-1,
  .cid-uCoEd2a4kJ .grid-container-2,
  .cid-uCoEd2a4kJ .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uCoEd2a4kJ .mbr-section-title {
  color: #000000;
}
.cid-uCoEd2a4kJ .mbr-text,
.cid-uCoEd2a4kJ .mbr-section-btn {
  color: #000000;
}
.cid-uCoEd2a4kJ .content-head {
  max-width: 800px;
}
.cid-uCoEd2a4kJ .container,
.cid-uCoEd2a4kJ .container-fluid {
  overflow: hidden;
}
.cid-uCoEd2a4kJ .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uCoEd2a4kJ .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uCoEd2a4kJ .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uCoEd2a4kJ .grid-item img {
    min-width: 35vw;
  }
}
.cid-uCoEd2a4kJ .grid-container-1,
.cid-uCoEd2a4kJ .grid-container-2,
.cid-uCoEd2a4kJ .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uCoEd2a4kJ .grid-container-1 {
  align-items: flex-end;
}
.cid-uCoEd2a4kJ .grid-container-2 {
  align-items: flex-start;
}
.cid-uCu0EMXUas {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uCu0EMXUas .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCu0EMXUas .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCu0EMXUas .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uCu0EMXUas .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCu0EMXUas .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uCu0EMXUas .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uCu0EMXUas .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #ffa600;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uCu0EMXUas .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uCu0EMXUas .panel-group .card_1 {
  background-color: #f99c2c;
}
.cid-uCu0EMXUas .panel-group .card_1 .card-header .panel-title .tags-wrapper .list_1 .item-wrap {
  border: 3px solid #232323;
}
@media (max-width: 992px) {
  .cid-uCu0EMXUas .panel-group .card_1 .card-header .panel-title .tags-wrapper .list_1 .item-wrap {
    border: 2px solid #232323;
  }
}
.cid-uCu0EMXUas .panel-group .card_1 .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #232323;
}
.cid-uCu0EMXUas .panel-group .card_2 {
  background-color: #232323;
}
.cid-uCu0EMXUas .panel-group .card_2 .card-header .panel-title .tags-wrapper .list_2 .item-wrap {
  border: 3px solid #f99c2c;
}
@media (max-width: 992px) {
  .cid-uCu0EMXUas .panel-group .card_2 .card-header .panel-title .tags-wrapper .list_2 .item-wrap {
    border: 2px solid #f99c2c;
  }
}
.cid-uCu0EMXUas .panel-group .card_2 .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #f99c2c;
}
.cid-uCu0EMXUas .panel-group .card_3 {
  background-color: #f99c2c;
}
.cid-uCu0EMXUas .panel-group .card_3 .card-header .panel-title .tags-wrapper .list_3 .item-wrap {
  border: 3px solid #000000;
}
@media (max-width: 992px) {
  .cid-uCu0EMXUas .panel-group .card_3 .card-header .panel-title .tags-wrapper .list_3 .item-wrap {
    border: 2px solid #000000;
  }
}
.cid-uCu0EMXUas .panel-group .card_3 .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uCu0EMXUas .panel-group .card_4 {
  background-color: #232323;
}
.cid-uCu0EMXUas .panel-group .card_4 .card-header .panel-title .tags-wrapper .list_4 .item-wrap {
  border: 3px solid #f99c2c;
}
@media (max-width: 992px) {
  .cid-uCu0EMXUas .panel-group .card_4 .card-header .panel-title .tags-wrapper .list_4 .item-wrap {
    border: 2px solid #f99c2c;
  }
}
.cid-uCu0EMXUas .panel-group .card_4 .card-header .panel-title .icon-wrapper .mbr-iconfont {
  color: #f99c2c;
}
.cid-uCu0EMXUas .panel-group .card {
  position: relative;
  padding: 64px 50px 100px;
  border: none;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-uCu0EMXUas .panel-group .card {
    padding: 36px 24px 100px;
  }
}
.cid-uCu0EMXUas .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uCu0EMXUas .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uCu0EMXUas .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uCu0EMXUas .panel-group .card .card-header .panel-title {
    display: block;
  }
}
.cid-uCu0EMXUas .panel-group .card .card-header .panel-title .panel-title-edit_1,
.cid-uCu0EMXUas .panel-group .card .card-header .panel-title .panel-title-edit_2,
.cid-uCu0EMXUas .panel-group .card .card-header .panel-title .panel-title-edit_3,
.cid-uCu0EMXUas .panel-group .card .card-header .panel-title .panel-title-edit_4 {
  width: 33%;
  margin-bottom: 0;
  padding-right: 16px;
}
@media (max-width: 1500px) {
  .cid-uCu0EMXUas .panel-group .card .card-header .panel-title .panel-title-edit_1,
  .cid-uCu0EMXUas .panel-group .card .card-header .panel-title .panel-title-edit_2,
  .cid-uCu0EMXUas .panel-group .card .card-header .panel-title .panel-title-edit_3,
  .cid-uCu0EMXUas .panel-group .card .card-header .panel-title .panel-title-edit_4 {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uCu0EMXUas .panel-group .card .card-header .panel-title .panel-title-edit_1,
  .cid-uCu0EMXUas .panel-group .card .card-header .panel-title .panel-title-edit_2,
  .cid-uCu0EMXUas .panel-group .card .card-header .panel-title .panel-title-edit_3,
  .cid-uCu0EMXUas .panel-group .card .card-header .panel-title .panel-title-edit_4 {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uCu0EMXUas .panel-group .card .card-header .panel-title .tags-wrapper {
  width: 55%;
}
@media (max-width: 1500px) {
  .cid-uCu0EMXUas .panel-group .card .card-header .panel-title .tags-wrapper {
    width: 43%;
  }
}
@media (max-width: 992px) {
  .cid-uCu0EMXUas .panel-group .card .card-header .panel-title .tags-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uCu0EMXUas .panel-group .card .card-header .panel-title .tags-wrapper .list_1,
.cid-uCu0EMXUas .panel-group .card .card-header .panel-title .tags-wrapper .list_2,
.cid-uCu0EMXUas .panel-group .card .card-header .panel-title .tags-wrapper .list_3,
.cid-uCu0EMXUas .panel-group .card .card-header .panel-title .tags-wrapper .list_4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uCu0EMXUas .panel-group .card .card-header .panel-title .tags-wrapper .item-wrap {
  padding: 16px 32px;
  border-radius: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 0;
}
@media (max-width: 992px) {
  .cid-uCu0EMXUas .panel-group .card .card-header .panel-title .tags-wrapper .item-wrap {
    padding: 8px 18px;
  }
}
.cid-uCu0EMXUas .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 12%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 64px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 1440px) {
  .cid-uCu0EMXUas .panel-group .card .card-header .panel-title .icon-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uCu0EMXUas .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 100%;
    justify-content: flex-start;
    padding-left: 0;
  }
}
.cid-uCu0EMXUas .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 50px;
  transform: rotate(45deg);
}
.cid-uCu0EMXUas .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uCu0EMXUas .panel-group .card .panel-collapse .panel-body {
  margin-top: 48px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uCu0EMXUas .panel-group .card .panel-collapse .panel-body {
    margin-top: 32px;
  }
}
.cid-uCu0EMXUas .panel-group .card .panel-collapse .panel-body .text-wrap {
  width: 67%;
}
@media (max-width: 1500px) {
  .cid-uCu0EMXUas .panel-group .card .panel-collapse .panel-body .text-wrap {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .cid-uCu0EMXUas .panel-group .card .panel-collapse .panel-body .text-wrap {
    width: 100%;
  }
}
.cid-uCu0EMXUas .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text_1,
.cid-uCu0EMXUas .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text_2,
.cid-uCu0EMXUas .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text_3,
.cid-uCu0EMXUas .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text_4 {
  display: inline-block;
  margin-bottom: 22px;
}
.cid-uCu0EMXUas .panel-group .card .panel-collapse .panel-body .text-wrap .mbr-section-btn .btn .mbr-iconfont {
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.cid-uCu0EMXUas .panel-group .card .panel-collapse .panel-body .text-wrap .mbr-section-btn .btn:hover .mbr-iconfont,
.cid-uCu0EMXUas .panel-group .card .panel-collapse .panel-body .text-wrap .mbr-section-btn .btn:focus .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uCu0EMXUas .mbr-section-title {
  color: #000000;
}
.cid-uCu0EMXUas .panel-title-edit_1 {
  color: #000000;
}
.cid-uCu0EMXUas .panel-title-edit_2 {
  color: #ffffff;
}
.cid-uCu0EMXUas .panel-title-edit_3 {
  color: #000000;
}
.cid-uCu0EMXUas .panel-title-edit_4 {
  color: #000000;
}
.cid-uCu0EMXUas .list_1 {
  color: #000000;
}
.cid-uCu0EMXUas .list_2 {
  color: #ffffff;
}
.cid-uCu0EMXUas .list_3 {
  color: #000000;
}
.cid-uCu0EMXUas .list_4 {
  color: #000000;
}
.cid-uCu0EMXUas .panel-text_1 {
  color: #000000;
}
.cid-uCu0EMXUas .panel-text_2 {
  color: #ffffff;
}
.cid-uCu0EMXUas .panel-text_3 {
  color: #000000;
}
.cid-uCu0EMXUas .panel-text_4 {
  color: #000000;
}
.cid-uCu0EMXUas .mbr-section-title,
.cid-uCu0EMXUas .icon-wrap {
  color: #232323;
  text-align: left;
}
.cid-uCu0EMXUas .panel-title-edit_1,
.cid-uCu0EMXUas .icon-wrapper {
  color: #232323;
}
.cid-uCu0EMXUas .list_1,
.cid-uCu0EMXUas .item-wrap_1 {
  color: #232323;
}
.cid-uCu0EMXUas .panel-text_1,
.cid-uCu0EMXUas .panel-body,
.cid-uCu0EMXUas .mbr-section-btn {
  color: #232323;
}
.cid-uCu0EMXUas .panel-title-edit_4,
.cid-uCu0EMXUas .icon-wrapper {
  color: #ffa600;
}
.cid-uCu0EMXUas .list_4,
.cid-uCu0EMXUas .item-wrap_4 {
  color: #f99c2c;
}
.cid-uCu0EMXUas .panel-text_4,
.cid-uCu0EMXUas .panel-body,
.cid-uCu0EMXUas .mbr-section-btn {
  color: #f99c2c;
}
.cid-uCu0EMXUas .panel-title-edit_2,
.cid-uCu0EMXUas .icon-wrapper {
  color: #f99c2c;
}
.cid-uCu0EMXUas .list_2,
.cid-uCu0EMXUas .item-wrap_2 {
  color: #f99c2c;
}
.cid-uCu0EMXUas .panel-text_2,
.cid-uCu0EMXUas .panel-body,
.cid-uCu0EMXUas .mbr-section-btn {
  color: #f99c2c;
}
.cid-uCub0d8rjE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f99c2c;
}
.cid-uCub0d8rjE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCub0d8rjE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCub0d8rjE .items-wrap {
  justify-content: center;
}
.cid-uCub0d8rjE .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCub0d8rjE .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uCub0d8rjE .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCub0d8rjE .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uCub0d8rjE .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uCub0d8rjE .item {
    margin-bottom: 16px;
  }
}
.cid-uCub0d8rjE .item:hover .item-wrapper,
.cid-uCub0d8rjE .item:focus .item-wrapper {
  border: 2px solid #f96e47;
}
.cid-uCub0d8rjE .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #232323;
  border: 2px solid #232323;
}
@media (max-width: 1200px) {
  .cid-uCub0d8rjE .item .item-wrapper {
    padding: 24px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uCub0d8rjE .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cid-uCub0d8rjE .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uCub0d8rjE .item .item-wrapper .card-box .item-price {
  margin-bottom: 8px;
}
.cid-uCub0d8rjE .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uCub0d8rjE .item .item-wrapper .card-box .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin-top: 20px;
}
.cid-uCub0d8rjE .item .item-wrapper .card-box .list-wrapper {
  margin-top: 24px;
}
.cid-uCub0d8rjE .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uCub0d8rjE .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  padding-left: 36px;
  position: relative;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uCub0d8rjE .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uCub0d8rjE .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uCub0d8rjE .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: 'вњ“';
  position: absolute;
  top: 4px;
  left: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 16px;
}
.cid-uCub0d8rjE .item .item-wrapper .card-box .list-wrapper .list_1 .item-wrap::before {
  color: #ffa600;
  background-color: #ffca66;
}
.cid-uCub0d8rjE .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap::before {
  color: #ffa600;
  background-color: #ffca66;
}
.cid-uCub0d8rjE .item .item-wrapper .card-box .list-wrapper .list_3 .item-wrap::before {
  color: #ffa600;
  background-color: #ffca66;
}
.cid-uCub0d8rjE .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uCub0d8rjE .item .item-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uCub0d8rjE .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  padding: 14px;
}
.cid-uCub0d8rjE .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uCub0d8rjE .item-title {
  color: #272b2e;
  text-align: center;
}
.cid-uCub0d8rjE .item-price {
  color: #9e6219;
  text-align: center;
}
.cid-uCub0d8rjE .item-desc {
  color: #272b2e;
  text-align: center;
}
.cid-uCub0d8rjE .list {
  color: #272b2e;
}
.cid-uCub0d8rjE .item-title,
.cid-uCub0d8rjE .icon-wrapper {
  color: #ffa600;
  text-align: center;
}
.cid-uCub0d8rjE .list,
.cid-uCub0d8rjE .item-wrap {
  color: #ffa600;
}
.cid-uCjqwwZKRj {
  display: flex;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1560472355-a3b4bcfe790c.jpeg");
}
.cid-uCjqwwZKRj .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uCjqwwZKRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCjqwwZKRj .line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uCjqwwZKRj .line {
    margin-bottom: 10rem;
  }
}
.cid-uCjqwwZKRj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCjqwwZKRj p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uCjqwwZKRj {
    align-items: center;
  }
  .cid-uCjqwwZKRj .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uCjqwwZKRj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uCjqwwZKRj {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uCjqwwZKRj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uCjqwwZKRj .content-wrap {
    width: 100%;
  }
}
.cid-uCjqwwZKRj .mbr-section-subtitle,
.cid-uCjqwwZKRj .line {
  color: #ffffff;
}
.cid-uCjqwwZKRj .mbr-text,
.cid-uCjqwwZKRj .mbr-section-btn {
  text-align: left;
}
.cid-uCZlAj43Yq .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uCZlAj43Yq .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uCZlAj43Yq .nav-item:focus,
.cid-uCZlAj43Yq .nav-link:focus {
  outline: none;
}
.cid-uCZlAj43Yq .text-white:hover,
.cid-uCZlAj43Yq .text-white:active,
.cid-uCZlAj43Yq .text-white:focus {
  color: white!important;
}
.cid-uCZlAj43Yq .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #4e4e4e;
  background: none;
}
.cid-uCZlAj43Yq .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uCZlAj43Yq .navbar.opened {
  transition: all .3s;
  background: #4e4e4e !important;
}
.cid-uCZlAj43Yq .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uCZlAj43Yq .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uCZlAj43Yq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCZlAj43Yq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCZlAj43Yq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uCZlAj43Yq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCZlAj43Yq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCZlAj43Yq .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-uCZlAj43Yq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCZlAj43Yq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uCZlAj43Yq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uCZlAj43Yq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCZlAj43Yq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCZlAj43Yq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uCZlAj43Yq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCZlAj43Yq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCZlAj43Yq .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-uCZlAj43Yq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uCZlAj43Yq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCZlAj43Yq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCZlAj43Yq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uCZlAj43Yq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uCZlAj43Yq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uCZlAj43Yq .navbar.navbar-short {
  background: #4e4e4e !important;
  min-height: 60px;
}
.cid-uCZlAj43Yq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uCZlAj43Yq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uCZlAj43Yq .section {
  position: relative;
  overflow: visible!important;
}
.cid-uCZlAj43Yq .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uCZlAj43Yq .dropdown-item:hover {
  color: black!important;
}
.cid-uCZlAj43Yq .dropdown-menu {
  background-color: white!important;
}
.cid-uCZlAj43Yq .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uCZlAj43Yq .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uCZlAj43Yq .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uCZlAj43Yq .nav-item .nav-link {
    position: relative;
  }
}
.cid-uCZlAj43Yq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uCZlAj43Yq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCZlAj43Yq .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uCZlAj43Yq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uCZlAj43Yq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  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-uCZlAj43Yq .collapsed {
  flex-direction: row!important;
}
.cid-uCZlAj43Yq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCZlAj43Yq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCZlAj43Yq .navbar-caption {
  font-weight: 600!important;
}
.cid-uCZlAj43Yq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCZlAj43Yq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCZlAj43Yq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCZlAj43Yq .dropdown-item.active,
.cid-uCZlAj43Yq .dropdown-item:active {
  background-color: transparent;
}
.cid-uCZlAj43Yq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCZlAj43Yq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCZlAj43Yq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCZlAj43Yq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4e4e4e;
}
.cid-uCZlAj43Yq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCZlAj43Yq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uCZlAj43Yq .navbar-buttons {
  text-align: center;
}
.cid-uCZlAj43Yq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uCZlAj43Yq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fffcee;
}
.cid-uCZlAj43Yq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uCZlAj43Yq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uCZlAj43Yq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uCZlAj43Yq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uCZlAj43Yq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCZlAj43Yq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uCZlAj43Yq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uCZlAj43Yq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCZlAj43Yq .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uCZlAj43Yq .nav-link {
  font-weight: 600!important;
}
.cid-uCZlAj43Yq a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCZlAj43Yq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uCZlAj43Yq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uCZlAj43Yq .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCZlAj43Yq .navbar {
    height: 77px;
  }
  .cid-uCZlAj43Yq .navbar.opened {
    height: auto;
  }
  .cid-uCZlAj43Yq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCZoYEOGEH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f99c2c;
}
.cid-uCZoYEOGEH .mbr-section-title {
  color: #232323;
  transition: all 0.6s;
  background-image: linear-gradient(to right, #f99c2c 50%, currentColor 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 100%;
  background-size: 200%;
}
.cid-uCZoYEOGEH .mbr-section-title:hover {
  background-position: 0%;
}
.cid-uCZoYEOGEH .mbr-text,
.cid-uCZoYEOGEH .mbr-section-btn {
  color: #ffffff;
}
.cid-uCZoYEOGEH .mbr-iconfont {
  font-size: 6rem;
  color: #232323;
}
.cid-uCZoYEOGEH .mbr-section-subtitle {
  color: #fa4529;
}
.cid-uCZoYEOGEH h1 {
  line-height: 1.3;
}
.cid-uCZoYEOGEH .mbr-section-title,
.cid-uCZoYEOGEH .col-lg-7 {
  color: #232323;
}
.cid-uCZp45ilkN {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f99c2c;
}
.cid-uCZp45ilkN .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #f99c2c;
  margin-bottom: 2rem;
}
.cid-uCZp45ilkN .card-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  padding: 3rem;
  background: #ffad4a;
}
.cid-uCZp45ilkN .card-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 992px) {
  .cid-uCZp45ilkN .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCZp45ilkN .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uCZp45ilkN .mbr-text {
  color: #696969;
}
.cid-uCZp45ilkN .mbr-section-subtitle {
  color: #696969;
}
.cid-uCZp45ilkN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCZp45ilkN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCZp5O7CB8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uCZp5O7CB8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uCZp5O7CB8 form .mbr-section-btn .btn {
  display: inline-flex;
  border-radius: 2rem;
}
.cid-uCZp5O7CB8 input,
.cid-uCZp5O7CB8 textarea {
  border-radius: 0.5rem;
}
.cid-uCZp5O7CB8 img {
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uCZp5O7CB8 .form-col,
.cid-uCZp5O7CB8 img {
  transition: all 0.3s;
}
.cid-uCZp5O7CB8 .form-col:hover,
.cid-uCZp5O7CB8 img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uCZp5O7CB8 textarea {
  min-height: 10rem;
}
.cid-uCZp5O7CB8 .form-col {
  background: #eeeeee;
  border-radius: 2rem;
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-uCZp5O7CB8 .form-col {
    padding: 2rem 1rem;
  }
}
.cid-uCZp5O7CB8 .form-control:hover,
.cid-uCZp5O7CB8 .form-control:focus {
  border-color: transparent !important;
}
html,
body,
body *:not([class^="mobi-"]):not([class*=" mobi-"]):not(.mbr-iconfont):not(.mbri):not(.mbrib) {
  font-family: 'Russo One', sans-serif !important;
  font-weight: 700 !important;
  font-style: italic !important;
}
/* Fix Russo One overriding icon/list markers and unify contact text color. */
.cid-uCub0d8rjE .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  list-style: none !important;
  position: relative;
  padding-left: 1.2em !important;
}

.cid-uCub0d8rjE .item .item-wrapper .card-box .list-wrapper .list .item-wrap::marker {
  content: none;
}

.cid-uCub0d8rjE .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '' !important;
  display: block !important;
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 0.42em;
  height: 0.42em;
  border-radius: 50%;
  background: currentColor;
}

.cid-uCZp45ilkN .card-title,
.cid-uCZp45ilkN .link,
.cid-uCZp45ilkN .link span,
.cid-uCZp45ilkN .mbr-iconfont {
  color: #232323 !important;
  fill: #232323 !important;
}



