@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 3.4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.3rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.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: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #292a61 !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: #292a61 !important;
  border-color: #292a61 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #12132b !important;
  border-color: #12132b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #12132b !important;
  border-color: #12132b !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: #0b0b19;
  color: #0b0b19;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #292a61;
  border-color: #292a61;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #292a61 !important;
  border-color: #292a61 !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: #292a61 !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: #0b0b19 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #292a61;
  border-color: #292a61;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #292a61;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5355b6;
}
.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;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #292a61;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #292a61;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #292a61;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #292a61;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #292a61;
  border-bottom-color: #292a61;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #292a61 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23292a61' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-rHQJZve5ky {
  background: #ffffff;
}
.cid-rHQJZve5ky .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rHQJZve5ky figcaption {
  position: relative;
}
.cid-rHQJZve5ky figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rHQJZve5ky .image-block {
    width: 100% !important;
  }
}
.cid-rHQH7IfSnx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rHQH7IfSnx .mbr-text {
  color: #767676;
}
.cid-rHQH7IfSnx img {
  width: 60px;
}
.cid-rHQH7IfSnx h4 {
  text-align: center;
}
.cid-rHQH7IfSnx p {
  text-align: center;
}
.cid-rHQH7IfSnx .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rHQH7IfSnx .card-title,
.cid-rHQH7IfSnx .card-img {
  color: #ffffff;
  margin-bottom: .0rem;
}
.cid-rHQH7IfSnx .card {
  border-radius: 0px;
}
.cid-rHQH7IfSnx .pb-3 {
  padding-bottom: 0rem!important;
}
.cid-rHQH7IfSnx .py-3 {
  padding-bottom: 0rem!important;
}
#custom-html-8 {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-8 img {
  height: 30px;
}
#custom-html-8 div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-8 p {
  font-size: 60px;
  color: #777;
}
#custom-html-8 .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-8 .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-8 .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-8 .navbar a.active {
  background-color: #32365b;
  color: white;
}
.cid-rHQR1YJ1SC {
  background: #ffffff;
}
.cid-rHQR1YJ1SC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rHQR1YJ1SC figcaption {
  position: relative;
}
.cid-rHQR1YJ1SC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rHQR1YJ1SC .image-block {
    width: 100% !important;
    max-height: 60px;
  }
}
#custom-html-b {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-b div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-b p {
  font-size: 60px;
  color: #777;
}
#custom-html-b .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-b .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-b .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-b .navbar a.active {
  background-color: #32365b;
  color: white;
}
.cid-rHQRodGKzh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rHQRodGKzh .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-rHQRodGKzh img {
  width: 60px;
}
.cid-rHQRodGKzh h4 {
  text-align: center;
}
.cid-rHQRodGKzh p {
  text-align: center;
}
.cid-rHQRodGKzh .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rHQRodGKzh .card-title,
.cid-rHQRodGKzh .card-img {
  color: #ffffff;
}
.cid-rHQRodGKzh .card {
  border-radius: 0px;
}
.cid-rHQUmZdrsM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rHQUmZdrsM .mbr-text {
  color: #767676;
}
.cid-rHQUmZdrsM img {
  height: 100px;
}
.cid-rHQUmZdrsM h4 {
  text-align: center;
}
.cid-rHQUmZdrsM p {
  text-align: center;
}
.cid-rHQUmZdrsM .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rHQUmZdrsM .card-title,
.cid-rHQUmZdrsM .card-img {
  color: #ffffff;
}
.cid-rHQUmZdrsM .card {
  border-radius: 0px;
}
.cid-rHQUmZdrsM .fa-ul {
  color: #ffffff;
}
#custom-html-f {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-f div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-f p {
  font-size: 60px;
  color: #777;
}
#custom-html-f .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-f .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-f .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-f .navbar a.active {
  background-color: #32365b;
  color: white;
}
.cid-rHQW8t7C1U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rHQW8t7C1U .img-icon {
  width: 60px;
}
.cid-rHQW8t7C1U .mbr-text {
  color: #767676;
}
.cid-rHQW8t7C1U h4 {
  text-align: center;
}
.cid-rHQW8t7C1U p {
  text-align: center;
}
.cid-rHQW8t7C1U .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rHQW8t7C1U .card-title,
.cid-rHQW8t7C1U .card-img {
  color: #ffffff;
}
.cid-rHQW8t7C1U .card {
  border-radius: 0px;
}
#custom-html-h {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-h div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-h p {
  font-size: 60px;
  color: #777;
}
#custom-html-h .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-h .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-h .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-h .navbar a.active {
  background-color: #32365b;
  color: white;
}
#custom-html-g {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-g img {
  height: 30px;
}
#custom-html-g div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-g p {
  font-size: 60px;
  color: #777;
}
#custom-html-g .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-g .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-g .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-g .navbar a.active {
  background-color: #32365b;
  color: white;
}
.cid-rHQXjwMm25 {
  background: #ffffff;
}
.cid-rHQXjwMm25 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rHQXjwMm25 figcaption {
  position: relative;
}
.cid-rHQXjwMm25 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rHQXjwMm25 .image-block {
    width: 100% !important;
    max-height: 60px;
  }
}
#custom-html-j {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-j div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-j p {
  font-size: 60px;
  color: #777;
}
#custom-html-j .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-j .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-j .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-j .navbar a.active {
  background-color: #32365b;
  color: white;
}
.cid-rHQXjxX64C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rHQXjxX64C img {
  width: 60px;
}
.cid-rHQXjxX64C .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-rHQXjxX64C h4 {
  text-align: center;
}
.cid-rHQXjxX64C p {
  text-align: center;
}
.cid-rHQXjxX64C .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rHQXjxX64C .card-title,
.cid-rHQXjxX64C .card-img {
  color: #ffffff;
  text-align: right;
}
.cid-rHQXjxX64C .card {
  border-radius: 0px;
}
#custom-html-m {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-m div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-m p {
  font-size: 60px;
  color: #777;
}
#custom-html-m .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-m .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-m .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-m .navbar a.active {
  background-color: #32365b;
  color: white;
}
#custom-html-o {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-o div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-o p {
  font-size: 60px;
  color: #777;
}
#custom-html-o .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-o .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-o .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-o .navbar a.active {
  background-color: #32365b;
  color: white;
}
#custom-html-p {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-p img {
  height: 30px;
}
#custom-html-p div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-p p {
  font-size: 60px;
  color: #777;
}
#custom-html-p .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-p .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-p .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-p .navbar a.active {
  background-color: #32365b;
  color: white;
}
.cid-rHQYj9gQog {
  background: #ffffff;
}
.cid-rHQYj9gQog .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rHQYj9gQog figcaption {
  position: relative;
}
.cid-rHQYj9gQog figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rHQYj9gQog .image-block {
    width: 100% !important;
    max-height: 60px;
  }
}
#custom-html-r {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-r div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-r p {
  font-size: 60px;
  color: #777;
}
#custom-html-r .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-r .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-r .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-r .navbar a.active {
  background-color: #32365b;
  color: white;
}
.cid-rHQYjaeEpQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rHQYjaeEpQ img {
  width: 60px;
}
.cid-rHQYjaeEpQ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-rHQYjaeEpQ h4 {
  text-align: center;
}
.cid-rHQYjaeEpQ p {
  text-align: center;
}
.cid-rHQYjaeEpQ .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rHQYjaeEpQ .card-title,
.cid-rHQYjaeEpQ .card-img {
  color: #ffffff;
  text-align: right;
}
.cid-rHQYjaeEpQ .card {
  border-radius: 0px;
}
#custom-html-t {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-t div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-t p {
  font-size: 60px;
  color: #777;
}
#custom-html-t .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-t .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-t .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-t .navbar a.active {
  background-color: #32365b;
  color: white;
}
#custom-html-u {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-u div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-u p {
  font-size: 60px;
  color: #777;
}
#custom-html-u .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-u .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-u .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-u .navbar a.active {
  background-color: #32365b;
  color: white;
}
#custom-html-v {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-v div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-v p {
  font-size: 60px;
  color: #777;
}
#custom-html-v .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-v .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-v .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-v .navbar a.active {
  background-color: #32365b;
  color: white;
}
.cid-rHQYF3bQhe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rHQYF3bQhe .mbr-text {
  color: #767676;
}
.cid-rHQYF3bQhe img {
  width: 130px;
}
.cid-rHQYF3bQhe h4 {
  text-align: center;
}
.cid-rHQYF3bQhe p {
  text-align: center;
}
.cid-rHQYF3bQhe .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rHQYF3bQhe .card-title,
.cid-rHQYF3bQhe .card-img {
  color: #ffffff;
}
.cid-rHQYF3bQhe .card {
  border-radius: 0px;
}
#custom-html-y {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-y div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-y p {
  font-size: 60px;
  color: #777;
}
#custom-html-y .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-y .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-y .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-y .navbar a.active {
  background-color: #32365b;
  color: white;
}
#custom-html-x {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-x img {
  height: 30px;
}
#custom-html-x div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-x p {
  font-size: 60px;
  color: #777;
}
#custom-html-x .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-x .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-x .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-x .navbar a.active {
  background-color: #32365b;
  color: white;
}
.cid-rIdZ6ZoIql {
  background: #ffffff;
}
.cid-rIdZ6ZoIql .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rIdZ6ZoIql figcaption {
  position: relative;
}
.cid-rIdZ6ZoIql figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIdZ6ZoIql .image-block {
    width: 100% !important;
    max-height: 60px;
  }
}
#custom-html-14 {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-14 div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-14 p {
  font-size: 60px;
  color: #777;
}
#custom-html-14 .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-14 .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-14 .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-14 .navbar a.active {
  background-color: #32365b;
  color: white;
}
.cid-rIdZ709r6S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIdZ709r6S img {
  width: 60px;
}
.cid-rIdZ709r6S .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-rIdZ709r6S h4 {
  text-align: center;
}
.cid-rIdZ709r6S p {
  text-align: center;
}
.cid-rIdZ709r6S .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rIdZ709r6S .card-title,
.cid-rIdZ709r6S .card-img {
  color: #ffffff;
  text-align: right;
}
.cid-rIdZ709r6S .card {
  border-radius: 0px;
}
#custom-html-16 {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-16 div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-16 p {
  font-size: 60px;
  color: #777;
}
#custom-html-16 .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-16 .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-16 .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-16 .navbar a.active {
  background-color: #32365b;
  color: white;
}
#custom-html-17 {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-17 div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-17 p {
  font-size: 60px;
  color: #777;
}
#custom-html-17 .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-17 .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-17 .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-17 .navbar a.active {
  background-color: #32365b;
  color: white;
}
#custom-html-18 {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-18 div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-18 p {
  font-size: 60px;
  color: #777;
}
#custom-html-18 .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-18 .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-18 .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-18 .navbar a.active {
  background-color: #32365b;
  color: white;
}
.cid-rIdZ71FauD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIdZ71FauD .mbr-text {
  color: #767676;
}
.cid-rIdZ71FauD img {
  width: 130px;
}
.cid-rIdZ71FauD h4 {
  text-align: center;
}
.cid-rIdZ71FauD p {
  text-align: center;
}
.cid-rIdZ71FauD .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rIdZ71FauD .card-title,
.cid-rIdZ71FauD .card-img {
  color: #ffffff;
}
.cid-rIdZ71FauD .card {
  border-radius: 0px;
}
#custom-html-1a {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-1a div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-1a p {
  font-size: 60px;
  color: #777;
}
#custom-html-1a .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-1a .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-1a .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-1a .navbar a.active {
  background-color: #32365b;
  color: white;
}
#custom-html-1b {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-1b img {
  height: 30px;
}
#custom-html-1b div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-1b p {
  font-size: 60px;
  color: #777;
}
#custom-html-1b .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-1b .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-1b .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-1b .navbar a.active {
  background-color: #32365b;
  color: white;
}
.cid-rIXfZQwxdk {
  background: #292a61;
}
.cid-rIXfZQwxdk .image-block {
  margin: auto;
  width: 50% !important;
  padding: 3% !important;
}
.cid-rIXfZQwxdk figcaption {
  position: relative;
}
.cid-rIXfZQwxdk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIXfZQwxdk .image-block {
    width: 100% !important;
  }
}
#custom-html-1o {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-1o div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-1o p {
  font-size: 60px;
  color: #777;
}
#custom-html-1o .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-1o .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-1o .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-1o .navbar a.active {
  background-color: #32365b;
  color: white;
}
.cid-rIXgOgjW0Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #007c46;
}
.cid-rIXgOgjW0Y .mbr-section-btn > * {
  margin: 0;
}
.cid-rIXgOgjW0Y h4 {
  font-weight: 500;
}
.cid-rIXgOgjW0Y p {
  color: #232323;
}
.cid-rIXgOgjW0Y .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rIXgOgjW0Y .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rIXgOgjW0Y .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rIXgOgjW0Y .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rIXgOgjW0Y .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rIXgOgjW0Y .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rIXgOgjW0Y .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rIXgOgjW0Y .mbr-figure {
    padding-right: 0;
    padding-bottom: 0rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 300px) {
  .cid-rIXgOgjW0Y .card-img span {
    font-size: 40px !important;
  }
}
.cid-rIXgOgjW0Y .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rIXgOgjW0Y H2 {
  color: #ffffff;
}
.cid-rIXgOgjW0Y .text1 {
  color: #ffffff;
}
.cid-rIXXU5W6T8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #248753;
}
.cid-rIXXU5W6T8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rIXXU5W6T8 p {
  color: #767676;
  text-align: left;
}
.cid-rIXXU5W6T8 .card-box {
  padding-top: 2rem;
}
.cid-rIXXU5W6T8 .card-wrapper {
  height: 100%;
}
.cid-rIXXU5W6T8 .card-title {
  color: #ffffff;
}
.cid-rIXXU5W6T8 P {
  color: #ffffff;
}
.cid-rIXXU5W6T8 H2 {
  color: #ffffff;
}
.cid-rIXXU5W6T8 .title {
  padding-bottom: 1rem;
}
.cid-rIXXU5W6T8 .img-icon {
  width: 90px !important;
}
#custom-html-1r {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-1r div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-1r p {
  font-size: 60px;
  color: #777;
}
#custom-html-1r .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-1r .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-1r .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-1r .navbar a.active {
  background-color: #32365b;
  color: white;
}
.cid-rIXTdk8zGc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3f9764;
}
.cid-rIXTdk8zGc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rIXTdk8zGc p {
  color: #767676;
  text-align: left;
}
.cid-rIXTdk8zGc .card-box {
  padding-top: 2rem;
}
.cid-rIXTdk8zGc .card-wrapper {
  height: 100%;
}
.cid-rIXTdk8zGc .card-title {
  color: #ffffff;
}
.cid-rIXTdk8zGc P {
  color: #ffffff;
}
.cid-rIXTdk8zGc H2 {
  color: #ffffff;
}
.cid-rIXTdk8zGc .title {
  padding-bottom: 1rem;
}
.cid-rIXTdk8zGc .img-icon {
  width: 90px !important;
}
#custom-html-1t {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-1t div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-1t p {
  font-size: 60px;
  color: #777;
}
#custom-html-1t .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-1t .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-1t .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-1t .navbar a.active {
  background-color: #32365b;
  color: white;
}
#custom-html-1u {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-1u img {
  height: 30px;
}
#custom-html-1u div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-1u p {
  font-size: 60px;
  color: #777;
}
#custom-html-1u .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}
#custom-html-1u .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-1u .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-1u .navbar a.active {
  background-color: #32365b;
  color: white;
}
.cid-rIWRJJLxpf {
  background: #292a61;
}
.cid-rIWRJJLxpf .image-block {
  margin: auto;
  width: 50% !important;
  padding: 3% !important;
}
.cid-rIWRJJLxpf figcaption {
  position: relative;
}
.cid-rIWRJJLxpf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIWRJJLxpf .image-block {
    width: 100% !important;
  }
}
.cid-rIWVSjckvF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #292a61;
}
.cid-rIWVSjckvF p {
  color: #767676;
}
.cid-rIWVSjckvF .item:focus,
.cid-rIWVSjckvF span:focus {
  outline: none;
}
.cid-rIWVSjckvF .item {
  padding: 2%;
  padding-bottom: 0rem;
  cursor: pointer;
}
.cid-rIWVSjckvF .item-wrapper {
  position: relative;
}
.cid-rIWVSjckvF .item-btn,
.cid-rIWVSjckvF h4,
.cid-rIWVSjckvF h5 {
  margin: 0;
}
.cid-rIWVSjckvF .item-content {
  padding-top: 0rem;
}
.cid-rIWVSjckvF .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-rIWVSjckvF .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-rIWVSjckvF .item-text {
  text-align: left;
  color: #ffffff;
}
.cid-rIWVSjckvF item-text {
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-rIWVSjckvF .hideonmobile {
    display: none;
  }
}
#custom-html-1h {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-1h img {
  height: 30px;
}
#custom-html-1h div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-1h p {
  font-size: 60px;
  color: #777;
}
#custom-html-1h .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-1h .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-1h .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-1h .navbar a.active {
  background-color: #32365b;
  color: white;
}
.cid-rIXfWvO4n3 {
  background: #292a61;
}
.cid-rIXfWvO4n3 .image-block {
  margin: auto;
  width: 50% !important;
  padding: 3% !important;
}
.cid-rIXfWvO4n3 figcaption {
  position: relative;
}
.cid-rIXfWvO4n3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIXfWvO4n3 .image-block {
    width: 100% !important;
  }
}
.cid-rIXfWwjmUc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #292a61;
}
.cid-rIXfWwjmUc p {
  color: #767676;
}
.cid-rIXfWwjmUc .item:focus,
.cid-rIXfWwjmUc span:focus {
  outline: none;
}
.cid-rIXfWwjmUc .item {
  padding: 2%;
  padding-bottom: 0rem;
  cursor: pointer;
}
.cid-rIXfWwjmUc .item-wrapper {
  position: relative;
}
.cid-rIXfWwjmUc .item-btn,
.cid-rIXfWwjmUc h4,
.cid-rIXfWwjmUc h5 {
  margin: 0;
}
.cid-rIXfWwjmUc .item-content {
  padding-top: 0rem;
}
.cid-rIXfWwjmUc .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-rIXfWwjmUc .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-rIXfWwjmUc .item-text {
  text-align: left;
  color: #ffffff;
}
.cid-rIXfWwjmUc item-text {
  color: #cccccc;
}
@media (max-width: 992px) {
  .cid-rIXfWwjmUc .hideonmobile {
    display: none;
  }
}
#custom-html-1x {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-1x img {
  height: 30px;
}
#custom-html-1x div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-1x p {
  font-size: 60px;
  color: #777;
}
#custom-html-1x .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-1x .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-1x .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-1x .navbar a.active {
  background-color: #32365b;
  color: white;
}
.cid-rIY0vYg6gb {
  background: #292a61;
}
.cid-rIY0vYg6gb .image-block {
  margin: auto;
  width: 50% !important;
  padding: 3% !important;
}
.cid-rIY0vYg6gb figcaption {
  position: relative;
}
.cid-rIY0vYg6gb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIY0vYg6gb .image-block {
    width: 100% !important;
  }
}
#custom-html-29 {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-29 div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-29 p {
  font-size: 60px;
  color: #777;
}
#custom-html-29 .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-29 .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-29 .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-29 .navbar a.active {
  background-color: #32365b;
  color: white;
}
.cid-rIXZo1btlW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #748f94;
}
.cid-rIXZo1btlW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rIXZo1btlW p {
  color: #767676;
  text-align: left;
}
.cid-rIXZo1btlW .card-box {
  padding-top: 2rem;
}
.cid-rIXZo1btlW .card-wrapper {
  height: 100%;
}
.cid-rIXZo1btlW .card-title {
  color: #ffffff;
}
.cid-rIXZo1btlW P {
  color: #ffffff;
}
.cid-rIXZo1btlW H2 {
  color: #ffffff;
}
.cid-rIXZo1btlW .title {
  padding-bottom: 1rem;
}
.cid-rIXZo1btlW .img-icon {
  width: 90px !important;
}
#custom-html-2b {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-2b div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-2b p {
  font-size: 60px;
  color: #777;
}
#custom-html-2b .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-2b .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-2b .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-2b .navbar a.active {
  background-color: #32365b;
  color: white;
}
#custom-html-2c {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-2c div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-2c p {
  font-size: 60px;
  color: #777;
}
#custom-html-2c .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-2c .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-2c .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-2c .navbar a.active {
  background-color: #32365b;
  color: white;
}
#custom-html-2d {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-2d img {
  height: 30px;
}
#custom-html-2d div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-2d p {
  font-size: 60px;
  color: #777;
}
#custom-html-2d .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-2d .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-2d .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-2d .navbar a.active {
  background-color: #32365b;
  color: white;
}
.cid-rIY0HPKdHM {
  background: #292a61;
}
.cid-rIY0HPKdHM .image-block {
  margin: auto;
  width: 50% !important;
  padding: 3% !important;
}
.cid-rIY0HPKdHM figcaption {
  position: relative;
}
.cid-rIY0HPKdHM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIY0HPKdHM .image-block {
    width: 100% !important;
  }
}
#custom-html-2h {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-2h div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-2h p {
  font-size: 60px;
  color: #777;
}
#custom-html-2h .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-2h .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-2h .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-2h .navbar a.active {
  background-color: #32365b;
  color: white;
}
.cid-rIY0NPT2uO {
  background: #748f94;
}
.cid-rIY0NPT2uO .image-block {
  margin: auto;
  width: 30% !important;
  padding: 3% !important;
}
.cid-rIY0NPT2uO figcaption {
  position: relative;
}
.cid-rIY0NPT2uO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIY0NPT2uO .image-block {
    width: 100% !important;
  }
}
#custom-html-2j {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-2j div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-2j p {
  font-size: 60px;
  color: #777;
}
#custom-html-2j .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-2j .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-2j .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-2j .navbar a.active {
  background-color: #32365b;
  color: white;
}
#custom-html-2k {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-2k div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-2k p {
  font-size: 60px;
  color: #777;
}
#custom-html-2k .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-2k .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-2k .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-2k .navbar a.active {
  background-color: #32365b;
  color: white;
}
#custom-html-2l {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-2l img {
  height: 30px;
}
#custom-html-2l div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-2l p {
  font-size: 60px;
  color: #777;
}
#custom-html-2l .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-2l .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-2l .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-2l .navbar a.active {
  background-color: #32365b;
  color: white;
}
.cid-rIY0LC0zqp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #748f94;
}
.cid-rIY0LC0zqp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rIY0LC0zqp p {
  color: #767676;
  text-align: left;
}
.cid-rIY0LC0zqp .card-box {
  padding-top: 2rem;
}
.cid-rIY0LC0zqp .card-wrapper {
  height: 100%;
}
.cid-rIY0LC0zqp .card-title {
  color: #ffffff;
}
.cid-rIY0LC0zqp P {
  color: #ffffff;
}
.cid-rIY0LC0zqp H2 {
  color: #ffffff;
}
.cid-rIY0LC0zqp .title {
  padding-bottom: 1rem;
}
.cid-rIY0LC0zqp .img-icon {
  width: 90px !important;
}
.cid-rIY1KxrUU0 {
  background: #292a61;
}
.cid-rIY1KxrUU0 .image-block {
  margin: auto;
  width: 50% !important;
  padding: 3% !important;
}
.cid-rIY1KxrUU0 figcaption {
  position: relative;
}
.cid-rIY1KxrUU0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIY1KxrUU0 .image-block {
    width: 100% !important;
  }
}
#custom-html-2p {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-2p div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-2p p {
  font-size: 60px;
  color: #777;
}
#custom-html-2p .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-2p .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-2p .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-2p .navbar a.active {
  background-color: #32365b;
  color: white;
}
#custom-html-2r {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-2r div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-2r p {
  font-size: 60px;
  color: #777;
}
#custom-html-2r .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-2r .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-2r .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-2r .navbar a.active {
  background-color: #32365b;
  color: white;
}
#custom-html-2s {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-2s div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-2s p {
  font-size: 60px;
  color: #777;
}
#custom-html-2s .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-2s .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-2s .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-2s .navbar a.active {
  background-color: #32365b;
  color: white;
}
#custom-html-2t {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-2t img {
  height: 30px;
}
#custom-html-2t div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-2t p {
  font-size: 60px;
  color: #777;
}
#custom-html-2t .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-2t .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-2t .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-2t .navbar a.active {
  background-color: #32365b;
  color: white;
}
.cid-rIY1KzvwaK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #748f94;
}
.cid-rIY1KzvwaK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rIY1KzvwaK p {
  color: #767676;
  text-align: left;
}
.cid-rIY1KzvwaK .card-box {
  padding-top: 2rem;
}
.cid-rIY1KzvwaK .card-wrapper {
  height: 100%;
}
.cid-rIY1KzvwaK .card-title {
  color: #ffffff;
}
.cid-rIY1KzvwaK P {
  color: #ffffff;
}
.cid-rIY1KzvwaK H2 {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-rIY1KzvwaK .title {
  padding-bottom: 1rem;
}
.cid-rIY1KzvwaK .img-icon {
  width: 90px !important;
}
.cid-rIY3qZGgZ1 {
  background: #292a61;
}
.cid-rIY3qZGgZ1 .image-block {
  margin: auto;
  width: 50% !important;
  padding: 3% !important;
}
.cid-rIY3qZGgZ1 figcaption {
  position: relative;
}
.cid-rIY3qZGgZ1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIY3qZGgZ1 .image-block {
    width: 100% !important;
  }
}
#custom-html-2w {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-2w div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-2w p {
  font-size: 60px;
  color: #777;
}
#custom-html-2w .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-2w .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-2w .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-2w .navbar a.active {
  background-color: #32365b;
  color: white;
}
#custom-html-2x {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-2x div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-2x p {
  font-size: 60px;
  color: #777;
}
#custom-html-2x .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-2x .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-2x .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-2x .navbar a.active {
  background-color: #32365b;
  color: white;
}
#custom-html-2y {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-2y div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-2y p {
  font-size: 60px;
  color: #777;
}
#custom-html-2y .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-2y .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-2y .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-2y .navbar a.active {
  background-color: #32365b;
  color: white;
}
#custom-html-2z {
  /* Type valid CSS here */
  /* Place the navbar at the bottom of the page, and make it stick */
  /* Style the links inside the navigation bar */
  /* Change the color of links on hover */
  /* Add a color to the active/current link */
}
#custom-html-2z img {
  height: 30px;
}
#custom-html-2z div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
#custom-html-2z p {
  font-size: 60px;
  color: #777;
}
#custom-html-2z .navbar {
  background-color: #252951;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#custom-html-2z .navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 10px;
}
#custom-html-2z .navbar a:hover {
  background-color: #32365b;
  color: white;
}
#custom-html-2z .navbar a.active {
  background-color: #32365b;
  color: white;
}
.cid-rIY3r1uzqN {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #748f94;
}
.cid-rIY3r1uzqN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rIY3r1uzqN p {
  color: #767676;
  text-align: left;
}
.cid-rIY3r1uzqN .card-box {
  padding-top: 2rem;
}
.cid-rIY3r1uzqN .card-wrapper {
  height: 100%;
}
.cid-rIY3r1uzqN .card-title {
  color: #ffffff;
}
.cid-rIY3r1uzqN P {
  color: #ffffff;
}
.cid-rIY3r1uzqN H2 {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-rIY3r1uzqN .title {
  padding-bottom: 1rem;
}
.cid-rIY3r1uzqN .img-icon {
  width: 90px !important;
}
