body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Comforter Brush', handwriting;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Arimo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Arimo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ed7605 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #f7920e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ed7605 !important;
  border-color: #ed7605 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #984c03 !important;
  border-color: #984c03 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #984c03 !important;
  border-color: #984c03 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f7920e !important;
  border-color: #f7920e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a96206 !important;
  border-color: #a96206 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a96206 !important;
  border-color: #a96206 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ed7605;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #984c03 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed7605 !important;
  border-color: #ed7605 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f7920e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a96206 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f7920e !important;
  border-color: #f7920e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ed7605 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #f7920e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #894403 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9a5905 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ed7605;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #f7920e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ed7605;
  border-color: #ed7605;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ed7605;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fedec0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #feebd3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Arimo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ed7605 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Arimo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ed7605;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ed7605;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ed7605;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ed7605;
  border-bottom-color: #ed7605;
}
.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: #ed7605 !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: #ff6666 !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='%23ed7605' %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-tRbvjDCfRG .navbar-dropdown {
  position: relative !important;
}
.cid-tRbvjDCfRG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRbvjDCfRG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRbvjDCfRG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRbvjDCfRG .dropdown-item:hover,
.cid-tRbvjDCfRG .dropdown-item:focus {
  background: #ed7605 !important;
  color: white !important;
}
.cid-tRbvjDCfRG .dropdown-item:hover span {
  color: white;
}
.cid-tRbvjDCfRG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRbvjDCfRG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRbvjDCfRG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRbvjDCfRG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRbvjDCfRG .nav-link {
  position: relative;
}
.cid-tRbvjDCfRG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRbvjDCfRG .container {
    flex-wrap: nowrap;
  }
}
.cid-tRbvjDCfRG .iconfont-wrapper {
  color: #ed7605 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRbvjDCfRG .dropdown-menu,
.cid-tRbvjDCfRG .navbar.opened {
  background: #ffffff !important;
}
.cid-tRbvjDCfRG .nav-item:focus,
.cid-tRbvjDCfRG .nav-link:focus {
  outline: none;
}
.cid-tRbvjDCfRG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRbvjDCfRG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRbvjDCfRG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRbvjDCfRG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRbvjDCfRG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRbvjDCfRG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRbvjDCfRG .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tRbvjDCfRG .navbar.opened {
  transition: all 0.3s;
}
.cid-tRbvjDCfRG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRbvjDCfRG .navbar .navbar-logo img {
  width: auto;
}
.cid-tRbvjDCfRG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRbvjDCfRG .navbar.collapsed {
  justify-content: center;
}
.cid-tRbvjDCfRG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRbvjDCfRG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRbvjDCfRG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tRbvjDCfRG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRbvjDCfRG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRbvjDCfRG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  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-tRbvjDCfRG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRbvjDCfRG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRbvjDCfRG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRbvjDCfRG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRbvjDCfRG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRbvjDCfRG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRbvjDCfRG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRbvjDCfRG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    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-tRbvjDCfRG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRbvjDCfRG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRbvjDCfRG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRbvjDCfRG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRbvjDCfRG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRbvjDCfRG .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRbvjDCfRG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRbvjDCfRG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRbvjDCfRG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRbvjDCfRG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRbvjDCfRG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRbvjDCfRG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRbvjDCfRG .dropdown-item.active,
.cid-tRbvjDCfRG .dropdown-item:active {
  background-color: transparent;
}
.cid-tRbvjDCfRG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRbvjDCfRG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRbvjDCfRG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRbvjDCfRG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRbvjDCfRG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRbvjDCfRG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRbvjDCfRG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRbvjDCfRG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRbvjDCfRG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tRbvjDCfRG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRbvjDCfRG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRbvjDCfRG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRbvjDCfRG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRbvjDCfRG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRbvjDCfRG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRbvjDCfRG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRbvjDCfRG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRbvjDCfRG .navbar-dropdown {
  padding: 0;
}
.cid-tRbvjDCfRG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRbvjDCfRG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRbvjDCfRG .navbar {
    height: 70px;
  }
  .cid-tRbvjDCfRG .navbar.opened {
    height: auto;
  }
  .cid-tRbvjDCfRG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRbvjDCfRG .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tRbvjDCfRG .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tRbvjDCfRG .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tRbvjDCfRG .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tRbvjDCfRG .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tRbvjDCfRG .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tRbvjDCfRG .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tRbvjDCfRG .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tRbvjDCfRG .nav-item .nav-link {
  position: relative !important;
}
.cid-tRbvjDCfRG .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ed7605;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tRbvjDCfRG .nav-item .nav-link:hover {
  color: #ed7605 !important;
}
.cid-tRbvjDCfRG .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tRbvjDCfRG .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tRbvjDCfRG .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tRbvjDCfRG .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tRbvjDCfRG .tel-menu {
    display: none;
  }
}
.cid-tRbvjDCfRG .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tRbvjDCfRG .mbr-text {
    text-align: center !important;
  }
}
.cid-tRbvjDCfRG .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tRbvjDCfRG .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tRbvjDCfRG .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tRbvjDCfRG .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tRbvjDCfRG .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tRbvjDCfRG .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tRbvjDCfRG .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ed7605;
  border-radius: 0.25rem;
}
.cid-tRbych08Pd .modal-body .close {
  background: #1b1b1b;
}
.cid-tRbych08Pd .modal-body .close span {
  font-style: normal;
}
.cid-tRbych08Pd .carousel-inner > .active,
.cid-tRbych08Pd .carousel-inner > .next,
.cid-tRbych08Pd .carousel-inner > .prev {
  display: flex;
}
.cid-tRbych08Pd .carousel-control .icon-next,
.cid-tRbych08Pd .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-tRbych08Pd .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-tRbych08Pd .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRbych08Pd .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tRbych08Pd .boxed-slider > div {
  position: relative;
}
.cid-tRbych08Pd .container img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
.cid-tRbych08Pd .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tRbych08Pd .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tRbych08Pd .mbr-table-cell {
  padding: 0;
}
.cid-tRbych08Pd .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tRbych08Pd .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tRbych08Pd .mbr-overlay {
  z-index: 1;
}
.cid-tRbych08Pd .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
  height: 650px;
}
.cid-tRbych08Pd .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tRbych08Pd .carousel-item.active.right,
.cid-tRbych08Pd .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tRbych08Pd .carousel-item.active.left,
.cid-tRbych08Pd .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tRbych08Pd .carousel-item.active,
.cid-tRbych08Pd .carousel-item.next.left,
.cid-tRbych08Pd .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tRbych08Pd .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
  z-index: 11;
}
.cid-tRbych08Pd .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRbych08Pd .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRbych08Pd .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-tRbych08Pd .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-tRbych08Pd .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-tRbych08Pd .mbr-slider .carousel-indicators {
    margin-bottom: .5rem;
  }
}
.cid-tRbych08Pd .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-tRbych08Pd .mbr-slider .carousel-indicators li.active,
.cid-tRbych08Pd .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-tRbych08Pd .mbr-slider .carousel-indicators li::after,
.cid-tRbych08Pd .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tRbych08Pd .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tRbych08Pd .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tRbych08Pd .mbr-slider > .container img {
  width: 100%;
}
.cid-tRbych08Pd .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
}
.cid-tRbych08Pd .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tRbych08Pd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRbych08Pd .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tRbych08Pd .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tRbych08Pd .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-tRbych08Pd .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tRbych08Pd .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tRbych08Pd .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tRbych08Pd .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tRbych08Pd .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tRbych08Pd .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tRbych08Pd .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tRbych08Pd h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tRbych08Pd .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 500;
}
.cid-tRbych08Pd .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-tRbych08Pd .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tRbych08Pd .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-tRbych08Pd .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-tRbych08Pd .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-tRbych08Pd .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-tRbych08Pd .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-tRbych08Pd .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-tRbych08Pd H2 {
  text-align: center;
  color: #ffffff;
}
.cid-tRbych08Pd P {
  text-align: center;
  color: #ffffff;
}
.cid-tRhEBdWBGp {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tRhEBdWBGp H2 {
  color: #89b758;
}
.cid-tRhEBdWBGp .mbr-text,
.cid-tRhEBdWBGp .mbr-section-btn {
  color: #000000;
}
.cid-tRhEBdWBGp .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-tRhEBdWBGp .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-tRhEBdWBGp .mbr-figure {
  height: 100%;
}
.cid-tRhEBdWBGp .card-img {
  height: 100%;
  padding: 0 2rem;
}
.cid-tRhEBdWBGp img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-tRhEBdWBGp H1 {
  color: #29361a;
}
@media (max-width: 992px) {
  .cid-tRhEBdWBGp .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-tRhEBdWBGp .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-tRhEBdWBGp .container {
    padding: 0 3rem;
  }
  .cid-tRhEBdWBGp .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tRhEBdWBGp .container {
    padding: 0 2rem;
  }
  .cid-tRhEBdWBGp .card-img {
    width: 100%;
  }
  .cid-tRhEBdWBGp .center-card {
    padding: 1rem;
  }
}
.cid-tRhEBdWBGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRhEBdWBGp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRbMZQb4cx {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tRbMZQb4cx H2 {
  color: #e7272d;
}
.cid-tRbMZQb4cx img {
  max-width: 500px;
  margin: auto;
}
.cid-tRbMZQb4cx H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-tRbMZQb4cx .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-tRbMZQb4cx .span-row {
  width: 100%;
}
.cid-tRbMZQb4cx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRbMZQb4cx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRbMZQb4cx .mbr-section-title,
.cid-tRbMZQb4cx .span-row {
  color: #ffffff;
  text-align: left;
}
.cid-tRbMZQb4cx .mbr-text,
.cid-tRbMZQb4cx .mbr-section-btn {
  text-align: center;
}
.cid-tRhrRYbAVv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRhrRYbAVv .row {
  justify-content: center;
}
.cid-tRhrRYbAVv .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-tRhrRYbAVv .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
}
.cid-tRhrRYbAVv .card {
  padding: 0 15px;
}
.cid-tRhrRYbAVv .item-wrapper {
  height: 100%;
}
.cid-tRhrRYbAVv .card-wrapper {
  margin-bottom: 30px;
  border-radius: 0;
}
.cid-tRhrRYbAVv .card-wrapper .card-image {
  height: 306px;
  overflow: hidden;
  margin-bottom: 22px;
}
.cid-tRhrRYbAVv .card-wrapper .card-image img {
  height: 306px;
  object-fit: cover;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-tRhrRYbAVv .card-wrapper .card-text {
  margin: 0 0 26px 0;
  display: flex;
}
.cid-tRhrRYbAVv .card-wrapper .card-text .mbr-card-title {
  margin-bottom: 0;
}
.cid-tRhrRYbAVv .card-wrapper .card-text p {
  margin-right: 13px;
}
.cid-tRhrRYbAVv .card-wrapper .card-border {
  height: 1px;
  background: #20232a;
  opacity: .3;
  transition: all 1s linear;
}
.cid-tRhrRYbAVv .mbr-section-btn {
  margin-top: 33px;
}
.cid-tRhrRYbAVv .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tRhrRYbAVv .btn:hover {
  box-shadow: none;
}
.cid-tRhrRYbAVv .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tRhrRYbAVv .card:hover .card-border {
  opacity: 1;
}
.cid-tRhrRYbAVv .mbr-section-title,
.cid-tRhrRYbAVv .mbr-section-btn {
  text-align: center;
}
.cid-tRhrRYbAVv .mbr-card-title {
  text-align: left;
}
.cid-tRbyMQgkiv {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #231f20;
}
.cid-tRbyMQgkiv .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-tRbyMQgkiv .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tRbyMQgkiv .col + .mbr-section-btn .btn,
.cid-tRbyMQgkiv .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-tRbyMQgkiv .col + .mbr-section-btn .btn,
  .cid-tRbyMQgkiv .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-tRbyMQgkiv .dragArea > *:nth-last-child(2).col,
  .cid-tRbyMQgkiv .dragArea > *:nth-last-child(2).col-auto,
  .cid-tRbyMQgkiv .col + .mbr-section-btn,
  .cid-tRbyMQgkiv .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-tRbyMQgkiv .dragArea {
    flex-direction: column;
  }
}
.cid-tRbyMQgkiv .btn-primary {
  border: 1px solid #ed7605 !important;
}
.cid-tRbyMQgkiv .btn-primary:hover {
  border: 1px solid #ed7605 !important;
}
.cid-tRbyMQgkiv .stripe {
  border-bottom: 1px solid #f7920e;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tRbyMQgkiv .form-group {
  max-width: 220px;
}
.cid-tRbyMQgkiv .mbr-section-btn {
  padding-left: 0;
}
.cid-tRbyMQgkiv .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tRbyMQgkiv .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f7920e;
  width: 85%;
}
.cid-tRbyMQgkiv .mbr-text {
  color: #444;
}
.cid-tRbyMQgkiv h5 {
  margin-bottom: 0;
}
.cid-tRbyMQgkiv .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tRbyMQgkiv .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRbyMQgkiv .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tRbyMQgkiv .socicon {
  font-size: 1.3rem;
  background: #ffff00;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tRbyMQgkiv .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-tRbyMQgkiv .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tRbyMQgkiv .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tRbyMQgkiv .social-list a:hover {
  opacity: 0.4;
}
.cid-tRbyMQgkiv .media-container-row > div {
  padding: 0px;
}
.cid-tRbyMQgkiv .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tRbyMQgkiv .group-title {
  text-align: left;
  color: #f7920e;
  padding-bottom: 0.2rem;
}
.cid-tRbyMQgkiv .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tRbyMQgkiv .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tRbyMQgkiv .social-list,
  .cid-tRbyMQgkiv .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tRbyMQgkiv h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tRbyMQgkiv .form-group {
    max-width: 180px;
  }
}
.cid-tRbyMQgkiv .links span {
  color: #9e9e9e;
}
.cid-tRbyMQgkiv .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-tRbyMQgkiv .logo-title {
  text-align: center;
}
.cid-tRbyMQgkiv .logo-title,
.cid-tRbyMQgkiv .logo {
  color: #ffffff;
}
.cid-tRw07zdN6k.popup-builder {
  background-color: #ffffff;
}
.cid-tRw07zdN6k.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tRw07zdN6k.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tRw07zdN6k .modal-content,
.cid-tRw07zdN6k .modal-dialog {
  height: auto;
}
.cid-tRw07zdN6k .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tRw07zdN6k .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tRw07zdN6k .form-wrapper .mbr-form .form-group,
  .cid-tRw07zdN6k .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tRw07zdN6k .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tRw07zdN6k .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-tRw07zdN6k .mbr-text {
  text-align: center;
}
.cid-tRw07zdN6k .pt-0 {
  padding-top: 0 !important;
}
.cid-tRw07zdN6k .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tRw07zdN6k .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tRw07zdN6k .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tRw07zdN6k .modal-open {
  overflow: hidden;
}
.cid-tRw07zdN6k .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tRw07zdN6k .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tRw07zdN6k .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tRw07zdN6k .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-tRw07zdN6k .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tRw07zdN6k .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tRw07zdN6k .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tRw07zdN6k .modal-content {
  background: #ffe6d9;
  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-tRw07zdN6k .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tRw07zdN6k .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tRw07zdN6k .modal-backdrop.fade {
  opacity: 0;
}
.cid-tRw07zdN6k .modal-backdrop.show {
  opacity: .5;
}
.cid-tRw07zdN6k .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tRw07zdN6k .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tRw07zdN6k .modal-header {
    padding: 1rem;
  }
}
.cid-tRw07zdN6k .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tRw07zdN6k .modal-header .close svg {
  fill: #000000;
}
.cid-tRw07zdN6k .modal-header .close:hover {
  opacity: 1;
}
.cid-tRw07zdN6k .modal-header .close:focus {
  outline: none;
}
.cid-tRw07zdN6k .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tRw07zdN6k .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tRw07zdN6k .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRw07zdN6k .modal-body {
    padding: 1rem;
  }
}
.cid-tRw07zdN6k .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tRw07zdN6k .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRw07zdN6k .modal-footer {
    padding: 1rem;
  }
}
.cid-tRw07zdN6k .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tRw07zdN6k .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tRw07zdN6k .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tRw07zdN6k .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tRw07zdN6k .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tRw07zdN6k .modal-lg,
  .cid-tRw07zdN6k .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tRw07zdN6k .modal-xl {
    max-width: 1140px;
  }
}
.cid-tRw07zdN6k .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tRw07zdN6k .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-tRw07zdN6k .form-group {
  margin-bottom: 1rem;
}
.cid-tRw07zdN6k .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tRw07zdN6k .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tRw07zdN6k .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-tRw07zdN6k .mbr-section-btn {
  margin: 0;
}
.cid-tRw07zdN6k .mbr-section-btn .btn {
  margin: 0;
}
.cid-tRsDQxj8zx .navbar-dropdown {
  position: relative !important;
}
.cid-tRsDQxj8zx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRsDQxj8zx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRsDQxj8zx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRsDQxj8zx .dropdown-item:hover,
.cid-tRsDQxj8zx .dropdown-item:focus {
  background: #ed7605 !important;
  color: white !important;
}
.cid-tRsDQxj8zx .dropdown-item:hover span {
  color: white;
}
.cid-tRsDQxj8zx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRsDQxj8zx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRsDQxj8zx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRsDQxj8zx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRsDQxj8zx .nav-link {
  position: relative;
}
.cid-tRsDQxj8zx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRsDQxj8zx .container {
    flex-wrap: nowrap;
  }
}
.cid-tRsDQxj8zx .iconfont-wrapper {
  color: #ed7605 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRsDQxj8zx .dropdown-menu,
.cid-tRsDQxj8zx .navbar.opened {
  background: #ffffff !important;
}
.cid-tRsDQxj8zx .nav-item:focus,
.cid-tRsDQxj8zx .nav-link:focus {
  outline: none;
}
.cid-tRsDQxj8zx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRsDQxj8zx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRsDQxj8zx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRsDQxj8zx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRsDQxj8zx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRsDQxj8zx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRsDQxj8zx .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tRsDQxj8zx .navbar.opened {
  transition: all 0.3s;
}
.cid-tRsDQxj8zx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRsDQxj8zx .navbar .navbar-logo img {
  width: auto;
}
.cid-tRsDQxj8zx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRsDQxj8zx .navbar.collapsed {
  justify-content: center;
}
.cid-tRsDQxj8zx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRsDQxj8zx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRsDQxj8zx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tRsDQxj8zx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRsDQxj8zx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRsDQxj8zx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  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-tRsDQxj8zx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRsDQxj8zx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRsDQxj8zx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRsDQxj8zx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRsDQxj8zx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRsDQxj8zx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRsDQxj8zx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRsDQxj8zx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    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-tRsDQxj8zx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRsDQxj8zx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRsDQxj8zx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRsDQxj8zx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRsDQxj8zx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRsDQxj8zx .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRsDQxj8zx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRsDQxj8zx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRsDQxj8zx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRsDQxj8zx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRsDQxj8zx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRsDQxj8zx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRsDQxj8zx .dropdown-item.active,
.cid-tRsDQxj8zx .dropdown-item:active {
  background-color: transparent;
}
.cid-tRsDQxj8zx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRsDQxj8zx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRsDQxj8zx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRsDQxj8zx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRsDQxj8zx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRsDQxj8zx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRsDQxj8zx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRsDQxj8zx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRsDQxj8zx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tRsDQxj8zx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRsDQxj8zx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRsDQxj8zx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRsDQxj8zx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRsDQxj8zx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRsDQxj8zx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRsDQxj8zx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRsDQxj8zx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRsDQxj8zx .navbar-dropdown {
  padding: 0;
}
.cid-tRsDQxj8zx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRsDQxj8zx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRsDQxj8zx .navbar {
    height: 70px;
  }
  .cid-tRsDQxj8zx .navbar.opened {
    height: auto;
  }
  .cid-tRsDQxj8zx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRsDQxj8zx .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tRsDQxj8zx .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tRsDQxj8zx .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tRsDQxj8zx .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tRsDQxj8zx .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tRsDQxj8zx .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tRsDQxj8zx .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tRsDQxj8zx .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tRsDQxj8zx .nav-item .nav-link {
  position: relative !important;
}
.cid-tRsDQxj8zx .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ed7605;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tRsDQxj8zx .nav-item .nav-link:hover {
  color: #ed7605 !important;
}
.cid-tRsDQxj8zx .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tRsDQxj8zx .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tRsDQxj8zx .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tRsDQxj8zx .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tRsDQxj8zx .tel-menu {
    display: none;
  }
}
.cid-tRsDQxj8zx .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tRsDQxj8zx .mbr-text {
    text-align: center !important;
  }
}
.cid-tRsDQxj8zx .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tRsDQxj8zx .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tRsDQxj8zx .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tRsDQxj8zx .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tRsDQxj8zx .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tRsDQxj8zx .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tRsDQxj8zx .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ed7605;
  border-radius: 0.25rem;
}
.cid-tRsE9Bhdra {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fbfbfb;
}
.cid-tRsE9Bhdra .card-subtitle {
  margin: 0;
}
.cid-tRsE9Bhdra .card-img {
  z-index: 2;
  position: relative;
  width: 100%;
  transition: all 0.3s;
  padding-top: 2rem;
}
.cid-tRsE9Bhdra .card-img img {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tRsE9Bhdra .icon {
  width: 60px;
  height: 60px;
  background: #fbbe36;
  font-size: 1.2rem;
  transform: translatey(1.2rem);
  margin: auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #0e0e0e !important;
}
.cid-tRsE9Bhdra .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 9px;
  transition: all 0.3s;
  cursor: pointer;
  overflow: visible;
}
.cid-tRsE9Bhdra .item-wrapper svg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.cid-tRsE9Bhdra .item-wrapper svg path {
  fill: #ffffff;
  transition: all 0.3s;
  stroke: #cccccc;
}
.cid-tRsE9Bhdra h4,
.cid-tRsE9Bhdra h6,
.cid-tRsE9Bhdra h5 {
  margin: 0;
}
.cid-tRsE9Bhdra .mbr-text {
  transition: all 0.3s;
}
.cid-tRsE9Bhdra .btn-white-outline {
  color: #ed7605 !important;
}
.cid-tRsE9Bhdra .card-box {
  z-index: 1;
  position: relative;
}
.cid-tRsE9Bhdra .price {
  color: #0e0e0e;
  transition: all 0.3s;
}
.cid-tRsE9Bhdra img {
  transition: all 0.3s;
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.cid-tRsE9Bhdra .card {
  cursor: pointer;
  transition: all 0.3s;
  max-width: 291px;
  margin-bottom: 4rem;
}
.cid-tRsE9Bhdra .card:hover {
  transform: translateY(-2rem);
}
.cid-tRsE9Bhdra .card:hover .item-wrapper {
  color: #ffffff !important;
}
.cid-tRsE9Bhdra .card:hover .item-wrapper .price {
  color: #ffffff !important;
}
.cid-tRsE9Bhdra .card:hover .item-wrapper .mbr-text {
  color: #ffffff !important;
}
.cid-tRsE9Bhdra .card:hover .item-wrapper path {
  fill: #e7272d;
}
.cid-tRsE9Bhdra .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tRsE9Bhdra .wrapper {
    flex-direction: column;
  }
  .cid-tRsE9Bhdra .icon-padding {
    padding-left: 0rem;
  }
  .cid-tRsE9Bhdra .card-box {
    padding: 0;
  }
}
.cid-tRsE9Bhdra .mbr-text,
.cid-tRsE9Bhdra .mbr-section-btn,
.cid-tRsE9Bhdra .card-img {
  color: #353535;
}
.cid-tRsE9Bhdra H2 {
  color: #000000;
}
.cid-tRsE9Bhdra .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRsE9Bhdra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT5E59zfQK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #231f20;
}
.cid-tT5E59zfQK .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-tT5E59zfQK .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tT5E59zfQK .col + .mbr-section-btn .btn,
.cid-tT5E59zfQK .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-tT5E59zfQK .col + .mbr-section-btn .btn,
  .cid-tT5E59zfQK .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-tT5E59zfQK .dragArea > *:nth-last-child(2).col,
  .cid-tT5E59zfQK .dragArea > *:nth-last-child(2).col-auto,
  .cid-tT5E59zfQK .col + .mbr-section-btn,
  .cid-tT5E59zfQK .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-tT5E59zfQK .dragArea {
    flex-direction: column;
  }
}
.cid-tT5E59zfQK .btn-primary {
  border: 1px solid #ed7605 !important;
}
.cid-tT5E59zfQK .btn-primary:hover {
  border: 1px solid #ed7605 !important;
}
.cid-tT5E59zfQK .stripe {
  border-bottom: 1px solid #f7920e;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tT5E59zfQK .form-group {
  max-width: 220px;
}
.cid-tT5E59zfQK .mbr-section-btn {
  padding-left: 0;
}
.cid-tT5E59zfQK .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tT5E59zfQK .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f7920e;
  width: 85%;
}
.cid-tT5E59zfQK .mbr-text {
  color: #444;
}
.cid-tT5E59zfQK h5 {
  margin-bottom: 0;
}
.cid-tT5E59zfQK .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tT5E59zfQK .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tT5E59zfQK .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tT5E59zfQK .socicon {
  font-size: 1.3rem;
  background: #ffff00;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tT5E59zfQK .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-tT5E59zfQK .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tT5E59zfQK .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tT5E59zfQK .social-list a:hover {
  opacity: 0.4;
}
.cid-tT5E59zfQK .media-container-row > div {
  padding: 0px;
}
.cid-tT5E59zfQK .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tT5E59zfQK .group-title {
  text-align: left;
  color: #f7920e;
  padding-bottom: 0.2rem;
}
.cid-tT5E59zfQK .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tT5E59zfQK .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tT5E59zfQK .social-list,
  .cid-tT5E59zfQK .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tT5E59zfQK h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tT5E59zfQK .form-group {
    max-width: 180px;
  }
}
.cid-tT5E59zfQK .links span {
  color: #9e9e9e;
}
.cid-tT5E59zfQK .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-tT5E59zfQK .logo-title {
  text-align: center;
}
.cid-tT5E59zfQK .logo-title,
.cid-tT5E59zfQK .logo {
  color: #ffffff;
}
.cid-tRvXRKTUIb.popup-builder {
  background-color: #ffffff;
}
.cid-tRvXRKTUIb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tRvXRKTUIb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tRvXRKTUIb .modal-content,
.cid-tRvXRKTUIb .modal-dialog {
  height: auto;
}
.cid-tRvXRKTUIb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tRvXRKTUIb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tRvXRKTUIb .form-wrapper .mbr-form .form-group,
  .cid-tRvXRKTUIb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tRvXRKTUIb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tRvXRKTUIb .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-tRvXRKTUIb .mbr-text {
  text-align: center;
}
.cid-tRvXRKTUIb .pt-0 {
  padding-top: 0 !important;
}
.cid-tRvXRKTUIb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tRvXRKTUIb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tRvXRKTUIb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tRvXRKTUIb .modal-open {
  overflow: hidden;
}
.cid-tRvXRKTUIb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tRvXRKTUIb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tRvXRKTUIb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tRvXRKTUIb .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-tRvXRKTUIb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tRvXRKTUIb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tRvXRKTUIb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tRvXRKTUIb .modal-content {
  background: #ffe6d9;
  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-tRvXRKTUIb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tRvXRKTUIb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tRvXRKTUIb .modal-backdrop.fade {
  opacity: 0;
}
.cid-tRvXRKTUIb .modal-backdrop.show {
  opacity: .5;
}
.cid-tRvXRKTUIb .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tRvXRKTUIb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tRvXRKTUIb .modal-header {
    padding: 1rem;
  }
}
.cid-tRvXRKTUIb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tRvXRKTUIb .modal-header .close svg {
  fill: #000000;
}
.cid-tRvXRKTUIb .modal-header .close:hover {
  opacity: 1;
}
.cid-tRvXRKTUIb .modal-header .close:focus {
  outline: none;
}
.cid-tRvXRKTUIb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tRvXRKTUIb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tRvXRKTUIb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRvXRKTUIb .modal-body {
    padding: 1rem;
  }
}
.cid-tRvXRKTUIb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tRvXRKTUIb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRvXRKTUIb .modal-footer {
    padding: 1rem;
  }
}
.cid-tRvXRKTUIb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tRvXRKTUIb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tRvXRKTUIb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tRvXRKTUIb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tRvXRKTUIb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tRvXRKTUIb .modal-lg,
  .cid-tRvXRKTUIb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tRvXRKTUIb .modal-xl {
    max-width: 1140px;
  }
}
.cid-tRvXRKTUIb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tRvXRKTUIb .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-tRvXRKTUIb .form-group {
  margin-bottom: 1rem;
}
.cid-tRvXRKTUIb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tRvXRKTUIb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tRvXRKTUIb .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-tRvXRKTUIb .mbr-section-btn {
  margin: 0;
}
.cid-tRvXRKTUIb .mbr-section-btn .btn {
  margin: 0;
}
.cid-tRsyICrFGB .navbar-dropdown {
  position: relative !important;
}
.cid-tRsyICrFGB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRsyICrFGB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRsyICrFGB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRsyICrFGB .dropdown-item:hover,
.cid-tRsyICrFGB .dropdown-item:focus {
  background: #ed7605 !important;
  color: white !important;
}
.cid-tRsyICrFGB .dropdown-item:hover span {
  color: white;
}
.cid-tRsyICrFGB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRsyICrFGB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRsyICrFGB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRsyICrFGB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRsyICrFGB .nav-link {
  position: relative;
}
.cid-tRsyICrFGB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRsyICrFGB .container {
    flex-wrap: nowrap;
  }
}
.cid-tRsyICrFGB .iconfont-wrapper {
  color: #ed7605 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRsyICrFGB .dropdown-menu,
.cid-tRsyICrFGB .navbar.opened {
  background: #ffffff !important;
}
.cid-tRsyICrFGB .nav-item:focus,
.cid-tRsyICrFGB .nav-link:focus {
  outline: none;
}
.cid-tRsyICrFGB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRsyICrFGB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRsyICrFGB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRsyICrFGB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRsyICrFGB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRsyICrFGB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRsyICrFGB .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tRsyICrFGB .navbar.opened {
  transition: all 0.3s;
}
.cid-tRsyICrFGB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRsyICrFGB .navbar .navbar-logo img {
  width: auto;
}
.cid-tRsyICrFGB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRsyICrFGB .navbar.collapsed {
  justify-content: center;
}
.cid-tRsyICrFGB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRsyICrFGB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRsyICrFGB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tRsyICrFGB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRsyICrFGB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRsyICrFGB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  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-tRsyICrFGB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRsyICrFGB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRsyICrFGB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRsyICrFGB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRsyICrFGB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRsyICrFGB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRsyICrFGB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRsyICrFGB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    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-tRsyICrFGB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRsyICrFGB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRsyICrFGB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRsyICrFGB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRsyICrFGB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRsyICrFGB .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRsyICrFGB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRsyICrFGB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRsyICrFGB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRsyICrFGB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRsyICrFGB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRsyICrFGB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRsyICrFGB .dropdown-item.active,
.cid-tRsyICrFGB .dropdown-item:active {
  background-color: transparent;
}
.cid-tRsyICrFGB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRsyICrFGB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRsyICrFGB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRsyICrFGB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRsyICrFGB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRsyICrFGB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRsyICrFGB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRsyICrFGB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRsyICrFGB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tRsyICrFGB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRsyICrFGB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRsyICrFGB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRsyICrFGB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRsyICrFGB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRsyICrFGB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRsyICrFGB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRsyICrFGB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRsyICrFGB .navbar-dropdown {
  padding: 0;
}
.cid-tRsyICrFGB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRsyICrFGB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRsyICrFGB .navbar {
    height: 70px;
  }
  .cid-tRsyICrFGB .navbar.opened {
    height: auto;
  }
  .cid-tRsyICrFGB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRsyICrFGB .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tRsyICrFGB .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tRsyICrFGB .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tRsyICrFGB .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tRsyICrFGB .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tRsyICrFGB .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tRsyICrFGB .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tRsyICrFGB .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tRsyICrFGB .nav-item .nav-link {
  position: relative !important;
}
.cid-tRsyICrFGB .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ed7605;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tRsyICrFGB .nav-item .nav-link:hover {
  color: #ed7605 !important;
}
.cid-tRsyICrFGB .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tRsyICrFGB .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tRsyICrFGB .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tRsyICrFGB .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tRsyICrFGB .tel-menu {
    display: none;
  }
}
.cid-tRsyICrFGB .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tRsyICrFGB .mbr-text {
    text-align: center !important;
  }
}
.cid-tRsyICrFGB .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tRsyICrFGB .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tRsyICrFGB .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tRsyICrFGB .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tRsyICrFGB .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tRsyICrFGB .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tRsyICrFGB .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ed7605;
  border-radius: 0.25rem;
}
.cid-tRsz5q2ct5 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-tRsz5q2ct5 .row {
  align-items: center;
  width: 100%;
}
.cid-tRsz5q2ct5 .title-container {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 2rem;
}
.cid-tRsz5q2ct5 .title-text {
  width: 100%;
}
.cid-tRsz5q2ct5 .main-title {
  color: #000000;
  text-align: center;
}
.cid-tRsz5q2ct5 .main-subtitle {
  color: #727272;
}
.cid-tRsz5q2ct5 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tRsz5q2ct5 form .mbr-section-btn {
  margin-top: 20px;
  margin-right: 100%;
}
.cid-tRsz5q2ct5 form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-tRsz5q2ct5 form .form-group {
  margin-top: 32px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .cid-tRsz5q2ct5 form .form-group {
    margin-top: 1rem!important;
  }
}
.cid-tRsz5q2ct5 form .form-control {
  border: 1px solid #000000 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #939292;
  font-weight: 400;
}
.cid-tRsz5q2ct5 form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-tRsz5q2ct5 form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-tRsz5q2ct5 form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-tRsz5q2ct5 form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-tRsz5q2ct5 form select {
  color: #000000 !important;
}
.cid-tRsz5q2ct5 form textarea {
  height: 100px;
}
.cid-tRsz5q2ct5 form input,
.cid-tRsz5q2ct5 form textarea {
  background-color: transparent !important;
}
.cid-tRsz5q2ct5 form input:active,
.cid-tRsz5q2ct5 form textarea:active,
.cid-tRsz5q2ct5 form input:focus,
.cid-tRsz5q2ct5 form textarea:focus {
  border-color: #ed7605 !important;
}
.cid-tRsz5q2ct5 form input:active::-webkit-input-placeholder,
.cid-tRsz5q2ct5 form textarea:active::-webkit-input-placeholder,
.cid-tRsz5q2ct5 form input:focus::-webkit-input-placeholder,
.cid-tRsz5q2ct5 form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-tRsz5q2ct5 form input:active::-moz-placeholder,
.cid-tRsz5q2ct5 form textarea:active::-moz-placeholder,
.cid-tRsz5q2ct5 form input:focus::-moz-placeholder,
.cid-tRsz5q2ct5 form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-tRsz5q2ct5 form input:active:-moz-placeholder,
.cid-tRsz5q2ct5 form textarea:active:-moz-placeholder,
.cid-tRsz5q2ct5 form input:focus:-moz-placeholder,
.cid-tRsz5q2ct5 form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-tRsz5q2ct5 form input:active:-ms-input-placeholder,
.cid-tRsz5q2ct5 form textarea:active:-ms-input-placeholder,
.cid-tRsz5q2ct5 form input:focus:-ms-input-placeholder,
.cid-tRsz5q2ct5 form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-tRsz5q2ct5 form .row {
  margin-left: -2% !important;
  margin-right: -2% !important;
}
.cid-tRsz5q2ct5 form .row [class*=col] {
  padding-left: 2% !important;
  padding-right: 2% !important;
}
.cid-tRsz5q2ct5 form label {
  width: 100%;
  color: #000000;
  margin-bottom: 1rem;
}
.cid-tRsz5q2ct5 form .form-check-input {
  border-color: #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}
.cid-tRsz5q2ct5 form .form-check-input:focus,
.cid-tRsz5q2ct5 form .form-check-input:hover {
  border-color: #ed7605 !important;
}
.cid-tRsz5q2ct5 form .form-check-input:checked {
  border-color: #ed7605 !important;
  background-color: #ed7605 !important;
}
.cid-tRw7fuYYQK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #231f20;
}
.cid-tRw7fuYYQK .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-tRw7fuYYQK .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tRw7fuYYQK .col + .mbr-section-btn .btn,
.cid-tRw7fuYYQK .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-tRw7fuYYQK .col + .mbr-section-btn .btn,
  .cid-tRw7fuYYQK .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-tRw7fuYYQK .dragArea > *:nth-last-child(2).col,
  .cid-tRw7fuYYQK .dragArea > *:nth-last-child(2).col-auto,
  .cid-tRw7fuYYQK .col + .mbr-section-btn,
  .cid-tRw7fuYYQK .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-tRw7fuYYQK .dragArea {
    flex-direction: column;
  }
}
.cid-tRw7fuYYQK .btn-primary {
  border: 1px solid #ed7605 !important;
}
.cid-tRw7fuYYQK .btn-primary:hover {
  border: 1px solid #ed7605 !important;
}
.cid-tRw7fuYYQK .stripe {
  border-bottom: 1px solid #f7920e;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tRw7fuYYQK .form-group {
  max-width: 220px;
}
.cid-tRw7fuYYQK .mbr-section-btn {
  padding-left: 0;
}
.cid-tRw7fuYYQK .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tRw7fuYYQK .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f7920e;
  width: 85%;
}
.cid-tRw7fuYYQK .mbr-text {
  color: #444;
}
.cid-tRw7fuYYQK h5 {
  margin-bottom: 0;
}
.cid-tRw7fuYYQK .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tRw7fuYYQK .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRw7fuYYQK .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tRw7fuYYQK .socicon {
  font-size: 1.3rem;
  background: #ffff00;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tRw7fuYYQK .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-tRw7fuYYQK .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tRw7fuYYQK .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tRw7fuYYQK .social-list a:hover {
  opacity: 0.4;
}
.cid-tRw7fuYYQK .media-container-row > div {
  padding: 0px;
}
.cid-tRw7fuYYQK .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tRw7fuYYQK .group-title {
  text-align: left;
  color: #f7920e;
  padding-bottom: 0.2rem;
}
.cid-tRw7fuYYQK .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tRw7fuYYQK .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tRw7fuYYQK .social-list,
  .cid-tRw7fuYYQK .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tRw7fuYYQK h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tRw7fuYYQK .form-group {
    max-width: 180px;
  }
}
.cid-tRw7fuYYQK .links span {
  color: #9e9e9e;
}
.cid-tRw7fuYYQK .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-tRw7fuYYQK .logo-title {
  text-align: center;
}
.cid-tRw7fuYYQK .logo-title,
.cid-tRw7fuYYQK .logo {
  color: #ffffff;
}
.cid-tRw07ze9X6.popup-builder {
  background-color: #ffffff;
}
.cid-tRw07ze9X6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tRw07ze9X6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tRw07ze9X6 .modal-content,
.cid-tRw07ze9X6 .modal-dialog {
  height: auto;
}
.cid-tRw07ze9X6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tRw07ze9X6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tRw07ze9X6 .form-wrapper .mbr-form .form-group,
  .cid-tRw07ze9X6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tRw07ze9X6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tRw07ze9X6 .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-tRw07ze9X6 .mbr-text {
  text-align: center;
}
.cid-tRw07ze9X6 .pt-0 {
  padding-top: 0 !important;
}
.cid-tRw07ze9X6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tRw07ze9X6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tRw07ze9X6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tRw07ze9X6 .modal-open {
  overflow: hidden;
}
.cid-tRw07ze9X6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tRw07ze9X6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tRw07ze9X6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tRw07ze9X6 .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-tRw07ze9X6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tRw07ze9X6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tRw07ze9X6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tRw07ze9X6 .modal-content {
  background: #ffe6d9;
  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-tRw07ze9X6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tRw07ze9X6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tRw07ze9X6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tRw07ze9X6 .modal-backdrop.show {
  opacity: .5;
}
.cid-tRw07ze9X6 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tRw07ze9X6 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tRw07ze9X6 .modal-header {
    padding: 1rem;
  }
}
.cid-tRw07ze9X6 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tRw07ze9X6 .modal-header .close svg {
  fill: #000000;
}
.cid-tRw07ze9X6 .modal-header .close:hover {
  opacity: 1;
}
.cid-tRw07ze9X6 .modal-header .close:focus {
  outline: none;
}
.cid-tRw07ze9X6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tRw07ze9X6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tRw07ze9X6 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRw07ze9X6 .modal-body {
    padding: 1rem;
  }
}
.cid-tRw07ze9X6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tRw07ze9X6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRw07ze9X6 .modal-footer {
    padding: 1rem;
  }
}
.cid-tRw07ze9X6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tRw07ze9X6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tRw07ze9X6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tRw07ze9X6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tRw07ze9X6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tRw07ze9X6 .modal-lg,
  .cid-tRw07ze9X6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tRw07ze9X6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tRw07ze9X6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tRw07ze9X6 .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-tRw07ze9X6 .form-group {
  margin-bottom: 1rem;
}
.cid-tRw07ze9X6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tRw07ze9X6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tRw07ze9X6 .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-tRw07ze9X6 .mbr-section-btn {
  margin: 0;
}
.cid-tRw07ze9X6 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tRw0v6D1Xo .navbar-dropdown {
  position: relative !important;
}
.cid-tRw0v6D1Xo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRw0v6D1Xo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRw0v6D1Xo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRw0v6D1Xo .dropdown-item:hover,
.cid-tRw0v6D1Xo .dropdown-item:focus {
  background: #ed7605 !important;
  color: white !important;
}
.cid-tRw0v6D1Xo .dropdown-item:hover span {
  color: white;
}
.cid-tRw0v6D1Xo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRw0v6D1Xo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRw0v6D1Xo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRw0v6D1Xo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRw0v6D1Xo .nav-link {
  position: relative;
}
.cid-tRw0v6D1Xo .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRw0v6D1Xo .container {
    flex-wrap: nowrap;
  }
}
.cid-tRw0v6D1Xo .iconfont-wrapper {
  color: #ed7605 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRw0v6D1Xo .dropdown-menu,
.cid-tRw0v6D1Xo .navbar.opened {
  background: #ffffff !important;
}
.cid-tRw0v6D1Xo .nav-item:focus,
.cid-tRw0v6D1Xo .nav-link:focus {
  outline: none;
}
.cid-tRw0v6D1Xo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRw0v6D1Xo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRw0v6D1Xo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRw0v6D1Xo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRw0v6D1Xo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRw0v6D1Xo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRw0v6D1Xo .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tRw0v6D1Xo .navbar.opened {
  transition: all 0.3s;
}
.cid-tRw0v6D1Xo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRw0v6D1Xo .navbar .navbar-logo img {
  width: auto;
}
.cid-tRw0v6D1Xo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRw0v6D1Xo .navbar.collapsed {
  justify-content: center;
}
.cid-tRw0v6D1Xo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRw0v6D1Xo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRw0v6D1Xo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tRw0v6D1Xo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRw0v6D1Xo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRw0v6D1Xo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  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-tRw0v6D1Xo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRw0v6D1Xo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRw0v6D1Xo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRw0v6D1Xo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRw0v6D1Xo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRw0v6D1Xo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRw0v6D1Xo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRw0v6D1Xo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    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-tRw0v6D1Xo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRw0v6D1Xo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRw0v6D1Xo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRw0v6D1Xo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRw0v6D1Xo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRw0v6D1Xo .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRw0v6D1Xo .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRw0v6D1Xo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRw0v6D1Xo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRw0v6D1Xo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRw0v6D1Xo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRw0v6D1Xo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRw0v6D1Xo .dropdown-item.active,
.cid-tRw0v6D1Xo .dropdown-item:active {
  background-color: transparent;
}
.cid-tRw0v6D1Xo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRw0v6D1Xo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRw0v6D1Xo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRw0v6D1Xo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRw0v6D1Xo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRw0v6D1Xo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRw0v6D1Xo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRw0v6D1Xo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRw0v6D1Xo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tRw0v6D1Xo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRw0v6D1Xo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRw0v6D1Xo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRw0v6D1Xo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRw0v6D1Xo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRw0v6D1Xo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRw0v6D1Xo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRw0v6D1Xo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRw0v6D1Xo .navbar-dropdown {
  padding: 0;
}
.cid-tRw0v6D1Xo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRw0v6D1Xo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRw0v6D1Xo .navbar {
    height: 70px;
  }
  .cid-tRw0v6D1Xo .navbar.opened {
    height: auto;
  }
  .cid-tRw0v6D1Xo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRw0v6D1Xo .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tRw0v6D1Xo .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tRw0v6D1Xo .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tRw0v6D1Xo .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tRw0v6D1Xo .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tRw0v6D1Xo .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tRw0v6D1Xo .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tRw0v6D1Xo .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tRw0v6D1Xo .nav-item .nav-link {
  position: relative !important;
}
.cid-tRw0v6D1Xo .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ed7605;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tRw0v6D1Xo .nav-item .nav-link:hover {
  color: #ed7605 !important;
}
.cid-tRw0v6D1Xo .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tRw0v6D1Xo .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tRw0v6D1Xo .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tRw0v6D1Xo .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tRw0v6D1Xo .tel-menu {
    display: none;
  }
}
.cid-tRw0v6D1Xo .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tRw0v6D1Xo .mbr-text {
    text-align: center !important;
  }
}
.cid-tRw0v6D1Xo .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tRw0v6D1Xo .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tRw0v6D1Xo .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tRw0v6D1Xo .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tRw0v6D1Xo .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tRw0v6D1Xo .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tRw0v6D1Xo .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ed7605;
  border-radius: 0.25rem;
}
.cid-tRw29d0RuF {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tRw29d0RuF .item-wrapper:hover .item-title a {
  color: #ff6666 !important;
}
.cid-tRw29d0RuF .item-title,
.cid-tRw29d0RuF .card_topic {
  margin-bottom: 12px;
}
.cid-tRw29d0RuF .category_content {
  opacity: .8;
}
.cid-tRw29d0RuF .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ff6666;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tRw29d0RuF .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f7920e;
}
.cid-tRw29d0RuF .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-tRw29d0RuF .mbr-section-btn .btn-secondary-outline:hover,
.cid-tRw29d0RuF .mbr-section-btn .btn-secondary-outline .active,
.cid-tRw29d0RuF .mbr-section-btn .btn-secondary-outline:focus {
  color: #ed7605 !important;
}
.cid-tRw29d0RuF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRw29d0RuF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT5DVMV6ml {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #231f20;
}
.cid-tT5DVMV6ml .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-tT5DVMV6ml .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tT5DVMV6ml .col + .mbr-section-btn .btn,
.cid-tT5DVMV6ml .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-tT5DVMV6ml .col + .mbr-section-btn .btn,
  .cid-tT5DVMV6ml .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-tT5DVMV6ml .dragArea > *:nth-last-child(2).col,
  .cid-tT5DVMV6ml .dragArea > *:nth-last-child(2).col-auto,
  .cid-tT5DVMV6ml .col + .mbr-section-btn,
  .cid-tT5DVMV6ml .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-tT5DVMV6ml .dragArea {
    flex-direction: column;
  }
}
.cid-tT5DVMV6ml .btn-primary {
  border: 1px solid #ed7605 !important;
}
.cid-tT5DVMV6ml .btn-primary:hover {
  border: 1px solid #ed7605 !important;
}
.cid-tT5DVMV6ml .stripe {
  border-bottom: 1px solid #f7920e;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tT5DVMV6ml .form-group {
  max-width: 220px;
}
.cid-tT5DVMV6ml .mbr-section-btn {
  padding-left: 0;
}
.cid-tT5DVMV6ml .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tT5DVMV6ml .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f7920e;
  width: 85%;
}
.cid-tT5DVMV6ml .mbr-text {
  color: #444;
}
.cid-tT5DVMV6ml h5 {
  margin-bottom: 0;
}
.cid-tT5DVMV6ml .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tT5DVMV6ml .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tT5DVMV6ml .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tT5DVMV6ml .socicon {
  font-size: 1.3rem;
  background: #ffff00;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tT5DVMV6ml .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-tT5DVMV6ml .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tT5DVMV6ml .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tT5DVMV6ml .social-list a:hover {
  opacity: 0.4;
}
.cid-tT5DVMV6ml .media-container-row > div {
  padding: 0px;
}
.cid-tT5DVMV6ml .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tT5DVMV6ml .group-title {
  text-align: left;
  color: #f7920e;
  padding-bottom: 0.2rem;
}
.cid-tT5DVMV6ml .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tT5DVMV6ml .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tT5DVMV6ml .social-list,
  .cid-tT5DVMV6ml .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tT5DVMV6ml h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tT5DVMV6ml .form-group {
    max-width: 180px;
  }
}
.cid-tT5DVMV6ml .links span {
  color: #9e9e9e;
}
.cid-tT5DVMV6ml .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-tT5DVMV6ml .logo-title {
  text-align: center;
}
.cid-tT5DVMV6ml .logo-title,
.cid-tT5DVMV6ml .logo {
  color: #ffffff;
}
.cid-tRw0v7Se35.popup-builder {
  background-color: #ffffff;
}
.cid-tRw0v7Se35.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tRw0v7Se35.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tRw0v7Se35 .modal-content,
.cid-tRw0v7Se35 .modal-dialog {
  height: auto;
}
.cid-tRw0v7Se35 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tRw0v7Se35 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tRw0v7Se35 .form-wrapper .mbr-form .form-group,
  .cid-tRw0v7Se35 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tRw0v7Se35 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tRw0v7Se35 .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-tRw0v7Se35 .mbr-text {
  text-align: center;
}
.cid-tRw0v7Se35 .pt-0 {
  padding-top: 0 !important;
}
.cid-tRw0v7Se35 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tRw0v7Se35 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tRw0v7Se35 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tRw0v7Se35 .modal-open {
  overflow: hidden;
}
.cid-tRw0v7Se35 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tRw0v7Se35 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tRw0v7Se35 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tRw0v7Se35 .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-tRw0v7Se35 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tRw0v7Se35 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tRw0v7Se35 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tRw0v7Se35 .modal-content {
  background: #ffe6d9;
  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-tRw0v7Se35 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tRw0v7Se35 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tRw0v7Se35 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tRw0v7Se35 .modal-backdrop.show {
  opacity: .5;
}
.cid-tRw0v7Se35 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tRw0v7Se35 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tRw0v7Se35 .modal-header {
    padding: 1rem;
  }
}
.cid-tRw0v7Se35 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tRw0v7Se35 .modal-header .close svg {
  fill: #000000;
}
.cid-tRw0v7Se35 .modal-header .close:hover {
  opacity: 1;
}
.cid-tRw0v7Se35 .modal-header .close:focus {
  outline: none;
}
.cid-tRw0v7Se35 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tRw0v7Se35 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tRw0v7Se35 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRw0v7Se35 .modal-body {
    padding: 1rem;
  }
}
.cid-tRw0v7Se35 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tRw0v7Se35 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRw0v7Se35 .modal-footer {
    padding: 1rem;
  }
}
.cid-tRw0v7Se35 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tRw0v7Se35 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tRw0v7Se35 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tRw0v7Se35 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tRw0v7Se35 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tRw0v7Se35 .modal-lg,
  .cid-tRw0v7Se35 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tRw0v7Se35 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tRw0v7Se35 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tRw0v7Se35 .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-tRw0v7Se35 .form-group {
  margin-bottom: 1rem;
}
.cid-tRw0v7Se35 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tRw0v7Se35 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tRw0v7Se35 .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-tRw0v7Se35 .mbr-section-btn {
  margin: 0;
}
.cid-tRw0v7Se35 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tRw4yFxdsC .navbar-dropdown {
  position: relative !important;
}
.cid-tRw4yFxdsC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRw4yFxdsC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRw4yFxdsC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRw4yFxdsC .dropdown-item:hover,
.cid-tRw4yFxdsC .dropdown-item:focus {
  background: #ed7605 !important;
  color: white !important;
}
.cid-tRw4yFxdsC .dropdown-item:hover span {
  color: white;
}
.cid-tRw4yFxdsC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRw4yFxdsC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRw4yFxdsC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRw4yFxdsC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRw4yFxdsC .nav-link {
  position: relative;
}
.cid-tRw4yFxdsC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRw4yFxdsC .container {
    flex-wrap: nowrap;
  }
}
.cid-tRw4yFxdsC .iconfont-wrapper {
  color: #ed7605 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRw4yFxdsC .dropdown-menu,
.cid-tRw4yFxdsC .navbar.opened {
  background: #ffffff !important;
}
.cid-tRw4yFxdsC .nav-item:focus,
.cid-tRw4yFxdsC .nav-link:focus {
  outline: none;
}
.cid-tRw4yFxdsC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRw4yFxdsC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRw4yFxdsC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRw4yFxdsC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRw4yFxdsC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRw4yFxdsC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRw4yFxdsC .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tRw4yFxdsC .navbar.opened {
  transition: all 0.3s;
}
.cid-tRw4yFxdsC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRw4yFxdsC .navbar .navbar-logo img {
  width: auto;
}
.cid-tRw4yFxdsC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRw4yFxdsC .navbar.collapsed {
  justify-content: center;
}
.cid-tRw4yFxdsC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRw4yFxdsC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRw4yFxdsC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tRw4yFxdsC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRw4yFxdsC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRw4yFxdsC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  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-tRw4yFxdsC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRw4yFxdsC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRw4yFxdsC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRw4yFxdsC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRw4yFxdsC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRw4yFxdsC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRw4yFxdsC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRw4yFxdsC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    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-tRw4yFxdsC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRw4yFxdsC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRw4yFxdsC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRw4yFxdsC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRw4yFxdsC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRw4yFxdsC .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRw4yFxdsC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRw4yFxdsC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRw4yFxdsC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRw4yFxdsC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRw4yFxdsC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRw4yFxdsC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRw4yFxdsC .dropdown-item.active,
.cid-tRw4yFxdsC .dropdown-item:active {
  background-color: transparent;
}
.cid-tRw4yFxdsC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRw4yFxdsC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRw4yFxdsC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRw4yFxdsC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRw4yFxdsC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRw4yFxdsC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRw4yFxdsC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRw4yFxdsC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRw4yFxdsC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tRw4yFxdsC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRw4yFxdsC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRw4yFxdsC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRw4yFxdsC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRw4yFxdsC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRw4yFxdsC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRw4yFxdsC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRw4yFxdsC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRw4yFxdsC .navbar-dropdown {
  padding: 0;
}
.cid-tRw4yFxdsC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRw4yFxdsC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRw4yFxdsC .navbar {
    height: 70px;
  }
  .cid-tRw4yFxdsC .navbar.opened {
    height: auto;
  }
  .cid-tRw4yFxdsC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRw4yFxdsC .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tRw4yFxdsC .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tRw4yFxdsC .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tRw4yFxdsC .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tRw4yFxdsC .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tRw4yFxdsC .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tRw4yFxdsC .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tRw4yFxdsC .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tRw4yFxdsC .nav-item .nav-link {
  position: relative !important;
}
.cid-tRw4yFxdsC .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ed7605;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tRw4yFxdsC .nav-item .nav-link:hover {
  color: #ed7605 !important;
}
.cid-tRw4yFxdsC .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tRw4yFxdsC .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tRw4yFxdsC .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tRw4yFxdsC .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tRw4yFxdsC .tel-menu {
    display: none;
  }
}
.cid-tRw4yFxdsC .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tRw4yFxdsC .mbr-text {
    text-align: center !important;
  }
}
.cid-tRw4yFxdsC .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tRw4yFxdsC .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tRw4yFxdsC .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tRw4yFxdsC .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tRw4yFxdsC .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tRw4yFxdsC .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tRw4yFxdsC .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ed7605;
  border-radius: 0.25rem;
}
.cid-tRw4G7TI9V {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tRw4G7TI9V .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tRw4G7TI9V .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRw4G7TI9V .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRw4G7TI9V .title {
  padding: 0 2rem;
}
.cid-tRw4G7TI9V .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-tRw4G7TI9V .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-tRw4G7TI9V .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tRw4G7TI9V .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tRw4G7TI9V .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-tRw4G7TI9V .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-tRw4G7TI9V .container {
  padding: 0 1rem;
}
.cid-tRw4G7TI9V .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-tRw4G7TI9V .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tRw4G7TI9V .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tRw4G7TI9V .icon-focus {
  display: none;
}
.cid-tRw4G7TI9V .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-tRw4G7TI9V .btn-primary-outline:hover {
  background: transparent !important;
  color: #ed7605 !important;
}
.cid-tRw4G7TI9V li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-tRw4G7TI9V li {
  position: relative;
}
.cid-tRw4G7TI9V .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-tRw4G7TI9V .btn {
  font-family: Jost !important;
}
.cid-tRw4G7TI9V .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tRw4G7TI9V .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tRw4G7TI9V li:not(:last-child):after {
    top: 9px;
  }
  .cid-tRw4G7TI9V .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-tRw4G7TI9V .container {
    padding: 0rem;
  }
  .cid-tRw4G7TI9V .title {
    padding: 0 1rem;
  }
}
.cid-tRw4G7TI9V H2 {
  color: #89b758;
}
.cid-tT5E0IS80M {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #231f20;
}
.cid-tT5E0IS80M .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-tT5E0IS80M .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tT5E0IS80M .col + .mbr-section-btn .btn,
.cid-tT5E0IS80M .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-tT5E0IS80M .col + .mbr-section-btn .btn,
  .cid-tT5E0IS80M .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-tT5E0IS80M .dragArea > *:nth-last-child(2).col,
  .cid-tT5E0IS80M .dragArea > *:nth-last-child(2).col-auto,
  .cid-tT5E0IS80M .col + .mbr-section-btn,
  .cid-tT5E0IS80M .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-tT5E0IS80M .dragArea {
    flex-direction: column;
  }
}
.cid-tT5E0IS80M .btn-primary {
  border: 1px solid #ed7605 !important;
}
.cid-tT5E0IS80M .btn-primary:hover {
  border: 1px solid #ed7605 !important;
}
.cid-tT5E0IS80M .stripe {
  border-bottom: 1px solid #f7920e;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tT5E0IS80M .form-group {
  max-width: 220px;
}
.cid-tT5E0IS80M .mbr-section-btn {
  padding-left: 0;
}
.cid-tT5E0IS80M .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tT5E0IS80M .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f7920e;
  width: 85%;
}
.cid-tT5E0IS80M .mbr-text {
  color: #444;
}
.cid-tT5E0IS80M h5 {
  margin-bottom: 0;
}
.cid-tT5E0IS80M .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tT5E0IS80M .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tT5E0IS80M .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tT5E0IS80M .socicon {
  font-size: 1.3rem;
  background: #ffff00;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tT5E0IS80M .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-tT5E0IS80M .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tT5E0IS80M .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tT5E0IS80M .social-list a:hover {
  opacity: 0.4;
}
.cid-tT5E0IS80M .media-container-row > div {
  padding: 0px;
}
.cid-tT5E0IS80M .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tT5E0IS80M .group-title {
  text-align: left;
  color: #f7920e;
  padding-bottom: 0.2rem;
}
.cid-tT5E0IS80M .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tT5E0IS80M .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tT5E0IS80M .social-list,
  .cid-tT5E0IS80M .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tT5E0IS80M h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tT5E0IS80M .form-group {
    max-width: 180px;
  }
}
.cid-tT5E0IS80M .links span {
  color: #9e9e9e;
}
.cid-tT5E0IS80M .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-tT5E0IS80M .logo-title {
  text-align: center;
}
.cid-tT5E0IS80M .logo-title,
.cid-tT5E0IS80M .logo {
  color: #ffffff;
}
.cid-tRw4yGRZ5o.popup-builder {
  background-color: #ffffff;
}
.cid-tRw4yGRZ5o.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tRw4yGRZ5o.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tRw4yGRZ5o .modal-content,
.cid-tRw4yGRZ5o .modal-dialog {
  height: auto;
}
.cid-tRw4yGRZ5o .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tRw4yGRZ5o .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tRw4yGRZ5o .form-wrapper .mbr-form .form-group,
  .cid-tRw4yGRZ5o .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tRw4yGRZ5o .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tRw4yGRZ5o .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-tRw4yGRZ5o .mbr-text {
  text-align: center;
}
.cid-tRw4yGRZ5o .pt-0 {
  padding-top: 0 !important;
}
.cid-tRw4yGRZ5o .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tRw4yGRZ5o .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tRw4yGRZ5o .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tRw4yGRZ5o .modal-open {
  overflow: hidden;
}
.cid-tRw4yGRZ5o .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tRw4yGRZ5o .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tRw4yGRZ5o .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tRw4yGRZ5o .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-tRw4yGRZ5o .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tRw4yGRZ5o .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tRw4yGRZ5o .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tRw4yGRZ5o .modal-content {
  background: #ffe6d9;
  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-tRw4yGRZ5o .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tRw4yGRZ5o .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tRw4yGRZ5o .modal-backdrop.fade {
  opacity: 0;
}
.cid-tRw4yGRZ5o .modal-backdrop.show {
  opacity: .5;
}
.cid-tRw4yGRZ5o .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tRw4yGRZ5o .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tRw4yGRZ5o .modal-header {
    padding: 1rem;
  }
}
.cid-tRw4yGRZ5o .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tRw4yGRZ5o .modal-header .close svg {
  fill: #000000;
}
.cid-tRw4yGRZ5o .modal-header .close:hover {
  opacity: 1;
}
.cid-tRw4yGRZ5o .modal-header .close:focus {
  outline: none;
}
.cid-tRw4yGRZ5o .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tRw4yGRZ5o .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tRw4yGRZ5o .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRw4yGRZ5o .modal-body {
    padding: 1rem;
  }
}
.cid-tRw4yGRZ5o .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tRw4yGRZ5o .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRw4yGRZ5o .modal-footer {
    padding: 1rem;
  }
}
.cid-tRw4yGRZ5o .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tRw4yGRZ5o .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tRw4yGRZ5o .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tRw4yGRZ5o .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tRw4yGRZ5o .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tRw4yGRZ5o .modal-lg,
  .cid-tRw4yGRZ5o .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tRw4yGRZ5o .modal-xl {
    max-width: 1140px;
  }
}
.cid-tRw4yGRZ5o .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tRw4yGRZ5o .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-tRw4yGRZ5o .form-group {
  margin-bottom: 1rem;
}
.cid-tRw4yGRZ5o .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tRw4yGRZ5o .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tRw4yGRZ5o .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-tRw4yGRZ5o .mbr-section-btn {
  margin: 0;
}
.cid-tRw4yGRZ5o .mbr-section-btn .btn {
  margin: 0;
}
.cid-tRL2Fmyxqc .navbar-dropdown {
  position: relative !important;
}
.cid-tRL2Fmyxqc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRL2Fmyxqc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRL2Fmyxqc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRL2Fmyxqc .dropdown-item:hover,
.cid-tRL2Fmyxqc .dropdown-item:focus {
  background: #ed7605 !important;
  color: white !important;
}
.cid-tRL2Fmyxqc .dropdown-item:hover span {
  color: white;
}
.cid-tRL2Fmyxqc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRL2Fmyxqc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRL2Fmyxqc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRL2Fmyxqc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRL2Fmyxqc .nav-link {
  position: relative;
}
.cid-tRL2Fmyxqc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRL2Fmyxqc .container {
    flex-wrap: nowrap;
  }
}
.cid-tRL2Fmyxqc .iconfont-wrapper {
  color: #ed7605 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRL2Fmyxqc .dropdown-menu,
.cid-tRL2Fmyxqc .navbar.opened {
  background: #ffffff !important;
}
.cid-tRL2Fmyxqc .nav-item:focus,
.cid-tRL2Fmyxqc .nav-link:focus {
  outline: none;
}
.cid-tRL2Fmyxqc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRL2Fmyxqc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRL2Fmyxqc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRL2Fmyxqc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRL2Fmyxqc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRL2Fmyxqc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRL2Fmyxqc .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tRL2Fmyxqc .navbar.opened {
  transition: all 0.3s;
}
.cid-tRL2Fmyxqc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRL2Fmyxqc .navbar .navbar-logo img {
  width: auto;
}
.cid-tRL2Fmyxqc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRL2Fmyxqc .navbar.collapsed {
  justify-content: center;
}
.cid-tRL2Fmyxqc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRL2Fmyxqc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRL2Fmyxqc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tRL2Fmyxqc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRL2Fmyxqc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRL2Fmyxqc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  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-tRL2Fmyxqc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRL2Fmyxqc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRL2Fmyxqc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRL2Fmyxqc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRL2Fmyxqc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRL2Fmyxqc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRL2Fmyxqc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRL2Fmyxqc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    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-tRL2Fmyxqc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRL2Fmyxqc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRL2Fmyxqc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRL2Fmyxqc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRL2Fmyxqc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRL2Fmyxqc .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRL2Fmyxqc .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRL2Fmyxqc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRL2Fmyxqc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRL2Fmyxqc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRL2Fmyxqc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRL2Fmyxqc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRL2Fmyxqc .dropdown-item.active,
.cid-tRL2Fmyxqc .dropdown-item:active {
  background-color: transparent;
}
.cid-tRL2Fmyxqc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRL2Fmyxqc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRL2Fmyxqc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRL2Fmyxqc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRL2Fmyxqc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRL2Fmyxqc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRL2Fmyxqc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRL2Fmyxqc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRL2Fmyxqc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tRL2Fmyxqc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRL2Fmyxqc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRL2Fmyxqc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRL2Fmyxqc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRL2Fmyxqc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRL2Fmyxqc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRL2Fmyxqc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRL2Fmyxqc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRL2Fmyxqc .navbar-dropdown {
  padding: 0;
}
.cid-tRL2Fmyxqc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRL2Fmyxqc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRL2Fmyxqc .navbar {
    height: 70px;
  }
  .cid-tRL2Fmyxqc .navbar.opened {
    height: auto;
  }
  .cid-tRL2Fmyxqc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRL2Fmyxqc .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tRL2Fmyxqc .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tRL2Fmyxqc .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tRL2Fmyxqc .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tRL2Fmyxqc .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tRL2Fmyxqc .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tRL2Fmyxqc .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tRL2Fmyxqc .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tRL2Fmyxqc .nav-item .nav-link {
  position: relative !important;
}
.cid-tRL2Fmyxqc .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ed7605;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tRL2Fmyxqc .nav-item .nav-link:hover {
  color: #ed7605 !important;
}
.cid-tRL2Fmyxqc .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tRL2Fmyxqc .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tRL2Fmyxqc .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tRL2Fmyxqc .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tRL2Fmyxqc .tel-menu {
    display: none;
  }
}
.cid-tRL2Fmyxqc .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tRL2Fmyxqc .mbr-text {
    text-align: center !important;
  }
}
.cid-tRL2Fmyxqc .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tRL2Fmyxqc .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tRL2Fmyxqc .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tRL2Fmyxqc .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tRL2Fmyxqc .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tRL2Fmyxqc .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tRL2Fmyxqc .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ed7605;
  border-radius: 0.25rem;
}
.cid-tRL2Fo8nAx {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #fbfbfb;
}
.cid-tRL2Fo8nAx .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-tRL2Fo8nAx .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-tRL2Fo8nAx .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tRL2Fo8nAx .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-tRL2Fo8nAx .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-tRL2Fo8nAx .special-label {
  color: #fff;
}
.cid-tRL2Fo8nAx .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-tRL2Fo8nAx .menu-box .box-price {
  flex-shrink: 0;
}
.cid-tRL2Fo8nAx .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-tRL2Fo8nAx .menu-row {
  margin: 0;
}
.cid-tRL2Fo8nAx .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-tRL2Fo8nAx .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-tRL2Fo8nAx .group-title,
.cid-tRL2Fo8nAx .align-wrap {
  text-align: left;
  color: #000000;
}
.cid-tRL2Fo8nAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRL2Fo8nAx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRL2FoK9ie {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/soda7-1.jpg");
}
.cid-tRL2FoK9ie .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-tRL2FoK9ie .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-tRL2FoK9ie .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tRL2FoK9ie .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-tRL2FoK9ie .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-tRL2FoK9ie .special-label {
  color: #fff;
}
.cid-tRL2FoK9ie .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-tRL2FoK9ie .menu-box .box-price {
  flex-shrink: 0;
}
.cid-tRL2FoK9ie .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-tRL2FoK9ie .menu-row {
  margin: 0;
}
.cid-tRL2FoK9ie .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-tRL2FoK9ie .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-tRL2FoK9ie .group-title,
.cid-tRL2FoK9ie .align-wrap {
  text-align: left;
  color: #000000;
}
.cid-tRL2FoK9ie .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRL2FoK9ie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRL2FpLc1R {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/liquor-3.jpg");
}
.cid-tRL2FpLc1R .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-tRL2FpLc1R .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-tRL2FpLc1R .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tRL2FpLc1R .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-tRL2FpLc1R .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-tRL2FpLc1R .special-label {
  color: #fff;
}
.cid-tRL2FpLc1R .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-tRL2FpLc1R .menu-box .box-price {
  flex-shrink: 0;
}
.cid-tRL2FpLc1R .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-tRL2FpLc1R .menu-row {
  margin: 0;
}
.cid-tRL2FpLc1R .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-tRL2FpLc1R .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-tRL2FpLc1R .group-title,
.cid-tRL2FpLc1R .align-wrap {
  text-align: left;
  color: #000000;
}
.cid-tRL2FpLc1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRL2FpLc1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRL2FrauUC {
  padding-top: 15px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/whisk-2.jpg");
}
.cid-tRL2FrauUC .menu-item {
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-tRL2FrauUC .mbr-iconfont {
  font-size: 2.5rem;
  padding-right: 1rem;
  color: #7aba59;
}
.cid-tRL2FrauUC .inline-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-tRL2FrauUC .group-title {
  margin: 0;
  color: #181818;
  font-weight: bold;
  text-align: left;
}
.cid-tRL2FrauUC .icon-wrap {
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
}
.cid-tRL2FrauUC .special-label {
  color: #fff;
}
.cid-tRL2FrauUC .menu-box {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.cid-tRL2FrauUC .menu-box .box-price {
  flex-shrink: 0;
}
.cid-tRL2FrauUC .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-tRL2FrauUC .menu-row {
  margin: 0;
}
.cid-tRL2FrauUC .box-text {
  padding: 0;
  margin: 0;
  width: fit-content;
  color: #ed6436;
}
.cid-tRL2FrauUC .line {
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-image: radial-gradient(circle closest-side, #9a9a9a 99%, rgba(255, 255, 255, 0) 1%);
  background-size: 12px 2px;
  background-position: center;
  margin: 0.2em 0.5em;
  background-repeat: repeat;
  height: 2px;
}
.cid-tRL2FrauUC .group-title,
.cid-tRL2FrauUC .align-wrap {
  text-align: left;
  color: #000000;
}
.cid-tRL2FrauUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRL2FrauUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT5E8pi42U {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #231f20;
}
.cid-tT5E8pi42U .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-tT5E8pi42U .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tT5E8pi42U .col + .mbr-section-btn .btn,
.cid-tT5E8pi42U .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-tT5E8pi42U .col + .mbr-section-btn .btn,
  .cid-tT5E8pi42U .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-tT5E8pi42U .dragArea > *:nth-last-child(2).col,
  .cid-tT5E8pi42U .dragArea > *:nth-last-child(2).col-auto,
  .cid-tT5E8pi42U .col + .mbr-section-btn,
  .cid-tT5E8pi42U .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-tT5E8pi42U .dragArea {
    flex-direction: column;
  }
}
.cid-tT5E8pi42U .btn-primary {
  border: 1px solid #ed7605 !important;
}
.cid-tT5E8pi42U .btn-primary:hover {
  border: 1px solid #ed7605 !important;
}
.cid-tT5E8pi42U .stripe {
  border-bottom: 1px solid #f7920e;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tT5E8pi42U .form-group {
  max-width: 220px;
}
.cid-tT5E8pi42U .mbr-section-btn {
  padding-left: 0;
}
.cid-tT5E8pi42U .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tT5E8pi42U .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f7920e;
  width: 85%;
}
.cid-tT5E8pi42U .mbr-text {
  color: #444;
}
.cid-tT5E8pi42U h5 {
  margin-bottom: 0;
}
.cid-tT5E8pi42U .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tT5E8pi42U .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tT5E8pi42U .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tT5E8pi42U .socicon {
  font-size: 1.3rem;
  background: #ffff00;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tT5E8pi42U .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-tT5E8pi42U .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tT5E8pi42U .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tT5E8pi42U .social-list a:hover {
  opacity: 0.4;
}
.cid-tT5E8pi42U .media-container-row > div {
  padding: 0px;
}
.cid-tT5E8pi42U .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tT5E8pi42U .group-title {
  text-align: left;
  color: #f7920e;
  padding-bottom: 0.2rem;
}
.cid-tT5E8pi42U .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tT5E8pi42U .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tT5E8pi42U .social-list,
  .cid-tT5E8pi42U .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tT5E8pi42U h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tT5E8pi42U .form-group {
    max-width: 180px;
  }
}
.cid-tT5E8pi42U .links span {
  color: #9e9e9e;
}
.cid-tT5E8pi42U .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-tT5E8pi42U .logo-title {
  text-align: center;
}
.cid-tT5E8pi42U .logo-title,
.cid-tT5E8pi42U .logo {
  color: #ffffff;
}
.cid-tRL2FtiSK8.popup-builder {
  background-color: #ffffff;
}
.cid-tRL2FtiSK8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tRL2FtiSK8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tRL2FtiSK8 .modal-content,
.cid-tRL2FtiSK8 .modal-dialog {
  height: auto;
}
.cid-tRL2FtiSK8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tRL2FtiSK8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tRL2FtiSK8 .form-wrapper .mbr-form .form-group,
  .cid-tRL2FtiSK8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tRL2FtiSK8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tRL2FtiSK8 .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-tRL2FtiSK8 .mbr-text {
  text-align: center;
}
.cid-tRL2FtiSK8 .pt-0 {
  padding-top: 0 !important;
}
.cid-tRL2FtiSK8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tRL2FtiSK8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tRL2FtiSK8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tRL2FtiSK8 .modal-open {
  overflow: hidden;
}
.cid-tRL2FtiSK8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tRL2FtiSK8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tRL2FtiSK8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tRL2FtiSK8 .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-tRL2FtiSK8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tRL2FtiSK8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tRL2FtiSK8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tRL2FtiSK8 .modal-content {
  background: #ffe6d9;
  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-tRL2FtiSK8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tRL2FtiSK8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tRL2FtiSK8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tRL2FtiSK8 .modal-backdrop.show {
  opacity: .5;
}
.cid-tRL2FtiSK8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tRL2FtiSK8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tRL2FtiSK8 .modal-header {
    padding: 1rem;
  }
}
.cid-tRL2FtiSK8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tRL2FtiSK8 .modal-header .close svg {
  fill: #000000;
}
.cid-tRL2FtiSK8 .modal-header .close:hover {
  opacity: 1;
}
.cid-tRL2FtiSK8 .modal-header .close:focus {
  outline: none;
}
.cid-tRL2FtiSK8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tRL2FtiSK8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tRL2FtiSK8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRL2FtiSK8 .modal-body {
    padding: 1rem;
  }
}
.cid-tRL2FtiSK8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tRL2FtiSK8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRL2FtiSK8 .modal-footer {
    padding: 1rem;
  }
}
.cid-tRL2FtiSK8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tRL2FtiSK8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tRL2FtiSK8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tRL2FtiSK8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tRL2FtiSK8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tRL2FtiSK8 .modal-lg,
  .cid-tRL2FtiSK8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tRL2FtiSK8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tRL2FtiSK8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tRL2FtiSK8 .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-tRL2FtiSK8 .form-group {
  margin-bottom: 1rem;
}
.cid-tRL2FtiSK8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tRL2FtiSK8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tRL2FtiSK8 .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-tRL2FtiSK8 .mbr-section-btn {
  margin: 0;
}
.cid-tRL2FtiSK8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tT53WmZCOx .navbar-dropdown {
  position: relative !important;
}
.cid-tT53WmZCOx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tT53WmZCOx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tT53WmZCOx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tT53WmZCOx .dropdown-item:hover,
.cid-tT53WmZCOx .dropdown-item:focus {
  background: #ed7605 !important;
  color: white !important;
}
.cid-tT53WmZCOx .dropdown-item:hover span {
  color: white;
}
.cid-tT53WmZCOx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tT53WmZCOx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tT53WmZCOx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tT53WmZCOx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tT53WmZCOx .nav-link {
  position: relative;
}
.cid-tT53WmZCOx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tT53WmZCOx .container {
    flex-wrap: nowrap;
  }
}
.cid-tT53WmZCOx .iconfont-wrapper {
  color: #ed7605 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tT53WmZCOx .dropdown-menu,
.cid-tT53WmZCOx .navbar.opened {
  background: #ffffff !important;
}
.cid-tT53WmZCOx .nav-item:focus,
.cid-tT53WmZCOx .nav-link:focus {
  outline: none;
}
.cid-tT53WmZCOx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tT53WmZCOx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tT53WmZCOx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tT53WmZCOx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tT53WmZCOx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tT53WmZCOx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tT53WmZCOx .navbar {
  min-height: 71px;
  transition: all 0.4s ease-out;
  box-sizing: content-box;
  box-shadow: none !important;
  padding: 5px 40px !important;
  background-color: #ffffff;
}
.cid-tT53WmZCOx .navbar.opened {
  transition: all 0.3s;
}
.cid-tT53WmZCOx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tT53WmZCOx .navbar .navbar-logo img {
  width: auto;
}
.cid-tT53WmZCOx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tT53WmZCOx .navbar.collapsed {
  justify-content: center;
}
.cid-tT53WmZCOx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tT53WmZCOx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tT53WmZCOx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tT53WmZCOx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tT53WmZCOx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tT53WmZCOx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  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-tT53WmZCOx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tT53WmZCOx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tT53WmZCOx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tT53WmZCOx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tT53WmZCOx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tT53WmZCOx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tT53WmZCOx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tT53WmZCOx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    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-tT53WmZCOx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tT53WmZCOx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tT53WmZCOx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tT53WmZCOx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tT53WmZCOx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tT53WmZCOx .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tT53WmZCOx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tT53WmZCOx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tT53WmZCOx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tT53WmZCOx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tT53WmZCOx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tT53WmZCOx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tT53WmZCOx .dropdown-item.active,
.cid-tT53WmZCOx .dropdown-item:active {
  background-color: transparent;
}
.cid-tT53WmZCOx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tT53WmZCOx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tT53WmZCOx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tT53WmZCOx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tT53WmZCOx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tT53WmZCOx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tT53WmZCOx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tT53WmZCOx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tT53WmZCOx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tT53WmZCOx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tT53WmZCOx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tT53WmZCOx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tT53WmZCOx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tT53WmZCOx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tT53WmZCOx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tT53WmZCOx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tT53WmZCOx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tT53WmZCOx .navbar-dropdown {
  padding: 0;
}
.cid-tT53WmZCOx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tT53WmZCOx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tT53WmZCOx .navbar {
    height: 70px;
  }
  .cid-tT53WmZCOx .navbar.opened {
    height: auto;
  }
  .cid-tT53WmZCOx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tT53WmZCOx .navbar-short {
  padding: 5px 40px !important;
  background-color: #ffffff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.cid-tT53WmZCOx .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-tT53WmZCOx .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tT53WmZCOx .container-fluid .show {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tT53WmZCOx .navbar-nav {
    margin-right: auto;
    margin-left: 60px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tT53WmZCOx .navbar-nav {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tT53WmZCOx .navbar-nav {
    margin-left: 145px;
  }
}
.cid-tT53WmZCOx .nav-item a:hover {
  color: #ffffff !important;
}
.cid-tT53WmZCOx .nav-item .nav-link {
  position: relative !important;
}
.cid-tT53WmZCOx .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ed7605;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 0 100%;
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.cid-tT53WmZCOx .nav-item .nav-link:hover {
  color: #ed7605 !important;
}
.cid-tT53WmZCOx .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .cid-tT53WmZCOx .nav-item .show {
    padding-bottom: 0;
  }
}
.cid-tT53WmZCOx .tel-menu {
  transition: 0s all !important;
}
@media (min-width: 992px) {
  .cid-tT53WmZCOx .tel-menu {
    margin-left: auto;
    order: 49;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tT53WmZCOx .tel-menu {
    display: none;
  }
}
.cid-tT53WmZCOx .mbr-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 0;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-tT53WmZCOx .mbr-text {
    text-align: center !important;
  }
}
.cid-tT53WmZCOx .mbr-text a {
  opacity: 1;
  text-decoration: underline;
}
.cid-tT53WmZCOx .mbr-section-btn {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tT53WmZCOx .mbr-section-btn {
    justify-content: center;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-tT53WmZCOx .mbr-section-btn {
    max-width: 35%;
    margin-left: -0.6rem !important;
    margin-right: -0.6rem !important;
    order: 50;
  }
}
.cid-tT53WmZCOx .mbr-section-btn .btn {
  max-width: 200px;
  width: 200px;
  min-height: 55px;
  padding: 5px 10px;
  border-radius: 9px;
}
.cid-tT53WmZCOx .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tT53WmZCOx .navbar-toggler:before {
  content: '';
  position: absolute;
  right: -7px;
  top: -10px;
  width: 44px;
  height: 38px;
  background-color: #ed7605;
  border-radius: 0.25rem;
}
.cid-tT54wZ8Iy0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #fbfbfb;
}
.cid-tT54wZ8Iy0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT54wZ8Iy0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT54wZ8Iy0 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tT54wZ8Iy0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tT54wZ8Iy0 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tT54wZ8Iy0 .container {
    padding: 0 20px;
  }
  .cid-tT54wZ8Iy0 .container .row {
    padding: 0;
  }
}
.cid-tT54wZ8Iy0 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tT54wZ8Iy0 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tT54wZ8Iy0 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tT54wZ8Iy0 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tT54wZ8Iy0 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tT54wZ8Iy0 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tT54wZ8Iy0 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tT54wZ8Iy0 .video-block .video-wrapper .app-video-wrapper:before {
  color: #ffff00;
  text-shadow: none;
}
.cid-tT54wZ8Iy0 .mbr-section-title {
  color: #222222;
}
.cid-tT54wZ8Iy0 .mbr-text {
  color: #000000;
}
.cid-tT54wZ8Iy0 .mbr-section-title,
.cid-tT54wZ8Iy0 .mbr-section-btn {
  color: #0e0e0e;
}
.cid-tT8fgIRl1n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-tT8fgIRl1n .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tT8fgIRl1n .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tT58r543GM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ed6436;
}
.cid-tT58r543GM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT58r543GM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT58r543GM .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ed7605;
  margin-bottom: 2rem;
}
.cid-tT58r543GM .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tT5ceXonmw {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tT5ceXonmw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tT5ceXonmw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tT5ceXonmw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tT5ceXonmw .title {
  padding: 0 2rem;
}
.cid-tT5ceXonmw .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-tT5ceXonmw .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-tT5ceXonmw .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tT5ceXonmw .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tT5ceXonmw .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-tT5ceXonmw .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-tT5ceXonmw .container {
  padding: 0 1rem;
}
.cid-tT5ceXonmw .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-tT5ceXonmw .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tT5ceXonmw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tT5ceXonmw .icon-focus {
  display: none;
}
.cid-tT5ceXonmw .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-tT5ceXonmw .btn-primary-outline:hover {
  background: transparent !important;
  color: #ed7605 !important;
}
.cid-tT5ceXonmw li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-tT5ceXonmw li {
  position: relative;
}
.cid-tT5ceXonmw .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-tT5ceXonmw .btn {
  font-family: Jost !important;
}
.cid-tT5ceXonmw .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tT5ceXonmw .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tT5ceXonmw li:not(:last-child):after {
    top: 9px;
  }
  .cid-tT5ceXonmw .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-tT5ceXonmw .container {
    padding: 0rem;
  }
  .cid-tT5ceXonmw .title {
    padding: 0 1rem;
  }
}
.cid-tT5ceXonmw H2 {
  color: #89b758;
}
#custom-html-2e {
  /* Type valid CSS here */
}
#custom-html-2e div {
  padding: 20px 0;
  color: #777;
  text-align: center;
}
#custom-html-2e p {
  font-size: 5px;
  color: #777;
}
.cid-tT53WnQ8w5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #231f20;
}
.cid-tT53WnQ8w5 .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-tT53WnQ8w5 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tT53WnQ8w5 .col + .mbr-section-btn .btn,
.cid-tT53WnQ8w5 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-tT53WnQ8w5 .col + .mbr-section-btn .btn,
  .cid-tT53WnQ8w5 .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-tT53WnQ8w5 .dragArea > *:nth-last-child(2).col,
  .cid-tT53WnQ8w5 .dragArea > *:nth-last-child(2).col-auto,
  .cid-tT53WnQ8w5 .col + .mbr-section-btn,
  .cid-tT53WnQ8w5 .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-tT53WnQ8w5 .dragArea {
    flex-direction: column;
  }
}
.cid-tT53WnQ8w5 .btn-primary {
  border: 1px solid #ed7605 !important;
}
.cid-tT53WnQ8w5 .btn-primary:hover {
  border: 1px solid #ed7605 !important;
}
.cid-tT53WnQ8w5 .stripe {
  border-bottom: 1px solid #f7920e;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tT53WnQ8w5 .form-group {
  max-width: 220px;
}
.cid-tT53WnQ8w5 .mbr-section-btn {
  padding-left: 0;
}
.cid-tT53WnQ8w5 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tT53WnQ8w5 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #f7920e;
  width: 85%;
}
.cid-tT53WnQ8w5 .mbr-text {
  color: #444;
}
.cid-tT53WnQ8w5 h5 {
  margin-bottom: 0;
}
.cid-tT53WnQ8w5 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tT53WnQ8w5 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tT53WnQ8w5 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tT53WnQ8w5 .socicon {
  font-size: 1.3rem;
  background: #ffff00;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tT53WnQ8w5 .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-tT53WnQ8w5 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tT53WnQ8w5 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tT53WnQ8w5 .social-list a:hover {
  opacity: 0.4;
}
.cid-tT53WnQ8w5 .media-container-row > div {
  padding: 0px;
}
.cid-tT53WnQ8w5 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-tT53WnQ8w5 .group-title {
  text-align: left;
  color: #f7920e;
  padding-bottom: 0.2rem;
}
.cid-tT53WnQ8w5 .links {
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tT53WnQ8w5 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tT53WnQ8w5 .social-list,
  .cid-tT53WnQ8w5 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tT53WnQ8w5 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tT53WnQ8w5 .form-group {
    max-width: 180px;
  }
}
.cid-tT53WnQ8w5 .links span {
  color: #9e9e9e;
}
.cid-tT53WnQ8w5 .logo-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-tT53WnQ8w5 .logo-title {
  text-align: center;
}
.cid-tT53WnQ8w5 .logo-title,
.cid-tT53WnQ8w5 .logo {
  color: #ffffff;
}
.cid-tT53WotxkV.popup-builder {
  background-color: #ffffff;
}
.cid-tT53WotxkV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tT53WotxkV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tT53WotxkV .modal-content,
.cid-tT53WotxkV .modal-dialog {
  height: auto;
}
.cid-tT53WotxkV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tT53WotxkV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tT53WotxkV .form-wrapper .mbr-form .form-group,
  .cid-tT53WotxkV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tT53WotxkV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tT53WotxkV .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-tT53WotxkV .mbr-text {
  text-align: center;
}
.cid-tT53WotxkV .pt-0 {
  padding-top: 0 !important;
}
.cid-tT53WotxkV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tT53WotxkV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tT53WotxkV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tT53WotxkV .modal-open {
  overflow: hidden;
}
.cid-tT53WotxkV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tT53WotxkV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tT53WotxkV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tT53WotxkV .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-tT53WotxkV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tT53WotxkV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tT53WotxkV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tT53WotxkV .modal-content {
  background: #ffe6d9;
  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-tT53WotxkV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tT53WotxkV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tT53WotxkV .modal-backdrop.fade {
  opacity: 0;
}
.cid-tT53WotxkV .modal-backdrop.show {
  opacity: .5;
}
.cid-tT53WotxkV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tT53WotxkV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tT53WotxkV .modal-header {
    padding: 1rem;
  }
}
.cid-tT53WotxkV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tT53WotxkV .modal-header .close svg {
  fill: #000000;
}
.cid-tT53WotxkV .modal-header .close:hover {
  opacity: 1;
}
.cid-tT53WotxkV .modal-header .close:focus {
  outline: none;
}
.cid-tT53WotxkV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tT53WotxkV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tT53WotxkV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tT53WotxkV .modal-body {
    padding: 1rem;
  }
}
.cid-tT53WotxkV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tT53WotxkV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tT53WotxkV .modal-footer {
    padding: 1rem;
  }
}
.cid-tT53WotxkV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tT53WotxkV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tT53WotxkV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tT53WotxkV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tT53WotxkV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tT53WotxkV .modal-lg,
  .cid-tT53WotxkV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tT53WotxkV .modal-xl {
    max-width: 1140px;
  }
}
.cid-tT53WotxkV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tT53WotxkV .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-tT53WotxkV .form-group {
  margin-bottom: 1rem;
}
.cid-tT53WotxkV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tT53WotxkV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tT53WotxkV .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-tT53WotxkV .mbr-section-btn {
  margin: 0;
}
.cid-tT53WotxkV .mbr-section-btn .btn {
  margin: 0;
}
