.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6cff0e !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ff0000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6cff0e !important;
  border-color: #6cff0e !important;
  color: #050e00 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #8bff41 !important;
  border-color: #8bff41 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #050e00 !important;
  background-color: #8bff41 !important;
  border-color: #8bff41 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6cff0e;
  color: #6cff0e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #47b600 !important;
  background-color: transparent !important;
  border-color: #47b600 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #050e00 !important;
  background-color: #6cff0e !important;
  border-color: #6cff0e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff0000;
  color: #ff0000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a80000 !important;
  background-color: transparent !important;
  border-color: #a80000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #6cff0e !important;
}
.text-secondary {
  color: #ffa600 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ff0000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #41a700 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #996400 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #990000 !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: #6cff0e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ff0000;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6cff0e;
  border-color: #6cff0e;
  color: #0f2800;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6cff0e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e8ffda;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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: #ffcccc;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #6cff0e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #6cff0e;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6cff0e;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6cff0e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6cff0e;
  border-bottom-color: #6cff0e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #6cff0e !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: #ffa600 !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='%236cff0e' %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-tR2jhqCsCk .navbar {
  padding: .5rem 0;
  background: #2a2a2a;
  transition: none;
  min-height: 50px;
}
.cid-tR2jhqCsCk .navbar-fixed-top {
  padding-top: 0;
}
.cid-tR2jhqCsCk .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tR2jhqCsCk .dropdown-item {
  padding: 0;
}
.cid-tR2jhqCsCk .dropdown-menu {
  border: 0px solid lightgray;
  background: #d63d3d !important;
}
.cid-tR2jhqCsCk .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tR2jhqCsCk .menu-bottom {
  margin: auto;
  width: 100%;
  background: #d63d3d;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tR2jhqCsCk .navbar-dropdown.bg-color.transparent.opened {
  background: #2a2a2a;
}
.cid-tR2jhqCsCk a {
  font-style: normal;
}
.cid-tR2jhqCsCk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tR2jhqCsCk .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 .5rem !important;
}
.cid-tR2jhqCsCk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tR2jhqCsCk .content-text {
  margin-bottom: 0;
}
.cid-tR2jhqCsCk .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tR2jhqCsCk .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #6cff0e;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tR2jhqCsCk .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tR2jhqCsCk .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tR2jhqCsCk .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tR2jhqCsCk .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tR2jhqCsCk .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tR2jhqCsCk .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tR2jhqCsCk .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tR2jhqCsCk .nav-dropdown .link {
  font-weight: 400;
}
.cid-tR2jhqCsCk .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tR2jhqCsCk .content-right-side {
  text-align: center;
}
.cid-tR2jhqCsCk .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tR2jhqCsCk .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tR2jhqCsCk .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tR2jhqCsCk .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tR2jhqCsCk .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tR2jhqCsCk .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tR2jhqCsCk .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tR2jhqCsCk .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tR2jhqCsCk .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tR2jhqCsCk .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tR2jhqCsCk .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tR2jhqCsCk .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tR2jhqCsCk .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tR2jhqCsCk .navbar {
    display: block;
    padding: 0;
  }
  .cid-tR2jhqCsCk .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tR2jhqCsCk .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 4.5rem);
  }
  .cid-tR2jhqCsCk .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tR2jhqCsCk .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tR2jhqCsCk .navbar-toggler {
    display: none;
  }
  .cid-tR2jhqCsCk .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tR2jhqCsCk .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tR2jhqCsCk .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tR2jhqCsCk .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tR2jhqCsCk .menu-logo {
  margin-right: auto;
}
.cid-tR2jhqCsCk .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tR2jhqCsCk .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tR2jhqCsCk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tR2jhqCsCk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tR2jhqCsCk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tR2jhqCsCk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tR2jhqCsCk .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tR2jhqCsCk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tR2jhqCsCk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tR2jhqCsCk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tR2jhqCsCk .dropdown .dropdown-menu {
  background: #2a2a2a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tR2jhqCsCk .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tR2jhqCsCk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tR2jhqCsCk .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tR2jhqCsCk .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tR2jhqCsCk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tR2jhqCsCk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tR2jhqCsCk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tR2jhqCsCk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tR2jhqCsCk .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tR2jhqCsCk .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-tR2jhqCsCk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tR2jhqCsCk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tR2jhqCsCk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tR2jhqCsCk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tR2jhqCsCk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tR2jhqCsCk button.navbar-toggler:focus {
  outline: none;
}
.cid-tR2jhqCsCk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tR2jhqCsCk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tR2jhqCsCk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tR2jhqCsCk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tR2jhqCsCk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tR2jhqCsCk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tR2jhqCsCk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tR2jhqCsCk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tR2jhqCsCk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tR2jhqCsCk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tR2jhqCsCk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tR2jhqCsCk .collapsed .btn {
  display: flex;
}
.cid-tR2jhqCsCk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tR2jhqCsCk .collapsed .navbar-collapse.collapsing,
.cid-tR2jhqCsCk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tR2jhqCsCk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tR2jhqCsCk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tR2jhqCsCk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tR2jhqCsCk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tR2jhqCsCk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tR2jhqCsCk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tR2jhqCsCk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tR2jhqCsCk .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tR2jhqCsCk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tR2jhqCsCk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tR2jhqCsCk .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tR2jhqCsCk .collapsed button.navbar-toggler {
  display: block;
}
.cid-tR2jhqCsCk .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tR2jhqCsCk .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tR2jhqCsCk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tR2jhqCsCk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tR2jhqCsCk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tR2jhqCsCk .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tR2jhqCsCk .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tR2jhqCsCk .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tR2jhqCsCk .navbar-collapse.collapsing,
  .cid-tR2jhqCsCk .navbar-collapse.show {
    display: block !important;
  }
  .cid-tR2jhqCsCk .navbar-collapse.collapsing .navbar-nav,
  .cid-tR2jhqCsCk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tR2jhqCsCk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tR2jhqCsCk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tR2jhqCsCk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tR2jhqCsCk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tR2jhqCsCk .navbar-collapse.collapsing .navbar-buttons,
  .cid-tR2jhqCsCk .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tR2jhqCsCk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tR2jhqCsCk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tR2jhqCsCk .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tR2jhqCsCk img {
    height: 3.8rem !important;
  }
  .cid-tR2jhqCsCk .btn {
    display: flex;
  }
  .cid-tR2jhqCsCk button.navbar-toggler {
    display: block;
  }
  .cid-tR2jhqCsCk .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tR2jhqCsCk .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tR2jhqCsCk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tR2jhqCsCk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tR2jhqCsCk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tR2jhqCsCk .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tR2jhqCsCk .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tR2jhqCsCk .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tR2jhqCsCk .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tR2jhqCsCk .nav-link:focus {
  outline: none;
}
.cid-tR2jhqCsCk .navbar-toggler {
  position: relative;
}
.cid-tR2jhqCsCk .dropdown-item.active,
.cid-tR2jhqCsCk .dropdown-item:active {
  background: #d63d3d;
  color: initial;
}
.cid-tR2jhqCsCk .widget-title,
.cid-tR2jhqCsCk .widget-icon {
  color: #edefeb;
}
.cid-tR2jhqCsCk .widget-text {
  color: #ffffff;
}
.cid-tR2jhqCsCk .nav-link {
  text-shadow: 1px 1px #000000;
}
.cid-tR7K7BY6nV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tR7K7BY6nV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR7K7BY6nV h1 a {
  width: fit-content;
  position: relative;
  font-weight: 600;
  display: inline-block;
  z-index: 2;
}
.cid-tR7K7BY6nV h1 a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 22px;
  background: #6cff0e;
  z-index: -1;
}
.cid-tR7K7BY6nV h1 a:hover {
  color: inherit !important;
}
.cid-tR7K7BY6nV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR7K7BY6nV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tR7K7BY6nV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tR7K7BY6nV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tR7K7BY6nV .mbr-section-title {
  color: #19303d;
  text-align: center;
}
.cid-tR7K7BY6nV .mbr-section-subtitle,
.cid-tR7K7BY6nV .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-tR7K7BY6nV .mbr-text,
.cid-tR7K7BY6nV .mbr-section-btn {
  color: #19303d;
  text-align: center;
}
.cid-tR2kwfvQoQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tR2kwfvQoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR2kwfvQoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR2kwfvQoQ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tR2kwfvQoQ .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-tR2kwfvQoQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tR2kwfvQoQ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tR2kwfvQoQ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tR2kwfvQoQ .header-menu li p {
  margin: 0;
}
.cid-tR2kwfvQoQ .mbr-section-title {
  color: #000000;
}
.cid-tR2kwfvQoQ .header-menu-item {
  color: #ffffff;
}
.cid-tR2kwfvQoQ .mbr-text,
.cid-tR2kwfvQoQ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-tR2kwfvQoQ P {
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
}
.cid-tR7VmajK0V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tR7VmajK0V .carousel,
.cid-tR7VmajK0V .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tR7VmajK0V .item-wrapper {
  width: 100%;
}
.cid-tR7VmajK0V .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tR7VmajK0V .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-tR7VmajK0V .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tR7VmajK0V .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tR7VmajK0V .carousel-control {
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #E8E8E8;
  border-radius: 50%;
  opacity: 1;
}
.cid-tR7VmajK0V .carousel-control span {
  color: #101019;
}
.cid-tR7VmajK0V .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tR7VmajK0V .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
  }
}
.cid-tR7VmajK0V .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tR7VmajK0V .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tR7VmajK0V .carousel-indicators {
    margin-left: 0;
    text-align: center;
  }
}
.cid-tR7VmajK0V .carousel-indicators li {
  height: 8px;
  max-height: 8px;
  width: 8px;
  max-width: 8px;
  margin: 3px;
  background-color: #ffffff;
  border-radius: 50%;
}
.cid-tR7VmajK0V .carousel-indicators li.active,
.cid-tR7VmajK0V .carousel-indicators li:hover {
  opacity: 0.9;
  border: none;
  margin: 13px 3px;
}
.cid-tR7VmajK0V .carousel-indicators li::after,
.cid-tR7VmajK0V .carousel-indicators li::before {
  content: none;
}
.cid-tR7VmajK0V .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tR7VmajK0V .carousel-indicators {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .cid-tR7VmajK0V .mbr-section-head {
    margin-left: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1199px) {
  .cid-tR7VmajK0V .mbr-section-head {
    margin-left: 2.2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tR7VmajK0V .mbr-section-head {
    margin-left: 1.6rem;
  }
}
@media (max-width: 767px) {
  .cid-tR7VmajK0V .mbr-section-head {
    margin-left: 0;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-tR7VmajK0V .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tR2GCKRD3V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tR2GCKRD3V .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tR2GCKRD3V P {
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
}
.cid-tR2MHYRa4q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e5fafa;
}
.cid-tR2MHYRa4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR2MHYRa4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR2MHYRa4q .row {
  margin: 0 !important;
  row-gap: 40px;
  flex-direction: row-reverse;
}
.cid-tR2MHYRa4q .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
  justify-content: flex-end;
}
.cid-tR2MHYRa4q .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tR2MHYRa4q .item-img {
    width: 100%;
  }
}
.cid-tR2MHYRa4q .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-tR2MHYRa4q .item-content {
    padding-left: 40px !important;
    padding-left: 0 !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-tR2MHYRa4q .item-content {
    padding-left: 25px !important;
    padding-left: 0 !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-tR2MHYRa4q .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tR2MHYRa4q .card-title {
  color: #131313;
}
.cid-tR2MHYRa4q .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-tR2MHYRa4q .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-tR2MHYRa4q .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-tR2MHYRa4q .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-tR2MHYRa4q .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #fc7942;
  transform: rotate(-45deg);
}
.cid-tR2MHYRa4q .list-text {
  flex-grow: 1;
  color: #131313;
}
.cid-tR2MHYRa4q .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-tR2MHYRa4q .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-tR2MHYRa4q P {
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
}
.cid-tR2MHYRa4q .card-text,
.cid-tR2MHYRa4q .mbr-section-btn {
  text-align: left;
}
.cid-tR2NTs8rwR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tR2NTs8rwR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR2NTs8rwR h1 a {
  width: fit-content;
  position: relative;
  font-weight: 600;
  display: inline-block;
  z-index: 2;
}
.cid-tR2NTs8rwR h1 a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 22px;
  background: #6cff0e;
  z-index: -1;
}
.cid-tR2NTs8rwR h1 a:hover {
  color: inherit !important;
}
.cid-tR2NTs8rwR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR2NTs8rwR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tR2NTs8rwR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tR2NTs8rwR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tR2NTs8rwR .mbr-section-title {
  color: #19303d;
  text-align: center;
}
.cid-tR2NTs8rwR .mbr-section-subtitle,
.cid-tR2NTs8rwR .subtitle-wrap {
  color: #19303d;
}
.cid-tR2NTs8rwR .mbr-text,
.cid-tR2NTs8rwR .mbr-section-btn {
  color: #19303d;
  text-align: center;
}
.cid-tR2PUJWTLT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #e5fafa;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-tR2PUJWTLT .mbr-section-title {
  margin: 20px 0;
  color: #202020;
  text-align: center;
}
.cid-tR2PUJWTLT .shape {
  position: absolute;
  z-index: -1;
  bottom: -2.5rem;
  right: 0;
  max-width: 160px;
}
.cid-tR2PUJWTLT .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-tR2PUJWTLT .shape {
    max-width: 80px;
  }
}
.cid-tR2PUJWTLT .mbr-text {
  text-align: center;
}
.cid-tR2PUJWTLT h2 {
  text-shadow: 1px 0px #000000;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 30px;
  line-height: 1.3;
}
.cid-tR2PUJWTLT H2 {
  color: #ff00a7;
}
.cid-tR2PUJWTLT P {
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
}
.cid-tR2PwKZlDe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tR2PwKZlDe .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tR2PwKZlDe P {
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
}
.cid-tR2RsSnRAX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tR2RsSnRAX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR2RsSnRAX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tR2RsSnRAX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tR2RsSnRAX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tR2RsSnRAX .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tR2RsSnRAX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tR2RsSnRAX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tR2RsSnRAX .mbr-text,
.cid-tR2RsSnRAX .mbr-section-btn {
  color: #260a30;
}
.cid-tR6kj5GUmV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-tR6kj5GUmV .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tR6kj5GUmV P {
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
}
.cid-tR2ZAz0k0C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tR2ZAz0k0C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR2ZAz0k0C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR2ZAz0k0C .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tR2ZAz0k0C .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tR2ZAz0k0C .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tR2ZAz0k0C .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tR2ZAz0k0C .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tR2ZAz0k0C .mbr-section-title {
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 300;
}
.cid-tR2ZAz0k0C .mbr-text,
.cid-tR2ZAz0k0C .mbr-section-btn {
  color: #260a30;
}
.cid-tR649zgTz2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ebefef;
}
.cid-tR649zgTz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR649zgTz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tR649zgTz2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tR649zgTz2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tR649zgTz2 .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tR649zgTz2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tR649zgTz2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tR649zgTz2 .mbr-text,
.cid-tR649zgTz2 .mbr-section-btn {
  color: #260a30;
}
.cid-tR649zgTz2 P {
  text-align: left;
  font-size: 24px;
  line-height: 1.6;
}
.cid-tR68MI9o8L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2e481a;
}
.cid-tR68MI9o8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR68MI9o8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR68MI9o8L .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tR68MI9o8L .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tR68MI9o8L .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tR68MI9o8L .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tR68MI9o8L .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tR68MI9o8L .mbr-section-title {
  color: #ffffff;
  text-align: center;
  text-shadow: 2px 2px #000000;
  letter-spacing: 3px;
}
.cid-tR68MI9o8L .mbr-text,
.cid-tR68MI9o8L .mbr-section-btn {
  color: #260a30;
}
.cid-tR68MI9o8L P {
  text-align: left;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.6;
  color: #ffffff;
  text-shadow: 2px 2px #000000;
}
.cid-tR68MI9o8L img {
  border: 1px solid #000000;
}
.cid-tR6hon1va2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-tR6hon1va2 .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tR6hon1va2 P {
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
}
.cid-tR6sf7C8iy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #2f270a;
}
.cid-tR6sf7C8iy .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tR6sf7C8iy P {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.6;
  color: #ffffff;
  text-shadow: 2px 2px #000000;
}
.cid-tR6BPX8moE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ebefef;
}
.cid-tR6BPX8moE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR6BPX8moE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tR6BPX8moE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tR6BPX8moE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tR6BPX8moE .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tR6BPX8moE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tR6BPX8moE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tR6BPX8moE .mbr-text,
.cid-tR6BPX8moE .mbr-section-btn {
  color: #260a30;
}
.cid-tR6BPX8moE P {
  text-align: left;
  font-size: 24px;
  line-height: 1.6;
}
.cid-tR6GJtNfZD {
  background: #ffffff;
}
.cid-tR6GJtNfZD .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tR6GJtNfZD .mbr-figure {
  margin: 0 auto;
}
.cid-tR6GJtNfZD figcaption {
  position: relative;
}
.cid-tR6GJtNfZD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tR6GJtNfZD .image-block {
    width: 100% !important;
  }
}
.cid-tR6GJtNfZD .mbr-figure-caption div {
  text-align: left;
  color: #ffffff;
}
.cid-tR6GJtNfZD .mbr-figure-caption {
  text-shadow: 2px 2px #000000;
}
.cid-tR6HnmdzVG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #2a2a2a;
}
.cid-tR6HnmdzVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR6HnmdzVG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tR6HnmdzVG .image-wrapper {
    flex-direction: column;
  }
  .cid-tR6HnmdzVG .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-tR6HnmdzVG img {
  width: 150px;
  margin: 1rem;
  border-radius: 0!important;
}
.cid-tR6HnmdzVG .mbr-description {
  color: #ffffff;
}
.cid-tR6HnmdzVG P {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.2;
  text-shadow: 2px 2px #000000;
  letter-spacing: 3px;
}
.cid-tSmq5TH2GJ.popup-builder {
  background-color: #ffffff;
}
.cid-tSmq5TH2GJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tSmq5TH2GJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tSmq5TH2GJ .modal-content,
.cid-tSmq5TH2GJ .modal-dialog {
  height: auto;
}
.cid-tSmq5TH2GJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tSmq5TH2GJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tSmq5TH2GJ .form-wrapper .mbr-form .form-group,
  .cid-tSmq5TH2GJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tSmq5TH2GJ .card-img {
  width: 50%;
  margin: auto;
  border-radius: 0;
}
.cid-tSmq5TH2GJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSmq5TH2GJ .mbr-text {
  text-align: left;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 2px;
}
.cid-tSmq5TH2GJ .mbr-text-two {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
.cid-tSmq5TH2GJ .pt-0 {
  padding-top: 0 !important;
}
.cid-tSmq5TH2GJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tSmq5TH2GJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tSmq5TH2GJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tSmq5TH2GJ .modal-open {
  overflow: hidden;
}
.cid-tSmq5TH2GJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tSmq5TH2GJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tSmq5TH2GJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tSmq5TH2GJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tSmq5TH2GJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tSmq5TH2GJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tSmq5TH2GJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tSmq5TH2GJ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tSmq5TH2GJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tSmq5TH2GJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tSmq5TH2GJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tSmq5TH2GJ .modal-backdrop.show {
  opacity: .5;
}
.cid-tSmq5TH2GJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tSmq5TH2GJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tSmq5TH2GJ .modal-header {
    padding: 1rem;
  }
}
.cid-tSmq5TH2GJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tSmq5TH2GJ .modal-header .close svg {
  fill: #353535;
}
.cid-tSmq5TH2GJ .modal-header .close:hover {
  opacity: 1;
}
.cid-tSmq5TH2GJ .modal-header .close:focus {
  outline: none;
}
.cid-tSmq5TH2GJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-tSmq5TH2GJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tSmq5TH2GJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSmq5TH2GJ .modal-body {
    padding: 1rem;
  }
}
.cid-tSmq5TH2GJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tSmq5TH2GJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSmq5TH2GJ .modal-footer {
    padding: 1rem;
  }
}
.cid-tSmq5TH2GJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tSmq5TH2GJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tSmq5TH2GJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tSmq5TH2GJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tSmq5TH2GJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tSmq5TH2GJ .modal-lg,
  .cid-tSmq5TH2GJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tSmq5TH2GJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tSmq5TH2GJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tSmq5TH2GJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tSmq5TH2GJ .form-group {
  margin-bottom: 1rem;
}
.cid-tSmq5TH2GJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tSmq5TH2GJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tSmq5TH2GJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tSmq5TH2GJ .mbr-section-btn {
  margin: 0;
}
.cid-tSmq5TH2GJ .mbr-section-btn .btn {
  margin: 0;
}
