body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'FORTE';
  font-size: 7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 11.2rem;
}
.display-2 {
  font-family: 'Rancho', handwriting;
  font-size: 4.3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.02rem;
}
.display-4 {
  font-family: 'Arimo', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Rancho', handwriting;
  font-size: 2.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'FORTE';
  font-size: 3rem;
}
.display-7 > .mbr-iconfont {
  font-size: 3.6rem;
}
/* ---- 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: 5.6rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.44rem;
    font-size: calc( 2.155rem + (4.3 - 2.155) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.155rem + (4.3 - 2.155) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.8 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-success:hover {
  background: #29361a !important;
  border-color: #29361a !important;
}
.btn-secondary {
  color: black!important;
}
.btn-secondary:hover,
.btn-secondary:active {
  color: black!important;
  background: #f9ad05 !important;
  border-color: #f9ad05 !important;
}
.btn-primary {
  color: white!important;
}
.btn-primary:hover {
  background: #fbbe36 !important;
  border-color: #fbbe36 !important;
}
.btn-info {
  color: white!important;
}
.btn-success:hover {
  background: #29361a !important;
  border-color: #29361a !important;
}
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e7272d !important;
}
.bg-success {
  background-color: #89b758 !important;
}
.bg-info {
  background-color: #29361a !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e7272d !important;
  border-color: #e7272d !important;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #e7272d;
  border-color: #e7272d;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #e7272d !important;
  border-color: #e7272d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fbbe36 !important;
  border-color: #fbbe36 !important;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #fbbe36;
  border-color: #fbbe36;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #fbbe36 !important;
  border-color: #fbbe36 !important;
}
.btn-info,
.btn-info:active {
  background-color: #29361a !important;
  border-color: #29361a !important;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #29361a;
  border-color: #29361a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #29361a !important;
  border-color: #29361a !important;
}
.btn-success,
.btn-success:active {
  background-color: #89b758 !important;
  border-color: #89b758 !important;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #89b758;
  border-color: #89b758;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #971115;
  color: #971115;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e7272d;
  border-color: #e7272d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e7272d !important;
  border-color: #e7272d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #c78b04;
  color: #c78b04;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #fbbe36;
  border-color: #fbbe36;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fbbe36 !important;
  border-color: #fbbe36 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #29361a;
  border-color: #29361a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #29361a !important;
  border-color: #29361a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #567633;
  color: #567633;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #89b758;
  border-color: #89b758;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e7272d !important;
}
.text-secondary {
  color: #fbbe36 !important;
}
.text-success {
  color: #89b758 !important;
}
.text-info {
  color: #29361a !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f18386 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fdde9a !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #bbd69f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #5d7b3b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #29361a;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e7272d;
  border-color: #e7272d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e7272d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbdfe0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c8ddb1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9dbe78;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'FORTE';
  font-size: 3rem;
}
.form-control > .mbr-iconfont {
  font-size: 3.6rem;
}
blockquote {
  border-color: #e7272d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 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 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e7272d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e7272d;
  border-bottom-color: #e7272d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e7272d !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: #fbbe36 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e7272d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-st3toKtRru {
  z-index: 1000;
  width: 100%;
}
.cid-st3toKtRru nav.navbar {
  position: fixed;
}
.cid-st3toKtRru .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-st3toKtRru .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-st3toKtRru .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-st3toKtRru .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-st3toKtRru .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-st3toKtRru .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-st3toKtRru .dropdown-item:hover,
.cid-st3toKtRru .dropdown-item:focus {
  background: rgba(231, 39, 45, 0.1) !important;
  color: #e7272d !important;
}
.cid-st3toKtRru .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-st3toKtRru .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-st3toKtRru .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-st3toKtRru .nav-link {
  position: relative;
  line-height: 1;
}
.cid-st3toKtRru .nav-link:hover {
  color: #e7272d !important;
}
.cid-st3toKtRru .container {
  display: flex;
  margin: auto;
}
.cid-st3toKtRru .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-st3toKtRru .dropdown-menu,
.cid-st3toKtRru .navbar.opened {
  background: #0e0e0e !important;
}
.cid-st3toKtRru .nav-item:focus,
.cid-st3toKtRru .nav-link:focus {
  outline: none;
}
.cid-st3toKtRru .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-st3toKtRru .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-st3toKtRru .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-st3toKtRru .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-st3toKtRru .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-st3toKtRru .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-st3toKtRru .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(14, 14, 14, 0.8);
}
.cid-st3toKtRru .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-st3toKtRru .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-st3toKtRru .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-st3toKtRru .navbar.opened {
  transition: all 0.3s;
}
.cid-st3toKtRru .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-st3toKtRru .navbar .navbar-logo img {
  width: auto;
}
.cid-st3toKtRru .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-st3toKtRru .navbar.collapsed {
  justify-content: center;
}
.cid-st3toKtRru .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-st3toKtRru .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-st3toKtRru .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-st3toKtRru .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-st3toKtRru .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-st3toKtRru .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-st3toKtRru .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-st3toKtRru .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-st3toKtRru .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-st3toKtRru .navbar .dropdown-menu {
    display: none;
  }
  .cid-st3toKtRru .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-st3toKtRru .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-st3toKtRru .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-st3toKtRru .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-st3toKtRru .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-st3toKtRru .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-st3toKtRru .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-st3toKtRru .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-st3toKtRru .navbar .navbar-buttons,
  .cid-st3toKtRru .navbar .icons-menu {
    display: none;
  }
  .cid-st3toKtRru .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-st3toKtRru .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-st3toKtRru .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-st3toKtRru .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-st3toKtRru .dropdown-item.active,
.cid-st3toKtRru .dropdown-item:active {
  background-color: transparent;
}
.cid-st3toKtRru .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-st3toKtRru .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e0e0e;
}
.cid-st3toKtRru .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-st3toKtRru ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-st3toKtRru .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-st3toKtRru button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-st3toKtRru button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-st3toKtRru button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-st3toKtRru button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st3toKtRru button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-st3toKtRru button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-st3toKtRru nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st3toKtRru nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-st3toKtRru nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-st3toKtRru nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-st3toKtRru .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-st3toKtRru a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-st3toKtRru .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-st3toKtRru .navbar {
    height: 70px;
  }
  .cid-st3toKtRru .navbar.opened {
    height: auto;
  }
  .cid-st3toKtRru .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-st3sWNL8Pd {
  padding-top: 240px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/final-2000x1336.jpg");
}
.cid-st3sWNL8Pd .title-align {
  width: 100%;
}
.cid-st3sWNL8Pd .pricetitle {
  margin: 0;
  text-align: left;
}
.cid-st3sWNL8Pd .img-col {
  position: relative;
  padding-top: 2rem;
}
.cid-st3sWNL8Pd .img-col img {
  z-index: 2;
  position: relative;
}
.cid-st3sWNL8Pd .pricebox {
  position: absolute;
  z-index: 1;
  top: -5rem;
  left: 2rem;
  width: 180px;
  height: 180px;
  background: #fbbe36;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-st3sWNL8Pd H2 {
  color: #e7272d;
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: left;
}
.cid-st3sWNL8Pd H2:before {
  position: absolute;
  content: '';
  right: -120px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
}
.cid-st3sWNL8Pd img {
  max-width: 500px;
  margin: auto;
}
.cid-st3sWNL8Pd .mbr-section-subtitle,
.cid-st3sWNL8Pd .title-align {
  color: #fbbe36;
}
.cid-st3sWNL8Pd .price {
  color: #e7272d;
}
@media (max-width: 992px) {
  .cid-st3sWNL8Pd .pricebox {
    top: -2rem;
    right: 2rem;
    left: auto;
  }
}
@media (max-width: 767px) {
  .cid-st3sWNL8Pd .pricebox {
    width: 100px;
    height: 100px;
    top: 0rem;
    right: 2rem;
    left: auto;
  }
  .cid-st3sWNL8Pd H2:before {
    width: 70px;
    right: -90px;
  }
  .cid-st3sWNL8Pd .img-col {
    padding-top: 4rem;
  }
}
.cid-st3sWNL8Pd .mbr-text,
.cid-st3sWNL8Pd .mbr-section-btn {
  color: #fbbe36;
}
.cid-t24gJLTbnU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #17161a;
}
@media (max-width: 767px) {
  .cid-t24gJLTbnU .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-t24gJLTbnU .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-t24gJLTbnU .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-t24gJLTbnU .mbr-section-title {
  color: #f7ed4a;
  text-align: left;
}
.cid-st52FDWM7o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-st52FDWM7o .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-st52FDWM7o .card-title {
  margin-bottom: 26px;
  color: #fbbe36;
}
.cid-st52FDWM7o .mbr-text {
  margin-bottom: 30px;
}
.cid-st52FDWM7o .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(231, 39, 45, 0.4);
  background-image: linear-gradient(125deg, #e7272d 0%, #f18386 100%);
}
.cid-st52FDWM7o .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-st52FDWM7o .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-st52FDWM7o .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-st52FDWM7o .btn_link:hover {
  cursor: pointer;
}
.cid-st52FDWM7o .btn_link:hover a {
  color: #e7272d !important;
}
.cid-st52FDWM7o .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-st52FDWM7o .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-st52FDWM7o .text-wrapper {
    text-align: center;
  }
  .cid-st52FDWM7o .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-st52FDWM7o .mbr-text {
    margin-bottom: 20px;
  }
  .cid-st52FDWM7o .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-st52FDWM7o .card-title,
.cid-st52FDWM7o .icon_block {
  color: #475017;
}
.cid-st52FDWM7o .mbr-text,
.cid-st52FDWM7o .btn_link {
  color: #000000;
}
.cid-sv3SAF5cki {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/tree.jpg");
}
@media (max-width: 992px) {
  .cid-sv3SAF5cki {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@keyframes shadow {
  from {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0);
  }
}
.cid-sv3SAF5cki .icon-wrap {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: #e7272d;
  border-radius: 50%;
  animation: shadow 1s infinite ease-in-out;
}
.cid-sv3SAF5cki .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  color: #f3f7ee;
  position: relative;
  transition: all 0.25s;
}
.cid-sv3SAF5cki .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
}
.cid-sv3SAF5cki .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sv3SAF5cki a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sv3SAF5cki a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sv3SAF5cki {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .cid-sv3SAF5cki .box {
    height: 250px;
  }
}
.cid-suY2yWpazH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-suY2yWpazH .row {
  background: #000000;
  padding: 3rem 2rem;
  margin: 0rem;
}
@media (max-width: 767px) {
  .cid-suY2yWpazH .row {
    padding: 1rem 0rem;
  }
}
.cid-suY2yWpazH img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-suY2yWpazH img {
    width: 100%;
  }
}
.cid-suY2yWpazH .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-suY2yWpazH .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-suY2yWpazH .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-suY2yWpazH .mbr-text,
.cid-suY2yWpazH .mbr-section-btn {
  color: #777777;
}
.cid-suY2yWpazH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-suY2yWpazH .mbr-list {
  color: #ffffff;
}
.cid-suY2yWpazH .mbr-section-title {
  color: #e7272d;
}
.cid-suY3RfUoBp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #151c0d;
}
.cid-suY3RfUoBp .row {
  background: #151c0d;
  padding: 3rem 2rem;
  margin: 0rem;
}
@media (max-width: 767px) {
  .cid-suY3RfUoBp .row {
    padding: 1rem 0rem;
  }
}
.cid-suY3RfUoBp img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-suY3RfUoBp img {
    width: 100%;
  }
}
.cid-suY3RfUoBp .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-suY3RfUoBp .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-suY3RfUoBp .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #151c0d;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-suY3RfUoBp .mbr-text,
.cid-suY3RfUoBp .mbr-section-btn {
  color: #777777;
}
.cid-suY3RfUoBp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-suY3RfUoBp .mbr-list {
  color: #ffffff;
}
.cid-suY3RfUoBp .mbr-section-title {
  color: #fbbe36;
}
.cid-st4XLEqsAA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-st4XLEqsAA img {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.cid-st4XLEqsAA H2 {
  color: #e7272d;
}
.cid-st4XLEqsAA .mbr-text,
.cid-st4XLEqsAA .mbr-section-btn {
  color: #0e0e0e;
  text-align: left;
}
.cid-st4XLEqsAA H3 {
  color: #0e0e0e;
  text-align: left;
}
.cid-st4DRzS1XU {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/black.jpg");
}
.cid-st4DRzS1XU img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.cid-st4DRzS1XU .mbr-iconfont-1 {
  color: #fbbe36;
  font-size: 1rem;
  transition: 0.7s;
}
.cid-st4DRzS1XU .mbr-section-title {
  margin-bottom: 4rem;
}
.cid-st4DRzS1XU .mbr-section-subtitle {
  color: #e9204f;
  margin-bottom: 1.5rem;
}
.cid-st4DRzS1XU .card-img {
  margin-bottom: 1.3rem;
}
.cid-st4DRzS1XU .card-title {
  margin-bottom: 1.5rem;
}
.cid-st4DRzS1XU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-st4DRzS1XU .card {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-st4DRzS1XU .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-st4DRzS1XU .row {
    padding: 0 1rem;
  }
  .cid-st4DRzS1XU .card-inner {
    padding: 3.3rem 2.5rem;
  }
}
.cid-st4DRzS1XU .card-inner {
  background-color: #191919;
  transition: 0.3s;
  border: 2px solid rgba(177, 163, 116, 0);
}
.cid-st4DRzS1XU .card:hover .card-inner {
  border: 2px solid #b1a374;
}
.cid-st4DRzS1XU .mbr-text {
  margin-bottom: 1.3rem;
  color: #828282;
}
.cid-st4DRzS1XU .card-people {
  display: flex;
  align-items: center;
}
.cid-st4DRzS1XU .user_image {
  margin-right: 1rem;
}
.cid-st4DRzS1XU .mbr-author-desc {
  color: #ffffff;
  font-weight: 500;
}
.cid-st4DRzS1XU .vertical-line:before {
  content: '';
  background-color: #b1a374;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-st4DRzS1XU .mbr-text,
.cid-st4DRzS1XU .link {
  color: #ffffff;
}
.cid-st4DRzS1XU .mbr-author-name {
  color: #f8931f;
}
.cid-st4DRzS1XU H2 {
  color: #fbbe36;
}
.cid-st3tmNSW6m {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-st3tmNSW6m .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-st3tmNSW6m .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-st3tmNSW6m .col + .mbr-section-btn .btn,
.cid-st3tmNSW6m .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-st3tmNSW6m .col + .mbr-section-btn .btn,
  .cid-st3tmNSW6m .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-st3tmNSW6m .dragArea > *:nth-last-child(2).col,
  .cid-st3tmNSW6m .dragArea > *:nth-last-child(2).col-auto,
  .cid-st3tmNSW6m .col + .mbr-section-btn,
  .cid-st3tmNSW6m .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-st3tmNSW6m .dragArea {
    flex-direction: column;
  }
}
.cid-st3tmNSW6m .btn-primary {
  border: 1px solid #e7272d !important;
}
.cid-st3tmNSW6m .btn-primary:hover {
  border: 1px solid #e7272d !important;
}
.cid-st3tmNSW6m .stripe {
  border-bottom: 1px solid #fbbe36;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-st3tmNSW6m .form-group {
  max-width: 220px;
}
.cid-st3tmNSW6m .mbr-section-btn {
  padding-left: 0;
}
.cid-st3tmNSW6m .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-st3tmNSW6m .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #fbbe36;
  width: 85%;
}
.cid-st3tmNSW6m .mbr-text {
  color: #444;
}
.cid-st3tmNSW6m h5 {
  margin-bottom: 0;
}
.cid-st3tmNSW6m .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-st3tmNSW6m .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-st3tmNSW6m .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-st3tmNSW6m .socicon {
  font-size: 1.3rem;
  background: #0e0e0e;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-st3tmNSW6m .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-st3tmNSW6m .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-st3tmNSW6m .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-st3tmNSW6m .social-list a:hover {
  opacity: 0.4;
}
.cid-st3tmNSW6m .media-container-row > div {
  padding: 0px;
}
.cid-st3tmNSW6m .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-st3tmNSW6m .group-title {
  text-align: left;
  color: #fbbe36;
  padding-bottom: 0.2rem;
}
.cid-st3tmNSW6m .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-st3tmNSW6m .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-st3tmNSW6m .social-list,
  .cid-st3tmNSW6m .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-st3tmNSW6m h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-st3tmNSW6m .form-group {
    max-width: 180px;
  }
}
.cid-st3tmNSW6m .links span {
  color: #9e9e9e;
}
.cid-st3tmNSW6m .logo-sub-title {
  text-align: center;
  color: #8cdd54;
}
.cid-st3tmNSW6m .logo-title {
  text-align: center;
}
.cid-st3tmNSW6m .logo-title,
.cid-st3tmNSW6m .logo {
  color: #89b758;
}
.cid-stnhnHrb1g.popup-builder {
  background-color: #ffffff;
}
.cid-stnhnHrb1g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-stnhnHrb1g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-stnhnHrb1g .modal-content,
.cid-stnhnHrb1g .modal-dialog {
  height: auto;
}
.cid-stnhnHrb1g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-stnhnHrb1g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-stnhnHrb1g .form-wrapper .mbr-form .form-group,
  .cid-stnhnHrb1g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-stnhnHrb1g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-stnhnHrb1g .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stnhnHrb1g .mbr-text {
  text-align: center;
}
.cid-stnhnHrb1g .pt-0 {
  padding-top: 0 !important;
}
.cid-stnhnHrb1g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-stnhnHrb1g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-stnhnHrb1g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-stnhnHrb1g .modal-open {
  overflow: hidden;
}
.cid-stnhnHrb1g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-stnhnHrb1g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-stnhnHrb1g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-stnhnHrb1g .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-stnhnHrb1g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-stnhnHrb1g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-stnhnHrb1g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-stnhnHrb1g .modal-content {
  background: #fbbe36;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-stnhnHrb1g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-stnhnHrb1g .modal-backdrop.fade {
  opacity: 0;
}
.cid-stnhnHrb1g .modal-backdrop.show {
  opacity: .5;
}
.cid-stnhnHrb1g .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-stnhnHrb1g .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-stnhnHrb1g .modal-header .close:hover {
  opacity: 1;
}
.cid-stnhnHrb1g .modal-header .close:focus {
  outline: none;
}
.cid-stnhnHrb1g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #e7272d;
}
.cid-stnhnHrb1g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-stnhnHrb1g .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-stnhnHrb1g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-stnhnHrb1g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-stnhnHrb1g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-stnhnHrb1g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-stnhnHrb1g .modal-sm {
    max-width: 300px;
  }
  .cid-stnhnHrb1g .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-stnhnHrb1g .modal-lg,
  .cid-stnhnHrb1g .modal-xl {
    max-width: 800px;
  }
  .cid-stnhnHrb1g .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-stnhnHrb1g .modal-xl {
    max-width: 1140px;
  }
  .cid-stnhnHrb1g .container {
    max-width: 1140px;
  }
}
.cid-stnhnHrb1g .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-stnhnHrb1g .container {
    max-width: 720px;
  }
}
.cid-stnhnHrb1g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-stnhnHrb1g .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-stnhnHrb1g .form-group {
  margin-bottom: 1rem;
}
.cid-stnhnHrb1g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-stnhnHrb1g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-stnhnHrb1g .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-stnhnHrb1g LABEL {
  color: #0e0e0e;
}
.cid-sttAqb4JlX.popup-builder {
  background-color: #ffffff;
}
.cid-sttAqb4JlX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sttAqb4JlX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sttAqb4JlX .modal-content,
.cid-sttAqb4JlX .modal-dialog {
  height: auto;
}
.cid-sttAqb4JlX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sttAqb4JlX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sttAqb4JlX .form-wrapper .mbr-form .form-group,
  .cid-sttAqb4JlX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sttAqb4JlX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sttAqb4JlX .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sttAqb4JlX .mbr-text {
  text-align: center;
}
.cid-sttAqb4JlX .pt-0 {
  padding-top: 0 !important;
}
.cid-sttAqb4JlX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sttAqb4JlX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sttAqb4JlX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sttAqb4JlX .modal-open {
  overflow: hidden;
}
.cid-sttAqb4JlX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sttAqb4JlX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sttAqb4JlX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sttAqb4JlX .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sttAqb4JlX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sttAqb4JlX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sttAqb4JlX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sttAqb4JlX .modal-content {
  background: #fbbe36;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sttAqb4JlX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sttAqb4JlX .modal-backdrop.fade {
  opacity: 0;
}
.cid-sttAqb4JlX .modal-backdrop.show {
  opacity: .5;
}
.cid-sttAqb4JlX .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sttAqb4JlX .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sttAqb4JlX .modal-header .close:hover {
  opacity: 1;
}
.cid-sttAqb4JlX .modal-header .close:focus {
  outline: none;
}
.cid-sttAqb4JlX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-sttAqb4JlX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sttAqb4JlX .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sttAqb4JlX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sttAqb4JlX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sttAqb4JlX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sttAqb4JlX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sttAqb4JlX .modal-sm {
    max-width: 300px;
  }
  .cid-sttAqb4JlX .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sttAqb4JlX .modal-lg,
  .cid-sttAqb4JlX .modal-xl {
    max-width: 800px;
  }
  .cid-sttAqb4JlX .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sttAqb4JlX .modal-xl {
    max-width: 1140px;
  }
  .cid-sttAqb4JlX .container {
    max-width: 1140px;
  }
}
.cid-sttAqb4JlX .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sttAqb4JlX .container {
    max-width: 720px;
  }
}
.cid-sttAqb4JlX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sttAqb4JlX .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sttAqb4JlX .form-group {
  margin-bottom: 1rem;
}
.cid-sttAqb4JlX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sttAqb4JlX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sttAqb4JlX .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
