@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-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;
}
.cid-rksCYxjGzn {
  background: #efefef;
  background: linear-gradient(0deg, #ffffff, #efefef);
}
.cid-rksCYxjGzn .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rksCYxjGzn figcaption {
  position: relative;
}
.cid-rksCYxjGzn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rksCYxjGzn .image-block {
    width: 100% !important;
  }
}
.cid-rksCYymoYX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #006b45;
}
.cid-rksDvlxAO6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rksDvlxAO6 .image-block {
  margin: auto;
}
.cid-rksDvlxAO6 figcaption {
  position: relative;
}
.cid-rksDvlxAO6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rksDvlxAO6 .image-block {
    width: 100% !important;
  }
}
.cid-rksCYAvJ7v {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rksCYAvJ7v .mbr-section-subtitle {
  color: #767676;
}
.cid-rksCYBQNTx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rksCYBQNTx .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rksCYCKi21 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rksCYCKi21 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rksCYCKi21 H2 {
  text-align: left;
  color: #f9a336;
}
.cid-rksCYDE3RD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rksCYDE3RD .mbr-text,
.cid-rksCYDE3RD blockquote {
  color: #767676;
}
.cid-rksCYMIfbx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffcc00;
}
.cid-rksCYMIfbx .mbr-section-subtitle {
  color: #767676;
  text-align: right;
}
.cid-rksCYMIfbx H2 {
  text-align: left;
}
.cid-rksCYMIfbx .mbr-section-subtitle I {
  color: #006b45;
}
.cid-rksCYQzJq0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rksCYQzJq0 .mbr-text,
.cid-rksCYQzJq0 blockquote {
  color: #767676;
}
.cid-rksCYRDdAJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rksCYRDdAJ .image-block {
  margin: auto;
}
.cid-rksCYRDdAJ figcaption {
  position: relative;
}
.cid-rksCYRDdAJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rksCYRDdAJ .image-block {
    width: 100% !important;
  }
}
.cid-rksCYSwEY9 {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #006b45, #006b45);
}
.cid-rksCYSwEY9 .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-rksCYSwEY9 .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-rlM3ABcLCB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffcc00;
}
.cid-rlM3ABcLCB .mbr-section-subtitle {
  color: #767676;
  text-align: right;
}
.cid-rlM3ABcLCB H2 {
  text-align: left;
}
.cid-rlM3ABcLCB .mbr-section-subtitle I {
  color: #006b45;
}
.cid-rlM3JP6dzT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rlM3JP6dzT .mbr-text,
.cid-rlM3JP6dzT 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-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-r9eujeIYL2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r9eujeIYL2 .mbr-text,
.cid-r9eujeIYL2 blockquote {
  color: #767676;
}
.cid-rmr3AUS6MC {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rmr3AUS6MC .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rmr3AUS6MC .video-block {
    width: 100% !important;
  }
}
.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-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-rlLY6mKLd1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffcc00;
}
.cid-rlLY6mKLd1 .mbr-section-subtitle {
  color: #767676;
  text-align: right;
}
.cid-rlLY6mKLd1 H2 {
  text-align: left;
}
.cid-rlLY6mKLd1 .mbr-section-subtitle I {
  color: #006b45;
}
.cid-r7gr9XG6lO {
  padding-top: 15px;
  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-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-rhPudwqxx0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rhPudwqxx0 .image-block {
  margin: auto;
}
.cid-rhPudwqxx0 figcaption {
  position: relative;
}
.cid-rhPudwqxx0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rhPudwqxx0 .image-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-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-rnKNP2GWIi {
  background: #efefef;
  background: linear-gradient(0deg, #ffffff, #efefef);
}
.cid-rnKNP2GWIi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rnKNP2GWIi figcaption {
  position: relative;
}
.cid-rnKNP2GWIi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rnKNP2GWIi .image-block {
    width: 100% !important;
  }
}
.cid-rnKNP44IJ9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #006b45;
}
.cid-rnKOnhptzI {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rnKOnhptzI .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rnKOnhptzI .video-block {
    width: 100% !important;
  }
}
.cid-rnKNP5VrKc {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rnKNP5VrKc .mbr-section-subtitle {
  color: #767676;
}
.cid-rnKNP6QzMZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rnKNP6QzMZ .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rnKNP8BZ4j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rnKNP8BZ4j .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rnKNP8BZ4j H2 {
  text-align: left;
  color: #f9a336;
}
.cid-rnKNP9HFXY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rnKNP9HFXY .mbr-text,
.cid-rnKNP9HFXY blockquote {
  color: #767676;
}
.cid-rnKNPga9Ly {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffcc00;
}
.cid-rnKNPga9Ly .mbr-section-subtitle {
  color: #767676;
  text-align: right;
}
.cid-rnKNPga9Ly H2 {
  text-align: left;
}
.cid-rnKNPga9Ly .mbr-section-subtitle I {
  color: #006b45;
}
.cid-rnKNPmZBRb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rnKNPmZBRb .mbr-text,
.cid-rnKNPmZBRb blockquote {
  color: #767676;
}
.cid-rnKNPnWhB8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rnKNPnWhB8 .image-block {
  margin: auto;
}
.cid-rnKNPnWhB8 figcaption {
  position: relative;
}
.cid-rnKNPnWhB8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rnKNPnWhB8 .image-block {
    width: 100% !important;
  }
}
.cid-rnKNPoU3Nn {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #006b45, #006b45);
}
.cid-rnKNPoU3Nn .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-rnKNPoU3Nn .social-list a:focus {
  text-decoration: none;
}
.cid-ropJ8owtgu {
  background: #efefef;
  background: linear-gradient(0deg, #ffffff, #efefef);
}
.cid-ropJ8owtgu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ropJ8owtgu figcaption {
  position: relative;
}
.cid-ropJ8owtgu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ropJ8owtgu .image-block {
    width: 100% !important;
  }
}
.cid-ropJ8pyisP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #006b45;
}
.cid-ropJ8qGIIg {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-ropJ8qGIIg .image-block {
  margin: auto;
}
.cid-ropJ8qGIIg figcaption {
  position: relative;
}
.cid-ropJ8qGIIg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ropJ8qGIIg .image-block {
    width: 100% !important;
  }
}
.cid-ropJ8rulR2 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ropJ8rulR2 .mbr-section-subtitle {
  color: #767676;
}
.cid-ropJ8sdpvT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ropJ8sdpvT .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-ropJ8t7vGd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ropJ8t7vGd .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-ropJ8t7vGd H2 {
  text-align: left;
  color: #f9a336;
}
.cid-ropJ8tLm1E {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ropJ8tLm1E .mbr-text,
.cid-ropJ8tLm1E blockquote {
  color: #767676;
}
.cid-ropJ8uqreC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffcc00;
}
.cid-ropJ8uqreC .mbr-section-subtitle {
  color: #767676;
  text-align: right;
}
.cid-ropJ8uqreC H2 {
  text-align: left;
}
.cid-ropJ8uqreC .mbr-section-subtitle I {
  color: #006b45;
}
.cid-ropJ8wsSAk {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #006b45, #006b45);
}
.cid-ropJ8wsSAk .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-ropJ8wsSAk .social-list a:focus {
  text-decoration: none;
}
.cid-rlMaymquJQ {
  background: #efefef;
  background: linear-gradient(0deg, #ffffff, #efefef);
}
.cid-rlMaymquJQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rlMaymquJQ figcaption {
  position: relative;
}
.cid-rlMaymquJQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rlMaymquJQ .image-block {
    width: 100% !important;
  }
}
.cid-rlMaynTk9s {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #006b45;
}
.cid-rlMaypobPk {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rlMaypobPk .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rlMaypobPk .video-block {
    width: 100% !important;
  }
}
.cid-rlMayqZcmn {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rlMayqZcmn .mbr-section-subtitle {
  color: #767676;
}
.cid-rlMaysSJzk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlMaysSJzk .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rlMayuk3nU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlMayuk3nU .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rlMayuk3nU H2 {
  text-align: left;
  color: #f9a336;
}
.cid-rlMaywtDTT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlMaywtDTT .mbr-text,
.cid-rlMaywtDTT blockquote {
  color: #767676;
}
.cid-rlMayy8cvh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffcc00;
}
.cid-rlMayy8cvh .mbr-section-subtitle {
  color: #767676;
  text-align: right;
}
.cid-rlMayy8cvh H2 {
  text-align: left;
}
.cid-rlMayy8cvh .mbr-section-subtitle I {
  color: #006b45;
}
.cid-rlMayApDhK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rlMayApDhK .mbr-text,
.cid-rlMayApDhK blockquote {
  color: #767676;
}
.cid-rlMayCsRN9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rlMayCsRN9 .image-block {
  margin: auto;
}
.cid-rlMayCsRN9 figcaption {
  position: relative;
}
.cid-rlMayCsRN9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rlMayCsRN9 .image-block {
    width: 100% !important;
  }
}
.cid-rlMayEDKvm {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #006b45, #006b45);
}
.cid-rlMayEDKvm .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-rlMayEDKvm .social-list a:focus {
  text-decoration: none;
}
.cid-rfQbKdc1Ro {
  background: #efefef;
  background: linear-gradient(0deg, #ffffff, #efefef);
}
.cid-rfQbKdc1Ro .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rfQbKdc1Ro figcaption {
  position: relative;
}
.cid-rfQbKdc1Ro figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rfQbKdc1Ro .image-block {
    width: 100% !important;
  }
}
.cid-rfQbKeVufG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #006b45;
}
.cid-rp4uU0DX8c {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rp4uU0DX8c .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rfQbKlQztn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rfQbKlQztn .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rfQbKlQztn H2 {
  text-align: left;
  color: #f9a336;
}
.cid-ritq1oY2hT {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ritq1oY2hT .mbr-iconfont-social {
  font-size: 32px;
  color: #006b45;
}
.cid-ritq1oY2hT .social-list a:focus {
  text-decoration: none;
}
.cid-ritq6CVAFQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ritq6CVAFQ .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rmritb3MNq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rmritb3MNq .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rmritb3MNq .mbr-section-subtitle B {
  color: #006b45;
}
.cid-ritq7PBc0M {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-ritq7PBc0M .image-block {
  margin: auto;
}
.cid-ritq7PBc0M figcaption {
  position: relative;
}
.cid-ritq7PBc0M figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ritq7PBc0M .image-block {
    width: 100% !important;
  }
}
.cid-ritqrAsaR6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ritqrAsaR6 .mbr-text,
.cid-ritqrAsaR6 blockquote {
  color: #767676;
}
.cid-ritqrAsaR6 .mbr-text {
  text-align: center;
}
.cid-ritq9JjgcH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ritq9JjgcH .mbr-text,
.cid-ritq9JjgcH blockquote {
  color: #767676;
}
.cid-ritq5g3Z6w {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ritq5g3Z6w .mbr-iconfont-social {
  font-size: 32px;
  color: #006b45;
}
.cid-ritq5g3Z6w .social-list a:focus {
  text-decoration: none;
}
.cid-rfQbKks5b5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rfQbKks5b5 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rmri8Y4w8C {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rmri8Y4w8C .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rmri8Y4w8C .mbr-section-subtitle B {
  color: #006b45;
}
.cid-rmriHF5Vqf {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rmriHF5Vqf .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rmriHF5Vqf .video-block {
    width: 100% !important;
  }
}
.cid-rfQbKioDtZ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rfQbKioDtZ .mbr-section-subtitle {
  color: #767676;
}
.cid-rfQbKnM7GG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rfQbKnM7GG .mbr-text,
.cid-rfQbKnM7GG blockquote {
  color: #767676;
}
.cid-ritoHW7M0k {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ritoHW7M0k .mbr-iconfont-social {
  font-size: 32px;
  color: #006b45;
}
.cid-ritoHW7M0k .social-list a:focus {
  text-decoration: none;
}
.cid-ritnhiTZDb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ritnhiTZDb .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rmrisiYCII {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rmrisiYCII .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rmrisiYCII .mbr-section-subtitle B {
  color: #006b45;
}
.cid-roqvezg1iw {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-roqvezg1iw .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-roqvezg1iw .video-block {
    width: 100% !important;
  }
}
.cid-ritqqqLqY6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ritqqqLqY6 .mbr-text,
.cid-ritqqqLqY6 blockquote {
  color: #767676;
}
.cid-ritqqqLqY6 .mbr-text {
  text-align: center;
}
.cid-rfQbKqs5bI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rfQbKqs5bI .mbr-text,
.cid-rfQbKqs5bI blockquote {
  color: #767676;
}
.cid-rp4wU36qcn {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-rp4wU36qcn .mbr-iconfont-social {
  font-size: 32px;
  color: #006b45;
}
.cid-rp4wU36qcn .social-list a:focus {
  text-decoration: none;
}
.cid-rp4wRRUxlX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rp4wRRUxlX .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rp4wRRUxlX .mbr-section-subtitle B {
  color: #006b45;
}
.cid-rp4wYdl475 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rp4wYdl475 .image-block {
  margin: auto;
}
.cid-rp4wYdl475 figcaption {
  position: relative;
}
.cid-rp4wYdl475 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rp4wYdl475 .image-block {
    width: 100% !important;
  }
}
.cid-rp4wWdQZDU {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rp4wWdQZDU .mbr-section-subtitle {
  color: #767676;
}
.cid-rp4x0mkFlr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rp4x0mkFlr .mbr-text,
.cid-rp4x0mkFlr blockquote {
  color: #767676;
}
.cid-rfQbKsyiqc {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #006b45, #006b45);
}
.cid-rfQbKsyiqc .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-rfQbKsyiqc .social-list a:focus {
  text-decoration: none;
}
.cid-ropAJ0VUJW {
  background: #efefef;
  background: linear-gradient(0deg, #ffffff, #efefef);
}
.cid-ropAJ0VUJW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ropAJ0VUJW figcaption {
  position: relative;
}
.cid-ropAJ0VUJW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ropAJ0VUJW .image-block {
    width: 100% !important;
  }
}
.cid-ropAJ2WXav {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #006b45;
}
.cid-ropAJ4oCJm {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-ropAJ4oCJm .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ropAJ4oCJm .video-block {
    width: 100% !important;
  }
}
.cid-ropAJ72fe5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ropAJ72fe5 .mbr-section-subtitle {
  color: #767676;
}
.cid-ropAJ909F2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ropAJ909F2 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-ropAJ9CaEf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ropAJ9CaEf .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-ropAJ9CaEf H2 {
  text-align: left;
  color: #f9a336;
}
.cid-ropAJapPGL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ropAJapPGL .mbr-text,
.cid-ropAJapPGL blockquote {
  color: #767676;
}
.cid-ropAJcDubu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffcc00;
}
.cid-ropAJcDubu .mbr-section-subtitle {
  color: #767676;
  text-align: right;
}
.cid-ropAJcDubu H2 {
  text-align: left;
}
.cid-ropAJcDubu .mbr-section-subtitle I {
  color: #006b45;
}
.cid-ropAJg7c2n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ropAJg7c2n .mbr-text,
.cid-ropAJg7c2n blockquote {
  color: #767676;
}
.cid-ropAJhMH3t {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-ropAJhMH3t .image-block {
  margin: auto;
}
.cid-ropAJhMH3t figcaption {
  position: relative;
}
.cid-ropAJhMH3t figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ropAJhMH3t .image-block {
    width: 100% !important;
  }
}
.cid-ropAJj6Ag1 {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #006b45, #006b45);
}
.cid-ropAJj6Ag1 .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-ropAJj6Ag1 .social-list a:focus {
  text-decoration: none;
}
.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-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-rkssODSdVn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rkssODSdVn .mbr-text,
.cid-rkssODSdVn blockquote {
  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-rn5HwbGJz6 {
  background: #efefef;
  background: linear-gradient(0deg, #ffffff, #efefef);
}
.cid-rn5HwbGJz6 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rn5HwbGJz6 figcaption {
  position: relative;
}
.cid-rn5HwbGJz6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rn5HwbGJz6 .image-block {
    width: 100% !important;
  }
}
.cid-rn5HwcXa3z {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #006b45;
}
.cid-rn5HWOwTrs {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rn5HWOwTrs .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rn5HWOwTrs .video-block {
    width: 100% !important;
  }
}
.cid-rn5HwhBltT {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rn5HwhBltT .mbr-section-subtitle {
  color: #767676;
}
.cid-rn5HwjlWtE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rn5HwjlWtE .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rn5Hwl7Ptj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rn5Hwl7Ptj .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rn5Hwl7Ptj H2 {
  text-align: left;
  color: #f9a336;
}
.cid-rn5HwncAOh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rn5HwncAOh .mbr-text,
.cid-rn5HwncAOh blockquote {
  color: #767676;
}
.cid-ropFdk46U4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffcc00;
}
.cid-ropFdk46U4 .mbr-section-subtitle {
  color: #767676;
  text-align: right;
}
.cid-ropFdk46U4 H2 {
  text-align: left;
}
.cid-ropFdk46U4 .mbr-section-subtitle I {
  color: #006b45;
}
.cid-rn5Hwzm7po {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rn5Hwzm7po .image-block {
  margin: auto;
}
.cid-rn5Hwzm7po figcaption {
  position: relative;
}
.cid-rn5Hwzm7po figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rn5Hwzm7po .image-block {
    width: 100% !important;
  }
}
.cid-rn5HwBdw9B {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #006b45, #006b45);
}
.cid-rn5HwBdw9B .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-rn5HwBdw9B .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-ritFnHrmCk {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #e4d295;
}
.cid-ritFnHrmCk .image-block {
  margin: auto;
}
.cid-ritFnHrmCk figcaption {
  position: relative;
}
.cid-ritFnHrmCk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ritFnHrmCk .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-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-rp5tDrxDhv {
  padding-top: 45px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rp5tDrxDhv .image-block {
  margin: auto;
}
.cid-rp5tDrxDhv figcaption {
  position: relative;
}
.cid-rp5tDrxDhv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rp5tDrxDhv .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-rn5WZX6ufj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rn5WZX6ufj .mbr-text,
.cid-rn5WZX6ufj 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;
}
