body {
  font-family: 'Roboto', sans-serif;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.5rem;
  line-height: 1.06;
  letter-spacing: -3px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -1.44px;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -0.3px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.24;
  letter-spacing: -0.896px;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: -0.08px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.06 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.24 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1rem + (1 - 1) * ((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: #0099ff !important;
}
.bg-success {
  background-color: #017eff !important;
}
.bg-info {
  background-color: #8160ff !important;
}
.bg-warning {
  background-color: #4bfdb1 !important;
}
.bg-danger {
  background-color: #ffca39 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0099ff !important;
  border-color: #0099ff !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: #0065a8 !important;
  border-color: #0065a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0065a8 !important;
  border-color: #0065a8 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #083b6b !important;
  border-color: #083b6b !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: #020f1a !important;
  border-color: #020f1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #020f1a !important;
  border-color: #020f1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #8160ff !important;
  border-color: #8160ff !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: #3c09ff !important;
  border-color: #3c09ff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3c09ff !important;
  border-color: #3c09ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #017eff !important;
  border-color: #017eff !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: #0053a9 !important;
  border-color: #0053a9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0053a9 !important;
  border-color: #0053a9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4bfdb1 !important;
  border-color: #4bfdb1 !important;
  color: #01482a !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: #000000 !important;
  background-color: #03ef8a !important;
  border-color: #03ef8a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #01482a !important;
  background-color: #03ef8a !important;
  border-color: #03ef8a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffca39 !important;
  border-color: #ffca39 !important;
  color: #392a00 !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: #e1a500 !important;
  border-color: #e1a500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #392a00 !important;
  background-color: #e1a500 !important;
  border-color: #e1a500 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-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: #0099ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0065a8 !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: #0099ff !important;
  border-color: #0099ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #083b6b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #020f1a !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: #083b6b !important;
  border-color: #083b6b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8160ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3c09ff !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: #8160ff !important;
  border-color: #8160ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #017eff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0053a9 !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: #017eff !important;
  border-color: #017eff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4bfdb1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #03ef8a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #01482a !important;
  background-color: #4bfdb1 !important;
  border-color: #4bfdb1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffca39;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e1a500 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #392a00 !important;
  background-color: #ffca39 !important;
  border-color: #ffca39 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.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: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #0099ff !important;
}
.text-secondary {
  color: #083b6b !important;
}
.text-success {
  color: #017eff !important;
}
.text-info {
  color: #8160ff !important;
}
.text-warning {
  color: #4bfdb1 !important;
}
.text-danger {
  color: #ffca39 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #005c99 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #01070c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #004c9a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3400f9 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #02e081 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d29a00 !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: #0099ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #8160ff;
}
.alert-warning {
  background-color: #4bfdb1;
}
.alert-danger {
  background-color: #ffca39;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0099ff;
  border-color: #0099ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0099ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ccebff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cde6ff;
}
.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*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -0.3px;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #0099ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -0.3px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #0099ff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0099ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0099ff;
}
.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: #0099ff;
  border-bottom-color: #0099ff;
}
.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: #0099ff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #083b6b !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='%230099ff' %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;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1440px;
}
@media (max-width: 1399px) {
  .container {
    max-width: 1240px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 1040px;
  }
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.btn {
  border-radius: 1rem;
  padding: 14px 28px;
  min-height: 62px;
  line-height: 1;
}
.cid-sUp7VWTplP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-sUp7VWTplP nav.navbar {
  position: fixed;
}
.cid-sUp7VWTplP .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-sUp7VWTplP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sUp7VWTplP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sUp7VWTplP .dropdown-item:hover,
.cid-sUp7VWTplP .dropdown-item:focus {
  background: #0099ff !important;
  color: white !important;
}
.cid-sUp7VWTplP .dropdown-item:hover span {
  color: white;
}
.cid-sUp7VWTplP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sUp7VWTplP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sUp7VWTplP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sUp7VWTplP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUp7VWTplP .nav-link {
  position: relative;
}
.cid-sUp7VWTplP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sUp7VWTplP .container {
    flex-wrap: nowrap;
  }
}
.cid-sUp7VWTplP .iconfont-wrapper {
  color: #083b6b !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sUp7VWTplP .dropdown-menu,
.cid-sUp7VWTplP .navbar.opened {
  background: #ffffff !important;
}
.cid-sUp7VWTplP .nav-item:focus,
.cid-sUp7VWTplP .nav-link:focus {
  outline: none;
}
.cid-sUp7VWTplP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUp7VWTplP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUp7VWTplP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sUp7VWTplP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUp7VWTplP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUp7VWTplP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUp7VWTplP .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sUp7VWTplP .navbar.opened {
  transition: all 0.3s;
}
.cid-sUp7VWTplP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sUp7VWTplP .navbar .navbar-logo img {
  width: auto;
}
.cid-sUp7VWTplP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUp7VWTplP .navbar.collapsed {
  justify-content: center;
}
.cid-sUp7VWTplP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUp7VWTplP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUp7VWTplP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sUp7VWTplP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUp7VWTplP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUp7VWTplP .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-sUp7VWTplP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUp7VWTplP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sUp7VWTplP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sUp7VWTplP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUp7VWTplP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUp7VWTplP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUp7VWTplP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUp7VWTplP .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-sUp7VWTplP .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-sUp7VWTplP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUp7VWTplP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUp7VWTplP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUp7VWTplP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUp7VWTplP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sUp7VWTplP .navbar.navbar-short {
  min-height: 80px;
}
.cid-sUp7VWTplP .navbar.navbar-short .navbar-logo img {
  height: 1rem !important;
}
.cid-sUp7VWTplP .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sUp7VWTplP .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUp7VWTplP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUp7VWTplP .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sUp7VWTplP .navbar-brand {
    margin-right: 14px;
  }
}
.cid-sUp7VWTplP .dropdown-item.active,
.cid-sUp7VWTplP .dropdown-item:active {
  background-color: transparent;
}
.cid-sUp7VWTplP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUp7VWTplP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUp7VWTplP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUp7VWTplP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sUp7VWTplP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUp7VWTplP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUp7VWTplP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUp7VWTplP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUp7VWTplP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sUp7VWTplP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0628b4;
}
.cid-sUp7VWTplP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUp7VWTplP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUp7VWTplP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUp7VWTplP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUp7VWTplP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUp7VWTplP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUp7VWTplP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUp7VWTplP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUp7VWTplP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sUp7VWTplP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUp7VWTplP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sUp7VWTplP .icons-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sUp7VWTplP .navbar {
    height: 80px;
  }
  .cid-sUp7VWTplP .navbar.opened {
    height: auto;
  }
  .cid-sUp7VWTplP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUp7VWTplP .nav-item {
  opacity: 0.7;
  background: transparent;
  border-radius: 12px;
  transition: 0.5s all;
  color: #ffffff;
}
.cid-sUp7VWTplP .nav-item:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}
.cid-sUp7VWTplP .nav-item .nav-link {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sUp7VWTplP .mbr-section-btn {
    margin-left: auto;
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .cid-sUp7VWTplP .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sUp7VWTplP .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sUp7VWTplP .mbr-section-btn .btn {
  padding: 12px 22px;
  min-height: 40px;
}
.cid-tu3YsvA7UU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-tu3YsvA7UU .carousel {
  height: 800px;
}
.cid-tu3YsvA7UU .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tu3YsvA7UU .carousel-item,
.cid-tu3YsvA7UU .carousel-inner {
  height: 100%;
}
.cid-tu3YsvA7UU .carousel-caption {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-tu3YsvA7UU .carousel-caption {
    width: 680px;
  }
}
@media (min-width: 992px) {
  .cid-tu3YsvA7UU .carousel-caption {
    width: 900px;
  }
}
.cid-tu3YsvA7UU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tu3YsvA7UU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tu3YsvA7UU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 100;
}
.cid-tu3YsvA7UU .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tu3YsvA7UU .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tu3YsvA7UU .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tu3YsvA7UU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tu3YsvA7UU .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 50;
}
.cid-tu3YsvA7UU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tu3YsvA7UU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tu3YsvA7UU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tu3YsvA7UU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tu3YsvA7UU .carousel-indicators li {
  max-width: 7px;
  height: 7px;
  width: 7px;
  max-height: 7px;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-tu3YsvA7UU .carousel-indicators li.active {
  background-color: #ffffff;
  opacity: 1 !important;
}
.cid-tu3YsvA7UU .carousel-indicators li::after,
.cid-tu3YsvA7UU .carousel-indicators li::before {
  content: none;
}
.cid-tu3YsvA7UU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tu3YsvA7UU H5 {
  text-align: left;
}
.cid-tu3YsvA7UU P {
  text-align: left;
}
.cid-tu3YsvA7UU .mbr-section-btn {
  margin-top: 20px;
}
.cid-tu3YsvA7UU .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-tu3YsvA7UU .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tu3YsvA7UU .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tu5U9kmmAz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #083b6b;
}
.cid-tu5U9kmmAz .row {
  justify-content: center;
}
.cid-tu5U9kmmAz .item-img {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  border-radius: 1rem;
  overflow: hidden;
}
.cid-tu5U9kmmAz img {
  width: 100%;
  height: 100%;
}
.cid-tu5U9kmmAz .item:focus,
.cid-tu5U9kmmAz span:focus {
  outline: none;
}
.cid-tu5U9kmmAz .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tu5U9kmmAz .col-items {
    padding: 0 !important;
  }
}
.cid-tu5U9kmmAz .item {
  cursor: pointer;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .cid-tu5U9kmmAz .item {
    padding: 0 20px;
  }
}
.cid-tu5U9kmmAz .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  flex-direction: row;
  border-radius: 20px;
  background-color: #ffffff;
  padding-left: 0;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .cid-tu5U9kmmAz .item-wrapper {
    padding-left: 0;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tu5U9kmmAz .item-wrapper {
    padding-left: 0;
    padding-top: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
  }
}
.cid-tu5U9kmmAz .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tu5U9kmmAz .item-content {
    text-align: center;
  }
}
.cid-tu5U9kmmAz .mbr-section-title {
  width: 100%;
  color: #000000;
}
.cid-tu5U9kmmAz .mbr-text {
  color: #000000;
  padding: 20px 20px 20px 20px;
  opacity: 0.5;
}
.cid-tu5U9kmmAz .item-title {
  color: #000000;
  padding: 20px 20px 20px 20px;
}
.cid-tu5U9kmmAz .item-subtitle {
  color: #000000;
  padding: 20px 20px 20px 20px;
}
.cid-tu5U9kmmAz .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-tu5U9kmmAz .mbr-section-head {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tu5U9kmmAz .mbr-section-head {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-tu5U9kmmAz .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tu5U9kmmAz .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tu5U9kmmAz .item-title,
.cid-tu5U9kmmAz .mbr-section-btn {
  color: #000000;
}
.cid-tu9Cx0ATwF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tu9Cx0ATwF .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-tu9Cx0ATwF .row {
    text-align: center!important;
  }
}
.cid-tu9Cx0ATwF .mbr-section-title {
  color: #4BFDB1;
}
@media (max-width: 575px) {
  .cid-tu9Cx0ATwF .mbr-section-title {
    text-align: center;
  }
}
.cid-tu9Cx0ATwF .mbr-section-subtitle {
  color: #000000;
}
.cid-tu9Cx0ATwF .mbr-text {
  color: #000000;
  margin-top: 28px;
}
.cid-tu9Cx0ATwF .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-tu9Cx0ATwF .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tu9Cx0ATwF .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tu9Cx0ATwF .btn-primary-outline,
.cid-tu9Cx0ATwF .btn-secondary-outline,
.cid-tu9Cx0ATwF .btn-success-outline,
.cid-tu9Cx0ATwF .btn-info-outline,
.cid-tu9Cx0ATwF .btn-warning-outline,
.cid-tu9Cx0ATwF .btn-danger-outline,
.cid-tu9Cx0ATwF .btn-white-outline,
.cid-tu9Cx0ATwF .btn-black-outline {
  padding: 0;
  min-height: auto;
}
.cid-tu9Cx0ATwF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu9Cx0ATwF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu9Cx0ATwF .mbr-section-title,
.cid-tu9Cx0ATwF .mbr-section-btn {
  color: #083b6b;
  text-align: center;
}
.cid-tu9Cx0ATwF hr {
  height: 5px;
  color: #083b6b;
}
.cid-tu6yeT42TL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tu6yeT42TL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu6yeT42TL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tu6yeT42TL .embla__slide {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  min-width: 420px;
  max-width: 420px;
  min-height: 300px;
  background-image: linear-gradient(0deg, #0099ff, rgba(17, 17, 17, 0));
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-tu6yeT42TL .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
.cid-tu6yeT42TL .embla__slide .card-wrap {
  z-index: 1;
}
.cid-tu6yeT42TL .embla__slide .card-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .65;
  border-radius: 16px;
  z-index: -1;
}
.cid-tu6yeT42TL .embla__slide .card-wrap .mbr-desc {
  padding: 10px;
  margin: 10px;
  z-index: 1;
}
.cid-tu6yeT42TL .embla__button--next,
.cid-tu6yeT42TL .embla__button--prev {
  display: flex;
}
.cid-tu6yeT42TL .embla__button {
  top: -3rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #0099ff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-tu6yeT42TL .embla__button {
    display: none;
  }
}
.cid-tu6yeT42TL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tu6yeT42TL .embla__button:hover {
  background: #0099ff;
  color: #0099ff;
  opacity: .7;
}
.cid-tu6yeT42TL .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tu6yeT42TL .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tu6yeT42TL .embla__button {
    top: auto;
    bottom: -4rem;
  }
}
.cid-tu6yeT42TL .embla {
  position: relative;
  width: 100%;
}
.cid-tu6yeT42TL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tu6yeT42TL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tu6yeT42TL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tu6yeT42TL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tu6yeT42TL .mbr-desc {
  color: #f4efe8;
  text-align: left;
}
.cid-tu6SEW4KjA {
  background-image: url("../../../assets/images/fundo2-1920x1250.png");
}
.cid-tu6SEW4KjA .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-tu6SEW4KjA .row {
    text-align: center!important;
  }
}
.cid-tu6SEW4KjA .text-col {
  padding-top: 200px;
}
.cid-tu6SEW4KjA .icon-box {
  margin-bottom: 20px;
}
.cid-tu6SEW4KjA .mbr-section-title {
  color: #FFFFFF;
}
.cid-tu6SEW4KjA .opacity-text {
  opacity: 0.5;
  font-weight: inherit;
}
.cid-tu6SEW4KjA .mbr-text {
  color: #FFFFFF;
  margin-bottom: 28px;
}
.cid-tu6SEW4KjA .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .cid-tu6SEW4KjA .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tu6SEW4KjA .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tu6SEW4KjA .btn-white-outline {
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 50px;
}
.cid-tu6SEW4KjA .btn-white-outline:hover {
  background: rgba(255, 255, 255, 0.3) !important;
}
.cid-tu6SEW4KjA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu6SEW4KjA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuamSircJ7 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuamSircJ7 .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-tuamSircJ7 .row {
    text-align: center!important;
  }
}
.cid-tuamSircJ7 .mbr-section-title {
  color: #4BFDB1;
}
@media (max-width: 575px) {
  .cid-tuamSircJ7 .mbr-section-title {
    text-align: center;
  }
}
.cid-tuamSircJ7 .mbr-section-subtitle {
  color: #000000;
}
.cid-tuamSircJ7 .mbr-text {
  color: #000000;
  margin-top: 28px;
}
.cid-tuamSircJ7 .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-tuamSircJ7 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tuamSircJ7 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tuamSircJ7 .btn-primary-outline,
.cid-tuamSircJ7 .btn-secondary-outline,
.cid-tuamSircJ7 .btn-success-outline,
.cid-tuamSircJ7 .btn-info-outline,
.cid-tuamSircJ7 .btn-warning-outline,
.cid-tuamSircJ7 .btn-danger-outline,
.cid-tuamSircJ7 .btn-white-outline,
.cid-tuamSircJ7 .btn-black-outline {
  padding: 0;
  min-height: auto;
}
.cid-tuamSircJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuamSircJ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuamSircJ7 .mbr-section-title,
.cid-tuamSircJ7 .mbr-section-btn {
  color: #083b6b;
  text-align: center;
}
.cid-tuamSircJ7 hr {
  height: 5px;
  color: #083b6b;
}
.cid-tuan1reXLu {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tuan1reXLu .mbr-section-head {
  margin-bottom: 24px;
}
.cid-tuan1reXLu .col-video {
  height: auto;
  display: flex;
  justify-content: center;
}
.cid-tuan1reXLu .img-container {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
.cid-tuan1reXLu .img-container img {
  object-fit: contain;
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tuan1reXLu .img-container {
    height: 585px;
  }
  .cid-tuan1reXLu .img-container img {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-tuan1reXLu .img-container {
    height: 700px;
  }
}
@media (min-width: 1400px) {
  .cid-tuan1reXLu .img-container {
    height: 820px;
  }
}
.cid-tuan1reXLu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuan1reXLu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuaCNINHIU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #083b6b;
}
.cid-tuaCNINHIU .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-tuaCNINHIU .row {
    text-align: center!important;
  }
}
.cid-tuaCNINHIU .mbr-section-title {
  color: #4BFDB1;
}
@media (max-width: 575px) {
  .cid-tuaCNINHIU .mbr-section-title {
    text-align: center;
  }
}
.cid-tuaCNINHIU .mbr-section-subtitle {
  color: #000000;
}
.cid-tuaCNINHIU .mbr-text {
  color: #ffffff;
  margin-top: 28px;
  text-align: center;
}
.cid-tuaCNINHIU .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-tuaCNINHIU .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tuaCNINHIU .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tuaCNINHIU .btn-primary-outline,
.cid-tuaCNINHIU .btn-secondary-outline,
.cid-tuaCNINHIU .btn-success-outline,
.cid-tuaCNINHIU .btn-info-outline,
.cid-tuaCNINHIU .btn-warning-outline,
.cid-tuaCNINHIU .btn-danger-outline,
.cid-tuaCNINHIU .btn-white-outline,
.cid-tuaCNINHIU .btn-black-outline {
  padding: 0;
  min-height: auto;
}
.cid-tuaCNINHIU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuaCNINHIU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuaCNINHIU .mbr-section-title,
.cid-tuaCNINHIU .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tuaCNINHIU hr {
  height: 5px;
  color: #ffffff;
}
.cid-tuhclRmnYO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #083b6b;
}
.cid-tuhclRmnYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuhclRmnYO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tuhclRmnYO .title {
    text-align: center;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tuhclRmnYO .container {
    padding: 0;
  }
}
.cid-tuhclRmnYO .name {
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-tuhclRmnYO .d-flex {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tuhclRmnYO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
  border-radius: 2rem;
  padding: 3rem;
  background: white;
}
@media (max-width: 1200px) {
  .cid-tuhclRmnYO .embla__slide {
    min-width: 470px;
  }
}
@media (max-width: 992px) {
  .cid-tuhclRmnYO .embla__slide {
    min-width: 570px;
  }
}
@media (max-width: 768px) {
  .cid-tuhclRmnYO .embla__slide {
    min-width: 100%;
    padding: 2rem 1rem;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tuhclRmnYO .embla__button--next,
.cid-tuhclRmnYO .embla__button--prev {
  display: flex;
}
.cid-tuhclRmnYO .embla__button {
  bottom: 5%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  color: black;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tuhclRmnYO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tuhclRmnYO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 6rem;
}
.cid-tuhclRmnYO .embla__button.embla__button--next {
  right: 0;
  margin-right: 6rem;
}
@media (max-width: 768px) {
  .cid-tuhclRmnYO .embla__button {
    top: auto;
  }
}
.cid-tuhclRmnYO .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-tuhclRmnYO .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tuhclRmnYO .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tuhclRmnYO .embla {
  position: relative;
  width: 100%;
}
.cid-tuhclRmnYO .embla__viewport {
  overflow: hidden;
  width: 100%;
  border-radius: 2rem;
}
.cid-tuhclRmnYO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tuhclRmnYO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tuhclRmnYO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tuhclRmnYO H3 {
  color: #ffffff;
}
.cid-tuhclRmnYO .user_name {
  color: #083b6b;
}
.cid-tuhclRmnYO .user_desk {
  color: #017eff;
}
.cid-tuhclRmnYO .user_text {
  color: #083b6b;
  text-align: center;
}
.cid-tuhfRAW1FE {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tuhfRAW1FE .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-tuhfRAW1FE .row {
    text-align: center!important;
  }
}
.cid-tuhfRAW1FE .mbr-section-title {
  color: #4BFDB1;
}
@media (max-width: 575px) {
  .cid-tuhfRAW1FE .mbr-section-title {
    text-align: center;
  }
}
.cid-tuhfRAW1FE .mbr-section-subtitle {
  color: #000000;
}
.cid-tuhfRAW1FE .mbr-text {
  color: #083b6b;
  margin-top: 28px;
  text-align: center;
}
.cid-tuhfRAW1FE .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-tuhfRAW1FE .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tuhfRAW1FE .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tuhfRAW1FE .btn-primary-outline,
.cid-tuhfRAW1FE .btn-secondary-outline,
.cid-tuhfRAW1FE .btn-success-outline,
.cid-tuhfRAW1FE .btn-info-outline,
.cid-tuhfRAW1FE .btn-warning-outline,
.cid-tuhfRAW1FE .btn-danger-outline,
.cid-tuhfRAW1FE .btn-white-outline,
.cid-tuhfRAW1FE .btn-black-outline {
  padding: 0;
  min-height: auto;
}
.cid-tuhfRAW1FE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuhfRAW1FE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuhfRAW1FE .mbr-section-title,
.cid-tuhfRAW1FE .mbr-section-btn {
  color: #083b6b;
  text-align: center;
}
.cid-tuhfRAW1FE hr {
  height: 5px;
  color: #083b6b;
}
.cid-tuhgmhq9el {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tuhgmhq9el .showAlerts {
  display: block !important;
}
.cid-tuhgmhq9el .rowflexrev {
  display: -webkit-flex;
}
.cid-tuhgmhq9el .title {
  margin-bottom: 2rem;
}
.cid-tuhgmhq9el .mbr-section-subtitle {
  color: #767676;
}
.cid-tuhgmhq9el textarea.form-control {
  min-height: 188px;
}
.cid-tuhgmhq9el LABEL {
  color: #232323;
  display: initial;
}
.cid-tuhgmhq9el .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tuhgmhq9el .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tuhgmhq9el .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tuhgmhq9el .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tuhgmhq9el .alert {
  margin-bottom: 0;
}
.cid-tuhgmhq9el .alert-success {
  background-color: #70c770;
}
.cid-tuhgmhq9el .alert-danger {
  background-color: #ff4a52;
}
.cid-tuhgmhq9el .btn {
  display: inline-flex;
}
.cid-tuhgmhq9el .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tuhgmhq9el .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tuhgmhq9el .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-tuhgmhq9el input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tuhgmhq9el input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tuhgmhq9el input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-tuhnyOZfiX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #083b6b;
}
.cid-tuhnyOZfiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuhnyOZfiX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuhnyOZfiX .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tuhnyOZfiX .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-tuhnyOZfiX .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tuhnyOZfiX .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tuhnyOZfiX .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tuhnyOZfiX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tuhnyOZfiX .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tuhnyOZfiX .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tuhnyOZfiX .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-tuhnyOZfiX .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-tuhnyOZfiX .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-tuhnyOZfiX .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-tuhnyOZfiX .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
  transition: 0.4s all;
}
.cid-tuhnyOZfiX .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-tuhnyOZfiX .list li:hover {
  color: #0099ff !important;
}
.cid-tuhnyOZfiX .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tuhnyOZfiX .list a:hover {
  color: #0099ff !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-tuhnyOZfiX .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-tuhnyOZfiX .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-tuhnyOZfiX .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-tuhnyOZfiX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tuhnyOZfiX .soc-item {
    padding: 10px;
  }
}
.cid-tuhnyOZfiX .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tuhnyOZfiX .soc-item:hover .mbr-iconfont {
  color: #0099ff !important;
}
.cid-tuhnyOZfiX .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-tuhnyOZfiX .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-tuhnyOZfiX .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-tuhnyOZfiX .border-item {
  width: 100%;
  height: 1px;
  background-color: #fcdb42;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tuhnyOZfiX .border-item {
    margin-top: 1.5rem;
  }
}
.cid-tuhnyOZfiX .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-tuhnyOZfiX .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tuhnyOZfiX .copyright {
    margin-top: 1.5rem;
  }
}
.cid-tuoNV6WHiJ.popup-builder {
  background-color: #ffffff;
}
.cid-tuoNV6WHiJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tuoNV6WHiJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tuoNV6WHiJ .modal-content,
.cid-tuoNV6WHiJ .modal-dialog {
  height: auto;
}
.cid-tuoNV6WHiJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tuoNV6WHiJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tuoNV6WHiJ .form-wrapper .mbr-form .form-group,
  .cid-tuoNV6WHiJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tuoNV6WHiJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tuoNV6WHiJ .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-tuoNV6WHiJ .mbr-text {
  text-align: center;
}
.cid-tuoNV6WHiJ .pt-0 {
  padding-top: 0 !important;
}
.cid-tuoNV6WHiJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tuoNV6WHiJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tuoNV6WHiJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tuoNV6WHiJ .modal-open {
  overflow: hidden;
}
.cid-tuoNV6WHiJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tuoNV6WHiJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tuoNV6WHiJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tuoNV6WHiJ .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-tuoNV6WHiJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tuoNV6WHiJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tuoNV6WHiJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tuoNV6WHiJ .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-tuoNV6WHiJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tuoNV6WHiJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tuoNV6WHiJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tuoNV6WHiJ .modal-backdrop.show {
  opacity: .5;
}
.cid-tuoNV6WHiJ .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-tuoNV6WHiJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tuoNV6WHiJ .modal-header {
    padding: 1rem;
  }
}
.cid-tuoNV6WHiJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tuoNV6WHiJ .modal-header .close svg {
  fill: #083b6b;
}
.cid-tuoNV6WHiJ .modal-header .close:hover {
  opacity: 1;
}
.cid-tuoNV6WHiJ .modal-header .close:focus {
  outline: none;
}
.cid-tuoNV6WHiJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tuoNV6WHiJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tuoNV6WHiJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuoNV6WHiJ .modal-body {
    padding: 1rem;
  }
}
.cid-tuoNV6WHiJ .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-tuoNV6WHiJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuoNV6WHiJ .modal-footer {
    padding: 1rem;
  }
}
.cid-tuoNV6WHiJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tuoNV6WHiJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tuoNV6WHiJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tuoNV6WHiJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tuoNV6WHiJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tuoNV6WHiJ .modal-lg,
  .cid-tuoNV6WHiJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tuoNV6WHiJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tuoNV6WHiJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tuoNV6WHiJ .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-tuoNV6WHiJ .form-group {
  margin-bottom: 1rem;
}
.cid-tuoNV6WHiJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tuoNV6WHiJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tuoNV6WHiJ .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-tuoNV6WHiJ .mbr-section-btn {
  margin: 0;
}
.cid-tuoNV6WHiJ .mbr-section-btn .btn {
  margin: 0;
}
