body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2d404f !important;
}
.bg-success {
  background-color: #aacf3b !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2d404f !important;
  border-color: #2d404f !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: #0e1318 !important;
  border-color: #0e1318 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0e1318 !important;
  border-color: #0e1318 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #aacf3b !important;
  border-color: #aacf3b !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: #759023 !important;
  border-color: #759023 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #759023 !important;
  border-color: #759023 !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: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #2d404f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0e1318 !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: #2d404f !important;
  border-color: #2d404f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #aacf3b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #759023 !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: #aacf3b !important;
  border-color: #aacf3b !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: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !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: #ff9966 !important;
  border-color: #ff9966 !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: #2d404f !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #aacf3b !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #080b0e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6b8420 !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: #ff5500 !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: #2d404f;
}
.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: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2d404f;
  border-color: #2d404f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2d404f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9bb3c6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f1f7df;
}
.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: 'Montserrat', 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: #2d404f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', 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: #2d404f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2d404f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2d404f;
}
.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: #2d404f;
  border-bottom-color: #2d404f;
}
.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: #2d404f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%232d404f' %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-tsrvhJPPLY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #2d404f;
}
.cid-tsrvhJPPLY .mbr-section-subtitle {
  color: #767676;
}
.cid-tvLgBadyuo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tvLgBadyuo nav.navbar {
  position: fixed;
}
.cid-tvLgBadyuo .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-tvLgBadyuo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tvLgBadyuo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tvLgBadyuo .dropdown-item:hover,
.cid-tvLgBadyuo .dropdown-item:focus {
  background: #2d404f !important;
  color: white !important;
}
.cid-tvLgBadyuo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tvLgBadyuo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tvLgBadyuo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tvLgBadyuo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tvLgBadyuo .nav-link {
  position: relative;
}
.cid-tvLgBadyuo .container {
  display: flex;
  margin: auto;
}
.cid-tvLgBadyuo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tvLgBadyuo .dropdown-menu,
.cid-tvLgBadyuo .navbar.opened {
  background: #ffffff !important;
}
.cid-tvLgBadyuo .nav-item:focus,
.cid-tvLgBadyuo .nav-link:focus {
  outline: none;
}
.cid-tvLgBadyuo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvLgBadyuo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvLgBadyuo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tvLgBadyuo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvLgBadyuo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvLgBadyuo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvLgBadyuo .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tvLgBadyuo .navbar.opened {
  transition: all .3s;
}
.cid-tvLgBadyuo .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tvLgBadyuo .navbar .navbar-logo img {
  width: auto;
}
.cid-tvLgBadyuo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tvLgBadyuo .navbar.collapsed {
  justify-content: center;
}
.cid-tvLgBadyuo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tvLgBadyuo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tvLgBadyuo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tvLgBadyuo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tvLgBadyuo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tvLgBadyuo .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-tvLgBadyuo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tvLgBadyuo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tvLgBadyuo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tvLgBadyuo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tvLgBadyuo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tvLgBadyuo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tvLgBadyuo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tvLgBadyuo .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-tvLgBadyuo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tvLgBadyuo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tvLgBadyuo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tvLgBadyuo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tvLgBadyuo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tvLgBadyuo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tvLgBadyuo .navbar.navbar-short {
  min-height: 60px;
}
.cid-tvLgBadyuo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tvLgBadyuo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tvLgBadyuo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tvLgBadyuo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tvLgBadyuo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tvLgBadyuo .dropdown-item.active,
.cid-tvLgBadyuo .dropdown-item:active {
  background-color: transparent;
}
.cid-tvLgBadyuo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tvLgBadyuo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tvLgBadyuo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tvLgBadyuo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tvLgBadyuo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tvLgBadyuo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvLgBadyuo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tvLgBadyuo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tvLgBadyuo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tvLgBadyuo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tvLgBadyuo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tvLgBadyuo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tvLgBadyuo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tvLgBadyuo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tvLgBadyuo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tvLgBadyuo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tvLgBadyuo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tvLgBadyuo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tvLgBadyuo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tvLgBadyuo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvLgBadyuo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tvLgBadyuo .navbar {
    height: 70px;
  }
  .cid-tvLgBadyuo .navbar.opened {
    height: auto;
  }
  .cid-tvLgBadyuo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thwzcCyDuo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffb5b5;
}
.cid-thwzcCyDuo .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-thwzcCyDuo .card {
    margin-bottom: 2rem!important;
  }
  .cid-thwzcCyDuo .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-thwzcCyDuo .link-wrap {
    align-items: center;
  }
}
.cid-thwzcCyDuo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sgrn4GwsNG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #2d404f;
}
.cid-sgrn4GwsNG .mbr-section-subtitle {
  color: #767676;
}
.cid-thwBUctSLO {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-thwBUctSLO .mbr-section-title {
  color: #e43f3f;
}
.cid-thXVqSpap8 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-thXVqSpap8 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-thXVqSpap8 .container {
    max-width: 1400px;
  }
}
.cid-thXVqSpap8 .card {
  margin: auto;
}
.cid-thXVqSpap8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2d404f;
  margin-bottom: 2rem;
}
.cid-thXVqSpap8 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-thXVqSpap8 .row {
  justify-content: center;
}
.cid-trZGLxcKrl {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-trZGLxcKrl img,
.cid-trZGLxcKrl .item-img {
  width: 100%;
}
.cid-trZGLxcKrl .item:focus,
.cid-trZGLxcKrl span:focus {
  outline: none;
}
.cid-trZGLxcKrl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-trZGLxcKrl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-trZGLxcKrl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-trZGLxcKrl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-trZGLxcKrl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-trZGLxcKrl .mbr-section-title {
  color: #232323;
}
.cid-trZGLxcKrl .mbr-text,
.cid-trZGLxcKrl .mbr-section-btn {
  text-align: left;
}
.cid-trZGLxcKrl .item-title {
  text-align: left;
}
.cid-trZGLxcKrl .item-subtitle {
  text-align: center;
}
.cid-thwFAfQzxT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-thwFAfQzxT .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-thwFAfQzxT .currentcost {
  color: #e43f3f;
}
.cid-thwFAfQzxT .card-wrapper {
  border-radius: 4px;
  background: #e1dfdf;
}
@media (min-width: 992px) {
  .cid-thwFAfQzxT .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-thwFAfQzxT .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-thwFAfQzxT .text-box {
    padding: 1rem;
  }
}
.cid-thwFAfQzxT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-thwGhBaV9V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-thwGhBaV9V .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-thwGhBaV9V .currentcost {
  color: #e43f3f;
}
.cid-thwGhBaV9V .card-wrapper {
  border-radius: 4px;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .cid-thwGhBaV9V .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-thwGhBaV9V .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-thwGhBaV9V .text-box {
    padding: 1rem;
  }
}
.cid-thwGhBaV9V .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-thAByl789T {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-thAByl789T .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-thAByl789T .currentcost {
  color: #e43f3f;
}
.cid-thAByl789T .card-wrapper {
  border-radius: 4px;
  background: #e1dfdf;
}
@media (min-width: 992px) {
  .cid-thAByl789T .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-thAByl789T .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-thAByl789T .text-box {
    padding: 1rem;
  }
}
.cid-thAByl789T .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sgdZ0noWUw {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/operadores-turisticos-2000x404.jpg");
}
.cid-sgdZ0noWUw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tgFTrGNuVE {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tgFTrGNuVE .mbr-text {
  text-align: left;
}
.cid-thBlg1z4l3 {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #e1dfdf;
}
.cid-thBlg1z4l3 .mbr-text {
  text-align: left;
}
.cid-thZpJswy3T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-thZpJswy3T .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-thZpJswy3T .card {
    margin-bottom: 2rem!important;
  }
  .cid-thZpJswy3T .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-thZpJswy3T .link-wrap {
    align-items: center;
  }
}
.cid-thZpJswy3T .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-thZpJswy3T .card-title,
.cid-thZpJswy3T .card-box {
  color: #2d404f;
}
.cid-thBvXXyxHw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #2d404f;
}
.cid-thBvXXyxHw .mbr-section-subtitle {
  color: #767676;
}
.cid-sgdZdboGZm {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ff6666;
}
.cid-sgdZdboGZm .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-sgdZdboGZm .item .icon-wrap {
  text-align: center;
}
.cid-sgdZdboGZm .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-sgdZdboGZm .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #2d404f;
}
.cid-sgdZdboGZm .item.first:before {
  display: none;
}
.cid-sgdZdboGZm .item.five:before {
  display: none;
}
.cid-sgdZdboGZm .icon-box {
  background: #2d404f;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-sgdZdboGZm .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-sgdZdboGZm .mbr-iconfont {
  color: #2d404f !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-sgdZdboGZm .item:before {
    display: none;
  }
  .cid-sgdZdboGZm .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sgdZdboGZm .card-title,
.cid-sgdZdboGZm .card-box {
  color: #f8f8f8;
}
.cid-sgdZdboGZm .icon-title,
.cid-sgdZdboGZm .item .icon-wrap {
  color: #f8f8f8;
}
.cid-sgdZdboGZm .icon-text {
  color: #f8f8f8;
}
.cid-thB6KjfPWn {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/barra-de-logos-2000x557.jpg");
}
.cid-tsbgx4UmVw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d404f;
}
.cid-tsbgx4UmVw .mbr-section-title {
  color: #fafafa;
}
.cid-tsbgy4hGVA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-1600x1067.jpg");
}
.cid-tsbgy4hGVA .nav-tabs .nav-item.open .nav-link:focus,
.cid-tsbgy4hGVA .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tsbgy4hGVA .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e43f3f;
}
@media (max-width: 767px) {
  .cid-tsbgy4hGVA .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tsbgy4hGVA .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tsbgy4hGVA .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-tsbgy4hGVA .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tsbgy4hGVA .nav-link,
.cid-tsbgy4hGVA .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tsbgy4hGVA .nav-tabs .nav-link.active {
  color: #e43f3f;
  border-bottom: 3px solid #e43f3f;
}
.cid-tsbgy4hGVA H4 {
  text-align: left;
}
.cid-tsbgy4hGVA H3 {
  text-align: left;
}
.cid-tuqCfZPAwh {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #2d404f;
}
.cid-tuqCfZPAwh .mbr-section-title {
  color: #fafafa;
}
.cid-turJ7jKsnD {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-turJ7jKsnD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-turJ7jKsnD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-turJ7jKsnD .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2d404f;
}
.cid-turJ7jKsnD .panel-body,
.cid-turJ7jKsnD .card-header {
  padding: 1rem 0;
}
.cid-turJ7jKsnD .panel-title-edit {
  color: #000000;
}
.cid-tuqBXEjpYD {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tuqBXEjpYD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tuqBXEjpYD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tuqBXEjpYD .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2d404f;
}
.cid-tuqBXEjpYD .panel-body,
.cid-tuqBXEjpYD .card-header {
  padding: 1rem 0;
}
.cid-tuqBXEjpYD .panel-title-edit {
  color: #000000;
}
.cid-tsbgyZzdTK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-thAWmAhVPB {
  background-image: url("../../../assets/images/bkg-bottom-2000x1028.jpg");
}
.cid-tzNpJo602M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tzNpJo602M .item:focus,
.cid-tzNpJo602M span:focus {
  outline: none;
}
.cid-tzNpJo602M .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tzNpJo602M .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tzNpJo602M .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tzNpJo602M .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzNpJo602M .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tzNpJo602M .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tzNpJo602M .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tzNpJo602M .mbr-section-title {
  color: #232323;
}
.cid-tzNpJo602M .mbr-text,
.cid-tzNpJo602M .mbr-section-btn {
  text-align: center;
}
.cid-tzNpJo602M .item-title {
  text-align: center;
}
.cid-tzNpJo602M .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-thYnHjdW9B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-thYnHjdW9B .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-thYnHjdW9B .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #000000;
}
@media (max-width: 991px) {
  .cid-thYnHjdW9B .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thYnHjdW9B .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-thYnHjdW9B .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #2d404f;
}
.cid-thYnHjdW9B .mbr-section-title {
  color: #ffffff;
}
.cid-thYnHjdW9B .card-title {
  color: #ffffff;
}
.cid-thYnHjdW9B P {
  color: #ffffff;
}
.cid-sgeiRSxQjF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #29252b;
}
.cid-sgeiRSxQjF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sgBr3542EP {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2d404f;
}
.cid-sgBr3542EP .mbr-section-title {
  color: #ffffff;
}
.cid-sgBr36gmzz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sgejL3AS7o {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2d404f;
}
.cid-sgejL3AS7o .mbr-section-title {
  color: #ffffff;
}
.cid-sgejL9Jas8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sComXjgTYS {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2d404f;
}
.cid-sComXjgTYS .mbr-section-title {
  color: #ffffff;
}
.cid-sComXjJiAV {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sComXjJiAV .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sCopN0bgfj {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2d404f;
}
.cid-sCopN0bgfj .mbr-section-title {
  color: #ffffff;
}
.cid-sCopN0KcLc {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sCopN0KcLc .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sD3aJN2riI {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2d404f;
}
.cid-sD3aJN2riI .mbr-section-title {
  color: #ffffff;
}
.cid-sD3aJNqdjl {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sD3aJNqdjl .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tsrvmWwBn0 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #2d404f;
}
.cid-tsrvmWwBn0 .mbr-section-subtitle {
  color: #767676;
}
.cid-tvLgGrbK4d {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tvLgGrbK4d nav.navbar {
  position: fixed;
}
.cid-tvLgGrbK4d .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-tvLgGrbK4d .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tvLgGrbK4d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tvLgGrbK4d .dropdown-item:hover,
.cid-tvLgGrbK4d .dropdown-item:focus {
  background: #2d404f !important;
  color: white !important;
}
.cid-tvLgGrbK4d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tvLgGrbK4d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tvLgGrbK4d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tvLgGrbK4d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tvLgGrbK4d .nav-link {
  position: relative;
}
.cid-tvLgGrbK4d .container {
  display: flex;
  margin: auto;
}
.cid-tvLgGrbK4d .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tvLgGrbK4d .dropdown-menu,
.cid-tvLgGrbK4d .navbar.opened {
  background: #ffffff !important;
}
.cid-tvLgGrbK4d .nav-item:focus,
.cid-tvLgGrbK4d .nav-link:focus {
  outline: none;
}
.cid-tvLgGrbK4d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvLgGrbK4d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvLgGrbK4d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tvLgGrbK4d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvLgGrbK4d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvLgGrbK4d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvLgGrbK4d .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tvLgGrbK4d .navbar.opened {
  transition: all .3s;
}
.cid-tvLgGrbK4d .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tvLgGrbK4d .navbar .navbar-logo img {
  width: auto;
}
.cid-tvLgGrbK4d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tvLgGrbK4d .navbar.collapsed {
  justify-content: center;
}
.cid-tvLgGrbK4d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tvLgGrbK4d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tvLgGrbK4d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tvLgGrbK4d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tvLgGrbK4d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tvLgGrbK4d .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-tvLgGrbK4d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tvLgGrbK4d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tvLgGrbK4d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tvLgGrbK4d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tvLgGrbK4d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tvLgGrbK4d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tvLgGrbK4d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tvLgGrbK4d .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-tvLgGrbK4d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tvLgGrbK4d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tvLgGrbK4d .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tvLgGrbK4d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tvLgGrbK4d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tvLgGrbK4d .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tvLgGrbK4d .navbar.navbar-short {
  min-height: 60px;
}
.cid-tvLgGrbK4d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tvLgGrbK4d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tvLgGrbK4d .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tvLgGrbK4d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tvLgGrbK4d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tvLgGrbK4d .dropdown-item.active,
.cid-tvLgGrbK4d .dropdown-item:active {
  background-color: transparent;
}
.cid-tvLgGrbK4d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tvLgGrbK4d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tvLgGrbK4d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tvLgGrbK4d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tvLgGrbK4d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tvLgGrbK4d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvLgGrbK4d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tvLgGrbK4d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tvLgGrbK4d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tvLgGrbK4d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tvLgGrbK4d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tvLgGrbK4d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tvLgGrbK4d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tvLgGrbK4d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tvLgGrbK4d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tvLgGrbK4d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tvLgGrbK4d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tvLgGrbK4d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tvLgGrbK4d .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tvLgGrbK4d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvLgGrbK4d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tvLgGrbK4d .navbar {
    height: 70px;
  }
  .cid-tvLgGrbK4d .navbar.opened {
    height: auto;
  }
  .cid-tvLgGrbK4d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tibaKTsBXb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffb5b5;
}
.cid-tibaKTsBXb .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tibaKTsBXb .card {
    margin-bottom: 2rem!important;
  }
  .cid-tibaKTsBXb .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tibaKTsBXb .link-wrap {
    align-items: center;
  }
}
.cid-tibaKTsBXb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tibaKTZZuh {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #2d404f;
}
.cid-tibaKTZZuh .mbr-section-subtitle {
  color: #767676;
}
.cid-tibaKUytLd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tibaKUytLd .mbr-section-title {
  color: #e43f3f;
}
.cid-tibaKX4AdP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tibaKX4AdP .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tibaKX4AdP .container {
    max-width: 1400px;
  }
}
.cid-tibaKX4AdP .card {
  margin: auto;
}
.cid-tibaKX4AdP .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2d404f;
  margin-bottom: 2rem;
}
.cid-tibaKX4AdP .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tibaKX4AdP .row {
  justify-content: center;
}
.cid-ts7A7VBSEh {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ts7A7VBSEh img,
.cid-ts7A7VBSEh .item-img {
  width: 100%;
}
.cid-ts7A7VBSEh .item:focus,
.cid-ts7A7VBSEh span:focus {
  outline: none;
}
.cid-ts7A7VBSEh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ts7A7VBSEh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ts7A7VBSEh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ts7A7VBSEh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ts7A7VBSEh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ts7A7VBSEh .mbr-section-title {
  color: #232323;
}
.cid-ts7A7VBSEh .mbr-text,
.cid-ts7A7VBSEh .mbr-section-btn {
  text-align: left;
}
.cid-ts7A7VBSEh .item-title {
  text-align: left;
}
.cid-ts7A7VBSEh .item-subtitle {
  text-align: center;
}
.cid-tibaKUT5lW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tibaKUT5lW .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tibaKUT5lW .currentcost {
  color: #e43f3f;
}
.cid-tibaKUT5lW .card-wrapper {
  border-radius: 4px;
  background: #e1dfdf;
}
@media (min-width: 992px) {
  .cid-tibaKUT5lW .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tibaKUT5lW .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tibaKUT5lW .text-box {
    padding: 1rem;
  }
}
.cid-tibaKUT5lW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tibaKVjfGy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-tibaKVjfGy .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tibaKVjfGy .currentcost {
  color: #e43f3f;
}
.cid-tibaKVjfGy .card-wrapper {
  border-radius: 4px;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .cid-tibaKVjfGy .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tibaKVjfGy .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tibaKVjfGy .text-box {
    padding: 1rem;
  }
}
.cid-tibaKVjfGy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tibaKVIvts {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tibaKVIvts .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tibaKVIvts .currentcost {
  color: #e43f3f;
}
.cid-tibaKVIvts .card-wrapper {
  border-radius: 4px;
  background: #e1dfdf;
}
@media (min-width: 992px) {
  .cid-tibaKVIvts .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tibaKVIvts .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tibaKVIvts .text-box {
    padding: 1rem;
  }
}
.cid-tibaKVIvts .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tibaKW3Jr5 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/operadores-turisticos-2000x404.jpg");
}
.cid-tibaKW3Jr5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tibaKWlfYm {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tibaKWlfYm .mbr-text {
  text-align: left;
}
.cid-tibaKWDG5S {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #e1dfdf;
}
.cid-tibaKWDG5S .mbr-text {
  text-align: left;
}
.cid-tibaKXX7mN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tibaKXX7mN .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tibaKXX7mN .card {
    margin-bottom: 2rem!important;
  }
  .cid-tibaKXX7mN .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tibaKXX7mN .link-wrap {
    align-items: center;
  }
}
.cid-tibaKXX7mN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tibaKXX7mN .card-title,
.cid-tibaKXX7mN .card-box {
  color: #2d404f;
}
.cid-tibaKYk6Pj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #2d404f;
}
.cid-tibaKYk6Pj .mbr-section-subtitle {
  color: #767676;
}
.cid-tibaKYAdDy {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ff6666;
}
.cid-tibaKYAdDy .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tibaKYAdDy .item .icon-wrap {
  text-align: center;
}
.cid-tibaKYAdDy .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-tibaKYAdDy .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #2d404f;
}
.cid-tibaKYAdDy .item.first:before {
  display: none;
}
.cid-tibaKYAdDy .item.five:before {
  display: none;
}
.cid-tibaKYAdDy .icon-box {
  background: #2d404f;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-tibaKYAdDy .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-tibaKYAdDy .mbr-iconfont {
  color: #2d404f !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tibaKYAdDy .item:before {
    display: none;
  }
  .cid-tibaKYAdDy .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tibaKYAdDy .card-title,
.cid-tibaKYAdDy .card-box {
  color: #f8f8f8;
}
.cid-tibaKYAdDy .icon-title,
.cid-tibaKYAdDy .item .icon-wrap {
  color: #f8f8f8;
}
.cid-tibaKYAdDy .icon-text {
  color: #f8f8f8;
}
.cid-tibaKUf02k {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/barra-de-logos-2000x557.jpg");
}
.cid-tsbaq9TRmc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d404f;
}
.cid-tsbaq9TRmc .mbr-section-title {
  color: #fafafa;
}
.cid-tsba2WKvTR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-1600x1067.jpg");
}
.cid-tsba2WKvTR .nav-tabs .nav-item.open .nav-link:focus,
.cid-tsba2WKvTR .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tsba2WKvTR .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e43f3f;
}
@media (max-width: 767px) {
  .cid-tsba2WKvTR .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tsba2WKvTR .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tsba2WKvTR .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-tsba2WKvTR .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tsba2WKvTR .nav-link,
.cid-tsba2WKvTR .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tsba2WKvTR .nav-tabs .nav-link.active {
  color: #e43f3f;
  border-bottom: 3px solid #e43f3f;
}
.cid-tsba2WKvTR H4 {
  text-align: left;
}
.cid-tsba2WKvTR H3 {
  text-align: left;
}
.cid-tsbarychfx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tuvNIrA4bE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d404f;
}
.cid-tuvNIrA4bE .mbr-section-title {
  color: #fafafa;
}
.cid-tuvNJae0SL {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuvNJae0SL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tuvNJae0SL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tuvNJae0SL .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2d404f;
}
.cid-tuvNJae0SL .panel-body,
.cid-tuvNJae0SL .card-header {
  padding: 1rem 0;
}
.cid-tuvNJae0SL .panel-title-edit {
  color: #000000;
}
.cid-tuvNJNODha {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tuvNJNODha .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tuvNJNODha .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tuvNJNODha .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2d404f;
}
.cid-tuvNJNODha .panel-body,
.cid-tuvNJNODha .card-header {
  padding: 1rem 0;
}
.cid-tuvNJNODha .panel-title-edit {
  color: #000000;
}
.cid-tibaKZBsQv {
  background-image: url("../../../assets/images/bkg-bottom-2000x1028.jpg");
}
.cid-tzNuizUZ5V {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tzNuizUZ5V .item:focus,
.cid-tzNuizUZ5V span:focus {
  outline: none;
}
.cid-tzNuizUZ5V .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tzNuizUZ5V .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tzNuizUZ5V .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tzNuizUZ5V .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzNuizUZ5V .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tzNuizUZ5V .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tzNuizUZ5V .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tzNuizUZ5V .mbr-section-title {
  color: #232323;
}
.cid-tzNuizUZ5V .mbr-text,
.cid-tzNuizUZ5V .mbr-section-btn {
  text-align: center;
}
.cid-tzNuizUZ5V .item-title {
  text-align: center;
}
.cid-tzNuizUZ5V .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tibaL05FVA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tibaL05FVA .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tibaL05FVA .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #000000;
}
@media (max-width: 991px) {
  .cid-tibaL05FVA .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tibaL05FVA .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tibaL05FVA .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #2d404f;
}
.cid-tibaL05FVA .mbr-section-title {
  color: #ffffff;
}
.cid-tibaL05FVA .card-title {
  color: #ffffff;
}
.cid-tibaL05FVA P {
  color: #ffffff;
}
.cid-tibaL0GMIB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #29252b;
}
.cid-tibaL0GMIB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tibaZmPaIv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #29252b;
}
.cid-tibaZmPaIv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tibaZmPaIv input,
.cid-tibaZmPaIv textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem !important;
  font-size: 1rem;
}
.cid-tibaZmPaIv input:focus,
.cid-tibaZmPaIv textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tibaZmPaIv .form-control,
.cid-tibaZmPaIv .field-input {
  padding: 0.5rem;
  background-color: #353535;
  border-color: #cccccc;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tibaZmPaIv .form-control:hover,
.cid-tibaZmPaIv .field-input:hover,
.cid-tibaZmPaIv .form-control:focus,
.cid-tibaZmPaIv .field-input:focus {
  background-color: #bbbbbb;
  border-color: #cccccc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tibaZmPaIv input::-webkit-input-placeholder,
.cid-tibaZmPaIv textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tibaZmPaIv input:-moz-placeholder,
.cid-tibaZmPaIv textarea:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tibaZmPaIv .jq-selectbox li,
.cid-tibaZmPaIv .jq-selectbox li {
  background-color: #353535;
  color: #ffffff;
}
.cid-tibaZmPaIv .jq-selectbox li:hover,
.cid-tibaZmPaIv .jq-selectbox li.selected {
  background-color: #bbbbbb;
  color: #000000;
}
.cid-tibaZmPaIv .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #353535;
}
.cid-tibaZmPaIv .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #bbbbbb;
}
.cid-tibaZmPaIv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tibaZmPaIv .mbr-form {
  max-width: 450px;
}
.cid-tibaZmPaIv textarea {
  min-height: 150px;
}
.cid-tibaZmPaIv .mbr-text {
  color: #ffffff;
}
.cid-tibaZmPaIv .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-tibaZmPaIv .mbr-form .btn .mbr-iconfont {
  order: 2;
  font-size: 1.5rem;
}
.cid-tibaZmPaIv H2 {
  color: #e43f3f;
}
.cid-tibaZnMXJW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tibaZnMXJW .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tibaZnMXJW .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #000000;
}
@media (max-width: 991px) {
  .cid-tibaZnMXJW .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tibaZnMXJW .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tibaZnMXJW .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #2d404f;
}
.cid-tibaZnMXJW .mbr-section-title {
  color: #ffffff;
}
.cid-tibaZnMXJW .card-title {
  color: #ffffff;
}
.cid-tibaZnMXJW P {
  color: #ffffff;
}
.cid-tibaZodpL9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #29252b;
}
.cid-tibaZodpL9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-thZj21ZjuO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #29252b;
}
.cid-thZj21ZjuO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-thZj21ZjuO input,
.cid-thZj21ZjuO textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem !important;
  font-size: 1rem;
}
.cid-thZj21ZjuO input:focus,
.cid-thZj21ZjuO textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-thZj21ZjuO .form-control,
.cid-thZj21ZjuO .field-input {
  padding: 0.5rem;
  background-color: #353535;
  border-color: #cccccc;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-thZj21ZjuO .form-control:hover,
.cid-thZj21ZjuO .field-input:hover,
.cid-thZj21ZjuO .form-control:focus,
.cid-thZj21ZjuO .field-input:focus {
  background-color: #bbbbbb;
  border-color: #cccccc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-thZj21ZjuO input::-webkit-input-placeholder,
.cid-thZj21ZjuO textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-thZj21ZjuO input:-moz-placeholder,
.cid-thZj21ZjuO textarea:-moz-placeholder {
  color: #bbbbbb;
}
.cid-thZj21ZjuO .jq-selectbox li,
.cid-thZj21ZjuO .jq-selectbox li {
  background-color: #353535;
  color: #ffffff;
}
.cid-thZj21ZjuO .jq-selectbox li:hover,
.cid-thZj21ZjuO .jq-selectbox li.selected {
  background-color: #bbbbbb;
  color: #000000;
}
.cid-thZj21ZjuO .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #353535;
}
.cid-thZj21ZjuO .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #bbbbbb;
}
.cid-thZj21ZjuO img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-thZj21ZjuO .mbr-form {
  max-width: 450px;
}
.cid-thZj21ZjuO textarea {
  min-height: 150px;
}
.cid-thZj21ZjuO .mbr-text {
  color: #ffffff;
}
.cid-thZj21ZjuO .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-thZj21ZjuO .mbr-form .btn .mbr-iconfont {
  order: 2;
  font-size: 1.5rem;
}
.cid-thZj21ZjuO H2 {
  color: #e43f3f;
}
.cid-tvLamEECyu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tvLamEECyu .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tvLamEECyu .card {
    margin-bottom: 2rem!important;
  }
  .cid-tvLamEECyu .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tvLamEECyu .link-wrap {
    align-items: center;
  }
}
.cid-tvLamEECyu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-thZmxCDxad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-thZmxCDxad .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-thZmxCDxad .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #000000;
}
@media (max-width: 991px) {
  .cid-thZmxCDxad .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-thZmxCDxad .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-thZmxCDxad .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #2d404f;
}
.cid-thZmxCDxad .mbr-section-title {
  color: #ffffff;
}
.cid-thZmxCDxad .card-title {
  color: #ffffff;
}
.cid-thZmxCDxad P {
  color: #ffffff;
}
.cid-thZiAHvARy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #29252b;
}
.cid-thZiAHvARy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tibbcvZ84H {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #2d404f;
}
.cid-tibbcvZ84H .mbr-section-subtitle {
  color: #767676;
}
.cid-tvLgKjdx1H {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tvLgKjdx1H nav.navbar {
  position: fixed;
}
.cid-tvLgKjdx1H .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-tvLgKjdx1H .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tvLgKjdx1H .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tvLgKjdx1H .dropdown-item:hover,
.cid-tvLgKjdx1H .dropdown-item:focus {
  background: #2d404f !important;
  color: white !important;
}
.cid-tvLgKjdx1H .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tvLgKjdx1H .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tvLgKjdx1H .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tvLgKjdx1H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tvLgKjdx1H .nav-link {
  position: relative;
}
.cid-tvLgKjdx1H .container {
  display: flex;
  margin: auto;
}
.cid-tvLgKjdx1H .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tvLgKjdx1H .dropdown-menu,
.cid-tvLgKjdx1H .navbar.opened {
  background: #ffffff !important;
}
.cid-tvLgKjdx1H .nav-item:focus,
.cid-tvLgKjdx1H .nav-link:focus {
  outline: none;
}
.cid-tvLgKjdx1H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvLgKjdx1H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvLgKjdx1H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tvLgKjdx1H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvLgKjdx1H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvLgKjdx1H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvLgKjdx1H .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tvLgKjdx1H .navbar.opened {
  transition: all .3s;
}
.cid-tvLgKjdx1H .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tvLgKjdx1H .navbar .navbar-logo img {
  width: auto;
}
.cid-tvLgKjdx1H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tvLgKjdx1H .navbar.collapsed {
  justify-content: center;
}
.cid-tvLgKjdx1H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tvLgKjdx1H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tvLgKjdx1H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tvLgKjdx1H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tvLgKjdx1H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tvLgKjdx1H .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-tvLgKjdx1H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tvLgKjdx1H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tvLgKjdx1H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tvLgKjdx1H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tvLgKjdx1H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tvLgKjdx1H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tvLgKjdx1H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tvLgKjdx1H .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-tvLgKjdx1H .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tvLgKjdx1H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tvLgKjdx1H .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tvLgKjdx1H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tvLgKjdx1H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tvLgKjdx1H .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tvLgKjdx1H .navbar.navbar-short {
  min-height: 60px;
}
.cid-tvLgKjdx1H .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tvLgKjdx1H .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tvLgKjdx1H .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tvLgKjdx1H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tvLgKjdx1H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tvLgKjdx1H .dropdown-item.active,
.cid-tvLgKjdx1H .dropdown-item:active {
  background-color: transparent;
}
.cid-tvLgKjdx1H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tvLgKjdx1H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tvLgKjdx1H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tvLgKjdx1H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tvLgKjdx1H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tvLgKjdx1H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvLgKjdx1H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tvLgKjdx1H .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tvLgKjdx1H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tvLgKjdx1H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tvLgKjdx1H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tvLgKjdx1H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tvLgKjdx1H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tvLgKjdx1H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tvLgKjdx1H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tvLgKjdx1H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tvLgKjdx1H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tvLgKjdx1H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tvLgKjdx1H .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tvLgKjdx1H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvLgKjdx1H .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tvLgKjdx1H .navbar {
    height: 70px;
  }
  .cid-tvLgKjdx1H .navbar.opened {
    height: auto;
  }
  .cid-tvLgKjdx1H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tibpCpkngI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffb5b5;
}
.cid-tibpCpkngI .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tibpCpkngI .card {
    margin-bottom: 2rem!important;
  }
  .cid-tibpCpkngI .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tibpCpkngI .link-wrap {
    align-items: center;
  }
}
.cid-tibpCpkngI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tibbcwutef {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tibbcwutef .mbr-section-title {
  color: #e43f3f;
}
.cid-tibbcyBUeF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tibbcyBUeF .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tibbcyBUeF .container {
    max-width: 1400px;
  }
}
.cid-tibbcyBUeF .card {
  margin: auto;
}
.cid-tibbcyBUeF .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2d404f;
  margin-bottom: 2rem;
}
.cid-tibbcyBUeF .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tibbcyBUeF .row {
  justify-content: center;
}
.cid-tsb57aD6fR {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tsb57aD6fR img,
.cid-tsb57aD6fR .item-img {
  width: 100%;
}
.cid-tsb57aD6fR .item:focus,
.cid-tsb57aD6fR span:focus {
  outline: none;
}
.cid-tsb57aD6fR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tsb57aD6fR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tsb57aD6fR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsb57aD6fR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tsb57aD6fR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tsb57aD6fR .mbr-section-title {
  color: #232323;
}
.cid-tsb57aD6fR .mbr-text,
.cid-tsb57aD6fR .mbr-section-btn {
  text-align: left;
}
.cid-tsb57aD6fR .item-title {
  text-align: left;
}
.cid-tsb57aD6fR .item-subtitle {
  text-align: center;
}
.cid-tibbcwMHl0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tibbcwMHl0 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tibbcwMHl0 .currentcost {
  color: #e43f3f;
}
.cid-tibbcwMHl0 .card-wrapper {
  border-radius: 4px;
  background: #e1dfdf;
}
@media (min-width: 992px) {
  .cid-tibbcwMHl0 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tibbcwMHl0 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tibbcwMHl0 .text-box {
    padding: 1rem;
  }
}
.cid-tibbcwMHl0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tibbcx8fBv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-tibbcx8fBv .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tibbcx8fBv .currentcost {
  color: #e43f3f;
}
.cid-tibbcx8fBv .card-wrapper {
  border-radius: 4px;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .cid-tibbcx8fBv .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tibbcx8fBv .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tibbcx8fBv .text-box {
    padding: 1rem;
  }
}
.cid-tibbcx8fBv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tibbcxsQ1R {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tibbcxsQ1R .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tibbcxsQ1R .currentcost {
  color: #e43f3f;
}
.cid-tibbcxsQ1R .card-wrapper {
  border-radius: 4px;
  background: #e1dfdf;
}
@media (min-width: 992px) {
  .cid-tibbcxsQ1R .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tibbcxsQ1R .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tibbcxsQ1R .text-box {
    padding: 1rem;
  }
}
.cid-tibbcxsQ1R .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tibbcxLTUu {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/operadores-turisticos-2000x404.jpg");
}
.cid-tibbcxLTUu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tibbcy2Abt {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tibbcy2Abt .mbr-text {
  text-align: left;
}
.cid-tibbcykFrX {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #e1dfdf;
}
.cid-tibbcykFrX .mbr-text {
  text-align: left;
}
.cid-tibbcz4mS8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tibbcz4mS8 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tibbcz4mS8 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tibbcz4mS8 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tibbcz4mS8 .link-wrap {
    align-items: center;
  }
}
.cid-tibbcz4mS8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tibbcz4mS8 .card-title,
.cid-tibbcz4mS8 .card-box {
  color: #2d404f;
}
.cid-tibbczvfUy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #2d404f;
}
.cid-tibbczvfUy .mbr-section-subtitle {
  color: #767676;
}
.cid-tibbczKjJn {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ff6666;
}
.cid-tibbczKjJn .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tibbczKjJn .item .icon-wrap {
  text-align: center;
}
.cid-tibbczKjJn .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-tibbczKjJn .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #2d404f;
}
.cid-tibbczKjJn .item.first:before {
  display: none;
}
.cid-tibbczKjJn .item.five:before {
  display: none;
}
.cid-tibbczKjJn .icon-box {
  background: #2d404f;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-tibbczKjJn .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-tibbczKjJn .mbr-iconfont {
  color: #2d404f !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tibbczKjJn .item:before {
    display: none;
  }
  .cid-tibbczKjJn .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tibbczKjJn .card-title,
.cid-tibbczKjJn .card-box {
  color: #f8f8f8;
}
.cid-tibbczKjJn .icon-title,
.cid-tibbczKjJn .item .icon-wrap {
  color: #f8f8f8;
}
.cid-tibbczKjJn .icon-text {
  color: #f8f8f8;
}
.cid-tibbcwbgPM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/barra-de-logos-2000x557.jpg");
}
.cid-tsb3773VVT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d404f;
}
.cid-tsb3773VVT .mbr-section-title {
  color: #fafafa;
}
.cid-tsaYO30a0m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tsaYO30a0m .nav-tabs .nav-item.open .nav-link:focus,
.cid-tsaYO30a0m .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tsaYO30a0m .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e43f3f;
}
@media (max-width: 767px) {
  .cid-tsaYO30a0m .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tsaYO30a0m .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tsaYO30a0m .nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.cid-tsaYO30a0m .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tsaYO30a0m .nav-link,
.cid-tsaYO30a0m .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tsaYO30a0m .nav-tabs .nav-link.active {
  color: #e43f3f;
  border-bottom: 3px solid #e43f3f;
}
.cid-tsaYO30a0m H4 {
  text-align: left;
}
.cid-tsaYO30a0m H3 {
  text-align: left;
}
.cid-ts7BUD156y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tuwbm1d69x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2d404f;
}
.cid-tuwbm1d69x .mbr-section-title {
  color: #fafafa;
}
.cid-tuwbmAZ8kw {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuwbmAZ8kw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tuwbmAZ8kw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tuwbmAZ8kw .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2d404f;
}
.cid-tuwbmAZ8kw .panel-body,
.cid-tuwbmAZ8kw .card-header {
  padding: 1rem 0;
}
.cid-tuwbmAZ8kw .panel-title-edit {
  color: #000000;
}
.cid-tuwbo6BNm1 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tuwbo6BNm1 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tuwbo6BNm1 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tuwbo6BNm1 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #2d404f;
}
.cid-tuwbo6BNm1 .panel-body,
.cid-tuwbo6BNm1 .card-header {
  padding: 1rem 0;
}
.cid-tuwbo6BNm1 .panel-title-edit {
  color: #000000;
}
.cid-tibbcAwIVr {
  background-image: url("../../../assets/images/bkg-bottom-2000x1028.jpg");
}
.cid-tzNuFoJBtj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tzNuFoJBtj .item:focus,
.cid-tzNuFoJBtj span:focus {
  outline: none;
}
.cid-tzNuFoJBtj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tzNuFoJBtj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tzNuFoJBtj .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tzNuFoJBtj .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzNuFoJBtj .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tzNuFoJBtj .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tzNuFoJBtj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tzNuFoJBtj .mbr-section-title {
  color: #232323;
}
.cid-tzNuFoJBtj .mbr-text,
.cid-tzNuFoJBtj .mbr-section-btn {
  text-align: center;
}
.cid-tzNuFoJBtj .item-title {
  text-align: center;
}
.cid-tzNuFoJBtj .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tibbcAV8nd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tibbcAV8nd .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tibbcAV8nd .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #000000;
}
@media (max-width: 991px) {
  .cid-tibbcAV8nd .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tibbcAV8nd .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tibbcAV8nd .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #2d404f;
}
.cid-tibbcAV8nd .mbr-section-title {
  color: #ffffff;
}
.cid-tibbcAV8nd .card-title {
  color: #ffffff;
}
.cid-tibbcAV8nd P {
  color: #ffffff;
}
.cid-tibbcBsZQC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #29252b;
}
.cid-tibbcBsZQC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tibbhrulw3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #29252b;
}
.cid-tibbhrulw3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tibbhrulw3 input,
.cid-tibbhrulw3 textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem !important;
  font-size: 1rem;
}
.cid-tibbhrulw3 input:focus,
.cid-tibbhrulw3 textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-tibbhrulw3 .form-control,
.cid-tibbhrulw3 .field-input {
  padding: 0.5rem;
  background-color: #353535;
  border-color: #cccccc;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tibbhrulw3 .form-control:hover,
.cid-tibbhrulw3 .field-input:hover,
.cid-tibbhrulw3 .form-control:focus,
.cid-tibbhrulw3 .field-input:focus {
  background-color: #bbbbbb;
  border-color: #cccccc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tibbhrulw3 input::-webkit-input-placeholder,
.cid-tibbhrulw3 textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tibbhrulw3 input:-moz-placeholder,
.cid-tibbhrulw3 textarea:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tibbhrulw3 .jq-selectbox li,
.cid-tibbhrulw3 .jq-selectbox li {
  background-color: #353535;
  color: #ffffff;
}
.cid-tibbhrulw3 .jq-selectbox li:hover,
.cid-tibbhrulw3 .jq-selectbox li.selected {
  background-color: #bbbbbb;
  color: #000000;
}
.cid-tibbhrulw3 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #353535;
}
.cid-tibbhrulw3 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #bbbbbb;
}
.cid-tibbhrulw3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tibbhrulw3 .mbr-form {
  max-width: 450px;
}
.cid-tibbhrulw3 textarea {
  min-height: 150px;
}
.cid-tibbhrulw3 .mbr-text {
  color: #ffffff;
}
.cid-tibbhrulw3 .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-tibbhrulw3 .mbr-form .btn .mbr-iconfont {
  order: 2;
  font-size: 1.5rem;
}
.cid-tibbhrulw3 H2 {
  color: #e43f3f;
}
.cid-tibbhsgymg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tibbhsgymg .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tibbhsgymg .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #000000;
}
@media (max-width: 991px) {
  .cid-tibbhsgymg .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tibbhsgymg .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tibbhsgymg .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #2d404f;
}
.cid-tibbhsgymg .mbr-section-title {
  color: #ffffff;
}
.cid-tibbhsgymg .card-title {
  color: #ffffff;
}
.cid-tibbhsgymg P {
  color: #ffffff;
}
.cid-tibbhsLRcL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #29252b;
}
.cid-tibbhsLRcL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tvLcFHdkcG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tvLcFHdkcG .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tvLcFHdkcG .card {
    margin-bottom: 2rem!important;
  }
  .cid-tvLcFHdkcG .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tvLcFHdkcG .link-wrap {
    align-items: center;
  }
}
.cid-tvLcFHdkcG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvLcHnhv8I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tvLcHnhv8I .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tvLcHnhv8I .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #000000;
}
@media (max-width: 991px) {
  .cid-tvLcHnhv8I .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvLcHnhv8I .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tvLcHnhv8I .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #2d404f;
}
.cid-tvLcHnhv8I .mbr-section-title {
  color: #ffffff;
}
.cid-tvLcHnhv8I .card-title {
  color: #ffffff;
}
.cid-tvLcHnhv8I P {
  color: #ffffff;
}
.cid-tvLgBadyuo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tvLgBadyuo nav.navbar {
  position: fixed;
}
.cid-tvLgBadyuo .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-tvLgBadyuo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tvLgBadyuo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tvLgBadyuo .dropdown-item:hover,
.cid-tvLgBadyuo .dropdown-item:focus {
  background: #2d404f !important;
  color: white !important;
}
.cid-tvLgBadyuo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tvLgBadyuo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tvLgBadyuo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tvLgBadyuo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tvLgBadyuo .nav-link {
  position: relative;
}
.cid-tvLgBadyuo .container {
  display: flex;
  margin: auto;
}
.cid-tvLgBadyuo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tvLgBadyuo .dropdown-menu,
.cid-tvLgBadyuo .navbar.opened {
  background: #ffffff !important;
}
.cid-tvLgBadyuo .nav-item:focus,
.cid-tvLgBadyuo .nav-link:focus {
  outline: none;
}
.cid-tvLgBadyuo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tvLgBadyuo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvLgBadyuo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tvLgBadyuo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tvLgBadyuo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvLgBadyuo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvLgBadyuo .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tvLgBadyuo .navbar.opened {
  transition: all .3s;
}
.cid-tvLgBadyuo .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tvLgBadyuo .navbar .navbar-logo img {
  width: auto;
}
.cid-tvLgBadyuo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tvLgBadyuo .navbar.collapsed {
  justify-content: center;
}
.cid-tvLgBadyuo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tvLgBadyuo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tvLgBadyuo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tvLgBadyuo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tvLgBadyuo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tvLgBadyuo .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-tvLgBadyuo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tvLgBadyuo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tvLgBadyuo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tvLgBadyuo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tvLgBadyuo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tvLgBadyuo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tvLgBadyuo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tvLgBadyuo .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-tvLgBadyuo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tvLgBadyuo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tvLgBadyuo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tvLgBadyuo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tvLgBadyuo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tvLgBadyuo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tvLgBadyuo .navbar.navbar-short {
  min-height: 60px;
}
.cid-tvLgBadyuo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tvLgBadyuo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tvLgBadyuo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tvLgBadyuo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tvLgBadyuo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tvLgBadyuo .dropdown-item.active,
.cid-tvLgBadyuo .dropdown-item:active {
  background-color: transparent;
}
.cid-tvLgBadyuo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tvLgBadyuo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tvLgBadyuo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tvLgBadyuo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tvLgBadyuo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tvLgBadyuo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvLgBadyuo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tvLgBadyuo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tvLgBadyuo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tvLgBadyuo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #353535;
}
.cid-tvLgBadyuo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tvLgBadyuo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tvLgBadyuo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tvLgBadyuo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tvLgBadyuo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tvLgBadyuo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tvLgBadyuo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tvLgBadyuo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tvLgBadyuo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tvLgBadyuo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tvLgBadyuo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tvLgBadyuo .navbar {
    height: 70px;
  }
  .cid-tvLgBadyuo .navbar.opened {
    height: auto;
  }
  .cid-tvLgBadyuo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tw8ixtY0Hn {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tw8ixtY0Hn .mbr-section-title,
.cid-tw8ixtY0Hn .mbr-text,
.cid-tw8ixtY0Hn .mbr-section-btn {
  text-align: center;
}
.cid-tw8ixtY0Hn .video-wrapper {
  margin: auto;
}
.cid-tw8ixtY0Hn .video-wrapper iframe {
  width: 100%;
}
