body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 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: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #e7ba63 !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: #e7ba63 !important;
  border-color: #e7ba63 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #dc9c22 !important;
  border-color: #dc9c22 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #dc9c22 !important;
  border-color: #dc9c22 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !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: #c68d1e;
  color: #c68d1e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e7ba63;
  border-color: #e7ba63;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e7ba63 !important;
  border-color: #e7ba63 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #2a0811;
  color: #2a0811;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #7f1933;
  border-color: #7f1933;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7f1933 !important;
  border-color: #7f1933 !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: #e7ba63 !important;
}
.text-secondary {
  color: #7f1933 !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: #c68d1e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #2a0811 !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) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e7ba63;
  border-color: #e7ba63;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e7ba63;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #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*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #e7ba63;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #e7ba63;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #e7ba63;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e7ba63;
  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: #e7ba63;
  border-bottom-color: #e7ba63;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #e7ba63 !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: #7f1933 !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='%23e7ba63' %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-tB4jjVcDKQ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #efefef);
}
.cid-tB4jjVcDKQ .image-block {
  margin: auto;
}
.cid-tB4jjVcDKQ figcaption {
  position: relative;
}
.cid-tB4jjVcDKQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tB4jjVcDKQ .image-block {
    width: 100% !important;
  }
}
.cid-tB4jjVcDKQ DIV {
  text-align: left;
  color: #ffffff;
}
.cid-tB8byNR0iL {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tB8byNR0iL .image-block {
  margin: auto;
}
.cid-tB8byNR0iL figcaption {
  position: relative;
}
.cid-tB8byNR0iL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tB8byNR0iL .image-block {
    width: 100% !important;
  }
}
.cid-sIki9Nusth {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sIki9Nusth .image-block {
  margin: auto;
}
.cid-sIki9Nusth figcaption {
  position: relative;
}
.cid-sIki9Nusth figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sIki9Nusth .image-block {
    width: 100% !important;
  }
}
.cid-sIkirmJ8Vw {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-sIkirmJ8Vw .image-block {
  margin: auto;
}
.cid-sIkirmJ8Vw figcaption {
  position: relative;
}
.cid-sIkirmJ8Vw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sIkirmJ8Vw .image-block {
    width: 100% !important;
  }
}
.cid-sIkit6LS2I {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-sIkit6LS2I .image-block {
  margin: auto;
}
.cid-sIkit6LS2I figcaption {
  position: relative;
}
.cid-sIkit6LS2I figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sIkit6LS2I .image-block {
    width: 100% !important;
  }
}
.cid-sIkisnphH5 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-sIkisnphH5 .image-block {
  margin: auto;
}
.cid-sIkisnphH5 figcaption {
  position: relative;
}
.cid-sIkisnphH5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sIkisnphH5 .image-block {
    width: 100% !important;
  }
}
.cid-qGbYMasCH2 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qGbYMasCH2 .mbr-section-subtitle {
  color: #767676;
}
.cid-qGbUgtkU78 {
  padding-top: 45px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #879a9f, #465052);
}
@media (min-width: 992px) {
  .cid-qGbUgtkU78 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qGbUgtkU78 .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-tB9kWm2LTq {
  background: #c1c1c1;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #c1c1c1, #ffffff);
}
.cid-tB9kWm2LTq .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tB9kWm2LTq .video-block {
    width: 100% !important;
  }
}
.cid-qGcsPzLrkP {
  background-image: url("../../images/botcoffee-740x492.jpg");
}
@media (min-width: 992px) {
  .cid-qGcsPzLrkP .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qGcsPzLrkP .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qGcsPzLrkP .mbr-text {
    text-align: center;
  }
}
.cid-qGcd5QevPs {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGcd5QevPs .mbr-section-subtitle {
  color: #767676;
}
.cid-rkhbRIUQXU {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../images/cyberdriver2-1280x576.jpg");
}
.cid-qFM8npA7ag {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qFM8npA7ag .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-syfauojbQy {
  background: #c1c1c1;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #c1c1c1, #ffffff);
}
.cid-syfauojbQy .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-syfauojbQy .video-block {
    width: 100% !important;
  }
}
.cid-syeNIQ1J70 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-syeNIQ1J70 P {
  color: #767676;
}
.cid-syeNIQ1J70 .mbr-text,
.cid-syeNIQ1J70 .mbr-section-btn {
  color: #5b686b;
}
.cid-syffU8gFCm {
  background: #c1c1c1;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #c1c1c1, #ffffff);
}
.cid-syffU8gFCm .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-syffU8gFCm .video-block {
    width: 100% !important;
  }
}
.cid-qGcxZymhdu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGcxZymhdu .mbr-section-subtitle {
  color: #767676;
}
.cid-qGcxZymhdu H2 {
  color: #767676;
}
.cid-qGcy8G9KGd {
  padding-top: 0px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-qGcy8G9KGd .image-block {
  margin: auto;
}
.cid-qGcy8G9KGd .mbr-figure {
  margin: 0 auto;
}
.cid-qGcy8G9KGd figcaption {
  position: relative;
}
.cid-qGcy8G9KGd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGcy8G9KGd .image-block {
    width: 100% !important;
  }
}
.cid-tB8dPyiXPL {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tB8dPyiXPL .image-block {
  margin: auto;
}
.cid-tB8dPyiXPL figcaption {
  position: relative;
}
.cid-tB8dPyiXPL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tB8dPyiXPL .image-block {
    width: 100% !important;
  }
}
.cid-qFChZXbpL9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-qFChZXbpL9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-qFChZXbpL9 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-qFChZXbpL9 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-qFChZXbpL9 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-qFChZXbpL9 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-qFChZXbpL9 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-qFChZXbpL9 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qFChZXbpL9 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qFChZXbpL9 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qFChZXbpL9 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qFChZXbpL9 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qFChZXbpL9 .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qFChZXbpL9 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-qFChZXbpL9 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-qFChZXbpL9 .media-container-row .mbr-text {
  color: #b1a374;
}
.cid-tBaGCk3uLS {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tBaGCk3uLS .image-block {
  margin: auto;
}
.cid-tBaGCk3uLS figcaption {
  position: relative;
}
.cid-tBaGCk3uLS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tBaGCk3uLS .image-block {
    width: 100% !important;
  }
}
.cid-tBaGCk3uLS DIV {
  text-align: left;
  color: #ffffff;
}
.cid-taQ2eKUXNo {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-taQ2eKUXNo .mbr-section-subtitle {
  color: #f9f295;
}
.cid-taQ2eKUXNo H2 {
  color: #465052;
}
.cid-qGdwUnd7eu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-qGdwUnd7eu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-qGdwUnd7eu .social-row {
  width: 100%;
  justify-content: center;
}
.cid-qGdwUnd7eu .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-qGdwUnd7eu .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-qGdwUnd7eu .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-qGdwUnd7eu .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-qGdwUnd7eu .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qGdwUnd7eu .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-qGdwUnd7eu .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGdwUnd7eu .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGdwUnd7eu .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGdwUnd7eu .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qGdwUnd7eu .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-qGdwUnd7eu .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-qGdwUnd7eu .media-container-row .mbr-text {
  color: #b1a374;
}
.cid-rTBIQAjzcl {
  padding-top: 135px;
  padding-bottom: 30px;
  background-image: url("../../images/newbfn-bannerwebsite-1108x452.png");
}
.cid-rTC5q1siMO {
  background: #465052;
  padding-top: 30px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #465052, #232323);
}
.cid-rTC5q1siMO .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rTC5q1siMO .video-block {
    width: 100% !important;
  }
}
.cid-rTBJgftbA2 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rTBJgftbA2 .mbr-section-subtitle {
  color: #767676;
}
.cid-rTBzL6SjQt {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rTBzL6SjQt .mbr-text,
.cid-rTBzL6SjQt blockquote {
  color: #767676;
}
.cid-rTByfeTmth {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rTByfeTmth .title {
  margin-bottom: 2rem;
}
.cid-rTByfeTmth .mbr-section-subtitle {
  color: #c1c1c1;
}
.cid-rTByfeTmth a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rTByfeTmth a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rTByfeTmth .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-rTByfeTmth .input-group-btn {
  display: block;
  text-align: center;
}
.cid-rTByfeTmth H2 {
  color: #cccccc;
}
.cid-rTByfeTmth LABEL {
  color: #cccccc;
}
.cid-rTBDg3hYiN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-rTBDg3hYiN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-rTBDg3hYiN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-rTBDg3hYiN .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-rTBDg3hYiN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rTBDg3hYiN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rTBDg3hYiN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rTBDg3hYiN .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rTBDg3hYiN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rTBDg3hYiN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rTBDg3hYiN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rTBDg3hYiN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rTBDg3hYiN .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rTBDg3hYiN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rTBDg3hYiN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rTBDg3hYiN .media-container-row .mbr-text {
  color: #b1a374;
}
.cid-sJBcNoSVad {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 60px;
}
.cid-sJBcNoSVad .image-block {
  margin: auto;
}
.cid-sJBcNoSVad figcaption {
  position: relative;
}
.cid-sJBcNoSVad figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJBcNoSVad .image-block {
    width: 100% !important;
  }
}
.cid-sJyGwS2Wte {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sJyGwS2Wte .mbr-section-subtitle {
  color: #767676;
}
.cid-sJyFsZiO1S {
  padding-top: 135px;
  padding-bottom: 30px;
  background-image: url("../../images/fd-ytbanner-1050x453.png");
}
.cid-sJyFt5qJSy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-sJyFt5qJSy .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sJyFt5qJSy .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sJyFt5qJSy .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sJyFt5qJSy .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sJyFt5qJSy .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sJyFt5qJSy .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sJyFt5qJSy .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sJyFt5qJSy .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sJyFt5qJSy .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sJyFt5qJSy .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sJyFt5qJSy .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJyFt5qJSy .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sJyFt5qJSy .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sJyFt5qJSy .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sJyFt5qJSy .media-container-row .mbr-text {
  color: #b1a374;
}
.cid-sJU7kHlN5q {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 60px;
}
.cid-sJU7kHlN5q .image-block {
  margin: auto;
}
.cid-sJU7kHlN5q figcaption {
  position: relative;
}
.cid-sJU7kHlN5q figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJU7kHlN5q .image-block {
    width: 100% !important;
  }
}
.cid-sJU7kHACHY {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJU7kHACHY .mbr-section-subtitle {
  color: #767676;
}
.cid-sK1dUyMOEP {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 30px;
}
.cid-sK1dUyMOEP .image-block {
  margin: auto;
}
.cid-sK1dUyMOEP figcaption {
  position: relative;
}
.cid-sK1dUyMOEP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sK1dUyMOEP .image-block {
    width: 100% !important;
  }
}
.cid-sK1dUz2XQE {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sK1dUz2XQE .mbr-section-subtitle {
  color: #767676;
}
.cid-sK1dUzH9Q0 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sK1dUzH9Q0 .mbr-section-subtitle {
  color: #767676;
}
.cid-sK1x0IawzW {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sK1x0IawzW .mbr-section-subtitle {
  color: #767676;
}
.cid-sK1wYBvfwW {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 45px;
}
.cid-sK1wYBvfwW .image-block {
  margin: auto;
}
.cid-sK1wYBvfwW .mbr-figure {
  margin: 0 auto;
}
.cid-sK1wYBvfwW figcaption {
  position: relative;
}
.cid-sK1wYBvfwW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sK1wYBvfwW .image-block {
    width: 100% !important;
  }
}
.cid-sK7yJ6zE4v {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 45px;
}
.cid-sK7yJ6zE4v .image-block {
  margin: auto;
}
.cid-sK7yJ6zE4v figcaption {
  position: relative;
}
.cid-sK7yJ6zE4v figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sK7yJ6zE4v .image-block {
    width: 100% !important;
  }
}
.cid-sK7AMm66Ds {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sK7AMm66Ds .mbr-section-subtitle {
  color: #767676;
}
.cid-sK7yORl9cv {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 30px;
}
.cid-sK7yORl9cv .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sK7yORl9cv .video-block {
    width: 100% !important;
  }
}
.cid-sK7yLqYCWs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sK7yLqYCWs .mbr-section-subtitle {
  color: #767676;
}
.cid-sK7FlxQvyH {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 60px;
}
.cid-sK7FlxQvyH .image-block {
  margin: auto;
}
.cid-sK7FlxQvyH .mbr-figure {
  margin: 0 auto;
}
.cid-sK7FlxQvyH figcaption {
  position: relative;
}
.cid-sK7FlxQvyH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sK7FlxQvyH .image-block {
    width: 100% !important;
  }
}
.cid-sKuPqHVlkm {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sKuPqHVlkm .video-wrapper iframe {
  width: 100%;
}
.cid-sKuPqHVlkm .mbr-section-title,
.cid-sKuPqHVlkm .mbr-section-subtitle,
.cid-sKuPqHVlkm .mbr-text {
  text-align: center;
}
.cid-sKuKvp2O4A {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sKuKvp2O4A .mbr-section-subtitle {
  color: #767676;
}
.cid-sKuKvq4sP9 {
  background: #e39a0f;
  padding-top: 15px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #e39a0f, #ffffff);
}
.cid-sKuKvq4sP9 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sKuKvq4sP9 .video-block {
    width: 100% !important;
  }
}
.cid-tBaG1q72Zg {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #efefef);
}
.cid-tBaG1q72Zg .image-block {
  margin: auto;
}
.cid-tBaG1q72Zg figcaption {
  position: relative;
}
.cid-tBaG1q72Zg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tBaG1q72Zg .image-block {
    width: 100% !important;
  }
}
.cid-tBaG1q72Zg DIV {
  text-align: left;
  color: #ffffff;
}
.cid-tznosLpT25 {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 30px;
}
.cid-tznosLpT25 .image-block {
  margin: auto;
}
.cid-tznosLpT25 figcaption {
  position: relative;
}
.cid-tznosLpT25 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tznosLpT25 .image-block {
    width: 100% !important;
  }
}
.cid-tzyOXB5ypC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tzyOXB5ypC .mbr-text,
.cid-tzyOXB5ypC blockquote {
  color: #767676;
}
.cid-tAd4bQkjqw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tAd4bQkjqw .mbr-section-subtitle {
  color: #767676;
}
.cid-tznjPndsNZ {
  background: #c1c1c1;
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #c1c1c1, #ffffff);
}
.cid-tznjPndsNZ .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tznjPndsNZ .video-block {
    width: 100% !important;
  }
}
.cid-tzyP0htmdV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tzyP0htmdV .mbr-text,
.cid-tzyP0htmdV blockquote {
  color: #767676;
}
.cid-tznoS1AhGL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tznoS1AhGL .mbr-section-subtitle {
  color: #767676;
}
.cid-tznoS1AhGL H2 {
  color: #073b4c;
}
.cid-tzo2JZlsnq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tzo2JZlsnq .line {
  background-color: #e39a0f;
  color: #e39a0f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tzo2JZlsnq .section-text {
  padding: 2rem 0;
  color: #073b4c;
}
.cid-tzo2JZlsnq .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tzo2JZlsnq .inner-container {
    width: 100% !important;
  }
}
.cid-tznjPnz24l {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tznjPnz24l .image-block {
  margin: auto;
}
.cid-tznjPnz24l figcaption {
  position: relative;
}
.cid-tznjPnz24l figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tznjPnz24l .image-block {
    width: 100% !important;
  }
}
.cid-tznjPnz24l DIV {
  color: #ffffff;
  text-align: right;
}
.cid-tA7xq8OBxd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tA7xq8OBxd .mbr-text,
.cid-tA7xq8OBxd blockquote {
  color: #767676;
}
.cid-tA7xrpIEgY {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tA7xrpIEgY .image-block {
  margin: auto;
}
.cid-tA7xrpIEgY figcaption {
  position: relative;
}
.cid-tA7xrpIEgY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tA7xrpIEgY .image-block {
    width: 100% !important;
  }
}
.cid-tA7E7UVjjz {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tA7E7UVjjz .mbr-text,
.cid-tA7E7UVjjz blockquote {
  color: #767676;
}
.cid-tznjPovGaL {
  background: #efefef;
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #efefef, #ffffff);
}
.cid-tznjPovGaL .image-block {
  margin: auto;
}
.cid-tznjPovGaL figcaption {
  position: relative;
}
.cid-tznjPovGaL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tznjPovGaL .image-block {
    width: 100% !important;
  }
}
.cid-tzo2u4GVDH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tzo2u4GVDH .mbr-text,
.cid-tzo2u4GVDH blockquote {
  color: #767676;
}
.cid-tA7C5gF7nG {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-tA7C5gF7nG .image-block {
  margin: auto;
}
.cid-tA7C5gF7nG figcaption {
  position: relative;
}
.cid-tA7C5gF7nG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tA7C5gF7nG .image-block {
    width: 100% !important;
  }
}
.cid-tA7C5gF7nG DIV {
  text-align: right;
}
.cid-tA7C2PKmmb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tA7C2PKmmb .mbr-text,
.cid-tA7C2PKmmb blockquote {
  color: #767676;
}
.cid-tA7E5RcMqR {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #ffffff, #efefef);
}
.cid-tA7E5RcMqR .image-block {
  margin: auto;
}
.cid-tA7E5RcMqR figcaption {
  position: relative;
}
.cid-tA7E5RcMqR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tA7E5RcMqR .image-block {
    width: 100% !important;
  }
}
.cid-tA7E5RcMqR DIV {
  text-align: right;
  color: #7f1933;
}
.cid-tzo2vjbSkM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzo2vjbSkM .mbr-text,
.cid-tzo2vjbSkM blockquote {
  color: #767676;
}
.cid-tznjPoOfZs {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #ffffff, #efefef);
}
.cid-tznjPoOfZs .image-block {
  margin: auto;
}
.cid-tznjPoOfZs figcaption {
  position: relative;
}
.cid-tznjPoOfZs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tznjPoOfZs .image-block {
    width: 100% !important;
  }
}
.cid-tA7KxWRLrO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tA7KxWRLrO .mbr-text,
.cid-tA7KxWRLrO blockquote {
  color: #767676;
}
.cid-tA7N98WC1X {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #ffffff, #efefef);
}
.cid-tA7N98WC1X .image-block {
  margin: auto;
}
.cid-tA7N98WC1X figcaption {
  position: relative;
}
.cid-tA7N98WC1X figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tA7N98WC1X .image-block {
    width: 100% !important;
  }
}
.cid-tA7Rfu7Xln {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tA7Rfu7Xln .mbr-text,
.cid-tA7Rfu7Xln blockquote {
  color: #767676;
}
.cid-tA7RcGAlA4 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #ffffff, #efefef);
}
.cid-tA7RcGAlA4 .image-block {
  margin: auto;
}
.cid-tA7RcGAlA4 figcaption {
  position: relative;
}
.cid-tA7RcGAlA4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tA7RcGAlA4 .image-block {
    width: 100% !important;
  }
}
.cid-tzo2zBhION {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzo2zBhION .mbr-text,
.cid-tzo2zBhION blockquote {
  color: #767676;
}
.cid-tA7aAr5TU2 {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #efefef, #ffffff);
}
.cid-tA7aAr5TU2 .image-block {
  margin: auto;
}
.cid-tA7aAr5TU2 figcaption {
  position: relative;
}
.cid-tA7aAr5TU2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tA7aAr5TU2 .image-block {
    width: 100% !important;
  }
}
.cid-tA7aAr5TU2 DIV {
  text-align: right;
}
.cid-tA7aDgubV6 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tA7aDgubV6 .mbr-text,
.cid-tA7aDgubV6 blockquote {
  color: #767676;
}
.cid-tAdjQk1F9l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tAdjQk1F9l .mbr-section-subtitle {
  color: #767676;
}
.cid-tA75t4Dzim {
  background: #efefef;
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #efefef, #ffffff);
}
.cid-tA75t4Dzim .image-block {
  margin: auto;
}
.cid-tA75t4Dzim figcaption {
  position: relative;
}
.cid-tA75t4Dzim figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tA75t4Dzim .image-block {
    width: 100% !important;
  }
}
.cid-tA75t4Dzim DIV {
  color: #ffffff;
  text-align: left;
}
.cid-tzo2ycELLq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tzo2ycELLq .mbr-text,
.cid-tzo2ycELLq blockquote {
  color: #767676;
}
.cid-tA76xDFmFG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tA76xDFmFG .mbr-text,
.cid-tA76xDFmFG blockquote {
  color: #767676;
}
.cid-tA76tniiST {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(45deg, #ffffff, #efefef);
}
.cid-tA76tniiST .image-block {
  margin: auto;
}
.cid-tA76tniiST figcaption {
  position: relative;
}
.cid-tA76tniiST figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tA76tniiST .image-block {
    width: 100% !important;
  }
}
.cid-tA77JRARps {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tA77JRARps .mbr-text,
.cid-tA77JRARps blockquote {
  color: #767676;
}
.cid-tA76wcZu2W {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tA76wcZu2W .image-block {
  margin: auto;
}
.cid-tA76wcZu2W figcaption {
  position: relative;
}
.cid-tA76wcZu2W figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tA76wcZu2W .image-block {
    width: 100% !important;
  }
}
.cid-tzo2HUVSul {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tzo2HUVSul .mbr-text,
.cid-tzo2HUVSul blockquote {
  color: #767676;
}
.cid-tAdnfmMEkP {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tAdnfmMEkP .image-block {
  margin: auto;
}
.cid-tAdnfmMEkP figcaption {
  position: relative;
}
.cid-tAdnfmMEkP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tAdnfmMEkP .image-block {
    width: 100% !important;
  }
}
.cid-tAdngQiuZh {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tAdngQiuZh .mbr-text,
.cid-tAdngQiuZh blockquote {
  color: #767676;
}
.cid-tAdoktwBl8 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tAdoktwBl8 .image-block {
  margin: auto;
}
.cid-tAdoktwBl8 figcaption {
  position: relative;
}
.cid-tAdoktwBl8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tAdoktwBl8 .image-block {
    width: 100% !important;
  }
}
.cid-tAdom4RGUn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tAdom4RGUn .mbr-text,
.cid-tAdom4RGUn blockquote {
  color: #767676;
}
.cid-tAdoptlMDp {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-tAdoptlMDp .image-block {
  margin: auto;
}
.cid-tAdoptlMDp figcaption {
  position: relative;
}
.cid-tAdoptlMDp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tAdoptlMDp .image-block {
    width: 100% !important;
  }
}
.cid-tAdoqxKBli {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tAdoqxKBli .mbr-text,
.cid-tAdoqxKBli blockquote {
  color: #767676;
}
.cid-tAdnihH5VI {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tAdnihH5VI .image-block {
  margin: auto;
}
.cid-tAdnihH5VI figcaption {
  position: relative;
}
.cid-tAdnihH5VI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tAdnihH5VI .image-block {
    width: 100% !important;
  }
}
.cid-tAdnjRs9MT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tAdnjRs9MT .mbr-text,
.cid-tAdnjRs9MT blockquote {
  color: #767676;
}
.cid-tzyTHSvh1Y {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tzyTHSvh1Y .mbr-text,
.cid-tzyTHSvh1Y blockquote {
  color: #767676;
}
.cid-tAtMp6plaE {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tAtMp6plaE .image-block {
  margin: auto;
}
.cid-tAtMp6plaE figcaption {
  position: relative;
}
.cid-tAtMp6plaE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tAtMp6plaE .image-block {
    width: 100% !important;
  }
}
.cid-tAtMp6plaE DIV {
  color: #e7ba63;
}
.cid-tznjPu49OZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-tznjPu49OZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tznjPu49OZ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tznjPu49OZ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tznjPu49OZ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tznjPu49OZ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tznjPu49OZ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tznjPu49OZ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tznjPu49OZ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tznjPu49OZ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tznjPu49OZ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tznjPu49OZ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tznjPu49OZ .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tznjPu49OZ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tznjPu49OZ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tznjPu49OZ .media-container-row .mbr-text {
  color: #b1a374;
}