body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.28rem;
}
/* ---- 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: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #e4e70a !important;
}
.bg-info {
  background-color: #01127b !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #c1c1c1 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b70000 !important;
  border-color: #b70000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #6b0000 !important;
  border-color: #6b0000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6b0000 !important;
  border-color: #6b0000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #01127b !important;
  border-color: #01127b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #00072f !important;
  border-color: #00072f !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #00072f !important;
  border-color: #00072f !important;
}
.btn-success,
.btn-success:active {
  background-color: #e4e70a !important;
  border-color: #e4e70a !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #9c9e07 !important;
  border-color: #9c9e07 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #9c9e07 !important;
  border-color: #9c9e07 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  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 {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  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 {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #510000;
  color: #510000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #b70000;
  border-color: #b70000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b70000 !important;
  border-color: #b70000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000316;
  color: #000316;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #01127b;
  border-color: #01127b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #01127b !important;
  border-color: #01127b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #848506;
  color: #848506;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #e4e70a;
  border-color: #e4e70a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #e4e70a !important;
  border-color: #e4e70a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  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;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #b70000 !important;
}
.text-success {
  color: #e4e70a !important;
}
.text-info {
  color: #01127b !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #c1c1c1 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #510000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #848506 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000316 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #8e8e8e !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: #01127b;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #c1c1c1;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fbfcc1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #0225f9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffffff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffffff;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #000000 !important;
  background-color: #ffffff !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: #b70000 !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: 100px;
  height: 100px;
  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='%23ffffff' %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.3;
}
.cid-s93BAKMOZq {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/black-and-white-brick-wallpaper-7-1600x900.jpg");
}
.cid-s93BAKMOZq .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-s93BAKMOZq .media-container-column {
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-s93BAKMOZq .media-container-column {
    padding: 1rem !important;
  }
}
.cid-s93BAKMOZq .mbr-text,
.cid-s93BAKMOZq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-s93BAKMOZq H1 {
  text-align: center;
}
.cid-s93Aw0KPfX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s93Aw0KPfX .mbr-section-subtitle {
  color: #767676;
}
.cid-s93wY3ZZ55 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s93wY3ZZ55 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s93wY3ZZ55 a {
  font-style: normal;
}
.cid-s93wY3ZZ55 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s93wY3ZZ55 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s93wY3ZZ55 .nav-item:focus,
.cid-s93wY3ZZ55 .nav-link:focus {
  outline: none;
}
.cid-s93wY3ZZ55 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s93wY3ZZ55 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s93wY3ZZ55 .menu-logo {
  margin-right: auto;
}
.cid-s93wY3ZZ55 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s93wY3ZZ55 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s93wY3ZZ55 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s93wY3ZZ55 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s93wY3ZZ55 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s93wY3ZZ55 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s93wY3ZZ55 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s93wY3ZZ55 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s93wY3ZZ55 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s93wY3ZZ55 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s93wY3ZZ55 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s93wY3ZZ55 .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s93wY3ZZ55 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s93wY3ZZ55 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s93wY3ZZ55 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s93wY3ZZ55 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s93wY3ZZ55 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s93wY3ZZ55 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s93wY3ZZ55 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s93wY3ZZ55 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s93wY3ZZ55 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s93wY3ZZ55 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s93wY3ZZ55 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s93wY3ZZ55 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s93wY3ZZ55 button.navbar-toggler:focus {
  outline: none;
}
.cid-s93wY3ZZ55 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #01127b;
}
.cid-s93wY3ZZ55 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s93wY3ZZ55 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s93wY3ZZ55 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s93wY3ZZ55 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s93wY3ZZ55 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s93wY3ZZ55 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s93wY3ZZ55 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s93wY3ZZ55 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s93wY3ZZ55 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s93wY3ZZ55 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s93wY3ZZ55 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.collapsing,
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s93wY3ZZ55 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s93wY3ZZ55 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s93wY3ZZ55 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s93wY3ZZ55 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s93wY3ZZ55 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s93wY3ZZ55 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s93wY3ZZ55 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s93wY3ZZ55 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s93wY3ZZ55.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s93wY3ZZ55 img {
    height: 3.8rem !important;
  }
  .cid-s93wY3ZZ55 .btn {
    display: -webkit-flex;
  }
  .cid-s93wY3ZZ55 button.navbar-toggler {
    display: block;
  }
  .cid-s93wY3ZZ55 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s93wY3ZZ55 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s93wY3ZZ55 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s93wY3ZZ55 .navbar-collapse.collapsing,
  .cid-s93wY3ZZ55 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s93wY3ZZ55 .navbar-collapse.collapsing .navbar-nav,
  .cid-s93wY3ZZ55 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s93wY3ZZ55 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s93wY3ZZ55 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s93wY3ZZ55 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s93wY3ZZ55 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s93wY3ZZ55 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s93wY3ZZ55 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s93wY3ZZ55 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s93wY3ZZ55 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s93wY3ZZ55 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s93wY3ZZ55 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s93wY3ZZ55 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s93wY3ZZ55 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s93wY3ZZ55 .nav-link:hover,
.cid-s93wY3ZZ55 .dropdown-item:hover {
  color: #e4e70a !important;
}
.cid-s93B09J5Ra {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s93B09J5Ra .card-img {
  background-color: #fff;
}
.cid-s93B09J5Ra .card {
  align-self: stretch;
}
.cid-s93B09J5Ra .card-box {
  padding: 2rem;
  background-color: #434242;
}
.cid-s93B09J5Ra h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s93B09J5Ra p {
  text-align: left;
}
.cid-s93B09J5Ra .mbr-text {
  color: #767676;
}
.cid-s93B09J5Ra .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s93B09J5Ra .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s93B09J5Ra .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s93B09J5Ra .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s95x7aFWX3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s95x7aFWX3 .card-img {
  background-color: #fff;
}
.cid-s95x7aFWX3 .card {
  align-self: stretch;
}
.cid-s95x7aFWX3 .card-box {
  padding: 2rem;
  background-color: #434242;
}
.cid-s95x7aFWX3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s95x7aFWX3 p {
  text-align: left;
}
.cid-s95x7aFWX3 .mbr-text {
  color: #767676;
}
.cid-s95x7aFWX3 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s95x7aFWX3 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s95x7aFWX3 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s95x7aFWX3 .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s95uV2jUj2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s95uV2jUj2 .card-img {
  background-color: #fff;
}
.cid-s95uV2jUj2 .card {
  align-self: stretch;
}
.cid-s95uV2jUj2 .card-box {
  padding: 2rem;
  background-color: #434242;
}
.cid-s95uV2jUj2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s95uV2jUj2 p {
  text-align: left;
}
.cid-s95uV2jUj2 .mbr-text {
  color: #767676;
}
.cid-s95uV2jUj2 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s95uV2jUj2 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s95uV2jUj2 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s95uV2jUj2 .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s95oScjcy4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s95oScjcy4 .card-img {
  background-color: #fff;
}
.cid-s95oScjcy4 .card {
  align-self: stretch;
}
.cid-s95oScjcy4 .card-box {
  padding: 2rem;
  background-color: #434242;
}
.cid-s95oScjcy4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s95oScjcy4 p {
  text-align: left;
}
.cid-s95oScjcy4 .mbr-text {
  color: #767676;
}
.cid-s95oScjcy4 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s95oScjcy4 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s95oScjcy4 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s95oScjcy4 .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s95yHVKa94 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s95yHVKa94 .card-img {
  background-color: #fff;
}
.cid-s95yHVKa94 .card {
  align-self: stretch;
}
.cid-s95yHVKa94 .card-box {
  padding: 2rem;
  background-color: #434242;
}
.cid-s95yHVKa94 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s95yHVKa94 p {
  text-align: left;
}
.cid-s95yHVKa94 .mbr-text {
  color: #767676;
}
.cid-s95yHVKa94 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s95yHVKa94 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s95yHVKa94 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s95yHVKa94 .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s95C43wAIo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s95C43wAIo .card-img {
  background-color: #fff;
}
.cid-s95C43wAIo .card {
  align-self: stretch;
}
.cid-s95C43wAIo .card-box {
  padding: 2rem;
  background-color: #434242;
}
.cid-s95C43wAIo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s95C43wAIo p {
  text-align: left;
}
.cid-s95C43wAIo .mbr-text {
  color: #767676;
}
.cid-s95C43wAIo .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s95C43wAIo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s95C43wAIo .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s95C43wAIo .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s95EEVGNTl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s95EEVGNTl .card-img {
  background-color: #fff;
}
.cid-s95EEVGNTl .card {
  align-self: stretch;
}
.cid-s95EEVGNTl .card-box {
  padding: 2rem;
  background-color: #434242;
}
.cid-s95EEVGNTl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s95EEVGNTl p {
  text-align: left;
}
.cid-s95EEVGNTl .mbr-text {
  color: #767676;
}
.cid-s95EEVGNTl .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s95EEVGNTl .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s95EEVGNTl .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s95EEVGNTl .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s96YSLHbfI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s96YSLHbfI .mbr-section-subtitle {
  color: #767676;
}
.cid-s96Z3KcTNC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s96Z3KcTNC .card-img {
  background-color: #fff;
}
.cid-s96Z3KcTNC .card {
  align-self: stretch;
}
.cid-s96Z3KcTNC .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s96Z3KcTNC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s96Z3KcTNC p {
  text-align: left;
}
.cid-s96Z3KcTNC .mbr-text {
  color: #767676;
}
.cid-s96Z3KcTNC .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s96Z3KcTNC .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s96Z3KcTNC .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s96Z3KcTNC .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s976X2R3to {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s976X2R3to .card-img {
  background-color: #fff;
}
.cid-s976X2R3to .card {
  align-self: stretch;
}
.cid-s976X2R3to .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s976X2R3to h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s976X2R3to p {
  text-align: left;
}
.cid-s976X2R3to .mbr-text {
  color: #767676;
}
.cid-s976X2R3to .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s976X2R3to .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s976X2R3to .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s976X2R3to .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s97akWrVym {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s97akWrVym .card-img {
  background-color: #fff;
}
.cid-s97akWrVym .card {
  align-self: stretch;
}
.cid-s97akWrVym .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s97akWrVym h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s97akWrVym p {
  text-align: left;
}
.cid-s97akWrVym .mbr-text {
  color: #767676;
}
.cid-s97akWrVym .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s97akWrVym .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s97akWrVym .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s97akWrVym .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s97f8WABLZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s97f8WABLZ .card-img {
  background-color: #fff;
}
.cid-s97f8WABLZ .card {
  align-self: stretch;
}
.cid-s97f8WABLZ .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s97f8WABLZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s97f8WABLZ p {
  text-align: left;
}
.cid-s97f8WABLZ .mbr-text {
  color: #767676;
}
.cid-s97f8WABLZ .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s97f8WABLZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s97f8WABLZ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s97f8WABLZ .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s97n9UVozM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s97n9UVozM .card-img {
  background-color: #fff;
}
.cid-s97n9UVozM .card {
  align-self: stretch;
}
.cid-s97n9UVozM .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s97n9UVozM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s97n9UVozM p {
  text-align: left;
}
.cid-s97n9UVozM .mbr-text {
  color: #767676;
}
.cid-s97n9UVozM .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s97n9UVozM .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s97n9UVozM .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s97n9UVozM .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s97rvyh5JI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s97rvyh5JI .card-img {
  background-color: #fff;
}
.cid-s97rvyh5JI .card {
  align-self: stretch;
}
.cid-s97rvyh5JI .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s97rvyh5JI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s97rvyh5JI p {
  text-align: left;
}
.cid-s97rvyh5JI .mbr-text {
  color: #767676;
}
.cid-s97rvyh5JI .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s97rvyh5JI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s97rvyh5JI .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s97rvyh5JI .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9cGZr5HMj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9cGZr5HMj .card-img {
  background-color: #fff;
}
.cid-s9cGZr5HMj .card {
  align-self: stretch;
}
.cid-s9cGZr5HMj .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s9cGZr5HMj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9cGZr5HMj p {
  text-align: left;
}
.cid-s9cGZr5HMj .mbr-text {
  color: #767676;
}
.cid-s9cGZr5HMj .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9cGZr5HMj .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9cGZr5HMj .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9cGZr5HMj .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9cTNB1i0D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9cTNB1i0D .card-img {
  background-color: #fff;
}
.cid-s9cTNB1i0D .card {
  align-self: stretch;
}
.cid-s9cTNB1i0D .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s9cTNB1i0D h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9cTNB1i0D p {
  text-align: left;
}
.cid-s9cTNB1i0D .mbr-text {
  color: #767676;
}
.cid-s9cTNB1i0D .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9cTNB1i0D .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9cTNB1i0D .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9cTNB1i0D .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s97wqZFlUR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s97wqZFlUR .card-img {
  background-color: #fff;
}
.cid-s97wqZFlUR .card {
  align-self: stretch;
}
.cid-s97wqZFlUR .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s97wqZFlUR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s97wqZFlUR p {
  text-align: left;
}
.cid-s97wqZFlUR .mbr-text {
  color: #767676;
}
.cid-s97wqZFlUR .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s97wqZFlUR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s97wqZFlUR .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s97wqZFlUR .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9cImd4fX8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9cImd4fX8 .card-img {
  background-color: #fff;
}
.cid-s9cImd4fX8 .card {
  align-self: stretch;
}
.cid-s9cImd4fX8 .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s9cImd4fX8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9cImd4fX8 p {
  text-align: left;
}
.cid-s9cImd4fX8 .mbr-text {
  color: #767676;
}
.cid-s9cImd4fX8 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9cImd4fX8 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9cImd4fX8 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9cImd4fX8 .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s97DxoJpLJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s97DxoJpLJ .card-img {
  background-color: #fff;
}
.cid-s97DxoJpLJ .card {
  align-self: stretch;
}
.cid-s97DxoJpLJ .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s97DxoJpLJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s97DxoJpLJ p {
  text-align: left;
}
.cid-s97DxoJpLJ .mbr-text {
  color: #767676;
}
.cid-s97DxoJpLJ .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s97DxoJpLJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s97DxoJpLJ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s97DxoJpLJ .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s97KWOewJL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s97KWOewJL .card-img {
  background-color: #fff;
}
.cid-s97KWOewJL .card {
  align-self: stretch;
}
.cid-s97KWOewJL .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s97KWOewJL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s97KWOewJL p {
  text-align: left;
}
.cid-s97KWOewJL .mbr-text {
  color: #767676;
}
.cid-s97KWOewJL .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s97KWOewJL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s97KWOewJL .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s97KWOewJL .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s97NILoPFD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s97NILoPFD .card-img {
  background-color: #fff;
}
.cid-s97NILoPFD .card {
  align-self: stretch;
}
.cid-s97NILoPFD .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s97NILoPFD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s97NILoPFD p {
  text-align: left;
}
.cid-s97NILoPFD .mbr-text {
  color: #767676;
}
.cid-s97NILoPFD .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s97NILoPFD .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s97NILoPFD .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s97NILoPFD .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9clPqohPS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9clPqohPS .card-img {
  background-color: #fff;
}
.cid-s9clPqohPS .card {
  align-self: stretch;
}
.cid-s9clPqohPS .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s9clPqohPS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9clPqohPS p {
  text-align: left;
}
.cid-s9clPqohPS .mbr-text {
  color: #767676;
}
.cid-s9clPqohPS .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9clPqohPS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9clPqohPS .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9clPqohPS .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9cq9E2oEo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9cq9E2oEo .card-img {
  background-color: #fff;
}
.cid-s9cq9E2oEo .card {
  align-self: stretch;
}
.cid-s9cq9E2oEo .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s9cq9E2oEo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9cq9E2oEo p {
  text-align: left;
}
.cid-s9cq9E2oEo .mbr-text {
  color: #767676;
}
.cid-s9cq9E2oEo .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9cq9E2oEo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9cq9E2oEo .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9cq9E2oEo .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9csNjKl52 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9csNjKl52 .card-img {
  background-color: #fff;
}
.cid-s9csNjKl52 .card {
  align-self: stretch;
}
.cid-s9csNjKl52 .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s9csNjKl52 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9csNjKl52 p {
  text-align: left;
}
.cid-s9csNjKl52 .mbr-text {
  color: #767676;
}
.cid-s9csNjKl52 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9csNjKl52 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9csNjKl52 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9csNjKl52 .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9cxbMvzph {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9cxbMvzph .card-img {
  background-color: #fff;
}
.cid-s9cxbMvzph .card {
  align-self: stretch;
}
.cid-s9cxbMvzph .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s9cxbMvzph h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9cxbMvzph p {
  text-align: left;
}
.cid-s9cxbMvzph .mbr-text {
  color: #767676;
}
.cid-s9cxbMvzph .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9cxbMvzph .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9cxbMvzph .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9cxbMvzph .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9cB9LLePA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9cB9LLePA .card-img {
  background-color: #fff;
}
.cid-s9cB9LLePA .card {
  align-self: stretch;
}
.cid-s9cB9LLePA .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s9cB9LLePA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9cB9LLePA p {
  text-align: left;
}
.cid-s9cB9LLePA .mbr-text {
  color: #767676;
}
.cid-s9cB9LLePA .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9cB9LLePA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9cB9LLePA .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9cB9LLePA .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9cEDoHBIq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9cEDoHBIq .card-img {
  background-color: #fff;
}
.cid-s9cEDoHBIq .card {
  align-self: stretch;
}
.cid-s9cEDoHBIq .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s9cEDoHBIq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9cEDoHBIq p {
  text-align: left;
}
.cid-s9cEDoHBIq .mbr-text {
  color: #767676;
}
.cid-s9cEDoHBIq .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9cEDoHBIq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9cEDoHBIq .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9cEDoHBIq .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9cJZvKXQr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9cJZvKXQr .card-img {
  background-color: #fff;
}
.cid-s9cJZvKXQr .card {
  align-self: stretch;
}
.cid-s9cJZvKXQr .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s9cJZvKXQr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9cJZvKXQr p {
  text-align: left;
}
.cid-s9cJZvKXQr .mbr-text {
  color: #767676;
}
.cid-s9cJZvKXQr .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9cJZvKXQr .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9cJZvKXQr .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9cJZvKXQr .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9cMiAt8cE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9cMiAt8cE .card-img {
  background-color: #fff;
}
.cid-s9cMiAt8cE .card {
  align-self: stretch;
}
.cid-s9cMiAt8cE .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s9cMiAt8cE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9cMiAt8cE p {
  text-align: left;
}
.cid-s9cMiAt8cE .mbr-text {
  color: #767676;
}
.cid-s9cMiAt8cE .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9cMiAt8cE .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9cMiAt8cE .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9cMiAt8cE .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9cOucOrRl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9cOucOrRl .card-img {
  background-color: #fff;
}
.cid-s9cOucOrRl .card {
  align-self: stretch;
}
.cid-s9cOucOrRl .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s9cOucOrRl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9cOucOrRl p {
  text-align: left;
}
.cid-s9cOucOrRl .mbr-text {
  color: #767676;
}
.cid-s9cOucOrRl .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9cOucOrRl .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9cOucOrRl .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9cOucOrRl .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9cQKUAbJr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9cQKUAbJr .card-img {
  background-color: #fff;
}
.cid-s9cQKUAbJr .card {
  align-self: stretch;
}
.cid-s9cQKUAbJr .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s9cQKUAbJr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9cQKUAbJr p {
  text-align: left;
}
.cid-s9cQKUAbJr .mbr-text {
  color: #767676;
}
.cid-s9cQKUAbJr .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9cQKUAbJr .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9cQKUAbJr .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9cQKUAbJr .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9cWjJeCh8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9cWjJeCh8 .card-img {
  background-color: #fff;
}
.cid-s9cWjJeCh8 .card {
  align-self: stretch;
}
.cid-s9cWjJeCh8 .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s9cWjJeCh8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9cWjJeCh8 p {
  text-align: left;
}
.cid-s9cWjJeCh8 .mbr-text {
  color: #767676;
}
.cid-s9cWjJeCh8 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9cWjJeCh8 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9cWjJeCh8 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9cWjJeCh8 .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9cZWceWzo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9cZWceWzo .card-img {
  background-color: #fff;
}
.cid-s9cZWceWzo .card {
  align-self: stretch;
}
.cid-s9cZWceWzo .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s9cZWceWzo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9cZWceWzo p {
  text-align: left;
}
.cid-s9cZWceWzo .mbr-text {
  color: #767676;
}
.cid-s9cZWceWzo .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9cZWceWzo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9cZWceWzo .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9cZWceWzo .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9d6qLOrzy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9d6qLOrzy .card-img {
  background-color: #fff;
}
.cid-s9d6qLOrzy .card {
  align-self: stretch;
}
.cid-s9d6qLOrzy .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s9d6qLOrzy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9d6qLOrzy p {
  text-align: left;
}
.cid-s9d6qLOrzy .mbr-text {
  color: #767676;
}
.cid-s9d6qLOrzy .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9d6qLOrzy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9d6qLOrzy .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9d6qLOrzy .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9ddnTSq5E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9ddnTSq5E .card-img {
  background-color: #fff;
}
.cid-s9ddnTSq5E .card {
  align-self: stretch;
}
.cid-s9ddnTSq5E .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s9ddnTSq5E h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9ddnTSq5E p {
  text-align: left;
}
.cid-s9ddnTSq5E .mbr-text {
  color: #767676;
}
.cid-s9ddnTSq5E .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9ddnTSq5E .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9ddnTSq5E .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9ddnTSq5E .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9dip7Uwtu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9dip7Uwtu .card-img {
  background-color: #fff;
}
.cid-s9dip7Uwtu .card {
  align-self: stretch;
}
.cid-s9dip7Uwtu .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s9dip7Uwtu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9dip7Uwtu p {
  text-align: left;
}
.cid-s9dip7Uwtu .mbr-text {
  color: #767676;
}
.cid-s9dip7Uwtu .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9dip7Uwtu .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9dip7Uwtu .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9dip7Uwtu .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9dfu69du5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9dfu69du5 .card-img {
  background-color: #fff;
}
.cid-s9dfu69du5 .card {
  align-self: stretch;
}
.cid-s9dfu69du5 .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s9dfu69du5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9dfu69du5 p {
  text-align: left;
}
.cid-s9dfu69du5 .mbr-text {
  color: #767676;
}
.cid-s9dfu69du5 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9dfu69du5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9dfu69du5 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9dfu69du5 .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9din1Ir3O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9din1Ir3O .card-img {
  background-color: #fff;
}
.cid-s9din1Ir3O .card {
  align-self: stretch;
}
.cid-s9din1Ir3O .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-s9din1Ir3O h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9din1Ir3O p {
  text-align: left;
}
.cid-s9din1Ir3O .mbr-text {
  color: #767676;
}
.cid-s9din1Ir3O .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9din1Ir3O .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9din1Ir3O .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9din1Ir3O .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tL4vzNmUDM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tL4vzNmUDM .card-img {
  background-color: #fff;
}
.cid-tL4vzNmUDM .card {
  align-self: stretch;
}
.cid-tL4vzNmUDM .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tL4vzNmUDM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tL4vzNmUDM p {
  text-align: left;
}
.cid-tL4vzNmUDM .mbr-text {
  color: #767676;
}
.cid-tL4vzNmUDM .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tL4vzNmUDM .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tL4vzNmUDM .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tL4vzNmUDM .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tL4AXqyrRk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tL4AXqyrRk .card-img {
  background-color: #fff;
}
.cid-tL4AXqyrRk .card {
  align-self: stretch;
}
.cid-tL4AXqyrRk .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tL4AXqyrRk h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tL4AXqyrRk p {
  text-align: left;
}
.cid-tL4AXqyrRk .mbr-text {
  color: #767676;
}
.cid-tL4AXqyrRk .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tL4AXqyrRk .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tL4AXqyrRk .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tL4AXqyrRk .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tL4EN4lMZJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tL4EN4lMZJ .card-img {
  background-color: #fff;
}
.cid-tL4EN4lMZJ .card {
  align-self: stretch;
}
.cid-tL4EN4lMZJ .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tL4EN4lMZJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tL4EN4lMZJ p {
  text-align: left;
}
.cid-tL4EN4lMZJ .mbr-text {
  color: #767676;
}
.cid-tL4EN4lMZJ .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tL4EN4lMZJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tL4EN4lMZJ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tL4EN4lMZJ .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLqUiFQbp3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLqUiFQbp3 .card-img {
  background-color: #fff;
}
.cid-tLqUiFQbp3 .card {
  align-self: stretch;
}
.cid-tLqUiFQbp3 .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tLqUiFQbp3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLqUiFQbp3 p {
  text-align: left;
}
.cid-tLqUiFQbp3 .mbr-text {
  color: #767676;
}
.cid-tLqUiFQbp3 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLqUiFQbp3 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tLqUiFQbp3 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tLqUiFQbp3 .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLr9xs0OJH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLr9xs0OJH .card-img {
  background-color: #fff;
}
.cid-tLr9xs0OJH .card {
  align-self: stretch;
}
.cid-tLr9xs0OJH .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tLr9xs0OJH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLr9xs0OJH p {
  text-align: left;
}
.cid-tLr9xs0OJH .mbr-text {
  color: #767676;
}
.cid-tLr9xs0OJH .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLr9xs0OJH .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tLr9xs0OJH .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tLr9xs0OJH .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLrcylTcUX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLrcylTcUX .card-img {
  background-color: #fff;
}
.cid-tLrcylTcUX .card {
  align-self: stretch;
}
.cid-tLrcylTcUX .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tLrcylTcUX h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLrcylTcUX p {
  text-align: left;
}
.cid-tLrcylTcUX .mbr-text {
  color: #767676;
}
.cid-tLrcylTcUX .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLrcylTcUX .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tLrcylTcUX .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tLrcylTcUX .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLrfUfyJOM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLrfUfyJOM .card-img {
  background-color: #fff;
}
.cid-tLrfUfyJOM .card {
  align-self: stretch;
}
.cid-tLrfUfyJOM .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tLrfUfyJOM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLrfUfyJOM p {
  text-align: left;
}
.cid-tLrfUfyJOM .mbr-text {
  color: #767676;
}
.cid-tLrfUfyJOM .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLrfUfyJOM .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tLrfUfyJOM .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tLrfUfyJOM .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLrnC9waPD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLrnC9waPD .card-img {
  background-color: #fff;
}
.cid-tLrnC9waPD .card {
  align-self: stretch;
}
.cid-tLrnC9waPD .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tLrnC9waPD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLrnC9waPD p {
  text-align: left;
}
.cid-tLrnC9waPD .mbr-text {
  color: #767676;
}
.cid-tLrnC9waPD .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLrnC9waPD .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tLrnC9waPD .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tLrnC9waPD .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLrqpJpBUA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLrqpJpBUA .card-img {
  background-color: #fff;
}
.cid-tLrqpJpBUA .card {
  align-self: stretch;
}
.cid-tLrqpJpBUA .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tLrqpJpBUA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLrqpJpBUA p {
  text-align: left;
}
.cid-tLrqpJpBUA .mbr-text {
  color: #767676;
}
.cid-tLrqpJpBUA .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLrqpJpBUA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tLrqpJpBUA .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tLrqpJpBUA .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLru3ib1qs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLru3ib1qs .card-img {
  background-color: #fff;
}
.cid-tLru3ib1qs .card {
  align-self: stretch;
}
.cid-tLru3ib1qs .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tLru3ib1qs h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLru3ib1qs p {
  text-align: left;
}
.cid-tLru3ib1qs .mbr-text {
  color: #767676;
}
.cid-tLru3ib1qs .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLru3ib1qs .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tLru3ib1qs .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tLru3ib1qs .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLsaaJrZuB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLsaaJrZuB .card-img {
  background-color: #fff;
}
.cid-tLsaaJrZuB .card {
  align-self: stretch;
}
.cid-tLsaaJrZuB .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tLsaaJrZuB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLsaaJrZuB p {
  text-align: left;
}
.cid-tLsaaJrZuB .mbr-text {
  color: #767676;
}
.cid-tLsaaJrZuB .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLsaaJrZuB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tLsaaJrZuB .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tLsaaJrZuB .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLsyEbUKs8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLsyEbUKs8 .card-img {
  background-color: #fff;
}
.cid-tLsyEbUKs8 .card {
  align-self: stretch;
}
.cid-tLsyEbUKs8 .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tLsyEbUKs8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLsyEbUKs8 p {
  text-align: left;
}
.cid-tLsyEbUKs8 .mbr-text {
  color: #767676;
}
.cid-tLsyEbUKs8 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLsyEbUKs8 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tLsyEbUKs8 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tLsyEbUKs8 .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLsChEKcLW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLsChEKcLW .card-img {
  background-color: #fff;
}
.cid-tLsChEKcLW .card {
  align-self: stretch;
}
.cid-tLsChEKcLW .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tLsChEKcLW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLsChEKcLW p {
  text-align: left;
}
.cid-tLsChEKcLW .mbr-text {
  color: #767676;
}
.cid-tLsChEKcLW .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLsChEKcLW .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tLsChEKcLW .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tLsChEKcLW .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLsEUGcCYO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLsEUGcCYO .card-img {
  background-color: #fff;
}
.cid-tLsEUGcCYO .card {
  align-self: stretch;
}
.cid-tLsEUGcCYO .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tLsEUGcCYO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLsEUGcCYO p {
  text-align: left;
}
.cid-tLsEUGcCYO .mbr-text {
  color: #767676;
}
.cid-tLsEUGcCYO .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLsEUGcCYO .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tLsEUGcCYO .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tLsEUGcCYO .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLsIgMU9Lt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLsIgMU9Lt .card-img {
  background-color: #fff;
}
.cid-tLsIgMU9Lt .card {
  align-self: stretch;
}
.cid-tLsIgMU9Lt .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tLsIgMU9Lt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLsIgMU9Lt p {
  text-align: left;
}
.cid-tLsIgMU9Lt .mbr-text {
  color: #767676;
}
.cid-tLsIgMU9Lt .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLsIgMU9Lt .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tLsIgMU9Lt .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tLsIgMU9Lt .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLsL10NGxL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLsL10NGxL .card-img {
  background-color: #fff;
}
.cid-tLsL10NGxL .card {
  align-self: stretch;
}
.cid-tLsL10NGxL .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tLsL10NGxL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLsL10NGxL p {
  text-align: left;
}
.cid-tLsL10NGxL .mbr-text {
  color: #767676;
}
.cid-tLsL10NGxL .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLsL10NGxL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tLsL10NGxL .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tLsL10NGxL .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLsNAb8rzf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLsNAb8rzf .card-img {
  background-color: #fff;
}
.cid-tLsNAb8rzf .card {
  align-self: stretch;
}
.cid-tLsNAb8rzf .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tLsNAb8rzf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLsNAb8rzf p {
  text-align: left;
}
.cid-tLsNAb8rzf .mbr-text {
  color: #767676;
}
.cid-tLsNAb8rzf .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLsNAb8rzf .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tLsNAb8rzf .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tLsNAb8rzf .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLsQbWCHwi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLsQbWCHwi .card-img {
  background-color: #fff;
}
.cid-tLsQbWCHwi .card {
  align-self: stretch;
}
.cid-tLsQbWCHwi .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tLsQbWCHwi h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLsQbWCHwi p {
  text-align: left;
}
.cid-tLsQbWCHwi .mbr-text {
  color: #767676;
}
.cid-tLsQbWCHwi .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLsQbWCHwi .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tLsQbWCHwi .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tLsQbWCHwi .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLsSKhzj8l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLsSKhzj8l .card-img {
  background-color: #fff;
}
.cid-tLsSKhzj8l .card {
  align-self: stretch;
}
.cid-tLsSKhzj8l .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tLsSKhzj8l h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLsSKhzj8l p {
  text-align: left;
}
.cid-tLsSKhzj8l .mbr-text {
  color: #767676;
}
.cid-tLsSKhzj8l .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLsSKhzj8l .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tLsSKhzj8l .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tLsSKhzj8l .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLsViA7MAV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLsViA7MAV .card-img {
  background-color: #fff;
}
.cid-tLsViA7MAV .card {
  align-self: stretch;
}
.cid-tLsViA7MAV .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tLsViA7MAV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLsViA7MAV p {
  text-align: left;
}
.cid-tLsViA7MAV .mbr-text {
  color: #767676;
}
.cid-tLsViA7MAV .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLsViA7MAV .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tLsViA7MAV .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tLsViA7MAV .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLsXwO1HMr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLsXwO1HMr .card-img {
  background-color: #fff;
}
.cid-tLsXwO1HMr .card {
  align-self: stretch;
}
.cid-tLsXwO1HMr .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tLsXwO1HMr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLsXwO1HMr p {
  text-align: left;
}
.cid-tLsXwO1HMr .mbr-text {
  color: #767676;
}
.cid-tLsXwO1HMr .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLsXwO1HMr .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tLsXwO1HMr .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tLsXwO1HMr .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLt066vjX6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLt066vjX6 .card-img {
  background-color: #fff;
}
.cid-tLt066vjX6 .card {
  align-self: stretch;
}
.cid-tLt066vjX6 .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tLt066vjX6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLt066vjX6 p {
  text-align: left;
}
.cid-tLt066vjX6 .mbr-text {
  color: #767676;
}
.cid-tLt066vjX6 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLt066vjX6 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tLt066vjX6 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tLt066vjX6 .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLt32BCBCI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLt32BCBCI .card-img {
  background-color: #fff;
}
.cid-tLt32BCBCI .card {
  align-self: stretch;
}
.cid-tLt32BCBCI .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tLt32BCBCI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLt32BCBCI p {
  text-align: left;
}
.cid-tLt32BCBCI .mbr-text {
  color: #767676;
}
.cid-tLt32BCBCI .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLt32BCBCI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tLt32BCBCI .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tLt32BCBCI .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLt62pJ5M2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLt62pJ5M2 .card-img {
  background-color: #fff;
}
.cid-tLt62pJ5M2 .card {
  align-self: stretch;
}
.cid-tLt62pJ5M2 .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tLt62pJ5M2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLt62pJ5M2 p {
  text-align: left;
}
.cid-tLt62pJ5M2 .mbr-text {
  color: #767676;
}
.cid-tLt62pJ5M2 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLt62pJ5M2 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tLt62pJ5M2 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tLt62pJ5M2 .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLvshgRqYu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLvshgRqYu .card-img {
  background-color: #fff;
}
.cid-tLvshgRqYu .card {
  align-self: stretch;
}
.cid-tLvshgRqYu .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tLvshgRqYu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLvshgRqYu p {
  text-align: left;
}
.cid-tLvshgRqYu .mbr-text {
  color: #767676;
}
.cid-tLvshgRqYu .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLvshgRqYu .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tLvshgRqYu .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tLvshgRqYu .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLwfYjBesT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLwfYjBesT .card-img {
  background-color: #fff;
}
.cid-tLwfYjBesT .card {
  align-self: stretch;
}
.cid-tLwfYjBesT .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tLwfYjBesT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLwfYjBesT p {
  text-align: left;
}
.cid-tLwfYjBesT .mbr-text {
  color: #767676;
}
.cid-tLwfYjBesT .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLwfYjBesT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tLwfYjBesT .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tLwfYjBesT .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLwjrOppOv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLwjrOppOv .card-img {
  background-color: #fff;
}
.cid-tLwjrOppOv .card {
  align-self: stretch;
}
.cid-tLwjrOppOv .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tLwjrOppOv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLwjrOppOv p {
  text-align: left;
}
.cid-tLwjrOppOv .mbr-text {
  color: #767676;
}
.cid-tLwjrOppOv .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLwjrOppOv .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tLwjrOppOv .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tLwjrOppOv .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLwlXLMgdl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLwlXLMgdl .card-img {
  background-color: #fff;
}
.cid-tLwlXLMgdl .card {
  align-self: stretch;
}
.cid-tLwlXLMgdl .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tLwlXLMgdl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLwlXLMgdl p {
  text-align: left;
}
.cid-tLwlXLMgdl .mbr-text {
  color: #767676;
}
.cid-tLwlXLMgdl .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLwlXLMgdl .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tLwlXLMgdl .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tLwlXLMgdl .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLKDDZWlY7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tLKDDZWlY7 .card-img {
  background-color: #fff;
}
.cid-tLKDDZWlY7 .card {
  align-self: stretch;
}
.cid-tLKDDZWlY7 .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tLKDDZWlY7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLKDDZWlY7 p {
  text-align: left;
}
.cid-tLKDDZWlY7 .mbr-text {
  color: #767676;
}
.cid-tLKDDZWlY7 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tLKDDZWlY7 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tLKDDZWlY7 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tLKDDZWlY7 .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tM11mA05mh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tM11mA05mh .card-img {
  background-color: #fff;
}
.cid-tM11mA05mh .card {
  align-self: stretch;
}
.cid-tM11mA05mh .card-box {
  padding: 2rem;
  background-color: #01127b;
}
.cid-tM11mA05mh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tM11mA05mh p {
  text-align: left;
}
.cid-tM11mA05mh .mbr-text {
  color: #767676;
}
.cid-tM11mA05mh .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tM11mA05mh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tM11mA05mh .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tM11mA05mh .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9dnG8pN25 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s9dnG8pN25 .mbr-section-subtitle {
  color: #767676;
}
.cid-s9dnKODNrz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9dnKODNrz .card-img {
  background-color: #fff;
}
.cid-s9dnKODNrz .card {
  align-self: stretch;
}
.cid-s9dnKODNrz .card-box {
  padding: 2rem;
  background-color: #48139e;
}
.cid-s9dnKODNrz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9dnKODNrz p {
  text-align: left;
}
.cid-s9dnKODNrz .mbr-text {
  color: #767676;
}
.cid-s9dnKODNrz .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9dnKODNrz .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9dnKODNrz .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9dnKODNrz .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9du17yhkW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9du17yhkW .card-img {
  background-color: #fff;
}
.cid-s9du17yhkW .card {
  align-self: stretch;
}
.cid-s9du17yhkW .card-box {
  padding: 2rem;
  background-color: #48139e;
}
.cid-s9du17yhkW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9du17yhkW p {
  text-align: left;
}
.cid-s9du17yhkW .mbr-text {
  color: #767676;
}
.cid-s9du17yhkW .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9du17yhkW .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9du17yhkW .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9du17yhkW .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9dwK6jcdc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9dwK6jcdc .card-img {
  background-color: #fff;
}
.cid-s9dwK6jcdc .card {
  align-self: stretch;
}
.cid-s9dwK6jcdc .card-box {
  padding: 2rem;
  background-color: #48139e;
}
.cid-s9dwK6jcdc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9dwK6jcdc p {
  text-align: left;
}
.cid-s9dwK6jcdc .mbr-text {
  color: #767676;
}
.cid-s9dwK6jcdc .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9dwK6jcdc .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9dwK6jcdc .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9dwK6jcdc .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9dyqTL84h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9dyqTL84h .card-img {
  background-color: #fff;
}
.cid-s9dyqTL84h .card {
  align-self: stretch;
}
.cid-s9dyqTL84h .card-box {
  padding: 2rem;
  background-color: #48139e;
}
.cid-s9dyqTL84h h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9dyqTL84h p {
  text-align: left;
}
.cid-s9dyqTL84h .mbr-text {
  color: #767676;
}
.cid-s9dyqTL84h .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9dyqTL84h .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9dyqTL84h .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9dyqTL84h .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9dzxpMKfa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9dzxpMKfa .card-img {
  background-color: #fff;
}
.cid-s9dzxpMKfa .card {
  align-self: stretch;
}
.cid-s9dzxpMKfa .card-box {
  padding: 2rem;
  background-color: #48139e;
}
.cid-s9dzxpMKfa h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9dzxpMKfa p {
  text-align: left;
}
.cid-s9dzxpMKfa .mbr-text {
  color: #767676;
}
.cid-s9dzxpMKfa .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9dzxpMKfa .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9dzxpMKfa .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9dzxpMKfa .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9dArSqssh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9dArSqssh .card-img {
  background-color: #fff;
}
.cid-s9dArSqssh .card {
  align-self: stretch;
}
.cid-s9dArSqssh .card-box {
  padding: 2rem;
  background-color: #48139e;
}
.cid-s9dArSqssh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9dArSqssh p {
  text-align: left;
}
.cid-s9dArSqssh .mbr-text {
  color: #767676;
}
.cid-s9dArSqssh .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9dArSqssh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9dArSqssh .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9dArSqssh .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9dBJxdyAS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9dBJxdyAS .card-img {
  background-color: #fff;
}
.cid-s9dBJxdyAS .card {
  align-self: stretch;
}
.cid-s9dBJxdyAS .card-box {
  padding: 2rem;
  background-color: #48139e;
}
.cid-s9dBJxdyAS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9dBJxdyAS p {
  text-align: left;
}
.cid-s9dBJxdyAS .mbr-text {
  color: #767676;
}
.cid-s9dBJxdyAS .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9dBJxdyAS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9dBJxdyAS .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9dBJxdyAS .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9dD8TStZt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s9dD8TStZt .mbr-section-subtitle {
  color: #767676;
}
.cid-s9dDj83XI1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9dDj83XI1 .card-img {
  background-color: #fff;
}
.cid-s9dDj83XI1 .card {
  align-self: stretch;
}
.cid-s9dDj83XI1 .card-box {
  padding: 2rem;
  background-color: #c60101;
}
.cid-s9dDj83XI1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9dDj83XI1 p {
  text-align: left;
}
.cid-s9dDj83XI1 .mbr-text {
  color: #767676;
}
.cid-s9dDj83XI1 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9dDj83XI1 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9dDj83XI1 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9dDj83XI1 .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9g4NZd78C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9g4NZd78C .card-img {
  background-color: #fff;
}
.cid-s9g4NZd78C .card {
  align-self: stretch;
}
.cid-s9g4NZd78C .card-box {
  padding: 2rem;
  background-color: #c60101;
}
.cid-s9g4NZd78C h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9g4NZd78C p {
  text-align: left;
}
.cid-s9g4NZd78C .mbr-text {
  color: #767676;
}
.cid-s9g4NZd78C .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9g4NZd78C .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9g4NZd78C .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9g4NZd78C .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9g5REahgc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9g5REahgc .card-img {
  background-color: #fff;
}
.cid-s9g5REahgc .card {
  align-self: stretch;
}
.cid-s9g5REahgc .card-box {
  padding: 2rem;
  background-color: #c60101;
}
.cid-s9g5REahgc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9g5REahgc p {
  text-align: left;
}
.cid-s9g5REahgc .mbr-text {
  color: #767676;
}
.cid-s9g5REahgc .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9g5REahgc .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9g5REahgc .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9g5REahgc .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9g9lkTo2c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9g9lkTo2c .card-img {
  background-color: #fff;
}
.cid-s9g9lkTo2c .card {
  align-self: stretch;
}
.cid-s9g9lkTo2c .card-box {
  padding: 2rem;
  background-color: #c60101;
}
.cid-s9g9lkTo2c h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9g9lkTo2c p {
  text-align: left;
}
.cid-s9g9lkTo2c .mbr-text {
  color: #767676;
}
.cid-s9g9lkTo2c .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9g9lkTo2c .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9g9lkTo2c .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9g9lkTo2c .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9gapChAD5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s9gapChAD5 .card-img {
  background-color: #fff;
}
.cid-s9gapChAD5 .card {
  align-self: stretch;
}
.cid-s9gapChAD5 .card-box {
  padding: 2rem;
  background-color: #c60101;
}
.cid-s9gapChAD5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s9gapChAD5 p {
  text-align: left;
}
.cid-s9gapChAD5 .mbr-text {
  color: #767676;
}
.cid-s9gapChAD5 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s9gapChAD5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s9gapChAD5 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-s9gapChAD5 .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tL4UNOwjil {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tL4UNOwjil .card-img {
  background-color: #fff;
}
.cid-tL4UNOwjil .card {
  align-self: stretch;
}
.cid-tL4UNOwjil .card-box {
  padding: 2rem;
  background-color: #c60101;
}
.cid-tL4UNOwjil h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tL4UNOwjil p {
  text-align: left;
}
.cid-tL4UNOwjil .mbr-text {
  color: #767676;
}
.cid-tL4UNOwjil .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tL4UNOwjil .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tL4UNOwjil .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tL4UNOwjil .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tL4Z1Vm22g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tL4Z1Vm22g .card-img {
  background-color: #fff;
}
.cid-tL4Z1Vm22g .card {
  align-self: stretch;
}
.cid-tL4Z1Vm22g .card-box {
  padding: 2rem;
  background-color: #c60101;
}
.cid-tL4Z1Vm22g h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tL4Z1Vm22g p {
  text-align: left;
}
.cid-tL4Z1Vm22g .mbr-text {
  color: #767676;
}
.cid-tL4Z1Vm22g .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tL4Z1Vm22g .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tL4Z1Vm22g .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tL4Z1Vm22g .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tL52otmUPW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tL52otmUPW .card-img {
  background-color: #fff;
}
.cid-tL52otmUPW .card {
  align-self: stretch;
}
.cid-tL52otmUPW .card-box {
  padding: 2rem;
  background-color: #c60101;
}
.cid-tL52otmUPW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tL52otmUPW p {
  text-align: left;
}
.cid-tL52otmUPW .mbr-text {
  color: #767676;
}
.cid-tL52otmUPW .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tL52otmUPW .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tL52otmUPW .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tL52otmUPW .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s9geifbpc5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/black-and-white-brick-wallpaper-7-1600x900.jpg");
}
@media (min-width: 992px) {
  .cid-s9geifbpc5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s9geifbpc5 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s9geifbpc5 .mbr-text {
    text-align: center;
  }
}
.cid-s9gfUfIUKu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s9gfUfIUKu .mbr-section-subtitle {
  color: #767676;
}
.cid-s9gfUfIUKu .btn {
  margin: 0 0 .5rem 0;
}
.cid-s9gfr3OW78 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s96MsFtZMY {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s96MsFtZMY .mbr-section-subtitle {
  color: #767676;
}
.cid-s96MsFtZMY H2 {
  color: #f4e508;
}
.cid-s96VQSgQtt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s96VQSgQtt .card-box {
  padding: 0 2rem;
}
.cid-s96VQSgQtt .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s96VQSgQtt .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s96VQSgQtt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s96VQSgQtt p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-s96VQSgQtt .mbr-text {
  color: #767676;
}
.cid-s96VQSgQtt .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s96VQSgQtt .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s95NJA3BpT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s95NJA3BpT .mbr-section-subtitle {
  color: #767676;
}
.cid-s95NJA3BpT H2 {
  color: #ffffff;
}
.cid-s93wY3ZZ55 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s93wY3ZZ55 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s93wY3ZZ55 a {
  font-style: normal;
}
.cid-s93wY3ZZ55 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s93wY3ZZ55 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s93wY3ZZ55 .nav-item:focus,
.cid-s93wY3ZZ55 .nav-link:focus {
  outline: none;
}
.cid-s93wY3ZZ55 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s93wY3ZZ55 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s93wY3ZZ55 .menu-logo {
  margin-right: auto;
}
.cid-s93wY3ZZ55 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s93wY3ZZ55 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s93wY3ZZ55 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s93wY3ZZ55 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s93wY3ZZ55 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s93wY3ZZ55 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s93wY3ZZ55 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s93wY3ZZ55 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s93wY3ZZ55 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s93wY3ZZ55 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s93wY3ZZ55 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s93wY3ZZ55 .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s93wY3ZZ55 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s93wY3ZZ55 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s93wY3ZZ55 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s93wY3ZZ55 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s93wY3ZZ55 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s93wY3ZZ55 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s93wY3ZZ55 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s93wY3ZZ55 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s93wY3ZZ55 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s93wY3ZZ55 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s93wY3ZZ55 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s93wY3ZZ55 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s93wY3ZZ55 button.navbar-toggler:focus {
  outline: none;
}
.cid-s93wY3ZZ55 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #01127b;
}
.cid-s93wY3ZZ55 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s93wY3ZZ55 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s93wY3ZZ55 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s93wY3ZZ55 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s93wY3ZZ55 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s93wY3ZZ55 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s93wY3ZZ55 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s93wY3ZZ55 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s93wY3ZZ55 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s93wY3ZZ55 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s93wY3ZZ55 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.collapsing,
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s93wY3ZZ55 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s93wY3ZZ55 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s93wY3ZZ55 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s93wY3ZZ55 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s93wY3ZZ55 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s93wY3ZZ55 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s93wY3ZZ55 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s93wY3ZZ55 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s93wY3ZZ55.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s93wY3ZZ55 img {
    height: 3.8rem !important;
  }
  .cid-s93wY3ZZ55 .btn {
    display: -webkit-flex;
  }
  .cid-s93wY3ZZ55 button.navbar-toggler {
    display: block;
  }
  .cid-s93wY3ZZ55 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s93wY3ZZ55 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s93wY3ZZ55 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s93wY3ZZ55 .navbar-collapse.collapsing,
  .cid-s93wY3ZZ55 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s93wY3ZZ55 .navbar-collapse.collapsing .navbar-nav,
  .cid-s93wY3ZZ55 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s93wY3ZZ55 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s93wY3ZZ55 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s93wY3ZZ55 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s93wY3ZZ55 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s93wY3ZZ55 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s93wY3ZZ55 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s93wY3ZZ55 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s93wY3ZZ55 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s93wY3ZZ55 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s93wY3ZZ55 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s93wY3ZZ55 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s93wY3ZZ55 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s93wY3ZZ55 .nav-link:hover,
.cid-s93wY3ZZ55 .dropdown-item:hover {
  color: #e4e70a !important;
}
.cid-s95hIe8KcG {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s95hIe8KcG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s95hIe8KcG .container-table {
  margin: 0 auto;
}
.cid-s95hIe8KcG .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s95hIe8KcG .dataTables_wrapper {
  display: block;
}
.cid-s95hIe8KcG .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s95hIe8KcG .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s95hIe8KcG table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-s95hIe8KcG table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s95hIe8KcG table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-s95hIe8KcG table td {
  border-top: 1px solid #ffffff;
}
.cid-s95hIe8KcG table.table {
  background: #434242;
}
.cid-s95hIe8KcG .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s95hIe8KcG .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s95hIe8KcG .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s95hIe8KcG .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-s95hIe8KcG .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s95hIe8KcG .dataTables_filter {
    text-align: center;
  }
  .cid-s95hIe8KcG .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s95hIe8KcG .searchInfo {
  color: #ffffff;
}
.cid-s95hIe8KcG .body-item {
  text-align: center;
  color: #ffffff;
}
.cid-s95hIe8KcG .mbr-section-title {
  color: #000000;
}
.cid-s95hIe8KcG .head-item {
  color: #ffffff;
  text-align: center;
}
.cid-s96HwSq7mE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s96HwSq7mE .mbr-section-subtitle {
  color: #767676;
}
.cid-s96HwSq7mE H2 {
  color: #ffffff;
}
.cid-s96Ht6PlNz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-s96Ht6PlNz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s96Ht6PlNz .container-table {
  margin: 0 auto;
}
.cid-s96Ht6PlNz .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s96Ht6PlNz .dataTables_wrapper {
  display: block;
}
.cid-s96Ht6PlNz .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s96Ht6PlNz .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s96Ht6PlNz table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-s96Ht6PlNz table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s96Ht6PlNz table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-s96Ht6PlNz table td {
  border-top: 1px solid #ffffff;
}
.cid-s96Ht6PlNz table.table {
  background: #01127b;
}
.cid-s96Ht6PlNz .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s96Ht6PlNz .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s96Ht6PlNz .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s96Ht6PlNz .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-s96Ht6PlNz .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s96Ht6PlNz .dataTables_filter {
    text-align: center;
  }
  .cid-s96Ht6PlNz .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s96Ht6PlNz .searchInfo {
  color: #ffffff;
}
.cid-s96Ht6PlNz .body-item {
  text-align: center;
  color: #ffffff;
}
.cid-s96Ht6PlNz .mbr-section-title {
  color: #000000;
}
.cid-s96Ht6PlNz .head-item {
  color: #ffffff;
  text-align: center;
}
.cid-s9t0Bie0WF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s9t0Bie0WF .mbr-section-subtitle {
  color: #767676;
}
.cid-s9t0Bie0WF H2 {
  color: #ffffff;
}
.cid-s9t0Cg5FxR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-s9t0Cg5FxR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s9t0Cg5FxR .container-table {
  margin: 0 auto;
}
.cid-s9t0Cg5FxR .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s9t0Cg5FxR .dataTables_wrapper {
  display: block;
}
.cid-s9t0Cg5FxR .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s9t0Cg5FxR .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s9t0Cg5FxR table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-s9t0Cg5FxR table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s9t0Cg5FxR table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-s9t0Cg5FxR table td {
  border-top: 1px solid #ffffff;
}
.cid-s9t0Cg5FxR table.table {
  background: #48139e;
}
.cid-s9t0Cg5FxR .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s9t0Cg5FxR .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s9t0Cg5FxR .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s9t0Cg5FxR .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-s9t0Cg5FxR .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s9t0Cg5FxR .dataTables_filter {
    text-align: center;
  }
  .cid-s9t0Cg5FxR .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s9t0Cg5FxR .searchInfo {
  color: #ffffff;
}
.cid-s9t0Cg5FxR .body-item {
  text-align: center;
  color: #ffffff;
}
.cid-s9t0Cg5FxR .mbr-section-title {
  color: #000000;
}
.cid-s9t0Cg5FxR .head-item {
  color: #ffffff;
  text-align: center;
}
.cid-s9t1jqeFVX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s9t1jqeFVX .mbr-section-subtitle {
  color: #767676;
}
.cid-s9t1jqeFVX H2 {
  color: #ffffff;
}
.cid-s9t1najSMS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-s9t1najSMS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s9t1najSMS .container-table {
  margin: 0 auto;
}
.cid-s9t1najSMS .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s9t1najSMS .dataTables_wrapper {
  display: block;
}
.cid-s9t1najSMS .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s9t1najSMS .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s9t1najSMS table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-s9t1najSMS table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s9t1najSMS table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-s9t1najSMS table td {
  border-top: 1px solid #ffffff;
}
.cid-s9t1najSMS table.table {
  background: #c60101;
}
.cid-s9t1najSMS .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s9t1najSMS .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s9t1najSMS .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s9t1najSMS .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-s9t1najSMS .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s9t1najSMS .dataTables_filter {
    text-align: center;
  }
  .cid-s9t1najSMS .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s9t1najSMS .searchInfo {
  color: #ffffff;
}
.cid-s9t1najSMS .body-item {
  text-align: center;
  color: #ffffff;
}
.cid-s9t1najSMS .mbr-section-title {
  color: #000000;
}
.cid-s9t1najSMS .head-item {
  color: #ffffff;
  text-align: center;
}
.cid-s9xfpyT17P {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/black-and-white-brick-wallpaper-7-1600x900.jpg");
}
@media (min-width: 992px) {
  .cid-s9xfpyT17P .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s9xfpyT17P .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s9xfpyT17P .mbr-text {
    text-align: center;
  }
}
.cid-s9xfqIG93P {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s9xfqIG93P .mbr-section-subtitle {
  color: #767676;
}
.cid-s9xfqIG93P .btn {
  margin: 0 0 .5rem 0;
}
.cid-s9gfr3OW78 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s9ghVC0aqI {
  background: #ffffff;
  padding-top: 90px;
  padding-bottom: 15px;
}
.cid-s9ghVC0aqI .image-block {
  margin: auto;
}
.cid-s9ghVC0aqI figcaption {
  position: relative;
}
.cid-s9ghVC0aqI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s9ghVC0aqI .image-block {
    width: 100% !important;
  }
}
.cid-s93wY3ZZ55 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s93wY3ZZ55 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s93wY3ZZ55 a {
  font-style: normal;
}
.cid-s93wY3ZZ55 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s93wY3ZZ55 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s93wY3ZZ55 .nav-item:focus,
.cid-s93wY3ZZ55 .nav-link:focus {
  outline: none;
}
.cid-s93wY3ZZ55 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s93wY3ZZ55 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s93wY3ZZ55 .menu-logo {
  margin-right: auto;
}
.cid-s93wY3ZZ55 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s93wY3ZZ55 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s93wY3ZZ55 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s93wY3ZZ55 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s93wY3ZZ55 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s93wY3ZZ55 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s93wY3ZZ55 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s93wY3ZZ55 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s93wY3ZZ55 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s93wY3ZZ55 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s93wY3ZZ55 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s93wY3ZZ55 .dropdown .dropdown-menu {
  background: #000000;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s93wY3ZZ55 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s93wY3ZZ55 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s93wY3ZZ55 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s93wY3ZZ55 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s93wY3ZZ55 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s93wY3ZZ55 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s93wY3ZZ55 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s93wY3ZZ55 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s93wY3ZZ55 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s93wY3ZZ55 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s93wY3ZZ55 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s93wY3ZZ55 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s93wY3ZZ55 button.navbar-toggler:focus {
  outline: none;
}
.cid-s93wY3ZZ55 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #01127b;
}
.cid-s93wY3ZZ55 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s93wY3ZZ55 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s93wY3ZZ55 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s93wY3ZZ55 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s93wY3ZZ55 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s93wY3ZZ55 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s93wY3ZZ55 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s93wY3ZZ55 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s93wY3ZZ55 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s93wY3ZZ55 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s93wY3ZZ55 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.collapsing,
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s93wY3ZZ55 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s93wY3ZZ55 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s93wY3ZZ55 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s93wY3ZZ55 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s93wY3ZZ55 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s93wY3ZZ55 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s93wY3ZZ55 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s93wY3ZZ55 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s93wY3ZZ55 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s93wY3ZZ55.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s93wY3ZZ55 img {
    height: 3.8rem !important;
  }
  .cid-s93wY3ZZ55 .btn {
    display: -webkit-flex;
  }
  .cid-s93wY3ZZ55 button.navbar-toggler {
    display: block;
  }
  .cid-s93wY3ZZ55 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s93wY3ZZ55 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s93wY3ZZ55 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s93wY3ZZ55 .navbar-collapse.collapsing,
  .cid-s93wY3ZZ55 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s93wY3ZZ55 .navbar-collapse.collapsing .navbar-nav,
  .cid-s93wY3ZZ55 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s93wY3ZZ55 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s93wY3ZZ55 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s93wY3ZZ55 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s93wY3ZZ55 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s93wY3ZZ55 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s93wY3ZZ55 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s93wY3ZZ55 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s93wY3ZZ55 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s93wY3ZZ55 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s93wY3ZZ55 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s93wY3ZZ55 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s93wY3ZZ55 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s93wY3ZZ55 .nav-link:hover,
.cid-s93wY3ZZ55 .dropdown-item:hover {
  color: #e4e70a !important;
}
.cid-s9gfr3OW78 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
