@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap);





body {
  font-style: normal;
  line-height: 1.5;
  font-family: DM Sans;
  font-weight: 400;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
.display-1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.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-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ff7c00 !important;
}
.bg-success {
  background-color: #eb8221 !important;
}
.bg-info {
  background-color: #f47505 !important;
}
.bg-warning {
  background-color: #ff7f9f !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff7c00 !important;
  border-color: #ff7c00 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b35700 !important;
  border-color: #b35700 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b35700 !important;
  border-color: #b35700 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffa500 !important;
  border-color: #ffa500 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b37300 !important;
  border-color: #b37300 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b37300 !important;
  border-color: #b37300 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f47505 !important;
  border-color: #f47505 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a95103 !important;
  border-color: #a95103 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a95103 !important;
  border-color: #a95103 !important;
}
.btn-success,
.btn-success:active {
  background-color: #eb8221 !important;
  border-color: #eb8221 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #b05d10 !important;
  border-color: #b05d10 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b05d10 !important;
  border-color: #b05d10 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff7f9f !important;
  border-color: #ff7f9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff3266 !important;
  border-color: #ff3266 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff3266 !important;
  border-color: #ff3266 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #994a00;
  color: #994a00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff7c00;
  border-color: #ff7c00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7c00 !important;
  border-color: #ff7c00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #996300;
  color: #996300;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ffa500;
  border-color: #ffa500;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa500 !important;
  border-color: #ffa500 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #904503;
  color: #904503;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #f47505;
  border-color: #f47505;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f47505 !important;
  border-color: #f47505 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #98500e;
  color: #98500e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #eb8221;
  border-color: #eb8221;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #eb8221 !important;
  border-color: #eb8221 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ff1952;
  color: #ff1952;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #ff7f9f;
  border-color: #ff7f9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7f9f !important;
  border-color: #ff7f9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff7c00 !important;
}
.text-secondary {
  color: #ffa500 !important;
}
.text-success {
  color: #eb8221 !important;
}
.text-info {
  color: #f47505 !important;
}
.text-warning {
  color: #ff7f9f !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #994a00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #996300 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #98500e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #904503 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ff1952 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f47505;
}
.alert-warning {
  background-color: #ff7f9f;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff7c00;
  border-color: #ff7c00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #ff7c00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe5cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fcebdc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fee1c7;
}
.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: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #ff7c00;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto!important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff7c00;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff7c00;
  border-bottom-color: #ff7c00;
}
.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: #ff7c00 !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: #ffa500 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none!important;
}
.lazy-placeholder:not(section) {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff7c00' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rymwt0lgln .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rymwt0lgln .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rymwt0lgln a {
  font-style: normal;
}
.cid-rymwt0lgln .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rymwt0lgln .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rymwt0lgln .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rymwt0lgln .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rymwt0lgln .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rymwt0lgln .nav-item:focus,
.cid-rymwt0lgln .nav-link:focus {
  outline: none;
}
.cid-rymwt0lgln .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rymwt0lgln .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rymwt0lgln .menu-logo {
  margin-right: auto;
}
.cid-rymwt0lgln .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: 1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo {
  font-size: -4rem;
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rymwt0lgln .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rymwt0lgln .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rymwt0lgln .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rymwt0lgln .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rymwt0lgln button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rymwt0lgln button.navbar-toggler:focus {
  outline: none;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f47505;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rymwt0lgln .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rymwt0lgln .collapsed .btn {
  display: -webkit-flex;
}
.cid-rymwt0lgln .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing,
.cid-rymwt0lgln .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rymwt0lgln .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rymwt0lgln .collapsed button.navbar-toggler {
  display: block;
}
.cid-rymwt0lgln .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rymwt0lgln .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rymwt0lgln .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rymwt0lgln.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rymwt0lgln img {
    height: 3.8rem !important;
  }
  .cid-rymwt0lgln .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rymwt0lgln .menu-wrap {
    flex-direction: column;
  }
  .cid-rymwt0lgln .btn {
    display: -webkit-flex;
  }
  .cid-rymwt0lgln button.navbar-toggler {
    display: block;
  }
  .cid-rymwt0lgln .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rymwt0lgln .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rymwt0lgln .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing,
  .cid-rymwt0lgln .navbar-collapse.show {
    display: block !important;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-nav,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-buttons,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rymwt0lgln .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rymwt0lgln .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rymwt0lgln .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rymwt0lgln .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rymwt0lgln .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rymwt0lgln .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rymwt0lgln .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rymwt0lgln .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rymwt0lgln .nav-link:hover,
.cid-rymwt0lgln .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rymwtkmLgB {
  background-image: url("../../../assets/images/mbr-1-1620x1080.jpg");
}
.cid-rymwtkmLgB h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rymwtkmLgB h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rymwtkmLgB h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rymwtkmLgB H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rymwtkmLgB .mbr-text,
.cid-rymwtkmLgB .mbr-section-btn {
  color: #767676;
}
.cid-rymwtGlkdo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rymwtGlkdo .mbr-text {
    text-align: center;
  }
}
.cid-rymwtGlkdo .container-fluid {
  padding: 0;
}
.cid-rymwtGlkdo .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-rymwtGlkdo img {
  height: 100%;
  object-fit: cover;
}
.cid-rymwtGlkdo .mbr-figure {
  height: 100%;
}
.cid-rymwtGlkdo .col-lg-6 {
  padding: 0;
}
.cid-rymwtGlkdo .row {
  margin: 0;
}
.cid-rymwtGlkdo .mbr-text,
.cid-rymwtGlkdo .mbr-section-btn {
  color: #767676;
}
.cid-rymwtGlkdo H3 {
  color: #767676;
}
.cid-rymwtGlkdo H1 {
  color: #eb8221;
}
.cid-rGPIXQeBxV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #787324;
}
@media (max-width: 767px) {
  .cid-rGPIXQeBxV .mbr-text {
    text-align: center;
  }
}
.cid-rGPIXQeBxV .mbr-text,
.cid-rGPIXQeBxV .mbr-section-btn {
  color: #ffffff;
}
.cid-rGPIXQeBxV H1 {
  color: #eb8221;
}
.cid-rGPIXQeBxV SPAN {
  color: #f47505;
}
.cid-rGT50SOo2l {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #787324;
}
.cid-rGT50SOo2l .list-group-item {
  padding: 0.8rem 1rem;
  border: none;
}
.cid-rGT50SOo2l .price-term {
  vertical-align: top;
}
.cid-rGT50SOo2l h4 {
  margin: 0;
}
.cid-rGT50SOo2l .card1 {
  background: #e46110;
}
.cid-rGT50SOo2l .card2 {
  background: #969252;
}
.cid-rGT50SOo2l .card3 {
  background: #c4bc3b;
}
.cid-rGT50SOo2l .plan-header {
  padding: 4rem 1rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-rGT50SOo2l .plan-body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
  padding: 3rem 1rem;
}
.cid-rGT50SOo2l .month {
  letter-spacing: 2px;
}
.cid-rGT50SOo2l .plan {
  word-break: break-word;
  position: relative;
  max-width: 400px;
  margin-bottom: 1rem;
  color: #767676;
}
.cid-rGT50SOo2l .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-rGT50SOo2l .plan .list-group-item:last-child::after {
  display: none;
}
.cid-rGT50SOo2l .row {
  justify-content: center;
}
.cid-rGT50SOo2l .price-value {
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-rGT50SOo2l .price-figure {
    font-size: 4.25rem;
  }
}
@media (max-width: 992px) {
  .cid-rGT50SOo2l .plan {
    margin-bottom: 2rem;
  }
}
.cid-rGT50SOo2l UL {
  text-align: center;
}
.cid-rIojSf4U7c {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rIojSf4U7c .mbr-text {
    text-align: center;
  }
}
.cid-rIojSf4U7c .mbr-text,
.cid-rIojSf4U7c .mbr-section-btn {
  color: #000000;
}
.cid-rIojSf4U7c H1 {
  color: #eb8221;
}
.cid-rIojSf4U7c SPAN {
  color: #f47505;
}
.cid-rIsTDTKqFm {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rIsTDTKqFm .mbr-text {
  color: #767676;
}
.cid-rIsTDTKqFm .card-subtitle {
  margin: 0;
}
.cid-rIsTDTKqFm .link {
  margin: 0;
}
.cid-rIsTDTKqFm .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rIsTDTKqFm .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-rIsTDTKqFm img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-rIsTDTKqFm .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-rIsTDTKqFm .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rIsTDTKqFm .card-img:hover:before {
  opacity: 0.4;
}
.cid-rIsTDTKqFm .card-img:hover img {
  transform: scale(1.05);
}
.cid-rIsTDTKqFm .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rIsTDTKqFm .card {
    margin-bottom: 3rem;
  }
}
.cid-rGRQsOtfpE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e46110;
}
.cid-rGRQsOtfpE .mbr-iconfont {
  color: #ffffff !important;
  font-size: 3.5rem!important;
}
.cid-rGRQsOtfpE .row {
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-rGRQsOtfpE .link {
  margin: 0;
}
.cid-rGRQsOtfpE .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rGRQsOtfpE .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-rGRQsOtfpE h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rGRQsOtfpE h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rGRQsOtfpE h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rGRQsOtfpE .btn {
  margin: 0.2rem!important;
}
.cid-rGPKbjg3b1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eaffd4;
  background: linear-gradient(45deg, #eaffd4, #ffffff);
}
@media (max-width: 767px) {
  .cid-rGPKbjg3b1 .mbr-text {
    text-align: center;
  }
}
.cid-rGPKbjg3b1 .container-fluid {
  padding: 0;
}
.cid-rGPKbjg3b1 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-rGPKbjg3b1 img {
  height: 100%;
  object-fit: cover;
}
.cid-rGPKbjg3b1 .mbr-figure {
  height: 100%;
}
.cid-rGPKbjg3b1 .col-lg-6 {
  padding: 0;
}
.cid-rGPKbjg3b1 .row {
  margin: 0;
}
.cid-rGPKbjg3b1 .mbr-text,
.cid-rGPKbjg3b1 .mbr-section-btn {
  color: #767676;
}
.cid-rGPKbjg3b1 H1 {
  color: #eb8221;
}
.cid-rGQVwvFk3B {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rGQVwvFk3B .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rGQVwvFk3B .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-rGQVwvFk3B .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-rGQVwvFk3B .media-content {
  padding-left: 2rem;
}
.cid-rGQVwvFk3B textarea {
  min-height: 150px;
}
.cid-rGQVwvFk3B .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-rGQVwvFk3B .form-control,
.cid-rGQVwvFk3B .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-rGQVwvFk3B .form-control input::-webkit-input-placeholder,
.cid-rGQVwvFk3B .field-input input::-webkit-input-placeholder,
.cid-rGQVwvFk3B .form-control textarea::-webkit-input-placeholder,
.cid-rGQVwvFk3B .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-rGQVwvFk3B .form-control input:-moz-placeholder,
.cid-rGQVwvFk3B .field-input input:-moz-placeholder,
.cid-rGQVwvFk3B .form-control textarea:-moz-placeholder,
.cid-rGQVwvFk3B .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-rGQVwvFk3B .form-control:hover,
.cid-rGQVwvFk3B .field-input:hover,
.cid-rGQVwvFk3B .form-control:focus,
.cid-rGQVwvFk3B .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rGQVwvFk3B .form-control:hover input::-webkit-input-placeholder,
.cid-rGQVwvFk3B .field-input:hover input::-webkit-input-placeholder,
.cid-rGQVwvFk3B .form-control:focus input::-webkit-input-placeholder,
.cid-rGQVwvFk3B .field-input:focus input::-webkit-input-placeholder,
.cid-rGQVwvFk3B .form-control:hover textarea::-webkit-input-placeholder,
.cid-rGQVwvFk3B .field-input:hover textarea::-webkit-input-placeholder,
.cid-rGQVwvFk3B .form-control:focus textarea::-webkit-input-placeholder,
.cid-rGQVwvFk3B .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rGQVwvFk3B .form-control:hover input:-moz-placeholder,
.cid-rGQVwvFk3B .field-input:hover input:-moz-placeholder,
.cid-rGQVwvFk3B .form-control:focus input:-moz-placeholder,
.cid-rGQVwvFk3B .field-input:focus input:-moz-placeholder,
.cid-rGQVwvFk3B .form-control:hover textarea:-moz-placeholder,
.cid-rGQVwvFk3B .field-input:hover textarea:-moz-placeholder,
.cid-rGQVwvFk3B .form-control:focus textarea:-moz-placeholder,
.cid-rGQVwvFk3B .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-rGQVwvFk3B .jq-number__spin:hover,
.cid-rGQVwvFk3B .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rGQVwvFk3B .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGQVwvFk3B .jq-selectbox li,
.cid-rGQVwvFk3B .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGQVwvFk3B .jq-selectbox li:hover,
.cid-rGQVwvFk3B .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGQVwvFk3B .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rGQVwvFk3B .jq-number__spin.minus:hover:after,
.cid-rGQVwvFk3B .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGQVwvFk3B .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rGQVwvFk3B .jq-number__spin.minus:after,
.cid-rGQVwvFk3B .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGQVwvFk3B input::-webkit-clear-button {
  display: none;
}
.cid-rGQVwvFk3B input::-webkit-inner-spin-button {
  display: none;
}
.cid-rGQVwvFk3B input::-webkit-outer-spin-button {
  display: none;
}
.cid-rGQVwvFk3B input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rGQVwvFk3B .mbr-text,
.cid-rGQVwvFk3B .mbr-section-btn {
  color: #767676;
}
.cid-rGQVwvFk3B .text2,
.cid-rGQVwvFk3B .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-rGQVwvFk3B .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-rGQVwvFk3B SPAN {
  color: #eb8221;
}
.cid-rGTfn9iArv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-rGXN2aWeTI .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rGXN2aWeTI .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rGXN2aWeTI a {
  font-style: normal;
}
.cid-rGXN2aWeTI .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rGXN2aWeTI .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rGXN2aWeTI .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rGXN2aWeTI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rGXN2aWeTI .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rGXN2aWeTI .nav-item:focus,
.cid-rGXN2aWeTI .nav-link:focus {
  outline: none;
}
.cid-rGXN2aWeTI .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rGXN2aWeTI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rGXN2aWeTI .menu-logo {
  margin-right: auto;
}
.cid-rGXN2aWeTI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rGXN2aWeTI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rGXN2aWeTI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rGXN2aWeTI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rGXN2aWeTI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rGXN2aWeTI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rGXN2aWeTI .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rGXN2aWeTI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rGXN2aWeTI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rGXN2aWeTI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rGXN2aWeTI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rGXN2aWeTI .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rGXN2aWeTI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rGXN2aWeTI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rGXN2aWeTI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rGXN2aWeTI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rGXN2aWeTI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rGXN2aWeTI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rGXN2aWeTI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rGXN2aWeTI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rGXN2aWeTI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rGXN2aWeTI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rGXN2aWeTI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rGXN2aWeTI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rGXN2aWeTI button.navbar-toggler:focus {
  outline: none;
}
.cid-rGXN2aWeTI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f47505;
}
.cid-rGXN2aWeTI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rGXN2aWeTI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rGXN2aWeTI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rGXN2aWeTI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rGXN2aWeTI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGXN2aWeTI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rGXN2aWeTI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rGXN2aWeTI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGXN2aWeTI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rGXN2aWeTI .collapsed .btn {
  display: -webkit-flex;
}
.cid-rGXN2aWeTI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rGXN2aWeTI .collapsed .navbar-collapse.collapsing,
.cid-rGXN2aWeTI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rGXN2aWeTI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rGXN2aWeTI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rGXN2aWeTI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rGXN2aWeTI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rGXN2aWeTI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rGXN2aWeTI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rGXN2aWeTI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rGXN2aWeTI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rGXN2aWeTI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rGXN2aWeTI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rGXN2aWeTI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rGXN2aWeTI .collapsed button.navbar-toggler {
  display: block;
}
.cid-rGXN2aWeTI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rGXN2aWeTI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rGXN2aWeTI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rGXN2aWeTI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rGXN2aWeTI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rGXN2aWeTI .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rGXN2aWeTI.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rGXN2aWeTI img {
    height: 3.8rem !important;
  }
  .cid-rGXN2aWeTI .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rGXN2aWeTI .menu-wrap {
    flex-direction: column;
  }
  .cid-rGXN2aWeTI .btn {
    display: -webkit-flex;
  }
  .cid-rGXN2aWeTI button.navbar-toggler {
    display: block;
  }
  .cid-rGXN2aWeTI .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rGXN2aWeTI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rGXN2aWeTI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rGXN2aWeTI .navbar-collapse.collapsing,
  .cid-rGXN2aWeTI .navbar-collapse.show {
    display: block !important;
  }
  .cid-rGXN2aWeTI .navbar-collapse.collapsing .navbar-nav,
  .cid-rGXN2aWeTI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rGXN2aWeTI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rGXN2aWeTI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rGXN2aWeTI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rGXN2aWeTI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rGXN2aWeTI .navbar-collapse.collapsing .navbar-buttons,
  .cid-rGXN2aWeTI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rGXN2aWeTI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rGXN2aWeTI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rGXN2aWeTI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rGXN2aWeTI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rGXN2aWeTI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rGXN2aWeTI .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rGXN2aWeTI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rGXN2aWeTI .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rGXN2aWeTI .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rGXN2aWeTI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rGXN2aWeTI .nav-link:hover,
.cid-rGXN2aWeTI .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rGXN2kC9jy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-rGYAxPfyha {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rGYAxPfyha .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rGYAxPfyha .form-control,
.cid-rGYAxPfyha .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f47505;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGYAxPfyha .form-control::-webkit-input-placeholder,
.cid-rGYAxPfyha .field-input::-webkit-input-placeholder,
.cid-rGYAxPfyha .form-control::-webkit-input-placeholder,
.cid-rGYAxPfyha .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-rGYAxPfyha .form-control:-moz-placeholder,
.cid-rGYAxPfyha .field-input:-moz-placeholder,
.cid-rGYAxPfyha .form-control:-moz-placeholder,
.cid-rGYAxPfyha .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-rGYAxPfyha .form-control:hover,
.cid-rGYAxPfyha .field-input:hover,
.cid-rGYAxPfyha .form-control:focus,
.cid-rGYAxPfyha .field-input:focus {
  background-color: #fdf5e3;
  border-color: #767676;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-rGYAxPfyha .form-control:hover::-webkit-input-placeholder,
.cid-rGYAxPfyha .field-input:hover::-webkit-input-placeholder,
.cid-rGYAxPfyha .form-control:focus::-webkit-input-placeholder,
.cid-rGYAxPfyha .field-input:focus::-webkit-input-placeholder,
.cid-rGYAxPfyha .form-control:hover::-webkit-input-placeholder,
.cid-rGYAxPfyha .field-input:hover::-webkit-input-placeholder,
.cid-rGYAxPfyha .form-control:focus::-webkit-input-placeholder,
.cid-rGYAxPfyha .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-rGYAxPfyha .form-control:hover:-moz-placeholder,
.cid-rGYAxPfyha .field-input:hover:-moz-placeholder,
.cid-rGYAxPfyha .form-control:focus:-moz-placeholder,
.cid-rGYAxPfyha .field-input:focus:-moz-placeholder,
.cid-rGYAxPfyha .form-control:hover:-moz-placeholder,
.cid-rGYAxPfyha .field-input:hover:-moz-placeholder,
.cid-rGYAxPfyha .form-control:focus:-moz-placeholder,
.cid-rGYAxPfyha .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-rGYAxPfyha .jq-number__spin:hover,
.cid-rGYAxPfyha .jq-number__spin:focus {
  background-color: #fdf5e3;
  border-color: #767676;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rGYAxPfyha .jq-number__spin {
  background-color: #ffffff;
  border-color: #f47505;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rGYAxPfyha .jq-selectbox li,
.cid-rGYAxPfyha .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rGYAxPfyha .jq-selectbox li:hover,
.cid-rGYAxPfyha .jq-selectbox li.selected {
  background-color: #fdf5e3;
  color: #000000;
}
.cid-rGYAxPfyha .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rGYAxPfyha .jq-number__spin.minus:hover:after,
.cid-rGYAxPfyha .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rGYAxPfyha .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rGYAxPfyha .jq-number__spin.minus:after,
.cid-rGYAxPfyha .jq-number__spin.plus:after {
  border-top-color: #fdf5e3;
  border-bottom-color: #fdf5e3;
}
.cid-rGYAxPfyha input::-webkit-clear-button {
  display: none;
}
.cid-rGYAxPfyha input::-webkit-inner-spin-button {
  display: none;
}
.cid-rGYAxPfyha input::-webkit-outer-spin-button {
  display: none;
}
.cid-rGYAxPfyha input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rGYAxPfyha H1 {
  color: #f47505;
}
