body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1b4468 !important;
}
.bg-success {
  background-color: #1b4468 !important;
}
.bg-info {
  background-color: #9a2b29 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1b4468 !important;
  border-color: #1b4468 !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: #091723 !important;
  border-color: #091723 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #091723 !important;
  border-color: #091723 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9a2b29 !important;
  border-color: #9a2b29 !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: #561817 !important;
  border-color: #561817 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #561817 !important;
  border-color: #561817 !important;
}
.btn-info,
.btn-info:active {
  background-color: #9a2b29 !important;
  border-color: #9a2b29 !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: #561817 !important;
  border-color: #561817 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #561817 !important;
  border-color: #561817 !important;
}
.btn-success,
.btn-success:active {
  background-color: #1b4468 !important;
  border-color: #1b4468 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #091723 !important;
  border-color: #091723 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #091723 !important;
  border-color: #091723 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1b4468;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #091723 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1b4468 !important;
  border-color: #1b4468 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9a2b29;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #561817 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #9a2b29 !important;
  border-color: #9a2b29 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9a2b29;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #561817 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9a2b29 !important;
  border-color: #9a2b29 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1b4468;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #091723 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1b4468 !important;
  border-color: #1b4468 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1b4468 !important;
}
.text-secondary {
  color: #9a2b29 !important;
}
.text-success {
  color: #1b4468 !important;
}
.text-info {
  color: #9a2b29 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #060f17 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #491514 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #060f17 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #491514 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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: #1b4468;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #9a2b29;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1b4468;
  border-color: #1b4468;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1b4468;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3786cb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3786cb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d86d6b;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #1b4468 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #1b4468;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1b4468;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1b4468;
}
.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: #1b4468;
  border-bottom-color: #1b4468;
}
.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: #1b4468 !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: #9a2b29 !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='%231b4468' %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-u2dWBChu3h .nav-item:focus,
.cid-u2dWBChu3h .nav-link:focus {
  outline: none;
}
.cid-u2dWBChu3h .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1b4468;
  background: none;
}
.cid-u2dWBChu3h .navbar.opened {
  transition: all .3s;
  background: #1b4468 !important;
}
.cid-u2dWBChu3h .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-u2dWBChu3h .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2dWBChu3h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2dWBChu3h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.4rem);
  }
}
.cid-u2dWBChu3h .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u2dWBChu3h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2dWBChu3h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2dWBChu3h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u2dWBChu3h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2dWBChu3h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u2dWBChu3h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u2dWBChu3h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2dWBChu3h .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u2dWBChu3h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2dWBChu3h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2dWBChu3h .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u2dWBChu3h .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u2dWBChu3h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2dWBChu3h .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u2dWBChu3h .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-u2dWBChu3h .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u2dWBChu3h .navbar.navbar-short {
  background: #1b4468 !important;
  min-height: 60px;
}
.cid-u2dWBChu3h .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u2dWBChu3h .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u2dWBChu3h .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2dWBChu3h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2dWBChu3h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2dWBChu3h .dropdown-item.active,
.cid-u2dWBChu3h .dropdown-item:active {
  background-color: transparent;
}
.cid-u2dWBChu3h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2dWBChu3h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2dWBChu3h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2dWBChu3h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b4468;
}
.cid-u2dWBChu3h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2dWBChu3h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2dWBChu3h ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u2dWBChu3h .navbar-buttons {
  text-align: center;
}
.cid-u2dWBChu3h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u2dWBChu3h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u2dWBChu3h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u2dWBChu3h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u2dWBChu3h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u2dWBChu3h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u2dWBChu3h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2dWBChu3h nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u2dWBChu3h nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u2dWBChu3h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u2dWBChu3h .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u2dWBChu3h a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2dWBChu3h .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u2dWBChu3h .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u2dWBChu3h .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-u2dWBChu3h .nav-link:hover,
.cid-u2dWBChu3h .dropdown-item:hover,
.cid-u2dWBChu3h .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-u2dZplcULf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mcclain-hero-hp-1-2000x797.jpg");
}
.cid-u2dZplcULf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2dZplcULf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2dZplcULf .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u2dZplcULf .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-u2dZplcULf .container {
    padding: 0 25px;
  }
}
.cid-u2dZplcULf .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-u2dZplcULf .title-wrapper {
    padding: 0;
  }
}
.cid-u2dZplcULf .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u2dZplcULf .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-u2dZplcULf .mbr-section-title {
  color: #ffffff;
  text-shadow: 1px 1px 1px #000;
}
.cid-u2dZplcULf .mbr-text {
  color: #ffffff;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}
.cid-u2dZplcULf .mbr-section-title,
.cid-u2dZplcULf .mbr-section-btn {
  text-align: center;
}
.cid-u2e0hMWBK6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9a2b29;
}
.cid-u2e0hMWBK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2e0hMWBK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2e0hMWBK6 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2e0hMWBK6 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2e0hMWBK6 .container {
    padding: 0;
  }
}
.cid-u2e0hMWBK6 .row {
  justify-content: center;
}
.cid-u2e0hMWBK6 .title-wrapper {
  padding: 0 16px;
}
.cid-u2e0hMWBK6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2e0hMWBK6 .mbr-section-title {
  color: #9a2b29;
}
.cid-u2dXsJIIGt {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/subscribe-bcg.png");
}
.cid-u2dXsJIIGt .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u2dXsJIIGt form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-u2dXsJIIGt form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-u2dXsJIIGt .mbr-section-title {
  color: #ffffff;
}
.cid-u2e0JC8fdM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9a2b29;
}
.cid-u2e0JC8fdM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2e0JC8fdM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2e0JC8fdM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2e0JC8fdM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2e0JC8fdM .container {
    padding: 0;
  }
}
.cid-u2e0JC8fdM .row {
  justify-content: center;
}
.cid-u2e0JC8fdM .title-wrapper {
  padding: 0 16px;
}
.cid-u2e0JC8fdM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2e0JC8fdM .mbr-section-title {
  color: #9a2b29;
}
.cid-u2e0NwaeTu {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u2e0NwaeTu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2e0NwaeTu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u2e0NwaeTu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2e0NwaeTu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2e0NwaeTu .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2e0NwaeTu .mbr-section-title {
  color: #1b4468;
}
.cid-u2e0NwaeTu .mbr-description {
  color: #9a2b29;
}
.cid-u3J2j8B7AX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u3J2j8B7AX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3J2j8B7AX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3J2j8B7AX .mbr-section-title {
  color: #9a2b29;
}
.cid-u3J28Y71a5 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u33Q8oCXeV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b4468;
}
.cid-u33Q8oCXeV .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u33Q8oCXeV .mbr-text {
  color: #ffffff;
}
.cid-u2e1Ky2lE3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b4468;
}
.cid-u2e1Ky2lE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2e1Ky2lE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2e1Ky2lE3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2e1Ky2lE3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2e1Ky2lE3 .container {
    padding: 0;
  }
}
.cid-u2e1Ky2lE3 .row {
  justify-content: center;
}
.cid-u2e1Ky2lE3 .title-wrapper {
  padding: 0 16px;
}
.cid-u2e1Ky2lE3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2e1Ky2lE3 .mbr-section-title {
  color: #9a2b29;
}
.cid-u2e8by46R4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2e8by46R4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2e8by46R4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u2e8by46R4 .container {
    padding: 0 16px;
  }
}
.cid-u2e8by46R4 .row {
  padding: 90px 60px;
  border-radius: 40px;
  background-color: #9a2b29;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2e8by46R4 .row {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-u2e8by46R4 .row {
    padding: 20px 16px;
  }
}
@media (max-width: 992px) {
  .cid-u2e8by46R4 .row .card {
    margin-bottom: 20px;
  }
}
.cid-u2e8by46R4 .row .card .image-wrapper img {
  height: 300px;
  border-radius: 16px;
  object-fit: cover;
}
.cid-u2e8by46R4 .row .card:nth-child(2) .image-wrapper {
  margin-top: 10%;
}
@media (max-width: 992px) {
  .cid-u2e8by46R4 .row .card:nth-child(2) .image-wrapper {
    margin-top: 0;
  }
}
.cid-u33RPBcBYD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u33RPBcBYD blockquote {
  border-color: #9a2b29;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u33RPBcBYD .mbr-section-title {
  color: #1b4468;
}
.cid-u2e7D5vT9p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9a2b29;
}
.cid-u2e7D5vT9p .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2e7D5vT9p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2e7D5vT9p .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2e7D5vT9p .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2e7D5vT9p .container {
    padding: 0;
  }
}
.cid-u2e7D5vT9p .row {
  justify-content: center;
}
.cid-u2e7D5vT9p .title-wrapper {
  padding: 0 16px;
}
.cid-u2e7D5vT9p .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2e7D5vT9p .mbr-section-title {
  color: #9a2b29;
}
.cid-u6sfM7aJHD {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6sfM7aJHD .mbr-section-subtitle {
  text-align: center;
  color: #1b4468;
}
.cid-u6sfM7aJHD .mbr-text {
  text-align: center;
}
.cid-u6se004SBB {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u6se004SBB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6se004SBB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6se004SBB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6se004SBB .row {
  flex-direction: row-reverse;
}
.cid-u6se004SBB img {
  width: 100%;
}
.cid-ufZ4DCFzmm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9a2b29;
}
.cid-ufZ4DCFzmm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufZ4DCFzmm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufZ4DCFzmm .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ufZ4DCFzmm .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ufZ4DCFzmm .container {
    padding: 0;
  }
}
.cid-ufZ4DCFzmm .row {
  justify-content: center;
}
.cid-ufZ4DCFzmm .title-wrapper {
  padding: 0 16px;
}
.cid-ufZ4DCFzmm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ufZ4DCFzmm .mbr-section-title {
  color: #9a2b29;
}
.cid-ufZ4lDD2Ne {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b4468;
}
.cid-ufZ4lDD2Ne .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufZ4lDD2Ne .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufZ4lDD2Ne .mbr-section-title {
  color: #ffffff;
}
.cid-ufZ4lDD2Ne .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u2e9ROBnc1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9a2b29;
}
.cid-u2e9ROBnc1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2e9ROBnc1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2e9ROBnc1 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2e9ROBnc1 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2e9ROBnc1 .container {
    padding: 0;
  }
}
.cid-u2e9ROBnc1 .row {
  justify-content: center;
}
.cid-u2e9ROBnc1 .title-wrapper {
  padding: 0 16px;
}
.cid-u2e9ROBnc1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2e9ROBnc1 .mbr-section-title {
  color: #9a2b29;
}
.cid-u2e3a09u88 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/flag-abstract-bcg.png");
}
.cid-u2e3a09u88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2e3a09u88 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2e3a09u88 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u2e3a09u88 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u2e3a09u88 .container {
    padding: 0 24px;
  }
}
.cid-u2e3a09u88 .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u2e3a09u88 .image-wrapper {
  height: 100%;
}
.cid-u2e3a09u88 .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u2e3a09u88 .image-wrapper img {
    height: 350px;
  }
}
.cid-u2e3a09u88 .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u2e3a09u88 .content-wrapper {
    padding: 24px;
  }
}
.cid-u2e3a09u88 .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u2e3a09u88 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2e3a09u88 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u2e3a09u88 .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #9a2b29 0%, transparent 100%);
}
.cid-u2e3a09u88 .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-u2e3a09u88 .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #1b4468 !important;
  border-color: #1b4468 !important;
}
.cid-u2e3a09u88 .mbr-section-title {
  color: #141414;
}
.cid-u2e3a09u88 .mbr-text {
  color: #141414;
}
.cid-u2e3a09u88 .mbr-section-title,
.cid-u2e3a09u88 .title-wrapper,
.cid-u2e3a09u88 .mbr-section-btn {
  color: #1b4468;
}
.cid-u2e7FFXrEj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9a2b29;
}
.cid-u2e7FFXrEj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2e7FFXrEj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2e7FFXrEj .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2e7FFXrEj .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2e7FFXrEj .container {
    padding: 0;
  }
}
.cid-u2e7FFXrEj .row {
  justify-content: center;
}
.cid-u2e7FFXrEj .title-wrapper {
  padding: 0 16px;
}
.cid-u2e7FFXrEj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2e7FFXrEj .mbr-section-title {
  color: #9a2b29;
}
.cid-u2e4GxqN0i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b4468;
}
.cid-u2e4GxqN0i .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #9a2b29 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  font-weight: bold;
}
.cid-u2e4GxqN0i .panel-group {
  border: none;
}
.cid-u2e4GxqN0i .card-header {
  padding: 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-u2e4GxqN0i .card-header {
    padding: 1rem 0rem;
  }
}
.cid-u2e4GxqN0i .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u2e4GxqN0i .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-u2e4GxqN0i .img-col {
  padding: 0;
}
.cid-u2e4GxqN0i .img-item {
  height: 100%;
}
.cid-u2e4GxqN0i img {
  height: 100%;
  object-fit: cover;
}
.cid-u2e4GxqN0i .collapsed span {
  transform: rotate(0deg);
}
.cid-u2e4GxqN0i .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u2e4GxqN0i p {
  margin-bottom: 0.3rem;
}
.cid-u2e4GxqN0i .panel-title-edit {
  color: #e9c0e9;
}
.cid-u2e4GxqN0i .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-u2e4GxqN0i .card {
  background: #ffffff;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u2e4GxqN0i .card {
    padding: 1.5rem;
  }
}
.cid-u2e4GxqN0i .panel-text {
  color: #000000;
}
.cid-u2e4GxqN0i .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u2e4GxqN0i .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-u2e4GxqN0i .panel-title-edit,
.cid-u2e4GxqN0i .mbr-iconfont {
  color: #1b4468;
}
.cid-u2e7GHYOPO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9a2b29;
}
.cid-u2e7GHYOPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2e7GHYOPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2e7GHYOPO .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2e7GHYOPO .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2e7GHYOPO .container {
    padding: 0;
  }
}
.cid-u2e7GHYOPO .row {
  justify-content: center;
}
.cid-u2e7GHYOPO .title-wrapper {
  padding: 0 16px;
}
.cid-u2e7GHYOPO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2e7GHYOPO .mbr-section-title {
  color: #9a2b29;
}
.cid-u2e7HUtD1e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/subscribe-bcg-1.png");
}
.cid-u2e7HUtD1e .mbr-social-likes {
  font-size: 0;
}
.cid-u2e7HUtD1e .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u2e7HUtD1e .socicon-bg-facebook:hover {
  background: #1b4468;
}
.cid-u2e7HUtD1e .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u2e7HUtD1e .socicon-bg-twitter:hover {
  background: #1b4468;
}
.cid-u2e7HUtD1e .socicon-bg-behance {
  color: #ffffff;
}
.cid-u2e7HUtD1e .socicon-bg-behance:hover {
  background: #1b4468;
}
.cid-u2e7HUtD1e .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u2e7HUtD1e .socicon-bg-instagram:hover {
  background: #1b4468;
}
.cid-u2e7HUtD1e .btn-social {
  background: #9a2b29;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u2e7HUtD1e .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u2e7HUtD1e [class^="socicon-"]:before,
.cid-u2e7HUtD1e [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u2e7HUtD1e .mbr-section-title,
.cid-u2e7HUtD1e .mbr-social-likes {
  color: #ffffff;
}
.cid-u2eaEiJ81w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9a2b29;
}
.cid-u2eaEiJ81w .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2eaEiJ81w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2eaEiJ81w .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2eaEiJ81w .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2eaEiJ81w .container {
    padding: 0;
  }
}
.cid-u2eaEiJ81w .row {
  justify-content: center;
}
.cid-u2eaEiJ81w .title-wrapper {
  padding: 0 16px;
}
.cid-u2eaEiJ81w .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2eaEiJ81w .mbr-section-title {
  color: #9a2b29;
}
.cid-u2eavtDIc9 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/contact-bcg.png");
  overflow: hidden;
}
.cid-u2eavtDIc9 .mbr-overlay {
  background-color: #232323;
  opacity: 0.4;
}
.cid-u2eavtDIc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2eavtDIc9 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u2eavtDIc9 .mbr-section-btn,
.cid-u2eavtDIc9 .btn {
  width: 100%;
  margin: 0;
}
.cid-u2eavtDIc9 .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u2eavtDIc9 .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-u2eavtDIc9 input,
.cid-u2eavtDIc9 textarea {
  border-radius: 0 !important;
  border: 0px !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ffffff !important;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #ffffff !important;
}
.cid-u2eavtDIc9 input:hover,
.cid-u2eavtDIc9 textarea:hover,
.cid-u2eavtDIc9 input:active,
.cid-u2eavtDIc9 textarea:active,
.cid-u2eavtDIc9 input:focus,
.cid-u2eavtDIc9 textarea:focus {
  border: 0px !important;
  background: transparent;
  border-bottom: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-u2eavtDIc9 input::placeholder,
.cid-u2eavtDIc9 textarea::placeholder {
  color: #ffffff !important;
}
.cid-u2eavtDIc9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u2e7NG4fQJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9a2b29;
}
.cid-u2e7NG4fQJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2e7NG4fQJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2e7NG4fQJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2e7NG4fQJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2e7NG4fQJ .container {
    padding: 0;
  }
}
.cid-u2e7NG4fQJ .row {
  justify-content: center;
}
.cid-u2e7NG4fQJ .title-wrapper {
  padding: 0 16px;
}
.cid-u2e7NG4fQJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2e7NG4fQJ .mbr-section-title {
  color: #9a2b29;
}
.cid-u2eb6rn6qb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/footer-bcg.png");
}
.cid-u2eb6rn6qb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2eb6rn6qb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2eb6rn6qb .container,
.cid-u2eb6rn6qb .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u2eb6rn6qb .container,
  .cid-u2eb6rn6qb .container-fluid {
    padding: 0 20px;
  }
}
.cid-u2eb6rn6qb a {
  display: block;
}
.cid-u2eb6rn6qb a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u2eb6rn6qb a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-u2eb6rn6qb a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-u2eb6rn6qb a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-u2eb6rn6qb a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-u2eb6rn6qb a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-u2eb6rn6qb .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u2eb6rn6qb .copy-wrapper {
    border-right: none;
  }
}
.cid-u2eb6rn6qb .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-u2eb6rn6qb .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u2eb6rn6qb .list-wrapper {
    height: auto;
  }
}
.cid-u2eb6rn6qb .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u2eb6rn6qb .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-u2eb6rn6qb .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-u2eb6rn6qb .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2eb6rn6qb .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-u2eb6rn6qb .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-u2eb6rn6qb .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u2eb6rn6qb .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-u2eb6rn6qb .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #9a2b29;
  border-radius: 24px;
}
.cid-u2eb6rn6qb .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-u2eb6rn6qb .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-u2eb6rn6qb .copyright {
  color: #ffffff;
}
.cid-u2eb6rn6qb .mbr-section-title {
  color: #3d4045;
}
.cid-u2eb6rn6qb .mbr-text {
  color: #ffffff;
}
.cid-u2eb6rn6qb .list {
  color: #ffffff;
}
.cid-u2eb6rn6qb .mbr-section-btn {
  text-align: right;
}
.cid-u2eb6rn6qb .mbr-section-title,
.cid-u2eb6rn6qb .mbr-section-btn {
  color: #ffffff;
}
.cid-u33Xii2j2d .nav-item:focus,
.cid-u33Xii2j2d .nav-link:focus {
  outline: none;
}
.cid-u33Xii2j2d .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1b4468;
  background: none;
}
.cid-u33Xii2j2d .navbar.opened {
  transition: all .3s;
  background: #1b4468 !important;
}
.cid-u33Xii2j2d .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-u33Xii2j2d .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u33Xii2j2d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u33Xii2j2d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.4rem);
  }
}
.cid-u33Xii2j2d .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u33Xii2j2d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u33Xii2j2d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u33Xii2j2d .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u33Xii2j2d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u33Xii2j2d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u33Xii2j2d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u33Xii2j2d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u33Xii2j2d .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u33Xii2j2d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u33Xii2j2d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u33Xii2j2d .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u33Xii2j2d .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u33Xii2j2d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u33Xii2j2d .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u33Xii2j2d .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-u33Xii2j2d .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u33Xii2j2d .navbar.navbar-short {
  background: #1b4468 !important;
  min-height: 60px;
}
.cid-u33Xii2j2d .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u33Xii2j2d .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u33Xii2j2d .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u33Xii2j2d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u33Xii2j2d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u33Xii2j2d .dropdown-item.active,
.cid-u33Xii2j2d .dropdown-item:active {
  background-color: transparent;
}
.cid-u33Xii2j2d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u33Xii2j2d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u33Xii2j2d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u33Xii2j2d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b4468;
}
.cid-u33Xii2j2d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u33Xii2j2d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u33Xii2j2d ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u33Xii2j2d .navbar-buttons {
  text-align: center;
}
.cid-u33Xii2j2d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u33Xii2j2d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u33Xii2j2d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u33Xii2j2d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u33Xii2j2d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u33Xii2j2d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u33Xii2j2d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u33Xii2j2d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u33Xii2j2d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u33Xii2j2d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u33Xii2j2d .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u33Xii2j2d a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u33Xii2j2d .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u33Xii2j2d .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u33Xii2j2d .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-u33Xii2j2d .nav-link:hover,
.cid-u33Xii2j2d .dropdown-item:hover,
.cid-u33Xii2j2d .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-u33Yi4hMLR {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/volunteer-bcg-1-1920x1080.jpg");
}
.cid-u33Yi4hMLR .mbr-overlay {
  background-color: #353535;
  opacity: 0;
}
@media (max-width: 992px) {
  .cid-u33Yi4hMLR {
    background-position: right;
  }
}
.cid-u33Yi4hMLR input,
.cid-u33Yi4hMLR textarea {
  border-radius: 0;
}
.cid-u33Yi4hMLR input:hover,
.cid-u33Yi4hMLR textarea:hover {
  border: 1px solid transparent !important;
}
.cid-u33Yi4hMLR .row {
  justify-content: flex-end;
}
.cid-u33Yi4hMLR textarea {
  min-height: 200px;
}
.cid-u33Yi4hMLR .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-u33Yi4hMLR .col-auto {
    margin: auto;
  }
}
.cid-u33Yi4hMLR .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-u33Yi4hMLR .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #1b4468;
  font-size: 1.2rem;
}
.cid-u33Yi4hMLR .mbr-main-subtitle {
  background: #1b4468;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-u33Yi4hMLR .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #1b4468;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-u33Yi4hMLR .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-u33Yi4hMLR .btn {
  padding: 1rem 3rem;
}
.cid-u33Yi4hMLR .form-control,
.cid-u33Yi4hMLR .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u33Yi4hMLR .form-control::-webkit-input-placeholder,
.cid-u33Yi4hMLR .field-input::-webkit-input-placeholder,
.cid-u33Yi4hMLR .form-control::-webkit-input-placeholder,
.cid-u33Yi4hMLR .field-input::-webkit-input-placeholder {
  color: #1b4468;
}
.cid-u33Yi4hMLR .form-control:-moz-placeholder,
.cid-u33Yi4hMLR .field-input:-moz-placeholder,
.cid-u33Yi4hMLR .form-control:-moz-placeholder,
.cid-u33Yi4hMLR .field-input:-moz-placeholder {
  color: #1b4468;
}
.cid-u33Yi4hMLR .form-control:hover,
.cid-u33Yi4hMLR .field-input:hover,
.cid-u33Yi4hMLR .form-control:focus,
.cid-u33Yi4hMLR .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-u33Yi4hMLR .form-control:hover::-webkit-input-placeholder,
.cid-u33Yi4hMLR .field-input:hover::-webkit-input-placeholder,
.cid-u33Yi4hMLR .form-control:focus::-webkit-input-placeholder,
.cid-u33Yi4hMLR .field-input:focus::-webkit-input-placeholder,
.cid-u33Yi4hMLR .form-control:hover::-webkit-input-placeholder,
.cid-u33Yi4hMLR .field-input:hover::-webkit-input-placeholder,
.cid-u33Yi4hMLR .form-control:focus::-webkit-input-placeholder,
.cid-u33Yi4hMLR .field-input:focus::-webkit-input-placeholder {
  color: #1b4468;
}
.cid-u33Yi4hMLR .form-control:hover:-moz-placeholder,
.cid-u33Yi4hMLR .field-input:hover:-moz-placeholder,
.cid-u33Yi4hMLR .form-control:focus:-moz-placeholder,
.cid-u33Yi4hMLR .field-input:focus:-moz-placeholder,
.cid-u33Yi4hMLR .form-control:hover:-moz-placeholder,
.cid-u33Yi4hMLR .field-input:hover:-moz-placeholder,
.cid-u33Yi4hMLR .form-control:focus:-moz-placeholder,
.cid-u33Yi4hMLR .field-input:focus:-moz-placeholder {
  color: #1b4468;
}
.cid-u33Yi4hMLR .jq-number__spin:hover,
.cid-u33Yi4hMLR .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u33Yi4hMLR .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u33Yi4hMLR .jq-selectbox li,
.cid-u33Yi4hMLR .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-u33Yi4hMLR .jq-selectbox li:hover,
.cid-u33Yi4hMLR .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-u33Yi4hMLR .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u33Yi4hMLR .jq-number__spin.minus:hover:after,
.cid-u33Yi4hMLR .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u33Yi4hMLR .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u33Yi4hMLR .jq-number__spin.minus:after,
.cid-u33Yi4hMLR .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u33Yi4hMLR .mbr-section-text {
  color: #ffffff;
}
.cid-u33Yi4hMLR .mbr-section-title {
  color: #ffffff;
}
.cid-u33Yi4hMLR .soc-link,
.cid-u33Yi4hMLR .soc-wrapper {
  color: #000000;
}
.cid-u33XijdmFX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9a2b29;
}
.cid-u33XijdmFX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u33XijdmFX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u33XijdmFX .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u33XijdmFX .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u33XijdmFX .container {
    padding: 0;
  }
}
.cid-u33XijdmFX .row {
  justify-content: center;
}
.cid-u33XijdmFX .title-wrapper {
  padding: 0 16px;
}
.cid-u33XijdmFX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u33XijdmFX .mbr-section-title {
  color: #9a2b29;
}
.cid-u33Xik128j {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/subscribe-bcg.png");
}
.cid-u33Xik128j .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u33Xik128j form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-u33Xik128j form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-u33Xik128j .mbr-section-title {
  color: #ffffff;
}
.cid-u33XikJz7U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9a2b29;
}
.cid-u33XikJz7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-u33XikJz7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u33XikJz7U .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u33XikJz7U .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u33XikJz7U .container {
    padding: 0;
  }
}
.cid-u33XikJz7U .row {
  justify-content: center;
}
.cid-u33XikJz7U .title-wrapper {
  padding: 0 16px;
}
.cid-u33XikJz7U .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u33XikJz7U .mbr-section-title {
  color: #9a2b29;
}
.cid-u33XilHRbb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u33XilHRbb .line {
  background-color: #1b4468;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u33Xim4hiU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b4468;
}
.cid-u33Xim4hiU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u33Xim4hiU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u33Xim4hiU .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u33Xim4hiU .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u33Xim4hiU .container {
    padding: 0;
  }
}
.cid-u33Xim4hiU .row {
  justify-content: center;
}
.cid-u33Xim4hiU .title-wrapper {
  padding: 0 16px;
}
.cid-u33Xim4hiU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u33Xim4hiU .mbr-section-title {
  color: #9a2b29;
}
.cid-u33Xio6A5b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9a2b29;
}
.cid-u33Xio6A5b .mbr-fallback-image.disabled {
  display: none;
}
.cid-u33Xio6A5b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u33Xio6A5b .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u33Xio6A5b .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u33Xio6A5b .container {
    padding: 0;
  }
}
.cid-u33Xio6A5b .row {
  justify-content: center;
}
.cid-u33Xio6A5b .title-wrapper {
  padding: 0 16px;
}
.cid-u33Xio6A5b .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u33Xio6A5b .mbr-section-title {
  color: #9a2b29;
}
.cid-u33XioCnwF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/flag-abstract-bcg.png");
}
.cid-u33XioCnwF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u33XioCnwF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u33XioCnwF .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u33XioCnwF .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u33XioCnwF .container {
    padding: 0 24px;
  }
}
.cid-u33XioCnwF .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u33XioCnwF .image-wrapper {
  height: 100%;
}
.cid-u33XioCnwF .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u33XioCnwF .image-wrapper img {
    height: 350px;
  }
}
.cid-u33XioCnwF .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u33XioCnwF .content-wrapper {
    padding: 24px;
  }
}
.cid-u33XioCnwF .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u33XioCnwF .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u33XioCnwF .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u33XioCnwF .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #9a2b29 0%, transparent 100%);
}
.cid-u33XioCnwF .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-u33XioCnwF .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #1b4468 !important;
  border-color: #1b4468 !important;
}
.cid-u33XioCnwF .mbr-section-title {
  color: #141414;
}
.cid-u33XioCnwF .mbr-text {
  color: #141414;
}
.cid-u33XioCnwF .mbr-section-title,
.cid-u33XioCnwF .title-wrapper,
.cid-u33XioCnwF .mbr-section-btn {
  color: #1b4468;
}
.cid-u33XipVq5C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9a2b29;
}
.cid-u33XipVq5C .mbr-fallback-image.disabled {
  display: none;
}
.cid-u33XipVq5C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u33XipVq5C .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u33XipVq5C .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u33XipVq5C .container {
    padding: 0;
  }
}
.cid-u33XipVq5C .row {
  justify-content: center;
}
.cid-u33XipVq5C .title-wrapper {
  padding: 0 16px;
}
.cid-u33XipVq5C .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u33XipVq5C .mbr-section-title {
  color: #9a2b29;
}
.cid-u33XiqiOsP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/subscribe-bcg-1.png");
}
.cid-u33XiqiOsP .mbr-social-likes {
  font-size: 0;
}
.cid-u33XiqiOsP .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u33XiqiOsP .socicon-bg-facebook:hover {
  background: #1b4468;
}
.cid-u33XiqiOsP .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u33XiqiOsP .socicon-bg-twitter:hover {
  background: #1b4468;
}
.cid-u33XiqiOsP .socicon-bg-behance {
  color: #ffffff;
}
.cid-u33XiqiOsP .socicon-bg-behance:hover {
  background: #1b4468;
}
.cid-u33XiqiOsP .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u33XiqiOsP .socicon-bg-instagram:hover {
  background: #1b4468;
}
.cid-u33XiqiOsP .btn-social {
  background: #9a2b29;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u33XiqiOsP .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u33XiqiOsP [class^="socicon-"]:before,
.cid-u33XiqiOsP [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u33XiqiOsP .mbr-section-title,
.cid-u33XiqiOsP .mbr-social-likes {
  color: #ffffff;
}
.cid-u33XirPo7M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9a2b29;
}
.cid-u33XirPo7M .mbr-fallback-image.disabled {
  display: none;
}
.cid-u33XirPo7M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u33XirPo7M .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u33XirPo7M .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u33XirPo7M .container {
    padding: 0;
  }
}
.cid-u33XirPo7M .row {
  justify-content: center;
}
.cid-u33XirPo7M .title-wrapper {
  padding: 0 16px;
}
.cid-u33XirPo7M .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u33XirPo7M .mbr-section-title {
  color: #9a2b29;
}
.cid-u33Xisifs9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/footer-bcg.png");
}
.cid-u33Xisifs9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u33Xisifs9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u33Xisifs9 .container,
.cid-u33Xisifs9 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u33Xisifs9 .container,
  .cid-u33Xisifs9 .container-fluid {
    padding: 0 20px;
  }
}
.cid-u33Xisifs9 a {
  display: block;
}
.cid-u33Xisifs9 a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u33Xisifs9 a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-u33Xisifs9 a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-u33Xisifs9 a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-u33Xisifs9 a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-u33Xisifs9 a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-u33Xisifs9 .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u33Xisifs9 .copy-wrapper {
    border-right: none;
  }
}
.cid-u33Xisifs9 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-u33Xisifs9 .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u33Xisifs9 .list-wrapper {
    height: auto;
  }
}
.cid-u33Xisifs9 .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u33Xisifs9 .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-u33Xisifs9 .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-u33Xisifs9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u33Xisifs9 .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-u33Xisifs9 .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-u33Xisifs9 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u33Xisifs9 .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-u33Xisifs9 .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #9a2b29;
  border-radius: 24px;
}
.cid-u33Xisifs9 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-u33Xisifs9 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-u33Xisifs9 .copyright {
  color: #ffffff;
}
.cid-u33Xisifs9 .mbr-section-title {
  color: #3d4045;
}
.cid-u33Xisifs9 .mbr-text {
  color: #ffffff;
}
.cid-u33Xisifs9 .list {
  color: #ffffff;
}
.cid-u33Xisifs9 .mbr-section-btn {
  text-align: right;
}
.cid-u33Xisifs9 .mbr-section-title,
.cid-u33Xisifs9 .mbr-section-btn {
  color: #ffffff;
}
.cid-u343SWAGfA .nav-item:focus,
.cid-u343SWAGfA .nav-link:focus {
  outline: none;
}
.cid-u343SWAGfA .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1b4468;
  background: none;
}
.cid-u343SWAGfA .navbar.opened {
  transition: all .3s;
  background: #1b4468 !important;
}
.cid-u343SWAGfA .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-u343SWAGfA .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u343SWAGfA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u343SWAGfA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.4rem);
  }
}
.cid-u343SWAGfA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u343SWAGfA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u343SWAGfA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u343SWAGfA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u343SWAGfA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u343SWAGfA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u343SWAGfA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u343SWAGfA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u343SWAGfA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u343SWAGfA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u343SWAGfA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u343SWAGfA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u343SWAGfA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u343SWAGfA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u343SWAGfA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u343SWAGfA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-u343SWAGfA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u343SWAGfA .navbar.navbar-short {
  background: #1b4468 !important;
  min-height: 60px;
}
.cid-u343SWAGfA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u343SWAGfA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u343SWAGfA .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u343SWAGfA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u343SWAGfA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u343SWAGfA .dropdown-item.active,
.cid-u343SWAGfA .dropdown-item:active {
  background-color: transparent;
}
.cid-u343SWAGfA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u343SWAGfA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u343SWAGfA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u343SWAGfA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b4468;
}
.cid-u343SWAGfA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u343SWAGfA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u343SWAGfA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u343SWAGfA .navbar-buttons {
  text-align: center;
}
.cid-u343SWAGfA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u343SWAGfA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u343SWAGfA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u343SWAGfA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u343SWAGfA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u343SWAGfA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u343SWAGfA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u343SWAGfA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u343SWAGfA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u343SWAGfA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u343SWAGfA .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u343SWAGfA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u343SWAGfA .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u343SWAGfA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-u343SWAGfA .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-u343SWAGfA .nav-link:hover,
.cid-u343SWAGfA .dropdown-item:hover,
.cid-u343SWAGfA .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
.cid-u344ccNf5w {
  background-color: #1b4468;
}
.cid-u344ccNf5w .mbr-fallback-image.disabled {
  display: none;
}
.cid-u344ccNf5w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u344ccNf5w .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u344ccNf5w .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u344ccNf5w .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-u344ccNf5w .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-u344ccNf5w .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u344ccNf5w .mbr-section-title {
  color: #ffffff;
}
.cid-u344ccNf5w .mbr-text,
.cid-u344ccNf5w .mbr-section-btn {
  color: #ffffff;
}
.cid-u343SXyRQi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9a2b29;
}
.cid-u343SXyRQi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u343SXyRQi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u343SXyRQi .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u343SXyRQi .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u343SXyRQi .container {
    padding: 0;
  }
}
.cid-u343SXyRQi .row {
  justify-content: center;
}
.cid-u343SXyRQi .title-wrapper {
  padding: 0 16px;
}
.cid-u343SXyRQi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u343SXyRQi .mbr-section-title {
  color: #9a2b29;
}
.cid-u343SXTXGU {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/subscribe-bcg.png");
}
.cid-u343SXTXGU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u343SXTXGU form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-u343SXTXGU form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-u343SXTXGU .mbr-section-title {
  color: #ffffff;
}
.cid-u343SYf5PC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9a2b29;
}
.cid-u343SYf5PC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u343SYf5PC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u343SYf5PC .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u343SYf5PC .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u343SYf5PC .container {
    padding: 0;
  }
}
.cid-u343SYf5PC .row {
  justify-content: center;
}
.cid-u343SYf5PC .title-wrapper {
  padding: 0 16px;
}
.cid-u343SYf5PC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u343SYf5PC .mbr-section-title {
  color: #9a2b29;
}
.cid-u343T02V77 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b4468;
}
.cid-u343T02V77 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u343T02V77 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u343T02V77 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u343T02V77 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u343T02V77 .container {
    padding: 0;
  }
}
.cid-u343T02V77 .row {
  justify-content: center;
}
.cid-u343T02V77 .title-wrapper {
  padding: 0 16px;
}
.cid-u343T02V77 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u343T02V77 .mbr-section-title {
  color: #9a2b29;
}
.cid-u343T1YbLL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/subscribe-bcg-1.png");
}
.cid-u343T1YbLL .mbr-social-likes {
  font-size: 0;
}
.cid-u343T1YbLL .socicon-bg-facebook {
  color: #ffffff;
}
.cid-u343T1YbLL .socicon-bg-facebook:hover {
  background: #1b4468;
}
.cid-u343T1YbLL .socicon-bg-twitter {
  color: #ffffff;
}
.cid-u343T1YbLL .socicon-bg-twitter:hover {
  background: #1b4468;
}
.cid-u343T1YbLL .socicon-bg-behance {
  color: #ffffff;
}
.cid-u343T1YbLL .socicon-bg-behance:hover {
  background: #1b4468;
}
.cid-u343T1YbLL .socicon-bg-instagram {
  color: #ffffff;
}
.cid-u343T1YbLL .socicon-bg-instagram:hover {
  background: #1b4468;
}
.cid-u343T1YbLL .btn-social {
  background: #9a2b29;
  font-size: 25px;
  border-radius: 10%;
  padding: 0px;
  margin: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u343T1YbLL .btn-social i {
  top: 0;
  line-height: 40px;
  width: 40px;
}
.cid-u343T1YbLL [class^="socicon-"]:before,
.cid-u343T1YbLL [class*=" socicon-"]:before {
  line-height: 40px;
}
.cid-u343T1YbLL .mbr-section-title,
.cid-u343T1YbLL .mbr-social-likes {
  color: #ffffff;
}
.cid-u343T2vNPW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9a2b29;
}
.cid-u343T2vNPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u343T2vNPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u343T2vNPW .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u343T2vNPW .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u343T2vNPW .container {
    padding: 0;
  }
}
.cid-u343T2vNPW .row {
  justify-content: center;
}
.cid-u343T2vNPW .title-wrapper {
  padding: 0 16px;
}
.cid-u343T2vNPW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u343T2vNPW .mbr-section-title {
  color: #9a2b29;
}
.cid-u343T2ZpCu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/footer-bcg.png");
}
.cid-u343T2ZpCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u343T2ZpCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u343T2ZpCu .container,
.cid-u343T2ZpCu .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u343T2ZpCu .container,
  .cid-u343T2ZpCu .container-fluid {
    padding: 0 20px;
  }
}
.cid-u343T2ZpCu a {
  display: block;
}
.cid-u343T2ZpCu a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u343T2ZpCu a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .cid-u343T2ZpCu a .logo-wrapper {
    padding: 50px 0;
  }
}
.cid-u343T2ZpCu a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .cid-u343T2ZpCu a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-u343T2ZpCu a .logo-wrapper img {
    margin: 0 auto;
  }
}
.cid-u343T2ZpCu .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u343T2ZpCu .copy-wrapper {
    border-right: none;
  }
}
.cid-u343T2ZpCu .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-u343T2ZpCu .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u343T2ZpCu .list-wrapper {
    height: auto;
  }
}
.cid-u343T2ZpCu .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u343T2ZpCu .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.cid-u343T2ZpCu .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.cid-u343T2ZpCu .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u343T2ZpCu .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.cid-u343T2ZpCu .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.cid-u343T2ZpCu .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u343T2ZpCu .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-u343T2ZpCu .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #9a2b29;
  border-radius: 24px;
}
.cid-u343T2ZpCu .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
.cid-u343T2ZpCu .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 42px;
}
.cid-u343T2ZpCu .copyright {
  color: #ffffff;
}
.cid-u343T2ZpCu .mbr-section-title {
  color: #3d4045;
}
.cid-u343T2ZpCu .mbr-text {
  color: #ffffff;
}
.cid-u343T2ZpCu .list {
  color: #ffffff;
}
.cid-u343T2ZpCu .mbr-section-btn {
  text-align: right;
}
.cid-u343T2ZpCu .mbr-section-title,
.cid-u343T2ZpCu .mbr-section-btn {
  color: #ffffff;
}
