body {
  font-family: Spartan;
}
.display-1 {
  font-family: 'Spartan', sans-serif;
  font-size: 2.6rem;
  line-height: 1.25;
  letter-spacing: -0.07em;
}
.display-1 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-2 {
  font-family: 'Spartan', sans-serif;
  font-size: 3.3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.125rem;
}
.display-4 {
  font-family: 'Spartan', sans-serif;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.09375rem;
}
.display-5 {
  font-family: 'Spartan', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.82rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #3111f2 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #9df87c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3111f2 !important;
  border-color: #3111f2 !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: #1f09a3 !important;
  border-color: #1f09a3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1f09a3 !important;
  border-color: #1f09a3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff4712 !important;
  border-color: #ff4712 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ba2a00 !important;
  border-color: #ba2a00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ba2a00 !important;
  border-color: #ba2a00 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9df87c !important;
  border-color: #9df87c !important;
  color: #226f06 !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: #091d02 !important;
  background-color: #5ff42a !important;
  border-color: #5ff42a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #226f06 !important;
  background-color: #5ff42a !important;
  border-color: #5ff42a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3111f2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1f09a3 !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: #3111f2 !important;
  border-color: #3111f2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff4712;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ba2a00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4712 !important;
  border-color: #ff4712 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9df87c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #5ff42a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #226f06 !important;
  background-color: #9df87c !important;
  border-color: #9df87c !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: #3111f2 !important;
}
.text-secondary {
  color: #ff4712 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #9df87c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1c0895 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ab2600 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #55f31b !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: #3111f2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #9df87c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3111f2;
  border-color: #3111f2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3111f2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d8d2fd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Spartan', sans-serif;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.09375rem;
}
.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: #3111f2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Spartan', sans-serif;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.09375rem;
}
blockquote {
  border-color: #3111f2;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3111f2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3111f2;
}
.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: #3111f2;
  border-bottom-color: #3111f2;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #3111f2 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff4712 !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='%233111f2' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-t3PcmFS2QD .container-fluid {
  padding: 0 1rem;
}
.cid-t3PcmFS2QD .navbar-dropdown {
  background-color: #ff4712 !important;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t3PcmFS2QD .menu_box .navbar.opened,
  .cid-t3PcmFS2QD .menu_box .navbar-collapse {
    background-color: #ff4712 !important;
    transition: all 0s ease 0s;
  }
}
.cid-t3PcmFS2QD .navbar-dropdown {
  position: relative !important;
}
.cid-t3PcmFS2QD nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-t3PcmFS2QD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 208px;
}
@media (max-width: 991px) {
  .cid-t3PcmFS2QD .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t3PcmFS2QD .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-t3PcmFS2QD .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-t3PcmFS2QD .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-t3PcmFS2QD .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #ff4712;
  }
  .cid-t3PcmFS2QD .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-t3PcmFS2QD .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-t3PcmFS2QD .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-t3PcmFS2QD .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-t3PcmFS2QD .offcanvas-body .mbr-text,
  .cid-t3PcmFS2QD .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-t3PcmFS2QD .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-t3PcmFS2QD .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-t3PcmFS2QD .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #3111f2;
  }
  .cid-t3PcmFS2QD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-t3PcmFS2QD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-t3PcmFS2QD .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-t3PcmFS2QD .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-t3PcmFS2QD ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-t3PcmFS2QD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-t3PcmFS2QD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-t3PcmFS2QD .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-t3PcmFS2QD li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-t3PcmFS2QD li.nav-item::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #3111f2;
    margin-top: 3px;
    transition: all .4s ease;
  }
  .cid-t3PcmFS2QD .lg_brand {
    margin: 0 1rem;
  }
}
.cid-t3PcmFS2QD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-t3PcmFS2QD .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-t3PcmFS2QD .nav-item {
    margin: 0 !important;
  }
}
.cid-t3PcmFS2QD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-t3PcmFS2QD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-t3PcmFS2QD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-t3PcmFS2QD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-t3PcmFS2QD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-t3PcmFS2QD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-t3PcmFS2QD .offcanvas_box {
    display: none;
  }
}
.cid-t3PcmFS2QD .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-t3PcmFS2QD .dropdown-item:hover {
  color: #3111f2;
}
.cid-t3PcmFS2QD .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-t3PcmFS2QD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3PcmFS2QD .nav-link {
  position: relative;
  color: #20232a;
}
.cid-t3PcmFS2QD .container {
  display: flex;
  margin: auto;
}
.cid-t3PcmFS2QD .iconfont-wrapper {
  width: 42px;
  margin: 5px;
  color: #ff9a00;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-t3PcmFS2QD .iconfont-wrapper:hover {
  color: #3111f2;
}
.cid-t3PcmFS2QD .navbar-caption {
  color: #20232a;
}
.cid-t3PcmFS2QD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-t3PcmFS2QD .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-t3PcmFS2QD .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-t3PcmFS2QD .dropdown-menu,
.cid-t3PcmFS2QD .navbar.opened {
  background: #ff4712 !important;
}
.cid-t3PcmFS2QD .nav-item:focus,
.cid-t3PcmFS2QD .nav-link:focus {
  outline: none;
}
.cid-t3PcmFS2QD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3PcmFS2QD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3PcmFS2QD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3PcmFS2QD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3PcmFS2QD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3PcmFS2QD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3PcmFS2QD .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-t3PcmFS2QD .navbar.opened {
  transition: all 0.3s;
}
.cid-t3PcmFS2QD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-t3PcmFS2QD .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-t3PcmFS2QD .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-t3PcmFS2QD .navbar.collapsed {
  justify-content: center;
}
.cid-t3PcmFS2QD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3PcmFS2QD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t3PcmFS2QD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3PcmFS2QD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3PcmFS2QD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3PcmFS2QD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-t3PcmFS2QD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t3PcmFS2QD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-t3PcmFS2QD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-t3PcmFS2QD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3PcmFS2QD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3PcmFS2QD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-t3PcmFS2QD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3PcmFS2QD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3PcmFS2QD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3PcmFS2QD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-t3PcmFS2QD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-t3PcmFS2QD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-t3PcmFS2QD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3PcmFS2QD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3PcmFS2QD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-t3PcmFS2QD .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3PcmFS2QD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3PcmFS2QD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3PcmFS2QD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3PcmFS2QD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3PcmFS2QD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3PcmFS2QD .dropdown-item.active,
.cid-t3PcmFS2QD .dropdown-item:active {
  background-color: transparent;
}
.cid-t3PcmFS2QD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3PcmFS2QD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3PcmFS2QD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3PcmFS2QD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff4712;
}
.cid-t3PcmFS2QD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3PcmFS2QD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3PcmFS2QD ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-t3PcmFS2QD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3PcmFS2QD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ff4712;
  background: #3111f2;
}
.cid-t3PcmFS2QD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #3111f2;
}
.cid-t3PcmFS2QD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3PcmFS2QD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3PcmFS2QD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3PcmFS2QD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3PcmFS2QD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3PcmFS2QD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3PcmFS2QD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3PcmFS2QD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3PcmFS2QD a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-t3PcmFS2QD .nav-item:hover::after {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-t3PcmFS2QD .nav-item:hover {
    width: 0;
  }
}
.cid-t3PcmFS2QD .icons-menu {
  margin-bottom: 35px;
}
.cid-t3PcmFS2QD .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-t3PcmFS2QD .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-t3PcmFS2QD .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-t3PcmFS2QD .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3PcmFS2QD .navbar {
    height: 70px;
  }
  .cid-t3PcmFS2QD .navbar.opened {
    height: auto;
  }
  .cid-t3PcmFS2QD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3PcmFS2QD .navbar-caption:hover {
  color: #3111f2;
}
.cid-t3PcmFS2QD .nav-link:hover {
  color: #3111f2;
}
.cid-t3PcmFS2QD .mbr-iconfont {
  font-size: 21px;
}
.cid-t3PcmFS2QD .mbr-section-subtitle {
  color: #fafafa;
  text-align: left;
}
.cid-t3PcmFS2QD .mbr-text,
.cid-t3PcmFS2QD .iconfont-wrapper {
  color: #f9f9fc;
  text-align: left;
}
.cid-t3PcmFS2QD .text_widget a:hover {
  color: #3111f2;
}
.cid-t3PcmFS2QD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uEwmgPouf2 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1057.jpg");
}
.cid-uEwmgPouf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEwmgPouf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEwmgPouf2 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEwmgPouf2 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEwmgPouf2 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEwmgPouf2 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEwmgPouf2 .container {
    padding: 0 24px;
  }
}
.cid-uEwmgPouf2 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uEwmgPouf2 .content-wrapper {
    padding: 0;
  }
}
.cid-uEwmgPouf2 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uEwmgPouf2 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uEwmgPouf2 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uEwmgPouf2 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEwmgPouf2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uEwmgPouf2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEwmgPouf2 .mbr-section-title {
  color: #ffffff;
}
.cid-uEwmgPouf2 .mbr-desc,
.cid-uEwmgPouf2 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEwmgPouf2 .mbr-text,
.cid-uEwmgPouf2 .text-wrapper {
  color: #fafafa;
  text-align: center;
}
.cid-uEwmgPouf2 .mbr-section-title,
.cid-uEwmgPouf2 .mbr-section-btn {
  text-align: center;
}
.cid-uEv0clacCl {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEv0clacCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEv0clacCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEv0clacCl .mbr-title {
  margin-bottom: 30px;
  color: #ff4712;
}
@media (max-width: 575px) {
  .cid-uEv0clacCl .mbr-title {
    margin-bottom: 10px;
  }
}
.cid-uEv0clacCl .mbr-subtitle {
  padding-top: 20px;
  color: #747474;
}
.cid-uEv0clacCl .mbr-text {
  padding-top: 30px;
  color: #747474;
}
.cid-uEv0clacCl .mbr-section-btn {
  padding-top: 40px;
}
.cid-uJGGBrjpxz {
  background-image: url("../../../assets/images/viagem-de-onibus-pelo-brasil-1170x780.jpg");
}
.cid-uJGGBrjpxz .text {
  display: flex;
  align-items: center;
}
.cid-uJGGBrjpxz .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #ffffff;
}
.cid-uJGGBrjpxz .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-uJGGBrjpxz .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-uJGGBrjpxz .btn:hover {
  box-shadow: none;
}
.cid-uJGGBrjpxz .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uJGGBrjpxz .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-uJGGBrjpxz .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uJGGBrjpxz .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uJGGBrjpxz .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-uJGGBrjpxz .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uJGGBrjpxz .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uJGGBrjpxz .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-uJGGBrjpxz .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-uJGGBrjpxz .row:hover img {
  transform: rotate(0deg);
}
.cid-uJGGBrjpxz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGGBrjpxz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t3PcEVKYvt {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #f9f9fc;
}
.cid-t3PcEVKYvt .mbr-list {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-t3PcEVKYvt .mbr-list {
    display: block;
    width: auto;
  }
}
.cid-t3PcEVKYvt .mbr-list ul {
  margin: 0 72px 0 0;
  list-style: none;
  padding-left: 0;
  list-style-position: inside;
}
.cid-t3PcEVKYvt .mbr-list ul li {
  margin-bottom: 16px;
  display: flex;
  list-style: none;
  position: relative;
}
.cid-t3PcEVKYvt .mbr-list ul li:before {
  margin-top: -3px;
  margin-right: 12px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ff4712;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  content: "✓";
}
.cid-t3PcEVKYvt .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-t3PcEVKYvt .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-t3PcEVKYvt .mbr-text {
  margin-bottom: 32px;
  color: #65676c;
}
.cid-t3PcEVKYvt .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-t3PcEVKYvt .image-wrapper {
    margin-top: 23px;
  }
}
.cid-t3PcEVKYvt .image-wrapper img:first-child {
  width: 79%;
  max-width: 520px;
  object-fit: cover;
}
.cid-t3PcEVKYvt .image-wrapper .image-absolute {
  position: absolute;
  top: 48%;
  left: 0;
  max-width: 354px;
  max-height: 283px;
}
@media (max-width: 768px) {
  .cid-t3PcEVKYvt .image-wrapper .image-absolute {
    max-width: 200px;
    max-height: 250px;
  }
}
.cid-t3PcEVKYvt .image-wrapper .image-logo {
  position: absolute;
  top: 24%;
  left: 57%;
  width: 80px;
  height: 80px;
}
.cid-t3PcEVKYvt .mbr-section-title,
.cid-t3PcEVKYvt .list-wrapper {
  text-align: left;
  color: #3111f2;
}
.cid-uJGHQTGqgn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/paraty-5-2000x1333.jpg");
}
.cid-uJGHQTGqgn .mbr-section-subtitle {
  max-width: 800px;
  margin: 0 auto 21px auto;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-uJGHQTGqgn .mbr-section-title {
  max-width: 800px;
  margin: 0 auto 26.5px auto;
  color: #FAFAFA;
}
.cid-uJGHQTGqgn .mbr-section-btn {
  max-width: 800px;
  margin: 0 auto;
}
.cid-uJGHQTGqgn .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJGHQTGqgn .btn:hover {
  box-shadow: none;
}
.cid-uJGHQTGqgn .mbr-section-title,
.cid-uJGHQTGqgn .mbr-section-btn {
  text-align: center;
}
.cid-uE8sduHYf3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f0f0f5;
}
.cid-uE8sduHYf3 .mbr-section-head {
  padding: 0 1rem;
}
.cid-uE8sduHYf3 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uE8sduHYf3 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uE8sduHYf3 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uE8sduHYf3 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uE8sduHYf3 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uE8sduHYf3 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uE8sduHYf3 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uE8sduHYf3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-uE8sduHYf3 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-uE8sduHYf3 .embla__button--next,
.cid-uE8sduHYf3 .embla__button--prev {
  display: flex;
}
.cid-uE8sduHYf3 .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uE8sduHYf3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uE8sduHYf3 .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uE8sduHYf3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uE8sduHYf3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uE8sduHYf3 .embla__button {
    top: -10%;
  }
}
.cid-uE8sduHYf3 .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uE8sduHYf3 .embla {
    margin-top: 80px;
  }
}
.cid-uE8sduHYf3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uE8sduHYf3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uE8sduHYf3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uE8sduHYf3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uE8sduHYf3 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-uE8sduHYf3 .mbr-section-title {
  margin-bottom: 16px;
  color: #3111f2;
  text-align: center;
}
.cid-uE8sduHYf3 .mbr-text {
  margin: 0;
  color: #ff4712;
  text-align: center;
}
.cid-uE8sduHYf3 .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uE8sduHYf3 .mbr-text ul {
    display: block;
  }
}
.cid-uE8sduHYf3 .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-uE8sduHYf3 .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-uE8sduHYf3 .mbr-text ul li::marker {
  color: #3111f2;
  font-size: 18px;
}
.cid-uE8sduHYf3 .item-wrapper {
  height: 100%;
}
.cid-uE8sduHYf3 .item-wrapper .image-wrap {
  height: 100%;
}
.cid-uE8sduHYf3 .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uE8sduHYf3 .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-t3Pcr4WK0r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-t3Pcr4WK0r .row {
  justify-content: center;
}
.cid-t3Pcr4WK0r .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-t3Pcr4WK0r .mbr-section-title {
  margin-bottom: 0;
  color: #080808;
  text-align: center;
}
.cid-t3Pcr4WK0r .content-card {
  margin-top: 40px;
}
.cid-t3Pcr4WK0r .content-card .content-card-icon {
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  margin: 0 auto 38px;
}
.cid-t3Pcr4WK0r .content-card .content-card-icon span {
  width: 42px;
  height: 42px;
  color: #ff4712;
  font-size: 42px;
}
.cid-t3Pcr4WK0r .content-card .content-card-text .mbr-card-title {
  margin-bottom: 15px;
}
.cid-t3Pcr4WK0r .content-card .content-card-text .mbr-card-text {
  margin-bottom: 0;
}
.cid-t3Pcr4WK0r .mbr-card-title {
  color: #080808;
  text-align: center;
}
.cid-t3Pcr4WK0r .mbr-card-text {
  color: #65676c;
  text-align: center;
}
.cid-t3Pcr4WK0r .mbr-section-title,
.cid-t3Pcr4WK0r .mbr-section-btn {
  color: #3111f2;
}
.cid-t3Pd5DEOuZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t3Pd5DEOuZ .text-wrapper {
  padding: 1rem;
}
.cid-t3Pd5DEOuZ .row {
  margin: 0;
}
.cid-t3Pd5DEOuZ .mbr-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3Pd5DEOuZ .icon {
  margin: -10.5rem auto 0;
  width: 102px;
  height: 102px;
  background: #fafafa;
  padding: 0;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-t3Pd5DEOuZ .icon {
    width: 70px;
    height: 70px;
    margin: -25rem auto 0;
  }
}
@media (max-width: 576px) {
  .cid-t3Pd5DEOuZ .icon {
    margin: -47.3rem auto 0;
  }
}
.cid-t3Pd5DEOuZ .icon span {
  color: #84858a;
  font-size: 25px;
}
.cid-t3Pd5DEOuZ .image {
  padding: 0;
  position: relative;
}
.cid-t3Pd5DEOuZ .image .image-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #20232a;
  opacity: 0;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-t3Pd5DEOuZ .image:hover .image-overlay {
  opacity: .2;
}
.cid-t3Pd5DEOuZ .image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  pointer-events: visible;
}
.cid-uDLzLv5Nl3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-uDLzLv5Nl3 .mbr-section-head {
  padding: 0 1rem;
}
.cid-uDLzLv5Nl3 img,
.cid-uDLzLv5Nl3 .item-img {
  width: 100%;
}
.cid-uDLzLv5Nl3 .item:focus,
.cid-uDLzLv5Nl3 span:focus {
  outline: none;
}
.cid-uDLzLv5Nl3 .slide-content {
  position: relative;
  height: fit-content;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  background: #ffffff;
  padding: 74px 40px;
}
@media (max-width: 992px) {
  .cid-uDLzLv5Nl3 .slide-content {
    padding: 54px 30px;
  }
}
@media (max-width: 768px) {
  .cid-uDLzLv5Nl3 .slide-content {
    padding: 34px 20px;
  }
}
.cid-uDLzLv5Nl3 .slide-content .item-rating {
  display: inline-flex;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .cid-uDLzLv5Nl3 .slide-content .item-rating {
    margin-bottom: 16px;
  }
}
.cid-uDLzLv5Nl3 .slide-content .item-rating span {
  margin: 0;
  color: #ffa41d;
  font-size: 19px;
}
.cid-uDLzLv5Nl3 .slide-content .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uDLzLv5Nl3 .slide-content .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-uDLzLv5Nl3 .slide-content .item-title {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-uDLzLv5Nl3 .slide-content .item-title {
    margin-bottom: 3px;
  }
}
.cid-uDLzLv5Nl3 .slide-content .item-subtitle {
  margin: 0;
}
.cid-uDLzLv5Nl3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 338px;
  max-width: 338px;
}
@media (max-width: 768px) {
  .cid-uDLzLv5Nl3 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uDLzLv5Nl3 .embla__button--next,
.cid-uDLzLv5Nl3 .embla__button--prev {
  display: flex;
}
.cid-uDLzLv5Nl3 .embla__button {
  top: -5%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDLzLv5Nl3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uDLzLv5Nl3 .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uDLzLv5Nl3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uDLzLv5Nl3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uDLzLv5Nl3 .embla__button {
    top: auto;
  }
}
.cid-uDLzLv5Nl3 .embla {
  position: relative;
  width: 100%;
}
.cid-uDLzLv5Nl3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uDLzLv5Nl3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDLzLv5Nl3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDLzLv5Nl3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDLzLv5Nl3 .embla__dots {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .cid-uDLzLv5Nl3 .embla__dots {
    margin-top: 31px;
  }
}
.cid-uDLzLv5Nl3 .embla__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #adaeb1;
  margin: 0 6px;
  padding: 0;
}
.cid-uDLzLv5Nl3 .embla__dot:focus {
  background: #3111f2;
}
.cid-uDLzLv5Nl3 .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: center;
}
.cid-uDLzLv5Nl3 .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #ff9a00;
  text-align: center;
}
.cid-uDLzLv5Nl3 .mbr-text {
  color: #84858a;
}
.cid-uDLzLv5Nl3 .item-title {
  color: #20232a;
  text-align: left;
}
.cid-uDLzLv5Nl3 .item-subtitle {
  color: #adaeb1;
  text-align: left;
}
.cid-uDLzLv5Nl3 .mbr-text,
.cid-uDLzLv5Nl3 .item-rating {
  text-align: left;
  color: #000000;
}
.cid-uDLzLv5Nl3 .mbr-section-title,
.cid-uDLzLv5Nl3 .mbr-section-btn {
  color: #3111f2;
}
.cid-uJGRRDbyja {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff4712;
  background-image: linear-gradient(45deg, #3111f2 -20%, #ff4712 40%);
}
@media (max-width: 768px) {
  .cid-uJGRRDbyja {
    background-image: linear-gradient(45deg, #3111f2 -60%, #ff4712 40%);
  }
}
.cid-uJGRRDbyja .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGRRDbyja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJGRRDbyja .row {
  justify-content: space-between;
}
.cid-uJGRRDbyja .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJGRRDbyja .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uJGRRDbyja .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJGRRDbyja .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uJGRRDbyja .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #3131f7;
}
@media (max-width: 992px) {
  .cid-uJGRRDbyja .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uJGRRDbyja .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uJGRRDbyja .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uJGRRDbyja .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJGRRDbyja .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uJGRRDbyja .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uJGRRDbyja .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uJGRRDbyja .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uJGRRDbyja .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uJGRRDbyja .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #3131f7;
}
.cid-uJGRRDbyja .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uJGRRDbyja .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uJGRRDbyja .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uJGRRDbyja .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uJGRRDbyja .mbr-section-title {
  color: #ffffff;
}
.cid-uJGRRDbyja .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJGRRDbyja .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-uJGRRDbyja .panel-title-edit {
  color: #ffffff;
}
.cid-uJGRRDbyja .panel-text {
  color: #ffffff;
}
.cid-uJGE47juDd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uJGE47juDd h2,
.cid-uJGE47juDd h3,
.cid-uJGE47juDd p,
.cid-uJGE47juDd h4 {
  color: #0a0a0a;
}
.cid-uJGE47juDd .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-uJGE47juDd .mbr-iconfont {
  color: #3111f2;
  font-size: 2rem;
}
.cid-uJGE47juDd .form-control {
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
}
.cid-uJGE47juDd .mbr-text {
  color: #767676;
}
.cid-uJGE47juDd a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uJGE47juDd .input-group-btn {
  display: block;
  text-align: center;
}
.cid-uJGE47juDd .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-uJGE47juDd textarea.form-control {
  resize: none;
}
.cid-uJGE47juDd .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-uJGE47juDd .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cid-uJGE47juDd .list-block {
  position: relative;
}
.cid-uJGE47juDd .list-block h4,
.cid-uJGE47juDd .list-block p {
  padding-left: 3.5rem;
}
.cid-uJGE47juDd .card-img {
  display: block;
}
@media (max-width: 767px) {
  .cid-uJGE47juDd h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uJGE47juDd .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uJGE47juDd .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-uJGE47juDd .img-block-wrap {
    position: relative;
  }
  .cid-uJGE47juDd .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-uJGE47juDd .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-uJGE47juDd .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJGE47juDd .google-map {
    padding-bottom: 2rem;
  }
  .cid-uJGE47juDd .img-block {
    overflow: hidden;
  }
}
.cid-uJGE47juDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJGE47juDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDLVq5NBEn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ff4712;
  overflow: hidden;
}
.cid-uDLVq5NBEn .media-container-row .mbr-text {
  color: #f9f9fc;
}
.cid-uJH5RCz8ZF .container-fluid {
  padding: 0 1rem;
}
.cid-uJH5RCz8ZF .navbar-dropdown {
  background-color: #ff4712 !important;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJH5RCz8ZF .menu_box .navbar.opened,
  .cid-uJH5RCz8ZF .menu_box .navbar-collapse {
    background-color: #ff4712 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJH5RCz8ZF .navbar-dropdown {
  position: relative !important;
}
.cid-uJH5RCz8ZF nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uJH5RCz8ZF .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 208px;
}
@media (max-width: 991px) {
  .cid-uJH5RCz8ZF .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJH5RCz8ZF .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJH5RCz8ZF .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJH5RCz8ZF .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uJH5RCz8ZF .offcanvas {
    padding: 55px 35px 40px;
    width: 480px;
    background-color: #ff4712;
  }
  .cid-uJH5RCz8ZF .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uJH5RCz8ZF .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uJH5RCz8ZF .offcanvas-header .btn-close {
    position: absolute;
    top: 44px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uJH5RCz8ZF .offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  .cid-uJH5RCz8ZF .offcanvas-body .mbr-text,
  .cid-uJH5RCz8ZF .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uJH5RCz8ZF .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uJH5RCz8ZF .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uJH5RCz8ZF .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #3111f2;
  }
  .cid-uJH5RCz8ZF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uJH5RCz8ZF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uJH5RCz8ZF .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uJH5RCz8ZF .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uJH5RCz8ZF ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uJH5RCz8ZF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJH5RCz8ZF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uJH5RCz8ZF .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uJH5RCz8ZF li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uJH5RCz8ZF li.nav-item::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #3111f2;
    margin-top: 3px;
    transition: all .4s ease;
  }
  .cid-uJH5RCz8ZF .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uJH5RCz8ZF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uJH5RCz8ZF .nav-item {
    margin: 4px 15px;
  }
}
@media (max-width: 991px) {
  .cid-uJH5RCz8ZF .nav-item {
    margin: 0 !important;
  }
}
.cid-uJH5RCz8ZF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJH5RCz8ZF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-uJH5RCz8ZF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJH5RCz8ZF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJH5RCz8ZF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJH5RCz8ZF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJH5RCz8ZF .offcanvas_box {
    display: none;
  }
}
.cid-uJH5RCz8ZF .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uJH5RCz8ZF .dropdown-item:hover {
  color: #3111f2;
}
.cid-uJH5RCz8ZF .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJH5RCz8ZF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJH5RCz8ZF .nav-link {
  position: relative;
  color: #20232a;
}
.cid-uJH5RCz8ZF .container {
  display: flex;
  margin: auto;
}
.cid-uJH5RCz8ZF .iconfont-wrapper {
  width: 42px;
  margin: 5px;
  color: #ff9a00;
  font-size: 21px;
  transition: all 0.2s ease-in-out;
}
.cid-uJH5RCz8ZF .iconfont-wrapper:hover {
  color: #3111f2;
}
.cid-uJH5RCz8ZF .navbar-caption {
  color: #20232a;
}
.cid-uJH5RCz8ZF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uJH5RCz8ZF .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uJH5RCz8ZF .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uJH5RCz8ZF .dropdown-menu,
.cid-uJH5RCz8ZF .navbar.opened {
  background: #ff4712 !important;
}
.cid-uJH5RCz8ZF .nav-item:focus,
.cid-uJH5RCz8ZF .nav-link:focus {
  outline: none;
}
.cid-uJH5RCz8ZF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJH5RCz8ZF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJH5RCz8ZF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJH5RCz8ZF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJH5RCz8ZF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJH5RCz8ZF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJH5RCz8ZF .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uJH5RCz8ZF .navbar.opened {
  transition: all 0.3s;
}
.cid-uJH5RCz8ZF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJH5RCz8ZF .navbar .navbar-logo img {
  width: auto;
  object-fit: cover;
}
.cid-uJH5RCz8ZF .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uJH5RCz8ZF .navbar.collapsed {
  justify-content: center;
}
.cid-uJH5RCz8ZF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJH5RCz8ZF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJH5RCz8ZF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJH5RCz8ZF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJH5RCz8ZF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJH5RCz8ZF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJH5RCz8ZF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJH5RCz8ZF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJH5RCz8ZF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uJH5RCz8ZF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJH5RCz8ZF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJH5RCz8ZF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJH5RCz8ZF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJH5RCz8ZF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJH5RCz8ZF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJH5RCz8ZF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJH5RCz8ZF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJH5RCz8ZF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJH5RCz8ZF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJH5RCz8ZF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJH5RCz8ZF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJH5RCz8ZF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJH5RCz8ZF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJH5RCz8ZF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJH5RCz8ZF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJH5RCz8ZF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJH5RCz8ZF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJH5RCz8ZF .dropdown-item.active,
.cid-uJH5RCz8ZF .dropdown-item:active {
  background-color: transparent;
}
.cid-uJH5RCz8ZF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJH5RCz8ZF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJH5RCz8ZF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJH5RCz8ZF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff4712;
}
.cid-uJH5RCz8ZF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJH5RCz8ZF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJH5RCz8ZF ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uJH5RCz8ZF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJH5RCz8ZF button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ff4712;
  background: #3111f2;
}
.cid-uJH5RCz8ZF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #3111f2;
}
.cid-uJH5RCz8ZF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJH5RCz8ZF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJH5RCz8ZF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJH5RCz8ZF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJH5RCz8ZF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJH5RCz8ZF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJH5RCz8ZF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJH5RCz8ZF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJH5RCz8ZF a.nav-link {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.cid-uJH5RCz8ZF .nav-item:hover::after {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uJH5RCz8ZF .nav-item:hover {
    width: 0;
  }
}
.cid-uJH5RCz8ZF .icons-menu {
  margin-bottom: 35px;
}
.cid-uJH5RCz8ZF .icons-menu .iconfont-wrapper {
  margin-bottom: 25px;
  display: block;
}
.cid-uJH5RCz8ZF .icons-menu .iconfont-wrapper span {
  margin-right: 14px;
}
.cid-uJH5RCz8ZF .icons-menu .iconfont-wrapper .mbr-text {
  margin: 0;
  display: inline-block;
}
.cid-uJH5RCz8ZF .icons-menu .iconfont-wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJH5RCz8ZF .navbar {
    height: 70px;
  }
  .cid-uJH5RCz8ZF .navbar.opened {
    height: auto;
  }
  .cid-uJH5RCz8ZF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJH5RCz8ZF .navbar-caption:hover {
  color: #3111f2;
}
.cid-uJH5RCz8ZF .nav-link:hover {
  color: #3111f2;
}
.cid-uJH5RCz8ZF .mbr-iconfont {
  font-size: 21px;
}
.cid-uJH5RCz8ZF .mbr-section-subtitle {
  color: #fafafa;
  text-align: left;
}
.cid-uJH5RCz8ZF .mbr-text,
.cid-uJH5RCz8ZF .iconfont-wrapper {
  color: #f9f9fc;
  text-align: left;
}
.cid-uJH5RCz8ZF .text_widget a:hover {
  color: #3111f2;
}
.cid-uJH5RCz8ZF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJH5RImHZb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJH5RImHZb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uJH5RImHZb .form-control,
.cid-uJH5RImHZb .field-input {
  padding: 0.5rem;
  background-color: #eaeaea;
  border-color: #20232a;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uJH5RImHZb .form-control::-webkit-input-placeholder,
.cid-uJH5RImHZb .field-input::-webkit-input-placeholder,
.cid-uJH5RImHZb .form-control::-webkit-input-placeholder,
.cid-uJH5RImHZb .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-uJH5RImHZb .form-control:-moz-placeholder,
.cid-uJH5RImHZb .field-input:-moz-placeholder,
.cid-uJH5RImHZb .form-control:-moz-placeholder,
.cid-uJH5RImHZb .field-input:-moz-placeholder {
  color: #000000;
}
.cid-uJH5RImHZb .form-control:hover,
.cid-uJH5RImHZb .field-input:hover,
.cid-uJH5RImHZb .form-control:focus,
.cid-uJH5RImHZb .field-input:focus {
  background-color: #efefef;
  border-color: #000000;
  color: #3111f2;
  box-shadow: none;
  outline: none;
}
.cid-uJH5RImHZb .form-control:hover::-webkit-input-placeholder,
.cid-uJH5RImHZb .field-input:hover::-webkit-input-placeholder,
.cid-uJH5RImHZb .form-control:focus::-webkit-input-placeholder,
.cid-uJH5RImHZb .field-input:focus::-webkit-input-placeholder,
.cid-uJH5RImHZb .form-control:hover::-webkit-input-placeholder,
.cid-uJH5RImHZb .field-input:hover::-webkit-input-placeholder,
.cid-uJH5RImHZb .form-control:focus::-webkit-input-placeholder,
.cid-uJH5RImHZb .field-input:focus::-webkit-input-placeholder {
  color: #3131f7;
}
.cid-uJH5RImHZb .form-control:hover:-moz-placeholder,
.cid-uJH5RImHZb .field-input:hover:-moz-placeholder,
.cid-uJH5RImHZb .form-control:focus:-moz-placeholder,
.cid-uJH5RImHZb .field-input:focus:-moz-placeholder,
.cid-uJH5RImHZb .form-control:hover:-moz-placeholder,
.cid-uJH5RImHZb .field-input:hover:-moz-placeholder,
.cid-uJH5RImHZb .form-control:focus:-moz-placeholder,
.cid-uJH5RImHZb .field-input:focus:-moz-placeholder {
  color: #3131f7;
}
.cid-uJH5RImHZb .jq-number__spin:hover,
.cid-uJH5RImHZb .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #000000;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uJH5RImHZb .jq-number__spin {
  background-color: #eaeaea;
  border-color: #20232a;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uJH5RImHZb .jq-selectbox li,
.cid-uJH5RImHZb .jq-selectbox li {
  background-color: #eaeaea;
  color: #000000;
}
.cid-uJH5RImHZb .jq-selectbox li:hover,
.cid-uJH5RImHZb .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-uJH5RImHZb .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uJH5RImHZb .jq-number__spin.minus:hover:after,
.cid-uJH5RImHZb .jq-number__spin.plus:hover:after {
  border-top-color: #eaeaea;
  border-bottom-color: #eaeaea;
}
.cid-uJH5RImHZb .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uJH5RImHZb .jq-number__spin.minus:after,
.cid-uJH5RImHZb .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-uJH5RImHZb input::-webkit-clear-button {
  display: none;
}
.cid-uJH5RImHZb input::-webkit-inner-spin-button {
  display: none;
}
.cid-uJH5RImHZb input::-webkit-outer-spin-button {
  display: none;
}
.cid-uJH5RImHZb input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uJH5RImHZb H4 {
  text-align: center;
}
.cid-uJH5RHWt9H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ff4712;
  overflow: hidden;
}
.cid-uJH5RHWt9H .media-container-row .mbr-text {
  color: #f9f9fc;
}
