@import url(https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i);





body {
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Merriweather', serif;
  font-size: 4.25rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Merriweather', serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Merriweather', serif;
  font-size: 1.5rem;
}
.display-4 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-5 {
  font-family: 'Merriweather', serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Merriweather', serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 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: 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))));
  }
  .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 {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !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: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !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: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !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: #149dcc !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: #0b566f !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) {
  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: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.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_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Merriweather', serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #149dcc;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
}
/* 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);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #149dcc;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.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;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.cid-qZlrHYvC6D .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-qZlrHYvC6D .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-qZlrHYvC6D a {
  font-style: normal;
}
.cid-qZlrHYvC6D .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qZlrHYvC6D .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qZlrHYvC6D .nav-item:focus,
.cid-qZlrHYvC6D .nav-link:focus {
  outline: none;
}
.cid-qZlrHYvC6D .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qZlrHYvC6D .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qZlrHYvC6D .menu-logo {
  margin-right: auto;
}
.cid-qZlrHYvC6D .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qZlrHYvC6D .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qZlrHYvC6D .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qZlrHYvC6D .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qZlrHYvC6D .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qZlrHYvC6D .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qZlrHYvC6D .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qZlrHYvC6D .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qZlrHYvC6D .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qZlrHYvC6D .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qZlrHYvC6D .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qZlrHYvC6D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qZlrHYvC6D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qZlrHYvC6D .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qZlrHYvC6D .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qZlrHYvC6D .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-qZlrHYvC6D .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qZlrHYvC6D .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qZlrHYvC6D .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qZlrHYvC6D .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qZlrHYvC6D .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qZlrHYvC6D .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qZlrHYvC6D button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qZlrHYvC6D button.navbar-toggler:focus {
  outline: none;
}
.cid-qZlrHYvC6D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qZlrHYvC6D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qZlrHYvC6D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qZlrHYvC6D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qZlrHYvC6D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qZlrHYvC6D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZlrHYvC6D nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qZlrHYvC6D nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qZlrHYvC6D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZlrHYvC6D .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qZlrHYvC6D .collapsed .btn {
  display: flex;
}
.cid-qZlrHYvC6D .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qZlrHYvC6D .collapsed .navbar-collapse.collapsing,
.cid-qZlrHYvC6D .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qZlrHYvC6D .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qZlrHYvC6D .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qZlrHYvC6D .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qZlrHYvC6D .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qZlrHYvC6D .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qZlrHYvC6D .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qZlrHYvC6D .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qZlrHYvC6D .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qZlrHYvC6D .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qZlrHYvC6D .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qZlrHYvC6D .collapsed button.navbar-toggler {
  display: block;
}
.cid-qZlrHYvC6D .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qZlrHYvC6D .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qZlrHYvC6D .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qZlrHYvC6D .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qZlrHYvC6D .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qZlrHYvC6D .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: 991px) {
  .cid-qZlrHYvC6D .navbar-expand {
    flex-direction: column;
  }
  .cid-qZlrHYvC6D img {
    height: 3.8rem !important;
  }
  .cid-qZlrHYvC6D .btn {
    display: flex;
  }
  .cid-qZlrHYvC6D button.navbar-toggler {
    display: block;
  }
  .cid-qZlrHYvC6D .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qZlrHYvC6D .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qZlrHYvC6D .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qZlrHYvC6D .navbar-collapse.collapsing,
  .cid-qZlrHYvC6D .navbar-collapse.show {
    display: block !important;
  }
  .cid-qZlrHYvC6D .navbar-collapse.collapsing .navbar-nav,
  .cid-qZlrHYvC6D .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qZlrHYvC6D .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qZlrHYvC6D .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qZlrHYvC6D .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qZlrHYvC6D .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qZlrHYvC6D .navbar-collapse.collapsing .navbar-buttons,
  .cid-qZlrHYvC6D .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qZlrHYvC6D .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qZlrHYvC6D .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qZlrHYvC6D .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qZlrHYvC6D .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qZlrHYvC6D .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qZlrHYvC6D .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-qZlrHYvC6D .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qZlrHYvC6D .navbar-collapse {
  flex-basis: auto;
}
.cid-qZlrHYvC6D .nav-link:hover,
.cid-qZlrHYvC6D .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-qZliUfwWgM {
  background: linear-gradient(45deg, #ffcc00, #f9a336);
}
.cid-r3X4aiXXqt {
  background: #efefef;
  background: linear-gradient(0deg, #ffffff, #efefef);
}
.cid-r3X4aiXXqt .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-r3X4aiXXqt figcaption {
  position: relative;
}
.cid-r3X4aiXXqt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r3X4aiXXqt .image-block {
    width: 100% !important;
  }
}
.cid-r3X4avou6W {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #006b45;
}
.cid-r6AGDoh2Jh {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-r6AGDoh2Jh .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-r6AGDoh2Jh .video-block {
    width: 100% !important;
  }
}
.cid-r3X4aCrB0q {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r3X4aCrB0q .mbr-section-subtitle {
  color: #767676;
}
.cid-r3X4aFlaji {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r3X4aFlaji .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-r3X4aIJwis {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r3X4aIJwis .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-r3X4aIJwis H2 {
  text-align: left;
  color: #f9a336;
}
.cid-r3X4aNlHfw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r3X4aNlHfw .mbr-text,
.cid-r3X4aNlHfw blockquote {
  color: #767676;
}
.cid-r4CiFTspw5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffcc00;
}
.cid-r4CiFTspw5 .mbr-section-subtitle {
  color: #767676;
  text-align: right;
}
.cid-r4CiFTspw5 H2 {
  text-align: left;
}
.cid-r4CiFTspw5 .mbr-section-subtitle I {
  color: #006b45;
}
.cid-r4CiIIoBuc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r4CiIIoBuc .mbr-text,
.cid-r4CiIIoBuc blockquote {
  color: #767676;
}
.cid-r3X4aQLlQ6 {
  padding-top: 30px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-r3X4aQLlQ6 .image-block {
  margin: auto;
}
.cid-r3X4aQLlQ6 figcaption {
  position: relative;
}
.cid-r3X4aQLlQ6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r3X4aQLlQ6 .image-block {
    width: 100% !important;
  }
}
.cid-r3X4aRUq8q {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #006b45, #006b45);
}
.cid-r3X4aRUq8q .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-r3X4aRUq8q .social-list a:focus {
  text-decoration: none;
}
.cid-r7UHv0BIUP {
  background: #efefef;
  background: linear-gradient(0deg, #ffffff, #efefef);
}
.cid-r7UHv0BIUP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-r7UHv0BIUP figcaption {
  position: relative;
}
.cid-r7UHv0BIUP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r7UHv0BIUP .image-block {
    width: 100% !important;
  }
}
.cid-r7UHv27riq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #006b45;
}
.cid-r7UHv3o31l {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-r7UHv3o31l .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-r7UHv3o31l .video-block {
    width: 100% !important;
  }
}
.cid-r7UHv4tF8K {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r7UHv4tF8K .mbr-section-subtitle {
  color: #767676;
}
.cid-r7UHv5kWr8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r7UHv5kWr8 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-r7UHv6n01t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r7UHv6n01t .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-r7UHv6n01t H2 {
  text-align: left;
  color: #f9a336;
}
.cid-r7UHv7jLy7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r7UHv7jLy7 .mbr-text,
.cid-r7UHv7jLy7 blockquote {
  color: #767676;
}
.cid-r7UHv8dWZy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffcc00;
}
.cid-r7UHv8dWZy .mbr-section-subtitle {
  color: #767676;
  text-align: right;
}
.cid-r7UHv8dWZy H2 {
  text-align: left;
}
.cid-r7UHv8dWZy .mbr-section-subtitle I {
  color: #006b45;
}
.cid-r7UHv958tp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r7UHv958tp .mbr-text,
.cid-r7UHv958tp blockquote {
  color: #767676;
}
.cid-r9euiebHF3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffcc00;
}
.cid-r9euiebHF3 .mbr-section-subtitle {
  color: #767676;
  text-align: right;
}
.cid-r9euiebHF3 H2 {
  text-align: left;
}
.cid-r9euiebHF3 .mbr-section-subtitle I {
  color: #006b45;
}
.cid-r9eujeIYL2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r9eujeIYL2 .mbr-text,
.cid-r9eujeIYL2 blockquote {
  color: #767676;
}
.cid-r7UHvanbq1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-r7UHvanbq1 .image-block {
  margin: auto;
}
.cid-r7UHvanbq1 figcaption {
  position: relative;
}
.cid-r7UHvanbq1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r7UHvanbq1 .image-block {
    width: 100% !important;
  }
}
.cid-r7UHvb2ZbI {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #006b45, #006b45);
}
.cid-r7UHvb2ZbI .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-r7UHvb2ZbI .social-list a:focus {
  text-decoration: none;
}
.cid-r3ikdsKIzR {
  background: #efefef;
  background: linear-gradient(0deg, #ffffff, #efefef);
}
.cid-r3ikdsKIzR .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-r3ikdsKIzR figcaption {
  position: relative;
}
.cid-r3ikdsKIzR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r3ikdsKIzR .image-block {
    width: 100% !important;
  }
}
.cid-r3ikduorrC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #006b45;
}
.cid-r3ikdvhpVx {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-r3ikdvhpVx .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-r3ikdvhpVx .video-block {
    width: 100% !important;
  }
}
.cid-r3ikdx5hkO {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r3ikdx5hkO .mbr-section-subtitle {
  color: #767676;
}
.cid-r3ikdzeKvL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r3ikdzeKvL .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-r3ikdA637t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r3ikdA637t .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-r3ikdA637t H2 {
  text-align: left;
  color: #f9a336;
}
.cid-r3ikdBA0pQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r3ikdBA0pQ .mbr-text,
.cid-r3ikdBA0pQ blockquote {
  color: #767676;
}
.cid-r3ilAKwLHc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffcc00;
}
.cid-r3ilAKwLHc .mbr-section-subtitle {
  color: #767676;
  text-align: right;
}
.cid-r3ilAKwLHc H2 {
  text-align: left;
}
.cid-r3ilAKwLHc .mbr-section-subtitle I {
  color: #006b45;
}
.cid-r9ePgbWYoz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r9ePgbWYoz .mbr-text,
.cid-r9ePgbWYoz blockquote {
  color: #767676;
}
.cid-r3ikdDhmPT {
  padding-top: 45px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-r3ikdDhmPT .image-block {
  margin: auto;
}
.cid-r3ikdDhmPT figcaption {
  position: relative;
}
.cid-r3ikdDhmPT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r3ikdDhmPT .image-block {
    width: 100% !important;
  }
}
.cid-r3ikdGMJKc {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #006b45, #006b45);
}
.cid-r3ikdGMJKc .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-r3ikdGMJKc .social-list a:focus {
  text-decoration: none;
}
.cid-r8zVwIrHZZ {
  background: #efefef;
  background: linear-gradient(0deg, #ffffff, #efefef);
}
.cid-r8zVwIrHZZ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-r8zVwIrHZZ figcaption {
  position: relative;
}
.cid-r8zVwIrHZZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r8zVwIrHZZ .image-block {
    width: 100% !important;
  }
}
.cid-r8zVwJJoMg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #006b45;
}
.cid-r8zVwKWbuP {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-r8zVwKWbuP .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-r8zVwKWbuP .video-block {
    width: 100% !important;
  }
}
.cid-r8zVwLFj0l {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r8zVwLFj0l .mbr-section-subtitle {
  color: #767676;
}
.cid-r8zVwMqvu5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r8zVwMqvu5 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-r8zVwN68vm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r8zVwN68vm .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-r8zVwN68vm H2 {
  text-align: left;
  color: #f9a336;
}
.cid-r8zVwNKhGl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r8zVwNKhGl .mbr-text,
.cid-r8zVwNKhGl blockquote {
  color: #767676;
}
.cid-r8zVwQydoX {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-r8zVwQydoX .image-block {
  margin: auto;
}
.cid-r8zVwQydoX figcaption {
  position: relative;
}
.cid-r8zVwQydoX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r8zVwQydoX .image-block {
    width: 100% !important;
  }
}
.cid-r8zVwRnZrQ {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #006b45, #006b45);
}
.cid-r8zVwRnZrQ .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-r8zVwRnZrQ .social-list a:focus {
  text-decoration: none;
}
.cid-r7gr9EYaGh {
  background: #efefef;
  background: linear-gradient(0deg, #ffffff, #efefef);
}
.cid-r7gr9EYaGh .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-r7gr9EYaGh figcaption {
  position: relative;
}
.cid-r7gr9EYaGh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r7gr9EYaGh .image-block {
    width: 100% !important;
  }
}
.cid-r7gr9GDziM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-r7gs7rmJfa {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-r7gs7rmJfa .image-block {
  margin: auto;
}
.cid-r7gs7rmJfa figcaption {
  position: relative;
}
.cid-r7gs7rmJfa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r7gs7rmJfa .image-block {
    width: 100% !important;
  }
}
.cid-r7gr9MSczH {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r7gr9MSczH .mbr-section-subtitle {
  color: #767676;
}
.cid-r7gr9Ojypk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r7gr9Ojypk .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-r7gr9QAMKV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r7gr9QAMKV .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-r7gr9QAMKV H2 {
  text-align: left;
  color: #f9a336;
}
.cid-r7gr9RKHQZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r7gr9RKHQZ .mbr-text,
.cid-r7gr9RKHQZ blockquote {
  color: #767676;
}
.cid-r7gr9XG6lO {
  padding-top: 60px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-r7gr9XG6lO .image-block {
  margin: auto;
}
.cid-r7gr9XG6lO figcaption {
  position: relative;
}
.cid-r7gr9XG6lO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r7gr9XG6lO .image-block {
    width: 100% !important;
  }
}
.cid-r7gtn90pzt {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r7gtn90pzt .mbr-section-subtitle {
  color: #767676;
}
.cid-r7gr9Z1wzx {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #006b45, #006b45);
}
.cid-r7gr9Z1wzx .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-r7gr9Z1wzx .social-list a:focus {
  text-decoration: none;
}
.cid-rbdC2bpMJo {
  background: #efefef;
  background: linear-gradient(0deg, #ffffff, #efefef);
}
.cid-rbdC2bpMJo .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rbdC2bpMJo figcaption {
  position: relative;
}
.cid-rbdC2bpMJo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rbdC2bpMJo .image-block {
    width: 100% !important;
  }
}
.cid-rbdC2dxXC4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #006b45;
}
.cid-rbdC2eOjfv {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rbdC2eOjfv .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rbdC2eOjfv .video-block {
    width: 100% !important;
  }
}
.cid-rbdC2ftQUX {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rbdC2ftQUX .mbr-section-subtitle {
  color: #767676;
}
.cid-rbdC2g79Nm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rbdC2g79Nm .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rbdC2hKFrW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rbdC2hKFrW .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rbdC2hKFrW H2 {
  text-align: left;
  color: #f9a336;
}
.cid-rbdC2laLms {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rbdC2laLms .mbr-text,
.cid-rbdC2laLms blockquote {
  color: #767676;
}
.cid-rbdC2mPGaP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffcc00;
}
.cid-rbdC2mPGaP .mbr-section-subtitle {
  color: #767676;
  text-align: right;
}
.cid-rbdC2mPGaP H2 {
  text-align: left;
}
.cid-rbdC2mPGaP .mbr-section-subtitle I {
  color: #006b45;
}
.cid-rbdC2o3DGm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rbdC2o3DGm .mbr-text,
.cid-rbdC2o3DGm blockquote {
  color: #767676;
}
.cid-rbdC2pUZ88 {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #006b45, #006b45);
}
.cid-rbdC2pUZ88 .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-rbdC2pUZ88 .social-list a:focus {
  text-decoration: none;
}
.cid-qZkiza22fN {
  background: #efefef;
  background: linear-gradient(0deg, #ffffff, #efefef);
}
.cid-qZkiza22fN .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-qZkiza22fN figcaption {
  position: relative;
}
.cid-qZkiza22fN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qZkiza22fN .image-block {
    width: 100% !important;
  }
}
.cid-qZkv4RkK22 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #006b45;
}
.cid-rew7l84VbR {
  padding-top: 60px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rew7l84VbR .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rew7l84VbR .video-block {
    width: 100% !important;
  }
}
.cid-qZklAYMhmh {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qZklAYMhmh .mbr-section-subtitle {
  color: #767676;
}
.cid-qZkkTnknTz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qZkkTnknTz .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-qZkiGPwMjH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qZkiGPwMjH .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-qZkiGPwMjH H2 {
  text-align: left;
  color: #f9a336;
}
.cid-r2DYwshEX9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r2DYwshEX9 .mbr-text,
.cid-r2DYwshEX9 blockquote {
  color: #767676;
}
.cid-rew7UtmWrz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-rew7UtmWrz .mbr-text {
  color: #333333;
}
.cid-rew7UtmWrz h4 {
  text-align: center;
}
.cid-rew7UtmWrz p {
  text-align: center;
}
.cid-rew7UtmWrz .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rfbuW0E4gv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rfbuW0E4gv .mbr-text,
.cid-rfbuW0E4gv blockquote {
  color: #767676;
}
.cid-rfbuYfbcKQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-rfbuYfbcKQ .mbr-text {
  color: #333333;
}
.cid-rfbuYfbcKQ h4 {
  text-align: center;
}
.cid-rfbuYfbcKQ p {
  text-align: center;
}
.cid-rfbuYfbcKQ .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rfby3zeUZw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rfby3zeUZw .mbr-text,
.cid-rfby3zeUZw blockquote {
  color: #767676;
}
.cid-rfby59VB7r {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-rfby59VB7r .mbr-text {
  color: #333333;
}
.cid-rfby59VB7r h4 {
  text-align: center;
}
.cid-rfby59VB7r p {
  text-align: center;
}
.cid-rfby59VB7r .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rfby6jmkKW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rfby6jmkKW .mbr-text,
.cid-rfby6jmkKW blockquote {
  color: #767676;
}
.cid-rfby6VEeUb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-rfby6VEeUb .mbr-text {
  color: #333333;
}
.cid-rfby6VEeUb h4 {
  text-align: center;
}
.cid-rfby6VEeUb p {
  text-align: center;
}
.cid-rfby6VEeUb .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rfbz7ne2L4 {
  padding-top: 0px;
  padding-bottom: 30px;
  background: #cebfaf;
}
.cid-rfbz7ne2L4 .image-block {
  margin: auto;
}
.cid-rfbz7ne2L4 figcaption {
  position: relative;
}
.cid-rfbz7ne2L4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rfbz7ne2L4 .image-block {
    width: 100% !important;
  }
}
.cid-rfby7VwTgS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rfby7VwTgS .mbr-text,
.cid-rfby7VwTgS blockquote {
  color: #767676;
}
.cid-rfby8F9LKd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-rfby8F9LKd .mbr-text {
  color: #333333;
}
.cid-rfby8F9LKd h4 {
  text-align: center;
}
.cid-rfby8F9LKd p {
  text-align: center;
}
.cid-rfby8F9LKd .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rew7OO0zDd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rew7OO0zDd .mbr-text,
.cid-rew7OO0zDd blockquote {
  color: #767676;
}
.cid-qZkj4dLl1w {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #006b45, #006b45);
}
.cid-qZkj4dLl1w .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-qZkj4dLl1w .social-list a:focus {
  text-decoration: none;
}
.cid-qZkKzh2HvA {
  background: #efefef;
  background: linear-gradient(0deg, #ffffff, #efefef);
}
.cid-qZkKzh2HvA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-qZkKzh2HvA figcaption {
  position: relative;
}
.cid-qZkKzh2HvA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qZkKzh2HvA .image-block {
    width: 100% !important;
  }
}
.cid-qZkKziLcbI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #006b45;
}
.cid-r6BvLlTJTP {
  padding-top: 60px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-r6BvLlTJTP .image-block {
  margin: auto;
}
.cid-r6BvLlTJTP figcaption {
  position: relative;
}
.cid-r6BvLlTJTP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r6BvLlTJTP .image-block {
    width: 100% !important;
  }
}
.cid-qZkKzpJ4l6 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qZkKzpJ4l6 .mbr-section-subtitle {
  color: #767676;
}
.cid-qZkKztwzrd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qZkKztwzrd .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-ra0cfLf9cT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ra0cfLf9cT .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-ra0cfLf9cT H2 {
  text-align: left;
  color: #f9a336;
}
.cid-rfb6i5r0N6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rfb6i5r0N6 .mbr-text,
.cid-rfb6i5r0N6 blockquote {
  color: #767676;
}
.cid-rfb7NiFT6l {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-rfb7NiFT6l .image-block {
  margin: auto;
}
.cid-rfb7NiFT6l figcaption {
  position: relative;
}
.cid-rfb7NiFT6l figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rfb7NiFT6l .image-block {
    width: 100% !important;
  }
}
.cid-rfb7PXDGnZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rfb7PXDGnZ .mbr-text,
.cid-rfb7PXDGnZ blockquote {
  color: #767676;
}
.cid-rfb7PXDGnZ .mbr-text {
  text-align: center;
}
.cid-r9Z7Jh9FPV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r9Z7Jh9FPV .mbr-text,
.cid-r9Z7Jh9FPV blockquote {
  color: #767676;
}
.cid-rfb5dlVZtG {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-rfb5dlVZtG .image-block {
  margin: auto;
}
.cid-rfb5dlVZtG figcaption {
  position: relative;
}
.cid-rfb5dlVZtG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rfb5dlVZtG .image-block {
    width: 100% !important;
  }
}
.cid-rfb5xpadAr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rfb5xpadAr .mbr-text,
.cid-rfb5xpadAr blockquote {
  color: #767676;
}
.cid-rfb5xpadAr .mbr-text {
  text-align: center;
}
.cid-rfb58dUZcx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rfb58dUZcx .mbr-text,
.cid-rfb58dUZcx blockquote {
  color: #767676;
}
.cid-rfaSyFeXKo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rfaSyFeXKo .line {
  background-color: #006b45;
  color: #006b45;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rfaSyFeXKo .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #4f4943;
}
.cid-rfaSyFeXKo .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rfaSyFeXKo .inner-container {
    width: 100% !important;
  }
}
.cid-rbTaWdzsdZ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rbTaWdzsdZ .mbr-text,
.cid-rbTaWdzsdZ blockquote {
  color: #767676;
}
.cid-qZkKzzQPqQ {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #006b45, #006b45);
}
.cid-qZkKzzQPqQ .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-qZkKzzQPqQ .social-list a:focus {
  text-decoration: none;
}
.cid-ra047UT2iL {
  background: #efefef;
  background: linear-gradient(0deg, #ffffff, #efefef);
}
.cid-ra047UT2iL .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ra047UT2iL figcaption {
  position: relative;
}
.cid-ra047UT2iL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ra047UT2iL .image-block {
    width: 100% !important;
  }
}
.cid-ra047X4gpg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #006b45;
}
.cid-ra047YqzF0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-ra047YqzF0 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ra047YqzF0 .video-block {
    width: 100% !important;
  }
}
.cid-ra047YZtFU {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ra047YZtFU .mbr-section-subtitle {
  color: #767676;
}
.cid-ra0480dOv3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ra0480dOv3 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-ra0480S5kS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ra0480S5kS .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-ra0480S5kS H2 {
  text-align: left;
  color: #f9a336;
}
.cid-ra0481x5pd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ra0481x5pd .mbr-text,
.cid-ra0481x5pd blockquote {
  color: #767676;
}
.cid-ra0482do0O {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffcc00;
}
.cid-ra0482do0O .mbr-section-subtitle {
  color: #767676;
  text-align: right;
}
.cid-ra0482do0O H2 {
  text-align: left;
}
.cid-ra0482do0O .mbr-section-subtitle I {
  color: #006b45;
}
.cid-revXutvEgU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-revXutvEgU .mbr-text,
.cid-revXutvEgU blockquote {
  color: #767676;
}
.cid-razsNCqV51 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-razsNCqV51 .image-block {
  margin: auto;
}
.cid-razsNCqV51 figcaption {
  position: relative;
}
.cid-razsNCqV51 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-razsNCqV51 .image-block {
    width: 100% !important;
  }
}
.cid-ra0484KJir {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #006b45, #006b45);
}
.cid-ra0484KJir .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-ra0484KJir .social-list a:focus {
  text-decoration: none;
}
.cid-r1XXIviryH {
  background: #efefef;
  background: linear-gradient(0deg, #ffffff, #efefef);
}
.cid-r1XXIviryH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-r1XXIviryH figcaption {
  position: relative;
}
.cid-r1XXIviryH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r1XXIviryH .image-block {
    width: 100% !important;
  }
}
.cid-r1XXIx62HI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #062239;
}
.cid-r1Y5a9xHIf {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/fmg-header-newsletter-2019-1500x375.jpg");
}
.cid-r1Y5a9xHIf .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r1Y5a9xHIf .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r1Y5a9xHIf .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r1XXIyRh2p {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r1XXIyRh2p .mbr-section-subtitle {
  color: #767676;
}
.cid-r1XXIA69lf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r1XXIA69lf .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-r1XXIBLg97 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r1XXIBLg97 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-r1XXIBLg97 H2 {
  text-align: left;
  color: #f9a336;
}
.cid-r1XXIBLg97 B {
  color: #062239;
}
.cid-r9ZcbCcMBc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r9ZcbCcMBc .mbr-text,
.cid-r9ZcbCcMBc blockquote {
  color: #767676;
}
.cid-rbdwWoIsEz {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rbdwWoIsEz .image-block {
  margin: auto;
}
.cid-rbdwWoIsEz figcaption {
  position: relative;
}
.cid-rbdwWoIsEz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rbdwWoIsEz .image-block {
    width: 100% !important;
  }
}
.cid-rew2JYQGWl {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rew2JYQGWl .mbr-section-subtitle {
  color: #767676;
}
.cid-r1XXIJXb6e {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #006b45, #006b45);
}
.cid-r1XXIJXb6e .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-r1XXIJXb6e .social-list a:focus {
  text-decoration: none;
}
.cid-qZp9xzrbzk {
  background: #efefef;
  background: linear-gradient(0deg, #ffffff, #efefef);
}
.cid-qZp9xzrbzk .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-qZp9xzrbzk figcaption {
  position: relative;
}
.cid-qZp9xzrbzk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qZp9xzrbzk .image-block {
    width: 100% !important;
  }
}
.cid-qZp9yviWrS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #006b45;
}
.cid-rbefhU4IA9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #e4d295;
}
.cid-rbefhU4IA9 .image-block {
  margin: auto;
}
.cid-rbefhU4IA9 figcaption {
  position: relative;
}
.cid-rbefhU4IA9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rbefhU4IA9 .image-block {
    width: 100% !important;
  }
}
.cid-qZp9AhCnlV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e4d295;
}
.cid-qZp9AhCnlV .mbr-section-subtitle {
  color: #006b45;
}
.cid-qZpat1jga4 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #e4d295;
}
.cid-qZpat1jga4 .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qZpat1jga4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qZpat1jga4 p {
  color: #767676;
  text-align: left;
}
.cid-qZpat1jga4 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qZpat1jga4 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qZpat1jga4 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-qZpat1jga4 .card-title {
  color: #006b45;
}
.cid-qZpat1jga4 P {
  color: #767676;
}
.cid-qZp9BW2583 {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #006b45, #006b45);
}
.cid-qZp9BW2583 .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-qZp9BW2583 .social-list a:focus {
  text-decoration: none;
}
.cid-rfbeEcL5hF {
  background: #efefef;
  background: linear-gradient(0deg, #ffffff, #efefef);
}
.cid-rfbeEcL5hF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rfbeEcL5hF figcaption {
  position: relative;
}
.cid-rfbeEcL5hF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rfbeEcL5hF .image-block {
    width: 100% !important;
  }
}
.cid-rfbeEeXv1V {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #006b45;
}
.cid-rfbeEhbfEP {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rfbeEhbfEP .image-block {
  margin: auto;
}
.cid-rfbeEhbfEP figcaption {
  position: relative;
}
.cid-rfbeEhbfEP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rfbeEhbfEP .image-block {
    width: 100% !important;
  }
}
.cid-rfbeEjIRO1 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rfbeEjIRO1 .mbr-section-subtitle {
  color: #767676;
}
.cid-rfbeEkxSWK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rfbeEkxSWK .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rfbeElq2RI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rfbeElq2RI .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rfbeElq2RI H2 {
  text-align: left;
  color: #f9a336;
}
.cid-rfbeEmveLh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rfbeEmveLh .mbr-text,
.cid-rfbeEmveLh blockquote {
  color: #767676;
}
.cid-rfbeEodU2T {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-rfbeEodU2T .image-block {
  margin: auto;
}
.cid-rfbeEodU2T figcaption {
  position: relative;
}
.cid-rfbeEodU2T figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rfbeEodU2T .image-block {
    width: 100% !important;
  }
}
.cid-rfbeEpxSQq {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rfbeEpxSQq .mbr-section-subtitle {
  color: #767676;
}
.cid-rfbeEryHMy {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #006b45, #006b45);
}
.cid-rfbeEryHMy .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-rfbeEryHMy .social-list a:focus {
  text-decoration: none;
}
