.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Ubuntu-Light';
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-2 {
  font-family: 'NotoSans-Regular';
  font-size: 1.3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-4 {
  font-family: 'OpenSans-Regular';
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'NotoSans-Regular';
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'NotoSans-Regular';
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.82rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 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: #941919 !important;
}
.bg-success {
  background-color: #dadada !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #7b89a4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #941919 !important;
  border-color: #941919 !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: #4a0c0c !important;
  border-color: #4a0c0c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4a0c0c !important;
  border-color: #4a0c0c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #de3838 !important;
  border-color: #de3838 !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: #a41b1b !important;
  border-color: #a41b1b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a41b1b !important;
  border-color: #a41b1b !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #dadada !important;
  border-color: #dadada !important;
  color: #5a5a5a !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: #afafaf !important;
  border-color: #afafaf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #5a5a5a !important;
  background-color: #afafaf !important;
  border-color: #afafaf !important;
}
.btn-warning,
.btn-warning: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-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.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-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #7b89a4 !important;
  border-color: #7b89a4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #525e77 !important;
  border-color: #525e77 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #525e77 !important;
  border-color: #525e77 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #941919;
  color: #941919;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4a0c0c !important;
  background-color: transparent!important;
  border-color: #4a0c0c !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #941919 !important;
  border-color: #941919 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #de3838;
  color: #de3838;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a41b1b !important;
  background-color: transparent!important;
  border-color: #a41b1b !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #de3838 !important;
  border-color: #de3838 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #dadada;
  color: #dadada;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #afafaf !important;
  background-color: transparent!important;
  border-color: #afafaf !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #5a5a5a !important;
  background-color: #dadada !important;
  border-color: #dadada !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #7b89a4;
  color: #7b89a4;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #525e77 !important;
  background-color: transparent!important;
  border-color: #525e77 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #7b89a4 !important;
  border-color: #7b89a4 !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: #941919 !important;
}
.text-secondary {
  color: #de3838 !important;
}
.text-success {
  color: #dadada !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #7b89a4 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3d0a0a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #971919 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a7a7a7 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #4b576e !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: #941919;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #7b89a4;
}
.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: #941919;
  border-color: #941919;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #941919;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e14c4c;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c6ccd8;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'OpenSans-Regular';
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #941919 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'OpenSans-Regular';
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #941919;
}
/* 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: #941919;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #941919;
}
.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: #941919;
  border-bottom-color: #941919;
}
.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: #941919 !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: #de3838 !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='%23941919' %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-tsU9mD3uoP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsU9mD3uoP nav.navbar {
  position: fixed;
}
.cid-tsU9mD3uoP .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-tsU9mD3uoP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsU9mD3uoP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsU9mD3uoP .dropdown-item:hover,
.cid-tsU9mD3uoP .dropdown-item:focus {
  background: #941919 !important;
  color: white !important;
}
.cid-tsU9mD3uoP .dropdown-item:hover span {
  color: white;
}
.cid-tsU9mD3uoP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsU9mD3uoP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsU9mD3uoP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsU9mD3uoP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsU9mD3uoP .nav-link {
  position: relative;
}
.cid-tsU9mD3uoP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsU9mD3uoP .container {
    flex-wrap: nowrap;
  }
}
.cid-tsU9mD3uoP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsU9mD3uoP .dropdown-menu,
.cid-tsU9mD3uoP .navbar.opened {
  background: #0f3d70 !important;
}
.cid-tsU9mD3uoP .nav-item:focus,
.cid-tsU9mD3uoP .nav-link:focus {
  outline: none;
}
.cid-tsU9mD3uoP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsU9mD3uoP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsU9mD3uoP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsU9mD3uoP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsU9mD3uoP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsU9mD3uoP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsU9mD3uoP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0f3d70;
}
.cid-tsU9mD3uoP .navbar.opened {
  transition: all 0.3s;
}
.cid-tsU9mD3uoP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsU9mD3uoP .navbar .navbar-logo img {
  width: auto;
}
.cid-tsU9mD3uoP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsU9mD3uoP .navbar.collapsed {
  justify-content: center;
}
.cid-tsU9mD3uoP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsU9mD3uoP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsU9mD3uoP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tsU9mD3uoP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsU9mD3uoP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsU9mD3uoP .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-tsU9mD3uoP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsU9mD3uoP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsU9mD3uoP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsU9mD3uoP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsU9mD3uoP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsU9mD3uoP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsU9mD3uoP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsU9mD3uoP .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-tsU9mD3uoP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsU9mD3uoP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsU9mD3uoP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsU9mD3uoP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsU9mD3uoP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsU9mD3uoP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tsU9mD3uoP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tsU9mD3uoP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsU9mD3uoP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsU9mD3uoP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsU9mD3uoP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsU9mD3uoP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsU9mD3uoP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsU9mD3uoP .dropdown-item.active,
.cid-tsU9mD3uoP .dropdown-item:active {
  background-color: transparent;
}
.cid-tsU9mD3uoP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsU9mD3uoP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsU9mD3uoP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsU9mD3uoP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0f3d70;
}
.cid-tsU9mD3uoP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsU9mD3uoP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsU9mD3uoP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsU9mD3uoP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsU9mD3uoP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsU9mD3uoP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tsU9mD3uoP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsU9mD3uoP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsU9mD3uoP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsU9mD3uoP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsU9mD3uoP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsU9mD3uoP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsU9mD3uoP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsU9mD3uoP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsU9mD3uoP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsU9mD3uoP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsU9mD3uoP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsU9mD3uoP .navbar {
    height: 70px;
  }
  .cid-tsU9mD3uoP .navbar.opened {
    height: auto;
  }
  .cid-tsU9mD3uoP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsUFNzMsS2 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #eeeeee;
}
@media (max-width: 991px) {
  .cid-tsUFNzMsS2 .row {
    max-width: 30rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.cid-tsUFNzMsS2 .col-card {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tsUFNzMsS2 .col-card {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsUFNzMsS2 .col-card {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsUFNzMsS2 .col-text {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsUFNzMsS2 .col-text {
    padding-right: 2rem;
  }
}
.cid-tsUFNzMsS2 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tsUFNzMsS2 .mbr-section-title {
  margin-bottom: 1.3rem;
  color: #002549;
}
.cid-tsUFNzMsS2 .mbr-text {
  color: #414141;
  max-width: 40rem;
}
.cid-tsUFNzMsS2 .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.cid-tsUFNzMsS2 .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-tsUFNzMsS2 .icon-box {
  margin-top: 0.35rem;
  margin-right: 1rem;
  transform: rotateZ(-45deg);
  transform-style: preserve-3d;
  transition: 0.3s all;
}
.cid-tsUFNzMsS2 .icon-box span {
  color: #010a44;
}
.cid-tsUFNzMsS2 .card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-tsUFNzMsS2 .card:hover .icon-box {
  margin-top: 0;
  margin-bottom: 0.35rem;
  transform: rotateZ(0);
}
.cid-tsUFNzMsS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsUFNzMsS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsUFNzMsS2 .mbr-section-title,
.cid-tsUFNzMsS2 .mbr-section-btn {
  color: #414141;
}
.cid-ttnsAOVFmE {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #eeeeee;
}
.cid-tsUlc8p1SU {
  padding-top: 0rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #eeeeee;
}
.cid-tsUlc8p1SU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsUlc8p1SU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsUlc8p1SU .row {
  justify-content: center;
}
.cid-tsUlc8p1SU .col-title {
  margin-bottom: 40px;
}
.cid-tsUlc8p1SU .mbr-section-title {
  color: #414141;
  text-align: center;
}
.cid-tsUlc8p1SU .mbr-section-subtitle {
  color: #414141;
  margin-top: 12px;
  text-align: center;
}
.cid-tsUlc8p1SU .img-container {
  margin: 0 auto;
}
.cid-tsUlc8p1SU .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
  height: 620px;
}
.cid-tsUlc8p1SU .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tsUlc8p1SU .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tsVHW2X4fm {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsVHW2X4fm .right {
  display: flex;
  flex-direction: column;
}
.cid-tsVHW2X4fm .card-heading {
  padding-bottom: 15px;
  color: #545454;
  font-weight: 600;
}
.cid-tsVHW2X4fm .row {
  justify-content: center;
}
.cid-tsVHW2X4fm ul {
  padding-inline-start: 20px;
  margin-bottom: 0;
  line-height: 30px;
}
.cid-tsVHW2X4fm .list {
  color: #545454;
}
.cid-tsVIIbYPIl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsVIIbYPIl .mbr-text {
  color: #545454;
  line-height: 25px;
}
.cid-tt07msXNyr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
.cid-tt07msXNyr .mbr-text,
.cid-tt07msXNyr blockquote {
  color: #767676;
}
.cid-tsVKbZJFuw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsVKbZJFuw .mbr-text {
  color: #545454;
}
.cid-tsVKbZJFuw .mbr-section-subtitle {
  color: #545454;
  line-height: 30px;
}
.cid-tt02DmGhau {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tt02DmGhau .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tt02DmGhau img {
  width: 100%;
  height: 500px;
  border-radius: 8px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tt02DmGhau img {
    height: 300px;
  }
}
.cid-tWbJPV3Ik6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWbJPV3Ik6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWbJPV3Ik6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWbJPV3Ik6 .mbr-section-title {
  text-align: left;
  color: #545454;
}
.cid-tWbJPV3Ik6 .mbr-section-subtitle {
  text-align: left;
  color: #545454;
  line-height: 28px;
}
.cid-tt03mcZlTJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tt03mcZlTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt03mcZlTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt03mcZlTJ .mbr-section-title {
  text-align: left;
  color: #545454;
}
.cid-tt03mcZlTJ .mbr-section-subtitle {
  text-align: left;
  color: #545454;
  line-height: 28px;
}
.cid-tt0aYPsSTg {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tt0aYPsSTg .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tt0aYPsSTg img {
  width: 100%;
  height: 500px;
  border-radius: 8px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tt0aYPsSTg img {
    height: 300px;
  }
}
.cid-ttiAQEjCn5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttiAQEjCn5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttiAQEjCn5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttiAQEjCn5 .mbr-section-title {
  text-align: left;
  color: #545454;
}
.cid-ttiAQEjCn5 .mbr-section-subtitle {
  text-align: left;
  color: #545454;
  line-height: 28px;
}
.cid-tAhFkn7pEK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAhFkn7pEK .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-ttiCdHmTQJ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ttiCdHmTQJ img,
.cid-ttiCdHmTQJ .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ttiCdHmTQJ .item:focus,
.cid-ttiCdHmTQJ span:focus {
  outline: none;
}
.cid-ttiCdHmTQJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ttiCdHmTQJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ttiCdHmTQJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttiCdHmTQJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ttiCdHmTQJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ttiCdHmTQJ .mbr-section-title {
  color: #232323;
}
.cid-ttiCdHmTQJ .mbr-text,
.cid-ttiCdHmTQJ .mbr-section-btn {
  text-align: left;
}
.cid-ttiCdHmTQJ .item-title {
  text-align: left;
}
.cid-ttiCdHmTQJ .item-subtitle {
  text-align: left;
}
.cid-ttiCtGtz3Z {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
.cid-ttiCtGtz3Z .mbr-text,
.cid-ttiCtGtz3Z blockquote {
  color: #767676;
}
.cid-ttjewTIz0h {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ttjewTIz0h .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttjewTIz0h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttjewTIz0h .mbr-section-title {
  text-align: left;
  color: #545454;
}
.cid-ttjewTIz0h .mbr-section-subtitle {
  text-align: left;
  color: #545454;
  line-height: 28px;
}
.cid-ttkza6EXCo {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/5121-2005-03-17-292345901-1547x957.jpeg");
}
.cid-ttkza6EXCo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttkza6EXCo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttkza6EXCo .mbr-text,
.cid-ttkza6EXCo .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ttkza6EXCo .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ttng158rKA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ttng158rKA .btn.btn-primary-outline {
  border: 1px solid #941919;
}
.cid-ttng158rKA .btn.btn-primary-outline:hover {
  background-color: #941919 !important;
  color: #ffffff !important;
}
.cid-ttng158rKA .btn.btn-secondary-outline {
  border: 1px solid #de3838;
}
.cid-ttng158rKA .btn.btn-secondary-outline:hover {
  background-color: #de3838 !important;
  color: #ffffff !important;
}
.cid-ttng158rKA .btn.btn-success-outline {
  border: 1px solid #dadada;
}
.cid-ttng158rKA .btn.btn-success-outline:hover {
  background-color: #dadada !important;
  color: #ffffff !important;
}
.cid-ttng158rKA .btn.btn-info-outline {
  border: 1px solid #47b5ed;
}
.cid-ttng158rKA .btn.btn-info-outline:hover {
  background-color: #47b5ed !important;
  color: #ffffff !important;
}
.cid-ttng158rKA .btn.btn-warning-outline {
  border: 1px solid #ffffff;
}
.cid-ttng158rKA .btn.btn-warning-outline:hover {
  background-color: #ffffff !important;
  color: #ffffff !important;
}
.cid-ttng158rKA .btn.btn-danger-outline {
  border: 1px solid #7b89a4;
}
.cid-ttng158rKA .btn.btn-danger-outline:hover {
  background-color: #7b89a4 !important;
  color: #ffffff !important;
}
.cid-ttng158rKA .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-ttng158rKA .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-ttng158rKA .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-ttng158rKA .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-ttouH8Ohlq {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dsc00414-2000x1500.jpg");
}
.cid-ttouH8Ohlq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttouH8Ohlq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttouH8Ohlq .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttouH8Ohlq .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ttouH8Ohlq .row {
    text-align: center;
  }
  .cid-ttouH8Ohlq .row > div {
    margin: auto;
  }
  .cid-ttouH8Ohlq .social-row {
    justify-content: center;
  }
}
.cid-ttouH8Ohlq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ttouH8Ohlq .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ttouH8Ohlq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttouH8Ohlq .list {
    margin-bottom: 0rem;
  }
}
.cid-ttouH8Ohlq .mbr-text {
  color: #ffffff;
}
.cid-ttouH8Ohlq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ttouH8Ohlq .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ttouH8Ohlq div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttouH8Ohlq .copyright {
  text-align: center;
}
.cid-ttiJbjBORs.popup-builder {
  background-color: #ffffff;
}
.cid-ttiJbjBORs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ttiJbjBORs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ttiJbjBORs .modal-content,
.cid-ttiJbjBORs .modal-dialog {
  height: auto;
}
.cid-ttiJbjBORs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ttiJbjBORs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ttiJbjBORs .form-wrapper .mbr-form .form-group,
  .cid-ttiJbjBORs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ttiJbjBORs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ttiJbjBORs .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-ttiJbjBORs .mbr-text {
  text-align: center;
}
.cid-ttiJbjBORs .pt-0 {
  padding-top: 0 !important;
}
.cid-ttiJbjBORs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ttiJbjBORs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ttiJbjBORs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ttiJbjBORs .modal-open {
  overflow: hidden;
}
.cid-ttiJbjBORs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ttiJbjBORs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ttiJbjBORs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ttiJbjBORs .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-ttiJbjBORs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ttiJbjBORs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ttiJbjBORs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ttiJbjBORs .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-ttiJbjBORs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ttiJbjBORs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ttiJbjBORs .modal-backdrop.fade {
  opacity: 0;
}
.cid-ttiJbjBORs .modal-backdrop.show {
  opacity: .5;
}
.cid-ttiJbjBORs .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-ttiJbjBORs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ttiJbjBORs .modal-header {
    padding: 1rem;
  }
}
.cid-ttiJbjBORs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ttiJbjBORs .modal-header .close svg {
  fill: #353535;
}
.cid-ttiJbjBORs .modal-header .close:hover {
  opacity: 1;
}
.cid-ttiJbjBORs .modal-header .close:focus {
  outline: none;
}
.cid-ttiJbjBORs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #414141;
}
.cid-ttiJbjBORs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ttiJbjBORs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttiJbjBORs .modal-body {
    padding: 1rem;
  }
}
.cid-ttiJbjBORs .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-ttiJbjBORs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttiJbjBORs .modal-footer {
    padding: 1rem;
  }
}
.cid-ttiJbjBORs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ttiJbjBORs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ttiJbjBORs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ttiJbjBORs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ttiJbjBORs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ttiJbjBORs .modal-lg,
  .cid-ttiJbjBORs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ttiJbjBORs .modal-xl {
    max-width: 1140px;
  }
}
.cid-ttiJbjBORs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ttiJbjBORs .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-ttiJbjBORs .form-group {
  margin-bottom: 1rem;
}
.cid-ttiJbjBORs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ttiJbjBORs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ttiJbjBORs .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-ttiJbjBORs .mbr-section-btn {
  margin: 0;
}
.cid-ttiJbjBORs .mbr-section-btn .btn {
  margin: 0;
}
