body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Poppins', 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 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: #1b134c !important;
}
.bg-success {
  background-color: #1b134c !important;
}
.bg-info {
  background-color: #e12027 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1b134c !important;
  border-color: #1b134c !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: #020207 !important;
  border-color: #020207 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #020207 !important;
  border-color: #020207 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e12027 !important;
  border-color: #e12027 !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: #961419 !important;
  border-color: #961419 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #961419 !important;
  border-color: #961419 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e12027 !important;
  border-color: #e12027 !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: #961419 !important;
  border-color: #961419 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #961419 !important;
  border-color: #961419 !important;
}
.btn-success,
.btn-success:active {
  background-color: #1b134c !important;
  border-color: #1b134c !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: #020207 !important;
  border-color: #020207 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #020207 !important;
  border-color: #020207 !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: #1b134c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #020207 !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: #1b134c !important;
  border-color: #1b134c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e12027;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #961419 !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: #e12027 !important;
  border-color: #e12027 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e12027;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #961419 !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: #e12027 !important;
  border-color: #e12027 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1b134c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #020207 !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: #1b134c !important;
  border-color: #1b134c !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: #1b134c !important;
}
.text-secondary {
  color: #e12027 !important;
}
.text-success {
  color: #1b134c !important;
}
.text-info {
  color: #e12027 !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: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #891217 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #891217 !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: #1b134c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e12027;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1b134c;
  border-color: #1b134c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1b134c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7a6bda;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7a6bda;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f9d4d5;
}
.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: #1b134c !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: #1b134c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1b134c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1b134c;
}
.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: #1b134c;
  border-bottom-color: #1b134c;
}
.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: #1b134c !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: #e12027 !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='%231b134c' %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-tQqf1N12z4 {
  z-index: 1000;
  width: 100%;
}
.cid-tQqf1N12z4 .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-tQqf1N12z4 nav.navbar {
  position: fixed;
}
.cid-tQqf1N12z4 .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-tQqf1N12z4 .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-tQqf1N12z4 .nav-item {
    height: auto;
  }
}
.cid-tQqf1N12z4 .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tQqf1N12z4 .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-tQqf1N12z4 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQqf1N12z4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQqf1N12z4 .dropdown-item:hover,
.cid-tQqf1N12z4 .dropdown-item:focus {
  background: white !important;
}
.cid-tQqf1N12z4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQqf1N12z4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQqf1N12z4 .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-tQqf1N12z4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQqf1N12z4 .nav-link {
  position: relative;
}
.cid-tQqf1N12z4 .container {
  display: flex;
  margin: auto;
}
.cid-tQqf1N12z4 .iconfont-wrapper {
  color: #e12027 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-tQqf1N12z4 .dropdown-menu,
.cid-tQqf1N12z4 .navbar.opened {
  background: #ffffff !important;
}
.cid-tQqf1N12z4 .nav-item:focus,
.cid-tQqf1N12z4 .nav-link:focus {
  outline: none;
}
.cid-tQqf1N12z4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQqf1N12z4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQqf1N12z4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-tQqf1N12z4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQqf1N12z4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQqf1N12z4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQqf1N12z4 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tQqf1N12z4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tQqf1N12z4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQqf1N12z4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tQqf1N12z4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQqf1N12z4 .navbar.collapsed {
  justify-content: center;
}
.cid-tQqf1N12z4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQqf1N12z4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQqf1N12z4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-tQqf1N12z4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQqf1N12z4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQqf1N12z4 .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-tQqf1N12z4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQqf1N12z4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQqf1N12z4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQqf1N12z4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQqf1N12z4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQqf1N12z4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQqf1N12z4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQqf1N12z4 .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-tQqf1N12z4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQqf1N12z4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQqf1N12z4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQqf1N12z4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQqf1N12z4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQqf1N12z4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQqf1N12z4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQqf1N12z4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQqf1N12z4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQqf1N12z4 .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-tQqf1N12z4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQqf1N12z4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQqf1N12z4 .dropdown-item.active,
.cid-tQqf1N12z4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tQqf1N12z4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQqf1N12z4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQqf1N12z4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQqf1N12z4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQqf1N12z4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQqf1N12z4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQqf1N12z4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQqf1N12z4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQqf1N12z4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQqf1N12z4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e12027;
}
.cid-tQqf1N12z4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQqf1N12z4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQqf1N12z4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQqf1N12z4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQqf1N12z4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQqf1N12z4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQqf1N12z4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQqf1N12z4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQqf1N12z4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQqf1N12z4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQqf1N12z4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQqf1N12z4 .navbar {
    height: 70px;
  }
  .cid-tQqf1N12z4 .navbar.opened {
    height: auto;
  }
  .cid-tQqf1N12z4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQqf1N12z4 .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px red;
  -moz-box-shadow: 0 8px 6px -6px red;
  box-shadow: 8PX 8px 6px -6px red;
}
.cid-tTDbExkeoF {
  background-image: url("../../../assets/images/chad-hp-hero-1920x1080.jpg");
}
.cid-tTDbExkeoF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTDbExkeoF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTDbExkeoF .mbr-section-title,
.cid-tTDbExkeoF .mbr-text {
  text-align: left;
  color: #ffffff;
  text-shadow: 3px 3px 3px #000;
}
.cid-tTDbExkeoF .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tTDbExkeoF .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
  text-shadow: 3px 3px 3px #000;
}
.cid-u82naGh6If {
  background-color: #ffffff;
}
.cid-u82naGh6If img {
  object-fit: contain;
}
.cid-tTDdzEn7fe {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/stand-chad-1920x500.png");
}
.cid-tTDdzEn7fe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTDdzEn7fe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTDdzEn7fe .mbr-section-title {
  color: #1b134c;
}
.cid-tTDdzEn7fe .mbr-section-subtitle {
  color: #e12027;
}
.cid-tYac5Hezqg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYac5Hezqg img {
  border-radius: 0px;
}
.cid-tYac5Hezqg .row {
  justify-content: center;
}
.cid-tYac5Hezqg .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tTDfVBS9Jl {
  background-color: #ffffff;
}
.cid-tTDfVBS9Jl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTDfVBS9Jl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTDfVBS9Jl .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tTDfVBS9Jl .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tTDfVBS9Jl .container {
    padding: 0 24px;
  }
}
.cid-tTDfVBS9Jl .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-tTDfVBS9Jl .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-tTDfVBS9Jl .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-tTDfVBS9Jl .image-wrapper img {
    height: 350px;
  }
}
.cid-tTDfVBS9Jl .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tTDfVBS9Jl .content-wrapper {
    padding: 0;
  }
}
.cid-tTDfVBS9Jl .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tTDfVBS9Jl .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tTDfVBS9Jl .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tTDfVBS9Jl .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tTDfVBS9Jl .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tTDfVBS9Jl .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-tTDfVBS9Jl .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  background-color: #e12027;
}
.cid-tTDfVBS9Jl .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  background-color: #1b134c;
}
.cid-tTDfVBS9Jl .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-tTDfVBS9Jl .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-tTDfVBS9Jl .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-tTDfVBS9Jl .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #ffffff;
  background-color: #1b134c;
}
.cid-tTDfVBS9Jl .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tTDfVBS9Jl .mbr-section-title {
  color: #1b134c;
  text-align: left;
}
.cid-tTDfVBS9Jl .mbr-section-subtitle {
  color: #e12027;
  text-align: left;
}
.cid-tTDfVBS9Jl .card-text {
  color: #262642;
}
.cid-u82n7FH9Jj {
  background-color: #ffffff;
}
.cid-u82n7FH9Jj img {
  object-fit: contain;
}
.cid-ub51JcW7mU {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ub51JcW7mU img,
.cid-ub51JcW7mU .item-img {
  width: 100%;
}
.cid-ub51JcW7mU .item:focus,
.cid-ub51JcW7mU span:focus {
  outline: none;
}
.cid-ub51JcW7mU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ub51JcW7mU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ub51JcW7mU .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ub51JcW7mU .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ub51JcW7mU .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ub51JcW7mU .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ub51JcW7mU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ub51JcW7mU .mbr-section-title {
  color: #1b134c;
}
.cid-ub51JcW7mU .mbr-text,
.cid-ub51JcW7mU .mbr-section-btn {
  text-align: center;
}
.cid-ub51JcW7mU .item-title {
  text-align: center;
  color: #1b134c;
}
.cid-ub51JcW7mU .item-subtitle {
  text-align: left;
}
.cid-ub535k0NLF {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ub535k0NLF img,
.cid-ub535k0NLF .item-img {
  width: 100%;
}
.cid-ub535k0NLF .item:focus,
.cid-ub535k0NLF span:focus {
  outline: none;
}
.cid-ub535k0NLF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ub535k0NLF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ub535k0NLF .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ub535k0NLF .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ub535k0NLF .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ub535k0NLF .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ub535k0NLF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ub535k0NLF .mbr-section-title {
  color: #1b134c;
}
.cid-ub535k0NLF .mbr-text,
.cid-ub535k0NLF .mbr-section-btn {
  text-align: center;
}
.cid-ub535k0NLF .item-title {
  text-align: center;
  color: #1b134c;
}
.cid-ub535k0NLF .item-subtitle {
  text-align: left;
}
.cid-ub52YA1MIY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ub52YA1MIY img,
.cid-ub52YA1MIY .item-img {
  width: 100%;
}
.cid-ub52YA1MIY .item:focus,
.cid-ub52YA1MIY span:focus {
  outline: none;
}
.cid-ub52YA1MIY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ub52YA1MIY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ub52YA1MIY .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ub52YA1MIY .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ub52YA1MIY .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ub52YA1MIY .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ub52YA1MIY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ub52YA1MIY .mbr-section-title {
  color: #1b134c;
}
.cid-ub52YA1MIY .mbr-text,
.cid-ub52YA1MIY .mbr-section-btn {
  text-align: center;
}
.cid-ub52YA1MIY .item-title {
  text-align: center;
  color: #1b134c;
}
.cid-ub52YA1MIY .item-subtitle {
  text-align: left;
}
.cid-tYabKumiHM {
  background-color: #ffffff;
}
.cid-tYabKumiHM img {
  object-fit: contain;
}
.cid-tTDiZFKjUO {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/subscribe-bcg-johnson-2000x521.png");
}
.cid-tTDiZFKjUO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tTDiZFKjUO form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-tTDiZFKjUO form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-tTDiZFKjUO .mbr-section-title {
  color: #ffffff;
}
.cid-tTDiZFKjUO .mbr-section-subtitle {
  color: #e12027;
}
.cid-tVe7wZ6h9K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/flag-chad-1920x500.png");
}
.cid-tVe7wZ6h9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVe7wZ6h9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVe7wZ6h9K .number-wrap {
  color: #1b134c;
  text-align: center;
}
.cid-tVe7wZ6h9K .number {
  color: #e12027;
}
.cid-tVe7wZ6h9K .period {
  display: block;
}
.cid-tVe7wZ6h9K .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tVe7wZ6h9K .period {
    font-size: 0.8rem;
  }
}
.cid-tVe7wZ6h9K .btn {
  height: 100%;
  margin: 0;
}
.cid-tVe7wZ6h9K .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tVe7wZ6h9K .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tVe7wZ6h9K .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tVe7wZ6h9K .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-tVe7wZ6h9K .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #e12027;
  color: #ffffff;
}
.cid-tVe7wZ6h9K H3 {
  color: #1b134c;
}
.cid-tVe7wZ6h9K .mbr-text,
.cid-tVe7wZ6h9K .mbr-section-btn {
  color: #e12027;
}
.cid-tTDo8tq2nz {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/ggdfshhhjh-1-2000x521.png");
}
.cid-tTDo8tq2nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTDo8tq2nz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTDo8tq2nz .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tTDo8tq2nz .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tTDo8tq2nz .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tTDo8tq2nz .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tTDo8tq2nz .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tTDo8tq2nz .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tTDo8tq2nz .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tTDo8tq2nz .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tTDo8tq2nz .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tTDo8tq2nz .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tTDo8tq2nz .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tTDo8tq2nz .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tTDo8tq2nz .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tTDo8tq2nz .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tTDo8tq2nz [class^="socicon-"]:before,
.cid-tTDo8tq2nz [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tTDo8tq2nz .mbr-section-title,
.cid-tTDo8tq2nz .mbr-social-likes {
  color: #ffffff;
}
.cid-tVeNdYueae {
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/right-flag-chad-1920x500.png");
}
.cid-tVeNdYueae .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVeNdYueae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVeNdYueae .media-container-row {
  justify-content: space-between;
}
.cid-tVeNdYueae .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tVeNdYueae .text-content {
    max-width: none;
  }
}
.cid-tVeNdYueae .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tVeNdYueae .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tVeNdYueae .mbr-iconfont-social:hover {
  background-color: #e12027;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tVeNdYueae .icons {
    justify-content: center !important;
  }
  .cid-tVeNdYueae .text-content * {
    text-align: center;
  }
}
.cid-tVeNdYueae .mbr-section-title {
  color: #1b134c;
}
.cid-tXAp02Kgfj {
  background-color: #ffffff;
}
.cid-tXAp02Kgfj img {
  object-fit: contain;
}
.cid-tTDnXBu99N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-tTDnXBu99N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTDnXBu99N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTDnXBu99N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTDnXBu99N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tTDnXBu99N .row {
    text-align: center;
  }
  .cid-tTDnXBu99N .row > div {
    margin: auto;
  }
  .cid-tTDnXBu99N .social-row {
    justify-content: center;
  }
}
.cid-tTDnXBu99N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tTDnXBu99N .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTDnXBu99N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTDnXBu99N .list {
    margin-bottom: 0rem;
  }
}
.cid-tTDnXBu99N .mbr-text {
  color: #ffffff;
}
.cid-tTDnXBu99N .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-tTDnXBu99N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tTDnXBu99N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tTDnXBu99N .copyright {
  text-align: center;
}
.cid-tTDD25PU6d {
  z-index: 1000;
  width: 100%;
}
.cid-tTDD25PU6d .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-tTDD25PU6d nav.navbar {
  position: fixed;
}
.cid-tTDD25PU6d .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-tTDD25PU6d .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-tTDD25PU6d .nav-item {
    height: auto;
  }
}
.cid-tTDD25PU6d .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tTDD25PU6d .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-tTDD25PU6d .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTDD25PU6d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTDD25PU6d .dropdown-item:hover,
.cid-tTDD25PU6d .dropdown-item:focus {
  background: white !important;
}
.cid-tTDD25PU6d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTDD25PU6d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTDD25PU6d .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-tTDD25PU6d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTDD25PU6d .nav-link {
  position: relative;
}
.cid-tTDD25PU6d .container {
  display: flex;
  margin: auto;
}
.cid-tTDD25PU6d .iconfont-wrapper {
  color: #e12027 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-tTDD25PU6d .dropdown-menu,
.cid-tTDD25PU6d .navbar.opened {
  background: #ffffff !important;
}
.cid-tTDD25PU6d .nav-item:focus,
.cid-tTDD25PU6d .nav-link:focus {
  outline: none;
}
.cid-tTDD25PU6d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTDD25PU6d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTDD25PU6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-tTDD25PU6d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTDD25PU6d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTDD25PU6d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTDD25PU6d .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tTDD25PU6d .navbar.opened {
  transition: all 0.3s;
}
.cid-tTDD25PU6d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTDD25PU6d .navbar .navbar-logo img {
  width: auto;
}
.cid-tTDD25PU6d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTDD25PU6d .navbar.collapsed {
  justify-content: center;
}
.cid-tTDD25PU6d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTDD25PU6d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTDD25PU6d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-tTDD25PU6d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTDD25PU6d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTDD25PU6d .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-tTDD25PU6d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTDD25PU6d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTDD25PU6d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTDD25PU6d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTDD25PU6d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTDD25PU6d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTDD25PU6d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTDD25PU6d .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-tTDD25PU6d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTDD25PU6d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTDD25PU6d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTDD25PU6d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTDD25PU6d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTDD25PU6d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTDD25PU6d .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTDD25PU6d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTDD25PU6d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTDD25PU6d .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-tTDD25PU6d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTDD25PU6d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTDD25PU6d .dropdown-item.active,
.cid-tTDD25PU6d .dropdown-item:active {
  background-color: transparent;
}
.cid-tTDD25PU6d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTDD25PU6d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTDD25PU6d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTDD25PU6d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tTDD25PU6d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTDD25PU6d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTDD25PU6d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTDD25PU6d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTDD25PU6d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTDD25PU6d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e12027;
}
.cid-tTDD25PU6d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTDD25PU6d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTDD25PU6d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTDD25PU6d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTDD25PU6d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTDD25PU6d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTDD25PU6d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTDD25PU6d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTDD25PU6d .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tTDD25PU6d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTDD25PU6d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTDD25PU6d .navbar {
    height: 70px;
  }
  .cid-tTDD25PU6d .navbar.opened {
    height: auto;
  }
  .cid-tTDD25PU6d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTDD25PU6d .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px red;
  -moz-box-shadow: 0 8px 6px -6px red;
  box-shadow: 8PX 8px 6px -6px red;
}
.cid-tVdMTwvun0 {
  padding-top: 11rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tVdMTwvun0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVdMTwvun0 .container {
  max-width: 1300px;
}
.cid-tVdMTwvun0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVdMTwvun0 .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tVdMTwvun0 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tVdMTwvun0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVdMTwvun0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tVdMTwvun0 .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-tVdMTwvun0 .mbr-section-title {
  color: #1b134c;
}
.cid-tVdMTwvun0 .mbr-text,
.cid-tVdMTwvun0 .mbr-section-btn {
  color: #000000;
}
.cid-tVdMTwvun0 .mbr-section-subtitle {
  color: #e12027;
}
.cid-tVdMTwvun0 img {
  border-radius: 40px;
}
.cid-tY9x6pf19a {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tY9x6pf19a img,
.cid-tY9x6pf19a .item-img {
  width: 100%;
}
.cid-tY9x6pf19a .item:focus,
.cid-tY9x6pf19a span:focus {
  outline: none;
}
.cid-tY9x6pf19a .item-wrapper {
  position: relative;
}
.cid-tY9x6pf19a .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tY9x6pf19a .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tY9x6pf19a .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tY9x6pf19a .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tY9x6pf19a .mbr-section-title {
  color: #1b134c;
}
.cid-tY9x6pf19a .mbr-text,
.cid-tY9x6pf19a .mbr-section-btn {
  text-align: left;
}
.cid-tY9x6pf19a .item-title {
  text-align: center;
  color: #1b134c;
}
.cid-tY9x6pf19a .item-subtitle {
  text-align: left;
}
.cid-tY9x6pf19a .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tY9x6pf19a .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tY9x6pf19a .embla__button--next,
.cid-tY9x6pf19a .embla__button--prev {
  display: flex;
}
.cid-tY9x6pf19a .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tY9x6pf19a .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tY9x6pf19a .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tY9x6pf19a .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tY9x6pf19a .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tY9x6pf19a .embla__button {
    top: auto;
  }
}
.cid-tY9x6pf19a .embla {
  position: relative;
  width: 100%;
}
.cid-tY9x6pf19a .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tY9x6pf19a .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tY9x6pf19a .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tY9x6pf19a .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tY9x6pf19a img {
  border-radius: 40px;
}
.cid-tY9x6pf19a .mbr-section-subtitle {
  color: #e12027;
}
.cid-tYatICbzGO {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tYabaBDjNv {
  background-color: #ffffff;
}
.cid-tYabaBDjNv img {
  object-fit: contain;
}
.cid-tVMSUF1wHA {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/stand-chad-1920x500.png");
}
.cid-tVMSUF1wHA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMSUF1wHA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVMSUF1wHA .mbr-section-title {
  color: #1b134c;
}
.cid-tVMSUF1wHA .mbr-section-subtitle {
  color: #e12027;
}
.cid-tVeqyvqbKs {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/subscribe-bcg-johnson-2000x521.png");
}
.cid-tVeqyvqbKs .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tVeqyvqbKs form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-tVeqyvqbKs form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-tVeqyvqbKs .mbr-section-title {
  color: #ffffff;
}
.cid-tVeqyvqbKs .mbr-section-subtitle {
  color: #e12027;
}
.cid-tVe7DuHAkq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/flag-chad-1920x500.png");
}
.cid-tVe7DuHAkq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVe7DuHAkq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVe7DuHAkq .number-wrap {
  color: #1b134c;
  text-align: center;
}
.cid-tVe7DuHAkq .number {
  color: #e12027;
}
.cid-tVe7DuHAkq .period {
  display: block;
}
.cid-tVe7DuHAkq .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tVe7DuHAkq .period {
    font-size: 0.8rem;
  }
}
.cid-tVe7DuHAkq .btn {
  height: 100%;
  margin: 0;
}
.cid-tVe7DuHAkq .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tVe7DuHAkq .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tVe7DuHAkq .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tVe7DuHAkq .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-tVe7DuHAkq .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #e12027;
  color: #ffffff;
}
.cid-tVe7DuHAkq H3 {
  color: #1b134c;
}
.cid-tVe7DuHAkq .mbr-text,
.cid-tVe7DuHAkq .mbr-section-btn {
  color: #e12027;
}
.cid-tYabe9Lr8w {
  background-color: #ffffff;
}
.cid-tYabe9Lr8w img {
  object-fit: contain;
}
.cid-tTDD28vQSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-tTDD28vQSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTDD28vQSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTDD28vQSv .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tTDD28vQSv .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tTDD28vQSv .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tTDD28vQSv .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tTDD28vQSv .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tTDD28vQSv .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tTDD28vQSv .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tTDD28vQSv .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tTDD28vQSv .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tTDD28vQSv .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tTDD28vQSv .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tTDD28vQSv .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tTDD28vQSv .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tTDD28vQSv .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tTDD28vQSv [class^="socicon-"]:before,
.cid-tTDD28vQSv [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tTDD28vQSv .mbr-section-title,
.cid-tTDD28vQSv .mbr-social-likes {
  color: #ffffff;
}
.cid-tVeMBgWC9Y {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/right-flag-chad-1920x500.png");
}
.cid-tVeMBgWC9Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVeMBgWC9Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVeMBgWC9Y .media-container-row {
  justify-content: space-between;
}
.cid-tVeMBgWC9Y .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tVeMBgWC9Y .text-content {
    max-width: none;
  }
}
.cid-tVeMBgWC9Y .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tVeMBgWC9Y .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tVeMBgWC9Y .mbr-iconfont-social:hover {
  background-color: #e12027;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tVeMBgWC9Y .icons {
    justify-content: center !important;
  }
  .cid-tVeMBgWC9Y .text-content * {
    text-align: center;
  }
}
.cid-tVeMBgWC9Y .mbr-section-title {
  color: #1b134c;
}
.cid-tXAok3nCNU {
  background-color: #ffffff;
}
.cid-tXAok3nCNU img {
  object-fit: contain;
}
.cid-tTDD29i840 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-tTDD29i840 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTDD29i840 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTDD29i840 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTDD29i840 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tTDD29i840 .row {
    text-align: center;
  }
  .cid-tTDD29i840 .row > div {
    margin: auto;
  }
  .cid-tTDD29i840 .social-row {
    justify-content: center;
  }
}
.cid-tTDD29i840 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tTDD29i840 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tTDD29i840 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTDD29i840 .list {
    margin-bottom: 0rem;
  }
}
.cid-tTDD29i840 .mbr-text {
  color: #ffffff;
}
.cid-tTDD29i840 .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-tTDD29i840 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tTDD29i840 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tTDD29i840 .copyright {
  text-align: center;
}
.cid-tVdPIcXovn {
  z-index: 1000;
  width: 100%;
}
.cid-tVdPIcXovn .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-tVdPIcXovn nav.navbar {
  position: fixed;
}
.cid-tVdPIcXovn .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-tVdPIcXovn .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-tVdPIcXovn .nav-item {
    height: auto;
  }
}
.cid-tVdPIcXovn .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tVdPIcXovn .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-tVdPIcXovn .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVdPIcXovn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVdPIcXovn .dropdown-item:hover,
.cid-tVdPIcXovn .dropdown-item:focus {
  background: white !important;
}
.cid-tVdPIcXovn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVdPIcXovn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVdPIcXovn .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-tVdPIcXovn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tVdPIcXovn .nav-link {
  position: relative;
}
.cid-tVdPIcXovn .container {
  display: flex;
  margin: auto;
}
.cid-tVdPIcXovn .iconfont-wrapper {
  color: #e12027 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-tVdPIcXovn .dropdown-menu,
.cid-tVdPIcXovn .navbar.opened {
  background: #ffffff !important;
}
.cid-tVdPIcXovn .nav-item:focus,
.cid-tVdPIcXovn .nav-link:focus {
  outline: none;
}
.cid-tVdPIcXovn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVdPIcXovn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVdPIcXovn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-tVdPIcXovn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVdPIcXovn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVdPIcXovn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVdPIcXovn .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tVdPIcXovn .navbar.opened {
  transition: all 0.3s;
}
.cid-tVdPIcXovn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVdPIcXovn .navbar .navbar-logo img {
  width: auto;
}
.cid-tVdPIcXovn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVdPIcXovn .navbar.collapsed {
  justify-content: center;
}
.cid-tVdPIcXovn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVdPIcXovn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVdPIcXovn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-tVdPIcXovn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVdPIcXovn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVdPIcXovn .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-tVdPIcXovn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVdPIcXovn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVdPIcXovn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVdPIcXovn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVdPIcXovn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVdPIcXovn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVdPIcXovn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVdPIcXovn .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-tVdPIcXovn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVdPIcXovn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVdPIcXovn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVdPIcXovn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVdPIcXovn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVdPIcXovn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tVdPIcXovn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVdPIcXovn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVdPIcXovn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVdPIcXovn .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-tVdPIcXovn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVdPIcXovn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVdPIcXovn .dropdown-item.active,
.cid-tVdPIcXovn .dropdown-item:active {
  background-color: transparent;
}
.cid-tVdPIcXovn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVdPIcXovn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVdPIcXovn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVdPIcXovn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVdPIcXovn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVdPIcXovn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVdPIcXovn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVdPIcXovn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVdPIcXovn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVdPIcXovn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e12027;
}
.cid-tVdPIcXovn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVdPIcXovn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVdPIcXovn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVdPIcXovn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVdPIcXovn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVdPIcXovn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVdPIcXovn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVdPIcXovn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVdPIcXovn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tVdPIcXovn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVdPIcXovn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVdPIcXovn .navbar {
    height: 70px;
  }
  .cid-tVdPIcXovn .navbar.opened {
    height: auto;
  }
  .cid-tVdPIcXovn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVdPIcXovn .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px red;
  -moz-box-shadow: 0 8px 6px -6px red;
  box-shadow: 8PX 8px 6px -6px red;
}
.cid-tVdPUftcfT {
  padding-top: 11rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/header-bcg-johnson-1920x500.png");
}
.cid-tVdPUftcfT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVdPUftcfT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVdPUftcfT .mbr-section-title {
  color: #ffffff;
}
.cid-tVIMTPBD0b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVIMTPBD0b img {
  border-radius: 0px;
}
.cid-tVIMTPBD0b .row {
  justify-content: center;
}
.cid-tVIMTPBD0b .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tVe6dgRwQq {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVe6dgRwQq blockquote {
  border-color: #e12027;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tVe6dgRwQq .mbr-section-title {
  color: #1b134c;
}
.cid-tX2jUVPpb4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tX2jUVPpb4 blockquote {
  border-color: #e12027;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tX2jUVPpb4 .mbr-section-title {
  color: #1b134c;
}
.cid-tVe3ray2xH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVe3ray2xH blockquote {
  border-color: #e12027;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tVe3ray2xH .mbr-section-title {
  color: #1b134c;
}
.cid-tVe4Q2q3SP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVe4Q2q3SP blockquote {
  border-color: #e12027;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tVe4Q2q3SP .mbr-section-title {
  color: #1b134c;
}
.cid-tVeay6KAll {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVeay6KAll blockquote {
  border-color: #e12027;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tVeay6KAll .mbr-section-title {
  color: #1b134c;
}
.cid-tX2kda28es {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tX2kda28es blockquote {
  border-color: #e12027;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tX2kda28es .mbr-section-title {
  color: #1b134c;
}
.cid-tY9CLl9IFd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tY9CLl9IFd img {
  border-radius: 0px;
}
.cid-tY9CLl9IFd .row {
  justify-content: center;
}
.cid-tY9CLl9IFd .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tVCk7ea3re {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/stand-chad-1920x500.png");
}
.cid-tVCk7ea3re .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVCk7ea3re .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVCk7ea3re .mbr-section-title {
  color: #1b134c;
}
.cid-tVCk7ea3re .mbr-section-subtitle {
  color: #e12027;
}
.cid-tVeqEEaU5g {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/subscribe-bcg-johnson-2000x521.png");
}
.cid-tVeqEEaU5g .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tVeqEEaU5g form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-tVeqEEaU5g form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-tVeqEEaU5g .mbr-section-title {
  color: #ffffff;
}
.cid-tVeqEEaU5g .mbr-section-subtitle {
  color: #e12027;
}
.cid-tVeMSfrBNl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/flag-chad-1920x500.png");
}
.cid-tVeMSfrBNl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVeMSfrBNl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVeMSfrBNl .number-wrap {
  color: #1b134c;
  text-align: center;
}
.cid-tVeMSfrBNl .number {
  color: #e12027;
}
.cid-tVeMSfrBNl .period {
  display: block;
}
.cid-tVeMSfrBNl .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tVeMSfrBNl .period {
    font-size: 0.8rem;
  }
}
.cid-tVeMSfrBNl .btn {
  height: 100%;
  margin: 0;
}
.cid-tVeMSfrBNl .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tVeMSfrBNl .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tVeMSfrBNl .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tVeMSfrBNl .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-tVeMSfrBNl .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #e12027;
  color: #ffffff;
}
.cid-tVeMSfrBNl H3 {
  color: #1b134c;
}
.cid-tVeMSfrBNl .mbr-text,
.cid-tVeMSfrBNl .mbr-section-btn {
  color: #e12027;
}
.cid-tY9CPu7oRJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tY9CPu7oRJ img {
  border-radius: 0px;
}
.cid-tY9CPu7oRJ .row {
  justify-content: center;
}
.cid-tY9CPu7oRJ .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tVdPIfIOqG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-tVdPIfIOqG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVdPIfIOqG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVdPIfIOqG .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tVdPIfIOqG .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tVdPIfIOqG .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tVdPIfIOqG .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tVdPIfIOqG .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tVdPIfIOqG .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tVdPIfIOqG .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tVdPIfIOqG .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tVdPIfIOqG .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tVdPIfIOqG .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tVdPIfIOqG .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tVdPIfIOqG .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tVdPIfIOqG .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tVdPIfIOqG .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tVdPIfIOqG [class^="socicon-"]:before,
.cid-tVdPIfIOqG [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tVdPIfIOqG .mbr-section-title,
.cid-tVdPIfIOqG .mbr-social-likes {
  color: #ffffff;
}
.cid-tVeMTum7JQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/right-flag-chad-1920x500.png");
}
.cid-tVeMTum7JQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVeMTum7JQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVeMTum7JQ .media-container-row {
  justify-content: space-between;
}
.cid-tVeMTum7JQ .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tVeMTum7JQ .text-content {
    max-width: none;
  }
}
.cid-tVeMTum7JQ .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tVeMTum7JQ .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tVeMTum7JQ .mbr-iconfont-social:hover {
  background-color: #e12027;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tVeMTum7JQ .icons {
    justify-content: center !important;
  }
  .cid-tVeMTum7JQ .text-content * {
    text-align: center;
  }
}
.cid-tVeMTum7JQ .mbr-section-title {
  color: #1b134c;
}
.cid-tXApbR67ff {
  background-color: #ffffff;
}
.cid-tXApbR67ff img {
  object-fit: contain;
}
.cid-tVdPIgHKOS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-tVdPIgHKOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVdPIgHKOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVdPIgHKOS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tVdPIgHKOS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tVdPIgHKOS .row {
    text-align: center;
  }
  .cid-tVdPIgHKOS .row > div {
    margin: auto;
  }
  .cid-tVdPIgHKOS .social-row {
    justify-content: center;
  }
}
.cid-tVdPIgHKOS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tVdPIgHKOS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tVdPIgHKOS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tVdPIgHKOS .list {
    margin-bottom: 0rem;
  }
}
.cid-tVdPIgHKOS .mbr-text {
  color: #ffffff;
}
.cid-tVdPIgHKOS .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-tVdPIgHKOS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tVdPIgHKOS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tVdPIgHKOS .copyright {
  text-align: center;
}
.cid-tVecWywkxd {
  z-index: 1000;
  width: 100%;
}
.cid-tVecWywkxd .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-tVecWywkxd nav.navbar {
  position: fixed;
}
.cid-tVecWywkxd .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-tVecWywkxd .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-tVecWywkxd .nav-item {
    height: auto;
  }
}
.cid-tVecWywkxd .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tVecWywkxd .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-tVecWywkxd .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVecWywkxd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVecWywkxd .dropdown-item:hover,
.cid-tVecWywkxd .dropdown-item:focus {
  background: white !important;
}
.cid-tVecWywkxd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVecWywkxd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVecWywkxd .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-tVecWywkxd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tVecWywkxd .nav-link {
  position: relative;
}
.cid-tVecWywkxd .container {
  display: flex;
  margin: auto;
}
.cid-tVecWywkxd .iconfont-wrapper {
  color: #e12027 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-tVecWywkxd .dropdown-menu,
.cid-tVecWywkxd .navbar.opened {
  background: #ffffff !important;
}
.cid-tVecWywkxd .nav-item:focus,
.cid-tVecWywkxd .nav-link:focus {
  outline: none;
}
.cid-tVecWywkxd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVecWywkxd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVecWywkxd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-tVecWywkxd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVecWywkxd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVecWywkxd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVecWywkxd .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tVecWywkxd .navbar.opened {
  transition: all 0.3s;
}
.cid-tVecWywkxd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVecWywkxd .navbar .navbar-logo img {
  width: auto;
}
.cid-tVecWywkxd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVecWywkxd .navbar.collapsed {
  justify-content: center;
}
.cid-tVecWywkxd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVecWywkxd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVecWywkxd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-tVecWywkxd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVecWywkxd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVecWywkxd .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-tVecWywkxd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVecWywkxd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVecWywkxd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVecWywkxd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVecWywkxd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVecWywkxd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVecWywkxd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVecWywkxd .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-tVecWywkxd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVecWywkxd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVecWywkxd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVecWywkxd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVecWywkxd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVecWywkxd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tVecWywkxd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVecWywkxd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVecWywkxd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVecWywkxd .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-tVecWywkxd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVecWywkxd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVecWywkxd .dropdown-item.active,
.cid-tVecWywkxd .dropdown-item:active {
  background-color: transparent;
}
.cid-tVecWywkxd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVecWywkxd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVecWywkxd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVecWywkxd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVecWywkxd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVecWywkxd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVecWywkxd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVecWywkxd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVecWywkxd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVecWywkxd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e12027;
}
.cid-tVecWywkxd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVecWywkxd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVecWywkxd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVecWywkxd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVecWywkxd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVecWywkxd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVecWywkxd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVecWywkxd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVecWywkxd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tVecWywkxd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVecWywkxd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVecWywkxd .navbar {
    height: 70px;
  }
  .cid-tVecWywkxd .navbar.opened {
    height: auto;
  }
  .cid-tVecWywkxd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVecWywkxd .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px red;
  -moz-box-shadow: 0 8px 6px -6px red;
  box-shadow: 8PX 8px 6px -6px red;
}
.cid-tVecWyWF7S {
  padding-top: 11rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/header-bcg-johnson-1920x500.png");
}
.cid-tVecWyWF7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVecWyWF7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVecWyWF7S .mbr-section-title {
  color: #ffffff;
}
.cid-tVIN3TWAg2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVIN3TWAg2 img {
  border-radius: 0px;
}
.cid-tVIN3TWAg2 .row {
  justify-content: center;
}
.cid-tVIN3TWAg2 .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tVedNL71Q0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tVedNL71Q0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tVedNL71Q0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tVedNL71Q0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tVedNL71Q0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tVedNL71Q0 .mbr-section-title {
  color: #1b134c;
}
.cid-tVIN4W2IpC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVIN4W2IpC img {
  border-radius: 0px;
}
.cid-tVIN4W2IpC .row {
  justify-content: center;
}
.cid-tVIN4W2IpC .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tVCk9Qas7d {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/stand-chad-1920x500.png");
}
.cid-tVCk9Qas7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVCk9Qas7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVCk9Qas7d .mbr-section-title {
  color: #1b134c;
}
.cid-tVCk9Qas7d .mbr-section-subtitle {
  color: #e12027;
}
.cid-tVeqJ1TVAz {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/subscribe-bcg-johnson-2000x521.png");
}
.cid-tVeqJ1TVAz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tVeqJ1TVAz form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-tVeqJ1TVAz form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-tVeqJ1TVAz .mbr-section-title {
  color: #ffffff;
}
.cid-tVeqJ1TVAz .mbr-section-subtitle {
  color: #e12027;
}
.cid-tVeMYxEFzE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/flag-chad-1920x500.png");
}
.cid-tVeMYxEFzE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVeMYxEFzE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVeMYxEFzE .number-wrap {
  color: #1b134c;
  text-align: center;
}
.cid-tVeMYxEFzE .number {
  color: #e12027;
}
.cid-tVeMYxEFzE .period {
  display: block;
}
.cid-tVeMYxEFzE .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tVeMYxEFzE .period {
    font-size: 0.8rem;
  }
}
.cid-tVeMYxEFzE .btn {
  height: 100%;
  margin: 0;
}
.cid-tVeMYxEFzE .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tVeMYxEFzE .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tVeMYxEFzE .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tVeMYxEFzE .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-tVeMYxEFzE .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #e12027;
  color: #ffffff;
}
.cid-tVeMYxEFzE H3 {
  color: #1b134c;
}
.cid-tVeMYxEFzE .mbr-text,
.cid-tVeMYxEFzE .mbr-section-btn {
  color: #e12027;
}
.cid-tVIXgK9O51 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVIXgK9O51 img {
  border-radius: 0px;
}
.cid-tVIXgK9O51 .row {
  justify-content: center;
}
.cid-tVIXgK9O51 .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tVecWB54Bj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-tVecWB54Bj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVecWB54Bj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVecWB54Bj .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tVecWB54Bj .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tVecWB54Bj .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tVecWB54Bj .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tVecWB54Bj .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tVecWB54Bj .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tVecWB54Bj .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tVecWB54Bj .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tVecWB54Bj .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tVecWB54Bj .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tVecWB54Bj .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tVecWB54Bj .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tVecWB54Bj .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tVecWB54Bj .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tVecWB54Bj [class^="socicon-"]:before,
.cid-tVecWB54Bj [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tVecWB54Bj .mbr-section-title,
.cid-tVecWB54Bj .mbr-social-likes {
  color: #ffffff;
}
.cid-tVeMZ7MYOw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/right-flag-chad-1920x500.png");
}
.cid-tVeMZ7MYOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVeMZ7MYOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVeMZ7MYOw .media-container-row {
  justify-content: space-between;
}
.cid-tVeMZ7MYOw .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tVeMZ7MYOw .text-content {
    max-width: none;
  }
}
.cid-tVeMZ7MYOw .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tVeMZ7MYOw .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tVeMZ7MYOw .mbr-iconfont-social:hover {
  background-color: #e12027;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tVeMZ7MYOw .icons {
    justify-content: center !important;
  }
  .cid-tVeMZ7MYOw .text-content * {
    text-align: center;
  }
}
.cid-tVeMZ7MYOw .mbr-section-title {
  color: #1b134c;
}
.cid-tXAphcAtI7 {
  background-color: #ffffff;
}
.cid-tXAphcAtI7 img {
  object-fit: contain;
}
.cid-tVecWBMUnO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-tVecWBMUnO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVecWBMUnO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVecWBMUnO .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tVecWBMUnO .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tVecWBMUnO .row {
    text-align: center;
  }
  .cid-tVecWBMUnO .row > div {
    margin: auto;
  }
  .cid-tVecWBMUnO .social-row {
    justify-content: center;
  }
}
.cid-tVecWBMUnO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tVecWBMUnO .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tVecWBMUnO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tVecWBMUnO .list {
    margin-bottom: 0rem;
  }
}
.cid-tVecWBMUnO .mbr-text {
  color: #ffffff;
}
.cid-tVecWBMUnO .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-tVecWBMUnO .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tVecWBMUnO div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tVecWBMUnO .copyright {
  text-align: center;
}
.cid-tVegr0idIB {
  z-index: 1000;
  width: 100%;
}
.cid-tVegr0idIB .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-tVegr0idIB nav.navbar {
  position: fixed;
}
.cid-tVegr0idIB .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-tVegr0idIB .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-tVegr0idIB .nav-item {
    height: auto;
  }
}
.cid-tVegr0idIB .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tVegr0idIB .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-tVegr0idIB .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVegr0idIB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVegr0idIB .dropdown-item:hover,
.cid-tVegr0idIB .dropdown-item:focus {
  background: white !important;
}
.cid-tVegr0idIB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVegr0idIB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVegr0idIB .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-tVegr0idIB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tVegr0idIB .nav-link {
  position: relative;
}
.cid-tVegr0idIB .container {
  display: flex;
  margin: auto;
}
.cid-tVegr0idIB .iconfont-wrapper {
  color: #e12027 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-tVegr0idIB .dropdown-menu,
.cid-tVegr0idIB .navbar.opened {
  background: #ffffff !important;
}
.cid-tVegr0idIB .nav-item:focus,
.cid-tVegr0idIB .nav-link:focus {
  outline: none;
}
.cid-tVegr0idIB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVegr0idIB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVegr0idIB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-tVegr0idIB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVegr0idIB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVegr0idIB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVegr0idIB .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tVegr0idIB .navbar.opened {
  transition: all 0.3s;
}
.cid-tVegr0idIB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVegr0idIB .navbar .navbar-logo img {
  width: auto;
}
.cid-tVegr0idIB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVegr0idIB .navbar.collapsed {
  justify-content: center;
}
.cid-tVegr0idIB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVegr0idIB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVegr0idIB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-tVegr0idIB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVegr0idIB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVegr0idIB .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-tVegr0idIB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVegr0idIB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVegr0idIB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVegr0idIB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVegr0idIB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVegr0idIB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVegr0idIB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVegr0idIB .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-tVegr0idIB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVegr0idIB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVegr0idIB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVegr0idIB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVegr0idIB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVegr0idIB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tVegr0idIB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVegr0idIB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVegr0idIB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVegr0idIB .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-tVegr0idIB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVegr0idIB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVegr0idIB .dropdown-item.active,
.cid-tVegr0idIB .dropdown-item:active {
  background-color: transparent;
}
.cid-tVegr0idIB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVegr0idIB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVegr0idIB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVegr0idIB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVegr0idIB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVegr0idIB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVegr0idIB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVegr0idIB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVegr0idIB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVegr0idIB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e12027;
}
.cid-tVegr0idIB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVegr0idIB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVegr0idIB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVegr0idIB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVegr0idIB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVegr0idIB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVegr0idIB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVegr0idIB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVegr0idIB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tVegr0idIB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVegr0idIB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVegr0idIB .navbar {
    height: 70px;
  }
  .cid-tVegr0idIB .navbar.opened {
    height: auto;
  }
  .cid-tVegr0idIB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVegr0idIB .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px red;
  -moz-box-shadow: 0 8px 6px -6px red;
  box-shadow: 8PX 8px 6px -6px red;
}
.cid-tVegr0JOS1 {
  padding-top: 11rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/header-bcg-johnson-1920x500.png");
}
.cid-tVegr0JOS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVegr0JOS1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVegr0JOS1 .mbr-section-title {
  color: #ffffff;
}
.cid-tVINlpK0wI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVINlpK0wI img {
  border-radius: 0px;
}
.cid-tVINlpK0wI .row {
  justify-content: center;
}
.cid-tVINlpK0wI .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tVegr10b6v {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tVegr10b6v .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tVegr10b6v form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tVegr10b6v form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tVegr10b6v form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tXSLrdbLXl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f9f9fc;
}
.cid-tXSLrdbLXl .text-content {
  padding-right: 10%;
}
@media (max-width: 992px) {
  .cid-tXSLrdbLXl .text-content {
    padding: 0 12px;
  }
}
.cid-tXSLrdbLXl .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-tXSLrdbLXl .mbr-section-title {
  margin-bottom: 0;
  color: #1b134c;
}
.cid-tXSLrdbLXl .mbr-text {
  margin: 13.5px 0 0 0;
  color: #000000;
}
.cid-tXSLrdbLXl .address-wrapper {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .cid-tXSLrdbLXl .address-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-tXSLrdbLXl .address-wrapper .mbr-address {
  margin: 0;
}
.cid-tXSLrdbLXl .address-wrapper .mbr-address span {
  width: 58px;
  height: 58px;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 14px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-tXSLrdbLXl .address-wrapper .mbr-address span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cid-tXSLrdbLXl .address-wrapper .mbr-address span {
    margin-bottom: 0;
  }
}
.cid-tXSLrdbLXl .address-wrapper .mbr-text {
  margin: 14px 0 0 72px;
}
@media (max-width: 992px) {
  .cid-tXSLrdbLXl .address-wrapper .mbr-text {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-tXSLrdbLXl .address-wrapper .mbr-text {
    margin: 6px 0 0 72px;
  }
}
.cid-tXSLrdbLXl .address-wrapper:hover span {
  color: #1b134c;
}
.cid-tXSLrdbLXl .contact-wrapper {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .cid-tXSLrdbLXl .contact-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-tXSLrdbLXl .contact-wrapper .mbr-contact {
  margin: 0;
}
.cid-tXSLrdbLXl .contact-wrapper .mbr-contact span {
  width: 58px;
  height: 58px;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 14px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-tXSLrdbLXl .contact-wrapper .mbr-contact span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cid-tXSLrdbLXl .contact-wrapper .mbr-contact span {
    margin-bottom: 0;
  }
}
.cid-tXSLrdbLXl .contact-wrapper .item-link {
  margin-top: 14px;
  margin-left: 72px;
  display: block;
}
@media (max-width: 992px) {
  .cid-tXSLrdbLXl .contact-wrapper .item-link {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-tXSLrdbLXl .contact-wrapper .item-link {
    margin: 6px 0 0 72px;
  }
}
.cid-tXSLrdbLXl .contact-wrapper .item-link .mbr-link {
  margin: 0;
  display: inline-block;
}
.cid-tXSLrdbLXl .contact-wrapper .item-link .mbr-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background-color: #6a6a6a;
  transition: all .4s ease;
}
.cid-tXSLrdbLXl .contact-wrapper .mbr-phone {
  margin: 22px 0 0 72px;
}
@media (max-width: 992px) {
  .cid-tXSLrdbLXl .contact-wrapper .mbr-phone {
    margin: 22px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-tXSLrdbLXl .contact-wrapper .mbr-phone {
    margin: 6px 0 0 72px;
  }
}
.cid-tXSLrdbLXl .contact-wrapper:hover span {
  color: #1b134c;
}
.cid-tXSLrdbLXl .item-link:hover .mbr-link::after {
  width: 0;
}
.cid-tXSLrdbLXl .mbr-address,
.cid-tXSLrdbLXl .mbr-iconfont,
.cid-tXSLrdbLXl .mbr-contact {
  color: #e12027;
}
.cid-tXSLrdbLXl .mbr-link {
  color: #84858a;
}
.cid-tXSLrdbLXl .mbr-phone {
  color: #20232a;
}
.cid-tXAprGEOOv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXAprGEOOv img {
  border-radius: 0px;
}
.cid-tXAprGEOOv .row {
  justify-content: center;
}
.cid-tXAprGEOOv .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tVCkcDWEZF {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/stand-chad-1920x500.png");
}
.cid-tVCkcDWEZF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVCkcDWEZF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVCkcDWEZF .mbr-section-title {
  color: #1b134c;
}
.cid-tVCkcDWEZF .mbr-section-subtitle {
  color: #e12027;
}
.cid-tVegr2DCjg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-tVegr2DCjg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVegr2DCjg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVegr2DCjg .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tVegr2DCjg .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tVegr2DCjg .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tVegr2DCjg .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tVegr2DCjg .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tVegr2DCjg .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tVegr2DCjg .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tVegr2DCjg .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tVegr2DCjg .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tVegr2DCjg .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tVegr2DCjg .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tVegr2DCjg .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tVegr2DCjg .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tVegr2DCjg .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tVegr2DCjg [class^="socicon-"]:before,
.cid-tVegr2DCjg [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tVegr2DCjg .mbr-section-title,
.cid-tVegr2DCjg .mbr-social-likes {
  color: #ffffff;
}
.cid-tVeN3CGdyj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/right-flag-chad-1920x500.png");
}
.cid-tVeN3CGdyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVeN3CGdyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVeN3CGdyj .media-container-row {
  justify-content: space-between;
}
.cid-tVeN3CGdyj .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tVeN3CGdyj .text-content {
    max-width: none;
  }
}
.cid-tVeN3CGdyj .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tVeN3CGdyj .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tVeN3CGdyj .mbr-iconfont-social:hover {
  background-color: #e12027;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tVeN3CGdyj .icons {
    justify-content: center !important;
  }
  .cid-tVeN3CGdyj .text-content * {
    text-align: center;
  }
}
.cid-tVeN3CGdyj .mbr-section-title {
  color: #1b134c;
}
.cid-tXApuJ7FAX {
  background-color: #ffffff;
}
.cid-tXApuJ7FAX img {
  object-fit: contain;
}
.cid-tVegr3pPgc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-tVegr3pPgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVegr3pPgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVegr3pPgc .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tVegr3pPgc .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tVegr3pPgc .row {
    text-align: center;
  }
  .cid-tVegr3pPgc .row > div {
    margin: auto;
  }
  .cid-tVegr3pPgc .social-row {
    justify-content: center;
  }
}
.cid-tVegr3pPgc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tVegr3pPgc .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tVegr3pPgc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tVegr3pPgc .list {
    margin-bottom: 0rem;
  }
}
.cid-tVegr3pPgc .mbr-text {
  color: #ffffff;
}
.cid-tVegr3pPgc .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-tVegr3pPgc .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tVegr3pPgc div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tVegr3pPgc .copyright {
  text-align: center;
}
.cid-tVejHBod5N {
  z-index: 1000;
  width: 100%;
}
.cid-tVejHBod5N .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-tVejHBod5N nav.navbar {
  position: fixed;
}
.cid-tVejHBod5N .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-tVejHBod5N .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-tVejHBod5N .nav-item {
    height: auto;
  }
}
.cid-tVejHBod5N .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tVejHBod5N .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-tVejHBod5N .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVejHBod5N .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVejHBod5N .dropdown-item:hover,
.cid-tVejHBod5N .dropdown-item:focus {
  background: white !important;
}
.cid-tVejHBod5N .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVejHBod5N .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVejHBod5N .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-tVejHBod5N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tVejHBod5N .nav-link {
  position: relative;
}
.cid-tVejHBod5N .container {
  display: flex;
  margin: auto;
}
.cid-tVejHBod5N .iconfont-wrapper {
  color: #e12027 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-tVejHBod5N .dropdown-menu,
.cid-tVejHBod5N .navbar.opened {
  background: #ffffff !important;
}
.cid-tVejHBod5N .nav-item:focus,
.cid-tVejHBod5N .nav-link:focus {
  outline: none;
}
.cid-tVejHBod5N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVejHBod5N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVejHBod5N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-tVejHBod5N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVejHBod5N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVejHBod5N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVejHBod5N .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tVejHBod5N .navbar.opened {
  transition: all 0.3s;
}
.cid-tVejHBod5N .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVejHBod5N .navbar .navbar-logo img {
  width: auto;
}
.cid-tVejHBod5N .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVejHBod5N .navbar.collapsed {
  justify-content: center;
}
.cid-tVejHBod5N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVejHBod5N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVejHBod5N .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-tVejHBod5N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVejHBod5N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVejHBod5N .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-tVejHBod5N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVejHBod5N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVejHBod5N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVejHBod5N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVejHBod5N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVejHBod5N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVejHBod5N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVejHBod5N .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-tVejHBod5N .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVejHBod5N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVejHBod5N .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVejHBod5N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVejHBod5N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVejHBod5N .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tVejHBod5N .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVejHBod5N .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVejHBod5N .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVejHBod5N .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-tVejHBod5N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVejHBod5N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVejHBod5N .dropdown-item.active,
.cid-tVejHBod5N .dropdown-item:active {
  background-color: transparent;
}
.cid-tVejHBod5N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVejHBod5N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVejHBod5N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVejHBod5N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVejHBod5N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVejHBod5N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVejHBod5N ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVejHBod5N .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVejHBod5N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVejHBod5N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e12027;
}
.cid-tVejHBod5N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVejHBod5N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVejHBod5N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVejHBod5N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVejHBod5N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVejHBod5N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVejHBod5N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVejHBod5N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVejHBod5N .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tVejHBod5N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVejHBod5N .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVejHBod5N .navbar {
    height: 70px;
  }
  .cid-tVejHBod5N .navbar.opened {
    height: auto;
  }
  .cid-tVejHBod5N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVejHBod5N .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px red;
  -moz-box-shadow: 0 8px 6px -6px red;
  box-shadow: 8PX 8px 6px -6px red;
}
.cid-tVejHBVctv {
  padding-top: 11rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/header-bcg-johnson-1920x500.png");
}
.cid-tVejHBVctv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVejHBVctv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVejHBVctv .mbr-section-title {
  color: #ffffff;
}
.cid-tVINAfGLrv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVINAfGLrv img {
  border-radius: 0px;
}
.cid-tVINAfGLrv .row {
  justify-content: center;
}
.cid-tVINAfGLrv .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tVek35siHY {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tVek35siHY img,
.cid-tVek35siHY .item-img {
  width: 100%;
}
.cid-tVek35siHY .item:focus,
.cid-tVek35siHY span:focus {
  outline: none;
}
.cid-tVek35siHY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tVek35siHY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #efefef;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tVek35siHY .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tVek35siHY .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tVek35siHY .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tVek35siHY .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tVek35siHY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tVek35siHY .mbr-section-title {
  color: #232323;
}
.cid-tVek35siHY .mbr-text,
.cid-tVek35siHY .mbr-section-btn {
  text-align: center;
}
.cid-tVek35siHY .item-title {
  text-align: center;
  color: #1b134c;
}
.cid-tVek35siHY .item-subtitle {
  text-align: left;
}
.cid-tVINB0jJaj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVINB0jJaj img {
  border-radius: 0px;
}
.cid-tVINB0jJaj .row {
  justify-content: center;
}
.cid-tVINB0jJaj .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tVCkfpPMeU {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/stand-chad-1920x500.png");
}
.cid-tVCkfpPMeU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVCkfpPMeU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVCkfpPMeU .mbr-section-title {
  color: #1b134c;
}
.cid-tVCkfpPMeU .mbr-section-subtitle {
  color: #e12027;
}
.cid-tVeqQ2lPPI {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/subscribe-bcg-johnson-2000x521.png");
}
.cid-tVeqQ2lPPI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tVeqQ2lPPI form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-tVeqQ2lPPI form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-tVeqQ2lPPI .mbr-section-title {
  color: #ffffff;
}
.cid-tVeqQ2lPPI .mbr-section-subtitle {
  color: #e12027;
}
.cid-tVeN7jAqV6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/flag-chad-1920x500.png");
}
.cid-tVeN7jAqV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVeN7jAqV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVeN7jAqV6 .number-wrap {
  color: #1b134c;
  text-align: center;
}
.cid-tVeN7jAqV6 .number {
  color: #e12027;
}
.cid-tVeN7jAqV6 .period {
  display: block;
}
.cid-tVeN7jAqV6 .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tVeN7jAqV6 .period {
    font-size: 0.8rem;
  }
}
.cid-tVeN7jAqV6 .btn {
  height: 100%;
  margin: 0;
}
.cid-tVeN7jAqV6 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tVeN7jAqV6 .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tVeN7jAqV6 .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tVeN7jAqV6 .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-tVeN7jAqV6 .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #e12027;
  color: #ffffff;
}
.cid-tVeN7jAqV6 H3 {
  color: #1b134c;
}
.cid-tVeN7jAqV6 .mbr-text,
.cid-tVeN7jAqV6 .mbr-section-btn {
  color: #e12027;
}
.cid-tVIXsJa9ex {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVIXsJa9ex img {
  border-radius: 0px;
}
.cid-tVIXsJa9ex .row {
  justify-content: center;
}
.cid-tVIXsJa9ex .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tVejHDxlt6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-tVejHDxlt6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVejHDxlt6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVejHDxlt6 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tVejHDxlt6 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tVejHDxlt6 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tVejHDxlt6 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tVejHDxlt6 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tVejHDxlt6 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tVejHDxlt6 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tVejHDxlt6 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tVejHDxlt6 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tVejHDxlt6 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tVejHDxlt6 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tVejHDxlt6 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tVejHDxlt6 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tVejHDxlt6 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tVejHDxlt6 [class^="socicon-"]:before,
.cid-tVejHDxlt6 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tVejHDxlt6 .mbr-section-title,
.cid-tVejHDxlt6 .mbr-social-likes {
  color: #ffffff;
}
.cid-tVeN86EzwV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/right-flag-chad-1920x500.png");
}
.cid-tVeN86EzwV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVeN86EzwV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVeN86EzwV .media-container-row {
  justify-content: space-between;
}
.cid-tVeN86EzwV .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tVeN86EzwV .text-content {
    max-width: none;
  }
}
.cid-tVeN86EzwV .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tVeN86EzwV .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tVeN86EzwV .mbr-iconfont-social:hover {
  background-color: #e12027;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tVeN86EzwV .icons {
    justify-content: center !important;
  }
  .cid-tVeN86EzwV .text-content * {
    text-align: center;
  }
}
.cid-tVeN86EzwV .mbr-section-title {
  color: #1b134c;
}
.cid-tXApzOYtiH {
  background-color: #ffffff;
}
.cid-tXApzOYtiH img {
  object-fit: contain;
}
.cid-tVejHElcil {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-tVejHElcil .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVejHElcil .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVejHElcil .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tVejHElcil .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tVejHElcil .row {
    text-align: center;
  }
  .cid-tVejHElcil .row > div {
    margin: auto;
  }
  .cid-tVejHElcil .social-row {
    justify-content: center;
  }
}
.cid-tVejHElcil .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tVejHElcil .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tVejHElcil .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tVejHElcil .list {
    margin-bottom: 0rem;
  }
}
.cid-tVejHElcil .mbr-text {
  color: #ffffff;
}
.cid-tVejHElcil .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-tVejHElcil .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tVejHElcil div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tVejHElcil .copyright {
  text-align: center;
}
.cid-u5vIm9vbRz {
  z-index: 1000;
  width: 100%;
}
.cid-u5vIm9vbRz .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-u5vIm9vbRz nav.navbar {
  position: fixed;
}
.cid-u5vIm9vbRz .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-u5vIm9vbRz .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-u5vIm9vbRz .nav-item {
    height: auto;
  }
}
.cid-u5vIm9vbRz .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u5vIm9vbRz .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-u5vIm9vbRz .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5vIm9vbRz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5vIm9vbRz .dropdown-item:hover,
.cid-u5vIm9vbRz .dropdown-item:focus {
  background: white !important;
}
.cid-u5vIm9vbRz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5vIm9vbRz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5vIm9vbRz .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-u5vIm9vbRz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5vIm9vbRz .nav-link {
  position: relative;
}
.cid-u5vIm9vbRz .container {
  display: flex;
  margin: auto;
}
.cid-u5vIm9vbRz .iconfont-wrapper {
  color: #e12027 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-u5vIm9vbRz .dropdown-menu,
.cid-u5vIm9vbRz .navbar.opened {
  background: #ffffff !important;
}
.cid-u5vIm9vbRz .nav-item:focus,
.cid-u5vIm9vbRz .nav-link:focus {
  outline: none;
}
.cid-u5vIm9vbRz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5vIm9vbRz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5vIm9vbRz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-u5vIm9vbRz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5vIm9vbRz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5vIm9vbRz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5vIm9vbRz .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u5vIm9vbRz .navbar.opened {
  transition: all 0.3s;
}
.cid-u5vIm9vbRz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5vIm9vbRz .navbar .navbar-logo img {
  width: auto;
}
.cid-u5vIm9vbRz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5vIm9vbRz .navbar.collapsed {
  justify-content: center;
}
.cid-u5vIm9vbRz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5vIm9vbRz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5vIm9vbRz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-u5vIm9vbRz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5vIm9vbRz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5vIm9vbRz .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-u5vIm9vbRz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5vIm9vbRz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5vIm9vbRz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5vIm9vbRz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5vIm9vbRz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5vIm9vbRz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5vIm9vbRz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5vIm9vbRz .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-u5vIm9vbRz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5vIm9vbRz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5vIm9vbRz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5vIm9vbRz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5vIm9vbRz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5vIm9vbRz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5vIm9vbRz .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5vIm9vbRz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5vIm9vbRz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5vIm9vbRz .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-u5vIm9vbRz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5vIm9vbRz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5vIm9vbRz .dropdown-item.active,
.cid-u5vIm9vbRz .dropdown-item:active {
  background-color: transparent;
}
.cid-u5vIm9vbRz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5vIm9vbRz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5vIm9vbRz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5vIm9vbRz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5vIm9vbRz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5vIm9vbRz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5vIm9vbRz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5vIm9vbRz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5vIm9vbRz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5vIm9vbRz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e12027;
}
.cid-u5vIm9vbRz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5vIm9vbRz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5vIm9vbRz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5vIm9vbRz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5vIm9vbRz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5vIm9vbRz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5vIm9vbRz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5vIm9vbRz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5vIm9vbRz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5vIm9vbRz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5vIm9vbRz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5vIm9vbRz .navbar {
    height: 70px;
  }
  .cid-u5vIm9vbRz .navbar.opened {
    height: auto;
  }
  .cid-u5vIm9vbRz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5vIm9vbRz .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px red;
  -moz-box-shadow: 0 8px 6px -6px red;
  box-shadow: 8PX 8px 6px -6px red;
}
.cid-u5vIm9Yaar {
  padding-top: 11rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/header-bcg-johnson-1920x500.png");
}
.cid-u5vIm9Yaar .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5vIm9Yaar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5vIm9Yaar .mbr-section-title {
  color: #ffffff;
}
.cid-u5vImaoP1Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5vImaoP1Y img {
  border-radius: 0px;
}
.cid-u5vImaoP1Y .row {
  justify-content: center;
}
.cid-u5vImaoP1Y .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-ui4eCYDXVg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ui4eCYDXVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui4eCYDXVg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui4eCYDXVg .content-wrapper {
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-ui4eCYDXVg .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ui4eCYDXVg .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ui4eCYDXVg .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ui4eCYDXVg .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ui4eCYDXVg .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ui4eCYDXVg .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ui4eCYDXVg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ui4eCYDXVg .card-title {
  color: #1b134c;
}
.cid-ui4eCYDXVg .mbr-text,
.cid-ui4eCYDXVg .mbr-section-btn {
  color: #e12027;
}
.cid-ubmgG464Ni {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ubmgG464Ni .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubmgG464Ni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubmgG464Ni .content-wrapper {
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-ubmgG464Ni .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ubmgG464Ni .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubmgG464Ni .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ubmgG464Ni .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubmgG464Ni .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ubmgG464Ni .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ubmgG464Ni .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ubmgG464Ni .card-title {
  color: #1b134c;
}
.cid-ubmgG464Ni .mbr-text,
.cid-ubmgG464Ni .mbr-section-btn {
  color: #e12027;
}
.cid-ublzbwksCa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ublzbwksCa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ublzbwksCa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ublzbwksCa .content-wrapper {
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-ublzbwksCa .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ublzbwksCa .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ublzbwksCa .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ublzbwksCa .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ublzbwksCa .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ublzbwksCa .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ublzbwksCa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ublzbwksCa .card-title {
  color: #1b134c;
}
.cid-ublzbwksCa .mbr-text,
.cid-ublzbwksCa .mbr-section-btn {
  color: #e12027;
}
.cid-u884a513cH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u884a513cH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u884a513cH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u884a513cH .content-wrapper {
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-u884a513cH .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u884a513cH .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u884a513cH .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u884a513cH .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u884a513cH .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u884a513cH .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u884a513cH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u884a513cH .card-title {
  color: #1b134c;
}
.cid-u884a513cH .mbr-text,
.cid-u884a513cH .mbr-section-btn {
  color: #e12027;
}
.cid-u7MeUREOfc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u7MeUREOfc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MeUREOfc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7MeUREOfc .content-wrapper {
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-u7MeUREOfc .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u7MeUREOfc .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u7MeUREOfc .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7MeUREOfc .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7MeUREOfc .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u7MeUREOfc .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u7MeUREOfc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u7MeUREOfc .card-title {
  color: #1b134c;
}
.cid-u7MeUREOfc .mbr-text,
.cid-u7MeUREOfc .mbr-section-btn {
  color: #e12027;
}
.cid-u5vIZQGZFF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u5vIZQGZFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5vIZQGZFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5vIZQGZFF .content-wrapper {
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-u5vIZQGZFF .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u5vIZQGZFF .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5vIZQGZFF .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5vIZQGZFF .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5vIZQGZFF .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u5vIZQGZFF .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u5vIZQGZFF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u5vIZQGZFF .card-title {
  color: #1b134c;
}
.cid-u5vIZQGZFF .mbr-text,
.cid-u5vIZQGZFF .mbr-section-btn {
  color: #e12027;
}
.cid-u7Mhq7lW9r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u7Mhq7lW9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Mhq7lW9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Mhq7lW9r .content-wrapper {
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-u7Mhq7lW9r .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u7Mhq7lW9r .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u7Mhq7lW9r .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7Mhq7lW9r .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7Mhq7lW9r .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u7Mhq7lW9r .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u7Mhq7lW9r .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u7Mhq7lW9r .card-title {
  color: #1b134c;
}
.cid-u7Mhq7lW9r .mbr-text,
.cid-u7Mhq7lW9r .mbr-section-btn {
  color: #e12027;
}
.cid-u7MgvoEVIc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u7MgvoEVIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MgvoEVIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7MgvoEVIc .content-wrapper {
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-u7MgvoEVIc .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u7MgvoEVIc .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u7MgvoEVIc .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7MgvoEVIc .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7MgvoEVIc .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u7MgvoEVIc .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u7MgvoEVIc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u7MgvoEVIc .card-title {
  color: #1b134c;
}
.cid-u7MgvoEVIc .mbr-text,
.cid-u7MgvoEVIc .mbr-section-btn {
  color: #e12027;
}
.cid-u7MoRKAx4i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u7MoRKAx4i .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MoRKAx4i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7MoRKAx4i .content-wrapper {
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-u7MoRKAx4i .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u7MoRKAx4i .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u7MoRKAx4i .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7MoRKAx4i .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7MoRKAx4i .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u7MoRKAx4i .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u7MoRKAx4i .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u7MoRKAx4i .card-title {
  color: #1b134c;
}
.cid-u7MoRKAx4i .mbr-text,
.cid-u7MoRKAx4i .mbr-section-btn {
  color: #e12027;
}
.cid-u5vImfberl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5vImfberl img {
  border-radius: 0px;
}
.cid-u5vImfberl .row {
  justify-content: center;
}
.cid-u5vImfberl .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u5vImfBuFB {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/stand-chad-1920x500.png");
}
.cid-u5vImfBuFB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5vImfBuFB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5vImfBuFB .mbr-section-title {
  color: #1b134c;
}
.cid-u5vImfBuFB .mbr-section-subtitle {
  color: #e12027;
}
.cid-u5vImfXjAA {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/subscribe-bcg-johnson-2000x521.png");
}
.cid-u5vImfXjAA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u5vImfXjAA form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-u5vImfXjAA form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-u5vImfXjAA .mbr-section-title {
  color: #ffffff;
}
.cid-u5vImfXjAA .mbr-section-subtitle {
  color: #e12027;
}
.cid-u5vImgn5fC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/flag-chad-1920x500.png");
}
.cid-u5vImgn5fC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5vImgn5fC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5vImgn5fC .number-wrap {
  color: #1b134c;
  text-align: center;
}
.cid-u5vImgn5fC .number {
  color: #e12027;
}
.cid-u5vImgn5fC .period {
  display: block;
}
.cid-u5vImgn5fC .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-u5vImgn5fC .period {
    font-size: 0.8rem;
  }
}
.cid-u5vImgn5fC .btn {
  height: 100%;
  margin: 0;
}
.cid-u5vImgn5fC .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-u5vImgn5fC .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-u5vImgn5fC .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u5vImgn5fC .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-u5vImgn5fC .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #e12027;
  color: #ffffff;
}
.cid-u5vImgn5fC H3 {
  color: #1b134c;
}
.cid-u5vImgn5fC .mbr-text,
.cid-u5vImgn5fC .mbr-section-btn {
  color: #e12027;
}
.cid-u5vImgOmYl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5vImgOmYl img {
  border-radius: 0px;
}
.cid-u5vImgOmYl .row {
  justify-content: center;
}
.cid-u5vImgOmYl .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u5vImhayld {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-u5vImhayld .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5vImhayld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5vImhayld .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u5vImhayld .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u5vImhayld .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u5vImhayld .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u5vImhayld .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u5vImhayld .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u5vImhayld .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u5vImhayld .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u5vImhayld .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u5vImhayld .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u5vImhayld .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u5vImhayld .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u5vImhayld .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u5vImhayld .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u5vImhayld [class^="socicon-"]:before,
.cid-u5vImhayld [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u5vImhayld .mbr-section-title,
.cid-u5vImhayld .mbr-social-likes {
  color: #ffffff;
}
.cid-u5vImhyK9D {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/right-flag-chad-1920x500.png");
}
.cid-u5vImhyK9D .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5vImhyK9D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5vImhyK9D .media-container-row {
  justify-content: space-between;
}
.cid-u5vImhyK9D .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-u5vImhyK9D .text-content {
    max-width: none;
  }
}
.cid-u5vImhyK9D .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u5vImhyK9D .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u5vImhyK9D .mbr-iconfont-social:hover {
  background-color: #e12027;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u5vImhyK9D .icons {
    justify-content: center !important;
  }
  .cid-u5vImhyK9D .text-content * {
    text-align: center;
  }
}
.cid-u5vImhyK9D .mbr-section-title {
  color: #1b134c;
}
.cid-u5vImhYNwJ {
  background-color: #ffffff;
}
.cid-u5vImhYNwJ img {
  object-fit: contain;
}
.cid-u5vImim7Q4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-u5vImim7Q4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5vImim7Q4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5vImim7Q4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u5vImim7Q4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u5vImim7Q4 .row {
    text-align: center;
  }
  .cid-u5vImim7Q4 .row > div {
    margin: auto;
  }
  .cid-u5vImim7Q4 .social-row {
    justify-content: center;
  }
}
.cid-u5vImim7Q4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u5vImim7Q4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u5vImim7Q4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5vImim7Q4 .list {
    margin-bottom: 0rem;
  }
}
.cid-u5vImim7Q4 .mbr-text {
  color: #ffffff;
}
.cid-u5vImim7Q4 .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-u5vImim7Q4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u5vImim7Q4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5vImim7Q4 .copyright {
  text-align: center;
}
.cid-u5vJu9vgig {
  z-index: 1000;
  width: 100%;
}
.cid-u5vJu9vgig .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-u5vJu9vgig nav.navbar {
  position: fixed;
}
.cid-u5vJu9vgig .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-u5vJu9vgig .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-u5vJu9vgig .nav-item {
    height: auto;
  }
}
.cid-u5vJu9vgig .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u5vJu9vgig .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-u5vJu9vgig .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5vJu9vgig .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5vJu9vgig .dropdown-item:hover,
.cid-u5vJu9vgig .dropdown-item:focus {
  background: white !important;
}
.cid-u5vJu9vgig .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5vJu9vgig .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5vJu9vgig .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-u5vJu9vgig .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5vJu9vgig .nav-link {
  position: relative;
}
.cid-u5vJu9vgig .container {
  display: flex;
  margin: auto;
}
.cid-u5vJu9vgig .iconfont-wrapper {
  color: #e12027 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-u5vJu9vgig .dropdown-menu,
.cid-u5vJu9vgig .navbar.opened {
  background: #ffffff !important;
}
.cid-u5vJu9vgig .nav-item:focus,
.cid-u5vJu9vgig .nav-link:focus {
  outline: none;
}
.cid-u5vJu9vgig .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5vJu9vgig .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5vJu9vgig .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-u5vJu9vgig .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5vJu9vgig .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5vJu9vgig .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5vJu9vgig .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u5vJu9vgig .navbar.opened {
  transition: all 0.3s;
}
.cid-u5vJu9vgig .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5vJu9vgig .navbar .navbar-logo img {
  width: auto;
}
.cid-u5vJu9vgig .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5vJu9vgig .navbar.collapsed {
  justify-content: center;
}
.cid-u5vJu9vgig .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5vJu9vgig .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5vJu9vgig .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-u5vJu9vgig .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5vJu9vgig .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5vJu9vgig .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-u5vJu9vgig .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5vJu9vgig .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5vJu9vgig .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5vJu9vgig .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5vJu9vgig .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5vJu9vgig .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5vJu9vgig .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5vJu9vgig .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-u5vJu9vgig .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5vJu9vgig .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5vJu9vgig .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5vJu9vgig .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5vJu9vgig .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5vJu9vgig .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5vJu9vgig .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5vJu9vgig .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5vJu9vgig .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5vJu9vgig .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-u5vJu9vgig .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5vJu9vgig .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5vJu9vgig .dropdown-item.active,
.cid-u5vJu9vgig .dropdown-item:active {
  background-color: transparent;
}
.cid-u5vJu9vgig .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5vJu9vgig .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5vJu9vgig .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5vJu9vgig .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5vJu9vgig .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5vJu9vgig .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5vJu9vgig ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5vJu9vgig .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5vJu9vgig button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5vJu9vgig button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e12027;
}
.cid-u5vJu9vgig button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5vJu9vgig button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5vJu9vgig button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5vJu9vgig button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5vJu9vgig nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5vJu9vgig nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5vJu9vgig nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5vJu9vgig nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5vJu9vgig .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5vJu9vgig a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5vJu9vgig .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5vJu9vgig .navbar {
    height: 70px;
  }
  .cid-u5vJu9vgig .navbar.opened {
    height: auto;
  }
  .cid-u5vJu9vgig .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5vJu9vgig .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px red;
  -moz-box-shadow: 0 8px 6px -6px red;
  box-shadow: 8PX 8px 6px -6px red;
}
.cid-u5vL97xXp0 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5vL97xXp0 .img-container {
  position: relative;
}
.cid-u5vL97xXp0 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-u5vL97xXp0 .image-wrapper img {
  width: 100%;
  height: 44vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-u5vL97xXp0 .image-wrapper img {
    height: auto;
  }
}
.cid-u5vL97xXp0 .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-u5vL97xXp0 .mbr-title {
  margin-bottom: 0;
  color: #1b134c;
  text-align: center;
}
.cid-u5vL97xXp0 .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-u82AGaLCRu {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5vJubn5Bh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5vJubn5Bh img {
  border-radius: 0px;
}
.cid-u5vJubn5Bh .row {
  justify-content: center;
}
.cid-u5vJubn5Bh .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u5vJubJAh3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/stand-chad-1920x500.png");
}
.cid-u5vJubJAh3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5vJubJAh3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5vJubJAh3 .mbr-section-title {
  color: #1b134c;
}
.cid-u5vJubJAh3 .mbr-section-subtitle {
  color: #e12027;
}
.cid-u5vJuc6BqI {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/subscribe-bcg-johnson-2000x521.png");
}
.cid-u5vJuc6BqI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u5vJuc6BqI form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-u5vJuc6BqI form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-u5vJuc6BqI .mbr-section-title {
  color: #ffffff;
}
.cid-u5vJuc6BqI .mbr-section-subtitle {
  color: #e12027;
}
.cid-u5vJucsbq4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/flag-chad-1920x500.png");
}
.cid-u5vJucsbq4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5vJucsbq4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5vJucsbq4 .number-wrap {
  color: #1b134c;
  text-align: center;
}
.cid-u5vJucsbq4 .number {
  color: #e12027;
}
.cid-u5vJucsbq4 .period {
  display: block;
}
.cid-u5vJucsbq4 .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-u5vJucsbq4 .period {
    font-size: 0.8rem;
  }
}
.cid-u5vJucsbq4 .btn {
  height: 100%;
  margin: 0;
}
.cid-u5vJucsbq4 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-u5vJucsbq4 .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-u5vJucsbq4 .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u5vJucsbq4 .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-u5vJucsbq4 .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #e12027;
  color: #ffffff;
}
.cid-u5vJucsbq4 H3 {
  color: #1b134c;
}
.cid-u5vJucsbq4 .mbr-text,
.cid-u5vJucsbq4 .mbr-section-btn {
  color: #e12027;
}
.cid-u5vJucXUld {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5vJucXUld img {
  border-radius: 0px;
}
.cid-u5vJucXUld .row {
  justify-content: center;
}
.cid-u5vJucXUld .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u5vJudmxdN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-u5vJudmxdN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5vJudmxdN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5vJudmxdN .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u5vJudmxdN .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u5vJudmxdN .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u5vJudmxdN .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u5vJudmxdN .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u5vJudmxdN .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u5vJudmxdN .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u5vJudmxdN .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u5vJudmxdN .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u5vJudmxdN .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u5vJudmxdN .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u5vJudmxdN .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u5vJudmxdN .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u5vJudmxdN .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u5vJudmxdN [class^="socicon-"]:before,
.cid-u5vJudmxdN [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u5vJudmxdN .mbr-section-title,
.cid-u5vJudmxdN .mbr-social-likes {
  color: #ffffff;
}
.cid-u5vJudSJic {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/right-flag-chad-1920x500.png");
}
.cid-u5vJudSJic .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5vJudSJic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5vJudSJic .media-container-row {
  justify-content: space-between;
}
.cid-u5vJudSJic .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-u5vJudSJic .text-content {
    max-width: none;
  }
}
.cid-u5vJudSJic .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u5vJudSJic .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u5vJudSJic .mbr-iconfont-social:hover {
  background-color: #e12027;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u5vJudSJic .icons {
    justify-content: center !important;
  }
  .cid-u5vJudSJic .text-content * {
    text-align: center;
  }
}
.cid-u5vJudSJic .mbr-section-title {
  color: #1b134c;
}
.cid-u5vJuexGvE {
  background-color: #ffffff;
}
.cid-u5vJuexGvE img {
  object-fit: contain;
}
.cid-u5vJuf5rQT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-u5vJuf5rQT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5vJuf5rQT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5vJuf5rQT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u5vJuf5rQT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u5vJuf5rQT .row {
    text-align: center;
  }
  .cid-u5vJuf5rQT .row > div {
    margin: auto;
  }
  .cid-u5vJuf5rQT .social-row {
    justify-content: center;
  }
}
.cid-u5vJuf5rQT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u5vJuf5rQT .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u5vJuf5rQT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5vJuf5rQT .list {
    margin-bottom: 0rem;
  }
}
.cid-u5vJuf5rQT .mbr-text {
  color: #ffffff;
}
.cid-u5vJuf5rQT .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-u5vJuf5rQT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u5vJuf5rQT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5vJuf5rQT .copyright {
  text-align: center;
}
.cid-u7MfnD3QTt {
  z-index: 1000;
  width: 100%;
}
.cid-u7MfnD3QTt .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-u7MfnD3QTt nav.navbar {
  position: fixed;
}
.cid-u7MfnD3QTt .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-u7MfnD3QTt .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-u7MfnD3QTt .nav-item {
    height: auto;
  }
}
.cid-u7MfnD3QTt .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u7MfnD3QTt .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-u7MfnD3QTt .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7MfnD3QTt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7MfnD3QTt .dropdown-item:hover,
.cid-u7MfnD3QTt .dropdown-item:focus {
  background: white !important;
}
.cid-u7MfnD3QTt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7MfnD3QTt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7MfnD3QTt .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-u7MfnD3QTt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7MfnD3QTt .nav-link {
  position: relative;
}
.cid-u7MfnD3QTt .container {
  display: flex;
  margin: auto;
}
.cid-u7MfnD3QTt .iconfont-wrapper {
  color: #e12027 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-u7MfnD3QTt .dropdown-menu,
.cid-u7MfnD3QTt .navbar.opened {
  background: #ffffff !important;
}
.cid-u7MfnD3QTt .nav-item:focus,
.cid-u7MfnD3QTt .nav-link:focus {
  outline: none;
}
.cid-u7MfnD3QTt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7MfnD3QTt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7MfnD3QTt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-u7MfnD3QTt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7MfnD3QTt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7MfnD3QTt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7MfnD3QTt .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u7MfnD3QTt .navbar.opened {
  transition: all 0.3s;
}
.cid-u7MfnD3QTt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7MfnD3QTt .navbar .navbar-logo img {
  width: auto;
}
.cid-u7MfnD3QTt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7MfnD3QTt .navbar.collapsed {
  justify-content: center;
}
.cid-u7MfnD3QTt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7MfnD3QTt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7MfnD3QTt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-u7MfnD3QTt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7MfnD3QTt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7MfnD3QTt .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-u7MfnD3QTt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7MfnD3QTt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7MfnD3QTt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7MfnD3QTt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7MfnD3QTt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7MfnD3QTt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7MfnD3QTt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7MfnD3QTt .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-u7MfnD3QTt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7MfnD3QTt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7MfnD3QTt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7MfnD3QTt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7MfnD3QTt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7MfnD3QTt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7MfnD3QTt .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7MfnD3QTt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7MfnD3QTt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7MfnD3QTt .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-u7MfnD3QTt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7MfnD3QTt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7MfnD3QTt .dropdown-item.active,
.cid-u7MfnD3QTt .dropdown-item:active {
  background-color: transparent;
}
.cid-u7MfnD3QTt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7MfnD3QTt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7MfnD3QTt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7MfnD3QTt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7MfnD3QTt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7MfnD3QTt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7MfnD3QTt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7MfnD3QTt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7MfnD3QTt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7MfnD3QTt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e12027;
}
.cid-u7MfnD3QTt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7MfnD3QTt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7MfnD3QTt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7MfnD3QTt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7MfnD3QTt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7MfnD3QTt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7MfnD3QTt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7MfnD3QTt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7MfnD3QTt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7MfnD3QTt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7MfnD3QTt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7MfnD3QTt .navbar {
    height: 70px;
  }
  .cid-u7MfnD3QTt .navbar.opened {
    height: auto;
  }
  .cid-u7MfnD3QTt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7MfnD3QTt .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px red;
  -moz-box-shadow: 0 8px 6px -6px red;
  box-shadow: 8PX 8px 6px -6px red;
}
.cid-u7MfnDpxed {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7MfnDpxed .img-container {
  position: relative;
}
.cid-u7MfnDpxed .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-u7MfnDpxed .image-wrapper img {
  width: 100%;
  height: 44vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-u7MfnDpxed .image-wrapper img {
    height: auto;
  }
}
.cid-u7MfnDpxed .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-u7MfnDpxed .mbr-title {
  margin-bottom: 0;
  color: #1b134c;
  text-align: center;
}
.cid-u7MfnDpxed .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-u82AwCyWjv {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7MfnDHj5D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7MfnDHj5D img {
  border-radius: 0px;
}
.cid-u7MfnDHj5D .row {
  justify-content: center;
}
.cid-u7MfnDHj5D .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u7MfnE3xL2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/stand-chad-1920x500.png");
}
.cid-u7MfnE3xL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MfnE3xL2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7MfnE3xL2 .mbr-section-title {
  color: #1b134c;
}
.cid-u7MfnE3xL2 .mbr-section-subtitle {
  color: #e12027;
}
.cid-u7MfnEogGn {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/subscribe-bcg-johnson-2000x521.png");
}
.cid-u7MfnEogGn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u7MfnEogGn form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-u7MfnEogGn form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-u7MfnEogGn .mbr-section-title {
  color: #ffffff;
}
.cid-u7MfnEogGn .mbr-section-subtitle {
  color: #e12027;
}
.cid-u7MfnELuUi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/flag-chad-1920x500.png");
}
.cid-u7MfnELuUi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MfnELuUi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7MfnELuUi .number-wrap {
  color: #1b134c;
  text-align: center;
}
.cid-u7MfnELuUi .number {
  color: #e12027;
}
.cid-u7MfnELuUi .period {
  display: block;
}
.cid-u7MfnELuUi .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-u7MfnELuUi .period {
    font-size: 0.8rem;
  }
}
.cid-u7MfnELuUi .btn {
  height: 100%;
  margin: 0;
}
.cid-u7MfnELuUi .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-u7MfnELuUi .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-u7MfnELuUi .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u7MfnELuUi .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-u7MfnELuUi .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #e12027;
  color: #ffffff;
}
.cid-u7MfnELuUi H3 {
  color: #1b134c;
}
.cid-u7MfnELuUi .mbr-text,
.cid-u7MfnELuUi .mbr-section-btn {
  color: #e12027;
}
.cid-u7MfnFb2dz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7MfnFb2dz img {
  border-radius: 0px;
}
.cid-u7MfnFb2dz .row {
  justify-content: center;
}
.cid-u7MfnFb2dz .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u7MfnFziQC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-u7MfnFziQC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MfnFziQC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7MfnFziQC .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u7MfnFziQC .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u7MfnFziQC .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u7MfnFziQC .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u7MfnFziQC .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u7MfnFziQC .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u7MfnFziQC .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u7MfnFziQC .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u7MfnFziQC .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u7MfnFziQC .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u7MfnFziQC .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u7MfnFziQC .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u7MfnFziQC .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u7MfnFziQC .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u7MfnFziQC [class^="socicon-"]:before,
.cid-u7MfnFziQC [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u7MfnFziQC .mbr-section-title,
.cid-u7MfnFziQC .mbr-social-likes {
  color: #ffffff;
}
.cid-u7MfnG1rsH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/right-flag-chad-1920x500.png");
}
.cid-u7MfnG1rsH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MfnG1rsH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7MfnG1rsH .media-container-row {
  justify-content: space-between;
}
.cid-u7MfnG1rsH .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-u7MfnG1rsH .text-content {
    max-width: none;
  }
}
.cid-u7MfnG1rsH .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u7MfnG1rsH .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u7MfnG1rsH .mbr-iconfont-social:hover {
  background-color: #e12027;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u7MfnG1rsH .icons {
    justify-content: center !important;
  }
  .cid-u7MfnG1rsH .text-content * {
    text-align: center;
  }
}
.cid-u7MfnG1rsH .mbr-section-title {
  color: #1b134c;
}
.cid-u7MfnGvZLO {
  background-color: #ffffff;
}
.cid-u7MfnGvZLO img {
  object-fit: contain;
}
.cid-u7MfnGVTED {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-u7MfnGVTED .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MfnGVTED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7MfnGVTED .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7MfnGVTED .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u7MfnGVTED .row {
    text-align: center;
  }
  .cid-u7MfnGVTED .row > div {
    margin: auto;
  }
  .cid-u7MfnGVTED .social-row {
    justify-content: center;
  }
}
.cid-u7MfnGVTED .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u7MfnGVTED .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u7MfnGVTED .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7MfnGVTED .list {
    margin-bottom: 0rem;
  }
}
.cid-u7MfnGVTED .mbr-text {
  color: #ffffff;
}
.cid-u7MfnGVTED .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-u7MfnGVTED .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u7MfnGVTED div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u7MfnGVTED .copyright {
  text-align: center;
}
.cid-u7MgH98nKD {
  z-index: 1000;
  width: 100%;
}
.cid-u7MgH98nKD .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-u7MgH98nKD nav.navbar {
  position: fixed;
}
.cid-u7MgH98nKD .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-u7MgH98nKD .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-u7MgH98nKD .nav-item {
    height: auto;
  }
}
.cid-u7MgH98nKD .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u7MgH98nKD .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-u7MgH98nKD .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7MgH98nKD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7MgH98nKD .dropdown-item:hover,
.cid-u7MgH98nKD .dropdown-item:focus {
  background: white !important;
}
.cid-u7MgH98nKD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7MgH98nKD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7MgH98nKD .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-u7MgH98nKD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7MgH98nKD .nav-link {
  position: relative;
}
.cid-u7MgH98nKD .container {
  display: flex;
  margin: auto;
}
.cid-u7MgH98nKD .iconfont-wrapper {
  color: #e12027 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-u7MgH98nKD .dropdown-menu,
.cid-u7MgH98nKD .navbar.opened {
  background: #ffffff !important;
}
.cid-u7MgH98nKD .nav-item:focus,
.cid-u7MgH98nKD .nav-link:focus {
  outline: none;
}
.cid-u7MgH98nKD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7MgH98nKD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7MgH98nKD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-u7MgH98nKD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7MgH98nKD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7MgH98nKD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7MgH98nKD .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u7MgH98nKD .navbar.opened {
  transition: all 0.3s;
}
.cid-u7MgH98nKD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7MgH98nKD .navbar .navbar-logo img {
  width: auto;
}
.cid-u7MgH98nKD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7MgH98nKD .navbar.collapsed {
  justify-content: center;
}
.cid-u7MgH98nKD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7MgH98nKD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7MgH98nKD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-u7MgH98nKD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7MgH98nKD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7MgH98nKD .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-u7MgH98nKD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7MgH98nKD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7MgH98nKD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7MgH98nKD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7MgH98nKD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7MgH98nKD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7MgH98nKD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7MgH98nKD .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-u7MgH98nKD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7MgH98nKD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7MgH98nKD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7MgH98nKD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7MgH98nKD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7MgH98nKD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7MgH98nKD .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7MgH98nKD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7MgH98nKD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7MgH98nKD .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-u7MgH98nKD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7MgH98nKD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7MgH98nKD .dropdown-item.active,
.cid-u7MgH98nKD .dropdown-item:active {
  background-color: transparent;
}
.cid-u7MgH98nKD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7MgH98nKD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7MgH98nKD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7MgH98nKD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7MgH98nKD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7MgH98nKD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7MgH98nKD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7MgH98nKD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7MgH98nKD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7MgH98nKD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e12027;
}
.cid-u7MgH98nKD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7MgH98nKD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7MgH98nKD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7MgH98nKD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7MgH98nKD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7MgH98nKD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7MgH98nKD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7MgH98nKD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7MgH98nKD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7MgH98nKD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7MgH98nKD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7MgH98nKD .navbar {
    height: 70px;
  }
  .cid-u7MgH98nKD .navbar.opened {
    height: auto;
  }
  .cid-u7MgH98nKD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7MgH98nKD .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px red;
  -moz-box-shadow: 0 8px 6px -6px red;
  box-shadow: 8PX 8px 6px -6px red;
}
.cid-u7MgH9zYuW {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7MgH9zYuW .img-container {
  position: relative;
}
.cid-u7MgH9zYuW .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-u7MgH9zYuW .image-wrapper img {
  width: 100%;
  height: 44vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-u7MgH9zYuW .image-wrapper img {
    height: auto;
  }
}
.cid-u7MgH9zYuW .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-u7MgH9zYuW .mbr-title {
  margin-bottom: 0;
  color: #1b134c;
  text-align: center;
}
.cid-u7MgH9zYuW .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-u7NcZU2Pos {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7NcZU2Pos .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7NcZU2Pos .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-u7NcZU2Pos .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7NcZU2Pos .row {
  flex-direction: row-reverse;
}
.cid-u7NcZU2Pos img {
  width: 100%;
}
.cid-u7NcZU2Pos .mbr-description {
  color: #e12027;
}
.cid-u82ALlA81L {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7MgH9Wr3w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7MgH9Wr3w img {
  border-radius: 0px;
}
.cid-u7MgH9Wr3w .row {
  justify-content: center;
}
.cid-u7MgH9Wr3w .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u7MgHafwdj {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/stand-chad-1920x500.png");
}
.cid-u7MgHafwdj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MgHafwdj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7MgHafwdj .mbr-section-title {
  color: #1b134c;
}
.cid-u7MgHafwdj .mbr-section-subtitle {
  color: #e12027;
}
.cid-u7MgHaIcV0 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/subscribe-bcg-johnson-2000x521.png");
}
.cid-u7MgHaIcV0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u7MgHaIcV0 form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-u7MgHaIcV0 form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-u7MgHaIcV0 .mbr-section-title {
  color: #ffffff;
}
.cid-u7MgHaIcV0 .mbr-section-subtitle {
  color: #e12027;
}
.cid-u7MgHbpbau {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/flag-chad-1920x500.png");
}
.cid-u7MgHbpbau .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MgHbpbau .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7MgHbpbau .number-wrap {
  color: #1b134c;
  text-align: center;
}
.cid-u7MgHbpbau .number {
  color: #e12027;
}
.cid-u7MgHbpbau .period {
  display: block;
}
.cid-u7MgHbpbau .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-u7MgHbpbau .period {
    font-size: 0.8rem;
  }
}
.cid-u7MgHbpbau .btn {
  height: 100%;
  margin: 0;
}
.cid-u7MgHbpbau .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-u7MgHbpbau .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-u7MgHbpbau .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u7MgHbpbau .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-u7MgHbpbau .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #e12027;
  color: #ffffff;
}
.cid-u7MgHbpbau H3 {
  color: #1b134c;
}
.cid-u7MgHbpbau .mbr-text,
.cid-u7MgHbpbau .mbr-section-btn {
  color: #e12027;
}
.cid-u7MgHcdH7X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7MgHcdH7X img {
  border-radius: 0px;
}
.cid-u7MgHcdH7X .row {
  justify-content: center;
}
.cid-u7MgHcdH7X .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u7MgHcECxI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-u7MgHcECxI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MgHcECxI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7MgHcECxI .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u7MgHcECxI .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u7MgHcECxI .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u7MgHcECxI .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u7MgHcECxI .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u7MgHcECxI .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u7MgHcECxI .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u7MgHcECxI .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u7MgHcECxI .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u7MgHcECxI .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u7MgHcECxI .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u7MgHcECxI .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u7MgHcECxI .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u7MgHcECxI .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u7MgHcECxI [class^="socicon-"]:before,
.cid-u7MgHcECxI [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u7MgHcECxI .mbr-section-title,
.cid-u7MgHcECxI .mbr-social-likes {
  color: #ffffff;
}
.cid-u7MgHd6sms {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/right-flag-chad-1920x500.png");
}
.cid-u7MgHd6sms .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MgHd6sms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7MgHd6sms .media-container-row {
  justify-content: space-between;
}
.cid-u7MgHd6sms .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-u7MgHd6sms .text-content {
    max-width: none;
  }
}
.cid-u7MgHd6sms .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u7MgHd6sms .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u7MgHd6sms .mbr-iconfont-social:hover {
  background-color: #e12027;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u7MgHd6sms .icons {
    justify-content: center !important;
  }
  .cid-u7MgHd6sms .text-content * {
    text-align: center;
  }
}
.cid-u7MgHd6sms .mbr-section-title {
  color: #1b134c;
}
.cid-u7MgHdGu0S {
  background-color: #ffffff;
}
.cid-u7MgHdGu0S img {
  object-fit: contain;
}
.cid-u7MgHe2iNR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-u7MgHe2iNR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MgHe2iNR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7MgHe2iNR .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7MgHe2iNR .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u7MgHe2iNR .row {
    text-align: center;
  }
  .cid-u7MgHe2iNR .row > div {
    margin: auto;
  }
  .cid-u7MgHe2iNR .social-row {
    justify-content: center;
  }
}
.cid-u7MgHe2iNR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u7MgHe2iNR .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u7MgHe2iNR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7MgHe2iNR .list {
    margin-bottom: 0rem;
  }
}
.cid-u7MgHe2iNR .mbr-text {
  color: #ffffff;
}
.cid-u7MgHe2iNR .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-u7MgHe2iNR .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u7MgHe2iNR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u7MgHe2iNR .copyright {
  text-align: center;
}
.cid-u7Mp1VMbsZ {
  z-index: 1000;
  width: 100%;
}
.cid-u7Mp1VMbsZ .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-u7Mp1VMbsZ nav.navbar {
  position: fixed;
}
.cid-u7Mp1VMbsZ .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-u7Mp1VMbsZ .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-u7Mp1VMbsZ .nav-item {
    height: auto;
  }
}
.cid-u7Mp1VMbsZ .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u7Mp1VMbsZ .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-u7Mp1VMbsZ .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7Mp1VMbsZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7Mp1VMbsZ .dropdown-item:hover,
.cid-u7Mp1VMbsZ .dropdown-item:focus {
  background: white !important;
}
.cid-u7Mp1VMbsZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7Mp1VMbsZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7Mp1VMbsZ .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-u7Mp1VMbsZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7Mp1VMbsZ .nav-link {
  position: relative;
}
.cid-u7Mp1VMbsZ .container {
  display: flex;
  margin: auto;
}
.cid-u7Mp1VMbsZ .iconfont-wrapper {
  color: #e12027 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-u7Mp1VMbsZ .dropdown-menu,
.cid-u7Mp1VMbsZ .navbar.opened {
  background: #ffffff !important;
}
.cid-u7Mp1VMbsZ .nav-item:focus,
.cid-u7Mp1VMbsZ .nav-link:focus {
  outline: none;
}
.cid-u7Mp1VMbsZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7Mp1VMbsZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7Mp1VMbsZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-u7Mp1VMbsZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7Mp1VMbsZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7Mp1VMbsZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7Mp1VMbsZ .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u7Mp1VMbsZ .navbar.opened {
  transition: all 0.3s;
}
.cid-u7Mp1VMbsZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7Mp1VMbsZ .navbar .navbar-logo img {
  width: auto;
}
.cid-u7Mp1VMbsZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7Mp1VMbsZ .navbar.collapsed {
  justify-content: center;
}
.cid-u7Mp1VMbsZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7Mp1VMbsZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7Mp1VMbsZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-u7Mp1VMbsZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7Mp1VMbsZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7Mp1VMbsZ .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-u7Mp1VMbsZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7Mp1VMbsZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7Mp1VMbsZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7Mp1VMbsZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7Mp1VMbsZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7Mp1VMbsZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7Mp1VMbsZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7Mp1VMbsZ .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-u7Mp1VMbsZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7Mp1VMbsZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7Mp1VMbsZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7Mp1VMbsZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7Mp1VMbsZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7Mp1VMbsZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7Mp1VMbsZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7Mp1VMbsZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7Mp1VMbsZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7Mp1VMbsZ .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-u7Mp1VMbsZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7Mp1VMbsZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7Mp1VMbsZ .dropdown-item.active,
.cid-u7Mp1VMbsZ .dropdown-item:active {
  background-color: transparent;
}
.cid-u7Mp1VMbsZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7Mp1VMbsZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7Mp1VMbsZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7Mp1VMbsZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7Mp1VMbsZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7Mp1VMbsZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7Mp1VMbsZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7Mp1VMbsZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7Mp1VMbsZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7Mp1VMbsZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e12027;
}
.cid-u7Mp1VMbsZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7Mp1VMbsZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7Mp1VMbsZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7Mp1VMbsZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7Mp1VMbsZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7Mp1VMbsZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7Mp1VMbsZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7Mp1VMbsZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7Mp1VMbsZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7Mp1VMbsZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7Mp1VMbsZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7Mp1VMbsZ .navbar {
    height: 70px;
  }
  .cid-u7Mp1VMbsZ .navbar.opened {
    height: auto;
  }
  .cid-u7Mp1VMbsZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7Mp1VMbsZ .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px red;
  -moz-box-shadow: 0 8px 6px -6px red;
  box-shadow: 8PX 8px 6px -6px red;
}
.cid-u7Mp1WhsbD {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7Mp1WhsbD .img-container {
  position: relative;
}
.cid-u7Mp1WhsbD .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-u7Mp1WhsbD .image-wrapper img {
  width: 100%;
  height: 44vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-u7Mp1WhsbD .image-wrapper img {
    height: auto;
  }
}
.cid-u7Mp1WhsbD .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-u7Mp1WhsbD .mbr-title {
  margin-bottom: 0;
  color: #1b134c;
  text-align: center;
}
.cid-u7Mp1WhsbD .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-u7NcDQiTAJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7NcDQiTAJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7NcDQiTAJ .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-u7NcDQiTAJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7NcDQiTAJ .row {
  flex-direction: row-reverse;
}
.cid-u7NcDQiTAJ img {
  width: 100%;
}
.cid-u7NcDQiTAJ .mbr-description {
  color: #e12027;
}
.cid-u82AOXWZ5v {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7Mp1WDUX6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7Mp1WDUX6 img {
  border-radius: 0px;
}
.cid-u7Mp1WDUX6 .row {
  justify-content: center;
}
.cid-u7Mp1WDUX6 .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u7Mp1WYBgY {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/stand-chad-1920x500.png");
}
.cid-u7Mp1WYBgY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Mp1WYBgY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Mp1WYBgY .mbr-section-title {
  color: #1b134c;
}
.cid-u7Mp1WYBgY .mbr-section-subtitle {
  color: #e12027;
}
.cid-u7Mp1Xjfoe {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/subscribe-bcg-johnson-2000x521.png");
}
.cid-u7Mp1Xjfoe .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u7Mp1Xjfoe form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-u7Mp1Xjfoe form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-u7Mp1Xjfoe .mbr-section-title {
  color: #ffffff;
}
.cid-u7Mp1Xjfoe .mbr-section-subtitle {
  color: #e12027;
}
.cid-u7Mp1XEhDJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/flag-chad-1920x500.png");
}
.cid-u7Mp1XEhDJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Mp1XEhDJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Mp1XEhDJ .number-wrap {
  color: #1b134c;
  text-align: center;
}
.cid-u7Mp1XEhDJ .number {
  color: #e12027;
}
.cid-u7Mp1XEhDJ .period {
  display: block;
}
.cid-u7Mp1XEhDJ .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-u7Mp1XEhDJ .period {
    font-size: 0.8rem;
  }
}
.cid-u7Mp1XEhDJ .btn {
  height: 100%;
  margin: 0;
}
.cid-u7Mp1XEhDJ .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-u7Mp1XEhDJ .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-u7Mp1XEhDJ .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u7Mp1XEhDJ .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-u7Mp1XEhDJ .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #e12027;
  color: #ffffff;
}
.cid-u7Mp1XEhDJ H3 {
  color: #1b134c;
}
.cid-u7Mp1XEhDJ .mbr-text,
.cid-u7Mp1XEhDJ .mbr-section-btn {
  color: #e12027;
}
.cid-u7Mp1Y4PVd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7Mp1Y4PVd img {
  border-radius: 0px;
}
.cid-u7Mp1Y4PVd .row {
  justify-content: center;
}
.cid-u7Mp1Y4PVd .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u7Mp1YqOCa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-u7Mp1YqOCa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Mp1YqOCa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Mp1YqOCa .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u7Mp1YqOCa .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u7Mp1YqOCa .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u7Mp1YqOCa .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u7Mp1YqOCa .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u7Mp1YqOCa .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u7Mp1YqOCa .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u7Mp1YqOCa .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u7Mp1YqOCa .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u7Mp1YqOCa .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u7Mp1YqOCa .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u7Mp1YqOCa .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u7Mp1YqOCa .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u7Mp1YqOCa .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u7Mp1YqOCa [class^="socicon-"]:before,
.cid-u7Mp1YqOCa [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u7Mp1YqOCa .mbr-section-title,
.cid-u7Mp1YqOCa .mbr-social-likes {
  color: #ffffff;
}
.cid-u7Mp1YOxaG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/right-flag-chad-1920x500.png");
}
.cid-u7Mp1YOxaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Mp1YOxaG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Mp1YOxaG .media-container-row {
  justify-content: space-between;
}
.cid-u7Mp1YOxaG .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-u7Mp1YOxaG .text-content {
    max-width: none;
  }
}
.cid-u7Mp1YOxaG .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u7Mp1YOxaG .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u7Mp1YOxaG .mbr-iconfont-social:hover {
  background-color: #e12027;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u7Mp1YOxaG .icons {
    justify-content: center !important;
  }
  .cid-u7Mp1YOxaG .text-content * {
    text-align: center;
  }
}
.cid-u7Mp1YOxaG .mbr-section-title {
  color: #1b134c;
}
.cid-u7Mp1ZfMvt {
  background-color: #ffffff;
}
.cid-u7Mp1ZfMvt img {
  object-fit: contain;
}
.cid-u7Mp1ZCQKQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-u7Mp1ZCQKQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Mp1ZCQKQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Mp1ZCQKQ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7Mp1ZCQKQ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u7Mp1ZCQKQ .row {
    text-align: center;
  }
  .cid-u7Mp1ZCQKQ .row > div {
    margin: auto;
  }
  .cid-u7Mp1ZCQKQ .social-row {
    justify-content: center;
  }
}
.cid-u7Mp1ZCQKQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u7Mp1ZCQKQ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u7Mp1ZCQKQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7Mp1ZCQKQ .list {
    margin-bottom: 0rem;
  }
}
.cid-u7Mp1ZCQKQ .mbr-text {
  color: #ffffff;
}
.cid-u7Mp1ZCQKQ .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-u7Mp1ZCQKQ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u7Mp1ZCQKQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u7Mp1ZCQKQ .copyright {
  text-align: center;
}
.cid-u7MqxWVGUF {
  z-index: 1000;
  width: 100%;
}
.cid-u7MqxWVGUF .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-u7MqxWVGUF nav.navbar {
  position: fixed;
}
.cid-u7MqxWVGUF .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-u7MqxWVGUF .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-u7MqxWVGUF .nav-item {
    height: auto;
  }
}
.cid-u7MqxWVGUF .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u7MqxWVGUF .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-u7MqxWVGUF .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7MqxWVGUF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7MqxWVGUF .dropdown-item:hover,
.cid-u7MqxWVGUF .dropdown-item:focus {
  background: white !important;
}
.cid-u7MqxWVGUF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7MqxWVGUF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7MqxWVGUF .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-u7MqxWVGUF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7MqxWVGUF .nav-link {
  position: relative;
}
.cid-u7MqxWVGUF .container {
  display: flex;
  margin: auto;
}
.cid-u7MqxWVGUF .iconfont-wrapper {
  color: #e12027 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-u7MqxWVGUF .dropdown-menu,
.cid-u7MqxWVGUF .navbar.opened {
  background: #ffffff !important;
}
.cid-u7MqxWVGUF .nav-item:focus,
.cid-u7MqxWVGUF .nav-link:focus {
  outline: none;
}
.cid-u7MqxWVGUF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7MqxWVGUF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7MqxWVGUF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-u7MqxWVGUF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7MqxWVGUF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7MqxWVGUF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7MqxWVGUF .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u7MqxWVGUF .navbar.opened {
  transition: all 0.3s;
}
.cid-u7MqxWVGUF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7MqxWVGUF .navbar .navbar-logo img {
  width: auto;
}
.cid-u7MqxWVGUF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7MqxWVGUF .navbar.collapsed {
  justify-content: center;
}
.cid-u7MqxWVGUF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7MqxWVGUF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7MqxWVGUF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-u7MqxWVGUF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7MqxWVGUF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7MqxWVGUF .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-u7MqxWVGUF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7MqxWVGUF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7MqxWVGUF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7MqxWVGUF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7MqxWVGUF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7MqxWVGUF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7MqxWVGUF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7MqxWVGUF .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-u7MqxWVGUF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7MqxWVGUF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7MqxWVGUF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7MqxWVGUF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7MqxWVGUF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7MqxWVGUF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u7MqxWVGUF .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7MqxWVGUF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7MqxWVGUF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7MqxWVGUF .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-u7MqxWVGUF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7MqxWVGUF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7MqxWVGUF .dropdown-item.active,
.cid-u7MqxWVGUF .dropdown-item:active {
  background-color: transparent;
}
.cid-u7MqxWVGUF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7MqxWVGUF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7MqxWVGUF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7MqxWVGUF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u7MqxWVGUF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7MqxWVGUF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7MqxWVGUF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7MqxWVGUF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7MqxWVGUF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7MqxWVGUF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e12027;
}
.cid-u7MqxWVGUF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7MqxWVGUF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7MqxWVGUF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7MqxWVGUF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7MqxWVGUF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7MqxWVGUF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7MqxWVGUF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7MqxWVGUF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7MqxWVGUF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7MqxWVGUF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7MqxWVGUF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7MqxWVGUF .navbar {
    height: 70px;
  }
  .cid-u7MqxWVGUF .navbar.opened {
    height: auto;
  }
  .cid-u7MqxWVGUF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7MqxWVGUF .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px red;
  -moz-box-shadow: 0 8px 6px -6px red;
  box-shadow: 8PX 8px 6px -6px red;
}
.cid-u7MqxXjqFk {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7MqxXjqFk .img-container {
  position: relative;
}
.cid-u7MqxXjqFk .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-u7MqxXjqFk .image-wrapper img {
  width: 100%;
  height: 44vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-u7MqxXjqFk .image-wrapper img {
    height: auto;
  }
}
.cid-u7MqxXjqFk .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-u7MqxXjqFk .mbr-title {
  margin-bottom: 0;
  color: #1b134c;
  text-align: center;
}
.cid-u7MqxXjqFk .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-u82AInf60A {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7MqxXJnCO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7MqxXJnCO img {
  border-radius: 0px;
}
.cid-u7MqxXJnCO .row {
  justify-content: center;
}
.cid-u7MqxXJnCO .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u7MqxY9BNN {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/stand-chad-1920x500.png");
}
.cid-u7MqxY9BNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MqxY9BNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7MqxY9BNN .mbr-section-title {
  color: #1b134c;
}
.cid-u7MqxY9BNN .mbr-section-subtitle {
  color: #e12027;
}
.cid-u7MqxYvW6R {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/subscribe-bcg-johnson-2000x521.png");
}
.cid-u7MqxYvW6R .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u7MqxYvW6R form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-u7MqxYvW6R form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-u7MqxYvW6R .mbr-section-title {
  color: #ffffff;
}
.cid-u7MqxYvW6R .mbr-section-subtitle {
  color: #e12027;
}
.cid-u7MqxYRpId {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/flag-chad-1920x500.png");
}
.cid-u7MqxYRpId .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MqxYRpId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7MqxYRpId .number-wrap {
  color: #1b134c;
  text-align: center;
}
.cid-u7MqxYRpId .number {
  color: #e12027;
}
.cid-u7MqxYRpId .period {
  display: block;
}
.cid-u7MqxYRpId .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-u7MqxYRpId .period {
    font-size: 0.8rem;
  }
}
.cid-u7MqxYRpId .btn {
  height: 100%;
  margin: 0;
}
.cid-u7MqxYRpId .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-u7MqxYRpId .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-u7MqxYRpId .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u7MqxYRpId .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-u7MqxYRpId .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #e12027;
  color: #ffffff;
}
.cid-u7MqxYRpId H3 {
  color: #1b134c;
}
.cid-u7MqxYRpId .mbr-text,
.cid-u7MqxYRpId .mbr-section-btn {
  color: #e12027;
}
.cid-u7MqxZiLGk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7MqxZiLGk img {
  border-radius: 0px;
}
.cid-u7MqxZiLGk .row {
  justify-content: center;
}
.cid-u7MqxZiLGk .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u7MqxZFPFc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-u7MqxZFPFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MqxZFPFc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7MqxZFPFc .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u7MqxZFPFc .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u7MqxZFPFc .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u7MqxZFPFc .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u7MqxZFPFc .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u7MqxZFPFc .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u7MqxZFPFc .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u7MqxZFPFc .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u7MqxZFPFc .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u7MqxZFPFc .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u7MqxZFPFc .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u7MqxZFPFc .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u7MqxZFPFc .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u7MqxZFPFc .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u7MqxZFPFc [class^="socicon-"]:before,
.cid-u7MqxZFPFc [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u7MqxZFPFc .mbr-section-title,
.cid-u7MqxZFPFc .mbr-social-likes {
  color: #ffffff;
}
.cid-u7Mqy0cv50 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/right-flag-chad-1920x500.png");
}
.cid-u7Mqy0cv50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Mqy0cv50 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Mqy0cv50 .media-container-row {
  justify-content: space-between;
}
.cid-u7Mqy0cv50 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-u7Mqy0cv50 .text-content {
    max-width: none;
  }
}
.cid-u7Mqy0cv50 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u7Mqy0cv50 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u7Mqy0cv50 .mbr-iconfont-social:hover {
  background-color: #e12027;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u7Mqy0cv50 .icons {
    justify-content: center !important;
  }
  .cid-u7Mqy0cv50 .text-content * {
    text-align: center;
  }
}
.cid-u7Mqy0cv50 .mbr-section-title {
  color: #1b134c;
}
.cid-u7Mqy0FX8w {
  background-color: #ffffff;
}
.cid-u7Mqy0FX8w img {
  object-fit: contain;
}
.cid-u7Mqy13Ut8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-u7Mqy13Ut8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Mqy13Ut8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Mqy13Ut8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7Mqy13Ut8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u7Mqy13Ut8 .row {
    text-align: center;
  }
  .cid-u7Mqy13Ut8 .row > div {
    margin: auto;
  }
  .cid-u7Mqy13Ut8 .social-row {
    justify-content: center;
  }
}
.cid-u7Mqy13Ut8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u7Mqy13Ut8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u7Mqy13Ut8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u7Mqy13Ut8 .list {
    margin-bottom: 0rem;
  }
}
.cid-u7Mqy13Ut8 .mbr-text {
  color: #ffffff;
}
.cid-u7Mqy13Ut8 .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-u7Mqy13Ut8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u7Mqy13Ut8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u7Mqy13Ut8 .copyright {
  text-align: center;
}
.cid-u884lv0dvl {
  z-index: 1000;
  width: 100%;
}
.cid-u884lv0dvl .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-u884lv0dvl nav.navbar {
  position: fixed;
}
.cid-u884lv0dvl .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-u884lv0dvl .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-u884lv0dvl .nav-item {
    height: auto;
  }
}
.cid-u884lv0dvl .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u884lv0dvl .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-u884lv0dvl .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u884lv0dvl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u884lv0dvl .dropdown-item:hover,
.cid-u884lv0dvl .dropdown-item:focus {
  background: white !important;
}
.cid-u884lv0dvl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u884lv0dvl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u884lv0dvl .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-u884lv0dvl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u884lv0dvl .nav-link {
  position: relative;
}
.cid-u884lv0dvl .container {
  display: flex;
  margin: auto;
}
.cid-u884lv0dvl .iconfont-wrapper {
  color: #e12027 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-u884lv0dvl .dropdown-menu,
.cid-u884lv0dvl .navbar.opened {
  background: #ffffff !important;
}
.cid-u884lv0dvl .nav-item:focus,
.cid-u884lv0dvl .nav-link:focus {
  outline: none;
}
.cid-u884lv0dvl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u884lv0dvl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u884lv0dvl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-u884lv0dvl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u884lv0dvl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u884lv0dvl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u884lv0dvl .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u884lv0dvl .navbar.opened {
  transition: all 0.3s;
}
.cid-u884lv0dvl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u884lv0dvl .navbar .navbar-logo img {
  width: auto;
}
.cid-u884lv0dvl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u884lv0dvl .navbar.collapsed {
  justify-content: center;
}
.cid-u884lv0dvl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u884lv0dvl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u884lv0dvl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-u884lv0dvl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u884lv0dvl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u884lv0dvl .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-u884lv0dvl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u884lv0dvl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u884lv0dvl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u884lv0dvl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u884lv0dvl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u884lv0dvl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u884lv0dvl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u884lv0dvl .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-u884lv0dvl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u884lv0dvl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u884lv0dvl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u884lv0dvl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u884lv0dvl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u884lv0dvl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u884lv0dvl .navbar.navbar-short {
  min-height: 60px;
}
.cid-u884lv0dvl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u884lv0dvl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u884lv0dvl .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-u884lv0dvl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u884lv0dvl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u884lv0dvl .dropdown-item.active,
.cid-u884lv0dvl .dropdown-item:active {
  background-color: transparent;
}
.cid-u884lv0dvl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u884lv0dvl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u884lv0dvl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u884lv0dvl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u884lv0dvl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u884lv0dvl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u884lv0dvl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u884lv0dvl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u884lv0dvl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u884lv0dvl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e12027;
}
.cid-u884lv0dvl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u884lv0dvl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u884lv0dvl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u884lv0dvl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u884lv0dvl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u884lv0dvl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u884lv0dvl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u884lv0dvl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u884lv0dvl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u884lv0dvl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u884lv0dvl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u884lv0dvl .navbar {
    height: 70px;
  }
  .cid-u884lv0dvl .navbar.opened {
    height: auto;
  }
  .cid-u884lv0dvl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u884lv0dvl .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px red;
  -moz-box-shadow: 0 8px 6px -6px red;
  box-shadow: 8PX 8px 6px -6px red;
}
.cid-u884lvqQtD {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u884lvqQtD .img-container {
  position: relative;
}
.cid-u884lvqQtD .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-u884lvqQtD .image-wrapper img {
  width: 100%;
  height: 44vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-u884lvqQtD .image-wrapper img {
    height: auto;
  }
}
.cid-u884lvqQtD .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-u884lvqQtD .mbr-title {
  margin-bottom: 0;
  color: #1b134c;
  text-align: center;
}
.cid-u884lvqQtD .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-u884lvNEbP {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u884lw7nRI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u884lw7nRI img {
  border-radius: 0px;
}
.cid-u884lw7nRI .row {
  justify-content: center;
}
.cid-u884lw7nRI .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u884lwuovn {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/stand-chad-1920x500.png");
}
.cid-u884lwuovn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u884lwuovn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u884lwuovn .mbr-section-title {
  color: #1b134c;
}
.cid-u884lwuovn .mbr-section-subtitle {
  color: #e12027;
}
.cid-u884lwSSiS {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/subscribe-bcg-johnson-2000x521.png");
}
.cid-u884lwSSiS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u884lwSSiS form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-u884lwSSiS form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-u884lwSSiS .mbr-section-title {
  color: #ffffff;
}
.cid-u884lwSSiS .mbr-section-subtitle {
  color: #e12027;
}
.cid-u884lxivhx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/flag-chad-1920x500.png");
}
.cid-u884lxivhx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u884lxivhx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u884lxivhx .number-wrap {
  color: #1b134c;
  text-align: center;
}
.cid-u884lxivhx .number {
  color: #e12027;
}
.cid-u884lxivhx .period {
  display: block;
}
.cid-u884lxivhx .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-u884lxivhx .period {
    font-size: 0.8rem;
  }
}
.cid-u884lxivhx .btn {
  height: 100%;
  margin: 0;
}
.cid-u884lxivhx .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-u884lxivhx .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-u884lxivhx .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u884lxivhx .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-u884lxivhx .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #e12027;
  color: #ffffff;
}
.cid-u884lxivhx H3 {
  color: #1b134c;
}
.cid-u884lxivhx .mbr-text,
.cid-u884lxivhx .mbr-section-btn {
  color: #e12027;
}
.cid-u884lxMiiW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u884lxMiiW img {
  border-radius: 0px;
}
.cid-u884lxMiiW .row {
  justify-content: center;
}
.cid-u884lxMiiW .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-u884lyg7bR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-u884lyg7bR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u884lyg7bR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u884lyg7bR .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-u884lyg7bR .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-u884lyg7bR .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-u884lyg7bR .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-u884lyg7bR .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-u884lyg7bR .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-u884lyg7bR .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-u884lyg7bR .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-u884lyg7bR .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-u884lyg7bR .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-u884lyg7bR .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-u884lyg7bR .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-u884lyg7bR .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-u884lyg7bR .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-u884lyg7bR [class^="socicon-"]:before,
.cid-u884lyg7bR [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-u884lyg7bR .mbr-section-title,
.cid-u884lyg7bR .mbr-social-likes {
  color: #ffffff;
}
.cid-u884lyHTNp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/right-flag-chad-1920x500.png");
}
.cid-u884lyHTNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u884lyHTNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u884lyHTNp .media-container-row {
  justify-content: space-between;
}
.cid-u884lyHTNp .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-u884lyHTNp .text-content {
    max-width: none;
  }
}
.cid-u884lyHTNp .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u884lyHTNp .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u884lyHTNp .mbr-iconfont-social:hover {
  background-color: #e12027;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u884lyHTNp .icons {
    justify-content: center !important;
  }
  .cid-u884lyHTNp .text-content * {
    text-align: center;
  }
}
.cid-u884lyHTNp .mbr-section-title {
  color: #1b134c;
}
.cid-u884lzdC6a {
  background-color: #ffffff;
}
.cid-u884lzdC6a img {
  object-fit: contain;
}
.cid-u884lzHOHX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-u884lzHOHX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u884lzHOHX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u884lzHOHX .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u884lzHOHX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u884lzHOHX .row {
    text-align: center;
  }
  .cid-u884lzHOHX .row > div {
    margin: auto;
  }
  .cid-u884lzHOHX .social-row {
    justify-content: center;
  }
}
.cid-u884lzHOHX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u884lzHOHX .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-u884lzHOHX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u884lzHOHX .list {
    margin-bottom: 0rem;
  }
}
.cid-u884lzHOHX .mbr-text {
  color: #ffffff;
}
.cid-u884lzHOHX .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-u884lzHOHX .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u884lzHOHX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u884lzHOHX .copyright {
  text-align: center;
}
.cid-ublzCHaGgB {
  z-index: 1000;
  width: 100%;
}
.cid-ublzCHaGgB .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-ublzCHaGgB nav.navbar {
  position: fixed;
}
.cid-ublzCHaGgB .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-ublzCHaGgB .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-ublzCHaGgB .nav-item {
    height: auto;
  }
}
.cid-ublzCHaGgB .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ublzCHaGgB .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-ublzCHaGgB .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ublzCHaGgB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ublzCHaGgB .dropdown-item:hover,
.cid-ublzCHaGgB .dropdown-item:focus {
  background: white !important;
}
.cid-ublzCHaGgB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ublzCHaGgB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ublzCHaGgB .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-ublzCHaGgB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ublzCHaGgB .nav-link {
  position: relative;
}
.cid-ublzCHaGgB .container {
  display: flex;
  margin: auto;
}
.cid-ublzCHaGgB .iconfont-wrapper {
  color: #e12027 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-ublzCHaGgB .dropdown-menu,
.cid-ublzCHaGgB .navbar.opened {
  background: #ffffff !important;
}
.cid-ublzCHaGgB .nav-item:focus,
.cid-ublzCHaGgB .nav-link:focus {
  outline: none;
}
.cid-ublzCHaGgB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ublzCHaGgB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ublzCHaGgB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-ublzCHaGgB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ublzCHaGgB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ublzCHaGgB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ublzCHaGgB .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-ublzCHaGgB .navbar.opened {
  transition: all 0.3s;
}
.cid-ublzCHaGgB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ublzCHaGgB .navbar .navbar-logo img {
  width: auto;
}
.cid-ublzCHaGgB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ublzCHaGgB .navbar.collapsed {
  justify-content: center;
}
.cid-ublzCHaGgB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ublzCHaGgB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ublzCHaGgB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-ublzCHaGgB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ublzCHaGgB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ublzCHaGgB .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-ublzCHaGgB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ublzCHaGgB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ublzCHaGgB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ublzCHaGgB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ublzCHaGgB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ublzCHaGgB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ublzCHaGgB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ublzCHaGgB .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-ublzCHaGgB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ublzCHaGgB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ublzCHaGgB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ublzCHaGgB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ublzCHaGgB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ublzCHaGgB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ublzCHaGgB .navbar.navbar-short {
  min-height: 60px;
}
.cid-ublzCHaGgB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ublzCHaGgB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ublzCHaGgB .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-ublzCHaGgB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ublzCHaGgB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ublzCHaGgB .dropdown-item.active,
.cid-ublzCHaGgB .dropdown-item:active {
  background-color: transparent;
}
.cid-ublzCHaGgB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ublzCHaGgB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ublzCHaGgB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ublzCHaGgB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ublzCHaGgB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ublzCHaGgB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ublzCHaGgB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ublzCHaGgB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ublzCHaGgB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ublzCHaGgB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e12027;
}
.cid-ublzCHaGgB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ublzCHaGgB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ublzCHaGgB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ublzCHaGgB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ublzCHaGgB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ublzCHaGgB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ublzCHaGgB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ublzCHaGgB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ublzCHaGgB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ublzCHaGgB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ublzCHaGgB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ublzCHaGgB .navbar {
    height: 70px;
  }
  .cid-ublzCHaGgB .navbar.opened {
    height: auto;
  }
  .cid-ublzCHaGgB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ublzCHaGgB .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px red;
  -moz-box-shadow: 0 8px 6px -6px red;
  box-shadow: 8PX 8px 6px -6px red;
}
.cid-ublzCHCT5s {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ublzCHCT5s .img-container {
  position: relative;
}
.cid-ublzCHCT5s .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-ublzCHCT5s .image-wrapper img {
  width: 100%;
  height: 44vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-ublzCHCT5s .image-wrapper img {
    height: auto;
  }
}
.cid-ublzCHCT5s .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-ublzCHCT5s .mbr-title {
  margin-bottom: 0;
  color: #1b134c;
  text-align: center;
}
.cid-ublzCHCT5s .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-ublzCI2rRc {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ublzCIunSt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ublzCIunSt img {
  border-radius: 0px;
}
.cid-ublzCIunSt .row {
  justify-content: center;
}
.cid-ublzCIunSt .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-ublzCJ0SC6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/stand-chad-1920x500.png");
}
.cid-ublzCJ0SC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ublzCJ0SC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ublzCJ0SC6 .mbr-section-title {
  color: #1b134c;
}
.cid-ublzCJ0SC6 .mbr-section-subtitle {
  color: #e12027;
}
.cid-ublzCJziSm {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/subscribe-bcg-johnson-2000x521.png");
}
.cid-ublzCJziSm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ublzCJziSm form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-ublzCJziSm form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-ublzCJziSm .mbr-section-title {
  color: #ffffff;
}
.cid-ublzCJziSm .mbr-section-subtitle {
  color: #e12027;
}
.cid-ublzCK6pjJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/flag-chad-1920x500.png");
}
.cid-ublzCK6pjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ublzCK6pjJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ublzCK6pjJ .number-wrap {
  color: #1b134c;
  text-align: center;
}
.cid-ublzCK6pjJ .number {
  color: #e12027;
}
.cid-ublzCK6pjJ .period {
  display: block;
}
.cid-ublzCK6pjJ .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-ublzCK6pjJ .period {
    font-size: 0.8rem;
  }
}
.cid-ublzCK6pjJ .btn {
  height: 100%;
  margin: 0;
}
.cid-ublzCK6pjJ .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-ublzCK6pjJ .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-ublzCK6pjJ .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ublzCK6pjJ .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-ublzCK6pjJ .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #e12027;
  color: #ffffff;
}
.cid-ublzCK6pjJ H3 {
  color: #1b134c;
}
.cid-ublzCK6pjJ .mbr-text,
.cid-ublzCK6pjJ .mbr-section-btn {
  color: #e12027;
}
.cid-ublzCKElvl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ublzCKElvl img {
  border-radius: 0px;
}
.cid-ublzCKElvl .row {
  justify-content: center;
}
.cid-ublzCKElvl .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-ublzCL0yf5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-ublzCL0yf5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ublzCL0yf5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ublzCL0yf5 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ublzCL0yf5 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-ublzCL0yf5 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-ublzCL0yf5 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-ublzCL0yf5 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-ublzCL0yf5 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-ublzCL0yf5 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-ublzCL0yf5 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-ublzCL0yf5 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-ublzCL0yf5 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-ublzCL0yf5 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-ublzCL0yf5 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-ublzCL0yf5 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-ublzCL0yf5 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-ublzCL0yf5 [class^="socicon-"]:before,
.cid-ublzCL0yf5 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ublzCL0yf5 .mbr-section-title,
.cid-ublzCL0yf5 .mbr-social-likes {
  color: #ffffff;
}
.cid-ublzCLnNjS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/right-flag-chad-1920x500.png");
}
.cid-ublzCLnNjS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ublzCLnNjS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ublzCLnNjS .media-container-row {
  justify-content: space-between;
}
.cid-ublzCLnNjS .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-ublzCLnNjS .text-content {
    max-width: none;
  }
}
.cid-ublzCLnNjS .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ublzCLnNjS .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ublzCLnNjS .mbr-iconfont-social:hover {
  background-color: #e12027;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ublzCLnNjS .icons {
    justify-content: center !important;
  }
  .cid-ublzCLnNjS .text-content * {
    text-align: center;
  }
}
.cid-ublzCLnNjS .mbr-section-title {
  color: #1b134c;
}
.cid-ublzCLMFw1 {
  background-color: #ffffff;
}
.cid-ublzCLMFw1 img {
  object-fit: contain;
}
.cid-ublzCMabMp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-ublzCMabMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ublzCMabMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ublzCMabMp .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ublzCMabMp .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ublzCMabMp .row {
    text-align: center;
  }
  .cid-ublzCMabMp .row > div {
    margin: auto;
  }
  .cid-ublzCMabMp .social-row {
    justify-content: center;
  }
}
.cid-ublzCMabMp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ublzCMabMp .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ublzCMabMp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ublzCMabMp .list {
    margin-bottom: 0rem;
  }
}
.cid-ublzCMabMp .mbr-text {
  color: #ffffff;
}
.cid-ublzCMabMp .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-ublzCMabMp .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ublzCMabMp div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ublzCMabMp .copyright {
  text-align: center;
}
.cid-ubmgWuD5gX {
  z-index: 1000;
  width: 100%;
}
.cid-ubmgWuD5gX .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-ubmgWuD5gX nav.navbar {
  position: fixed;
}
.cid-ubmgWuD5gX .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-ubmgWuD5gX .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-ubmgWuD5gX .nav-item {
    height: auto;
  }
}
.cid-ubmgWuD5gX .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ubmgWuD5gX .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-ubmgWuD5gX .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubmgWuD5gX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubmgWuD5gX .dropdown-item:hover,
.cid-ubmgWuD5gX .dropdown-item:focus {
  background: white !important;
}
.cid-ubmgWuD5gX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubmgWuD5gX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubmgWuD5gX .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-ubmgWuD5gX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubmgWuD5gX .nav-link {
  position: relative;
}
.cid-ubmgWuD5gX .container {
  display: flex;
  margin: auto;
}
.cid-ubmgWuD5gX .iconfont-wrapper {
  color: #e12027 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-ubmgWuD5gX .dropdown-menu,
.cid-ubmgWuD5gX .navbar.opened {
  background: #ffffff !important;
}
.cid-ubmgWuD5gX .nav-item:focus,
.cid-ubmgWuD5gX .nav-link:focus {
  outline: none;
}
.cid-ubmgWuD5gX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubmgWuD5gX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubmgWuD5gX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-ubmgWuD5gX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubmgWuD5gX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubmgWuD5gX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubmgWuD5gX .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-ubmgWuD5gX .navbar.opened {
  transition: all 0.3s;
}
.cid-ubmgWuD5gX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubmgWuD5gX .navbar .navbar-logo img {
  width: auto;
}
.cid-ubmgWuD5gX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubmgWuD5gX .navbar.collapsed {
  justify-content: center;
}
.cid-ubmgWuD5gX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubmgWuD5gX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubmgWuD5gX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-ubmgWuD5gX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubmgWuD5gX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubmgWuD5gX .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-ubmgWuD5gX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubmgWuD5gX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubmgWuD5gX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubmgWuD5gX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubmgWuD5gX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubmgWuD5gX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubmgWuD5gX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubmgWuD5gX .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-ubmgWuD5gX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubmgWuD5gX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubmgWuD5gX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubmgWuD5gX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubmgWuD5gX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubmgWuD5gX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubmgWuD5gX .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubmgWuD5gX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubmgWuD5gX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubmgWuD5gX .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-ubmgWuD5gX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubmgWuD5gX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubmgWuD5gX .dropdown-item.active,
.cid-ubmgWuD5gX .dropdown-item:active {
  background-color: transparent;
}
.cid-ubmgWuD5gX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubmgWuD5gX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubmgWuD5gX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubmgWuD5gX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubmgWuD5gX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubmgWuD5gX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubmgWuD5gX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubmgWuD5gX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubmgWuD5gX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubmgWuD5gX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e12027;
}
.cid-ubmgWuD5gX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubmgWuD5gX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubmgWuD5gX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubmgWuD5gX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubmgWuD5gX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubmgWuD5gX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubmgWuD5gX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubmgWuD5gX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubmgWuD5gX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubmgWuD5gX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubmgWuD5gX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubmgWuD5gX .navbar {
    height: 70px;
  }
  .cid-ubmgWuD5gX .navbar.opened {
    height: auto;
  }
  .cid-ubmgWuD5gX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubmgWuD5gX .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px red;
  -moz-box-shadow: 0 8px 6px -6px red;
  box-shadow: 8PX 8px 6px -6px red;
}
.cid-ubmgWvafu4 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubmgWvafu4 .img-container {
  position: relative;
}
.cid-ubmgWvafu4 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-ubmgWvafu4 .image-wrapper img {
  width: 100%;
  height: 44vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-ubmgWvafu4 .image-wrapper img {
    height: auto;
  }
}
.cid-ubmgWvafu4 .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-ubmgWvafu4 .mbr-title {
  margin-bottom: 0;
  color: #1b134c;
  text-align: center;
}
.cid-ubmgWvafu4 .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-ubmgWvDjHj {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubmgWw3RSP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubmgWw3RSP img {
  border-radius: 0px;
}
.cid-ubmgWw3RSP .row {
  justify-content: center;
}
.cid-ubmgWw3RSP .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-ubmgWwqHxA {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/stand-chad-1920x500.png");
}
.cid-ubmgWwqHxA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubmgWwqHxA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubmgWwqHxA .mbr-section-title {
  color: #1b134c;
}
.cid-ubmgWwqHxA .mbr-section-subtitle {
  color: #e12027;
}
.cid-ubmgWwTZLc {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/subscribe-bcg-johnson-2000x521.png");
}
.cid-ubmgWwTZLc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ubmgWwTZLc form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-ubmgWwTZLc form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-ubmgWwTZLc .mbr-section-title {
  color: #ffffff;
}
.cid-ubmgWwTZLc .mbr-section-subtitle {
  color: #e12027;
}
.cid-ubmgWxjrbq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/flag-chad-1920x500.png");
}
.cid-ubmgWxjrbq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubmgWxjrbq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubmgWxjrbq .number-wrap {
  color: #1b134c;
  text-align: center;
}
.cid-ubmgWxjrbq .number {
  color: #e12027;
}
.cid-ubmgWxjrbq .period {
  display: block;
}
.cid-ubmgWxjrbq .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-ubmgWxjrbq .period {
    font-size: 0.8rem;
  }
}
.cid-ubmgWxjrbq .btn {
  height: 100%;
  margin: 0;
}
.cid-ubmgWxjrbq .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-ubmgWxjrbq .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-ubmgWxjrbq .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ubmgWxjrbq .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-ubmgWxjrbq .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #e12027;
  color: #ffffff;
}
.cid-ubmgWxjrbq H3 {
  color: #1b134c;
}
.cid-ubmgWxjrbq .mbr-text,
.cid-ubmgWxjrbq .mbr-section-btn {
  color: #e12027;
}
.cid-ubmgWxNgpm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubmgWxNgpm img {
  border-radius: 0px;
}
.cid-ubmgWxNgpm .row {
  justify-content: center;
}
.cid-ubmgWxNgpm .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-ubmgWyeccq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-ubmgWyeccq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubmgWyeccq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubmgWyeccq .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ubmgWyeccq .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-ubmgWyeccq .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-ubmgWyeccq .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-ubmgWyeccq .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-ubmgWyeccq .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-ubmgWyeccq .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-ubmgWyeccq .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-ubmgWyeccq .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-ubmgWyeccq .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-ubmgWyeccq .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-ubmgWyeccq .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-ubmgWyeccq .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-ubmgWyeccq .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-ubmgWyeccq [class^="socicon-"]:before,
.cid-ubmgWyeccq [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ubmgWyeccq .mbr-section-title,
.cid-ubmgWyeccq .mbr-social-likes {
  color: #ffffff;
}
.cid-ubmgWyJ2Vm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/right-flag-chad-1920x500.png");
}
.cid-ubmgWyJ2Vm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubmgWyJ2Vm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubmgWyJ2Vm .media-container-row {
  justify-content: space-between;
}
.cid-ubmgWyJ2Vm .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-ubmgWyJ2Vm .text-content {
    max-width: none;
  }
}
.cid-ubmgWyJ2Vm .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ubmgWyJ2Vm .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ubmgWyJ2Vm .mbr-iconfont-social:hover {
  background-color: #e12027;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ubmgWyJ2Vm .icons {
    justify-content: center !important;
  }
  .cid-ubmgWyJ2Vm .text-content * {
    text-align: center;
  }
}
.cid-ubmgWyJ2Vm .mbr-section-title {
  color: #1b134c;
}
.cid-ubmgWzgBlO {
  background-color: #ffffff;
}
.cid-ubmgWzgBlO img {
  object-fit: contain;
}
.cid-ubmgWzIdaH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-ubmgWzIdaH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubmgWzIdaH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubmgWzIdaH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ubmgWzIdaH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ubmgWzIdaH .row {
    text-align: center;
  }
  .cid-ubmgWzIdaH .row > div {
    margin: auto;
  }
  .cid-ubmgWzIdaH .social-row {
    justify-content: center;
  }
}
.cid-ubmgWzIdaH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubmgWzIdaH .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ubmgWzIdaH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubmgWzIdaH .list {
    margin-bottom: 0rem;
  }
}
.cid-ubmgWzIdaH .mbr-text {
  color: #ffffff;
}
.cid-ubmgWzIdaH .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-ubmgWzIdaH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ubmgWzIdaH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ubmgWzIdaH .copyright {
  text-align: center;
}
.cid-ucRQyozr1q {
  z-index: 1000;
  width: 100%;
}
.cid-ucRQyozr1q .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-ucRQyozr1q nav.navbar {
  position: fixed;
}
.cid-ucRQyozr1q .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-ucRQyozr1q .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-ucRQyozr1q .nav-item {
    height: auto;
  }
}
.cid-ucRQyozr1q .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ucRQyozr1q .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-ucRQyozr1q .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucRQyozr1q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucRQyozr1q .dropdown-item:hover,
.cid-ucRQyozr1q .dropdown-item:focus {
  background: white !important;
}
.cid-ucRQyozr1q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucRQyozr1q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucRQyozr1q .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-ucRQyozr1q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucRQyozr1q .nav-link {
  position: relative;
}
.cid-ucRQyozr1q .container {
  display: flex;
  margin: auto;
}
.cid-ucRQyozr1q .iconfont-wrapper {
  color: #e12027 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-ucRQyozr1q .dropdown-menu,
.cid-ucRQyozr1q .navbar.opened {
  background: #ffffff !important;
}
.cid-ucRQyozr1q .nav-item:focus,
.cid-ucRQyozr1q .nav-link:focus {
  outline: none;
}
.cid-ucRQyozr1q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucRQyozr1q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucRQyozr1q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-ucRQyozr1q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucRQyozr1q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucRQyozr1q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucRQyozr1q .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-ucRQyozr1q .navbar.opened {
  transition: all 0.3s;
}
.cid-ucRQyozr1q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucRQyozr1q .navbar .navbar-logo img {
  width: auto;
}
.cid-ucRQyozr1q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucRQyozr1q .navbar.collapsed {
  justify-content: center;
}
.cid-ucRQyozr1q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucRQyozr1q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucRQyozr1q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-ucRQyozr1q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucRQyozr1q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucRQyozr1q .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-ucRQyozr1q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucRQyozr1q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucRQyozr1q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucRQyozr1q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucRQyozr1q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucRQyozr1q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucRQyozr1q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucRQyozr1q .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-ucRQyozr1q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucRQyozr1q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucRQyozr1q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucRQyozr1q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucRQyozr1q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucRQyozr1q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucRQyozr1q .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucRQyozr1q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucRQyozr1q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucRQyozr1q .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-ucRQyozr1q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucRQyozr1q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucRQyozr1q .dropdown-item.active,
.cid-ucRQyozr1q .dropdown-item:active {
  background-color: transparent;
}
.cid-ucRQyozr1q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucRQyozr1q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucRQyozr1q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucRQyozr1q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ucRQyozr1q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucRQyozr1q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucRQyozr1q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucRQyozr1q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucRQyozr1q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucRQyozr1q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e12027;
}
.cid-ucRQyozr1q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucRQyozr1q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucRQyozr1q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucRQyozr1q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucRQyozr1q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucRQyozr1q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucRQyozr1q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucRQyozr1q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucRQyozr1q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ucRQyozr1q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucRQyozr1q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucRQyozr1q .navbar {
    height: 70px;
  }
  .cid-ucRQyozr1q .navbar.opened {
    height: auto;
  }
  .cid-ucRQyozr1q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucRQyozr1q .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px red;
  -moz-box-shadow: 0 8px 6px -6px red;
  box-shadow: 8PX 8px 6px -6px red;
}
.cid-ucRQyp8Cwv {
  padding-top: 11rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/header-bcg-johnson-1920x500.png");
}
.cid-ucRQyp8Cwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRQyp8Cwv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRQyp8Cwv .mbr-section-title {
  color: #ffffff;
}
.cid-ucRQypxDap {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucRQypxDap img {
  border-radius: 0px;
}
.cid-ucRQypxDap .row {
  justify-content: center;
}
.cid-ucRQypxDap .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-ui4icd5a27 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ui4icd5a27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui4icd5a27 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui4icd5a27 .content-wrapper {
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-ui4icd5a27 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ui4icd5a27 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ui4icd5a27 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ui4icd5a27 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ui4icd5a27 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ui4icd5a27 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ui4icd5a27 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ui4icd5a27 .card-title {
  color: #1b134c;
}
.cid-ui4icd5a27 .mbr-text,
.cid-ui4icd5a27 .mbr-section-btn {
  color: #e12027;
}
.cid-ui4iRHn7me {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ui4iRHn7me .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui4iRHn7me .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui4iRHn7me .content-wrapper {
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-ui4iRHn7me .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ui4iRHn7me .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ui4iRHn7me .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ui4iRHn7me .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ui4iRHn7me .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ui4iRHn7me .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ui4iRHn7me .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ui4iRHn7me .card-title {
  color: #1b134c;
}
.cid-ui4iRHn7me .mbr-text,
.cid-ui4iRHn7me .mbr-section-btn {
  color: #e12027;
}
.cid-ucRQypTT8r {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ucRQypTT8r .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRQypTT8r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRQypTT8r .content-wrapper {
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-ucRQypTT8r .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ucRQypTT8r .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucRQypTT8r .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ucRQypTT8r .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucRQypTT8r .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ucRQypTT8r .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ucRQypTT8r .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ucRQypTT8r .card-title {
  color: #1b134c;
}
.cid-ucRQypTT8r .mbr-text,
.cid-ucRQypTT8r .mbr-section-btn {
  color: #e12027;
}
.cid-ucRRJG4I70 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ucRRJG4I70 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRRJG4I70 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRRJG4I70 .content-wrapper {
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-ucRRJG4I70 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ucRRJG4I70 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucRRJG4I70 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ucRRJG4I70 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucRRJG4I70 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ucRRJG4I70 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ucRRJG4I70 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ucRRJG4I70 .card-title {
  color: #1b134c;
}
.cid-ucRRJG4I70 .mbr-text,
.cid-ucRRJG4I70 .mbr-section-btn {
  color: #e12027;
}
.cid-ucRSmf3RKo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ucRSmf3RKo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRSmf3RKo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRSmf3RKo .content-wrapper {
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-ucRSmf3RKo .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ucRSmf3RKo .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucRSmf3RKo .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ucRSmf3RKo .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucRSmf3RKo .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ucRSmf3RKo .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ucRSmf3RKo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ucRSmf3RKo .card-title {
  color: #1b134c;
}
.cid-ucRSmf3RKo .mbr-text,
.cid-ucRSmf3RKo .mbr-section-btn {
  color: #e12027;
}
.cid-ucRSBclcCa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ucRSBclcCa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRSBclcCa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRSBclcCa .content-wrapper {
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-ucRSBclcCa .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ucRSBclcCa .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucRSBclcCa .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ucRSBclcCa .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucRSBclcCa .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ucRSBclcCa .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ucRSBclcCa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ucRSBclcCa .card-title {
  color: #1b134c;
}
.cid-ucRSBclcCa .mbr-text,
.cid-ucRSBclcCa .mbr-section-btn {
  color: #e12027;
}
.cid-ucRU1XmpMd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ucRU1XmpMd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRU1XmpMd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRU1XmpMd .content-wrapper {
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-ucRU1XmpMd .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ucRU1XmpMd .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucRU1XmpMd .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ucRU1XmpMd .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucRU1XmpMd .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ucRU1XmpMd .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ucRU1XmpMd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ucRU1XmpMd .card-title {
  color: #1b134c;
}
.cid-ucRU1XmpMd .mbr-text,
.cid-ucRU1XmpMd .mbr-section-btn {
  color: #e12027;
}
.cid-ucRQytboFO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucRQytboFO img {
  border-radius: 0px;
}
.cid-ucRQytboFO .row {
  justify-content: center;
}
.cid-ucRQytboFO .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-ucRQytAaab {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/stand-chad-1920x500.png");
}
.cid-ucRQytAaab .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRQytAaab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRQytAaab .mbr-section-title {
  color: #1b134c;
}
.cid-ucRQytAaab .mbr-section-subtitle {
  color: #e12027;
}
.cid-ucRQytZLYg {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/subscribe-bcg-johnson-2000x521.png");
}
.cid-ucRQytZLYg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ucRQytZLYg form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-ucRQytZLYg form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-ucRQytZLYg .mbr-section-title {
  color: #ffffff;
}
.cid-ucRQytZLYg .mbr-section-subtitle {
  color: #e12027;
}
.cid-ucRQyuu6bp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/flag-chad-1920x500.png");
}
.cid-ucRQyuu6bp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRQyuu6bp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRQyuu6bp .number-wrap {
  color: #1b134c;
  text-align: center;
}
.cid-ucRQyuu6bp .number {
  color: #e12027;
}
.cid-ucRQyuu6bp .period {
  display: block;
}
.cid-ucRQyuu6bp .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-ucRQyuu6bp .period {
    font-size: 0.8rem;
  }
}
.cid-ucRQyuu6bp .btn {
  height: 100%;
  margin: 0;
}
.cid-ucRQyuu6bp .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-ucRQyuu6bp .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-ucRQyuu6bp .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ucRQyuu6bp .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-ucRQyuu6bp .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #e12027;
  color: #ffffff;
}
.cid-ucRQyuu6bp H3 {
  color: #1b134c;
}
.cid-ucRQyuu6bp .mbr-text,
.cid-ucRQyuu6bp .mbr-section-btn {
  color: #e12027;
}
.cid-ucRQyv5HbR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ucRQyv5HbR img {
  border-radius: 0px;
}
.cid-ucRQyv5HbR .row {
  justify-content: center;
}
.cid-ucRQyv5HbR .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-ucRQyvBtjt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-ucRQyvBtjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRQyvBtjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRQyvBtjt .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ucRQyvBtjt .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-ucRQyvBtjt .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-ucRQyvBtjt .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-ucRQyvBtjt .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-ucRQyvBtjt .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-ucRQyvBtjt .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-ucRQyvBtjt .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-ucRQyvBtjt .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-ucRQyvBtjt .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-ucRQyvBtjt .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-ucRQyvBtjt .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-ucRQyvBtjt .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-ucRQyvBtjt .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-ucRQyvBtjt [class^="socicon-"]:before,
.cid-ucRQyvBtjt [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ucRQyvBtjt .mbr-section-title,
.cid-ucRQyvBtjt .mbr-social-likes {
  color: #ffffff;
}
.cid-ucRQyw70vF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/right-flag-chad-1920x500.png");
}
.cid-ucRQyw70vF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRQyw70vF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRQyw70vF .media-container-row {
  justify-content: space-between;
}
.cid-ucRQyw70vF .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-ucRQyw70vF .text-content {
    max-width: none;
  }
}
.cid-ucRQyw70vF .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ucRQyw70vF .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ucRQyw70vF .mbr-iconfont-social:hover {
  background-color: #e12027;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ucRQyw70vF .icons {
    justify-content: center !important;
  }
  .cid-ucRQyw70vF .text-content * {
    text-align: center;
  }
}
.cid-ucRQyw70vF .mbr-section-title {
  color: #1b134c;
}
.cid-ucRQyx1BaO {
  background-color: #ffffff;
}
.cid-ucRQyx1BaO img {
  object-fit: contain;
}
.cid-ucRQyxBg5M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-ucRQyxBg5M .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRQyxBg5M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRQyxBg5M .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ucRQyxBg5M .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ucRQyxBg5M .row {
    text-align: center;
  }
  .cid-ucRQyxBg5M .row > div {
    margin: auto;
  }
  .cid-ucRQyxBg5M .social-row {
    justify-content: center;
  }
}
.cid-ucRQyxBg5M .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ucRQyxBg5M .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ucRQyxBg5M .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ucRQyxBg5M .list {
    margin-bottom: 0rem;
  }
}
.cid-ucRQyxBg5M .mbr-text {
  color: #ffffff;
}
.cid-ucRQyxBg5M .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-ucRQyxBg5M .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ucRQyxBg5M div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ucRQyxBg5M .copyright {
  text-align: center;
}
.cid-ui4f2iPVS6 {
  z-index: 1000;
  width: 100%;
}
.cid-ui4f2iPVS6 .navbar-collapse {
  transition: none;
  min-height: 100px;
}
.cid-ui4f2iPVS6 nav.navbar {
  position: fixed;
}
.cid-ui4f2iPVS6 .nav-item {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-ui4f2iPVS6 .nav-item:hover {
  background: white;
}
@media (max-width: 992px) {
  .cid-ui4f2iPVS6 .nav-item {
    height: auto;
  }
}
.cid-ui4f2iPVS6 .navbar-nav {
  margin: auto;
  height: 100%!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ui4f2iPVS6 .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-ui4f2iPVS6 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ui4f2iPVS6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ui4f2iPVS6 .dropdown-item:hover,
.cid-ui4f2iPVS6 .dropdown-item:focus {
  background: white !important;
}
.cid-ui4f2iPVS6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ui4f2iPVS6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ui4f2iPVS6 .nav-dropdown .link {
  padding: 0.6em .6em !important;
  margin: 0 0.6em !important;
}
.cid-ui4f2iPVS6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ui4f2iPVS6 .nav-link {
  position: relative;
}
.cid-ui4f2iPVS6 .container {
  display: flex;
  margin: auto;
}
.cid-ui4f2iPVS6 .iconfont-wrapper {
  color: #e12027 !important;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  margin: 0 0.3rem;
  border-radius: 10px;
}
.cid-ui4f2iPVS6 .dropdown-menu,
.cid-ui4f2iPVS6 .navbar.opened {
  background: #ffffff !important;
}
.cid-ui4f2iPVS6 .nav-item:focus,
.cid-ui4f2iPVS6 .nav-link:focus {
  outline: none;
}
.cid-ui4f2iPVS6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ui4f2iPVS6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ui4f2iPVS6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-ui4f2iPVS6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ui4f2iPVS6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ui4f2iPVS6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ui4f2iPVS6 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-ui4f2iPVS6 .navbar.opened {
  transition: all 0.3s;
}
.cid-ui4f2iPVS6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ui4f2iPVS6 .navbar .navbar-logo img {
  width: auto;
}
.cid-ui4f2iPVS6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ui4f2iPVS6 .navbar.collapsed {
  justify-content: center;
}
.cid-ui4f2iPVS6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ui4f2iPVS6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ui4f2iPVS6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.2rem);
  }
}
.cid-ui4f2iPVS6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ui4f2iPVS6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ui4f2iPVS6 .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-ui4f2iPVS6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ui4f2iPVS6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ui4f2iPVS6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ui4f2iPVS6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ui4f2iPVS6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ui4f2iPVS6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ui4f2iPVS6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ui4f2iPVS6 .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-ui4f2iPVS6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ui4f2iPVS6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ui4f2iPVS6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ui4f2iPVS6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ui4f2iPVS6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ui4f2iPVS6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ui4f2iPVS6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ui4f2iPVS6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ui4f2iPVS6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ui4f2iPVS6 .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-ui4f2iPVS6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ui4f2iPVS6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ui4f2iPVS6 .dropdown-item.active,
.cid-ui4f2iPVS6 .dropdown-item:active {
  background-color: transparent;
}
.cid-ui4f2iPVS6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ui4f2iPVS6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ui4f2iPVS6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ui4f2iPVS6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ui4f2iPVS6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ui4f2iPVS6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ui4f2iPVS6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ui4f2iPVS6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ui4f2iPVS6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ui4f2iPVS6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e12027;
}
.cid-ui4f2iPVS6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ui4f2iPVS6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui4f2iPVS6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ui4f2iPVS6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ui4f2iPVS6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui4f2iPVS6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ui4f2iPVS6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ui4f2iPVS6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ui4f2iPVS6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ui4f2iPVS6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ui4f2iPVS6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ui4f2iPVS6 .navbar {
    height: 70px;
  }
  .cid-ui4f2iPVS6 .navbar.opened {
    height: auto;
  }
  .cid-ui4f2iPVS6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ui4f2iPVS6 .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px red;
  -moz-box-shadow: 0 8px 6px -6px red;
  box-shadow: 8PX 8px 6px -6px red;
}
.cid-ui4f2jQoB8 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ui4f2jQoB8 .img-container {
  position: relative;
}
.cid-ui4f2jQoB8 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-ui4f2jQoB8 .image-wrapper img {
  width: 100%;
  height: 44vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-ui4f2jQoB8 .image-wrapper img {
    height: auto;
  }
}
.cid-ui4f2jQoB8 .text-wrap {
  width: 100%;
  margin-top: 50px;
}
.cid-ui4f2jQoB8 .mbr-title {
  margin-bottom: 0;
  color: #1b134c;
  text-align: center;
}
.cid-ui4f2jQoB8 .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-ui4f2khry7 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ui4f2kHRhk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ui4f2kHRhk img {
  border-radius: 0px;
}
.cid-ui4f2kHRhk .row {
  justify-content: center;
}
.cid-ui4f2kHRhk .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-ui4f2l9g8k {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/stand-chad-1920x500.png");
}
.cid-ui4f2l9g8k .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui4f2l9g8k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui4f2l9g8k .mbr-section-title {
  color: #1b134c;
}
.cid-ui4f2l9g8k .mbr-section-subtitle {
  color: #e12027;
}
.cid-ui4f2lPGZ1 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/subscribe-bcg-johnson-2000x521.png");
}
.cid-ui4f2lPGZ1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ui4f2lPGZ1 form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-ui4f2lPGZ1 form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-ui4f2lPGZ1 .mbr-section-title {
  color: #ffffff;
}
.cid-ui4f2lPGZ1 .mbr-section-subtitle {
  color: #e12027;
}
.cid-ui4f2mlbtK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/flag-chad-1920x500.png");
}
.cid-ui4f2mlbtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui4f2mlbtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui4f2mlbtK .number-wrap {
  color: #1b134c;
  text-align: center;
}
.cid-ui4f2mlbtK .number {
  color: #e12027;
}
.cid-ui4f2mlbtK .period {
  display: block;
}
.cid-ui4f2mlbtK .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-ui4f2mlbtK .period {
    font-size: 0.8rem;
  }
}
.cid-ui4f2mlbtK .btn {
  height: 100%;
  margin: 0;
}
.cid-ui4f2mlbtK .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-ui4f2mlbtK .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-ui4f2mlbtK .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ui4f2mlbtK .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-ui4f2mlbtK .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #e12027;
  color: #ffffff;
}
.cid-ui4f2mlbtK H3 {
  color: #1b134c;
}
.cid-ui4f2mlbtK .mbr-text,
.cid-ui4f2mlbtK .mbr-section-btn {
  color: #e12027;
}
.cid-ui4f2nakQN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ui4f2nakQN img {
  border-radius: 0px;
}
.cid-ui4f2nakQN .row {
  justify-content: center;
}
.cid-ui4f2nakQN .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-ui4f2nLL2C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-ui4f2nLL2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui4f2nLL2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui4f2nLL2C .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ui4f2nLL2C .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-ui4f2nLL2C .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-ui4f2nLL2C .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-ui4f2nLL2C .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-ui4f2nLL2C .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-ui4f2nLL2C .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-ui4f2nLL2C .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-ui4f2nLL2C .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-ui4f2nLL2C .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-ui4f2nLL2C .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-ui4f2nLL2C .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-ui4f2nLL2C .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-ui4f2nLL2C .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-ui4f2nLL2C [class^="socicon-"]:before,
.cid-ui4f2nLL2C [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ui4f2nLL2C .mbr-section-title,
.cid-ui4f2nLL2C .mbr-social-likes {
  color: #ffffff;
}
.cid-ui4f2p7zzo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/right-flag-chad-1920x500.png");
}
.cid-ui4f2p7zzo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui4f2p7zzo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui4f2p7zzo .media-container-row {
  justify-content: space-between;
}
.cid-ui4f2p7zzo .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-ui4f2p7zzo .text-content {
    max-width: none;
  }
}
.cid-ui4f2p7zzo .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #e12027;
  border: 2px solid #e12027;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ui4f2p7zzo .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ui4f2p7zzo .mbr-iconfont-social:hover {
  background-color: #e12027;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ui4f2p7zzo .icons {
    justify-content: center !important;
  }
  .cid-ui4f2p7zzo .text-content * {
    text-align: center;
  }
}
.cid-ui4f2p7zzo .mbr-section-title {
  color: #1b134c;
}
.cid-ui4f2pSHQF {
  background-color: #ffffff;
}
.cid-ui4f2pSHQF img {
  object-fit: contain;
}
.cid-ui4f2qDGso {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b134c;
}
.cid-ui4f2qDGso .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui4f2qDGso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui4f2qDGso .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ui4f2qDGso .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ui4f2qDGso .row {
    text-align: center;
  }
  .cid-ui4f2qDGso .row > div {
    margin: auto;
  }
  .cid-ui4f2qDGso .social-row {
    justify-content: center;
  }
}
.cid-ui4f2qDGso .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ui4f2qDGso .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ui4f2qDGso .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ui4f2qDGso .list {
    margin-bottom: 0rem;
  }
}
.cid-ui4f2qDGso .mbr-text {
  color: #ffffff;
}
.cid-ui4f2qDGso .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-ui4f2qDGso .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ui4f2qDGso div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ui4f2qDGso .copyright {
  text-align: center;
}
