body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Dosis', sans-serif;
  font-size: 3.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Dosis', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Dosis', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #0a67a3 !important;
}
.bg-success {
  background-color: #36d88a !important;
}
.bg-info {
  background-color: #ff4100 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #0a67a3 !important;
  border-color: #0a67a3 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #06395b !important;
  border-color: #06395b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #06395b !important;
  border-color: #06395b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #256e9d !important;
  border-color: #256e9d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #36d88a !important;
  border-color: #36d88a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1fa263 !important;
  border-color: #1fa263 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #042a43;
  color: #042a43 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #0a67a3;
  border-color: #0a67a3;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a67a3 !important;
  border-color: #0a67a3 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #215f88;
  color: #215f88 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #3e97d1;
  border-color: #3e97d1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e97d1 !important;
  border-color: #3e97d1 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #992700;
  color: #992700 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #ff4100;
  border-color: #ff4100;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #1b8d56;
  color: #1b8d56 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #36d88a;
  border-color: #36d88a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36d88a !important;
  border-color: #36d88a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0a67a3 !important;
}
.text-secondary {
  color: #3e97d1 !important;
}
.text-success {
  color: #36d88a !important;
}
.text-info {
  color: #ff4100 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #042a43 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #215f88 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b8d56 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #992700 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff4100;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0a67a3;
  border-color: #0a67a3;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #0a67a3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3aaaf3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1f9ed;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffd9cc;
}
.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: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #444444;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #ffffff;
}
.mbr-arrow:hover {
  opacity: .7;
}
.form-control {
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #0a67a3;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #0a67a3;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0a67a3;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0a67a3;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0a67a3;
  border-bottom-color: #0a67a3;
}
.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: #0a67a3 !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: #3e97d1 !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%;
}
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='%230a67a3' %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;
}
.cid-qHBISjNb1r .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-qHBISjNb1r .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-qHBISjNb1r .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-qHBISjNb1r .navbar .navbar-collapse {
  transition: none;
  justify-content: flex-end;
  z-index: 1;
  display: none !important;
}
.cid-qHBISjNb1r .navbar.collapsed.opened {
  text-align: center;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  justify-content: flex-start;
}
.cid-qHBISjNb1r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qHBISjNb1r .navbar.collapsed.opened .navbar-toggler {
  order: -1;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-qHBISjNb1r .navbar.collapsed.opened .navbar-collapse {
  flex-basis: initial;
}
.cid-qHBISjNb1r .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-qHBISjNb1r .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qHBISjNb1r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qHBISjNb1r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qHBISjNb1r .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qHBISjNb1r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qHBISjNb1r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-qHBISjNb1r .navbar.opened {
    text-align: center;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    justify-content: flex-start;
  }
  .cid-qHBISjNb1r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qHBISjNb1r .navbar.opened .navbar-toggler {
    order: -1;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-qHBISjNb1r .navbar.opened .navbar-collapse {
    flex-basis: initial;
  }
  .cid-qHBISjNb1r .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-qHBISjNb1r .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qHBISjNb1r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qHBISjNb1r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qHBISjNb1r .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qHBISjNb1r .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qHBISjNb1r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qHBISjNb1r .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-qHBISjNb1r .navbar .navbar-brand {
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-qHBISjNb1r .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-qHBISjNb1r .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qHBISjNb1r .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qHBISjNb1r .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qHBISjNb1r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qHBISjNb1r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qHBISjNb1r .dropdown-item.active,
.cid-qHBISjNb1r .dropdown-item:active {
  background-color: transparent;
}
.cid-qHBISjNb1r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qHBISjNb1r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qHBISjNb1r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qHBISjNb1r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-qHBISjNb1r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qHBISjNb1r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qHBISjNb1r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qHBISjNb1r .navbar-buttons {
  text-align: center;
}
.cid-qHBISjNb1r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qHBISjNb1r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qHBISjNb1r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qHBISjNb1r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qHBISjNb1r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qHBISjNb1r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qHBISjNb1r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qHBISjNb1r nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qHBISjNb1r nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qHBISjNb1r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qHBISjNb1r .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-qHBISjNb1r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-qHBISjNb1r a.nav-link:focus {
  outline: none;
}
.cid-qHBISjNb1r .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qHBISjNb1r .nav-link:hover,
.cid-qHBISjNb1r .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qHBISjNb1r .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-qHBISjNb1r .navbar-dropdown.collapsed.opened .navbar-collapse {
    flex-basis: auto;
  }
}
.cid-ubJW4TjUkk {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ubJW4TjUkk .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ubJW4TjUkk .photo-split {
  padding: 0;
}
.cid-ubJW4TjUkk .photo-split img {
  width: 100%;
}
.cid-ubJW4TjUkk .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-ubJW4TjUkk .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-ubJW4TjUkk .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-ubJW4TjUkk .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-ubJW4TjUkk .wrap-block {
  padding: 3rem 3rem;
}
.cid-ubJW4TjUkk .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-ubJW4TjUkk .wrap-block ul li {
  display: inline-block;
}
.cid-ubJW4TjUkk .wrap-block ul li span {
  text-align: center;
}
.cid-ubJW4TjUkk .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-ubJW4TjUkk .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ubJW4TjUkk .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-ubJW4TjUkk .mbr-list,
.cid-ubJW4TjUkk .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-ubJW4TjUkk .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ubJW4TjUkk .mbr-section-title,
  .cid-ubJW4TjUkk .mbr-section-subtitle,
  .cid-ubJW4TjUkk .mbr-text {
    text-align: center !important;
  }
  .cid-ubJW4TjUkk .social-list {
    text-align: center !important;
  }
}
.cid-ubJW4TjUkk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubJW4TjUkk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubJW4TjUkk .mbr-list,
.cid-ubJW4TjUkk .social-media {
  color: #ffffff;
}
.cid-ubJW4TjUkk .mbr-text {
  color: #ffffff;
}
.cid-ubJW4TjUkk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ubJW4TjUkk .mbr-section-title {
  color: #ffffff;
}
.cid-tPLq5ZDChO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tPLq5ZDChO .mbr-text {
  color: #ffffff;
}
.cid-tPLq5ZDChO .mbr-title {
  color: #ffffff;
}
.cid-uFExfVUbfc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uFExfVUbfc img {
  width: 100%;
  filter: grayscale(1);
}
.cid-uFExfVUbfc .text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-uFExfVUbfc .block-timeline {
  display: flex;
}
.cid-uFExfVUbfc .image-wrap {
  padding: 0rem;
  padding-right: 2rem;
}
.cid-uFExfVUbfc .mbr-timeline-title {
  color: #ffffff;
  margin-bottom: 0.9rem;
}
.cid-uFExfVUbfc .inner-date {
  padding: 1rem 1.5rem;
  background-color: #c1c1c1;
}
.cid-uFExfVUbfc .date-block {
  margin-right: 0.6rem;
}
.cid-uFExfVUbfc .mbr-date-block {
  margin-bottom: 0rem;
}
.cid-uFExfVUbfc .mbr-timeline-text {
  color: #ffffff;
  margin-bottom: 1.7rem;
}
.cid-uFExfVUbfc .mbr-timeline-date {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0rem;
}
.cid-uFExfVUbfc .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-uFExfVUbfc .timeline-text-content {
  display: flex;
  background: #354463;
  transition: all 0.4s;
}
.cid-uFExfVUbfc .month-block {
  font-weight: 700;
}
.cid-uFExfVUbfc .timeline-element {
  margin-bottom: 30px;
  justify-content: center;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-uFExfVUbfc .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
}
.cid-uFExfVUbfc .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uFExfVUbfc .reverse .timeline-text-content {
  margin-right: 0;
}
.cid-uFExfVUbfc .bottom-date {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cid-uFExfVUbfc .mbr-timeline-location {
  margin-bottom: 0rem;
  font-weight: 700;
}
.cid-uFExfVUbfc .location {
  display: flex;
  align-items: center;
}
.cid-uFExfVUbfc .mbr-iconfont {
  font-size: 16px;
  color: #c1f7d5;
}
.cid-uFExfVUbfc .iconsBackground {
  margin-right: 0.8rem;
}
.cid-uFExfVUbfc .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .cid-uFExfVUbfc .date-block {
    display: none;
  }
  .cid-uFExfVUbfc .timeline-text-content {
    flex-direction: column;
    padding: 1rem;
  }
  .cid-uFExfVUbfc .image-wrap {
    padding-right: 0rem;
  }
  .cid-uFExfVUbfc .text-block {
    padding: 2rem 0rem 0rem 0rem;
  }
  .cid-uFExfVUbfc .block-timeline {
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uFExfVUbfc .timeline-text-content {
    flex-direction: column;
    padding: 1rem;
  }
  .cid-uFExfVUbfc .image-wrap {
    padding-right: 0rem;
  }
  .cid-uFExfVUbfc .text-block {
    padding: 2rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uFExfVUbfc .timeline-text-content {
    padding: 1.9rem;
  }
}
@media (min-width: 767px) {
  .cid-uFExfVUbfc .block-timeline {
    padding: 0;
  }
}
.cid-uFExfVUbfc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFExfVUbfc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFExhmoxbF {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uFExhmoxbF img {
  width: 100%;
  filter: grayscale(1);
}
.cid-uFExhmoxbF .text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-uFExhmoxbF .block-timeline {
  display: flex;
}
.cid-uFExhmoxbF .image-wrap {
  padding: 0rem;
  padding-right: 2rem;
}
.cid-uFExhmoxbF .mbr-timeline-title {
  color: #ffffff;
  margin-bottom: 0.9rem;
}
.cid-uFExhmoxbF .inner-date {
  padding: 1rem 1.5rem;
  background-color: #c1c1c1;
}
.cid-uFExhmoxbF .date-block {
  margin-right: 0.6rem;
}
.cid-uFExhmoxbF .mbr-date-block {
  margin-bottom: 0rem;
}
.cid-uFExhmoxbF .mbr-timeline-text {
  color: #ffffff;
  margin-bottom: 1.7rem;
}
.cid-uFExhmoxbF .mbr-timeline-date {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0rem;
}
.cid-uFExhmoxbF .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-uFExhmoxbF .timeline-text-content {
  display: flex;
  background: #354463;
  transition: all 0.4s;
}
.cid-uFExhmoxbF .month-block {
  font-weight: 700;
}
.cid-uFExhmoxbF .timeline-element {
  margin-bottom: 30px;
  justify-content: center;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-uFExhmoxbF .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
}
.cid-uFExhmoxbF .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uFExhmoxbF .reverse .timeline-text-content {
  margin-right: 0;
}
.cid-uFExhmoxbF .bottom-date {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cid-uFExhmoxbF .mbr-timeline-location {
  margin-bottom: 0rem;
  font-weight: 700;
}
.cid-uFExhmoxbF .location {
  display: flex;
  align-items: center;
}
.cid-uFExhmoxbF .mbr-iconfont {
  font-size: 16px;
  color: #c1f7d5;
}
.cid-uFExhmoxbF .iconsBackground {
  margin-right: 0.8rem;
}
.cid-uFExhmoxbF .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .cid-uFExhmoxbF .date-block {
    display: none;
  }
  .cid-uFExhmoxbF .timeline-text-content {
    flex-direction: column;
    padding: 1rem;
  }
  .cid-uFExhmoxbF .image-wrap {
    padding-right: 0rem;
  }
  .cid-uFExhmoxbF .text-block {
    padding: 2rem 0rem 0rem 0rem;
  }
  .cid-uFExhmoxbF .block-timeline {
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uFExhmoxbF .timeline-text-content {
    flex-direction: column;
    padding: 1rem;
  }
  .cid-uFExhmoxbF .image-wrap {
    padding-right: 0rem;
  }
  .cid-uFExhmoxbF .text-block {
    padding: 2rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uFExhmoxbF .timeline-text-content {
    padding: 1.9rem;
  }
}
@media (min-width: 767px) {
  .cid-uFExhmoxbF .block-timeline {
    padding: 0;
  }
}
.cid-uFExhmoxbF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFExhmoxbF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPLMFfDyeI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tPLMFfDyeI .mbr-title {
  color: #ffffff;
}
.cid-u3Pjes3m7D {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-u3Pjes3m7D img {
  width: 100%;
}
.cid-u3Pjes3m7D .text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-u3Pjes3m7D .block-timeline {
  display: flex;
}
.cid-u3Pjes3m7D .image-wrap {
  padding: 0rem;
  padding-right: 2rem;
}
.cid-u3Pjes3m7D .mbr-timeline-title {
  color: #ffffff;
  margin-bottom: 0.9rem;
}
.cid-u3Pjes3m7D .inner-date {
  padding: 1rem 1.5rem;
  background-color: #c1c1c1;
}
.cid-u3Pjes3m7D .date-block {
  margin-right: 0.6rem;
}
.cid-u3Pjes3m7D .mbr-date-block {
  margin-bottom: 0rem;
}
.cid-u3Pjes3m7D .mbr-timeline-text {
  color: #ffffff;
  margin-bottom: 1.7rem;
}
.cid-u3Pjes3m7D .mbr-timeline-date {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0rem;
}
.cid-u3Pjes3m7D .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-u3Pjes3m7D .timeline-text-content {
  display: flex;
  background: #354463;
  transition: all 0.4s;
}
.cid-u3Pjes3m7D .month-block {
  font-weight: 700;
}
.cid-u3Pjes3m7D .timeline-element {
  margin-bottom: 30px;
  justify-content: center;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-u3Pjes3m7D .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
}
.cid-u3Pjes3m7D .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-u3Pjes3m7D .reverse .timeline-text-content {
  margin-right: 0;
}
.cid-u3Pjes3m7D .bottom-date {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cid-u3Pjes3m7D .mbr-timeline-location {
  margin-bottom: 0rem;
  font-weight: 700;
}
.cid-u3Pjes3m7D .location {
  display: flex;
  align-items: center;
}
.cid-u3Pjes3m7D .mbr-iconfont {
  font-size: 16px;
  color: #c1f7d5;
}
.cid-u3Pjes3m7D .iconsBackground {
  margin-right: 0.8rem;
}
.cid-u3Pjes3m7D .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .cid-u3Pjes3m7D .date-block {
    display: none;
  }
  .cid-u3Pjes3m7D .timeline-text-content {
    flex-direction: column;
    padding: 1rem;
  }
  .cid-u3Pjes3m7D .image-wrap {
    padding-right: 0rem;
  }
  .cid-u3Pjes3m7D .text-block {
    padding: 2rem 0rem 0rem 0rem;
  }
  .cid-u3Pjes3m7D .block-timeline {
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u3Pjes3m7D .timeline-text-content {
    flex-direction: column;
    padding: 1rem;
  }
  .cid-u3Pjes3m7D .image-wrap {
    padding-right: 0rem;
  }
  .cid-u3Pjes3m7D .text-block {
    padding: 2rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u3Pjes3m7D .timeline-text-content {
    padding: 1.9rem;
  }
}
@media (min-width: 767px) {
  .cid-u3Pjes3m7D .block-timeline {
    padding: 0;
  }
}
.cid-u3Pjes3m7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3Pjes3m7D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPLEesWQad {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tPLEesWQad img {
  width: 100%;
}
.cid-tPLEesWQad .text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-tPLEesWQad .block-timeline {
  display: flex;
}
.cid-tPLEesWQad .image-wrap {
  padding: 0rem;
  padding-right: 2rem;
}
.cid-tPLEesWQad .mbr-timeline-title {
  color: #ffffff;
  margin-bottom: 0.9rem;
}
.cid-tPLEesWQad .inner-date {
  padding: 1rem 1.5rem;
  background-color: #c1c1c1;
}
.cid-tPLEesWQad .date-block {
  margin-right: 0.6rem;
}
.cid-tPLEesWQad .mbr-date-block {
  margin-bottom: 0rem;
}
.cid-tPLEesWQad .mbr-timeline-text {
  color: #ffffff;
  margin-bottom: 1.7rem;
}
.cid-tPLEesWQad .mbr-timeline-date {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0rem;
}
.cid-tPLEesWQad .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-tPLEesWQad .timeline-text-content {
  display: flex;
  background: #354463;
  transition: all 0.4s;
}
.cid-tPLEesWQad .month-block {
  font-weight: 700;
}
.cid-tPLEesWQad .timeline-element {
  margin-bottom: 30px;
  justify-content: center;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-tPLEesWQad .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
}
.cid-tPLEesWQad .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-tPLEesWQad .reverse .timeline-text-content {
  margin-right: 0;
}
.cid-tPLEesWQad .bottom-date {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cid-tPLEesWQad .mbr-timeline-location {
  margin-bottom: 0rem;
  font-weight: 700;
}
.cid-tPLEesWQad .location {
  display: flex;
  align-items: center;
}
.cid-tPLEesWQad .mbr-iconfont {
  font-size: 16px;
  color: #c1f7d5;
}
.cid-tPLEesWQad .iconsBackground {
  margin-right: 0.8rem;
}
.cid-tPLEesWQad .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .cid-tPLEesWQad .date-block {
    display: none;
  }
  .cid-tPLEesWQad .timeline-text-content {
    flex-direction: column;
    padding: 1rem;
  }
  .cid-tPLEesWQad .image-wrap {
    padding-right: 0rem;
  }
  .cid-tPLEesWQad .text-block {
    padding: 2rem 0rem 0rem 0rem;
  }
  .cid-tPLEesWQad .block-timeline {
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tPLEesWQad .timeline-text-content {
    flex-direction: column;
    padding: 1rem;
  }
  .cid-tPLEesWQad .image-wrap {
    padding-right: 0rem;
  }
  .cid-tPLEesWQad .text-block {
    padding: 2rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tPLEesWQad .timeline-text-content {
    padding: 1.9rem;
  }
}
@media (min-width: 767px) {
  .cid-tPLEesWQad .block-timeline {
    padding: 0;
  }
}
.cid-tPLEesWQad .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPLEesWQad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPLBTctF9A {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tPLBTctF9A img {
  width: 100%;
  filter: grayscale(1);
}
.cid-tPLBTctF9A .text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-tPLBTctF9A .block-timeline {
  display: flex;
}
.cid-tPLBTctF9A .image-wrap {
  padding: 0rem;
  padding-right: 2rem;
}
.cid-tPLBTctF9A .mbr-timeline-title {
  color: #ffffff;
  margin-bottom: 0.9rem;
}
.cid-tPLBTctF9A .inner-date {
  padding: 1rem 1.5rem;
  background-color: #c1c1c1;
}
.cid-tPLBTctF9A .date-block {
  margin-right: 0.6rem;
}
.cid-tPLBTctF9A .mbr-date-block {
  margin-bottom: 0rem;
}
.cid-tPLBTctF9A .mbr-timeline-text {
  color: #ffffff;
  margin-bottom: 1.7rem;
}
.cid-tPLBTctF9A .mbr-timeline-date {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0rem;
}
.cid-tPLBTctF9A .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-tPLBTctF9A .timeline-text-content {
  display: flex;
  background: #354463;
  transition: all 0.4s;
}
.cid-tPLBTctF9A .month-block {
  font-weight: 700;
}
.cid-tPLBTctF9A .timeline-element {
  margin-bottom: 30px;
  justify-content: center;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-tPLBTctF9A .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
}
.cid-tPLBTctF9A .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-tPLBTctF9A .reverse .timeline-text-content {
  margin-right: 0;
}
.cid-tPLBTctF9A .bottom-date {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cid-tPLBTctF9A .mbr-timeline-location {
  margin-bottom: 0rem;
  font-weight: 700;
}
.cid-tPLBTctF9A .location {
  display: flex;
  align-items: center;
}
.cid-tPLBTctF9A .mbr-iconfont {
  font-size: 16px;
  color: #c1f7d5;
}
.cid-tPLBTctF9A .iconsBackground {
  margin-right: 0.8rem;
}
.cid-tPLBTctF9A .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .cid-tPLBTctF9A .date-block {
    display: none;
  }
  .cid-tPLBTctF9A .timeline-text-content {
    flex-direction: column;
    padding: 1rem;
  }
  .cid-tPLBTctF9A .image-wrap {
    padding-right: 0rem;
  }
  .cid-tPLBTctF9A .text-block {
    padding: 2rem 0rem 0rem 0rem;
  }
  .cid-tPLBTctF9A .block-timeline {
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tPLBTctF9A .timeline-text-content {
    flex-direction: column;
    padding: 1rem;
  }
  .cid-tPLBTctF9A .image-wrap {
    padding-right: 0rem;
  }
  .cid-tPLBTctF9A .text-block {
    padding: 2rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tPLBTctF9A .timeline-text-content {
    padding: 1.9rem;
  }
}
@media (min-width: 767px) {
  .cid-tPLBTctF9A .block-timeline {
    padding: 0;
  }
}
.cid-tPLBTctF9A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPLBTctF9A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ22Ttcm6p {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tZ22Ttcm6p img {
  width: 100%;
}
.cid-tZ22Ttcm6p .text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-tZ22Ttcm6p .block-timeline {
  display: flex;
}
.cid-tZ22Ttcm6p .image-wrap {
  padding: 0rem;
  padding-right: 2rem;
}
.cid-tZ22Ttcm6p .mbr-timeline-title {
  color: #ffffff;
  margin-bottom: 0.9rem;
}
.cid-tZ22Ttcm6p .inner-date {
  padding: 1rem 1.5rem;
  background-color: #c1c1c1;
}
.cid-tZ22Ttcm6p .date-block {
  margin-right: 0.6rem;
}
.cid-tZ22Ttcm6p .mbr-date-block {
  margin-bottom: 0rem;
}
.cid-tZ22Ttcm6p .mbr-timeline-text {
  color: #ffffff;
  margin-bottom: 1.7rem;
}
.cid-tZ22Ttcm6p .mbr-timeline-date {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0rem;
}
.cid-tZ22Ttcm6p .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-tZ22Ttcm6p .timeline-text-content {
  display: flex;
  background: #354463;
  transition: all 0.4s;
}
.cid-tZ22Ttcm6p .month-block {
  font-weight: 700;
}
.cid-tZ22Ttcm6p .timeline-element {
  margin-bottom: 30px;
  justify-content: center;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-tZ22Ttcm6p .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
}
.cid-tZ22Ttcm6p .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-tZ22Ttcm6p .reverse .timeline-text-content {
  margin-right: 0;
}
.cid-tZ22Ttcm6p .bottom-date {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cid-tZ22Ttcm6p .mbr-timeline-location {
  margin-bottom: 0rem;
  font-weight: 700;
}
.cid-tZ22Ttcm6p .location {
  display: flex;
  align-items: center;
}
.cid-tZ22Ttcm6p .mbr-iconfont {
  font-size: 16px;
  color: #c1f7d5;
}
.cid-tZ22Ttcm6p .iconsBackground {
  margin-right: 0.8rem;
}
.cid-tZ22Ttcm6p .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .cid-tZ22Ttcm6p .date-block {
    display: none;
  }
  .cid-tZ22Ttcm6p .timeline-text-content {
    flex-direction: column;
    padding: 1rem;
  }
  .cid-tZ22Ttcm6p .image-wrap {
    padding-right: 0rem;
  }
  .cid-tZ22Ttcm6p .text-block {
    padding: 2rem 0rem 0rem 0rem;
  }
  .cid-tZ22Ttcm6p .block-timeline {
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tZ22Ttcm6p .timeline-text-content {
    flex-direction: column;
    padding: 1rem;
  }
  .cid-tZ22Ttcm6p .image-wrap {
    padding-right: 0rem;
  }
  .cid-tZ22Ttcm6p .text-block {
    padding: 2rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tZ22Ttcm6p .timeline-text-content {
    padding: 1.9rem;
  }
}
@media (min-width: 767px) {
  .cid-tZ22Ttcm6p .block-timeline {
    padding: 0;
  }
}
.cid-tZ22Ttcm6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ22Ttcm6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4tVXfmS5X {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-u4tVXfmS5X img {
  width: 100%;
}
.cid-u4tVXfmS5X .text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-u4tVXfmS5X .block-timeline {
  display: flex;
}
.cid-u4tVXfmS5X .image-wrap {
  padding: 0rem;
  padding-right: 2rem;
}
.cid-u4tVXfmS5X .mbr-timeline-title {
  color: #ffffff;
  margin-bottom: 0.9rem;
}
.cid-u4tVXfmS5X .inner-date {
  padding: 1rem 1.5rem;
  background-color: #c1c1c1;
}
.cid-u4tVXfmS5X .date-block {
  margin-right: 0.6rem;
}
.cid-u4tVXfmS5X .mbr-date-block {
  margin-bottom: 0rem;
}
.cid-u4tVXfmS5X .mbr-timeline-text {
  color: #ffffff;
  margin-bottom: 1.7rem;
}
.cid-u4tVXfmS5X .mbr-timeline-date {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0rem;
}
.cid-u4tVXfmS5X .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-u4tVXfmS5X .timeline-text-content {
  display: flex;
  background: #354463;
  transition: all 0.4s;
}
.cid-u4tVXfmS5X .month-block {
  font-weight: 700;
}
.cid-u4tVXfmS5X .timeline-element {
  margin-bottom: 30px;
  justify-content: center;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-u4tVXfmS5X .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
}
.cid-u4tVXfmS5X .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-u4tVXfmS5X .reverse .timeline-text-content {
  margin-right: 0;
}
.cid-u4tVXfmS5X .bottom-date {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cid-u4tVXfmS5X .mbr-timeline-location {
  margin-bottom: 0rem;
  font-weight: 700;
}
.cid-u4tVXfmS5X .location {
  display: flex;
  align-items: center;
}
.cid-u4tVXfmS5X .mbr-iconfont {
  font-size: 16px;
  color: #c1f7d5;
}
.cid-u4tVXfmS5X .iconsBackground {
  margin-right: 0.8rem;
}
.cid-u4tVXfmS5X .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .cid-u4tVXfmS5X .date-block {
    display: none;
  }
  .cid-u4tVXfmS5X .timeline-text-content {
    flex-direction: column;
    padding: 1rem;
  }
  .cid-u4tVXfmS5X .image-wrap {
    padding-right: 0rem;
  }
  .cid-u4tVXfmS5X .text-block {
    padding: 2rem 0rem 0rem 0rem;
  }
  .cid-u4tVXfmS5X .block-timeline {
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-u4tVXfmS5X .timeline-text-content {
    flex-direction: column;
    padding: 1rem;
  }
  .cid-u4tVXfmS5X .image-wrap {
    padding-right: 0rem;
  }
  .cid-u4tVXfmS5X .text-block {
    padding: 2rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-u4tVXfmS5X .timeline-text-content {
    padding: 1.9rem;
  }
}
@media (min-width: 767px) {
  .cid-u4tVXfmS5X .block-timeline {
    padding: 0;
  }
}
.cid-u4tVXfmS5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4tVXfmS5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPLCSjwC5f {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tPLCSjwC5f img {
  width: 100%;
}
.cid-tPLCSjwC5f .text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-tPLCSjwC5f .block-timeline {
  display: flex;
}
.cid-tPLCSjwC5f .image-wrap {
  padding: 0rem;
  padding-right: 2rem;
}
.cid-tPLCSjwC5f .mbr-timeline-title {
  color: #ffffff;
  margin-bottom: 0.9rem;
}
.cid-tPLCSjwC5f .inner-date {
  padding: 1rem 1.5rem;
  background-color: #c1c1c1;
}
.cid-tPLCSjwC5f .date-block {
  margin-right: 0.6rem;
}
.cid-tPLCSjwC5f .mbr-date-block {
  margin-bottom: 0rem;
}
.cid-tPLCSjwC5f .mbr-timeline-text {
  color: #ffffff;
  margin-bottom: 1.7rem;
}
.cid-tPLCSjwC5f .mbr-timeline-date {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0rem;
}
.cid-tPLCSjwC5f .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-tPLCSjwC5f .timeline-text-content {
  display: flex;
  background: #354463;
  transition: all 0.4s;
}
.cid-tPLCSjwC5f .month-block {
  font-weight: 700;
}
.cid-tPLCSjwC5f .timeline-element {
  margin-bottom: 30px;
  justify-content: center;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-tPLCSjwC5f .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
}
.cid-tPLCSjwC5f .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-tPLCSjwC5f .reverse .timeline-text-content {
  margin-right: 0;
}
.cid-tPLCSjwC5f .bottom-date {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cid-tPLCSjwC5f .mbr-timeline-location {
  margin-bottom: 0rem;
  font-weight: 700;
}
.cid-tPLCSjwC5f .location {
  display: flex;
  align-items: center;
}
.cid-tPLCSjwC5f .mbr-iconfont {
  font-size: 16px;
  color: #c1f7d5;
}
.cid-tPLCSjwC5f .iconsBackground {
  margin-right: 0.8rem;
}
.cid-tPLCSjwC5f .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .cid-tPLCSjwC5f .date-block {
    display: none;
  }
  .cid-tPLCSjwC5f .timeline-text-content {
    flex-direction: column;
    padding: 1rem;
  }
  .cid-tPLCSjwC5f .image-wrap {
    padding-right: 0rem;
  }
  .cid-tPLCSjwC5f .text-block {
    padding: 2rem 0rem 0rem 0rem;
  }
  .cid-tPLCSjwC5f .block-timeline {
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tPLCSjwC5f .timeline-text-content {
    flex-direction: column;
    padding: 1rem;
  }
  .cid-tPLCSjwC5f .image-wrap {
    padding-right: 0rem;
  }
  .cid-tPLCSjwC5f .text-block {
    padding: 2rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tPLCSjwC5f .timeline-text-content {
    padding: 1.9rem;
  }
}
@media (min-width: 767px) {
  .cid-tPLCSjwC5f .block-timeline {
    padding: 0;
  }
}
.cid-tPLCSjwC5f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPLCSjwC5f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t6M1gK8hRu {
  text-align: center;
  overflow: hidden;
}
.cid-t6M1gK8hRu .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-tZ24Iwc1ML {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tZ24Iwc1ML .container {
    padding: 0 24px;
  }
}
.cid-tZ24Iwc1ML .card {
  justify-content: center;
}
.cid-tZ24Iwc1ML .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-tZ24Iwc1ML .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-tZ24Iwc1ML .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tZ24Iwc1ML .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tZ24Iwc1ML .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-tZ24Iwc1ML .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-tZ24Iwc1ML .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-tZ24Iwc1ML .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-tZ24Iwc1ML .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-tZ24Iwc1ML .mbr-section-title {
  color: #F9F6E0;
}
.cid-tZ24Iwc1ML .mbr-desc {
  color: #F9F6E0;
}
.cid-tZ24Iwc1ML .mbr-text {
  color: #F9F6E0;
}
.cid-tZ24Iwc1ML .mbr-section-btn {
  text-align: right;
}
.cid-tZ2oAYMXRM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tZ2oAYMXRM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ2oAYMXRM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tZ2oAYMXRM .container {
    padding: 0 24px;
  }
}
.cid-tZ2oAYMXRM .main-row {
  margin: 0;
}
.cid-tZ2oAYMXRM .main-row .card {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tZ2oAYMXRM .main-row .card {
    padding: 0;
  }
}
.cid-tZ2oAYMXRM .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tZ2oAYMXRM .content-wrapper {
    padding: 24px;
  }
}
.cid-tZ2oAYMXRM .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tZ2oAYMXRM .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-tZ2oAYMXRM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tZ2oAYMXRM .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-tZ2oAYMXRM .form-wrapper {
  border-left: 1px solid #ffffff;
  padding: 32px !important;
}
@media (max-width: 992px) {
  .cid-tZ2oAYMXRM .form-wrapper {
    padding: 24px !important;
  }
}
.cid-tZ2oAYMXRM .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-tZ2oAYMXRM .dragArea.row .form-group {
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-tZ2oAYMXRM .dragArea.row .form-group {
    display: block;
  }
}
.cid-tZ2oAYMXRM .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #ffffff !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-tZ2oAYMXRM .dragArea.row .form-group .form-control::placeholder {
  color: #0a67a3;
}
.cid-tZ2oAYMXRM .dragArea.row .form-group .form-control:hover,
.cid-tZ2oAYMXRM .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #ffffff !important;
}
.cid-tZ2oAYMXRM .dragArea.row .form-group .form-control-label {
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-tZ2oAYMXRM .dragArea.row .form-group .form-control-label {
    margin-left: 24px;
  }
}
.cid-tZ2oAYMXRM .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-tZ2oAYMXRM .dragArea.row .form-group .form-check {
    margin-left: 24px;
  }
}
.cid-tZ2oAYMXRM .dragArea.row .form-group .form-check .form-check-input {
  background-color: #3e97d1;
  border-color: #3e97d1;
}
.cid-tZ2oAYMXRM .dragArea.row .form-group textarea {
  min-height: 270px;
}
.cid-tZ2oAYMXRM .dragArea.row .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tZ2oAYMXRM .dragArea.row .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-tZ2oAYMXRM .mbr-section-title {
  color: #F9F6E0;
  text-align: right;
}
.cid-tZ2oAYMXRM .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-tZ2oAYMXRM label {
  color: #F9F6E0;
}
.cid-tZ2oAYMXRM P {
  color: #ffffff;
}
.cid-qHByGjKktw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-qHByGjKktw a:link {
  text-decoration: none;
}
.cid-qHByGjKktw .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-qHByGjKktw .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-qHByGjKktw .inner-text {
  line-height: 3em;
}
.cid-qHByGjKktw .social-media {
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.cid-qHByGjKktw .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-qHByGjKktw .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-qHByGjKktw .content-text,
.cid-qHByGjKktw .inner-text {
  color: #c1c1c1;
}
