body {
  font-family: 'Jost', sans-serif;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.625rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.53125rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 2.9rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.5375rem;
    font-size: calc( 1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.875rem 1.3125rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ff670c !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #ff695c !important;
}
.bg-warning {
  background-color: #0746c0 !important;
}
.bg-danger {
  background-color: #5e5e5e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff670c !important;
  border-color: #ff670c !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: #b44400 !important;
  border-color: #b44400 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary .btn-success:hover {
  background-color: #ff670c;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b44400 !important;
  border-color: #b44400 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
  color: #666666 !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: #bababa !important;
  border-color: #bababa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary .btn-success:hover {
  background-color: #ff670c;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #666666 !important;
  background-color: #bababa !important;
  border-color: #bababa !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff695c !important;
  border-color: #ff695c !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: #ff1905 !important;
  border-color: #ff1905 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info .btn-success:hover {
  background-color: #ff670c;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ff1905 !important;
  border-color: #ff1905 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success .btn-success:hover {
  background-color: #ff670c;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0746c0 !important;
  border-color: #0746c0 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #04286c !important;
  border-color: #04286c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning .btn-success:hover {
  background-color: #ff670c;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #04286c !important;
  border-color: #04286c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #5e5e5e !important;
  border-color: #5e5e5e !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: #333333 !important;
  border-color: #333333 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger .btn-success:hover {
  background-color: #ff670c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !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 .btn-success:hover {
  background-color: #ff670c;
}
.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 .btn-success:hover {
  background-color: #ff670c;
}
.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: #ff670c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b44400 !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: #ff670c !important;
  border-color: #ff670c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e5e5e5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bababa !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #666666 !important;
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff695c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ff1905 !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: #ff695c !important;
  border-color: #ff695c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0746c0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #04286c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0746c0 !important;
  border-color: #0746c0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5e5e5e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #333333 !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: #5e5e5e !important;
  border-color: #5e5e5e !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: #ff670c !important;
}
.text-secondary {
  color: #e5e5e5 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #ff695c !important;
}
.text-warning {
  color: #0746c0 !important;
}
.text-danger {
  color: #5e5e5e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a53e00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b2b2b2 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4d4d4d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #f51400 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #03225e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #2b2b2b !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: #ff670c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff695c;
}
.alert-warning {
  background-color: #0746c0;
}
.alert-danger {
  background-color: #5e5e5e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff670c;
  border-color: #ff670c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff670c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe7d8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #4e88f9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9e9e9e;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ff670c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff670c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff670c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff670c;
}
.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: #ff670c;
  border-bottom-color: #ff670c;
}
.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: #ff670c !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: #e5e5e5 !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='%23ff670c' %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;
  font-weight: 500;
}
.btn {
  margin: 0;
}
body {
  font-family: Jost;
}
p {
  margin-bottom: 0;
}
.btn.btn-success:hover {
  background-color: #ff670c !important;
  transition: all 0.2s ease-in-out;
  border-color: #ff670c !important;
}
.btn.btn-success {
  border: none !important;
}
.cid-sEJaAp7tIX {
  background-color: #ff670c;
}
.cid-sEJaAp7tIX .mbr-section-title {
  margin: 0;
  color: #000000;
  position: absolute;
  text-align: center;
  top: 50%;
  letter-spacing: 20px;
  font-weight: 600;
  width: 100%;
  padding: 0 60px;
}
.cid-sEJaAp7tIX .mbr-section-subtitle {
  color: #000000;
  position: absolute;
  text-align: left;
  left: 50%;
  top: 55%;
  padding: 60px;
  width: 50%;
}
.cid-sEJaAp7tIX span {
  color: #ffffff;
  font-weight: 600;
}
.cid-sEJaAp7tIX .image-wrapper {
  height: 100vh;
}
.cid-sEJaAp7tIX img {
  object-fit: cover;
  height: 100vh;
}
.cid-sEJaAp7tIX section {
  position: relative;
}
.cid-sEJaAp7tIX .container-fluid {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sEJaAp7tIX span {
    color: currentColor;
  }
  .cid-sEJaAp7tIX .mbr-section-title {
    color: #ffffff;
  }
  .cid-sEJaAp7tIX .mbr-section-subtitle {
    margin: auto;
    left: 0%;
    text-align: center;
    padding: 40px 20%;
    color: #ffffff;
    width: 100%;
  }
}
@media (max-width: 690px) {
  .cid-sEJaAp7tIX .mbr-section-subtitle {
    padding: 40px 15px;
  }
  .cid-sEJaAp7tIX .mbr-section-title {
    padding: 0 15px;
  }
}
.cid-sEJaAp7tIX .row {
  padding: 0;
  margin: 0;
}
.cid-sEJaAp7tIX .col-12 {
  padding: 0;
  margin: 0;
}
@media (max-width: 770px) {
  .cid-sEJaAp7tIX .mbr-section-title {
    letter-spacing: 5px;
  }
}
.cid-tmOyadesfS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tmOyadesfS .card-wrapper {
  background: #000000;
  padding: 15vh 20px 7vh;
  margin: auto;
}
.cid-tmOyadesfS .row {
  justify-content: center;
}
.cid-tmOyadesfS .mbr-section-title {
  padding-bottom: 15px;
  color: #ffffff;
}
.cid-tmOyadesfS .mbr-text {
  color: #ffffff;
  padding-bottom: 30px;
}
.cid-tmOyadesfS .mbr-iconfont {
  font-size: 75px;
  color: #ffffff;
}
.cid-tmOyadesfS .iconfont-wrapper {
  text-align: center;
}
.cid-tmPJpXhgvg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff670c;
}
.cid-tmPJpXhgvg img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tmPJpXhgvg .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tmPJpXhgvg .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tmPJpXhgvg .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmPJpXhgvg .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tmPJpXhgvg .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tmPJpXhgvg .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tmPJpXhgvg .first {
    max-height: 250px;
  }
  .cid-tmPJpXhgvg .second {
    max-height: 323px;
  }
  .cid-tmPJpXhgvg .third {
    max-height: 408px;
  }
  .cid-tmPJpXhgvg .fourth {
    max-height: 323px;
  }
  .cid-tmPJpXhgvg .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tmPJpXhgvg .first {
    max-height: 200px;
  }
  .cid-tmPJpXhgvg .second {
    max-height: 270px;
  }
  .cid-tmPJpXhgvg .third {
    max-height: 350px;
  }
  .cid-tmPJpXhgvg .fourth {
    max-height: 270px;
  }
  .cid-tmPJpXhgvg .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tmPJpXhgvg .first {
    display: none;
  }
  .cid-tmPJpXhgvg .second {
    max-height: 323px;
  }
  .cid-tmPJpXhgvg .third {
    max-height: 408px;
  }
  .cid-tmPJpXhgvg .fourth {
    max-height: 323px;
  }
  .cid-tmPJpXhgvg .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tmPJpXhgvg .second {
    max-height: 250px;
  }
  .cid-tmPJpXhgvg .third {
    max-height: 340px;
  }
  .cid-tmPJpXhgvg .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tmPJpXhgvg .second {
    max-height: 180px;
  }
  .cid-tmPJpXhgvg .third {
    max-height: 270px;
  }
  .cid-tmPJpXhgvg .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tmPJpXhgvg .second {
    display: none;
  }
  .cid-tmPJpXhgvg .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tmPJpXhgvg .fourth {
    display: none;
  }
}
.cid-sBkYUIQcir {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/image0-8.gif");
}
.cid-sBkYUIQcir .mbr-iconfont {
  font-size: 150px;
  color: #000000;
}
.cid-sBkYUIQcir .iconfont-wrapper {
  text-align: center;
  margin: 0 -15px 30px;
}
.cid-sBkYUIQcir .lin {
  padding-bottom: 18px;
  font-weight: 500;
  margin: 0 -15px 0px;
}
.cid-sBkYUIQcir .mbr-section-subtitle {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 -15px 0px;
}
.cid-sBkYUIQcir .btn-align {
  margin: 48px -15px 0px;
}
.cid-sBkYUIQcir .mbr-section-subtitle,
.cid-sBkYUIQcir .btn-align {
  text-align: center;
}
@media (max-width: 690px) {
  .cid-sBkYUIQcir .text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tmPMasIGKW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tmPMasIGKW .container {
    max-width: 540px;
  }
}
.cid-tmPMasIGKW .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tmPMasIGKW .mbr-section-title {
  color: #f3f4ef;
}
.cid-tmPMasIGKW .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-tmPMasIGKW .col-video {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  max-height: 700px;
}
.cid-tmPMasIGKW .col-video img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.cid-tmPMasIGKW .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tmPMasIGKW .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tmPMasIGKW .col-video .link {
  margin-right: 1rem;
}
.cid-tmPMasIGKW .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tmPMasIGKW .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tmPMasIGKW .mbr-media {
  position: relative;
}
.cid-tmPMasIGKW .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tmPMasIGKW .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  position: absolute;
  border-radius: 50%;
  transition: all 150ms;
}
@media (min-width: 768px) {
  .cid-tmPMasIGKW .icon-wrap:hover {
    transform: translate(-50%, -50%) scale3d(0.9, 0.9, 0.9);
  }
}
.cid-tmPMasIGKW .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tmPMasIGKW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tmPMasIGKW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tmPMasIGKW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tmPMasIGKW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tmPMasIGKW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tmOvWlQM08 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tmOvWlQM08 .left-side {
  text-align: left;
}
.cid-tmOvWlQM08 .width {
  width: 360px;
  margin: auto;
}
.cid-tmOvWlQM08 .row {
  align-items: center;
  background: #000000;
  padding: 0px;
  margin: 0;
}
.cid-tmOvWlQM08 .mbr-section-title {
  margin: 0 0 15px;
  color: #FFFFFF;
  font-weight: 600;
}
.cid-tmOvWlQM08 .container-fluid {
  padding: 0;
}
.cid-tmOvWlQM08 .mbr-section-subtitle {
  color: #FFFFFF;
  text-align: left;
  padding-bottom: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tmOvWlQM08 .right-side {
  padding: 0;
}
.cid-tmOvWlQM08 .mbr-text {
  color: #ffffff;
  padding-bottom: 60px;
  margin-bottom: 0;
}
.cid-tmOvWlQM08 .lin .mbr-iconfont {
  border-radius: 100%;
}
.cid-tmOvWlQM08 .link-ico {
  font-size: 0.8rem !important;
  color: #ffffff;
  background-color: #ff670c;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  margin-left: 10px;
  margin-top: -2px;
  transition: .3s;
  display: inline-block;
}
.cid-tmOvWlQM08 .lin:hover .link-ico {
  transform: scale(1.2);
  transition: .3s;
}
.cid-tmOvWlQM08 a {
  font-weight: 500;
}
@media (max-width: 800px) {
  .cid-tmOvWlQM08 .left-side {
    padding: 30px 20px;
  }
  .cid-tmOvWlQM08 .width {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .cid-tmOvWlQM08 .left-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tmOvWlQM08 .mbr-text,
.cid-tmOvWlQM08 .lin {
  text-align: left;
}
.cid-sBkYVwKuyy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sBkYVwKuyy h3 {
  margin-bottom: 0;
}
.cid-sBkYVwKuyy .container-fluid {
  padding: initial;
}
.cid-sBkYVwKuyy .row {
  margin: 0px;
}
.cid-sBkYVwKuyy .mbr-section-title {
  padding-bottom: 30px;
  color: #b62519;
  text-align: left;
}
.cid-sBkYVwKuyy .mbr-section-subtitle {
  color: #b62519;
  text-align: left;
}
.cid-sBkYVwKuyy .color {
  background-color: #ff670c;
}
.cid-sBkYVwKuyy .paddings {
  padding: 145px 100px;
}
.cid-sBkYVwKuyy .title,
.cid-sBkYVwKuyy .mbr-section-title {
  padding-bottom: 18px;
  font-weight: 600;
}
@media (max-width: 1150px) {
  .cid-sBkYVwKuyy .paddings {
    padding: 30px 50px;
  }
}
.cid-sBkYVwKuyy .title {
  text-align: left;
  color: #ff4433;
}
.cid-sBkYVwKuyy .subtitle {
  text-align: left;
  color: #ff4433;
}
@media (max-width: 650px) {
  .cid-sBkYVwKuyy .paddings {
    padding: 30px;
  }
}
.cid-sBkYW6Ias9 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sBkYW6Ias9 .card-wrapper {
  width: 80%;
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 0;
  padding: 1rem;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -100px;
}
.cid-sBkYW6Ias9 .bottom,
.cid-sBkYW6Ias9 .card-title {
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 1150px) {
  .cid-sBkYW6Ias9 .card-wrapper {
    top: -20px;
  }
}
@media (max-width: 990px) {
  .cid-sBkYW6Ias9 {
    padding-bottom: 0;
  }
  .cid-sBkYW6Ias9 .card-wrapper {
    position: initial;
  }
  .cid-sBkYW6Ias9 .card-box {
    padding: 10%;
  }
}
.cid-sBkYXjv02S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sBkYXjv02S .card-wrapper {
  background: #ff670c;
  padding: 15vh 20px 7vh;
  margin: auto;
}
.cid-sBkYXjv02S .row {
  justify-content: center;
}
.cid-sBkYXjv02S .mbr-section-title {
  padding-bottom: 15px;
  color: #ffffff;
}
.cid-sBkYXjv02S .mbr-text {
  color: #ffffff;
  padding-bottom: 30px;
}
.cid-sBkYXjv02S .mbr-iconfont {
  font-size: 75px;
  color: #ffffff;
}
.cid-sBkYXjv02S .iconfont-wrapper {
  text-align: center;
}
.cid-sBkZPq1ETr {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sBkZPq1ETr .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-sBkZPq1ETr .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-sBkZPq1ETr .row {
  align-items: center;
  height: 100%;
}
.cid-sBkZQXR7am {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sBkZQXR7am .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sBkZQXR7am .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sBkZQXR7am .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sBkZQXR7am P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-sBkZQXR7am img {
  margin-top: 15px;
}
.cid-sBkZQXR7am img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-sBkZQXR7am .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-sBkZQXR7am .top,
  .cid-sBkZQXR7am .top-2 {
    margin-top: 0;
  }
}
.cid-tnDFMyftJL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tnDFMyftJL .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tnDFMyftJL .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tnDFMyftJL .card-wrapper {
  padding: 3rem;
  padding-bottom: 1rem;
  background: #000000;
  position: relative;
  margin-bottom: 2rem;
}
.cid-tnDFMyftJL .card-wrapper .mbr-iconfont {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  .cid-tnDFMyftJL .card-wrapper {
    padding: 1.5rem;
    padding-bottom: 0;
  }
}
.cid-tnDFMyftJL .primary {
  background: #ff670c;
}
.cid-tnDFMyftJL .primary .mbr-iconfont {
  color: #ffffff;
}
.cid-tnDFMyftJL .mbr-text {
  color: #bbbbbb;
}
.cid-tnDFMyftJL .name {
  color: #ffffff;
}
.cid-tnDFMyftJL .position {
  color: #bbbbbb;
}
.cid-tnDFMyftJL .mbr-section-title {
  color: #ffffff;
}
.cid-tnDFMyftJL .mbr-primarytext {
  color: #000000;
}
.cid-tnDFMyftJL .primary-name {
  color: #000000;
}
.cid-tnDFMyftJL .primary-position {
  color: #000000;
}
.cid-tmRGT5PqAe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tmRGT5PqAe img {
  width: 100px;
  height: auto;
  display: inline;
}
.cid-tmRGT5PqAe .si {
  width: 100%;
}
.cid-tmRGT5PqAe .text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 48px;
  padding-top: 8px;
}
.cid-tmRGT5PqAe .number {
  font-weight: 600;
  padding-bottom: 12px;
  color: #ff670c;
}
.cid-tmRGT5PqAe .subtitle {
  color: #ff670c;
}
.cid-tmRGT5PqAe .text,
.cid-tmRGT5PqAe .si {
  text-align: center;
}
.cid-tmRGT5PqAe .copyright {
  padding-top: 120px;
}
.cid-tmQYViW4PI.popup-builder {
  background-color: #ffffff;
}
.cid-tmQYViW4PI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tmQYViW4PI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tmQYViW4PI .modal-content,
.cid-tmQYViW4PI .modal-dialog {
  height: auto;
}
.cid-tmQYViW4PI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tmQYViW4PI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tmQYViW4PI .form-wrapper .mbr-form .form-group,
  .cid-tmQYViW4PI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tmQYViW4PI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tmQYViW4PI .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-tmQYViW4PI .mbr-text {
  text-align: center;
}
.cid-tmQYViW4PI .pt-0 {
  padding-top: 0 !important;
}
.cid-tmQYViW4PI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tmQYViW4PI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tmQYViW4PI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tmQYViW4PI .modal-open {
  overflow: hidden;
}
.cid-tmQYViW4PI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tmQYViW4PI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tmQYViW4PI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tmQYViW4PI .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-tmQYViW4PI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tmQYViW4PI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tmQYViW4PI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tmQYViW4PI .modal-content {
  background: #ffffff;
  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-tmQYViW4PI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tmQYViW4PI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tmQYViW4PI .modal-backdrop.fade {
  opacity: 0;
}
.cid-tmQYViW4PI .modal-backdrop.show {
  opacity: .5;
}
.cid-tmQYViW4PI .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-tmQYViW4PI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tmQYViW4PI .modal-header {
    padding: 1rem;
  }
}
.cid-tmQYViW4PI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tmQYViW4PI .modal-header .close svg {
  fill: #353535;
}
.cid-tmQYViW4PI .modal-header .close:hover {
  opacity: 1;
}
.cid-tmQYViW4PI .modal-header .close:focus {
  outline: none;
}
.cid-tmQYViW4PI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tmQYViW4PI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tmQYViW4PI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tmQYViW4PI .modal-body {
    padding: 1rem;
  }
}
.cid-tmQYViW4PI .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-tmQYViW4PI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tmQYViW4PI .modal-footer {
    padding: 1rem;
  }
}
.cid-tmQYViW4PI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tmQYViW4PI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tmQYViW4PI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tmQYViW4PI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tmQYViW4PI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tmQYViW4PI .modal-lg,
  .cid-tmQYViW4PI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tmQYViW4PI .modal-xl {
    max-width: 1140px;
  }
}
.cid-tmQYViW4PI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tmQYViW4PI .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-tmQYViW4PI .form-group {
  margin-bottom: 1rem;
}
.cid-tmQYViW4PI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tmQYViW4PI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tmQYViW4PI .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-tmQYViW4PI .mbr-section-btn {
  margin: 0;
}
.cid-tmQYViW4PI .mbr-section-btn .btn {
  margin: 0;
}
.cid-tmRpjlWK7L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tmRpjlWK7L nav.navbar {
  position: fixed;
}
.cid-tmRpjlWK7L .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-tmRpjlWK7L .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tmRpjlWK7L .dropdown-item:hover,
.cid-tmRpjlWK7L .dropdown-item:focus {
  color: #ff670c !important;
}
.cid-tmRpjlWK7L .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tmRpjlWK7L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tmRpjlWK7L .nav-link {
  position: relative;
  padding: 0;
}
.cid-tmRpjlWK7L .container {
  display: flex;
  margin: auto;
}
.cid-tmRpjlWK7L .iconfont-wrapper {
  color: #ff695c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tmRpjlWK7L .dropdown-menu,
.cid-tmRpjlWK7L .navbar.opened {
  background: #ffffff !important;
}
.cid-tmRpjlWK7L .nav-item:focus,
.cid-tmRpjlWK7L .nav-link:focus {
  outline: none;
}
.cid-tmRpjlWK7L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tmRpjlWK7L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmRpjlWK7L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tmRpjlWK7L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmRpjlWK7L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmRpjlWK7L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmRpjlWK7L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tmRpjlWK7L .navbar.opened {
  transition: all 0.3s;
}
.cid-tmRpjlWK7L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tmRpjlWK7L .navbar .navbar-logo img {
  width: auto;
}
.cid-tmRpjlWK7L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tmRpjlWK7L .navbar.collapsed {
  justify-content: center;
}
.cid-tmRpjlWK7L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmRpjlWK7L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tmRpjlWK7L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tmRpjlWK7L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmRpjlWK7L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmRpjlWK7L .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-tmRpjlWK7L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmRpjlWK7L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tmRpjlWK7L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tmRpjlWK7L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmRpjlWK7L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmRpjlWK7L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmRpjlWK7L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmRpjlWK7L .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-tmRpjlWK7L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tmRpjlWK7L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmRpjlWK7L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tmRpjlWK7L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tmRpjlWK7L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tmRpjlWK7L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tmRpjlWK7L .navbar.navbar-short {
  min-height: 60px;
}
.cid-tmRpjlWK7L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tmRpjlWK7L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tmRpjlWK7L .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tmRpjlWK7L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmRpjlWK7L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmRpjlWK7L .dropdown-item.active,
.cid-tmRpjlWK7L .dropdown-item:active {
  background-color: transparent;
}
.cid-tmRpjlWK7L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmRpjlWK7L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmRpjlWK7L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmRpjlWK7L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tmRpjlWK7L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmRpjlWK7L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmRpjlWK7L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tmRpjlWK7L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tmRpjlWK7L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tmRpjlWK7L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tmRpjlWK7L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tmRpjlWK7L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmRpjlWK7L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmRpjlWK7L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tmRpjlWK7L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmRpjlWK7L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tmRpjlWK7L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tmRpjlWK7L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmRpjlWK7L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tmRpjlWK7L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmRpjlWK7L .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tmRpjlWK7L .navbar {
    height: 70px;
  }
  .cid-tmRpjlWK7L .navbar.opened {
    height: auto;
  }
  .cid-tmRpjlWK7L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmRpjlWK7L .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tmRpjlWK7L .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tmRpjlWK7L a {
  display: inline;
  font-weight: bold;
}
.cid-tmRpjlWK7L img {
  display: inline;
  padding-right: 10px;
}
.cid-tmRpjlWK7L .dropdown-toggle:after {
  display: none;
}
.cid-tmRpjlWK7L .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tmRpjlWK7L .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tmRpjlWK7L .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tmRpjlWK7L .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-tmRpjlWK7L .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-tmRpjlWK7L .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tmRpjlWK7L .btn {
  display: inline !important;
}
.cid-tmRpjlWK7L .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tmRpjlWK7L .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tmRpjlWK7L .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tmRpjlWK7L .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tmRpjlWK7L .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tmRpjlWK7L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tmRpjlWK7L nav.navbar {
  position: fixed;
}
.cid-tmRpjlWK7L .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-tmRpjlWK7L .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tmRpjlWK7L .dropdown-item:hover,
.cid-tmRpjlWK7L .dropdown-item:focus {
  color: #ff670c !important;
}
.cid-tmRpjlWK7L .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tmRpjlWK7L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tmRpjlWK7L .nav-link {
  position: relative;
  padding: 0;
}
.cid-tmRpjlWK7L .container {
  display: flex;
  margin: auto;
}
.cid-tmRpjlWK7L .iconfont-wrapper {
  color: #ff695c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tmRpjlWK7L .dropdown-menu,
.cid-tmRpjlWK7L .navbar.opened {
  background: #ffffff !important;
}
.cid-tmRpjlWK7L .nav-item:focus,
.cid-tmRpjlWK7L .nav-link:focus {
  outline: none;
}
.cid-tmRpjlWK7L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tmRpjlWK7L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmRpjlWK7L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tmRpjlWK7L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmRpjlWK7L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmRpjlWK7L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmRpjlWK7L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tmRpjlWK7L .navbar.opened {
  transition: all 0.3s;
}
.cid-tmRpjlWK7L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tmRpjlWK7L .navbar .navbar-logo img {
  width: auto;
}
.cid-tmRpjlWK7L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tmRpjlWK7L .navbar.collapsed {
  justify-content: center;
}
.cid-tmRpjlWK7L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmRpjlWK7L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tmRpjlWK7L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tmRpjlWK7L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmRpjlWK7L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmRpjlWK7L .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-tmRpjlWK7L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmRpjlWK7L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tmRpjlWK7L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tmRpjlWK7L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmRpjlWK7L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmRpjlWK7L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmRpjlWK7L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmRpjlWK7L .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-tmRpjlWK7L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tmRpjlWK7L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmRpjlWK7L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tmRpjlWK7L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tmRpjlWK7L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tmRpjlWK7L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tmRpjlWK7L .navbar.navbar-short {
  min-height: 60px;
}
.cid-tmRpjlWK7L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tmRpjlWK7L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tmRpjlWK7L .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tmRpjlWK7L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmRpjlWK7L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmRpjlWK7L .dropdown-item.active,
.cid-tmRpjlWK7L .dropdown-item:active {
  background-color: transparent;
}
.cid-tmRpjlWK7L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmRpjlWK7L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmRpjlWK7L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmRpjlWK7L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tmRpjlWK7L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmRpjlWK7L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmRpjlWK7L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tmRpjlWK7L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tmRpjlWK7L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tmRpjlWK7L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tmRpjlWK7L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tmRpjlWK7L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmRpjlWK7L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmRpjlWK7L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tmRpjlWK7L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmRpjlWK7L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tmRpjlWK7L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tmRpjlWK7L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmRpjlWK7L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tmRpjlWK7L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmRpjlWK7L .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tmRpjlWK7L .navbar {
    height: 70px;
  }
  .cid-tmRpjlWK7L .navbar.opened {
    height: auto;
  }
  .cid-tmRpjlWK7L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmRpjlWK7L .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tmRpjlWK7L .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tmRpjlWK7L a {
  display: inline;
  font-weight: bold;
}
.cid-tmRpjlWK7L img {
  display: inline;
  padding-right: 10px;
}
.cid-tmRpjlWK7L .dropdown-toggle:after {
  display: none;
}
.cid-tmRpjlWK7L .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tmRpjlWK7L .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tmRpjlWK7L .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tmRpjlWK7L .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-tmRpjlWK7L .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-tmRpjlWK7L .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tmRpjlWK7L .btn {
  display: inline !important;
}
.cid-tmRpjlWK7L .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tmRpjlWK7L .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tmRpjlWK7L .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tmRpjlWK7L .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tmRpjlWK7L .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tmRI3Eaai4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f2;
}
.cid-tmRI3Eaai4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmRI3Eaai4 .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tmRI3Eaai4 .row {
    padding: 0 12px;
  }
}
.cid-tmRI3Eaai4 .row::after {
  content: '';
  display: block;
  position: absolute;
  width: 38%;
  height: 80%;
  right: 0;
  top: 0;
  background: #ffffff;
  border-radius: 0 0 100% 0;
}
@media (max-width: 992px) {
  .cid-tmRI3Eaai4 .row::after {
    display: none;
  }
}
.cid-tmRI3Eaai4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmRI3Eaai4 .image-wrapper {
  padding: 0 30px 0 80px;
  position: relative;
}
.cid-tmRI3Eaai4 .image-wrapper::before {
  content: '';
  display: block;
  background-color: #ff670c;
  position: absolute;
  top: 0;
  left: -1rem;
  width: 152px;
  height: 80px;
  border-radius: 20rem 20rem 0 0;
}
@media (max-width: 992px) {
  .cid-tmRI3Eaai4 .image-wrapper::before {
    display: none;
  }
}
.cid-tmRI3Eaai4 .image-wrapper::after {
  content: '';
  display: block;
  background-color: #000000;
  position: absolute;
  top: 80px;
  left: -1rem;
  width: 152px;
  height: 80px;
  border-radius: 20rem 20rem 0 0;
}
@media (max-width: 992px) {
  .cid-tmRI3Eaai4 .image-wrapper::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-tmRI3Eaai4 .image-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
.cid-tmRI3Eaai4 .image-wrapper img {
  max-width: 460px;
  min-width: 300px;
  height: 460px;
  object-fit: cover;
  border-radius: 0 250px 250px 250px;
}
@media (max-width: 992px) {
  .cid-tmRI3Eaai4 .image-wrapper img {
    min-width: auto;
    height: 400px;
  }
}
.cid-tmRI3Eaai4 .text-wrapper {
  padding-left: 40px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tmRI3Eaai4 .text-wrapper {
    padding: 0;
  }
}
.cid-tmRI3Eaai4 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tmRI3Eaai4 .text-wrapper .mbr-section-title {
    margin: 10px 0 20px;
  }
}
.cid-tmRI3Eaai4 .text-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tmRI3Eaai4 .text-wrapper .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tmRI3Eaai4 .text-wrapper .row.items {
  padding: 0;
}
.cid-tmRI3Eaai4 .text-wrapper .row.items::after {
  display: none;
}
.cid-tmRI3Eaai4 .text-wrapper .row.items .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tmRI3Eaai4 .text-wrapper .row.items .item {
    margin-bottom: 20px;
  }
}
.cid-tmRI3Eaai4 .text-wrapper .row.items .item .mbr-number {
  margin: 0;
}
.cid-tmRI3Eaai4 .text-wrapper .row.items .item .mbr-text {
  margin: 0;
}
.cid-tmRI3Eaai4 .text-wrapper .row.items .item .mbr-desc {
  margin: 0;
}
.cid-tmRI3Eaai4 .mbr-section-title {
  color: #ff670c;
}
.cid-tmRI3Eaai4 .mbr-section-subtitle {
  color: #000000;
}
.cid-tmRI3Eaai4 .mbr-number {
  color: #ff670c;
}
.cid-tmRI3Eaai4 .mbr-text {
  color: #000000;
}
.cid-tmRI3Eaai4 .mbr-desc {
  color: #1e4381;
}
.cid-tmRM4AASvj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tmRM4AASvj .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tmRM4AASvj .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-tmRM4AASvj .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-tmRM4AASvj .card {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-tmRM4AASvj .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 20px;
}
.cid-tmRM4AASvj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmRM4AASvj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmRMWLiOuA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tmRMWLiOuA .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tmRMWLiOuA .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-tmRMWLiOuA .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-tmRMWLiOuA .card {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-tmRMWLiOuA .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 20px;
}
.cid-tmRMWLiOuA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmRMWLiOuA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmRGT5PqAe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tmRGT5PqAe img {
  width: 100px;
  height: auto;
  display: inline;
}
.cid-tmRGT5PqAe .si {
  width: 100%;
}
.cid-tmRGT5PqAe .text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 48px;
  padding-top: 8px;
}
.cid-tmRGT5PqAe .number {
  font-weight: 600;
  padding-bottom: 12px;
  color: #ff670c;
}
.cid-tmRGT5PqAe .subtitle {
  color: #ff670c;
}
.cid-tmRGT5PqAe .text,
.cid-tmRGT5PqAe .si {
  text-align: center;
}
.cid-tmRGT5PqAe .copyright {
  padding-top: 120px;
}
.cid-tOucpVJWWd.popup-builder {
  background-color: #ffffff;
}
.cid-tOucpVJWWd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tOucpVJWWd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tOucpVJWWd .modal-content,
.cid-tOucpVJWWd .modal-dialog {
  height: auto;
}
.cid-tOucpVJWWd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tOucpVJWWd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tOucpVJWWd .form-wrapper .mbr-form .form-group,
  .cid-tOucpVJWWd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tOucpVJWWd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tOucpVJWWd .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-tOucpVJWWd .mbr-text {
  text-align: center;
}
.cid-tOucpVJWWd .pt-0 {
  padding-top: 0 !important;
}
.cid-tOucpVJWWd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tOucpVJWWd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tOucpVJWWd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tOucpVJWWd .modal-open {
  overflow: hidden;
}
.cid-tOucpVJWWd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tOucpVJWWd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tOucpVJWWd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tOucpVJWWd .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-tOucpVJWWd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tOucpVJWWd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tOucpVJWWd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tOucpVJWWd .modal-content {
  background: #ffffff;
  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-tOucpVJWWd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tOucpVJWWd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tOucpVJWWd .modal-backdrop.fade {
  opacity: 0;
}
.cid-tOucpVJWWd .modal-backdrop.show {
  opacity: .5;
}
.cid-tOucpVJWWd .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-tOucpVJWWd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tOucpVJWWd .modal-header {
    padding: 1rem;
  }
}
.cid-tOucpVJWWd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tOucpVJWWd .modal-header .close svg {
  fill: #353535;
}
.cid-tOucpVJWWd .modal-header .close:hover {
  opacity: 1;
}
.cid-tOucpVJWWd .modal-header .close:focus {
  outline: none;
}
.cid-tOucpVJWWd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tOucpVJWWd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tOucpVJWWd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOucpVJWWd .modal-body {
    padding: 1rem;
  }
}
.cid-tOucpVJWWd .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-tOucpVJWWd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOucpVJWWd .modal-footer {
    padding: 1rem;
  }
}
.cid-tOucpVJWWd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tOucpVJWWd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tOucpVJWWd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tOucpVJWWd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tOucpVJWWd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tOucpVJWWd .modal-lg,
  .cid-tOucpVJWWd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tOucpVJWWd .modal-xl {
    max-width: 1140px;
  }
}
.cid-tOucpVJWWd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tOucpVJWWd .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-tOucpVJWWd .form-group {
  margin-bottom: 1rem;
}
.cid-tOucpVJWWd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tOucpVJWWd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tOucpVJWWd .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-tOucpVJWWd .mbr-section-btn {
  margin: 0;
}
.cid-tOucpVJWWd .mbr-section-btn .btn {
  margin: 0;
}
.cid-tn8thyGzGn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tn8thyGzGn .image-wrap-1 {
  padding-right: 0;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-tn8thyGzGn .image-wrap-1 {
    padding: 0 12px;
  }
}
.cid-tn8thyGzGn .image-wrap-1 .image-wrapper {
  height: 720px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tn8thyGzGn .image-wrap-1 .image-wrapper {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .cid-tn8thyGzGn .image-wrap-1 .image-wrapper {
    height: 350px;
  }
}
.cid-tn8thyGzGn .image-wrap-1 .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
}
.cid-tn8thyGzGn .image-wrap-2 {
  padding-right: 2rem;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-tn8thyGzGn .image-wrap-2 {
    padding: 0 24px;
  }
}
.cid-tn8thyGzGn .image-wrap-2 .image-wrapper {
  height: 360px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tn8thyGzGn .image-wrap-2 .image-wrapper {
    height: 350px;
  }
}
.cid-tn8thyGzGn .image-wrap-2 .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
}
.cid-tn8thyGzGn .image-wrap {
  padding: 0;
}
.cid-tn8thyGzGn .card-link {
  height: 100%;
  z-index: 1;
  pointer-events: none;
  transition: all .4s ease;
}
.cid-tn8thyGzGn .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.cid-tn8thyGzGn .card-wrapper .mbr-title {
  pointer-events: visible;
  margin: 0;
  z-index: 1;
  opacity: 0;
  transform: translate(0, 5%);
  transition: all .3s ease;
}
.cid-tn8thyGzGn .card-wrapper .mbr-text {
  pointer-events: visible;
  margin: 5px 0 0 0;
  opacity: 0;
  transform: translate(0, 5%);
  transition: all .3s ease;
}
.cid-tn8thyGzGn .image-wrapper:hover .mbr-title {
  opacity: 1;
  transform: translate(0, 0);
}
.cid-tn8thyGzGn .image-wrapper:hover .mbr-text {
  opacity: .7;
  transform: translate(0, 0);
}
.cid-tn8thyGzGn .image-wrapper:hover .card-link {
  position: absolute;
  width: 100%;
  background-color: #ff670c;
}
.cid-tn8thyGzGn .mbr-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-tn8thyGzGn .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-tn8q5gTXYl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tn8q5gTXYl .image-wrapper {
  position: relative;
}
.cid-tn8q5gTXYl .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-tn8q5gTXYl .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-tn8q5gTXYl img {
  width: 100%;
}
.cid-tn8q5gTXYl section {
  overflow: hidden;
}
.cid-tmRpjlWK7L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tmRpjlWK7L nav.navbar {
  position: fixed;
}
.cid-tmRpjlWK7L .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-tmRpjlWK7L .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tmRpjlWK7L .dropdown-item:hover,
.cid-tmRpjlWK7L .dropdown-item:focus {
  color: #ff670c !important;
}
.cid-tmRpjlWK7L .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
  font-weight: 500;
}
.cid-tmRpjlWK7L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tmRpjlWK7L .nav-link {
  position: relative;
  padding: 0;
}
.cid-tmRpjlWK7L .container {
  display: flex;
  margin: auto;
}
.cid-tmRpjlWK7L .iconfont-wrapper {
  color: #ff695c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tmRpjlWK7L .dropdown-menu,
.cid-tmRpjlWK7L .navbar.opened {
  background: #ffffff !important;
}
.cid-tmRpjlWK7L .nav-item:focus,
.cid-tmRpjlWK7L .nav-link:focus {
  outline: none;
}
.cid-tmRpjlWK7L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tmRpjlWK7L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmRpjlWK7L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tmRpjlWK7L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmRpjlWK7L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmRpjlWK7L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmRpjlWK7L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tmRpjlWK7L .navbar.opened {
  transition: all 0.3s;
}
.cid-tmRpjlWK7L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tmRpjlWK7L .navbar .navbar-logo img {
  width: auto;
}
.cid-tmRpjlWK7L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tmRpjlWK7L .navbar.collapsed {
  justify-content: center;
}
.cid-tmRpjlWK7L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmRpjlWK7L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tmRpjlWK7L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tmRpjlWK7L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmRpjlWK7L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmRpjlWK7L .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-tmRpjlWK7L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmRpjlWK7L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tmRpjlWK7L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tmRpjlWK7L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmRpjlWK7L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmRpjlWK7L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmRpjlWK7L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmRpjlWK7L .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-tmRpjlWK7L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tmRpjlWK7L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmRpjlWK7L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tmRpjlWK7L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tmRpjlWK7L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tmRpjlWK7L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tmRpjlWK7L .navbar.navbar-short {
  min-height: 60px;
}
.cid-tmRpjlWK7L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tmRpjlWK7L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tmRpjlWK7L .navbar-brand {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  flex-shrink: 0;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tmRpjlWK7L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmRpjlWK7L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmRpjlWK7L .dropdown-item.active,
.cid-tmRpjlWK7L .dropdown-item:active {
  background-color: transparent;
}
.cid-tmRpjlWK7L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmRpjlWK7L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmRpjlWK7L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmRpjlWK7L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tmRpjlWK7L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmRpjlWK7L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmRpjlWK7L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tmRpjlWK7L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tmRpjlWK7L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tmRpjlWK7L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tmRpjlWK7L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tmRpjlWK7L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmRpjlWK7L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmRpjlWK7L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tmRpjlWK7L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmRpjlWK7L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tmRpjlWK7L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tmRpjlWK7L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmRpjlWK7L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tmRpjlWK7L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmRpjlWK7L .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tmRpjlWK7L .navbar {
    height: 70px;
  }
  .cid-tmRpjlWK7L .navbar.opened {
    height: auto;
  }
  .cid-tmRpjlWK7L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmRpjlWK7L .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tmRpjlWK7L .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tmRpjlWK7L a {
  display: inline;
  font-weight: bold;
}
.cid-tmRpjlWK7L img {
  display: inline;
  padding-right: 10px;
}
.cid-tmRpjlWK7L .dropdown-toggle:after {
  display: none;
}
.cid-tmRpjlWK7L .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tmRpjlWK7L .dropdown-item:hover {
  color: #0746c0 !important;
}
@media (max-width: 990px) {
  .cid-tmRpjlWK7L .dropdown-menu {
    margin-top: 0px;
  }
  .cid-tmRpjlWK7L .collapse .btn {
    margin: 11px 21px 18px;
  }
}
.cid-tmRpjlWK7L .navbar-collapse .btn {
  display: block;
  margin: 0px 21px 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  .cid-tmRpjlWK7L .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
}
.cid-tmRpjlWK7L .btn {
  display: inline !important;
}
.cid-tmRpjlWK7L .navbar .navbar-collapse ul.navbar-nav li {
  margin: 0 !important;
}
.cid-tmRpjlWK7L .navbar-collapse .nav-link {
  display: inline-flex;
}
.cid-tmRpjlWK7L .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-tmRpjlWK7L .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tmRpjlWK7L .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tmRSH3AwA0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tmRSH3AwA0 .text-wrapper {
  margin: 0 150px 137px;
}
@media (max-width: 992px) {
  .cid-tmRSH3AwA0 .text-wrapper {
    margin: 0 30px 70px;
  }
}
.cid-tmRSH3AwA0 .text-wrapper .mbr-section-subtitle {
  margin-bottom: 73px;
}
@media (max-width: 992px) {
  .cid-tmRSH3AwA0 .text-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-tmRSH3AwA0 .text-wrapper .mbr-section-title {
  margin: 0;
}
.cid-tmRSH3AwA0 .image-wrapper {
  margin: 0 150px;
}
.cid-tmRSH3AwA0 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tmRSH3AwA0 .image-wrapper {
    margin: 0 30px;
  }
}
.cid-tmRSH3AwA0 .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-tmRSH3AwA0 .mbr-section-title {
  color: #1E1C21;
  text-align: center;
}
.cid-tn8EcXBZPw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tn8EcXBZPw .image-wrapper {
  position: relative;
}
.cid-tn8EcXBZPw .mbr-section-btn {
  position: absolute;
  bottom: 5%;
  right: -1%;
}
@media (max-width: 690px) {
  .cid-tn8EcXBZPw .mbr-section-btn {
    position: absolute;
    right: 0px;
    bottom: -13%;
  }
}
.cid-tn8EcXBZPw img {
  width: 100%;
}
.cid-tn8EcXBZPw section {
  overflow: hidden;
}
.cid-tn8JUgSE0t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-tn8JUgSE0t .item-wrapper {
  width: 100%;
}
.cid-tn8JUgSE0t .left-side {
  text-align: left;
}
.cid-tn8JUgSE0t .row {
  align-items: center;
  padding: 0px;
  margin: 0;
}
.cid-tn8JUgSE0t .mbr-section-title {
  margin: 0 0 25px;
  color: #000000;
}
.cid-tn8JUgSE0t .desc {
  padding: 0 0px 20px;
  color: #333333;
}
.cid-tn8JUgSE0t .col-auto {
  display: inline-block;
}
.cid-tn8JUgSE0t .mbr-section-subtitle {
  color: #1b745e;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tn8JUgSE0t .right-side {
  display: flex;
  align-items: center;
}
.cid-tn8JUgSE0t .row {
  flex-direction: row-reverse;
}
@media (max-width: 990px) {
  .cid-tn8JUgSE0t .left-side {
    padding: 25px 15px;
  }
  .cid-tn8JUgSE0t li:before {
    left: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tn8JUgSE0t .right-side {
    min-height: initial !important;
  }
  .cid-tn8JUgSE0t .row {
    flex-direction: column-reverse;
  }
}
.cid-tn8JUgSE0t .logo {
  display: inline-block;
  height: 30px;
  width: auto;
  padding-right: 20px;
  margin-bottom: 15px;
}
.cid-tn8JUgSE0t .mbr-text {
  padding-bottom: 10px;
}
.cid-tn8JUgSE0t .card-heading {
  color: #000000;
  position: relative;
  font-weight: 600;
}
.cid-tn8JUgSE0t ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0 !important;
  counter-reset: myCounter;
}
.cid-tn8JUgSE0t li {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  position: relative;
  transition: all .5s;
  border-radius: 25px;
}
.cid-tn8JUgSE0t li:before {
  padding-right: 20px;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 75px;
  color: #ff670c;
  font-size: 27px;
  font-weight: 800;
}
.cid-tn8JUgSE0t img {
  border-radius: 25px;
}
.cid-tn8JUgSE0t .b {
  padding: 1rem 2rem;
  font-weight: 600;
  color: #000000;
  background-color: #c0f22c;
  text-align: center;
  position: absolute;
  right: 30px;
  font-size: 16px;
  border-radius: 100px;
  opacity: 0;
  transition: all .5s !important;
}
.cid-tn8JUgSE0t li:hover {
  background-color: #ffffff;
  transform: translateY(-7px);
}
.cid-tn8JUgSE0t li:hover .b {
  opacity: 1;
}
.cid-tn8JUgSE0t .mbr-section-title,
.cid-tn8JUgSE0t .mbr-section-btn {
  text-align: center;
}
.cid-tn8JUgSE0t a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: absolute !important;
}
.cid-tn94BiXdX9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff670c;
  background: linear-gradient(180deg, rgba(255, 103, 12, 0.8) 0%, #ffffff 100%);
}
.cid-tn94BiXdX9 .mbr-overlay {
  background: #5eeebb;
}
.cid-tn94BiXdX9 .title_block {
  margin-bottom: 50px;
}
.cid-tn94BiXdX9 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ff670c;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tn94BiXdX9 .mbr-section-title {
  color: #e5e5e5;
}
.cid-tn94BiXdX9 .card_wrap {
  background-color: #545454;
  padding: 45px 65px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-tn94BiXdX9 .card_wrap:hover {
  transform: translateY(-16px);
  box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
}
.cid-tn94BiXdX9 .card_header {
  margin-bottom: 40px;
}
.cid-tn94BiXdX9 .card_title {
  margin-bottom: 20px;
  color: #ff670c;
}
.cid-tn94BiXdX9 .card_price {
  color: #e5e5e5;
}
.cid-tn94BiXdX9 .card_price sup {
  margin-right: 5px;
}
.cid-tn94BiXdX9 .card_price sub {
  font-size: 16px;
  line-height: 1;
}
.cid-tn94BiXdX9 .card_image {
  width: 160px;
  height: 125px;
  margin: 0px auto 50px;
}
.cid-tn94BiXdX9 .card_image img {
  width: 160px;
  height: 125px;
  object-fit: contain;
}
.cid-tn94BiXdX9 .card_list {
  margin-bottom: 40px;
}
.cid-tn94BiXdX9 .card_list .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-tn94BiXdX9 .card_list .list li {
  line-height: 1.1;
  margin-bottom: 25px;
}
.cid-tn94BiXdX9 .item:nth-child(1) .card_title {
  color: #ff670c;
}
.cid-tn94BiXdX9 .item:nth-child(2) .card_title {
  color: #000000;
}
.cid-tn94BiXdX9 .item:nth-child(3) .card_title {
  color: #0746c0;
}
.cid-tn94BiXdX9 .tabs_text {
  margin-bottom: 0;
}
.cid-tn94BiXdX9 .tabs_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.cid-tn94BiXdX9 .nav-tabs {
  margin: 0 10px;
  border: none;
  background-color: #ffffff !important;
  border-radius: 16px;
}
.cid-tn94BiXdX9 .nav-tabs .li_item1 {
  left: -2px;
}
.cid-tn94BiXdX9 .nav-tabs .li_item2 {
  right: -2px;
}
.cid-tn94BiXdX9 .nav-tabs .nav-item {
  margin: 0;
  width: 30px;
  height: 24px;
  display: flex;
  align-items: center;
}
.cid-tn94BiXdX9 .nav-tabs .nav-item .btn {
  border-radius: 50px !important;
  transition: all 0.25s;
  border-color: transparent !important;
  background-color: transparent !important;
  padding: 8px !important;
  height: 30px;
  width: 30px;
  position: relative;
  transform: scale(1) !important;
  margin: 0px !important;
  box-shadow: none;
  z-index: 1;
}
@media (min-width: 768px) {
  .cid-tn94BiXdX9 .nav-tabs .nav-item .btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 1;
    padding: 0;
    background-color: transparent !important;
    animation: none;
    z-index: -1;
  }
  .cid-tn94BiXdX9 .nav-tabs .nav-item .btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: inherit;
    z-index: -1;
    transition: transform 0.3s, background-color 0.2s;
  }
  .cid-tn94BiXdX9 .nav-tabs .nav-item .btn.active:before {
    background-color: #ff670c !important;
    box-shadow: 0px 5px 20px 0px rgba(94, 44, 237, 0.25) !important;
  }
}
@media (max-width: 767px) {
  .cid-tn94BiXdX9 .nav-tabs .nav-item .btn {
    padding: 8px !important;
    vertical-align: middle;
  }
}
.cid-tn94BiXdX9 .nav-tabs .nav-item .btn:hover {
  cursor: pointer;
  color: #ff670c !important;
  box-shadow: none !important;
}
.cid-tn94BiXdX9 .nav-tabs .nav-item .btn.active {
  color: #ffffff !important;
  box-shadow: 0px 5px 20px 0px rgba(94, 44, 237, 0.25) !important;
}
@media (max-width: 767px) {
  .cid-tn94BiXdX9 .nav-tabs .nav-item .btn.active {
    background-color: #ff670c !important;
  }
}
@media (min-width: 768px) {
  .cid-tn94BiXdX9 .nav-tabs .nav-item:first-child > .btn:after {
    border-right: none!important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .cid-tn94BiXdX9 .nav-tabs .nav-item:last-child > .btn:after {
    border-left: none!important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .cid-tn94BiXdX9 .nav-tabs .nav-item:first-child > .btn:before {
    transform: translateX(50%);
  }
  .cid-tn94BiXdX9 .nav-tabs .nav-item:last-child > .btn:before {
    transform: translateX(-50%);
  }
  .cid-tn94BiXdX9 .nav-tabs .nav-item:first-child > .btn.active:before {
    transform: translateX(0);
  }
  .cid-tn94BiXdX9 .nav-tabs .nav-item:last-child > .btn.active:before {
    transform: translateX(0);
  }
}
@media (max-width: 991px) {
  .cid-tn94BiXdX9 .title_block {
    margin-bottom: 30px;
  }
  .cid-tn94BiXdX9 .tabs_wrap {
    margin-bottom: 30px;
  }
  .cid-tn94BiXdX9 .card_wrap {
    margin-top: 30px;
    padding: 40px 30px;
  }
  .cid-tn94BiXdX9 .card_header {
    margin-bottom: 30px;
  }
  .cid-tn94BiXdX9 .card_image {
    width: 140px;
    height: 100px;
    margin-bottom: 30px;
  }
  .cid-tn94BiXdX9 .card_image img {
    width: 140px;
    height: 100px;
  }
  .cid-tn94BiXdX9 .card_list {
    margin-bottom: 30px;
  }
  .cid-tn94BiXdX9 .card_list .list li {
    margin-bottom: 18px;
  }
}
.cid-tn94BiXdX9 .list {
  color: #ffffff;
}
.cid-tn9zqfXbwJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-tn9zqfXbwJ .row {
  align-items: center;
  width: 100%;
}
.cid-tn9zqfXbwJ .title-container {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 2rem;
}
.cid-tn9zqfXbwJ .title-text {
  width: 100%;
}
.cid-tn9zqfXbwJ .main-title {
  color: #727272;
}
.cid-tn9zqfXbwJ .main-subtitle {
  color: #727272;
}
.cid-tn9zqfXbwJ form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tn9zqfXbwJ form .mbr-section-btn {
  margin-top: 20px;
  margin-right: 100%;
}
.cid-tn9zqfXbwJ form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-tn9zqfXbwJ form .form-group {
  margin-top: 32px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .cid-tn9zqfXbwJ form .form-group {
    margin-top: 1rem!important;
  }
}
.cid-tn9zqfXbwJ 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-tn9zqfXbwJ form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-tn9zqfXbwJ form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-tn9zqfXbwJ form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-tn9zqfXbwJ form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-tn9zqfXbwJ form select {
  color: #000000 !important;
}
.cid-tn9zqfXbwJ form textarea {
  height: 100px;
}
.cid-tn9zqfXbwJ form input,
.cid-tn9zqfXbwJ form textarea {
  background-color: transparent !important;
}
.cid-tn9zqfXbwJ form input:active,
.cid-tn9zqfXbwJ form textarea:active,
.cid-tn9zqfXbwJ form input:focus,
.cid-tn9zqfXbwJ form textarea:focus {
  border-color: #ff670c !important;
}
.cid-tn9zqfXbwJ form input:active::-webkit-input-placeholder,
.cid-tn9zqfXbwJ form textarea:active::-webkit-input-placeholder,
.cid-tn9zqfXbwJ form input:focus::-webkit-input-placeholder,
.cid-tn9zqfXbwJ form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-tn9zqfXbwJ form input:active::-moz-placeholder,
.cid-tn9zqfXbwJ form textarea:active::-moz-placeholder,
.cid-tn9zqfXbwJ form input:focus::-moz-placeholder,
.cid-tn9zqfXbwJ form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-tn9zqfXbwJ form input:active:-moz-placeholder,
.cid-tn9zqfXbwJ form textarea:active:-moz-placeholder,
.cid-tn9zqfXbwJ form input:focus:-moz-placeholder,
.cid-tn9zqfXbwJ form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-tn9zqfXbwJ form input:active:-ms-input-placeholder,
.cid-tn9zqfXbwJ form textarea:active:-ms-input-placeholder,
.cid-tn9zqfXbwJ form input:focus:-ms-input-placeholder,
.cid-tn9zqfXbwJ form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-tn9zqfXbwJ form .row {
  margin-left: -2% !important;
  margin-right: -2% !important;
}
.cid-tn9zqfXbwJ form .row [class*=col] {
  padding-left: 2% !important;
  padding-right: 2% !important;
}
.cid-tn9zqfXbwJ form label {
  width: 100%;
  color: #000000;
  margin-bottom: 1rem;
}
.cid-tn9zqfXbwJ form .form-check-input {
  border-color: #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}
.cid-tn9zqfXbwJ form .form-check-input:focus,
.cid-tn9zqfXbwJ form .form-check-input:hover {
  border-color: #ff670c !important;
}
.cid-tn9zqfXbwJ form .form-check-input:checked {
  border-color: #ff670c !important;
  background-color: #ff670c !important;
}
.cid-tmRGT5PqAe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tmRGT5PqAe img {
  width: 100px;
  height: auto;
  display: inline;
}
.cid-tmRGT5PqAe .si {
  width: 100%;
}
.cid-tmRGT5PqAe .text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 48px;
  padding-top: 8px;
}
.cid-tmRGT5PqAe .number {
  font-weight: 600;
  padding-bottom: 12px;
  color: #ff670c;
}
.cid-tmRGT5PqAe .subtitle {
  color: #ff670c;
}
.cid-tmRGT5PqAe .text,
.cid-tmRGT5PqAe .si {
  text-align: center;
}
.cid-tmRGT5PqAe .copyright {
  padding-top: 120px;
}
.cid-tn8qM2KhMC.popup-builder {
  background-color: #ffffff;
}
.cid-tn8qM2KhMC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tn8qM2KhMC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tn8qM2KhMC .modal-content,
.cid-tn8qM2KhMC .modal-dialog {
  height: auto;
}
.cid-tn8qM2KhMC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tn8qM2KhMC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tn8qM2KhMC .form-wrapper .mbr-form .form-group,
  .cid-tn8qM2KhMC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tn8qM2KhMC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tn8qM2KhMC .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-tn8qM2KhMC .mbr-text {
  text-align: center;
}
.cid-tn8qM2KhMC .pt-0 {
  padding-top: 0 !important;
}
.cid-tn8qM2KhMC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tn8qM2KhMC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tn8qM2KhMC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tn8qM2KhMC .modal-open {
  overflow: hidden;
}
.cid-tn8qM2KhMC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tn8qM2KhMC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tn8qM2KhMC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tn8qM2KhMC .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-tn8qM2KhMC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tn8qM2KhMC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tn8qM2KhMC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tn8qM2KhMC .modal-content {
  background: #ffffff;
  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-tn8qM2KhMC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tn8qM2KhMC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tn8qM2KhMC .modal-backdrop.fade {
  opacity: 0;
}
.cid-tn8qM2KhMC .modal-backdrop.show {
  opacity: .5;
}
.cid-tn8qM2KhMC .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-tn8qM2KhMC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tn8qM2KhMC .modal-header {
    padding: 1rem;
  }
}
.cid-tn8qM2KhMC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tn8qM2KhMC .modal-header .close svg {
  fill: #353535;
}
.cid-tn8qM2KhMC .modal-header .close:hover {
  opacity: 1;
}
.cid-tn8qM2KhMC .modal-header .close:focus {
  outline: none;
}
.cid-tn8qM2KhMC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tn8qM2KhMC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tn8qM2KhMC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tn8qM2KhMC .modal-body {
    padding: 1rem;
  }
}
.cid-tn8qM2KhMC .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-tn8qM2KhMC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tn8qM2KhMC .modal-footer {
    padding: 1rem;
  }
}
.cid-tn8qM2KhMC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tn8qM2KhMC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tn8qM2KhMC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tn8qM2KhMC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tn8qM2KhMC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tn8qM2KhMC .modal-lg,
  .cid-tn8qM2KhMC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tn8qM2KhMC .modal-xl {
    max-width: 1140px;
  }
}
.cid-tn8qM2KhMC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tn8qM2KhMC .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-tn8qM2KhMC .form-group {
  margin-bottom: 1rem;
}
.cid-tn8qM2KhMC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tn8qM2KhMC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tn8qM2KhMC .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-tn8qM2KhMC .mbr-section-btn {
  margin: 0;
}
.cid-tn8qM2KhMC .mbr-section-btn .btn {
  margin: 0;
}
.cid-tOucpT7sLm.popup-builder {
  background-color: #ffffff;
}
.cid-tOucpT7sLm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tOucpT7sLm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tOucpT7sLm .modal-content,
.cid-tOucpT7sLm .modal-dialog {
  height: auto;
}
.cid-tOucpT7sLm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tOucpT7sLm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tOucpT7sLm .form-wrapper .mbr-form .form-group,
  .cid-tOucpT7sLm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tOucpT7sLm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tOucpT7sLm .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-tOucpT7sLm .mbr-text {
  text-align: center;
}
.cid-tOucpT7sLm .pt-0 {
  padding-top: 0 !important;
}
.cid-tOucpT7sLm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tOucpT7sLm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tOucpT7sLm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tOucpT7sLm .modal-open {
  overflow: hidden;
}
.cid-tOucpT7sLm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tOucpT7sLm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tOucpT7sLm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tOucpT7sLm .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-tOucpT7sLm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tOucpT7sLm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tOucpT7sLm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tOucpT7sLm .modal-content {
  background: #ffffff;
  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-tOucpT7sLm .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tOucpT7sLm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tOucpT7sLm .modal-backdrop.fade {
  opacity: 0;
}
.cid-tOucpT7sLm .modal-backdrop.show {
  opacity: .5;
}
.cid-tOucpT7sLm .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-tOucpT7sLm .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tOucpT7sLm .modal-header {
    padding: 1rem;
  }
}
.cid-tOucpT7sLm .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tOucpT7sLm .modal-header .close svg {
  fill: #353535;
}
.cid-tOucpT7sLm .modal-header .close:hover {
  opacity: 1;
}
.cid-tOucpT7sLm .modal-header .close:focus {
  outline: none;
}
.cid-tOucpT7sLm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tOucpT7sLm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tOucpT7sLm .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOucpT7sLm .modal-body {
    padding: 1rem;
  }
}
.cid-tOucpT7sLm .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-tOucpT7sLm .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOucpT7sLm .modal-footer {
    padding: 1rem;
  }
}
.cid-tOucpT7sLm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tOucpT7sLm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tOucpT7sLm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tOucpT7sLm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tOucpT7sLm .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tOucpT7sLm .modal-lg,
  .cid-tOucpT7sLm .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tOucpT7sLm .modal-xl {
    max-width: 1140px;
  }
}
.cid-tOucpT7sLm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tOucpT7sLm .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-tOucpT7sLm .form-group {
  margin-bottom: 1rem;
}
.cid-tOucpT7sLm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tOucpT7sLm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tOucpT7sLm .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-tOucpT7sLm .mbr-section-btn {
  margin: 0;
}
.cid-tOucpT7sLm .mbr-section-btn .btn {
  margin: 0;
}
.cid-tOtYF6R4Od {
  background-color: #ff695c;
}
.cid-tOtYF6R4Od .mbr-section-title {
  margin: 0;
  color: #000000;
  position: absolute;
  text-align: center;
  top: 50%;
  letter-spacing: 20px;
  font-weight: 600;
  width: 100%;
  padding: 0 60px;
}
.cid-tOtYF6R4Od .mbr-section-subtitle {
  color: #000000;
  position: absolute;
  text-align: left;
  left: 50%;
  top: 55%;
  padding: 60px;
  width: 50%;
}
.cid-tOtYF6R4Od span {
  color: #ffffff;
  font-weight: 600;
}
.cid-tOtYF6R4Od img {
  object-fit: cover;
}
.cid-tOtYF6R4Od section {
  position: relative;
}
.cid-tOtYF6R4Od .container-fluid {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-tOtYF6R4Od span {
    color: currentColor;
  }
  .cid-tOtYF6R4Od .mbr-section-title {
    color: #ffffff;
  }
  .cid-tOtYF6R4Od .mbr-section-subtitle {
    margin: auto;
    left: 0%;
    text-align: center;
    padding: 40px 20%;
    color: #ffffff;
    width: 100%;
  }
}
@media (max-width: 690px) {
  .cid-tOtYF6R4Od .mbr-section-subtitle {
    padding: 40px 15px;
  }
  .cid-tOtYF6R4Od .mbr-section-title {
    padding: 0 15px;
  }
}
.cid-tOtYF6R4Od .row {
  padding: 0;
  margin: 0;
}
.cid-tOtYF6R4Od .col-12 {
  padding: 0;
  margin: 0;
}
@media (max-width: 770px) {
  .cid-tOtYF6R4Od .mbr-section-title {
    letter-spacing: 5px;
  }
}
.cid-tmReact235.popup-builder {
  background-color: #ffffff;
}
.cid-tmReact235.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tmReact235.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tmReact235 .modal-content,
.cid-tmReact235 .modal-dialog {
  height: auto;
}
.cid-tmReact235 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tmReact235 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tmReact235 .form-wrapper .mbr-form .form-group,
  .cid-tmReact235 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tmReact235 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tmReact235 .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-tmReact235 .mbr-text {
  text-align: center;
}
.cid-tmReact235 .pt-0 {
  padding-top: 0 !important;
}
.cid-tmReact235 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tmReact235 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tmReact235 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tmReact235 .modal-open {
  overflow: hidden;
}
.cid-tmReact235 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tmReact235 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tmReact235 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tmReact235 .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-tmReact235 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tmReact235 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tmReact235 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tmReact235 .modal-content {
  background: #ffffff;
  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-tmReact235 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tmReact235 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tmReact235 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tmReact235 .modal-backdrop.show {
  opacity: .5;
}
.cid-tmReact235 .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-tmReact235 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tmReact235 .modal-header {
    padding: 1rem;
  }
}
.cid-tmReact235 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tmReact235 .modal-header .close svg {
  fill: #ff670c;
}
.cid-tmReact235 .modal-header .close:hover {
  opacity: 1;
}
.cid-tmReact235 .modal-header .close:focus {
  outline: none;
}
.cid-tmReact235 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tmReact235 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tmReact235 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tmReact235 .modal-body {
    padding: 1rem;
  }
}
.cid-tmReact235 .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-tmReact235 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tmReact235 .modal-footer {
    padding: 1rem;
  }
}
.cid-tmReact235 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tmReact235 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tmReact235 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tmReact235 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tmReact235 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tmReact235 .modal-lg,
  .cid-tmReact235 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tmReact235 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tmReact235 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tmReact235 .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-tmReact235 .form-group {
  margin-bottom: 1rem;
}
.cid-tmReact235 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tmReact235 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tmReact235 .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-tmReact235 .mbr-section-btn {
  margin: 0;
}
.cid-tmReact235 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tmRGT5PqAe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tmRGT5PqAe img {
  width: 100px;
  height: auto;
  display: inline;
}
.cid-tmRGT5PqAe .si {
  width: 100%;
}
.cid-tmRGT5PqAe .text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 48px;
  padding-top: 8px;
}
.cid-tmRGT5PqAe .number {
  font-weight: 600;
  padding-bottom: 12px;
  color: #ff670c;
}
.cid-tmRGT5PqAe .subtitle {
  color: #ff670c;
}
.cid-tmRGT5PqAe .text,
.cid-tmRGT5PqAe .si {
  text-align: center;
}
.cid-tmRGT5PqAe .copyright {
  padding-top: 120px;
}
.cid-tOtZuKWwte.popup-builder {
  background-color: #ffffff;
}
.cid-tOtZuKWwte.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tOtZuKWwte.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tOtZuKWwte .modal-content,
.cid-tOtZuKWwte .modal-dialog {
  height: auto;
}
.cid-tOtZuKWwte .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tOtZuKWwte .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tOtZuKWwte .form-wrapper .mbr-form .form-group,
  .cid-tOtZuKWwte .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tOtZuKWwte .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tOtZuKWwte .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-tOtZuKWwte .mbr-text {
  text-align: center;
}
.cid-tOtZuKWwte .pt-0 {
  padding-top: 0 !important;
}
.cid-tOtZuKWwte .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tOtZuKWwte .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tOtZuKWwte .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tOtZuKWwte .modal-open {
  overflow: hidden;
}
.cid-tOtZuKWwte .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tOtZuKWwte .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tOtZuKWwte .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tOtZuKWwte .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-tOtZuKWwte .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tOtZuKWwte .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tOtZuKWwte .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tOtZuKWwte .modal-content {
  background: #ffffff;
  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-tOtZuKWwte .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tOtZuKWwte .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tOtZuKWwte .modal-backdrop.fade {
  opacity: 0;
}
.cid-tOtZuKWwte .modal-backdrop.show {
  opacity: .5;
}
.cid-tOtZuKWwte .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-tOtZuKWwte .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tOtZuKWwte .modal-header {
    padding: 1rem;
  }
}
.cid-tOtZuKWwte .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tOtZuKWwte .modal-header .close svg {
  fill: #353535;
}
.cid-tOtZuKWwte .modal-header .close:hover {
  opacity: 1;
}
.cid-tOtZuKWwte .modal-header .close:focus {
  outline: none;
}
.cid-tOtZuKWwte .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tOtZuKWwte .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tOtZuKWwte .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOtZuKWwte .modal-body {
    padding: 1rem;
  }
}
.cid-tOtZuKWwte .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-tOtZuKWwte .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOtZuKWwte .modal-footer {
    padding: 1rem;
  }
}
.cid-tOtZuKWwte .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tOtZuKWwte .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tOtZuKWwte .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tOtZuKWwte .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tOtZuKWwte .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tOtZuKWwte .modal-lg,
  .cid-tOtZuKWwte .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tOtZuKWwte .modal-xl {
    max-width: 1140px;
  }
}
.cid-tOtZuKWwte .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tOtZuKWwte .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-tOtZuKWwte .form-group {
  margin-bottom: 1rem;
}
.cid-tOtZuKWwte .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tOtZuKWwte .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tOtZuKWwte .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-tOtZuKWwte .mbr-section-btn {
  margin: 0;
}
.cid-tOtZuKWwte .mbr-section-btn .btn {
  margin: 0;
}
.cid-tnK73uSeEY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tnK73uSeEY .right {
  display: flex;
  flex-direction: column;
}
.cid-tnK73uSeEY .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tnK73uSeEY .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tnK73uSeEY .last-p {
  padding-bottom: 0;
}
.cid-tnK73uSeEY .row {
  justify-content: center;
}
.cid-tnK73uSeEY a {
  font-weight: 600;
}
.cid-tnK73uSeEY .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff670c;
}
.cid-tnK74b34rD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tnK74b34rD .right {
  display: flex;
  flex-direction: column;
}
.cid-tnK74b34rD .card-heading {
  padding-bottom: 45px;
  color: #000000;
  font-weight: 600;
}
.cid-tnK74b34rD .p {
  padding-bottom: 30px;
  color: #272727;
}
.cid-tnK74b34rD .last-p {
  padding-bottom: 0;
}
.cid-tnK74b34rD .row {
  justify-content: center;
}
.cid-tnK74b34rD a {
  font-weight: 600;
}
.cid-tnK74b34rD .quote {
  padding: 5px 0 5px 28px;
  color: #272727;
  border-left: 2px solid #ff670c;
}
.cid-tnKg6zSzlq {
  background-color: #ffffff;
}
.cid-tnKg6zSzlq a {
  border: 0px;
  transition: all 0.2s ease-out;
  word-break: normal;
  justify-content: center;
}
.cid-tnKg6zSzlq .btn {
  white-space: nowrap;
  padding: 14px 21px;
}
.cid-tnKg6zSzlq .mbr-section-title {
  padding-bottom: 0;
  color: #000000;
  font-weight: 600;
  margin-bottom: 6px;
}
.cid-tnKg6zSzlq .right {
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  margin: auto;
}
.cid-tnKg6zSzlq .container {
  max-width: initial;
}
.cid-tnKg6zSzlq .mbr-section-subtitle {
  width: 100%;
  padding: 25px 25px;
  color: #ffffff;
}
.cid-tnKg6zSzlq .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 20%;
}
.cid-tnKg6zSzlq .c {
  text-align: center;
}
.cid-tnKg6zSzlq .color {
  background-color: #ff670c;
}
@media (max-width: 690px) {
  .cid-tnKg6zSzlq .container {
    display: block;
  }
  .cid-tnKg6zSzlq .mbr-section-subtitle {
    padding-top: 25px;
  }
  .cid-tnKg6zSzlq .row {
    margin-bottom: 25px;
  }
  .cid-tnKg6zSzlq .left {
    position: initial;
    padding: 0 5%;
  }
  .cid-tnKg6zSzlq .center {
    margin: auto;
  }
}
.cid-tnKg6zSzlq .top {
  margin-top: 30px;
}
.cid-tnKg6zSzlq span {
  padding-top: 7px;
}
.cid-tnKg6zSzlq textarea,
.cid-tnKg6zSzlq input {
  padding: 16px;
  margin-bottom: 30px;
  border: 1px solid #e9e9e9  !important;
  box-shadow: none;
  background-color: rgba(214, 214, 214, 0.15);
  border-radius: 2px;
}
.cid-tnKg6zSzlq .form-control:hover {
  border: 1px solid #e9e9e9 !important;
  box-shadow: none;
}
.cid-tnKg6zSzlq .form-control:focus {
  border: 1px solid #e9e9e9 !important;
  background-color: rgba(214, 214, 214, 0.15);
  box-shadow: none;
}
.cid-tnKg6zSzlq .subtitle {
  margin-bottom: 20px;
}
.cid-tnKg6zSzlq .form-group {
  margin-bottom: 20px;
}
.cid-tnKg6zSzlq .form-control {
  margin-bottom: 0;
}
.cid-tnKg6zSzlq .subt {
  margin-bottom: 15px;
  text-transform: uppercase;
  padding: 0;
  color: #ffffff;
  font-weight: 500;
}
.cid-tnKg6zSzlq .phone {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-weight: 600;
}
.cid-tnKg6zSzlq .address {
  margin-top: 30px;
  padding: 0;
  color: #ffffff;
}
@media (max-width: 990px) {
  .cid-tnKg6zSzlq .left {
    padding: 10% 0;
  }
}
.cid-tnKg6zSzlq .row {
  align-items: center;
}
.cid-tnKkF5yNsF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tnKkF5yNsF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tnKkF5yNsF .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tnKkF5yNsF img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-tnKkF5yNsF .col-lg-3 {
    text-align: center;
  }
}
.cid-tnKkF5yNsF .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-tnKkF5yNsF .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-tnKkF5yNsF .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tnKkF5yNsF .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tnKkF5yNsF .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tnKkF5yNsF .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-tnKkF5yNsF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tnKkF5yNsF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tnKkF5yNsF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tnKkF5yNsF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tnKkF5yNsF .foot-menu-item {
  color: #bbbbbb;
}
.cid-tnKkF5yNsF .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-tnKkF5yNsF .media-container-row .mbr-text {
  text-align: left;
}
