.btn {
  border-width: 2px;
}
body {
  background-color: #fcebeb;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Noto Serif', serif;
  font-size: 9.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 12.25rem;
}
.display-2 {
  font-family: 'Noto Serif', serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Noto Serif', serif;
  font-size: 3.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-7 {
  font-family: 'Anuphan', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.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: 7.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.86rem;
    font-size: calc( 4.08rem + (9.8 - 4.08) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.08rem + (9.8 - 4.08) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((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: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  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: #660708 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #ff4202 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #660708 !important;
  border-color: #660708 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #4e0506 !important;
  border-color: #4e0506 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4e0506 !important;
  border-color: #4e0506 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a4161a !important;
  border-color: #a4161a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8e1316 !important;
  border-color: #8e1316 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8e1316 !important;
  border-color: #8e1316 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #098faa !important;
  border-color: #098faa !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #098faa !important;
  border-color: #098faa !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1c975e !important;
  border-color: #1c975e !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1c975e !important;
  border-color: #1c975e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff4202 !important;
  border-color: #ff4202 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #e83b00 !important;
  border-color: #e83b00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e83b00 !important;
  border-color: #e83b00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #981a26 !important;
  border-color: #981a26 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #981a26 !important;
  border-color: #981a26 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #6e6e6e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #ededed !important;
  border-color: #ededed !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: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #660708;
  color: #660708;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #150102 !important;
  background-color: transparent !important;
  border-color: #150102 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #660708 !important;
  border-color: #660708 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #a4161a;
  color: #a4161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #580c0e !important;
  background-color: transparent !important;
  border-color: #580c0e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a4161a !important;
  border-color: #a4161a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff4202;
  color: #ff4202;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #aa2b00 !important;
  background-color: transparent !important;
  border-color: #aa2b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4202 !important;
  border-color: #ff4202 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !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: #660708 !important;
}
.text-secondary {
  color: #a4161a !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #ff4202 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #070001 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4a0a0c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #9b2700 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #660708;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #ff4202;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #660708;
  border-color: #660708;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #660708;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dd0f11;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffdace;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #660708 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #660708;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #660708;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #660708;
}
.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: #660708;
  border-bottom-color: #660708;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #660708 !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: #a4161a !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='%23660708' %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-uzlbu0bQTY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uzlbu0bQTY nav.navbar {
  position: absolute !important;
}
.cid-uzlbu0bQTY .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-uzlbu0bQTY .btn {
  padding: 1.25rem 2rem !important;
}
.cid-uzlbu0bQTY .navbar-caption-wrap {
  padding: 0 1.5rem;
}
.cid-uzlbu0bQTY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uzlbu0bQTY .nav-link {
  position: relative;
}
.cid-uzlbu0bQTY .container {
  display: flex;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 100vw;
  margin-top: 2rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  position: fixed !important;
  left: 0;
  right: 0;
  width: 100%;
}
.cid-uzlbu0bQTY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzlbu0bQTY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 100%;
  padding: 4px !important;
  border-radius: 100vw;
  background: #ffffff !important;
}
.cid-uzlbu0bQTY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: transparent !important;
}
.cid-uzlbu0bQTY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
}
.cid-uzlbu0bQTY .navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uzlbu0bQTY .navbar-collapse {
    display: flex !important;
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-uzlbu0bQTY .navbar-collapse {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 1rem 1rem 2rem;
    border-top: 2rem solid #ffffff;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background: rgba(235, 235, 235, 0.94);
    backdrop-filter: blur(8px);
  }
  .cid-uzlbu0bQTY .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .cid-uzlbu0bQTY .navbar-nav .nav-item {
    width: 100%;
  }
  .cid-uzlbu0bQTY .navbar-toggler {
    order: 1000;
    background-color: #ffffff;
  }
  .cid-uzlbu0bQTY .navbar .dropdown > .dropdown-menu {
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0);
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzlbu0bQTY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uzlbu0bQTY .dropdown-item {
    padding: 10px !important;
    margin: 0;
  }
  .cid-uzlbu0bQTY .icons-menu {
    display: flex;
    justify-content: center;
    padding: 0.5rem 1rem;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .cid-uzlbu0bQTY .navbar-collapse {
    padding: 0 1rem 1rem 1rem;
  }
  .cid-uzlbu0bQTY .navbar-nav {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-uzlbu0bQTY .navbar-toggler {
    order: 1001;
  }
  .cid-uzlbu0bQTY .iconfont-wrapper {
    font-size: 1.25rem;
  }
}
.cid-uzeMCvU1jr {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/herramientas-esenciales-tercera-edad-2000x1335.jpg");
}
.cid-uzeMCvU1jr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzeMCvU1jr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-uzeMCvU1jr .mbr-section-subtitle {
  background: #4479d9;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
  color: #FFFFFF;
}
.cid-uzeMCvU1jr .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #a4161a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uzeMCvU1jr .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uzeMCvU1jr .mbr-section-title {
  color: #fa2b06;
}
.cid-uzeMCvU1jr .mbr-text,
.cid-uzeMCvU1jr .mbr-section-btn {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uzeMCvU1jr .header2 {
    background-image: url('../../../{{bg.value}}');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .cid-uzeMCvU1jr .header2 img {
    display: none;
  }
  .cid-uzeMCvU1jr .mbr-section-subtitle {
    width: 100%;
    text-align: center;
    padding: 5px 1rem;
  }
  .cid-uzeMCvU1jr .subtitle-wrap {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  .cid-uzeMCvU1jr .mbr-iconfont {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .cid-uzeMCvU1jr .mbr-fallback-image {
    background-position: center center;
    height: auto;
    width: 100%;
  }
  .cid-uzeMCvU1jr .mbr-section-btn {
    width: 100%;
    text-align: center;
  }
  .cid-uzeMCvU1jr .mbr-text {
    font-size: 1rem;
    text-align: center;
  }
}
.cid-uzggUB8lrW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #9fdbf8;
}
.cid-uzggUB8lrW .item-subtitle {
  line-height: 1.2;
  color: #353535;
  text-align: left;
}
.cid-uzggUB8lrW img,
.cid-uzggUB8lrW .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uzggUB8lrW .item:focus,
.cid-uzggUB8lrW span:focus {
  outline: none;
}
.cid-uzggUB8lrW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzggUB8lrW .item {
    margin-bottom: 1rem;
  }
}
.cid-uzggUB8lrW .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uzggUB8lrW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzggUB8lrW .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uzggUB8lrW .mbr-text,
.cid-uzggUB8lrW .mbr-section-btn {
  color: #838383;
  text-align: left;
}
.cid-uzggUB8lrW .item-title {
  color: #fa8606;
  text-align: left;
}
.cid-uzggUB8lrW .mbr-section-subtitle {
  color: #838383;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uzggUB8lrW .item-subtitle {
    text-align: center;
    font-size: 1rem;
  }
  .cid-uzggUB8lrW .item-wrapper {
    flex-direction: column;
    padding: 0.5rem;
  }
  .cid-uzggUB8lrW .mbr-section-title,
  .cid-uzggUB8lrW .item-title {
    text-align: center;
    font-size: 1.5rem;
  }
  .cid-uzggUB8lrW .mbr-text,
  .cid-uzggUB8lrW .mbr-section-btn {
    text-align: center;
    font-size: 1rem;
  }
  .cid-uzggUB8lrW .mbr-section-btn {
    margin-top: 1rem;
  }
  .cid-uzggUB8lrW .item-img,
  .cid-uzggUB8lrW img {
    height: auto;
    object-fit: contain;
  }
}
@media (max-width: 480px) {
  .cid-uzggUB8lrW .item-wrapper {
    padding: 0.5rem;
  }
  .cid-uzggUB8lrW .item-subtitle {
    font-size: 0.9rem;
  }
  .cid-uzggUB8lrW .mbr-section-title,
  .cid-uzggUB8lrW .item-title {
    font-size: 1.2rem;
  }
  .cid-uzggUB8lrW .mbr-text,
  .cid-uzggUB8lrW .mbr-section-btn {
    font-size: 0.9rem;
  }
  .cid-uzggUB8lrW .mbr-section-btn {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
  .cid-uzggUB8lrW .item-img,
  .cid-uzggUB8lrW img {
    height: auto;
    object-fit: contain;
  }
}
.cid-uzj6w96Vm5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzj6w96Vm5 .item-img,
.cid-uzj6w96Vm5 .img-wrap,
.cid-uzj6w96Vm5 img {
  border-radius: 100% !important;
  display: flex;
  justify-content: center;
}
.cid-uzj6w96Vm5 img,
.cid-uzj6w96Vm5 .item-img {
  width: 250px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uzj6w96Vm5 img,
  .cid-uzj6w96Vm5 .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uzj6w96Vm5 .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uzj6w96Vm5 .item:focus,
.cid-uzj6w96Vm5 span:focus {
  outline: none;
}
.cid-uzj6w96Vm5 .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uzj6w96Vm5 .item {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uzj6w96Vm5 .item {
    margin-bottom: 2rem;
  }
}
.cid-uzj6w96Vm5 .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2rem;
}
.cid-uzj6w96Vm5 h5 {
  margin: 0;
}
.cid-uzj6w96Vm5 .item-content {
  margin-top: 1rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  text-align: center;
}
.cid-uzj6w96Vm5 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uzj6w96Vm5 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uzj6w96Vm5 .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uzj6w96Vm5 .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uzj6w96Vm5 .item-wrapper {
    height: auto;
  }
}
.cid-uzj6w96Vm5 .mbr-section-title {
  color: #020f7d;
  text-align: left;
}
.cid-uzj6w96Vm5 .item-title {
  text-align: center;
  color: #020f7d;
}
.cid-uzj6w96Vm5 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uzj6w96Vm5 .mbr-text,
.cid-uzj6w96Vm5 .item .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uzj6w96Vm5 .mbr-section-subtitle,
.cid-uzj6w96Vm5 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uzj6w96Vm5 .item-img,
  .cid-uzj6w96Vm5 img {
    width: 150px;
    height: 150px;
    min-height: 150px;
  }
  .cid-uzj6w96Vm5 .item-wrapper {
    padding: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cid-uzj6w96Vm5 .mbr-section-title,
  .cid-uzj6w96Vm5 .item-title {
    font-size: 1.5rem;
    text-align: center;
  }
  .cid-uzj6w96Vm5 .item-subtitle {
    font-size: 1rem;
    text-align: center;
  }
  .cid-uzj6w96Vm5 .mbr-section-btn {
    font-size: 1rem;
    margin-top: 1rem;
  }
  .cid-uzj6w96Vm5 .img-wrap {
    width: 100%;
    height: auto;
  }
  .cid-uzj6w96Vm5 .row {
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .cid-uzj6w96Vm5 .item-img,
  .cid-uzj6w96Vm5 img {
    width: 130px;
    height: 130px;
    min-height: 130px;
  }
  .cid-uzj6w96Vm5 .item-wrapper {
    padding: 0.5rem;
    flex-direction: column;
    justify-content: center;
  }
  .cid-uzj6w96Vm5 .mbr-section-title,
  .cid-uzj6w96Vm5 .item-title {
    font-size: 1.2rem;
  }
  .cid-uzj6w96Vm5 .item-subtitle {
    font-size: 0.9rem;
  }
  .cid-uzj6w96Vm5 .mbr-text,
  .cid-uzj6w96Vm5 .mbr-section-btn {
    font-size: 0.9rem;
  }
  .cid-uzj6w96Vm5 .mbr-section-btn {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
}
.cid-uzi7QKyoLn {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzi7QKyoLn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzi7QKyoLn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzi7QKyoLn .items-wrap {
  justify-content: space-between;
}
.cid-uzi7QKyoLn .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #9fdbf8;
}
@media (max-width: 1440px) {
  .cid-uzi7QKyoLn .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uzi7QKyoLn .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uzi7QKyoLn .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzi7QKyoLn .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzi7QKyoLn .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uzi7QKyoLn .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uzi7QKyoLn .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uzi7QKyoLn .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzi7QKyoLn .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uzi7QKyoLn .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uzi7QKyoLn .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uzi7QKyoLn .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uzi7QKyoLn .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uzi7QKyoLn .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uzi7QKyoLn .image-wrapper {
  position: relative;
  border: 3px solid #9fdbf8;
  background-color: #9fdbf8;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uzi7QKyoLn .image-wrapper {
    height: 350px;
  }
}
.cid-uzi7QKyoLn .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uzi7QKyoLn .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uzi7QKyoLn .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uzi7QKyoLn .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uzi7QKyoLn .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #9fdbf8;
  margin-bottom: 0;
}
.cid-uzi7QKyoLn .mbr-section-title {
  color: #191c25;
}
.cid-uzi7QKyoLn .list {
  color: #191c25;
}
.cid-uzi7QKyoLn .mbr-number_1 {
  color: #191c25;
}
.cid-uzi7QKyoLn .mbr-number_2,
.cid-uzi7QKyoLn .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
@media (max-width: 768px) {
  .cid-uzi7QKyoLn .content-wrapper {
    padding: 20px;
    margin-bottom: 10px;
  }
  .cid-uzi7QKyoLn .content-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-uzi7QKyoLn .list {
    margin-bottom: 15px;
  }
  .cid-uzi7QKyoLn .image-wrapper {
    height: 300px;
  }
  .cid-uzi7QKyoLn .number-wrapper_1 {
    margin-top: 40px;
  }
  .cid-uzi7QKyoLn .number-wrapper_2 {
    padding: 16px;
  }
  .cid-uzi7QKyoLn .mbr-number_2 {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 480px) {
  .cid-uzi7QKyoLn .content-wrapper {
    padding: 15px;
    margin-bottom: 8px;
  }
  .cid-uzi7QKyoLn .content-wrap .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-uzi7QKyoLn .list {
    margin-bottom: 12px;
  }
  .cid-uzi7QKyoLn .image-wrapper {
    height: 250px;
  }
  .cid-uzi7QKyoLn .number-wrapper_1 {
    margin-top: 30px;
  }
  .cid-uzi7QKyoLn .number-wrapper_2 {
    padding: 12px;
  }
  .cid-uzi7QKyoLn .mbr-number_2 {
    width: 60px;
    height: 60px;
  }
}
.cid-uzkQ0crn3z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafaf9;
}
.cid-uzkQ0crn3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkQ0crn3z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkQ0crn3z img {
  border-radius: 2rem;
  margin-bottom: 1rem;
}
.cid-uzkQ0crn3z .card-wrapper {
  border: 3px solid #660708;
  padding: 2rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uzkQ0crn3z .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzkQ0crn3z .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uzkQ0crn3z .mbr-section-subtitle {
  background: #660708;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uzkQ0crn3z .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #a4161a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uzkQ0crn3z .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #660708;
  font-size: 1.5rem;
}
.cid-uzkQ0crn3z .mbr-section-title {
  color: #04492e;
}
.cid-uzkQ0crn3z .mbr-text,
.cid-uzkQ0crn3z .mbr-section-btn {
  color: #6e6e6e;
}
.cid-uzkQ0crn3z .mbr-section-subtitle2,
.cid-uzkQ0crn3z .align-wrapper {
  color: #04492e;
}
.cid-uzkQ0crn3z .mbr-section-maintitle {
  text-align: center;
  color: #04492e;
}
@media (max-width: 768px) {
  .cid-uzkQ0crn3z .card-wrapper {
    padding: 1.5rem;
  }
  .cid-uzkQ0crn3z .mbr-section-subtitle {
    padding: 4px 0.8rem;
  }
  .cid-uzkQ0crn3z .subtitle-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cid-uzkQ0crn3z .mbr-iconfont {
    font-size: 1.3rem;
  }
  .cid-uzkQ0crn3z .mbr-section-title,
  .cid-uzkQ0crn3z .mbr-section-maintitle {
    text-align: center;
  }
  .cid-uzkQ0crn3z .mbr-text,
  .cid-uzkQ0crn3z .mbr-section-btn {
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .cid-uzkQ0crn3z .card-wrapper {
    padding: 1rem;
  }
  .cid-uzkQ0crn3z .mbr-section-subtitle {
    padding: 4px 0.6rem;
  }
  .cid-uzkQ0crn3z .mbr-section-title {
    font-size: 1.1rem;
  }
  .cid-uzkQ0crn3z .subtitle-wrap {
    padding: 0.5rem;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .cid-uzkQ0crn3z .mbr-iconfont {
    font-size: 1.2rem;
  }
  .cid-uzkQ0crn3z .mbr-section-maintitle {
    font-size: 1.2rem;
  }
}
.cid-uzeMCw4z3O {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #9fdbf8;
}
.cid-uzeMCw4z3O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzeMCw4z3O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzeMCw4z3O form .btn {
  border-radius: 2rem;
  padding: 1rem 2rem;
}
.cid-uzeMCw4z3O h1 {
  font-weight: 500;
  line-height: 1;
}
.cid-uzeMCw4z3O .mbr-section-subtitle {
  background: #fa8606;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uzeMCw4z3O .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #22a5e5;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uzeMCw4z3O .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uzeMCw4z3O .mbr-section-title {
  color: #fa8606;
}
.cid-uzeMCw4z3O .mbr-text,
.cid-uzeMCw4z3O .mbr-section-btn {
  color: #000000;
}
.cid-uzeMCw4z3O .mbr-section-subtitle,
.cid-uzeMCw4z3O .align-wrapper {
  color: #FFFFFF;
}
.cid-uzeMCw4z3O .form-control,
.cid-uzeMCw4z3O .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none !important;
  border-radius: 0;
  border-left: 2px solid #47b5ed !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uzeMCw4z3O .form-control::-webkit-input-placeholder,
.cid-uzeMCw4z3O .field-input::-webkit-input-placeholder,
.cid-uzeMCw4z3O .form-control::-webkit-input-placeholder,
.cid-uzeMCw4z3O .field-input::-webkit-input-placeholder {
  color: #6e6e6e;
}
.cid-uzeMCw4z3O .form-control:-moz-placeholder,
.cid-uzeMCw4z3O .field-input:-moz-placeholder,
.cid-uzeMCw4z3O .form-control:-moz-placeholder,
.cid-uzeMCw4z3O .field-input:-moz-placeholder {
  color: #6e6e6e;
}
.cid-uzeMCw4z3O .form-control:hover,
.cid-uzeMCw4z3O .field-input:hover,
.cid-uzeMCw4z3O .form-control:focus,
.cid-uzeMCw4z3O .field-input:focus {
  background-color: #ffffff;
  border-color: #020f7d !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uzeMCw4z3O .form-control:hover::-webkit-input-placeholder,
.cid-uzeMCw4z3O .field-input:hover::-webkit-input-placeholder,
.cid-uzeMCw4z3O .form-control:focus::-webkit-input-placeholder,
.cid-uzeMCw4z3O .field-input:focus::-webkit-input-placeholder,
.cid-uzeMCw4z3O .form-control:hover::-webkit-input-placeholder,
.cid-uzeMCw4z3O .field-input:hover::-webkit-input-placeholder,
.cid-uzeMCw4z3O .form-control:focus::-webkit-input-placeholder,
.cid-uzeMCw4z3O .field-input:focus::-webkit-input-placeholder {
  color: #6e6e6e;
}
.cid-uzeMCw4z3O .form-control:hover:-moz-placeholder,
.cid-uzeMCw4z3O .field-input:hover:-moz-placeholder,
.cid-uzeMCw4z3O .form-control:focus:-moz-placeholder,
.cid-uzeMCw4z3O .field-input:focus:-moz-placeholder,
.cid-uzeMCw4z3O .form-control:hover:-moz-placeholder,
.cid-uzeMCw4z3O .field-input:hover:-moz-placeholder,
.cid-uzeMCw4z3O .form-control:focus:-moz-placeholder,
.cid-uzeMCw4z3O .field-input:focus:-moz-placeholder {
  color: #6e6e6e;
}
.cid-uzeMCw4z3O .jq-number__spin:hover,
.cid-uzeMCw4z3O .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #020f7d !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uzeMCw4z3O .jq-number__spin {
  background-color: #ffffff;
  border-color: #47b5ed;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uzeMCw4z3O .jq-selectbox li,
.cid-uzeMCw4z3O .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uzeMCw4z3O .jq-selectbox li:hover,
.cid-uzeMCw4z3O .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uzeMCw4z3O .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uzeMCw4z3O .jq-number__spin.minus:hover:after,
.cid-uzeMCw4z3O .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uzeMCw4z3O .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uzeMCw4z3O .jq-number__spin.minus:after,
.cid-uzeMCw4z3O .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uzeMCw4z3O textarea {
  min-height: 150px;
}
.cid-uzeMCw4z3O input::-webkit-clear-button {
  display: none;
}
.cid-uzeMCw4z3O input::-webkit-inner-spin-button {
  display: none;
}
.cid-uzeMCw4z3O input::-webkit-outer-spin-button {
  display: none;
}
.cid-uzeMCw4z3O input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uzeMCw4z3O LABEL {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uzeMCw4z3O .col-auto {
    margin: auto;
  }
  .cid-uzeMCw4z3O form .btn {
    padding: 0.8rem 1.6rem;
    font-size: 0.9rem;
  }
  .cid-uzeMCw4z3O .mbr-section-title,
  .cid-uzeMCw4z3O .mbr-section-subtitle {
    font-size: 1rem;
  }
  .cid-uzeMCw4z3O .mbr-iconfont {
    font-size: 1.2rem;
  }
  .cid-uzeMCw4z3O .mbr-section-btn {
    padding: 0.8rem 1.6rem;
  }
  .cid-uzeMCw4z3O .mbr-section-subtitle {
    padding: 4px 1rem;
  }
  .cid-uzeMCw4z3O .subtitle-wrap {
    padding: 0.5rem;
    margin-bottom: 1rem;
  }
  .cid-uzeMCw4z3O .form-control,
  .cid-uzeMCw4z3O .field-input {
    font-size: 0.9rem;
  }
  .cid-uzeMCw4z3O textarea {
    min-height: 120px;
  }
}
.cid-uzleUAPc14 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #9fdbf8;
  overflow: hidden;
}
.cid-uzleUAPc14 .media-container-row .mbr-text {
  color: #fa8606;
}
.cid-uzMPVNAx6T.popup-builder {
  background-color: #ffffff;
}
.cid-uzMPVNAx6T.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzMPVNAx6T.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzMPVNAx6T .modal-content,
.cid-uzMPVNAx6T .modal-dialog {
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.cid-uzMPVNAx6T .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzMPVNAx6T .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzMPVNAx6T .form-wrapper .mbr-form .form-group,
  .cid-uzMPVNAx6T .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzMPVNAx6T .card-img {
  width: 100%;
  margin: auto;
  border-radius: 8px;
}
.cid-uzMPVNAx6T .mbr-figure img {
  display: block;
  width: 100%;
  align-self: center;
}
.cid-uzMPVNAx6T .mbr-text {
  text-align: center;
}
.cid-uzMPVNAx6T .pt-0 {
  padding-top: 0 !important;
}
.cid-uzMPVNAx6T .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzMPVNAx6T .form-content {
  justify-content: center;
  text-align: center;
}
.cid-uzMPVNAx6T .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzMPVNAx6T .modal-open {
  overflow: hidden;
}
.cid-uzMPVNAx6T .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzMPVNAx6T .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  transition: opacity 0.3s ease;
  background: rgba(0, 0, 0, 0.7);
}
.cid-uzMPVNAx6T .modal-dialog {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: 1rem auto;
  pointer-events: none;
}
.cid-uzMPVNAx6T .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
.cid-uzMPVNAx6T .modal.show .modal-dialog {
  transform: none;
}
.cid-uzMPVNAx6T .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (1rem * 2));
}
.cid-uzMPVNAx6T .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (1rem * 2));
  content: "";
}
.cid-uzMPVNAx6T .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzMPVNAx6T .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzMPVNAx6T .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzMPVNAx6T .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzMPVNAx6T .modal-backdrop.show {
  opacity: .5;
}
.cid-uzMPVNAx6T .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  border-bottom: none;
}
.cid-uzMPVNAx6T .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 1rem;
  opacity: .75;
}
.cid-uzMPVNAx6T .modal-header .close svg {
  fill: #333;
}
.cid-uzMPVNAx6T .modal-header .close:hover {
  opacity: 1;
}
.cid-uzMPVNAx6T .modal-header .close:focus {
  outline: none;
}
.cid-uzMPVNAx6T .modal-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.cid-uzMPVNAx6T .modal-body {
  padding: 1rem 2rem;
  flex: 1 1 auto;
  overflow-y: auto;
}
.cid-uzMPVNAx6T .modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-uzMPVNAx6T .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzMPVNAx6T .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzMPVNAx6T .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzMPVNAx6T .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzMPVNAx6T .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzMPVNAx6T .modal-lg,
  .cid-uzMPVNAx6T .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzMPVNAx6T .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzMPVNAx6T .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzMPVNAx6T .col-md-4 {
  width: 33.3333%;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uzMPVNAx6T .form-group {
  margin-bottom: 1rem;
}
.cid-uzMPVNAx6T .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzMPVNAx6T .col-md-auto {
  padding-right: 15px;
  padding-left: 15px;
  width: auto;
}
.cid-uzMPVNAx6T .mbr-section-btn {
  margin: 0;
}
.cid-uzMPVNAx6T .mbr-section-btn .btn {
  margin: 0;
}
.cid-uzlbu0bQTY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uzlbu0bQTY nav.navbar {
  position: absolute !important;
}
.cid-uzlbu0bQTY .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-uzlbu0bQTY .btn {
  padding: 1.25rem 2rem !important;
}
.cid-uzlbu0bQTY .navbar-caption-wrap {
  padding: 0 1.5rem;
}
.cid-uzlbu0bQTY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uzlbu0bQTY .nav-link {
  position: relative;
}
.cid-uzlbu0bQTY .container {
  display: flex;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 100vw;
  margin-top: 2rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  position: fixed !important;
  left: 0;
  right: 0;
  width: 100%;
}
.cid-uzlbu0bQTY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzlbu0bQTY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 100%;
  padding: 4px !important;
  border-radius: 100vw;
  background: #ffffff !important;
}
.cid-uzlbu0bQTY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: transparent !important;
}
.cid-uzlbu0bQTY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
}
.cid-uzlbu0bQTY .navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uzlbu0bQTY .navbar-collapse {
    display: flex !important;
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-uzlbu0bQTY .navbar-collapse {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 1rem 1rem 2rem;
    border-top: 2rem solid #ffffff;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background: rgba(235, 235, 235, 0.94);
    backdrop-filter: blur(8px);
  }
  .cid-uzlbu0bQTY .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .cid-uzlbu0bQTY .navbar-nav .nav-item {
    width: 100%;
  }
  .cid-uzlbu0bQTY .navbar-toggler {
    order: 1000;
    background-color: #ffffff;
  }
  .cid-uzlbu0bQTY .navbar .dropdown > .dropdown-menu {
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0);
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzlbu0bQTY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uzlbu0bQTY .dropdown-item {
    padding: 10px !important;
    margin: 0;
  }
  .cid-uzlbu0bQTY .icons-menu {
    display: flex;
    justify-content: center;
    padding: 0.5rem 1rem;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .cid-uzlbu0bQTY .navbar-collapse {
    padding: 0 1rem 1rem 1rem;
  }
  .cid-uzlbu0bQTY .navbar-nav {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-uzlbu0bQTY .navbar-toggler {
    order: 1001;
  }
  .cid-uzlbu0bQTY .iconfont-wrapper {
    font-size: 1.25rem;
  }
}
.cid-uzl8zbagaM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzl8zbagaM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzl8zbagaM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzl8zbagaM .container-fluid {
  padding: 0 28px;
}
@media (max-width: 1200px) {
  .cid-uzl8zbagaM .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzl8zbagaM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uzl8zbagaM .container-fluid {
    padding: 0 14px;
  }
}
.cid-uzl8zbagaM .container {
  padding: 0 28px;
}
@media (max-width: 1200px) {
  .cid-uzl8zbagaM .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzl8zbagaM .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uzl8zbagaM .container {
    padding: 0 14px;
  }
}
.cid-uzl8zbagaM .row {
  justify-content: center;
}
.cid-uzl8zbagaM .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .cid-uzl8zbagaM .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uzl8zbagaM .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-uzl8zbagaM .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uzl8zbagaM .panel-group .card {
  border-bottom: 1px solid #01004c;
  border-radius: 0 !important;
}
.cid-uzl8zbagaM .panel-group .card:first-child {
  border-top: 1px solid #01004c;
}
.cid-uzl8zbagaM .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 1200px) {
  .cid-uzl8zbagaM .panel-group .card .card-header {
    padding: 20px 0;
  }
}
@media (max-width: 992px) {
  .cid-uzl8zbagaM .panel-group .card .card-header {
    padding: 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-uzl8zbagaM .panel-group .card .card-header {
    padding: 12px 0;
  }
}
.cid-uzl8zbagaM .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzl8zbagaM .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uzl8zbagaM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzl8zbagaM .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #01004c;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-uzl8zbagaM .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uzl8zbagaM .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uzl8zbagaM .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uzl8zbagaM .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 15px;
  }
}
.cid-uzl8zbagaM .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-uzl8zbagaM .mbr-section-title {
  color: #4479d9;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uzl8zbagaM .mbr-section-title {
    font-size: 24px;
  }
}
.cid-uzl8zbagaM .panel-title {
  color: #01004c;
}
.cid-uzl8zbagaM .panel-text {
  color: #01004c;
}
.cid-uzleUAPc14 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #9fdbf8;
  overflow: hidden;
}
.cid-uzleUAPc14 .media-container-row .mbr-text {
  color: #fa8606;
}
.cid-uzlbu0bQTY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uzlbu0bQTY nav.navbar {
  position: absolute !important;
}
.cid-uzlbu0bQTY .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-uzlbu0bQTY .btn {
  padding: 1.25rem 2rem !important;
}
.cid-uzlbu0bQTY .navbar-caption-wrap {
  padding: 0 1.5rem;
}
.cid-uzlbu0bQTY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uzlbu0bQTY .nav-link {
  position: relative;
}
.cid-uzlbu0bQTY .container {
  display: flex;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 100vw;
  margin-top: 2rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  position: fixed !important;
  left: 0;
  right: 0;
  width: 100%;
}
.cid-uzlbu0bQTY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzlbu0bQTY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 100%;
  padding: 4px !important;
  border-radius: 100vw;
  background: #ffffff !important;
}
.cid-uzlbu0bQTY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: transparent !important;
}
.cid-uzlbu0bQTY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
}
.cid-uzlbu0bQTY .navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}
@media (min-width: 992px) {
  .cid-uzlbu0bQTY .navbar-collapse {
    display: flex !important;
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .cid-uzlbu0bQTY .navbar-collapse {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 1rem 1rem 2rem;
    border-top: 2rem solid #ffffff;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    background: rgba(235, 235, 235, 0.94);
    backdrop-filter: blur(8px);
  }
  .cid-uzlbu0bQTY .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .cid-uzlbu0bQTY .navbar-nav .nav-item {
    width: 100%;
  }
  .cid-uzlbu0bQTY .navbar-toggler {
    order: 1000;
    background-color: #ffffff;
  }
  .cid-uzlbu0bQTY .navbar .dropdown > .dropdown-menu {
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0);
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzlbu0bQTY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uzlbu0bQTY .dropdown-item {
    padding: 10px !important;
    margin: 0;
  }
  .cid-uzlbu0bQTY .icons-menu {
    display: flex;
    justify-content: center;
    padding: 0.5rem 1rem;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .cid-uzlbu0bQTY .navbar-collapse {
    padding: 0 1rem 1rem 1rem;
  }
  .cid-uzlbu0bQTY .navbar-nav {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-uzlbu0bQTY .navbar-toggler {
    order: 1001;
  }
  .cid-uzlbu0bQTY .iconfont-wrapper {
    font-size: 1.25rem;
  }
}
#custom-html-l {
  /* Type valid CSS here */
}
#custom-html-l div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-l p {
  font-size: 60px;
  color: #777;
}
.cid-uzleUAPc14 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #9fdbf8;
  overflow: hidden;
}
.cid-uzleUAPc14 .media-container-row .mbr-text {
  color: #fa8606;
}
