@import url(https://fonts.googleapis.com/css?family=Titan+One:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Satisfy:400&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Titan One', display;
  font-size: 5rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Titan One', display;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Satisfy', handwriting;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Titan One', display;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Satisfy', handwriting;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #630000 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #630000 !important;
  border-color: #630000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #170000 !important;
  border-color: #170000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #170000 !important;
  border-color: #170000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #630000;
  border-color: #630000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #630000 !important;
  border-color: #630000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !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: #630000 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !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: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #630000;
  border-color: #630000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #630000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e30000;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Satisfy', handwriting;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #630000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@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: #630000;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #630000;
}
/* Headers*/
@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: #630000;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #630000;
  border-bottom-color: #630000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #630000 !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: #ff3366 !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='%23630000' %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-uIJpwpbbjP {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #c1c1c1;
}
.cid-uIJpwpbbjP .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-uIJpwpbbjP .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-uIJpwpbbjP .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-uIJpwpbbjP .mbr-text {
  color: #ffffff;
}
.cid-uIJpwpbbjP .card {
  padding-bottom: 1.5rem;
}
.cid-uIJpwpbbjP H5 {
  color: #020202;
}
.cid-uyOtsXMK5w {
  background-image: url("../../../assets/images/pexels-evie-shaffer-1259279-2512282-2000x1335.jpg");
}
.cid-uyOvTRB4OE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uyOvTRB4OE .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uyOvTRB4OE .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uyOvTRB4OE .mbr-text {
  color: #232323;
}
.cid-uyOxSc13Hv {
  padding-top: 120px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-2.jpeg");
}
.cid-uyOysx3vaA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/pexels-marek-piwnicki-3907296-29008775-2000x1250.jpg");
}
.cid-uyOysx3vaA .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-uyOysx3vaA .step {
  width: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
.cid-uyOysx3vaA .separline {
  position: relative;
}
.cid-uyOysx3vaA .separline:after {
  top: 28px;
  left: 10px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (12px + 4px) * 2);
  background-color: #efefef;
}
.cid-uyOysx3vaA .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uyOysx3vaA .media-block {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyOysx3vaA .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-uyOysx3vaA .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uyOysx3vaA .mbr-step-text {
  color: #ffffff;
}
.cid-uyOysx3vaA .mbr-section-title {
  color: #cccccc;
}
.cid-uyOyuJZkXo {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uyOyuJZkXo .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-uyOyuJZkXo .pricing {
    padding: 1.5rem;
  }
}
.cid-uyOyuJZkXo .plan-header,
.cid-uyOyuJZkXo .plan-body {
  background-color: #fff;
}
.cid-uyOyuJZkXo .plan-title {
  margin-top: 1.4rem;
  color: #040527;
}
.cid-uyOyuJZkXo .price-figure {
  font-weight: 700;
  color: #ff24b6;
}
@media (max-width: 550px) {
  .cid-uyOyuJZkXo .price-figure {
    font-size: 4.25rem;
  }
}
.cid-uyOyuJZkXo .price-value {
  font-weight: 700;
  vertical-align: top;
}
.cid-uyOyuJZkXo hr {
  margin: 2rem 0;
}
.cid-uyOyuJZkXo P {
  color: #040527;
}
.cid-uyOyw8bHSC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uyOyw8bHSC .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-uyOyw8bHSC .step {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
.cid-uyOyw8bHSC .separline {
  position: relative;
}
.cid-uyOyw8bHSC .separline:after {
  top: 24px;
  left: 8px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (10px + 4px) * 2);
  background-color: #efefef;
}
.cid-uyOyw8bHSC .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uyOyw8bHSC .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyOyw8bHSC .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-uyOyw8bHSC .mbr-section-title {
  color: #5e567b;
}
.cid-uyOyw8bHSC .mbr-step-text {
  color: #767676;
}
.cid-uyOyx9T6ki {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/pexels-marek-piwnicki-3907296-29008775-2000x1250.jpg");
}
.cid-uyOyx9T6ki .mbr-section-subtitle,
.cid-uyOyx9T6ki .mbr-text {
  color: #767676;
}
.cid-uyOyx9T6ki .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uyOyx9T6ki .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uyOyx9T6ki .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uyOyx9T6ki .card-wrapper .card-img .mbr-overlay {
  background-color: #5e567b;
  display: none;
  transition: opacity .3s;
}
.cid-uyOyx9T6ki .card-wrapper .card-img img {
  width: 100%;
}
.cid-uyOyx9T6ki .card-wrapper .card-box {
  background-color: #5e567b;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uyOyx9T6ki .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uyOyx9T6ki .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uyOyx9T6ki .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-uyOyx9T6ki .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-uyOyx9T6ki .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-uyOyx9T6ki .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-uyOyx9T6ki .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-uyOyx9T6ki .mbr-section-title {
  color: #ffffff;
}
.cid-uyOyxXGjaj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-uyOyxXGjaj h2 {
  margin-bottom: 0;
}
.cid-uyOyxXGjaj h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-uyOyxXGjaj p {
  color: #767676;
  margin-bottom: 0;
}
.cid-uyOyxXGjaj .card-wrapper {
  border-top: 1px solid #0f7699;
  background-color: #efefef;
  position: relative;
  justify-content: unset;
}
.cid-uyOyxXGjaj .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-uyOyxXGjaj .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uyOyxXGjaj .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-uyOyxXGjaj .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-uyOyxXGjaj .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-uyOyxXGjaj H2 {
  text-align: center;
  color: #5e567b;
}
.cid-uyOyxXGjaj P {
  text-align: center;
}
.cid-uyOyyIuNUC {
  padding-top: 15px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/pexels-marek-piwnicki-3907296-29008775-2000x1250.jpg");
}
.cid-uyOyyIuNUC .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uyOyyIuNUC .mbr-content-text {
  color: #767676;
}
.cid-uyOyyIuNUC .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uyOyyIuNUC .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-uyOyyIuNUC .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-uyOyyIuNUC .img-text {
  color: #c1c1c1;
}
.cid-uyOyyIuNUC .mbr-section-title {
  color: #ffffff;
}
.cid-uyOyyIuNUC H4 {
  color: #ffffff;
}
.cid-uyOyzEzeLe {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-uyOyzEzeLe .image-block {
  margin: auto;
}
.cid-uyOyzEzeLe figcaption {
  position: relative;
}
.cid-uyOyzEzeLe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uyOyzEzeLe .image-block {
    width: 100% !important;
  }
}
.cid-uyOyCuUI5a {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-uyOyCuUI5a .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-uyOyCuUI5a .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uyOyEP0deL {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-uyOyEP0deL p {
  color: #767676;
}
.cid-uyOyEP0deL .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uyOyEP0deL .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uyOyEP0deL .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uyOyEP0deL .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uyOyEP0deL .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uyOyEP0deL .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uyOyFYjwx5 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uyOyFYjwx5 .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uyOyFYjwx5 div.b {
  padding-top: 2rem;
}
.cid-uyOyFYjwx5 .mbr-section-subtitle {
  color: #ff24b6;
}
.cid-uyOyFYjwx5 H2 {
  text-align: left;
}
.cid-uyOyGybPJW {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uyOyGybPJW .line {
  background-color: #040527;
  color: #040527;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uyOyGybPJW .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-uyOyGybPJW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uyOyGybPJW .inner-container {
    width: 100% !important;
  }
}
.cid-uJkuUn6iAL .navbar {
  background: #0e0000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uJkuUn6iAL .navbar-dropdown.bg-color.transparent.opened {
  background: #0e0000;
}
.cid-uJkuUn6iAL a {
  font-style: normal;
}
.cid-uJkuUn6iAL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uJkuUn6iAL .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-uJkuUn6iAL .nav-item:focus,
.cid-uJkuUn6iAL .nav-link:focus {
  outline: none;
}
.cid-uJkuUn6iAL .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uJkuUn6iAL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uJkuUn6iAL .menu-logo {
  margin-right: auto;
}
.cid-uJkuUn6iAL .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-uJkuUn6iAL .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-uJkuUn6iAL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uJkuUn6iAL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uJkuUn6iAL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uJkuUn6iAL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uJkuUn6iAL .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uJkuUn6iAL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uJkuUn6iAL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uJkuUn6iAL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJkuUn6iAL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uJkuUn6iAL .dropdown .dropdown-menu {
  background: #0e0000;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uJkuUn6iAL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uJkuUn6iAL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJkuUn6iAL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uJkuUn6iAL .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uJkuUn6iAL .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-uJkuUn6iAL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uJkuUn6iAL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uJkuUn6iAL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uJkuUn6iAL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uJkuUn6iAL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uJkuUn6iAL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uJkuUn6iAL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uJkuUn6iAL button.navbar-toggler:focus {
  outline: none;
}
.cid-uJkuUn6iAL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uJkuUn6iAL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uJkuUn6iAL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uJkuUn6iAL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uJkuUn6iAL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uJkuUn6iAL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJkuUn6iAL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uJkuUn6iAL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uJkuUn6iAL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJkuUn6iAL .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uJkuUn6iAL .collapsed .btn {
  display: -webkit-flex;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse.collapsing,
.cid-uJkuUn6iAL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uJkuUn6iAL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uJkuUn6iAL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uJkuUn6iAL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uJkuUn6iAL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uJkuUn6iAL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.1rem);
  }
}
.cid-uJkuUn6iAL .collapsed button.navbar-toggler {
  display: block;
}
.cid-uJkuUn6iAL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uJkuUn6iAL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uJkuUn6iAL .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-uJkuUn6iAL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uJkuUn6iAL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uJkuUn6iAL .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-uJkuUn6iAL.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uJkuUn6iAL img {
    height: 3.8rem !important;
  }
  .cid-uJkuUn6iAL .btn {
    display: -webkit-flex;
  }
  .cid-uJkuUn6iAL button.navbar-toggler {
    display: block;
  }
  .cid-uJkuUn6iAL .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uJkuUn6iAL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uJkuUn6iAL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uJkuUn6iAL .navbar-collapse.collapsing,
  .cid-uJkuUn6iAL .navbar-collapse.show {
    display: block !important;
  }
  .cid-uJkuUn6iAL .navbar-collapse.collapsing .navbar-nav,
  .cid-uJkuUn6iAL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uJkuUn6iAL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uJkuUn6iAL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uJkuUn6iAL .navbar-collapse.collapsing .navbar-buttons,
  .cid-uJkuUn6iAL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uJkuUn6iAL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uJkuUn6iAL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJkuUn6iAL .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-uJkuUn6iAL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uJkuUn6iAL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uJkuUn6iAL .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-uJkuUn6iAL .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uJkuUn6iAL .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uJkuUn6iAL .nav-link:hover,
.cid-uJkuUn6iAL .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uIJnCu6dUo {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #d60485;
}
.cid-uIJnCu6dUo P {
  color: #767676;
}
.cid-uBzb5YJ6IC {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #d60485;
}
.cid-uBzb5YJ6IC .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uBzb5YJ6IC .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uBzb5YJ6IC .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uBzb5YJ6IC H1 {
  color: #f7ed4a;
}
.cid-uBzg8xICot {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #d60485;
}
@media (min-width: 992px) {
  .cid-uBzg8xICot .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uBzg8xICot .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uBzg8xICot .mbr-text {
  color: #041b47;
}
.cid-uBzgxkrocP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ff3cb4;
}
.cid-uBzgxkrocP .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uBzgxkrocP .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uBzgxkrocP .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-uBzgxkrocP .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uBzgxkrocP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBzgygroGY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ff3cb4;
}
@media (min-width: 992px) {
  .cid-uBzgygroGY .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uBzgygroGY .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-uBzgygroGY .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBKnivOWTL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uBKnivOWTL h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-uBKnivOWTL p {
  color: #ffffff;
}
.cid-uBKnivOWTL .card {
  margin-bottom: 2rem;
}
.cid-uBKnivOWTL .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #e39dcc;
}
.cid-uBKnivOWTL .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-uBKnivOWTL .card-box {
  padding-bottom: 2rem;
  background-color: #e39dcc;
  background: linear-gradient(#e39dcc, transparent);
}
.cid-uBKnivOWTL .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-uBKnivOWTL .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-uBKnivOWTL .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uBKnivOWTL .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uBKnivOWTL P {
  color: #041b47;
}
.cid-uBKoNYJIKt {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uBKoNYJIKt .mbr-section-subtitle {
  color: #767676;
}
.cid-uBKoLen8jj {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uBKoLen8jj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uBKoLen8jj p {
  color: #767676;
  text-align: left;
}
.cid-uBKoLen8jj .card-box {
  padding-top: 2rem;
}
.cid-uBKoLen8jj .card-wrapper {
  height: 100%;
}
.cid-uBKoLen8jj .card-title {
  text-align: center;
  color: #041b47;
}
.cid-uBKr1wI69j {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ff3cb4;
}
.cid-uBKr1wI69j h2 {
  text-align: left;
}
.cid-uBKr1wI69j h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uBKr1wI69j p {
  color: #767676;
  text-align: left;
}
.cid-uBKr1wI69j .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uBKr1wI69j .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uBKr1wI69j .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uBKr1wI69j .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uBKr1wI69j .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uBKr1wI69j .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uBKr1wI69j .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uBKr1wI69j .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uBKr1wI69j .card-img span {
    font-size: 40px !important;
  }
}
.cid-uBKr1wI69j H2 {
  color: #041b47;
  text-align: center;
}
.cid-uBKr1wI69j .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uBKr1wI69j P {
  color: #ffffff;
  text-align: center;
}
.cid-uBKsv6ZZEZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #d60485;
}
.cid-uBKsv6ZZEZ .mbr-section-subtitle {
  color: #232323;
}
.cid-uBKsv6ZZEZ H2 {
  color: #041b47;
}
.cid-uBKt3dWUrA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uBKt3dWUrA .line {
  background-color: #040404;
  color: #040404;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uBKt3dWUrA .section-text {
  padding: 2rem 0;
  color: #ffca6c;
}
.cid-uBKt3dWUrA .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uBKt3dWUrA .inner-container {
    width: 100% !important;
  }
}
.cid-uJkuUn6iAL .navbar {
  background: #0e0000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uJkuUn6iAL .navbar-dropdown.bg-color.transparent.opened {
  background: #0e0000;
}
.cid-uJkuUn6iAL a {
  font-style: normal;
}
.cid-uJkuUn6iAL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uJkuUn6iAL .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-uJkuUn6iAL .nav-item:focus,
.cid-uJkuUn6iAL .nav-link:focus {
  outline: none;
}
.cid-uJkuUn6iAL .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uJkuUn6iAL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uJkuUn6iAL .menu-logo {
  margin-right: auto;
}
.cid-uJkuUn6iAL .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-uJkuUn6iAL .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-uJkuUn6iAL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uJkuUn6iAL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uJkuUn6iAL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uJkuUn6iAL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uJkuUn6iAL .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uJkuUn6iAL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uJkuUn6iAL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uJkuUn6iAL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJkuUn6iAL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uJkuUn6iAL .dropdown .dropdown-menu {
  background: #0e0000;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uJkuUn6iAL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uJkuUn6iAL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJkuUn6iAL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uJkuUn6iAL .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uJkuUn6iAL .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-uJkuUn6iAL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uJkuUn6iAL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uJkuUn6iAL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uJkuUn6iAL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uJkuUn6iAL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uJkuUn6iAL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uJkuUn6iAL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uJkuUn6iAL button.navbar-toggler:focus {
  outline: none;
}
.cid-uJkuUn6iAL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uJkuUn6iAL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uJkuUn6iAL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uJkuUn6iAL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uJkuUn6iAL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uJkuUn6iAL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJkuUn6iAL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uJkuUn6iAL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uJkuUn6iAL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJkuUn6iAL .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uJkuUn6iAL .collapsed .btn {
  display: -webkit-flex;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse.collapsing,
.cid-uJkuUn6iAL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uJkuUn6iAL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uJkuUn6iAL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uJkuUn6iAL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uJkuUn6iAL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uJkuUn6iAL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.1rem);
  }
}
.cid-uJkuUn6iAL .collapsed button.navbar-toggler {
  display: block;
}
.cid-uJkuUn6iAL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uJkuUn6iAL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uJkuUn6iAL .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-uJkuUn6iAL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uJkuUn6iAL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uJkuUn6iAL .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-uJkuUn6iAL.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uJkuUn6iAL img {
    height: 3.8rem !important;
  }
  .cid-uJkuUn6iAL .btn {
    display: -webkit-flex;
  }
  .cid-uJkuUn6iAL button.navbar-toggler {
    display: block;
  }
  .cid-uJkuUn6iAL .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uJkuUn6iAL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uJkuUn6iAL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uJkuUn6iAL .navbar-collapse.collapsing,
  .cid-uJkuUn6iAL .navbar-collapse.show {
    display: block !important;
  }
  .cid-uJkuUn6iAL .navbar-collapse.collapsing .navbar-nav,
  .cid-uJkuUn6iAL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uJkuUn6iAL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uJkuUn6iAL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uJkuUn6iAL .navbar-collapse.collapsing .navbar-buttons,
  .cid-uJkuUn6iAL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uJkuUn6iAL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uJkuUn6iAL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJkuUn6iAL .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-uJkuUn6iAL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uJkuUn6iAL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uJkuUn6iAL .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-uJkuUn6iAL .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uJkuUn6iAL .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uJkuUn6iAL .nav-link:hover,
.cid-uJkuUn6iAL .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uJkuUn6iAL .navbar {
  background: #0e0000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uJkuUn6iAL .navbar-dropdown.bg-color.transparent.opened {
  background: #0e0000;
}
.cid-uJkuUn6iAL a {
  font-style: normal;
}
.cid-uJkuUn6iAL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uJkuUn6iAL .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-uJkuUn6iAL .nav-item:focus,
.cid-uJkuUn6iAL .nav-link:focus {
  outline: none;
}
.cid-uJkuUn6iAL .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uJkuUn6iAL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uJkuUn6iAL .menu-logo {
  margin-right: auto;
}
.cid-uJkuUn6iAL .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-uJkuUn6iAL .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-uJkuUn6iAL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uJkuUn6iAL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uJkuUn6iAL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uJkuUn6iAL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uJkuUn6iAL .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uJkuUn6iAL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uJkuUn6iAL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uJkuUn6iAL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJkuUn6iAL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uJkuUn6iAL .dropdown .dropdown-menu {
  background: #0e0000;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uJkuUn6iAL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uJkuUn6iAL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJkuUn6iAL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uJkuUn6iAL .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uJkuUn6iAL .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-uJkuUn6iAL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uJkuUn6iAL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uJkuUn6iAL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uJkuUn6iAL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uJkuUn6iAL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uJkuUn6iAL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uJkuUn6iAL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uJkuUn6iAL button.navbar-toggler:focus {
  outline: none;
}
.cid-uJkuUn6iAL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uJkuUn6iAL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uJkuUn6iAL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uJkuUn6iAL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uJkuUn6iAL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uJkuUn6iAL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJkuUn6iAL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uJkuUn6iAL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uJkuUn6iAL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJkuUn6iAL .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uJkuUn6iAL .collapsed .btn {
  display: -webkit-flex;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse.collapsing,
.cid-uJkuUn6iAL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uJkuUn6iAL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uJkuUn6iAL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uJkuUn6iAL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uJkuUn6iAL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uJkuUn6iAL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.1rem);
  }
}
.cid-uJkuUn6iAL .collapsed button.navbar-toggler {
  display: block;
}
.cid-uJkuUn6iAL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uJkuUn6iAL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uJkuUn6iAL .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-uJkuUn6iAL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uJkuUn6iAL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uJkuUn6iAL .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-uJkuUn6iAL.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uJkuUn6iAL img {
    height: 3.8rem !important;
  }
  .cid-uJkuUn6iAL .btn {
    display: -webkit-flex;
  }
  .cid-uJkuUn6iAL button.navbar-toggler {
    display: block;
  }
  .cid-uJkuUn6iAL .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uJkuUn6iAL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uJkuUn6iAL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uJkuUn6iAL .navbar-collapse.collapsing,
  .cid-uJkuUn6iAL .navbar-collapse.show {
    display: block !important;
  }
  .cid-uJkuUn6iAL .navbar-collapse.collapsing .navbar-nav,
  .cid-uJkuUn6iAL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uJkuUn6iAL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uJkuUn6iAL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uJkuUn6iAL .navbar-collapse.collapsing .navbar-buttons,
  .cid-uJkuUn6iAL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uJkuUn6iAL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uJkuUn6iAL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJkuUn6iAL .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-uJkuUn6iAL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uJkuUn6iAL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uJkuUn6iAL .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-uJkuUn6iAL .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uJkuUn6iAL .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uJkuUn6iAL .nav-link:hover,
.cid-uJkuUn6iAL .dropdown-item:hover {
  color: #767676 !important;
}
.cid-us0SnahkgD {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1310.jpg");
}
.cid-us0SnahkgD .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-us0SnahkgD .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-us0SnahkgD .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uGo4UfpZaH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0e0000;
}
.cid-uGo4UfpZaH .mbr-text {
  color: #700202;
}
.cid-uHtrOrJNzY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uHtrOrJNzY .mbr-section-subtitle,
.cid-uHtrOrJNzY .mbr-text {
  color: #767676;
}
.cid-uHtrOrJNzY .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uHtrOrJNzY .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uHtrOrJNzY .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uHtrOrJNzY .card-wrapper .card-img .mbr-overlay {
  background-color: #efefef;
  display: none;
  transition: opacity .3s;
}
.cid-uHtrOrJNzY .card-wrapper .card-img img {
  width: 100%;
}
.cid-uHtrOrJNzY .card-wrapper .card-box {
  background-color: #efefef;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uHtrOrJNzY .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uHtrOrJNzY .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uHtrOrJNzY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-uHtrOrJNzY .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-uHtrOrJNzY .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-uHtrOrJNzY .card-title {
  text-align: center;
}
.cid-uHtrOrJNzY .mbr-section-title {
  color: #0e0000;
}
.cid-uJf5IzaJkX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uJf5IzaJkX .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-uJf5IzaJkX .mbr-author-name {
  font-weight: bold;
}
.cid-uJf5IzaJkX .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uJf5IzaJkX .mbr-figure,
  .cid-uJf5IzaJkX img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-uJf5IzaJkX .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-us0KG635W9 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-us0KG635W9 .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-us0KG635W9 div.b {
  padding-top: 2rem;
}
.cid-us0KG635W9 .mbr-section-subtitle {
  color: #630000;
}
.cid-us0KG635W9 H5 {
  color: #ffffff;
}
.cid-uJf6CCkXA6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uJf6CCkXA6 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uJf6CCkXA6 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-uJf6CCkXA6 .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uJf6CCkXA6 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uJf6CCkXA6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uJf6CCkXA6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uJf6CCkXA6 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uJf6CCkXA6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uJf6CCkXA6 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uJf6CCkXA6 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uJf6CCkXA6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJf6CCkXA6 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uJf6CCkXA6 .links {
  color: #ffffff;
}
.cid-uJf6CCkXA6 .copyright > p {
  color: #cc2952;
}
.cid-uIJitcxYLt {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #021519;
}
.cid-uIJitcxYLt .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-uIJitcxYLt .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-uIJitcxYLt .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-uIJitcxYLt .mbr-text {
  color: #ffffff;
}
.cid-uIJitcxYLt .card {
  padding-bottom: 1.5rem;
}
.cid-uIJitcxYLt H5 {
  color: #020202;
}
.cid-uIIch1SHqd {
  background-image: url("../../../assets/images/copy-of-blue-minimalist-certificate-of-achievement-2000x1414.jpg");
}
.cid-uIJ9o9Vpmn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uIJ9o9Vpmn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uIJ9o9Vpmn p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uIJ9o9Vpmn .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-uIJ9o9Vpmn .mbr-section-btn a {
  margin: 0;
}
.cid-uIJ9o9Vpmn .mbr-text {
  color: #767676;
}
.cid-uIJ9o9Vpmn .card-wrapper {
  height: 100%;
  background: #ffffff;
}
.cid-uIJ9o9Vpmn .card-wrapper .card-box {
  padding: 0 2rem 2rem;
}
@media (max-width: 767px) {
  .cid-uIJ9o9Vpmn .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-uIJ9o9Vpmn .card-title {
  text-align: center;
  color: #0a0808;
}
.cid-uIJ9o9Vpmn H2 {
  text-align: center;
}
.cid-uIIiIR2eGC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0e0000;
}
.cid-uIIiIR2eGC h2 {
  text-align: center;
}
.cid-uIIiIR2eGC h3 {
  text-align: center;
  font-weight: 300;
}
.cid-uIIiIR2eGC p {
  color: #767676;
}
.cid-uIIiIR2eGC img {
  object-fit: cover;
}
.cid-uIIiIR2eGC .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uIIiIR2eGC .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uIIiIR2eGC .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-uIIiIR2eGC .mbr-section-subtitle {
  color: #767676;
}
.cid-uIIiIR2eGC .card-title {
  font-weight: 500;
}
.cid-uIIiIR2eGC .card-img {
  text-align: inherit;
}
.cid-uIIiIR2eGC .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uIIiIR2eGC .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uIIiIR2eGC .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIIiIR2eGC .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-uIIiIR2eGC .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-uIIiIR2eGC .card:nth-child(1) {
    padding-bottom: 0 !important;
  }
}
.cid-uIIiIR2eGC .mbr-section-title {
  color: #ffffff;
}
.cid-uIIiIR2eGC .mbr-crt-title {
  color: #efefef;
}
.cid-uIIjWlClQf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #021519;
}
.cid-uIIjWlClQf .mbr-section-subtitle {
  color: #efefef;
}
.cid-uIIjWlClQf H2 {
  color: #ffffff;
}
.cid-uIIkf9MzHF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #021519;
}
.cid-uIImK04RV3 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #0a0808;
}
.cid-uIImK04RV3 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uIImK04RV3 .mbr-content-text {
  color: #efefef;
  margin-bottom: 0;
}
.cid-uIImK04RV3 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uIImK04RV3 .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #cccccc;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uIImK04RV3 .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-uIImK04RV3 .cards-block {
    border-top: 2px solid #cccccc;
  }
}
.cid-uIImK04RV3 .cards-block .card {
  border-bottom: 2px solid #cccccc;
  border-radius: 0;
}
.cid-uIImK04RV3 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-uIImK04RV3 .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-uIImK04RV3 .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-uIImK04RV3 H4 {
  text-align: left;
  color: #ffffff;
}
.cid-uIImK04RV3 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uIImK04RV3 .img-text {
  color: #ffffff;
}
.cid-uIInWRgm12 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #021519;
}
.cid-uIInWRgm12 .mbr-section-subtitle,
.cid-uIInWRgm12 .mbr-text {
  color: #767676;
}
.cid-uIInWRgm12 .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uIInWRgm12 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uIInWRgm12 .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uIInWRgm12 .card-wrapper .card-img .mbr-overlay {
  background-color: #021519;
  display: none;
  transition: opacity .3s;
}
.cid-uIInWRgm12 .card-wrapper .card-img img {
  width: 100%;
}
.cid-uIInWRgm12 .card-wrapper .card-box {
  background-color: #021519;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uIInWRgm12 .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uIInWRgm12 .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uIInWRgm12 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-uIInWRgm12 .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-uIInWRgm12 .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-uIInWRgm12 .card-title {
  color: #ffffff;
}
.cid-uIInWRgm12 .mbr-section-title {
  color: #ffffff;
}
.cid-uIInWRgm12 .mbr-text {
  color: #efefef;
}
.cid-uIIpfzkgYy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0a0808;
}
.cid-uIIpfzkgYy .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uIIpfzkgYy H2 {
  color: #ffffff;
}
.cid-uIIq3OMErT {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #021519;
}
.cid-uIIq3OMErT h2 {
  text-align: left;
}
.cid-uIIq3OMErT h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uIIq3OMErT p {
  color: #767676;
  text-align: left;
}
.cid-uIIq3OMErT .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uIIq3OMErT .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uIIq3OMErT .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIIq3OMErT .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uIIq3OMErT .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uIIq3OMErT .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uIIq3OMErT .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uIIq3OMErT .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uIIq3OMErT .card-img span {
    font-size: 40px !important;
  }
}
.cid-uIIq3OMErT H2 {
  color: #ffffff;
}
.cid-uIIq3OMErT .mbr-text {
  color: #efefef;
}
.cid-uIJbhVq690 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uIJbhVq690 .mbr-section-btn > * {
  margin: 0;
}
.cid-uIJbhVq690 h4 {
  font-weight: 500;
}
.cid-uIJbhVq690 p {
  color: #232323;
}
.cid-uIJbhVq690 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uIJbhVq690 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uIJbhVq690 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uIJbhVq690 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uIJbhVq690 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uIJbhVq690 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uIJbhVq690 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uIJbhVq690 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uIJbhVq690 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uIJbhVq690 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uIICqEm9WY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uIICqEm9WY .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uIICqEm9WY div.b {
  padding-top: 2rem;
}
.cid-uIICqEm9WY .mbr-section-subtitle {
  color: #767676;
}
.cid-uIIxjng74M {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #040404;
}
.cid-uIIxjng74M .mbr-section-subtitle {
  color: #767676;
}
.cid-uIIxjng74M H2 {
  color: #ffffff;
}
.cid-uJkuUn6iAL .navbar {
  background: #0e0000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uJkuUn6iAL .navbar-dropdown.bg-color.transparent.opened {
  background: #0e0000;
}
.cid-uJkuUn6iAL a {
  font-style: normal;
}
.cid-uJkuUn6iAL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uJkuUn6iAL .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-uJkuUn6iAL .nav-item:focus,
.cid-uJkuUn6iAL .nav-link:focus {
  outline: none;
}
.cid-uJkuUn6iAL .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uJkuUn6iAL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uJkuUn6iAL .menu-logo {
  margin-right: auto;
}
.cid-uJkuUn6iAL .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-uJkuUn6iAL .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-uJkuUn6iAL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uJkuUn6iAL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uJkuUn6iAL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uJkuUn6iAL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uJkuUn6iAL .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uJkuUn6iAL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uJkuUn6iAL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uJkuUn6iAL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJkuUn6iAL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uJkuUn6iAL .dropdown .dropdown-menu {
  background: #0e0000;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uJkuUn6iAL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uJkuUn6iAL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJkuUn6iAL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uJkuUn6iAL .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uJkuUn6iAL .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-uJkuUn6iAL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uJkuUn6iAL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uJkuUn6iAL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uJkuUn6iAL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uJkuUn6iAL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uJkuUn6iAL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uJkuUn6iAL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uJkuUn6iAL button.navbar-toggler:focus {
  outline: none;
}
.cid-uJkuUn6iAL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uJkuUn6iAL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uJkuUn6iAL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uJkuUn6iAL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uJkuUn6iAL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uJkuUn6iAL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJkuUn6iAL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uJkuUn6iAL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uJkuUn6iAL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJkuUn6iAL .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uJkuUn6iAL .collapsed .btn {
  display: -webkit-flex;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse.collapsing,
.cid-uJkuUn6iAL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uJkuUn6iAL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uJkuUn6iAL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uJkuUn6iAL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uJkuUn6iAL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uJkuUn6iAL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.1rem);
  }
}
.cid-uJkuUn6iAL .collapsed button.navbar-toggler {
  display: block;
}
.cid-uJkuUn6iAL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uJkuUn6iAL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uJkuUn6iAL .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-uJkuUn6iAL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uJkuUn6iAL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uJkuUn6iAL .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-uJkuUn6iAL.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uJkuUn6iAL img {
    height: 3.8rem !important;
  }
  .cid-uJkuUn6iAL .btn {
    display: -webkit-flex;
  }
  .cid-uJkuUn6iAL button.navbar-toggler {
    display: block;
  }
  .cid-uJkuUn6iAL .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uJkuUn6iAL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uJkuUn6iAL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uJkuUn6iAL .navbar-collapse.collapsing,
  .cid-uJkuUn6iAL .navbar-collapse.show {
    display: block !important;
  }
  .cid-uJkuUn6iAL .navbar-collapse.collapsing .navbar-nav,
  .cid-uJkuUn6iAL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uJkuUn6iAL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uJkuUn6iAL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uJkuUn6iAL .navbar-collapse.collapsing .navbar-buttons,
  .cid-uJkuUn6iAL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uJkuUn6iAL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uJkuUn6iAL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJkuUn6iAL .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-uJkuUn6iAL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uJkuUn6iAL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uJkuUn6iAL .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-uJkuUn6iAL .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uJkuUn6iAL .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uJkuUn6iAL .nav-link:hover,
.cid-uJkuUn6iAL .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uJke72uDO8 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #0e0000;
}
.cid-uJeuweoWh6 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/pexels-pixabay-66905-2000x1500.jpg");
}
.cid-uJeuweoWh6 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJeuweoWh6 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uJeuweoWh6 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uJeuwfhh75 {
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/pexels-marek-piwnicki-3907296-29008775-2000x1250.jpg");
}
.cid-uJeuwfhh75 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-uJeuwfhh75 .step {
  width: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
.cid-uJeuwfhh75 .separline {
  position: relative;
}
.cid-uJeuwfhh75 .separline:after {
  top: 28px;
  left: 10px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (12px + 4px) * 2);
  background-color: #efefef;
}
.cid-uJeuwfhh75 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uJeuwfhh75 .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJeuwfhh75 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-uJeuwfhh75 .mbr-step-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJeuwfhh75 .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uJeuwfPbqx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #630000;
}
.cid-uJeuwfPbqx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJeuwfPbqx H2 {
  color: #ffffff;
}
.cid-uJeuwgcKmR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uJeuwgcKmR .mbr-text {
  color: #630000;
}
.cid-uJeuwgwtu1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uJeuwgwtu1 .mbr-section-subtitle,
.cid-uJeuwgwtu1 .mbr-text {
  color: #767676;
}
.cid-uJeuwgwtu1 .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJeuwgwtu1 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uJeuwgwtu1 .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uJeuwgwtu1 .card-wrapper .card-img .mbr-overlay {
  background-color: #efefef;
  display: none;
  transition: opacity .3s;
}
.cid-uJeuwgwtu1 .card-wrapper .card-img img {
  width: 100%;
}
.cid-uJeuwgwtu1 .card-wrapper .card-box {
  background-color: #efefef;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uJeuwgwtu1 .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uJeuwgwtu1 .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uJeuwgwtu1 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-uJeuwgwtu1 .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-uJeuwgwtu1 .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-uJeuwgwtu1 .card-title {
  text-align: center;
}
.cid-uJeuwh22uu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #040404;
}
.cid-uJeuwh22uu .mbr-section-subtitle {
  color: #767676;
}
.cid-uJeuwh22uu H2 {
  color: #ffffff;
}
.cid-uJeuwhmiF4 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #040404;
}
.cid-uJeuwhmiF4 .card {
  align-self: stretch;
}
.cid-uJeuwhmiF4 .card-box {
  height: 100%;
  background-color: #630000;
  padding: 2rem;
}
.cid-uJeuwhmiF4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uJeuwhmiF4 p {
  color: #767676;
  text-align: left;
}
.cid-uJeuwhmiF4 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uJeuwhmiF4 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uJeuwhmiF4 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uJeuwhmiF4 .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJeuwhmiF4 P {
  text-align: center;
  color: #ffffff;
}
.cid-uJeuwhShe3 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #040404;
}
.cid-uJeuwhShe3 .card {
  align-self: stretch;
}
.cid-uJeuwhShe3 .card-box {
  height: 100%;
  background-color: #630000;
  padding: 2rem;
}
.cid-uJeuwhShe3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uJeuwhShe3 p {
  color: #767676;
  text-align: left;
}
.cid-uJeuwhShe3 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uJeuwhShe3 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uJeuwhShe3 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uJeuwhShe3 .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJeuwhShe3 P {
  text-align: center;
  color: #ffffff;
}
.cid-v8G32CkuaK {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/pexels-achilles-720457-2000x1333.jpg");
}
.cid-v8G32CkuaK .mbr-section-subtitle,
.cid-v8G32CkuaK .mbr-text {
  color: #767676;
}
.cid-v8G32CkuaK .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v8G32CkuaK .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v8G32CkuaK .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-v8G32CkuaK .card-wrapper .card-img .mbr-overlay {
  background-color: #700202;
  display: none;
  transition: opacity .3s;
}
.cid-v8G32CkuaK .card-wrapper .card-img img {
  width: 100%;
}
.cid-v8G32CkuaK .card-wrapper .card-box {
  background-color: #700202;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-v8G32CkuaK .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-v8G32CkuaK .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-v8G32CkuaK .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-v8G32CkuaK .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-v8G32CkuaK .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-v8G32CkuaK .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-v8G32CkuaK .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-v8G32CkuaK .mbr-section-title {
  color: #efefef;
}
.cid-uJeuwiNQBk {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/pexels-achilles-720457-2000x1333.jpg");
}
.cid-uJeuwiNQBk .mbr-section-subtitle,
.cid-uJeuwiNQBk .mbr-text {
  color: #767676;
}
.cid-uJeuwiNQBk .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJeuwiNQBk .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uJeuwiNQBk .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uJeuwiNQBk .card-wrapper .card-img .mbr-overlay {
  background-color: #700202;
  display: none;
  transition: opacity .3s;
}
.cid-uJeuwiNQBk .card-wrapper .card-img img {
  width: 100%;
}
.cid-uJeuwiNQBk .card-wrapper .card-box {
  background-color: #700202;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uJeuwiNQBk .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uJeuwiNQBk .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uJeuwiNQBk .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-uJeuwiNQBk .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-uJeuwiNQBk .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-uJeuwiNQBk .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJeuwiNQBk .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uJeuwje2W3 {
  padding-top: 45px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/pexels-achilles-720457-2000x1333.jpg");
}
.cid-uJeuwje2W3 .mbr-section-subtitle,
.cid-uJeuwje2W3 .mbr-text {
  color: #767676;
}
.cid-uJeuwje2W3 .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uJeuwje2W3 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uJeuwje2W3 .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uJeuwje2W3 .card-wrapper .card-img .mbr-overlay {
  background-color: #700202;
  display: none;
  transition: opacity .3s;
}
.cid-uJeuwje2W3 .card-wrapper .card-img img {
  width: 100%;
}
.cid-uJeuwje2W3 .card-wrapper .card-box {
  background-color: #700202;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uJeuwje2W3 .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uJeuwje2W3 .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uJeuwje2W3 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-uJeuwje2W3 .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-uJeuwje2W3 .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-uJeuwje2W3 .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJeuwje2W3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJeuwjHRv0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-uJeuwjHRv0 h2 {
  margin-bottom: 0;
}
.cid-uJeuwjHRv0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-uJeuwjHRv0 p {
  color: #767676;
  margin-bottom: 0;
}
.cid-uJeuwjHRv0 .card-wrapper {
  border-top: 1px solid #630000;
  background-color: #efefef;
  position: relative;
  justify-content: unset;
}
.cid-uJeuwjHRv0 .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-uJeuwjHRv0 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uJeuwjHRv0 .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-uJeuwjHRv0 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-uJeuwjHRv0 .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-uJeuwjHRv0 H2 {
  text-align: center;
  color: #630000;
}
.cid-uJeuwjHRv0 P {
  text-align: center;
}
.cid-uJeuwkIj4N {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0a0808;
}
.cid-uJeuwkIj4N h2 {
  text-align: left;
}
.cid-uJeuwkIj4N h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uJeuwkIj4N p {
  color: #767676;
  text-align: left;
}
.cid-uJeuwkIj4N .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uJeuwkIj4N .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uJeuwkIj4N .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uJeuwkIj4N .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uJeuwkIj4N .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uJeuwkIj4N .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uJeuwkIj4N .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uJeuwkIj4N .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uJeuwkIj4N .card-img span {
    font-size: 40px !important;
  }
}
.cid-uJeuwkIj4N P {
  text-align: center;
  color: #cccccc;
}
.cid-uJeuwkIj4N H4 {
  text-align: center;
  color: #c1c1c1;
}
.cid-uJeuwkIj4N H2 {
  color: #ffffff;
  text-align: center;
}
.cid-uJeuwkIj4N .mbr-text {
  color: #ffffff;
}
.cid-vaizEr8CF4 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #0a0808;
}
.cid-vaizEr8CF4 h2 {
  text-align: left;
}
.cid-vaizEr8CF4 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-vaizEr8CF4 p {
  color: #767676;
  text-align: left;
}
.cid-vaizEr8CF4 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-vaizEr8CF4 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-vaizEr8CF4 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vaizEr8CF4 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vaizEr8CF4 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-vaizEr8CF4 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-vaizEr8CF4 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-vaizEr8CF4 .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-vaizEr8CF4 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-vaizEr8CF4 .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-vaizEr8CF4 .card-img span {
    font-size: 40px !important;
  }
}
.cid-vaizEr8CF4 P {
  text-align: center;
  color: #cccccc;
}
.cid-vaizEr8CF4 H4 {
  text-align: center;
  color: #c1c1c1;
}
.cid-vaizEr8CF4 H2 {
  color: #ffffff;
  text-align: center;
}
.cid-vaizEr8CF4 .mbr-text {
  color: #ffffff;
}
.cid-uJeuwl8906 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uJeuwl8906 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-uJeuwl8906 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uJeuwlseqK {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #630000;
}
.cid-uJeuwlseqK p {
  color: #767676;
}
.cid-uJeuwlseqK .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uJeuwlseqK .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uJeuwlseqK .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uJeuwlseqK .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uJeuwlseqK .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uJeuwlseqK .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uJeuwlseqK H2 {
  color: #ffffff;
}
.cid-uJeuwlseqK H4 {
  color: #ffffff;
}
.cid-uJeuwlseqK .panel-text {
  color: #ffffff;
}
.cid-uJeuwlUfwI {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uJeuwlUfwI .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-uJeuwlUfwI div.b {
  padding-top: 2rem;
}
.cid-uJeuwlUfwI .mbr-section-subtitle {
  color: #630000;
}
.cid-uJeuwmg02K {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uJeuwmg02K .line {
  background-color: #040527;
  color: #040527;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uJeuwmg02K .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-uJeuwmg02K .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uJeuwmg02K .inner-container {
    width: 100% !important;
  }
}
.cid-uJkuUn6iAL .navbar {
  background: #0e0000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uJkuUn6iAL .navbar-dropdown.bg-color.transparent.opened {
  background: #0e0000;
}
.cid-uJkuUn6iAL a {
  font-style: normal;
}
.cid-uJkuUn6iAL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uJkuUn6iAL .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-uJkuUn6iAL .nav-item:focus,
.cid-uJkuUn6iAL .nav-link:focus {
  outline: none;
}
.cid-uJkuUn6iAL .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uJkuUn6iAL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uJkuUn6iAL .menu-logo {
  margin-right: auto;
}
.cid-uJkuUn6iAL .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-uJkuUn6iAL .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-uJkuUn6iAL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uJkuUn6iAL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uJkuUn6iAL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uJkuUn6iAL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uJkuUn6iAL .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uJkuUn6iAL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uJkuUn6iAL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uJkuUn6iAL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJkuUn6iAL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uJkuUn6iAL .dropdown .dropdown-menu {
  background: #0e0000;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uJkuUn6iAL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uJkuUn6iAL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJkuUn6iAL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uJkuUn6iAL .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uJkuUn6iAL .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-uJkuUn6iAL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uJkuUn6iAL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uJkuUn6iAL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uJkuUn6iAL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uJkuUn6iAL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uJkuUn6iAL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uJkuUn6iAL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uJkuUn6iAL button.navbar-toggler:focus {
  outline: none;
}
.cid-uJkuUn6iAL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uJkuUn6iAL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uJkuUn6iAL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uJkuUn6iAL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uJkuUn6iAL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uJkuUn6iAL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJkuUn6iAL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uJkuUn6iAL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uJkuUn6iAL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJkuUn6iAL .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uJkuUn6iAL .collapsed .btn {
  display: -webkit-flex;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse.collapsing,
.cid-uJkuUn6iAL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uJkuUn6iAL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uJkuUn6iAL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uJkuUn6iAL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uJkuUn6iAL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uJkuUn6iAL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uJkuUn6iAL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.1rem);
  }
}
.cid-uJkuUn6iAL .collapsed button.navbar-toggler {
  display: block;
}
.cid-uJkuUn6iAL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uJkuUn6iAL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uJkuUn6iAL .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-uJkuUn6iAL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uJkuUn6iAL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uJkuUn6iAL .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-uJkuUn6iAL.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uJkuUn6iAL img {
    height: 3.8rem !important;
  }
  .cid-uJkuUn6iAL .btn {
    display: -webkit-flex;
  }
  .cid-uJkuUn6iAL button.navbar-toggler {
    display: block;
  }
  .cid-uJkuUn6iAL .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uJkuUn6iAL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uJkuUn6iAL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uJkuUn6iAL .navbar-collapse.collapsing,
  .cid-uJkuUn6iAL .navbar-collapse.show {
    display: block !important;
  }
  .cid-uJkuUn6iAL .navbar-collapse.collapsing .navbar-nav,
  .cid-uJkuUn6iAL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uJkuUn6iAL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uJkuUn6iAL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uJkuUn6iAL .navbar-collapse.collapsing .navbar-buttons,
  .cid-uJkuUn6iAL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uJkuUn6iAL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uJkuUn6iAL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJkuUn6iAL .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-uJkuUn6iAL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uJkuUn6iAL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uJkuUn6iAL .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-uJkuUn6iAL .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uJkuUn6iAL .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uJkuUn6iAL .nav-link:hover,
.cid-uJkuUn6iAL .dropdown-item:hover {
  color: #767676 !important;
}
