@import url(https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700&display=swap);





body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2.6rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
}
.display-5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
}
/* ---- 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: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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: 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))));
  }
}
/* 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: #dbdc00 !important;
}
.bg-success {
  background-color: #e31e24 !important;
}
.bg-info {
  background-color: #2762a4 !important;
}
.bg-warning {
  background-color: #3e3e3f !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: #8f9000;
  border-color: #8f9000;
  border-radius: 100px;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #dbdc00 !important;
  border-color: #dbdc00 !important;
  color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #000000 !important;
  background-color: #8f9000 !important;
  border-color: #8f9000 !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: #000000 !important;
  background-color: #8f9000 !important;
  border-color: #8f9000 !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: #8f9000;
  border-color: #8f9000;
  border-radius: 100px;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #dbdc00 !important;
  border-color: #dbdc00 !important;
  color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #000000 !important;
  background-color: #8f9000 !important;
  border-color: #8f9000 !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: #000000 !important;
  background-color: #8f9000 !important;
  border-color: #8f9000 !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: #183d66;
  border-color: #183d66;
  border-radius: 100px;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #2762a4 !important;
  border-color: #2762a4 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #183d66 !important;
  border-color: #183d66 !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: #183d66 !important;
  border-color: #183d66 !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: #a11418;
  border-color: #a11418;
  border-radius: 100px;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #e31e24 !important;
  border-color: #e31e24 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #a11418 !important;
  border-color: #a11418 !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: #a11418 !important;
  border-color: #a11418 !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: #181818;
  border-color: #181818;
  border-radius: 100px;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #3e3e3f !important;
  border-color: #3e3e3f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #181818 !important;
  border-color: #181818 !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: #ffffff !important;
  background-color: #181818 !important;
  border-color: #181818 !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;
  border-radius: 100px;
}
.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;
  border-radius: 100px;
}
.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;
  border-radius: 100px;
}
.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: #dbdc00;
  border-color: #dbdc00;
  border-radius: 100px;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #757600;
  color: #757600 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #000000 !important;
  background-color: #dbdc00;
  border-color: #dbdc00;
}
.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: #000000 !important;
  background-color: #dbdc00 !important;
  border-color: #dbdc00 !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: #dbdc00;
  border-color: #dbdc00;
  border-radius: 100px;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #757600;
  color: #757600 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #000000 !important;
  background-color: #dbdc00;
  border-color: #dbdc00;
}
.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: #000000 !important;
  background-color: #dbdc00 !important;
  border-color: #dbdc00 !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: #2762a4;
  border-color: #2762a4;
  border-radius: 100px;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #133152;
  color: #133152 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #2762a4;
  border-color: #2762a4;
}
.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: #2762a4 !important;
  border-color: #2762a4 !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: #e31e24;
  border-color: #e31e24;
  border-radius: 100px;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #8a1115;
  color: #8a1115 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #e31e24;
  border-color: #e31e24;
}
.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: #e31e24 !important;
  border-color: #e31e24 !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: #3e3e3f;
  border-color: #3e3e3f;
  border-radius: 100px;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #0b0b0c;
  color: #0b0b0c !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #3e3e3f;
  border-color: #3e3e3f;
}
.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: #ffffff !important;
  background-color: #3e3e3f !important;
  border-color: #3e3e3f !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;
  border-radius: 100px;
}
.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;
  border-radius: 100px;
}
.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;
  border-radius: 100px;
}
.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: #dbdc00 !important;
}
.text-secondary {
  color: #dbdc00 !important;
}
.text-success {
  color: #e31e24 !important;
}
.text-info {
  color: #2762a4 !important;
}
.text-warning {
  color: #3e3e3f !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: #757600 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #757600 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #8a1115 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #133152 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #0b0b0c !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: #00e600;
}
.alert-info {
  background-color: #2762a4;
}
.alert-warning {
  background-color: #3e3e3f;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: .3s, .3s, .3s, .8s;
  transition-timing-function: ease-in-out;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
/*.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}*/
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #dbdc00;
  border-color: #dbdc00;
  color: #000000;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #dbdc00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffa9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fad3d5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #6ea2dd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b1b1b2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
}
blockquote {
  border-color: #dbdc00;
}
/* Forms */
.mbr-form .btn {
  margin: .3rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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 2rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.special-form {
  border-radius: 100px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background: #efefef;
  color: #000000;
}
.jq-selectbox li {
  border-radius: 22px;
  background-color: #dbdc00;
  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: #dbdc00;
  border-bottom-color: #dbdc00;
}
.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: #dbdc00 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #dbdc00 !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='%23dbdc00' %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-sgGQSZrft3 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgGQSZrft3 .nav-item:focus,
.cid-sgGQSZrft3 .nav-link:focus {
  outline: none;
}
/*@media (min-width: 992px) {
  .cid-sgGQSZrft3 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sgGQSZrft3 .nav-item .nav-link {
    position: relative;
  }
  .cid-sgGQSZrft3 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #dbdc00, #dbdc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sgGQSZrft3 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sgGQSZrft3 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}*/
@media (min-width: 1400px) {
  .cid-sgGQSZrft3 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sgGQSZrft3 .nav-item .nav-link {
    position: relative;
  }
  .cid-sgGQSZrft3 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #dbdc00, #dbdc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sgGQSZrft3 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sgGQSZrft3 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgGQSZrft3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sgGQSZrft3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgGQSZrft3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgGQSZrft3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgGQSZrft3 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sgGQSZrft3 .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #3e3e3f;
}
.cid-sgGQSZrft3 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #3e3e3f !important;
}
.cid-sgGQSZrft3 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-sgGQSZrft3 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sgGQSZrft3 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sgGQSZrft3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sgGQSZrft3 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sgGQSZrft3 .navbar.collapsed .navbar-collapse.show,
.cid-sgGQSZrft3 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sgGQSZrft3 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sgGQSZrft3 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sgGQSZrft3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgGQSZrft3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgGQSZrft3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgGQSZrft3 .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-sgGQSZrft3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgGQSZrft3 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sgGQSZrft3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sgGQSZrft3 .navbar.collapsed .right-menu,
.cid-sgGQSZrft3 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sgGQSZrft3 .navbar .navbar-collapse.show,
  .cid-sgGQSZrft3 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgGQSZrft3 .navbar .navbar-collapse.show .brand-container,
  .cid-sgGQSZrft3 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sgGQSZrft3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgGQSZrft3 .navbar .dropdown-menu {
    /*background: transparent !important;*/
  }
  .cid-sgGQSZrft3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgGQSZrft3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgGQSZrft3 .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-sgGQSZrft3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgGQSZrft3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgGQSZrft3 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgGQSZrft3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sgGQSZrft3 .navbar .right-menu,
  .cid-sgGQSZrft3 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sgGQSZrft3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgGQSZrft3 .navbar.navbar-short .mbr-overlay {
  background: #3e3e3f !important;
}
.cid-sgGQSZrft3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgGQSZrft3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgGQSZrft3 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgGQSZrft3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgGQSZrft3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgGQSZrft3 .dropdown-item.active,
.cid-sgGQSZrft3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sgGQSZrft3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgGQSZrft3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgGQSZrft3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgGQSZrft3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e4e4e4;
}
.cid-sgGQSZrft3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgGQSZrft3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-sgGQSZrft3 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sgGQSZrft3 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sgGQSZrft3 .navbar-buttons {
  margin-left: auto;
}
.cid-sgGQSZrft3 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgGQSZrft3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e31e24;
}
.cid-sgGQSZrft3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgGQSZrft3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgGQSZrft3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgGQSZrft3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgGQSZrft3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgGQSZrft3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sgGQSZrft3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sgGQSZrft3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgGQSZrft3 .navbar-dropdown {
  position: fixed;
}
.cid-sgGQSZrft3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgGQSZrft3 .mbr-iconfont {
  font-size: 1.5rem;
  /*padding-right: .5rem;*/
}
.cid-sgGQSZrft3 .right-menu,
.cid-sgGQSZrft3 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sgGQSZrft3 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgGQSZrft3 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgGQSZrft3 .brand-container {
  padding: 1rem 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sgGQSZrft3 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #dbdc00;
  padding: .5rem 0;
  color: #3e3e3f;
}
.cid-sgGQSZrft3 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sgGQSZrft3 .card-wrapper {
  z-index: 3;
}
.cid-sgGQSZrft3 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sgGQSZrft3 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgGQSZrft3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfRVZNQ3hl .modal-body .close {
  background: #1b1b1b;
}
.cid-sfRVZNQ3hl .modal-body .close span {
  font-style: normal;
}
.cid-sfRVZNQ3hl .carousel-inner > .active,
.cid-sfRVZNQ3hl .carousel-inner > .next,
.cid-sfRVZNQ3hl .carousel-inner > .prev {
  display: table;
}
.cid-sfRVZNQ3hl .carousel-control .icon-next,
.cid-sfRVZNQ3hl .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sfRVZNQ3hl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sfRVZNQ3hl .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sfRVZNQ3hl .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sfRVZNQ3hl .boxed-slider > div {
  position: relative;
}
.cid-sfRVZNQ3hl .container img {
  width: 100%;
}
.cid-sfRVZNQ3hl .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sfRVZNQ3hl .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sfRVZNQ3hl .mbr-table-cell {
  padding: 0;
}
.cid-sfRVZNQ3hl .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sfRVZNQ3hl .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sfRVZNQ3hl .mbr-overlay {
  z-index: 1;
}
.cid-sfRVZNQ3hl .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sfRVZNQ3hl .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sfRVZNQ3hl .carousel-item .container {
    width: 100%;
  }
}
.cid-sfRVZNQ3hl .carousel-item-next.carousel-item-left,
.cid-sfRVZNQ3hl .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sfRVZNQ3hl .active.carousel-item-right,
.cid-sfRVZNQ3hl .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sfRVZNQ3hl .active.carousel-item-left,
.cid-sfRVZNQ3hl .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sfRVZNQ3hl .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sfRVZNQ3hl .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfRVZNQ3hl .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfRVZNQ3hl .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sfRVZNQ3hl .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sfRVZNQ3hl .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sfRVZNQ3hl .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sfRVZNQ3hl .mbr-slider .carousel-indicators li.active,
.cid-sfRVZNQ3hl .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sfRVZNQ3hl .mbr-slider .carousel-indicators li::after,
.cid-sfRVZNQ3hl .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sfRVZNQ3hl .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sfRVZNQ3hl .mbr-slider .carousel-indicators {
    /*display: none !important;*/
  }
}
.cid-sfRVZNQ3hl .mbr-slider > .container img {
  width: 100%;
}
.cid-sfRVZNQ3hl .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sfRVZNQ3hl .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sfRVZNQ3hl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sfRVZNQ3hl .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sfRVZNQ3hl .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sfRVZNQ3hl .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sfRVZNQ3hl .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sfRVZNQ3hl .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-sfRVZNQ3hl .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sfRVZNQ3hl .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sfRVZNQ3hl .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sfRVZNQ3hl .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sfRVZNQ3hl .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sfRVZNQ3hl H2 {
  color: #ffffff;
  text-align: left;
}
.cid-sfRVZNQ3hl P {
  text-align: left;
}
.cid-sfXG3KkkNV {
  padding-top: 6rem;
  background-color: #ffffff;
}
.cid-sfXG3KkkNV .mbr-section-title {
  margin-bottom: 20px;
  color: #3e3e3f;
}
.cid-sfXG3KkkNV .mbr-text {
  margin-bottom: 0;
  color: #3e3e3f;
}
.cid-sfXG3KkkNV .content__block {
  margin-top: 20px;
}
.cid-sfXG3KkkNV .card__products {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .cid-sfXG3KkkNV .card__products {
    margin: 55px 0 0;
  }
}
.cid-sfXG3KkkNV .image {
  transition: all .25s;
  margin: 20px 0 15px;
  height: 470px;
}
.cid-sfXG3KkkNV .image img {
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
  height: 100%;
}
.cid-sfXG3KkkNV .image:hover {
  opacity: .8;
}
.cid-sfXG3KkkNV .card__bottom {
  margin-top: 15px;
}
.cid-sfXG3KkkNV .card__title {
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
  color: #3e3e3f;
}
.cid-sfXG3KkkNV .btn {
  height: 40px;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 10px;
  max-width: 100%;
}
.cid-sfXG3KkkNV .card__descr {
  color: #c1c1c1;
  width: 290px;
}
@media (max-width: 991px) {
  .cid-sfXG3KkkNV .card__descr {
    max-width: 100%;
  }
}
.cid-sgGIqOC1MS {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgGIqOC1MS .container-fluid {
  padding: 0 3rem;
}
.cid-sgGIqOC1MS .mbr-section-title {
  color: #096693;
  text-align: right;
}
.cid-sgGIqOC1MS .btn {
  margin-top: 0;
}
.cid-sgGIqOC1MS .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sgGIqOC1MS .container-fluid {
    padding: 0 1rem;
  }
  .cid-sgGIqOC1MS .btn {
    margin-top: 0.4rem;
  }
  .cid-sgGIqOC1MS .mbr-section-btn {
    margin: 0;
  }
}
.cid-sgGIqOC1MS .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-sgHO80ix6c {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sgHO80ix6c .border__block {
  margin: 15px 0;
  border-radius: 10px;
  border: 2px solid #ebeaed;
  position: relative;
  width: 100%;
}
.cid-sgHO80ix6c .image img {
  position: absolute;
  width: 300px;
  border-radius: 0 10px 10px 0;
  top: -2px;
  right: -2px;
  bottom: -2px;
  object-fit: cover;
  height: 101%;
}
.cid-sgHO80ix6c .image2 {
  border-radius: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
}
.cid-sgHO80ix6c .block__inner {
  position: relative;
  padding: 50px 50px 60px;
  height: 100%;
  margin-right: 320px;
}
.cid-sgHO80ix6c .mbr-section-title,
.cid-sgHO80ix6c .mbr-section-title2 {
  margin-bottom: 60px;
}
.cid-sgHO80ix6c .mbr-section-subtitle,
.cid-sgHO80ix6c .mbr-section-subtitle2 {
  color: #919dab;
  letter-spacing: 2px;
}
.cid-sgHO80ix6c .mbr-section-subtitle2 {
  color: #dbdc00;
}
.cid-sgHO80ix6c .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-sgHO80ix6c .block__product {
  margin: 15px 0;
  position: relative;
}
.cid-sgHO80ix6c .block__product .block__inner {
  margin-right: 0;
}
.cid-sgHO80ix6c .block__product .border__block {
  margin: 0;
  border: none;
}
@media (max-width: 1200px) {
  .cid-sgHO80ix6c .image img {
    width: 100%;
    border-radius: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
  .cid-sgHO80ix6c .block__inner {
    padding: 50px;
    height: 100%;
    margin-right: 0;
  }
  .cid-sgHO80ix6c .border__block {
    border: none;
  }
  .cid-sgHO80ix6c .mbr-section-title,
  .cid-sgHO80ix6c .mbr-section-title2,
  .cid-sgHO80ix6c .mbr-section-subtitle,
  .cid-sgHO80ix6c .mbr-section-subtitle2 {
    color: #ffffff !important;
  }
}
@media (max-width: 991px) {
  .cid-sgHO80ix6c .block__inner {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .cid-sgHO80ix6c .border__block {
    text-align: center;
  }
  .cid-sgHO80ix6c .block__inner {
    padding: 40px 20px;
  }
}
.cid-sgHO80ix6c .mbr-section-subtitle {
  color: #2762a4;
}
.cid-sgHO80ix6c .mbr-section-title,
.cid-sgHO80ix6c .btn__block1 {
  color: #3e3e3f;
}
.cid-sfRVUKkdOu {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #f6f6f6;
}
.cid-sfRVUKkdOu .container-fluid {
  padding: 0 3rem;
}
.cid-sfRVUKkdOu .media-container-column {
  padding: 0 2rem;
}
.cid-sfRVUKkdOu .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #e31e24;
}
@media (max-width: 767px) {
  .cid-sfRVUKkdOu .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sfRVUKkdOu .mbr-section-subtitle {
  color: #3e3e3f;
}
.cid-sgCJmjdv8B {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
.cid-sgCJmjdv8B .container-fluid {
  padding: 0 3rem;
}
.cid-sgCJmjdv8B .mbr-section-title {
  color: #096693;
  text-align: right;
}
.cid-sgCJmjdv8B .btn {
  margin-top: 0;
}
.cid-sgCJmjdv8B .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sgCJmjdv8B .container-fluid {
    padding: 0 1rem;
  }
  .cid-sgCJmjdv8B .btn {
    margin-top: 0.4rem;
  }
  .cid-sgCJmjdv8B .mbr-section-btn {
    margin: 0;
  }
}
.cid-sgCJmjdv8B .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-sgCiChOQIv {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f6f6f6;
}
.cid-sgCiChOQIv .mbr-section-title {
  margin-bottom: 20px;
  color: #3e3e3f;
}
.cid-sgCiChOQIv .mbr-text {
  margin-bottom: 0;
  color: #3e3e3f;
}
.cid-sgCiChOQIv .content__block {
  margin-top: 20px;
}
.cid-sgCiChOQIv .card__products {
}
@media (max-width: 767px) {
  .cid-sgCiChOQIv .card__products {
  }
  .cid-sgCiChOQIv .card__products:first-child {
    margin-top: 0;
  }
}
.cid-sgCiChOQIv .image {
  transition: all .25s;
  margin: 20px 0 15px;
  height: 470px;
}
.cid-sgCiChOQIv .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}
.cid-sgCiChOQIv .image:hover {
  opacity: .8;
}
.cid-sgCiChOQIv .card__bottom {
  margin-top: 15px;
}
.cid-sgCiChOQIv .card__title {
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
  color: #3e3e3f;
}
.cid-sgCiChOQIv .btn {
  height: 40px;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 10px;
}
.cid-sgCiChOQIv .card__descr {
  width: 290px;
}
@media (max-width: 991px) {
  .cid-sgCiChOQIv .card__descr {
    max-width: 100%;
  }
}
.cid-sgGHHxSdJx {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f6f6f6;
}
.cid-sgGHHxSdJx .container-fluid {
  padding: 0 3rem;
}
.cid-sgGHHxSdJx .mbr-section-title {
  color: #096693;
  text-align: right;
}
.cid-sgGHHxSdJx .btn {
  margin-top: 0;
}
.cid-sgGHHxSdJx .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sgGHHxSdJx .container-fluid {
    padding: 0 1rem;
  }
  .cid-sgGHHxSdJx .btn {
    margin-top: 0.4rem;
  }
  .cid-sgGHHxSdJx .mbr-section-btn {
    margin: 0;
  }
}
.cid-sgGHHxSdJx .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-sgGWWAuCJE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgGWWAuCJE .container-fluid {
  padding: 0 3rem;
}
.cid-sgGWWAuCJE ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgGWWAuCJE ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-sgGWWAuCJE ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-sgGWWAuCJE ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-sgGWWAuCJE .container-fluid {
    padding: 0 1rem;
  }
  .cid-sgGWWAuCJE .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-sgGWWAuCJE .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sgGWWAuCJE .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #dbdc00, #dbdc00);
  display: inline-block;
}
.cid-sgGWWAuCJE .mbr-section-title,
.cid-sgGWWAuCJE .underline {
  color: #3e3e3f;
}
.cid-shbWKIL75g {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shbWKIL75g .mbr-section-subtitle {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-shbWKIL75g .mbr-section-btn,
  .cid-shbWKIL75g .mbr-section-subtitle,
  .cid-shbWKIL75g .mbr-section-title {
    text-align: center !important;
  }
}
.cid-shbWKIL75g .mbr-section-title {
  color: #bbbbbb;
}
.cid-shbWCqFZhC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shbWCqFZhC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shbWCqFZhC .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-shbWCqFZhC .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-shbWCqFZhC .btn-primary-outline:active {
  color: gray;
}
.cid-shbWCqFZhC .btn-primary-outline:hover {
  color: white;
}
.cid-shbWCqFZhC div {
  overflow: hidden;
}
.cid-shbWCqFZhC li.active .btn-primary-outline {
  color: white;
}
.cid-shbWCqFZhC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shbWCqFZhC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shbWCqFZhC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shbWCqFZhC .mbr-gallery-item {
  overflow: hidden;
}
.cid-shbWCqFZhC .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-shbWCqFZhC .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-shbWCqFZhC .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-shbWCqFZhC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-shbWCqFZhC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shbWCqFZhC .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-shbWCqFZhC .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shbWCqFZhC .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.8;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sgGUY4derg {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #dbdc00;
}
.cid-sgGUY4derg .mbr-iconfont-social {
  font-size: 1rem;
  color: #2762a4;
  margin-right: 0.6rem;
}
.cid-sgGUY4derg .mbr-iconfont-social:before {
  padding: 1rem;
  border: 2px solid;
  border-radius: 100px;
  border-color: #ffffff;
  transition: all 0.3s;
}
.cid-sgGUY4derg .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-sgGUY4derg .mbr-section-title,
.cid-sgGUY4derg .social-list {
  display: flex;
  align-items: center;
  color: #2762a4;
}
.cid-sgGUY4derg .social-list a {
  transition: 0.3s;
}
.cid-sgGUY4derg .social-list a:hover {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-sgGUY4derg .block-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-sgGUY4derg .social-list {
    margin-bottom: 2rem;
  }
  .cid-sgGUY4derg .mbr-section-title {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sgGUY4derg .block-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .cid-sgGUY4derg .btn {
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .cid-sgGUY4derg .row {
    padding: 0 1rem;
  }
}
.cid-sgGUY4derg .vertical-line:before {
  content: '';
  background-color: #ffffff;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-sgH6zlVTxt {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #3e3e3f;
}
.cid-sgH6zlVTxt .social-row {
  display: flex;
  flex-wrap: wrap;
}

    .cid-sgH6zlVTxt .list a {
        width: 100%;
        height: 100%;
        display: flex;
        color: #bbbbbb;
        align-items: flex-start;
        justify-content: flex-start;
    }
    
@media (max-width: 767px) {
  .cid-sgH6zlVTxt .social-row {
    justify-content: center;
  }
  .cid-sgH6zlVTxt .social-row .soc-item {
    margin-right: 0;
    margin: 0 0.5rem;
  }
    .cid-sgH6zlVTxt .list a {
        width: 100%;
        height: 100%;
        display: flex;
        color: #bbbbbb;
        align-items: center;
        justify-content: center;
    }
}
.cid-sgH6zlVTxt .mbr-section-subtitle {
  letter-spacing: 0;
  color: #ffffff;
}

.cid-sgH6zlVTxt li {
  line-height: 2;
}
.cid-sgH6zlVTxt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-sgH6zlVTxt .soc-item:hover .mbr-iconfont {
  color: #dbdc00;
}
.cid-sgH6zlVTxt .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}

    
@media (max-width: 991px) {
  .cid-sgH6zlVTxt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sgH6zlVTxt .list {
    margin-bottom: 0rem;
  }
}
.cid-sgH6zlVTxt .mbr-text {
  color: #bbbbbb;
}
.cid-sgH6zlVTxt .mbr-iconfont {
  transition: color 0.3s;
  color: #c1c1c1;
  font-size: 1.2rem;
}
.cid-sgSpqqO4vz {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #3e3e3f;
}
.cid-sgSpqqO4vz .media-container-row .mbr-text {
  color: #c1c1c1;
}
.cid-sgIogCu9iV .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgIogCu9iV .nav-item:focus,
.cid-sgIogCu9iV .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgIogCu9iV .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sgIogCu9iV .nav-item .nav-link {
    position: relative;
  }
  .cid-sgIogCu9iV .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #dbdc00, #dbdc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sgIogCu9iV .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sgIogCu9iV .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgIogCu9iV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sgIogCu9iV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgIogCu9iV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgIogCu9iV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgIogCu9iV .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sgIogCu9iV .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #3e3e3f;
}
.cid-sgIogCu9iV .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #3e3e3f !important;
}
.cid-sgIogCu9iV .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-sgIogCu9iV .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sgIogCu9iV .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sgIogCu9iV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sgIogCu9iV .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sgIogCu9iV .navbar.collapsed .navbar-collapse.show,
.cid-sgIogCu9iV .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sgIogCu9iV .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sgIogCu9iV .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sgIogCu9iV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgIogCu9iV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgIogCu9iV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgIogCu9iV .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-sgIogCu9iV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgIogCu9iV .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sgIogCu9iV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sgIogCu9iV .navbar.collapsed .right-menu,
.cid-sgIogCu9iV .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sgIogCu9iV .navbar .navbar-collapse.show,
  .cid-sgIogCu9iV .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgIogCu9iV .navbar .navbar-collapse.show .brand-container,
  .cid-sgIogCu9iV .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sgIogCu9iV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgIogCu9iV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgIogCu9iV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgIogCu9iV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgIogCu9iV .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-sgIogCu9iV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgIogCu9iV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgIogCu9iV .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgIogCu9iV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sgIogCu9iV .navbar .right-menu,
  .cid-sgIogCu9iV .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sgIogCu9iV .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgIogCu9iV .navbar.navbar-short .mbr-overlay {
  background: #3e3e3f !important;
}
.cid-sgIogCu9iV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgIogCu9iV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgIogCu9iV .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgIogCu9iV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgIogCu9iV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgIogCu9iV .dropdown-item.active,
.cid-sgIogCu9iV .dropdown-item:active {
  background-color: transparent;
}
.cid-sgIogCu9iV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgIogCu9iV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgIogCu9iV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgIogCu9iV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3e3e3f;
}
.cid-sgIogCu9iV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgIogCu9iV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgIogCu9iV ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sgIogCu9iV ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sgIogCu9iV .navbar-buttons {
  margin-left: auto;
}
.cid-sgIogCu9iV button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgIogCu9iV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e31e24;
}
.cid-sgIogCu9iV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgIogCu9iV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgIogCu9iV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgIogCu9iV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgIogCu9iV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgIogCu9iV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sgIogCu9iV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sgIogCu9iV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgIogCu9iV .navbar-dropdown {
  position: fixed;
}
.cid-sgIogCu9iV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgIogCu9iV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sgIogCu9iV .right-menu,
.cid-sgIogCu9iV .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sgIogCu9iV .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgIogCu9iV .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgIogCu9iV .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sgIogCu9iV .menu-top {
  text-align: center;
  width: 100%;
  background-color: #dbdc00;
  padding: .5rem 0;
  color: #3e3e3f;
}
.cid-sgIogCu9iV .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sgIogCu9iV .card-wrapper {
  z-index: 3;
}
.cid-sgIogCu9iV .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sgIogCu9iV .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgIogCu9iV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgIpBbHG0b {
  padding-top: 135px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/121441287-3587511514637538-999416139105532483-o-1440x1440.jpeg");
}
.cid-sgIpBbHG0b .card-wrapper {
  z-index: 3;
}
.cid-sgIpBbHG0b .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-sgIpBbHG0b:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-sgIpBbHG0b .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sgIpBbHG0b .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sgIpBbHG0b .text-block {
  text-align: right !important;
}
.cid-sgIpBbHG0b H2 {
  text-align: center;
  color: #3e3e3f;
}
.cid-sgIshBgwE5 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgIshBgwE5 .container-fluid {
  padding: 0 3rem;
}
.cid-sgIshBgwE5 .mbr-section-title {
  color: #096693;
  text-align: right;
}
.cid-sgIshBgwE5 .btn {
  margin-top: 0;
}
.cid-sgIshBgwE5 .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sgIshBgwE5 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sgIshBgwE5 .btn {
    margin-top: 0.4rem;
  }
  .cid-sgIshBgwE5 .mbr-section-btn {
    margin: 0;
  }
}
.cid-sgIshBgwE5 .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-sgIogDrRT1 {
  padding-top: 0rem;
  background-color: #ffffff;
}
.cid-sgIogDrRT1 .mbr-section-title {
  margin-bottom: 20px;
  color: #3e3e3f;
}
.cid-sgIogDrRT1 .mbr-text {
  margin-bottom: 0;
  color: #3e3e3f;
}
.cid-sgIogDrRT1 .content__block {
  margin-top: 20px;
}
.cid-sgIogDrRT1 .card__products {
}
@media (max-width: 767px) {
  .cid-sgIogDrRT1 .card__products {
  }
  .cid-sgIogDrRT1 .card__products:first-child {
    margin-top: 0;
  }
}
.cid-sgIogDrRT1 .image {
  transition: all .25s;
  margin: 20px 0 15px;
  height: 300px;
}
.cid-sgIogDrRT1 .image img {
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
  height: 100%;
}
.cid-sgIogDrRT1 .image:hover {
  opacity: .8;
}
.cid-sgIogDrRT1 .card__bottom {
  margin-top: 15px;
}
.cid-sgIogDrRT1 .card__title {
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
  color: #3e3e3f;
}
.cid-sgIogDrRT1 .btn {
  height: 40px;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 10px;
}
.cid-sgIogDrRT1 .card__descr {
  color: #c1c1c1;
  width: 290px;
}
@media (max-width: 991px) {
  .cid-sgIogDrRT1 .card__descr {
    max-width: 100%;
  }
}
.cid-sgIogEksPa {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgIogEksPa .container-fluid {
  padding: 0 3rem;
}
.cid-sgIogEksPa .mbr-section-title {
  color: #096693;
  text-align: right;
}
.cid-sgIogEksPa .btn {
  margin-top: 0;
}
.cid-sgIogEksPa .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-sgIogEksPa .container-fluid {
    padding: 0 1rem;
  }
  .cid-sgIogEksPa .btn {
    margin-top: 0.4rem;
  }
  .cid-sgIogEksPa .mbr-section-btn {
    margin: 0;
  }
}
.cid-sgIogEksPa .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-sgIpG6S9uM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img1-2000x1335.jpg");
}
.cid-sgIpG6S9uM .mbr-section-title,
.cid-sgIpG6S9uM .mbr-section-subtitle {
  color: #879a9f;
}
.cid-sgIpG6S9uM .mbr-section-text {
  color: #767676;
}
.cid-sgIpG6S9uM .mbr-text,
.cid-sgIpG6S9uM .typed-text,
.cid-sgIpG6S9uM .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sgIpG6S9uM .btn {
  margin-left: 4px !important;
}
.cid-sgIpG6S9uM .animated-element {
  color: #e31e24;
}
.cid-sgIpG6S9uM .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e31e24;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sgIpG6S9uM .mbr-section-title {
  color: #ffffff;
}
.cid-sgIpG6S9uM .mbr-section-subtitle,
.cid-sgIpG6S9uM .typed-text {
  color: #ffffff;
}
.cid-sgIogGVrq3 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #3e3e3f;
}
.cid-sgIogGVrq3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-sgIogGVrq3 .social-row {
    justify-content: center;
  }
  .cid-sgIogGVrq3 .social-row .soc-item {
    margin-right: 0;
    margin: 0 0.5rem;
  }
}
.cid-sgIogGVrq3 .mbr-section-subtitle {
  letter-spacing: 0;
  color: #ffffff;
}
.cid-sgIogGVrq3 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sgIogGVrq3 li {
  line-height: 2;
}
.cid-sgIogGVrq3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-sgIogGVrq3 .soc-item:hover .mbr-iconfont {
  color: #dbdc00;
}
.cid-sgIogGVrq3 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sgIogGVrq3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sgIogGVrq3 .list {
    margin-bottom: 0rem;
  }
}
.cid-sgIogGVrq3 .mbr-text {
  color: #bbbbbb;
}
.cid-sgIogGVrq3 .mbr-iconfont {
  transition: color 0.3s;
  color: #c1c1c1;
  font-size: 1.2rem;
}
.cid-sgSqBCB0lQ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #3e3e3f;
}
.cid-sgSqBCB0lQ .media-container-row .mbr-text {
  color: #c1c1c1;
}
.cid-sgNwxJA4c3 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgNwxJA4c3 .nav-item:focus,
.cid-sgNwxJA4c3 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgNwxJA4c3 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sgNwxJA4c3 .nav-item .nav-link {
    position: relative;
  }
  .cid-sgNwxJA4c3 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #dbdc00, #dbdc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sgNwxJA4c3 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sgNwxJA4c3 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgNwxJA4c3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sgNwxJA4c3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgNwxJA4c3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgNwxJA4c3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgNwxJA4c3 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sgNwxJA4c3 .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #3e3e3f;
}
.cid-sgNwxJA4c3 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #3e3e3f !important;
}
.cid-sgNwxJA4c3 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-sgNwxJA4c3 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sgNwxJA4c3 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sgNwxJA4c3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sgNwxJA4c3 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sgNwxJA4c3 .navbar.collapsed .navbar-collapse.show,
.cid-sgNwxJA4c3 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sgNwxJA4c3 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sgNwxJA4c3 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sgNwxJA4c3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgNwxJA4c3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgNwxJA4c3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgNwxJA4c3 .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-sgNwxJA4c3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgNwxJA4c3 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sgNwxJA4c3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sgNwxJA4c3 .navbar.collapsed .right-menu,
.cid-sgNwxJA4c3 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sgNwxJA4c3 .navbar .navbar-collapse.show,
  .cid-sgNwxJA4c3 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgNwxJA4c3 .navbar .navbar-collapse.show .brand-container,
  .cid-sgNwxJA4c3 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sgNwxJA4c3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgNwxJA4c3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgNwxJA4c3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgNwxJA4c3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgNwxJA4c3 .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-sgNwxJA4c3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgNwxJA4c3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgNwxJA4c3 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgNwxJA4c3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sgNwxJA4c3 .navbar .right-menu,
  .cid-sgNwxJA4c3 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sgNwxJA4c3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgNwxJA4c3 .navbar.navbar-short .mbr-overlay {
  background: #3e3e3f !important;
}
.cid-sgNwxJA4c3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgNwxJA4c3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgNwxJA4c3 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgNwxJA4c3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgNwxJA4c3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgNwxJA4c3 .dropdown-item.active,
.cid-sgNwxJA4c3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sgNwxJA4c3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgNwxJA4c3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgNwxJA4c3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgNwxJA4c3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3e3e3f;
}
.cid-sgNwxJA4c3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgNwxJA4c3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgNwxJA4c3 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sgNwxJA4c3 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sgNwxJA4c3 .navbar-buttons {
  margin-left: auto;
}
.cid-sgNwxJA4c3 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgNwxJA4c3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e31e24;
}
.cid-sgNwxJA4c3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgNwxJA4c3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgNwxJA4c3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgNwxJA4c3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgNwxJA4c3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgNwxJA4c3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sgNwxJA4c3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sgNwxJA4c3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgNwxJA4c3 .navbar-dropdown {
  position: fixed;
}
.cid-sgNwxJA4c3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgNwxJA4c3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sgNwxJA4c3 .right-menu,
.cid-sgNwxJA4c3 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sgNwxJA4c3 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgNwxJA4c3 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgNwxJA4c3 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sgNwxJA4c3 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #dbdc00;
  padding: .5rem 0;
  color: #3e3e3f;
}
.cid-sgNwxJA4c3 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sgNwxJA4c3 .card-wrapper {
  z-index: 3;
}
.cid-sgNwxJA4c3 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sgNwxJA4c3 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgNwxJA4c3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgNwxKIKxy {
  padding-top: 135px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/121441287-3587511514637538-999416139105532483-o-1440x1440.jpeg");
}
.cid-sgNwxKIKxy .card-wrapper {
  z-index: 3;
}
.cid-sgNwxKIKxy .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-sgNwxKIKxy:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-sgNwxKIKxy .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sgNwxKIKxy .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sgNwxKIKxy .text-block {
  text-align: right !important;
}
.cid-sgNwxKIKxy H2 {
  text-align: center;
  color: #3e3e3f;
}
.cid-sgNymfO5qK {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
    .cid-sgNymfO5qK p {
        color: #3e3e3f;
    }
.cid-sgNymfO5qK .img-wrap {
  width: 100% !important;
}
.cid-sgNymfO5qK .row-element,
.cid-sgNymfO5qK .image-element {
  padding: 0;
}
.cid-sgNymfO5qK .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgNymfO5qK .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sgNymfO5qK .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sgNymfO5qK .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #dbdc00, #dbdc00);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sgNymfO5qK .text-content {
    padding: 0 0rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sgNymfO5qK .text-content {
    /*padding: 3rem;*/
  }
}
@media (max-width: 767px) {
  .cid-sgNymfO5qK .text-content {
    padding: 2rem 1rem;
  }
  .cid-sgNymfO5qK .underline .line {
    height: 2px;
  }
  .cid-sgNymfO5qK .mbr-title,
  .cid-sgNymfO5qK .underline,
  .cid-sgNymfO5qK .mbr-text,
  .cid-sgNymfO5qK .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sgNymfO5qK .mbr-text,
.cid-sgNymfO5qK .mbr-section-btn {
  color: #3e3e3f;
  text-align: left;
}
.cid-sgNymfO5qK .mbr-title,
.cid-sgNymfO5qK .underline {
  text-align: left;
  color: #3e3e3f;
}
.cid-sgOdkV3fOJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgOdkV3fOJ .mbr-section-subtitle {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sgOdkV3fOJ .mbr-section-btn,
  .cid-sgOdkV3fOJ .mbr-section-subtitle,
  .cid-sgOdkV3fOJ .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sgOdkV3fOJ .mbr-section-title {
  color: #3e3e3f;
}
.cid-sgSaibiyQI {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgSaibiyQI .mbr-section-subtitle {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sgSaibiyQI .mbr-section-btn,
  .cid-sgSaibiyQI .mbr-section-subtitle,
  .cid-sgSaibiyQI .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sgSaibiyQI .mbr-section-title {
  color: #3e3e3f;
}
.cid-sgOfYF4fLw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sgOfYF4fLw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgOfYF4fLw .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-sgOfYF4fLw .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-sgOfYF4fLw .btn-primary-outline:active {
  color: gray;
}
.cid-sgOfYF4fLw .btn-primary-outline:hover {
  color: white;
}
.cid-sgOfYF4fLw div {
  overflow: hidden;
}
.cid-sgOfYF4fLw li.active .btn-primary-outline {
  color: white;
}
.cid-sgOfYF4fLw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgOfYF4fLw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgOfYF4fLw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgOfYF4fLw .mbr-gallery-item {
  overflow: hidden;
}
.cid-sgOfYF4fLw .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-sgOfYF4fLw .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-sgOfYF4fLw .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-sgOfYF4fLw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sgOfYF4fLw .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgOfYF4fLw .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sgOfYF4fLw .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sgOfYF4fLw .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.8;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sgO6WOav66 {
  padding-top: 50px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-sgO6WOav66 .mbr-section-subtitle {
  color: #767676;
}
.cid-sgO6WOav66 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #808080;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-sgO6WOav66 .mbr-iconfont-social:before {
  padding: .6rem;
  border: 1px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-sgO6WOav66 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-sgO6WOav66 .mbr-iconfont-social:hover:before {
  background: #808080;
  transition: all .3s;
  border-color: transparent;
}
.cid-sgO6WOav66 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sgO6WOav66 .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-sgOhGmBjEr {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #f6f6f6;
}
.cid-sgOhGmBjEr .mbr-section-title {
  margin-bottom: 20px;
  color: #3e3e3f;
}
.cid-sgOhGmBjEr .mbr-text {
  margin-bottom: 0;
  color: #3e3e3f;
}
.cid-sgOhGmBjEr .content__block {
  margin-top: 20px;
}
.cid-sgOhGmBjEr .card__products {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .cid-sgOhGmBjEr .card__products {
    margin: 55px 0 0;
  }
}
.cid-sgOhGmBjEr .image {
  transition: all .25s;
  margin: 20px 0 15px;
  height: 470px;
}
.cid-sgOhGmBjEr .image img {
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
  height: 100%;
}
.cid-sgOhGmBjEr .image:hover {
  opacity: .8;
}
.cid-sgOhGmBjEr .card__bottom {
  margin-top: 15px;
}
.cid-sgOhGmBjEr .card__title {
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
  width: 100%;
  color: #3e3e3f;
}
.cid-sgOhGmBjEr .btn {
  height: 40px;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 10px;
}
.cid-sgOhGmBjEr .card__descr {
  color: #c1c1c1;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-sgOhGmBjEr .card__descr {
    max-width: 100%;
  }
}
.cid-sgNwxOBbn8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img1-2000x1335.jpg");
}
.cid-sgNwxOBbn8 .mbr-section-title,
.cid-sgNwxOBbn8 .mbr-section-subtitle {
  color: #879a9f;
}
.cid-sgNwxOBbn8 .mbr-section-text {
  color: #767676;
}
.cid-sgNwxOBbn8 .mbr-text,
.cid-sgNwxOBbn8 .typed-text,
.cid-sgNwxOBbn8 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sgNwxOBbn8 .btn {
  margin-left: 4px !important;
}
.cid-sgNwxOBbn8 .animated-element {
  color: #e31e24;
}
.cid-sgNwxOBbn8 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e31e24;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sgNwxOBbn8 .mbr-section-title {
  color: #ffffff;
}
.cid-sgNwxOBbn8 .mbr-section-subtitle,
.cid-sgNwxOBbn8 .typed-text {
  color: #ffffff;
}
.cid-sgNwxOXahi {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #3e3e3f;
}
.cid-sgNwxOXahi .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-sgNwxOXahi .social-row {
    justify-content: center;
  }
  .cid-sgNwxOXahi .social-row .soc-item {
    margin-right: 0;
    margin: 0 0.5rem;
  }
}
.cid-sgNwxOXahi .mbr-section-subtitle {
  letter-spacing: 0;
  color: #ffffff;
}
.cid-sgNwxOXahi a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sgNwxOXahi li {
  line-height: 2;
}
.cid-sgNwxOXahi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-sgNwxOXahi .soc-item:hover .mbr-iconfont {
  color: #dbdc00;
}
.cid-sgNwxOXahi .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sgNwxOXahi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sgNwxOXahi .list {
    margin-bottom: 0rem;
  }
}
.cid-sgNwxOXahi .mbr-text {
  color: #bbbbbb;
}
.cid-sgNwxOXahi .mbr-iconfont {
  transition: color 0.3s;
  color: #c1c1c1;
  font-size: 1.2rem;
}
.cid-sgSqGPGrXe {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #3e3e3f;
}
.cid-sgSqGPGrXe .media-container-row .mbr-text {
  color: #c1c1c1;
}
.cid-sgSgaCukyI {
  padding-top: 135px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/124062580-3643072882414734-4927998098641854257-o-2-2000x1335.jpeg");
}
.cid-sgSgaCukyI .card-wrapper {
  z-index: 3;
}
.cid-sgSgaCukyI .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-sgSgaCukyI:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-sgSgaCukyI .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sgSgaCukyI .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sgSgaCukyI .text-block {
  text-align: right !important;
}
.cid-sgSgaCukyI H2 {
  text-align: center;
  color: #3e3e3f;
}
.cid-sgSfAkIdVh {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgSfAkIdVh .container-fluid {
  padding: 0 3rem;
}
.cid-sgSfAkIdVh ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgSfAkIdVh ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-sgSfAkIdVh ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-sgSfAkIdVh ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-sgSfAkIdVh .container-fluid {
    padding: 0 1rem;
  }
  .cid-sgSfAkIdVh .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-sgSfAkIdVh .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sgSfAkIdVh .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #dbdc00, #dbdc00);
  display: inline-block;
}
.cid-sgSfAkIdVh .mbr-section-title,
.cid-sgSfAkIdVh .underline {
  color: #3e3e3f;
}
.cid-sgSfAkIdVh .mbr-section-subtitle {
  color: #3e3e3f;
}
.cid-sgSeNVCwEM .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgSeNVCwEM .nav-item:focus,
.cid-sgSeNVCwEM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgSeNVCwEM .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sgSeNVCwEM .nav-item .nav-link {
    position: relative;
  }
  .cid-sgSeNVCwEM .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #dbdc00, #dbdc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sgSeNVCwEM .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sgSeNVCwEM .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgSeNVCwEM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sgSeNVCwEM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgSeNVCwEM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgSeNVCwEM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgSeNVCwEM .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sgSeNVCwEM .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #3e3e3f;
}
.cid-sgSeNVCwEM .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #3e3e3f !important;
}
.cid-sgSeNVCwEM .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-sgSeNVCwEM .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sgSeNVCwEM .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sgSeNVCwEM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sgSeNVCwEM .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sgSeNVCwEM .navbar.collapsed .navbar-collapse.show,
.cid-sgSeNVCwEM .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sgSeNVCwEM .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sgSeNVCwEM .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sgSeNVCwEM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgSeNVCwEM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgSeNVCwEM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgSeNVCwEM .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-sgSeNVCwEM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgSeNVCwEM .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sgSeNVCwEM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sgSeNVCwEM .navbar.collapsed .right-menu,
.cid-sgSeNVCwEM .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sgSeNVCwEM .navbar .navbar-collapse.show,
  .cid-sgSeNVCwEM .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgSeNVCwEM .navbar .navbar-collapse.show .brand-container,
  .cid-sgSeNVCwEM .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sgSeNVCwEM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgSeNVCwEM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgSeNVCwEM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgSeNVCwEM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgSeNVCwEM .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-sgSeNVCwEM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgSeNVCwEM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgSeNVCwEM .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgSeNVCwEM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sgSeNVCwEM .navbar .right-menu,
  .cid-sgSeNVCwEM .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sgSeNVCwEM .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgSeNVCwEM .navbar.navbar-short .mbr-overlay {
  background: #3e3e3f !important;
}
.cid-sgSeNVCwEM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgSeNVCwEM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgSeNVCwEM .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgSeNVCwEM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgSeNVCwEM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgSeNVCwEM .dropdown-item.active,
.cid-sgSeNVCwEM .dropdown-item:active {
  background-color: transparent;
}
.cid-sgSeNVCwEM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgSeNVCwEM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgSeNVCwEM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgSeNVCwEM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3e3e3f;
}
.cid-sgSeNVCwEM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgSeNVCwEM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgSeNVCwEM ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sgSeNVCwEM ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sgSeNVCwEM .navbar-buttons {
  margin-left: auto;
}
.cid-sgSeNVCwEM button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgSeNVCwEM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e31e24;
}
.cid-sgSeNVCwEM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgSeNVCwEM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgSeNVCwEM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgSeNVCwEM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgSeNVCwEM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgSeNVCwEM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sgSeNVCwEM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sgSeNVCwEM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgSeNVCwEM .navbar-dropdown {
  position: fixed;
}
.cid-sgSeNVCwEM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgSeNVCwEM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sgSeNVCwEM .right-menu,
.cid-sgSeNVCwEM .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sgSeNVCwEM .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgSeNVCwEM .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgSeNVCwEM .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sgSeNVCwEM .menu-top {
  text-align: center;
  width: 100%;
  background-color: #dbdc00;
  padding: .5rem 0;
  color: #3e3e3f;
}
.cid-sgSeNVCwEM .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sgSeNVCwEM .card-wrapper {
  z-index: 3;
}
.cid-sgSeNVCwEM .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sgSeNVCwEM .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgSeNVCwEM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgSfem5Jyq {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sgSfem5Jyq .mbr-text,
.cid-sgSfem5Jyq blockquote {
  color: #232323;
}
.cid-sgSfem5Jyq .mbr-text {
  color: #3e3e3f;
}
.cid-sgSfem5Jyq .mbr-text DIV {
  text-align: center;
}
.cid-sgSeNYwrYz {
  padding-top: 15px;
  padding-bottom: 120px;
  background: #ffffff;
}
.cid-sgSeNYwrYz .mbr-section-subtitle {
  color: #767676;
}
.cid-sgSeNYwrYz .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #bbbbbb;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-sgSeNYwrYz .mbr-iconfont-social:before {
  padding: .6rem;
  border: 1px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-sgSeNYwrYz .mbr-iconfont-social:hover {
  color: #000000;
}
.cid-sgSeNYwrYz .mbr-iconfont-social:hover:before {
  background: #bbbbbb;
  transition: all .3s;
  border-color: transparent;
}
.cid-sgSeNYwrYz .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sgSeNYwrYz .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-sgSeNZL8Qe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img1-2000x1335.jpg");
}
.cid-sgSeNZL8Qe .mbr-section-title,
.cid-sgSeNZL8Qe .mbr-section-subtitle {
  color: #879a9f;
}
.cid-sgSeNZL8Qe .mbr-section-text {
  color: #767676;
}
.cid-sgSeNZL8Qe .mbr-text,
.cid-sgSeNZL8Qe .typed-text,
.cid-sgSeNZL8Qe .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sgSeNZL8Qe .btn {
  margin-left: 4px !important;
}
.cid-sgSeNZL8Qe .animated-element {
  color: #e31e24;
}
.cid-sgSeNZL8Qe .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e31e24;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sgSeNZL8Qe .mbr-section-title {
  color: #ffffff;
}
.cid-sgSeNZL8Qe .mbr-section-subtitle,
.cid-sgSeNZL8Qe .typed-text {
  color: #ffffff;
}
.cid-sgSeO0khBL {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #3e3e3f;
}
.cid-sgSeO0khBL .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-sgSeO0khBL .social-row {
    justify-content: center;
  }
  .cid-sgSeO0khBL .social-row .soc-item {
    margin-right: 0;
    margin: 0 0.5rem;
  }
}
.cid-sgSeO0khBL .mbr-section-subtitle {
  letter-spacing: 0;
  color: #ffffff;
}
.cid-sgSeO0khBL a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sgSeO0khBL li {
  line-height: 2;
}
.cid-sgSeO0khBL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-sgSeO0khBL .soc-item:hover .mbr-iconfont {
  color: #dbdc00;
}
.cid-sgSeO0khBL .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sgSeO0khBL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sgSeO0khBL .list {
    margin-bottom: 0rem;
  }
}
.cid-sgSeO0khBL .mbr-text {
  color: #bbbbbb;
}
.cid-sgSeO0khBL .mbr-iconfont {
  transition: color 0.3s;
  color: #c1c1c1;
  font-size: 1.2rem;
}
.cid-sgSqML3gHT {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #3e3e3f;
}
.cid-sgSqML3gHT .media-container-row .mbr-text {
  color: #c1c1c1;
}
.cid-sgSi6UnBvb {
  padding-top: 135px;
  padding-bottom: 0px;
  /*background-image: url("../../../assets/images/124062580-3643072882414734-4927998098641854257-o-2-2000x1335.jpeg");*/
}
.cid-sgSi6UnBvb .card-wrapper {
  z-index: 3;
}
.cid-sgSi6UnBvb .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-sgSi6UnBvb:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-sgSi6UnBvb .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sgSi6UnBvb .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sgSi6UnBvb .text-block {
  text-align: right !important;
}
.cid-sgSi6UnBvb H2 {
  text-align: center;
  color: #3e3e3f;
}
.cid-sgSi6USZGH {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgSi6USZGH .container-fluid {
  padding: 0 3rem;
}
.cid-sgSi6USZGH ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgSi6USZGH ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-sgSi6USZGH ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-sgSi6USZGH ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-sgSi6USZGH .container-fluid {
    padding: 0 1rem;
  }
  .cid-sgSi6USZGH .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-sgSi6USZGH .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sgSi6USZGH .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #dbdc00, #dbdc00);
  display: inline-block;
}
.cid-sgSi6USZGH .mbr-section-title,
.cid-sgSi6USZGH .underline {
  color: #3e3e3f;
}
.cid-sgSi6USZGH .mbr-section-subtitle {
  color: #3e3e3f;
}
.cid-sgSi6VsChj .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sgSi6VsChj .nav-item:focus,
.cid-sgSi6VsChj .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sgSi6VsChj .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sgSi6VsChj .nav-item .nav-link {
    position: relative;
  }
  .cid-sgSi6VsChj .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #dbdc00, #dbdc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sgSi6VsChj .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sgSi6VsChj .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgSi6VsChj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sgSi6VsChj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgSi6VsChj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sgSi6VsChj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sgSi6VsChj .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sgSi6VsChj .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #3e3e3f;
}
.cid-sgSi6VsChj .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #3e3e3f !important;
}
.cid-sgSi6VsChj .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-sgSi6VsChj .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sgSi6VsChj .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sgSi6VsChj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sgSi6VsChj .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sgSi6VsChj .navbar.collapsed .navbar-collapse.show,
.cid-sgSi6VsChj .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sgSi6VsChj .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sgSi6VsChj .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sgSi6VsChj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sgSi6VsChj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sgSi6VsChj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sgSi6VsChj .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-sgSi6VsChj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sgSi6VsChj .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sgSi6VsChj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sgSi6VsChj .navbar.collapsed .right-menu,
.cid-sgSi6VsChj .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sgSi6VsChj .navbar .navbar-collapse.show,
  .cid-sgSi6VsChj .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgSi6VsChj .navbar .navbar-collapse.show .brand-container,
  .cid-sgSi6VsChj .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sgSi6VsChj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sgSi6VsChj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sgSi6VsChj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sgSi6VsChj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sgSi6VsChj .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-sgSi6VsChj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sgSi6VsChj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sgSi6VsChj .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sgSi6VsChj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sgSi6VsChj .navbar .right-menu,
  .cid-sgSi6VsChj .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sgSi6VsChj .navbar.navbar-short {
  min-height: 60px;
}
.cid-sgSi6VsChj .navbar.navbar-short .mbr-overlay {
  background: #3e3e3f !important;
}
.cid-sgSi6VsChj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sgSi6VsChj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sgSi6VsChj .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sgSi6VsChj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sgSi6VsChj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sgSi6VsChj .dropdown-item.active,
.cid-sgSi6VsChj .dropdown-item:active {
  background-color: transparent;
}
.cid-sgSi6VsChj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sgSi6VsChj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sgSi6VsChj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sgSi6VsChj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3e3e3f;
}
.cid-sgSi6VsChj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sgSi6VsChj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sgSi6VsChj ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sgSi6VsChj ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sgSi6VsChj .navbar-buttons {
  margin-left: auto;
}
.cid-sgSi6VsChj button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgSi6VsChj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e31e24;
}
.cid-sgSi6VsChj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgSi6VsChj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgSi6VsChj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgSi6VsChj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgSi6VsChj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgSi6VsChj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sgSi6VsChj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sgSi6VsChj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgSi6VsChj .navbar-dropdown {
  position: fixed;
}
.cid-sgSi6VsChj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgSi6VsChj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sgSi6VsChj .right-menu,
.cid-sgSi6VsChj .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sgSi6VsChj .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgSi6VsChj .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgSi6VsChj .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sgSi6VsChj .menu-top {
  text-align: center;
  width: 100%;
  background-color: #dbdc00;
  padding: .5rem 0;
  color: #3e3e3f;
}
.cid-sgSi6VsChj .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sgSi6VsChj .card-wrapper {
  z-index: 3;
}
.cid-sgSi6VsChj .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sgSi6VsChj .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sgSi6VsChj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgSNo4by0A {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgSNo4by0A .container-fluid {
  padding: 0 3rem;
}
.cid-sgSNo4by0A .mbr-text {
  color: #3e3e3f;
  text-align: center;
}
.cid-sgSNo4by0A .card-title {
  text-align: left;
  color: #ffa0a4;
}
.cid-sgSNo4by0A p {
  text-align: left;
}
.cid-sgSNo4by0A .card-img {
  text-align: left;
}
.cid-sgSNo4by0A .card .card-img span {
  color: #e31e24;
  font-size: 60px;
  background: linear-gradient(45deg, #e31e24, #e31e24);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-sgSNo4by0A .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .cid-sgSNo4by0A .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sgSNo4by0A .card-title,
.cid-sgSNo4by0A .card-img {
  color: #e31e24;
  text-align: center;
}
.cid-sgSi6W0RIC {
  padding-top: 15px;
  padding-bottom: 120px;
  background: #ffffff;
}
.cid-sgSi6W0RIC .mbr-section-subtitle {
  color: #767676;
}
.cid-sgSi6W0RIC .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #bbbbbb;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-sgSi6W0RIC .mbr-iconfont-social:before {
  padding: .6rem;
  border: 1px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-sgSi6W0RIC .mbr-iconfont-social:hover {
  color: #000000;
}
.cid-sgSi6W0RIC .mbr-iconfont-social:hover:before {
  background: #bbbbbb;
  transition: all .3s;
  border-color: transparent;
}
.cid-sgSi6W0RIC .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sgSi6W0RIC .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-sgSMhfZkn5 .google-map {
  height: 34rem;
  position: relative;
}
.cid-sgSMhfZkn5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sgSMhfZkn5 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sgSMhfZkn5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sgSMhfZkn5 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-sgSMkepr1d {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f6f6f6;
}
.cid-sgSMkepr1d .container-fluid {
  padding: 0 3rem;
}
.cid-sgSMkepr1d .mbr-section-title {
  margin-bottom: 1.5em;
}
.cid-sgSMkepr1d .input-main {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgSMkepr1d .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-sgSMkepr1d .form-group {
  margin-bottom: 1.4em;
}
.cid-sgSMkepr1d .form-control {
  background-color: #efefef;
  border-radius: 22px;
  padding: 18px 25px;
}
.cid-sgSMkepr1d input.form-control {
  border: 1px solid #ddd;
}
.cid-sgSMkepr1d textarea.form-control {
  padding: 1rem;
  min-height: 209px;
}
.cid-sgSMkepr1d .input-group-btn .btn {
  padding: 1rem 4rem;
}
@media (max-width: 767px) {
  .cid-sgSMkepr1d .container-fluid {
    padding: 0 1rem;
  }
  .cid-sgSMkepr1d .input-group-btn .btn {
    padding: 1rem 2rem;
    font-size: 16px !important;
  }
}
.cid-sgSi6WNRzi {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #3e3e3f;
}
.cid-sgSi6WNRzi .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-sgSi6WNRzi .social-row {
    justify-content: center;
  }
  .cid-sgSi6WNRzi .social-row .soc-item {
    margin-right: 0;
    margin: 0 0.5rem;
  }
}
.cid-sgSi6WNRzi .mbr-section-subtitle {
  letter-spacing: 0;
  color: #ffffff;
}
.cid-sgSi6WNRzi a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sgSi6WNRzi li {
  line-height: 2;
}
.cid-sgSi6WNRzi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-sgSi6WNRzi .soc-item:hover .mbr-iconfont {
  color: #dbdc00;
}
.cid-sgSi6WNRzi .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sgSi6WNRzi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sgSi6WNRzi .list {
    margin-bottom: 0rem;
  }
}
.cid-sgSi6WNRzi .mbr-text {
  color: #bbbbbb;
}
.cid-sgSi6WNRzi .mbr-iconfont {
  transition: color 0.3s;
  color: #c1c1c1;
  font-size: 1.2rem;
}
.cid-sgSsQWVelI {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #3e3e3f;
}
.cid-sgSsQWVelI .media-container-row .mbr-text {
  color: #c1c1c1;
}
.cid-shfMHF0u8V {
  padding-top: 135px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/124062580-3643072882414734-4927998098641854257-o-2-2000x1335.jpeg");
}
.cid-shfMHF0u8V .card-wrapper {
  z-index: 3;
}
.cid-shfMHF0u8V .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-shfMHF0u8V:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-shfMHF0u8V .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-shfMHF0u8V .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-shfMHF0u8V .text-block {
  text-align: right !important;
}
.cid-shfMHF0u8V H2 {
  text-align: center;
  color: #3e3e3f;
}
.cid-shfMHFiQQ8 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shfMHFiQQ8 .container-fluid {
  padding: 0 3rem;
}
.cid-shfMHFiQQ8 ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shfMHFiQQ8 ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-shfMHFiQQ8 ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-shfMHFiQQ8 ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-shfMHFiQQ8 .container-fluid {
    padding: 0 1rem;
  }
  .cid-shfMHFiQQ8 .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-shfMHFiQQ8 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-shfMHFiQQ8 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #dbdc00, #dbdc00);
  display: inline-block;
}
.cid-shfMHFiQQ8 .mbr-section-title,
.cid-shfMHFiQQ8 .underline {
  color: #3e3e3f;
}
.cid-shfMHFiQQ8 .mbr-section-subtitle {
  color: #3e3e3f;
}
.cid-shfMHFKxHQ .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-shfMHFKxHQ .nav-item:focus,
.cid-shfMHFKxHQ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-shfMHFKxHQ .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-shfMHFKxHQ .nav-item .nav-link {
    position: relative;
  }
  .cid-shfMHFKxHQ .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #dbdc00, #dbdc00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-shfMHFKxHQ .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-shfMHFKxHQ .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shfMHFKxHQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-shfMHFKxHQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shfMHFKxHQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shfMHFKxHQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shfMHFKxHQ .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-shfMHFKxHQ .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #3e3e3f;
}
.cid-shfMHFKxHQ .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #3e3e3f !important;
}
.cid-shfMHFKxHQ .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-shfMHFKxHQ .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-shfMHFKxHQ .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-shfMHFKxHQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-shfMHFKxHQ .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-shfMHFKxHQ .navbar.collapsed .navbar-collapse.show,
.cid-shfMHFKxHQ .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-shfMHFKxHQ .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-shfMHFKxHQ .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-shfMHFKxHQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shfMHFKxHQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shfMHFKxHQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-shfMHFKxHQ .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-shfMHFKxHQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shfMHFKxHQ .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-shfMHFKxHQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-shfMHFKxHQ .navbar.collapsed .right-menu,
.cid-shfMHFKxHQ .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-shfMHFKxHQ .navbar .navbar-collapse.show,
  .cid-shfMHFKxHQ .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shfMHFKxHQ .navbar .navbar-collapse.show .brand-container,
  .cid-shfMHFKxHQ .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-shfMHFKxHQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shfMHFKxHQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shfMHFKxHQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shfMHFKxHQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-shfMHFKxHQ .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-shfMHFKxHQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shfMHFKxHQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shfMHFKxHQ .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-shfMHFKxHQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-shfMHFKxHQ .navbar .right-menu,
  .cid-shfMHFKxHQ .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-shfMHFKxHQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-shfMHFKxHQ .navbar.navbar-short .mbr-overlay {
  background: #3e3e3f !important;
}
.cid-shfMHFKxHQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shfMHFKxHQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shfMHFKxHQ .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-shfMHFKxHQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shfMHFKxHQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shfMHFKxHQ .dropdown-item.active,
.cid-shfMHFKxHQ .dropdown-item:active {
  background-color: transparent;
}
.cid-shfMHFKxHQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-shfMHFKxHQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shfMHFKxHQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shfMHFKxHQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3e3e3f;
}
.cid-shfMHFKxHQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shfMHFKxHQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shfMHFKxHQ ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-shfMHFKxHQ ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-shfMHFKxHQ .navbar-buttons {
  margin-left: auto;
}
.cid-shfMHFKxHQ button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shfMHFKxHQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e31e24;
}
.cid-shfMHFKxHQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shfMHFKxHQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shfMHFKxHQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shfMHFKxHQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shfMHFKxHQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shfMHFKxHQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-shfMHFKxHQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-shfMHFKxHQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shfMHFKxHQ .navbar-dropdown {
  position: fixed;
}
.cid-shfMHFKxHQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-shfMHFKxHQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-shfMHFKxHQ .right-menu,
.cid-shfMHFKxHQ .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-shfMHFKxHQ .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shfMHFKxHQ .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shfMHFKxHQ .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-shfMHFKxHQ .menu-top {
  text-align: center;
  width: 100%;
  background-color: #dbdc00;
  padding: .5rem 0;
  color: #3e3e3f;
}
.cid-shfMHFKxHQ .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-shfMHFKxHQ .card-wrapper {
  z-index: 3;
}
.cid-shfMHFKxHQ .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-shfMHFKxHQ .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shfMHFKxHQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shfMHGebyB {
  padding-top: 15px;
  padding-bottom: 120px;
  background: #ffffff;
}
.cid-shfMHGebyB .mbr-section-subtitle {
  color: #767676;
}
.cid-shfMHGebyB .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #bbbbbb;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-shfMHGebyB .mbr-iconfont-social:before {
  padding: .6rem;
  border: 1px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-shfMHGebyB .mbr-iconfont-social:hover {
  color: #000000;
}
.cid-shfMHGebyB .mbr-iconfont-social:hover:before {
  background: #bbbbbb;
  transition: all .3s;
  border-color: transparent;
}
.cid-shfMHGebyB .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-shfMHGebyB .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-shfNMGZ2Ww {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shfNMGZ2Ww .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shfNMGZ2Ww .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-shfNMGZ2Ww .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-shfNMGZ2Ww .btn-primary-outline:active {
  color: gray;
}
.cid-shfNMGZ2Ww .btn-primary-outline:hover {
  color: white;
}
.cid-shfNMGZ2Ww div {
  overflow: hidden;
}
.cid-shfNMGZ2Ww li.active .btn-primary-outline {
  color: white;
}
.cid-shfNMGZ2Ww .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shfNMGZ2Ww .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shfNMGZ2Ww .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shfNMGZ2Ww .mbr-gallery-item {
  overflow: hidden;
}
.cid-shfNMGZ2Ww .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-shfNMGZ2Ww .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-shfNMGZ2Ww .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-shfNMGZ2Ww .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-shfNMGZ2Ww .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shfNMGZ2Ww .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-shfNMGZ2Ww .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shfNMGZ2Ww .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.8;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-shfOML55eR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shfOML55eR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shfOML55eR .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-shfOML55eR .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-shfOML55eR .btn-primary-outline:active {
  color: gray;
}
.cid-shfOML55eR .btn-primary-outline:hover {
  color: white;
}
.cid-shfOML55eR div {
  overflow: hidden;
}
.cid-shfOML55eR li.active .btn-primary-outline {
  color: white;
}
.cid-shfOML55eR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shfOML55eR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shfOML55eR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shfOML55eR .mbr-gallery-item {
  overflow: hidden;
}
.cid-shfOML55eR .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-shfOML55eR .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-shfOML55eR .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-shfOML55eR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-shfOML55eR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shfOML55eR .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-shfOML55eR .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shfOML55eR .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.8;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-shfONssP6l {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shfONssP6l .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shfONssP6l .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-shfONssP6l .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-shfONssP6l .btn-primary-outline:active {
  color: gray;
}
.cid-shfONssP6l .btn-primary-outline:hover {
  color: white;
}
.cid-shfONssP6l div {
  overflow: hidden;
}
.cid-shfONssP6l li.active .btn-primary-outline {
  color: white;
}
.cid-shfONssP6l .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shfONssP6l .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shfONssP6l .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shfONssP6l .mbr-gallery-item {
  overflow: hidden;
}
.cid-shfONssP6l .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-shfONssP6l .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-shfONssP6l .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-shfONssP6l .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-shfONssP6l .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shfONssP6l .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-shfONssP6l .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shfONssP6l .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.8;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-shfOPyOCMC {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-shfOPyOCMC .container-fluid {
  padding: 0 3rem;
}
.cid-shfOPyOCMC .mbr-section-title {
  color: #096693;
  text-align: right;
}
.cid-shfOPyOCMC .btn {
  margin-top: 0;
}
.cid-shfOPyOCMC .media-container-column {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-shfOPyOCMC .container-fluid {
    padding: 0 1rem;
  }
  .cid-shfOPyOCMC .btn {
    margin-top: 0.4rem;
  }
  .cid-shfOPyOCMC .mbr-section-btn {
    margin: 0;
  }
}
.cid-shfOPyOCMC .mbr-section-subtitle {
  text-align: right;
  color: #ffffff;
}
.cid-shfMHGUodk {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #3e3e3f;
}
.cid-shfMHGUodk .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-shfMHGUodk .social-row {
    justify-content: center;
  }
  .cid-shfMHGUodk .social-row .soc-item {
    margin-right: 0;
    margin: 0 0.5rem;
  }
}
.cid-shfMHGUodk .mbr-section-subtitle {
  letter-spacing: 0;
  color: #ffffff;
}
.cid-shfMHGUodk a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-shfMHGUodk li {
  line-height: 2;
}
.cid-shfMHGUodk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0.8rem;
  margin-bottom: 1rem;
  height: 3.2rem;
  width: 3.2rem;
}
.cid-shfMHGUodk .soc-item:hover .mbr-iconfont {
  color: #dbdc00;
}
.cid-shfMHGUodk .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-shfMHGUodk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-shfMHGUodk .list {
    margin-bottom: 0rem;
  }
}
.cid-shfMHGUodk .mbr-text {
  color: #bbbbbb;
}
.cid-shfMHGUodk .mbr-iconfont {
  transition: color 0.3s;
  color: #c1c1c1;
  font-size: 1.2rem;
}
.cid-shfMHHr3F9 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #3e3e3f;
}
.cid-shfMHHr3F9 .media-container-row .mbr-text {
  color: #c1c1c1;
}
