body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.6rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 0.96rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.28rem;
}
/* ---- 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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-4 {
    font-size: 0.48rem;
    font-size: calc( 0.86rem + (0.6 - 0.86) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.86rem + (0.6 - 0.86) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #0f7699 !important;
}
.bg-success {
  background-color: #232323 !important;
}
.bg-info {
  background-color: #232323 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #827138 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff684b !important;
  border-color: #ff684b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #fe2900 !important;
  border-color: #fe2900 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fe2900 !important;
  border-color: #fe2900 !important;
}
.btn-info,
.btn-info:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #827138 !important;
  border-color: #827138 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #4d4321 !important;
  border-color: #4d4321 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #4d4321 !important;
  border-color: #4d4321 !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: #062e3c;
  color: #062e3c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0f7699;
  border-color: #0f7699;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #e42500;
  color: #e42500;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff684b;
  border-color: #ff684b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff684b !important;
  border-color: #ff684b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !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: #3b3319;
  color: #3b3319;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #827138;
  border-color: #827138;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #827138 !important;
  border-color: #827138 !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: #0f7699 !important;
}
.text-secondary {
  color: #ff684b !important;
}
.text-success {
  color: #232323 !important;
}
.text-info {
  color: #232323 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #827138 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #062e3c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #e42500 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #3b3319 !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: #232323;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #827138;
}
.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: #0f7699;
  border-color: #0f7699;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0f7699;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3cbfec;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d5d5d5;
}
.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: #c4b276;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
}
blockquote {
  border-color: #0f7699;
}
/* 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: #0f7699;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0f7699;
}
/* 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: #0f7699;
  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: #0f7699;
  border-bottom-color: #0f7699;
}
.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: #0f7699 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff684b !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='%230f7699' %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-uLcCgU1VxK {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLcCgU1VxK .card-box {
  padding: 0 2rem;
}
.cid-uLcCgU1VxK .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uLcCgU1VxK .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uLcCgU1VxK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uLcCgU1VxK p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uLcCgU1VxK .mbr-text {
  color: #767676;
}
.cid-uLcCgU1VxK .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #0a0606;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uLcCgU1VxK .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uLcCiU0THG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uLcCiU0THG .card-box {
  padding: 0 2rem;
}
.cid-uLcCiU0THG .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uLcCiU0THG .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uLcCiU0THG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uLcCiU0THG p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uLcCiU0THG .mbr-text {
  color: #767676;
}
.cid-uLcCiU0THG .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #cebfaf;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uLcCiU0THG .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tJaTUelwcT {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJaTUelwcT .mbr-section-subtitle {
  color: #767676;
}
.cid-tJaTUelwcT .container-table {
  margin: 0 auto;
}
.cid-tJaTUelwcT .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tJaTUelwcT .dataTables_wrapper {
  display: block;
}
.cid-tJaTUelwcT .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tJaTUelwcT .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tJaTUelwcT table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-tJaTUelwcT table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tJaTUelwcT table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-tJaTUelwcT table td {
  border-top: 1px solid #ffffff;
}
.cid-tJaTUelwcT .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tJaTUelwcT .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tJaTUelwcT .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tJaTUelwcT .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tJaTUelwcT .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tJaTUelwcT .dataTables_filter {
    text-align: center;
  }
  .cid-tJaTUelwcT .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tJaTUelwcT .body-item {
  text-align: left;
}
.cid-tJaTUelwcT .head-item {
  text-align: center;
  color: #7aafc2;
}
.cid-tJaTFmlvLD {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tJaTFmlvLD .mbr-section-btn > * {
  margin: 0;
}
.cid-tJaTFmlvLD h4 {
  font-weight: 500;
}
.cid-tJaTFmlvLD p {
  color: #232323;
}
.cid-tJaTFmlvLD .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tJaTFmlvLD .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tJaTFmlvLD .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tJaTFmlvLD .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tJaTFmlvLD .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tJaTFmlvLD .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tJaTFmlvLD .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tJaTFmlvLD .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tJaTFmlvLD .card-img span {
    font-size: 40px !important;
  }
}
.cid-tJaTFmlvLD .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tJaTFmlvLD .text2,
.cid-tJaTFmlvLD .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tJaTFmlvLD H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tJaTFmlvLD .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tJaWSzq4O8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJaWSzq4O8 .mbr-section-subtitle {
  color: #041a21;
  text-align: center;
}
.cid-tJaTS36juT {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJaTS36juT .mbr-section-subtitle {
  color: #767676;
}
.cid-tJaTS36juT .container-table {
  margin: 0 auto;
}
.cid-tJaTS36juT .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tJaTS36juT .dataTables_wrapper {
  display: block;
}
.cid-tJaTS36juT .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tJaTS36juT .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tJaTS36juT table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-tJaTS36juT table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tJaTS36juT table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-tJaTS36juT table td {
  border-top: 1px solid #ffffff;
}
.cid-tJaTS36juT .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tJaTS36juT .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tJaTS36juT .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tJaTS36juT .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tJaTS36juT .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tJaTS36juT .dataTables_filter {
    text-align: center;
  }
  .cid-tJaTS36juT .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tJaTS36juT .body-item {
  text-align: left;
}
.cid-tJaTS36juT .head-item {
  text-align: center;
  color: #7aafc2;
}
.cid-tIkmOaH1kj {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tIkmOaH1kj .mbr-section-btn > * {
  margin: 0;
}
.cid-tIkmOaH1kj h4 {
  font-weight: 500;
}
.cid-tIkmOaH1kj p {
  color: #232323;
}
.cid-tIkmOaH1kj .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tIkmOaH1kj .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tIkmOaH1kj .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tIkmOaH1kj .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tIkmOaH1kj .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tIkmOaH1kj .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tIkmOaH1kj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tIkmOaH1kj .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tIkmOaH1kj .card-img span {
    font-size: 40px !important;
  }
}
.cid-tIkmOaH1kj .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tIkmOaH1kj .text2,
.cid-tIkmOaH1kj .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tIkmOaH1kj H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tIkmOaH1kj .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tIknDXs9j4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIknDXs9j4 .mbr-section-subtitle {
  color: #041a21;
  text-align: center;
}
.cid-tHEZA4yJvg {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tHEZA4yJvg .mbr-section-subtitle {
  color: #767676;
}
.cid-tHEZA4yJvg .container-table {
  margin: 0 auto;
}
.cid-tHEZA4yJvg .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tHEZA4yJvg .dataTables_wrapper {
  display: block;
}
.cid-tHEZA4yJvg .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tHEZA4yJvg .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tHEZA4yJvg table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-tHEZA4yJvg table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tHEZA4yJvg table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-tHEZA4yJvg table td {
  border-top: 1px solid #ffffff;
}
.cid-tHEZA4yJvg .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tHEZA4yJvg .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tHEZA4yJvg .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tHEZA4yJvg .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tHEZA4yJvg .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tHEZA4yJvg .dataTables_filter {
    text-align: center;
  }
  .cid-tHEZA4yJvg .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tHEZA4yJvg .body-item {
  text-align: left;
}
.cid-tHEZA4yJvg .head-item {
  text-align: center;
  color: #7aafc2;
}
.cid-tHELTRbl2X {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHELTRbl2X .mbr-section-btn > * {
  margin: 0;
}
.cid-tHELTRbl2X h4 {
  font-weight: 500;
}
.cid-tHELTRbl2X p {
  color: #232323;
}
.cid-tHELTRbl2X .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tHELTRbl2X .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tHELTRbl2X .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tHELTRbl2X .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tHELTRbl2X .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tHELTRbl2X .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tHELTRbl2X .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tHELTRbl2X .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tHELTRbl2X .card-img span {
    font-size: 40px !important;
  }
}
.cid-tHELTRbl2X .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tHELTRbl2X .text2,
.cid-tHELTRbl2X .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tHELTRbl2X H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tHELTRbl2X .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tHu81fRmYh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tHu81fRmYh .mbr-section-subtitle {
  color: #767676;
}
.cid-tHu81fRmYh .container-table {
  margin: 0 auto;
}
.cid-tHu81fRmYh .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tHu81fRmYh .dataTables_wrapper {
  display: block;
}
.cid-tHu81fRmYh .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tHu81fRmYh .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tHu81fRmYh table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-tHu81fRmYh table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tHu81fRmYh table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-tHu81fRmYh table td {
  border-top: 1px solid #ffffff;
}
.cid-tHu81fRmYh .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tHu81fRmYh .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tHu81fRmYh .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tHu81fRmYh .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tHu81fRmYh .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tHu81fRmYh .dataTables_filter {
    text-align: center;
  }
  .cid-tHu81fRmYh .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tHu81fRmYh .body-item {
  text-align: left;
}
.cid-tHu81fRmYh .head-item {
  text-align: center;
  color: #7aafc2;
}
.cid-tHu89GCUU5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHu89GCUU5 .mbr-section-btn > * {
  margin: 0;
}
.cid-tHu89GCUU5 h4 {
  font-weight: 500;
}
.cid-tHu89GCUU5 p {
  color: #232323;
}
.cid-tHu89GCUU5 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tHu89GCUU5 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tHu89GCUU5 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tHu89GCUU5 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tHu89GCUU5 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tHu89GCUU5 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tHu89GCUU5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tHu89GCUU5 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tHu89GCUU5 .card-img span {
    font-size: 40px !important;
  }
}
.cid-tHu89GCUU5 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tHu89GCUU5 .text2,
.cid-tHu89GCUU5 .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tHu89GCUU5 H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tHu89GCUU5 .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tHidz1XFyl {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tHidz1XFyl .mbr-section-subtitle {
  color: #767676;
}
.cid-tHidz1XFyl .container-table {
  margin: 0 auto;
}
.cid-tHidz1XFyl .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tHidz1XFyl .dataTables_wrapper {
  display: block;
}
.cid-tHidz1XFyl .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tHidz1XFyl .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tHidz1XFyl table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-tHidz1XFyl table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tHidz1XFyl table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-tHidz1XFyl table td {
  border-top: 1px solid #ffffff;
}
.cid-tHidz1XFyl .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tHidz1XFyl .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tHidz1XFyl .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tHidz1XFyl .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tHidz1XFyl .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tHidz1XFyl .dataTables_filter {
    text-align: center;
  }
  .cid-tHidz1XFyl .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tHidz1XFyl .body-item {
  text-align: left;
}
.cid-tHidz1XFyl .head-item {
  text-align: center;
  color: #7aafc2;
}
.cid-tHidrjsnpQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tHidrjsnpQ .mbr-section-btn > * {
  margin: 0;
}
.cid-tHidrjsnpQ h4 {
  font-weight: 500;
}
.cid-tHidrjsnpQ p {
  color: #232323;
}
.cid-tHidrjsnpQ .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tHidrjsnpQ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tHidrjsnpQ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tHidrjsnpQ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tHidrjsnpQ .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tHidrjsnpQ .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tHidrjsnpQ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tHidrjsnpQ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tHidrjsnpQ .card-img span {
    font-size: 40px !important;
  }
}
.cid-tHidrjsnpQ .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tHidrjsnpQ .text2,
.cid-tHidrjsnpQ .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tHidrjsnpQ H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tHidrjsnpQ .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tHcfnLHwUN {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tHcfnLHwUN .mbr-section-subtitle {
  color: #767676;
}
.cid-tHcfnLHwUN .container-table {
  margin: 0 auto;
}
.cid-tHcfnLHwUN .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tHcfnLHwUN .dataTables_wrapper {
  display: block;
}
.cid-tHcfnLHwUN .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tHcfnLHwUN .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tHcfnLHwUN table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-tHcfnLHwUN table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-tHcfnLHwUN table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-tHcfnLHwUN table td {
  border-top: 1px solid #ffffff;
}
.cid-tHcfnLHwUN .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tHcfnLHwUN .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tHcfnLHwUN .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-tHcfnLHwUN .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-tHcfnLHwUN .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-tHcfnLHwUN .dataTables_filter {
    text-align: center;
  }
  .cid-tHcfnLHwUN .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-tHcfnLHwUN .body-item {
  text-align: left;
}
.cid-tHcfnLHwUN .head-item {
  text-align: center;
  color: #7aafc2;
}
.cid-tHcbwLTuKo {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tHcbwLTuKo .mbr-section-btn > * {
  margin: 0;
}
.cid-tHcbwLTuKo h4 {
  font-weight: 500;
}
.cid-tHcbwLTuKo p {
  color: #232323;
}
.cid-tHcbwLTuKo .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tHcbwLTuKo .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tHcbwLTuKo .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tHcbwLTuKo .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tHcbwLTuKo .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tHcbwLTuKo .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tHcbwLTuKo .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tHcbwLTuKo .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tHcbwLTuKo .card-img span {
    font-size: 40px !important;
  }
}
.cid-tHcbwLTuKo .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tHcbwLTuKo .text2,
.cid-tHcbwLTuKo .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tHcbwLTuKo H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tHcbwLTuKo .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tHc6vMcl7I {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tHc6vMcl7I .mbr-section-btn > * {
  margin: 0;
}
.cid-tHc6vMcl7I h4 {
  font-weight: 500;
}
.cid-tHc6vMcl7I p {
  color: #232323;
}
.cid-tHc6vMcl7I .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tHc6vMcl7I .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tHc6vMcl7I .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tHc6vMcl7I .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tHc6vMcl7I .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tHc6vMcl7I .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tHc6vMcl7I .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tHc6vMcl7I .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tHc6vMcl7I .card-img span {
    font-size: 40px !important;
  }
}
.cid-tHc6vMcl7I .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tHc6vMcl7I .text2,
.cid-tHc6vMcl7I .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tHc6vMcl7I H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tHc6vMcl7I .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tGOYRAnHag {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tGOYRAnHag .mbr-section-btn > * {
  margin: 0;
}
.cid-tGOYRAnHag h4 {
  font-weight: 500;
}
.cid-tGOYRAnHag p {
  color: #232323;
}
.cid-tGOYRAnHag .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tGOYRAnHag .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tGOYRAnHag .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGOYRAnHag .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tGOYRAnHag .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tGOYRAnHag .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tGOYRAnHag .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tGOYRAnHag .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tGOYRAnHag .card-img span {
    font-size: 40px !important;
  }
}
.cid-tGOYRAnHag .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tGOYRAnHag .text2,
.cid-tGOYRAnHag .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tGOYRAnHag H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tGOYRAnHag .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tGPdjAOiUM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGPdjAOiUM .mbr-section-subtitle {
  color: #041a21;
  text-align: center;
}
.cid-tGOOzRn8Cb {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tGOOzRn8Cb .mbr-section-btn > * {
  margin: 0;
}
.cid-tGOOzRn8Cb h4 {
  font-weight: 500;
}
.cid-tGOOzRn8Cb p {
  color: #232323;
}
.cid-tGOOzRn8Cb .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tGOOzRn8Cb .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tGOOzRn8Cb .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGOOzRn8Cb .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tGOOzRn8Cb .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tGOOzRn8Cb .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tGOOzRn8Cb .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tGOOzRn8Cb .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tGOOzRn8Cb .card-img span {
    font-size: 40px !important;
  }
}
.cid-tGOOzRn8Cb .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tGOOzRn8Cb .text2,
.cid-tGOOzRn8Cb .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tGOOzRn8Cb H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tGOOzRn8Cb .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tGOIU5TAbX {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tGOIU5TAbX .mbr-section-btn > * {
  margin: 0;
}
.cid-tGOIU5TAbX h4 {
  font-weight: 500;
}
.cid-tGOIU5TAbX p {
  color: #232323;
}
.cid-tGOIU5TAbX .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tGOIU5TAbX .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tGOIU5TAbX .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGOIU5TAbX .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tGOIU5TAbX .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tGOIU5TAbX .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tGOIU5TAbX .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tGOIU5TAbX .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tGOIU5TAbX .card-img span {
    font-size: 40px !important;
  }
}
.cid-tGOIU5TAbX .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tGOIU5TAbX .text2,
.cid-tGOIU5TAbX .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tGOIU5TAbX H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tGOIU5TAbX .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tGPfvtIXIN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGPfvtIXIN .mbr-section-subtitle {
  color: #041a21;
  text-align: center;
}
.cid-tGOop11CFi {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tGOop11CFi .mbr-section-btn > * {
  margin: 0;
}
.cid-tGOop11CFi h4 {
  font-weight: 500;
}
.cid-tGOop11CFi p {
  color: #232323;
}
.cid-tGOop11CFi .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tGOop11CFi .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tGOop11CFi .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGOop11CFi .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tGOop11CFi .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tGOop11CFi .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tGOop11CFi .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tGOop11CFi .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tGOop11CFi .card-img span {
    font-size: 40px !important;
  }
}
.cid-tGOop11CFi .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tGOop11CFi .text2,
.cid-tGOop11CFi .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tGOop11CFi H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tGOop11CFi .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tGOoobfoX5 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tGOoobfoX5 .mbr-section-btn > * {
  margin: 0;
}
.cid-tGOoobfoX5 h4 {
  font-weight: 500;
}
.cid-tGOoobfoX5 p {
  color: #232323;
}
.cid-tGOoobfoX5 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tGOoobfoX5 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tGOoobfoX5 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGOoobfoX5 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tGOoobfoX5 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tGOoobfoX5 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tGOoobfoX5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tGOoobfoX5 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tGOoobfoX5 .card-img span {
    font-size: 40px !important;
  }
}
.cid-tGOoobfoX5 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tGOoobfoX5 .text2,
.cid-tGOoobfoX5 .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tGOoobfoX5 H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tGOoobfoX5 .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tGOonscsPk {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tGOonscsPk .mbr-section-btn > * {
  margin: 0;
}
.cid-tGOonscsPk h4 {
  font-weight: 500;
}
.cid-tGOonscsPk p {
  color: #232323;
}
.cid-tGOonscsPk .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tGOonscsPk .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tGOonscsPk .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGOonscsPk .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tGOonscsPk .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tGOonscsPk .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tGOonscsPk .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tGOonscsPk .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tGOonscsPk .card-img span {
    font-size: 40px !important;
  }
}
.cid-tGOonscsPk .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tGOonscsPk .text2,
.cid-tGOonscsPk .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tGOonscsPk H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tGOonscsPk .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tGx1xTSN6v {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tGx1xTSN6v .mbr-section-btn > * {
  margin: 0;
}
.cid-tGx1xTSN6v h4 {
  font-weight: 500;
}
.cid-tGx1xTSN6v p {
  color: #232323;
}
.cid-tGx1xTSN6v .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tGx1xTSN6v .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tGx1xTSN6v .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGx1xTSN6v .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tGx1xTSN6v .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tGx1xTSN6v .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tGx1xTSN6v .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tGx1xTSN6v .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tGx1xTSN6v .card-img span {
    font-size: 40px !important;
  }
}
.cid-tGx1xTSN6v .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tGx1xTSN6v .text2,
.cid-tGx1xTSN6v .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tGx1xTSN6v H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tGx1xTSN6v .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tGx1wf0WoY {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tGx1wf0WoY .mbr-section-btn > * {
  margin: 0;
}
.cid-tGx1wf0WoY h4 {
  font-weight: 500;
}
.cid-tGx1wf0WoY p {
  color: #232323;
}
.cid-tGx1wf0WoY .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tGx1wf0WoY .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tGx1wf0WoY .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGx1wf0WoY .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tGx1wf0WoY .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tGx1wf0WoY .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tGx1wf0WoY .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tGx1wf0WoY .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tGx1wf0WoY .card-img span {
    font-size: 40px !important;
  }
}
.cid-tGx1wf0WoY .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tGx1wf0WoY .text2,
.cid-tGx1wf0WoY .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tGx1wf0WoY H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tGx1wf0WoY .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tGPfIxzfzE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGPfIxzfzE .mbr-section-subtitle {
  color: #041a21;
  text-align: center;
}
.cid-tGrBTTB2yw {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tGrBTTB2yw .mbr-section-btn > * {
  margin: 0;
}
.cid-tGrBTTB2yw h4 {
  font-weight: 500;
}
.cid-tGrBTTB2yw p {
  color: #232323;
}
.cid-tGrBTTB2yw .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tGrBTTB2yw .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tGrBTTB2yw .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGrBTTB2yw .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tGrBTTB2yw .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tGrBTTB2yw .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tGrBTTB2yw .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tGrBTTB2yw .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tGrBTTB2yw .card-img span {
    font-size: 40px !important;
  }
}
.cid-tGrBTTB2yw .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tGrBTTB2yw .text2,
.cid-tGrBTTB2yw .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tGrBTTB2yw H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tGrBTTB2yw .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tGrBSIdEj9 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tGrBSIdEj9 .mbr-section-btn > * {
  margin: 0;
}
.cid-tGrBSIdEj9 h4 {
  font-weight: 500;
}
.cid-tGrBSIdEj9 p {
  color: #232323;
}
.cid-tGrBSIdEj9 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tGrBSIdEj9 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tGrBSIdEj9 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGrBSIdEj9 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tGrBSIdEj9 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tGrBSIdEj9 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tGrBSIdEj9 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tGrBSIdEj9 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tGrBSIdEj9 .card-img span {
    font-size: 40px !important;
  }
}
.cid-tGrBSIdEj9 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tGrBSIdEj9 .text2,
.cid-tGrBSIdEj9 .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tGrBSIdEj9 H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tGrBSIdEj9 .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tGrsrH55SF {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tGrsrH55SF .mbr-section-btn > * {
  margin: 0;
}
.cid-tGrsrH55SF h4 {
  font-weight: 500;
}
.cid-tGrsrH55SF p {
  color: #232323;
}
.cid-tGrsrH55SF .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tGrsrH55SF .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tGrsrH55SF .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGrsrH55SF .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tGrsrH55SF .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tGrsrH55SF .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tGrsrH55SF .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tGrsrH55SF .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tGrsrH55SF .card-img span {
    font-size: 40px !important;
  }
}
.cid-tGrsrH55SF .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tGrsrH55SF .text2,
.cid-tGrsrH55SF .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tGrsrH55SF H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tGrsrH55SF .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tGrlAFZd1N {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tGrlAFZd1N .mbr-section-btn > * {
  margin: 0;
}
.cid-tGrlAFZd1N h4 {
  font-weight: 500;
}
.cid-tGrlAFZd1N p {
  color: #232323;
}
.cid-tGrlAFZd1N .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tGrlAFZd1N .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tGrlAFZd1N .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGrlAFZd1N .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tGrlAFZd1N .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tGrlAFZd1N .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tGrlAFZd1N .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tGrlAFZd1N .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tGrlAFZd1N .card-img span {
    font-size: 40px !important;
  }
}
.cid-tGrlAFZd1N .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tGrlAFZd1N .text2,
.cid-tGrlAFZd1N .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tGrlAFZd1N H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tGrlAFZd1N .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tGrlzy8g3E {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tGrlzy8g3E .mbr-section-btn > * {
  margin: 0;
}
.cid-tGrlzy8g3E h4 {
  font-weight: 500;
}
.cid-tGrlzy8g3E p {
  color: #232323;
}
.cid-tGrlzy8g3E .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tGrlzy8g3E .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tGrlzy8g3E .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGrlzy8g3E .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tGrlzy8g3E .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tGrlzy8g3E .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tGrlzy8g3E .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tGrlzy8g3E .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tGrlzy8g3E .card-img span {
    font-size: 40px !important;
  }
}
.cid-tGrlzy8g3E .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tGrlzy8g3E .text2,
.cid-tGrlzy8g3E .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tGrlzy8g3E H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tGrlzy8g3E .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tGPfN5prRQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGPfN5prRQ .mbr-section-subtitle {
  color: #041a21;
  text-align: center;
}
.cid-tGrh8fL76I {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tGrh8fL76I .mbr-section-btn > * {
  margin: 0;
}
.cid-tGrh8fL76I h4 {
  font-weight: 500;
}
.cid-tGrh8fL76I p {
  color: #232323;
}
.cid-tGrh8fL76I .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tGrh8fL76I .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tGrh8fL76I .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGrh8fL76I .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tGrh8fL76I .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tGrh8fL76I .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tGrh8fL76I .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tGrh8fL76I .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tGrh8fL76I .card-img span {
    font-size: 40px !important;
  }
}
.cid-tGrh8fL76I .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tGrh8fL76I .text2,
.cid-tGrh8fL76I .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tGrh8fL76I H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tGrh8fL76I .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tGrh70myIV {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tGrh70myIV .mbr-section-btn > * {
  margin: 0;
}
.cid-tGrh70myIV h4 {
  font-weight: 500;
}
.cid-tGrh70myIV p {
  color: #232323;
}
.cid-tGrh70myIV .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tGrh70myIV .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tGrh70myIV .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGrh70myIV .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tGrh70myIV .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tGrh70myIV .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tGrh70myIV .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tGrh70myIV .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tGrh70myIV .card-img span {
    font-size: 40px !important;
  }
}
.cid-tGrh70myIV .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tGrh70myIV .text2,
.cid-tGrh70myIV .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tGrh70myIV H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tGrh70myIV .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tFY3tFpzmt {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tFY3tFpzmt .mbr-section-btn > * {
  margin: 0;
}
.cid-tFY3tFpzmt h4 {
  font-weight: 500;
}
.cid-tFY3tFpzmt p {
  color: #232323;
}
.cid-tFY3tFpzmt .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tFY3tFpzmt .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tFY3tFpzmt .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFY3tFpzmt .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tFY3tFpzmt .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tFY3tFpzmt .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tFY3tFpzmt .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tFY3tFpzmt .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tFY3tFpzmt .card-img span {
    font-size: 40px !important;
  }
}
.cid-tFY3tFpzmt .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tFY3tFpzmt .text2,
.cid-tFY3tFpzmt .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tFY3tFpzmt H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tFY3tFpzmt .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tFXYvETJnA {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tFXYvETJnA .mbr-section-btn > * {
  margin: 0;
}
.cid-tFXYvETJnA h4 {
  font-weight: 500;
}
.cid-tFXYvETJnA p {
  color: #232323;
}
.cid-tFXYvETJnA .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tFXYvETJnA .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tFXYvETJnA .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFXYvETJnA .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tFXYvETJnA .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tFXYvETJnA .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tFXYvETJnA .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tFXYvETJnA .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tFXYvETJnA .card-img span {
    font-size: 40px !important;
  }
}
.cid-tFXYvETJnA .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tFXYvETJnA .text2,
.cid-tFXYvETJnA .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tFXYvETJnA H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tFXYvETJnA .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tF7OCKEtrM {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tF7OCKEtrM .mbr-section-btn > * {
  margin: 0;
}
.cid-tF7OCKEtrM h4 {
  font-weight: 500;
}
.cid-tF7OCKEtrM p {
  color: #232323;
}
.cid-tF7OCKEtrM .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tF7OCKEtrM .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tF7OCKEtrM .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tF7OCKEtrM .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tF7OCKEtrM .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tF7OCKEtrM .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tF7OCKEtrM .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tF7OCKEtrM .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tF7OCKEtrM .card-img span {
    font-size: 40px !important;
  }
}
.cid-tF7OCKEtrM .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tF7OCKEtrM .text2,
.cid-tF7OCKEtrM .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tF7OCKEtrM H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tF7OCKEtrM .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tF7FuzRan8 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tF7FuzRan8 .mbr-section-btn > * {
  margin: 0;
}
.cid-tF7FuzRan8 h4 {
  font-weight: 500;
}
.cid-tF7FuzRan8 p {
  color: #232323;
}
.cid-tF7FuzRan8 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tF7FuzRan8 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tF7FuzRan8 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tF7FuzRan8 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tF7FuzRan8 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tF7FuzRan8 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tF7FuzRan8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tF7FuzRan8 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tF7FuzRan8 .card-img span {
    font-size: 40px !important;
  }
}
.cid-tF7FuzRan8 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tF7FuzRan8 .text2,
.cid-tF7FuzRan8 .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tF7FuzRan8 H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tF7FuzRan8 .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tF1UZtuXNn {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tF1UZtuXNn .mbr-section-btn > * {
  margin: 0;
}
.cid-tF1UZtuXNn h4 {
  font-weight: 500;
}
.cid-tF1UZtuXNn p {
  color: #232323;
}
.cid-tF1UZtuXNn .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tF1UZtuXNn .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tF1UZtuXNn .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tF1UZtuXNn .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tF1UZtuXNn .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tF1UZtuXNn .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tF1UZtuXNn .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tF1UZtuXNn .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tF1UZtuXNn .card-img span {
    font-size: 40px !important;
  }
}
.cid-tF1UZtuXNn .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tF1UZtuXNn .text2,
.cid-tF1UZtuXNn .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tF1UZtuXNn H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tF1UZtuXNn .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tF1ItXe6yq {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tF1ItXe6yq .mbr-section-btn > * {
  margin: 0;
}
.cid-tF1ItXe6yq h4 {
  font-weight: 500;
}
.cid-tF1ItXe6yq p {
  color: #232323;
}
.cid-tF1ItXe6yq .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tF1ItXe6yq .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tF1ItXe6yq .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tF1ItXe6yq .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tF1ItXe6yq .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tF1ItXe6yq .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tF1ItXe6yq .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tF1ItXe6yq .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tF1ItXe6yq .card-img span {
    font-size: 40px !important;
  }
}
.cid-tF1ItXe6yq .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tF1ItXe6yq .text2,
.cid-tF1ItXe6yq .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tF1ItXe6yq H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tF1ItXe6yq .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tGPfROh3fT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGPfROh3fT .mbr-section-subtitle {
  color: #041a21;
  text-align: center;
}
.cid-tF1FBo3XY0 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tF1FBo3XY0 .mbr-section-btn > * {
  margin: 0;
}
.cid-tF1FBo3XY0 h4 {
  font-weight: 500;
}
.cid-tF1FBo3XY0 p {
  color: #232323;
}
.cid-tF1FBo3XY0 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tF1FBo3XY0 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tF1FBo3XY0 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tF1FBo3XY0 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tF1FBo3XY0 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tF1FBo3XY0 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tF1FBo3XY0 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tF1FBo3XY0 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tF1FBo3XY0 .card-img span {
    font-size: 40px !important;
  }
}
.cid-tF1FBo3XY0 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tF1FBo3XY0 .text2,
.cid-tF1FBo3XY0 .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tF1FBo3XY0 H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tF1FBo3XY0 .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tDeicIZK5y {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tDeicIZK5y .mbr-section-btn > * {
  margin: 0;
}
.cid-tDeicIZK5y h4 {
  font-weight: 500;
}
.cid-tDeicIZK5y p {
  color: #232323;
}
.cid-tDeicIZK5y .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tDeicIZK5y .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tDeicIZK5y .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tDeicIZK5y .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tDeicIZK5y .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tDeicIZK5y .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tDeicIZK5y .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tDeicIZK5y .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tDeicIZK5y .card-img span {
    font-size: 40px !important;
  }
}
.cid-tDeicIZK5y .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tDeicIZK5y .text2,
.cid-tDeicIZK5y .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tDeicIZK5y H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tDeicIZK5y .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tDe8THrQZ5 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tDe8THrQZ5 .mbr-section-btn > * {
  margin: 0;
}
.cid-tDe8THrQZ5 h4 {
  font-weight: 500;
}
.cid-tDe8THrQZ5 p {
  color: #232323;
}
.cid-tDe8THrQZ5 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tDe8THrQZ5 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tDe8THrQZ5 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tDe8THrQZ5 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tDe8THrQZ5 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tDe8THrQZ5 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tDe8THrQZ5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tDe8THrQZ5 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tDe8THrQZ5 .card-img span {
    font-size: 40px !important;
  }
}
.cid-tDe8THrQZ5 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tDe8THrQZ5 .text2,
.cid-tDe8THrQZ5 .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tDe8THrQZ5 H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tDe8THrQZ5 .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tCFHzwAkLH {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tCFHzwAkLH .mbr-section-btn > * {
  margin: 0;
}
.cid-tCFHzwAkLH h4 {
  font-weight: 500;
}
.cid-tCFHzwAkLH p {
  color: #232323;
}
.cid-tCFHzwAkLH .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tCFHzwAkLH .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tCFHzwAkLH .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tCFHzwAkLH .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tCFHzwAkLH .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tCFHzwAkLH .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tCFHzwAkLH .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tCFHzwAkLH .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tCFHzwAkLH .card-img span {
    font-size: 40px !important;
  }
}
.cid-tCFHzwAkLH .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tCFHzwAkLH .text2,
.cid-tCFHzwAkLH .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tCFHzwAkLH H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tCFHzwAkLH .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tCzCK9Rl7U {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tCzCK9Rl7U .mbr-section-btn > * {
  margin: 0;
}
.cid-tCzCK9Rl7U h4 {
  font-weight: 500;
}
.cid-tCzCK9Rl7U p {
  color: #232323;
}
.cid-tCzCK9Rl7U .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tCzCK9Rl7U .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tCzCK9Rl7U .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tCzCK9Rl7U .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tCzCK9Rl7U .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tCzCK9Rl7U .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tCzCK9Rl7U .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tCzCK9Rl7U .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tCzCK9Rl7U .card-img span {
    font-size: 40px !important;
  }
}
.cid-tCzCK9Rl7U .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tCzCK9Rl7U .text2,
.cid-tCzCK9Rl7U .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tCzCK9Rl7U H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tCzCK9Rl7U .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tC0IQdTEtQ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tC0IQdTEtQ .mbr-section-btn > * {
  margin: 0;
}
.cid-tC0IQdTEtQ h4 {
  font-weight: 500;
}
.cid-tC0IQdTEtQ p {
  color: #232323;
}
.cid-tC0IQdTEtQ .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tC0IQdTEtQ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tC0IQdTEtQ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tC0IQdTEtQ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tC0IQdTEtQ .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tC0IQdTEtQ .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tC0IQdTEtQ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tC0IQdTEtQ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tC0IQdTEtQ .card-img span {
    font-size: 40px !important;
  }
}
.cid-tC0IQdTEtQ .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tC0IQdTEtQ .text2,
.cid-tC0IQdTEtQ .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tC0IQdTEtQ H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tC0IQdTEtQ .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tGPfUAUMeB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tGPfUAUMeB .mbr-section-subtitle {
  color: #041a21;
  text-align: center;
}
.cid-tBCV1uG39C {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tBCV1uG39C .mbr-section-btn > * {
  margin: 0;
}
.cid-tBCV1uG39C h4 {
  font-weight: 500;
}
.cid-tBCV1uG39C p {
  color: #232323;
}
.cid-tBCV1uG39C .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tBCV1uG39C .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tBCV1uG39C .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tBCV1uG39C .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tBCV1uG39C .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tBCV1uG39C .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tBCV1uG39C .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tBCV1uG39C .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tBCV1uG39C .card-img span {
    font-size: 40px !important;
  }
}
.cid-tBCV1uG39C .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tBCV1uG39C .text2,
.cid-tBCV1uG39C .mbr-section-btn {
  color: #085169;
  text-align: center;
}
.cid-tBCV1uG39C H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tBCV1uG39C .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tB9R73yD6R {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tB9R73yD6R .mbr-section-btn > * {
  margin: 0;
}
.cid-tB9R73yD6R h4 {
  font-weight: 500;
}
.cid-tB9R73yD6R p {
  color: #232323;
}
.cid-tB9R73yD6R .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tB9R73yD6R .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tB9R73yD6R .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tB9R73yD6R .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tB9R73yD6R .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tB9R73yD6R .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tB9R73yD6R .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tB9R73yD6R .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tB9R73yD6R .card-img span {
    font-size: 40px !important;
  }
}
.cid-tB9R73yD6R .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tB9R73yD6R .text2,
.cid-tB9R73yD6R .mbr-section-btn {
  color: #0f7699;
  text-align: center;
}
.cid-tB9R73yD6R H2 {
  text-align: left;
  color: #073b4c;
}
.cid-tB9R73yD6R .text1 {
  text-align: left;
  color: #073b4c;
}
.cid-tBI3NlMSaZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-tBI3NlMSaZ .content {
    text-align: center;
  }
  .cid-tBI3NlMSaZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tBI3NlMSaZ .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tBI3NlMSaZ .form-group,
.cid-tBI3NlMSaZ .input-group-btn {
  padding: 0;
}
.cid-tBI3NlMSaZ .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tBI3NlMSaZ .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tBI3NlMSaZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tBI3NlMSaZ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tBI3NlMSaZ .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tBI3NlMSaZ .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBI3NlMSaZ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tBI3NlMSaZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tBI3NlMSaZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tBI3NlMSaZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tBI3NlMSaZ .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBI3NlMSaZ .foot-logo {
    text-align: center !important;
  }
  .cid-tBI3NlMSaZ .foot-title {
    text-align: center !important;
  }
  .cid-tBI3NlMSaZ .mbr-text {
    text-align: center !important;
  }
  .cid-tBI3NlMSaZ .form-group {
    margin: 0;
  }
}
.cid-tBI3NlMSaZ .foot-text {
  text-align: right;
}
.cid-rMJCGFpJPy .navbar {
  padding: .5rem 0;
  background: #085169;
  transition: none;
  min-height: 77px;
}
.cid-rMJCGFpJPy .navbar-dropdown.bg-color.transparent.opened {
  background: #085169;
}
.cid-rMJCGFpJPy a {
  font-style: normal;
}
.cid-rMJCGFpJPy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rMJCGFpJPy .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rMJCGFpJPy .nav-item:focus,
.cid-rMJCGFpJPy .nav-link:focus {
  outline: none;
}
.cid-rMJCGFpJPy .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rMJCGFpJPy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rMJCGFpJPy .menu-logo {
  margin-right: auto;
}
.cid-rMJCGFpJPy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rMJCGFpJPy .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-rMJCGFpJPy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rMJCGFpJPy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rMJCGFpJPy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rMJCGFpJPy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rMJCGFpJPy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rMJCGFpJPy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rMJCGFpJPy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rMJCGFpJPy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rMJCGFpJPy .dropdown .dropdown-menu {
  background: #085169;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rMJCGFpJPy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rMJCGFpJPy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rMJCGFpJPy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rMJCGFpJPy .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rMJCGFpJPy .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-rMJCGFpJPy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rMJCGFpJPy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rMJCGFpJPy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rMJCGFpJPy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rMJCGFpJPy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rMJCGFpJPy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rMJCGFpJPy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rMJCGFpJPy button.navbar-toggler:focus {
  outline: none;
}
.cid-rMJCGFpJPy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rMJCGFpJPy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rMJCGFpJPy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rMJCGFpJPy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rMJCGFpJPy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rMJCGFpJPy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rMJCGFpJPy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rMJCGFpJPy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rMJCGFpJPy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rMJCGFpJPy .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rMJCGFpJPy .collapsed .btn {
  display: flex;
}
.cid-rMJCGFpJPy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rMJCGFpJPy .collapsed .navbar-collapse.collapsing,
.cid-rMJCGFpJPy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rMJCGFpJPy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rMJCGFpJPy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rMJCGFpJPy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rMJCGFpJPy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rMJCGFpJPy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rMJCGFpJPy .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rMJCGFpJPy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rMJCGFpJPy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rMJCGFpJPy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rMJCGFpJPy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rMJCGFpJPy .collapsed button.navbar-toggler {
  display: block;
}
.cid-rMJCGFpJPy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rMJCGFpJPy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rMJCGFpJPy .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-rMJCGFpJPy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rMJCGFpJPy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rMJCGFpJPy .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-rMJCGFpJPy .navbar-expand {
    flex-direction: column;
  }
  .cid-rMJCGFpJPy img {
    height: 3.8rem !important;
  }
  .cid-rMJCGFpJPy .btn {
    display: flex;
  }
  .cid-rMJCGFpJPy button.navbar-toggler {
    display: block;
  }
  .cid-rMJCGFpJPy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rMJCGFpJPy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rMJCGFpJPy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rMJCGFpJPy .navbar-collapse.collapsing,
  .cid-rMJCGFpJPy .navbar-collapse.show {
    display: block !important;
  }
  .cid-rMJCGFpJPy .navbar-collapse.collapsing .navbar-nav,
  .cid-rMJCGFpJPy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rMJCGFpJPy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rMJCGFpJPy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rMJCGFpJPy .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rMJCGFpJPy .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rMJCGFpJPy .navbar-collapse.collapsing .navbar-buttons,
  .cid-rMJCGFpJPy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rMJCGFpJPy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rMJCGFpJPy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rMJCGFpJPy .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-rMJCGFpJPy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rMJCGFpJPy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rMJCGFpJPy .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-rMJCGFpJPy .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rMJCGFpJPy .navbar-collapse {
  flex-basis: auto;
}
.cid-rMJCGFpJPy .nav-link:hover,
.cid-rMJCGFpJPy .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sU3IImJwbQ .navbar {
  padding: .5rem 0;
  background: #085169;
  transition: none;
  min-height: 77px;
}
.cid-sU3IImJwbQ .navbar-dropdown.bg-color.transparent.opened {
  background: #085169;
}
.cid-sU3IImJwbQ a {
  font-style: normal;
}
.cid-sU3IImJwbQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sU3IImJwbQ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sU3IImJwbQ .nav-item:focus,
.cid-sU3IImJwbQ .nav-link:focus {
  outline: none;
}
.cid-sU3IImJwbQ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sU3IImJwbQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sU3IImJwbQ .menu-logo {
  margin-right: auto;
}
.cid-sU3IImJwbQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sU3IImJwbQ .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-sU3IImJwbQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sU3IImJwbQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sU3IImJwbQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sU3IImJwbQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sU3IImJwbQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sU3IImJwbQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sU3IImJwbQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sU3IImJwbQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sU3IImJwbQ .dropdown .dropdown-menu {
  background: #085169;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sU3IImJwbQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sU3IImJwbQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sU3IImJwbQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sU3IImJwbQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sU3IImJwbQ .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-sU3IImJwbQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sU3IImJwbQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sU3IImJwbQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sU3IImJwbQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sU3IImJwbQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sU3IImJwbQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sU3IImJwbQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sU3IImJwbQ button.navbar-toggler:focus {
  outline: none;
}
.cid-sU3IImJwbQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sU3IImJwbQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sU3IImJwbQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sU3IImJwbQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sU3IImJwbQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sU3IImJwbQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sU3IImJwbQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sU3IImJwbQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sU3IImJwbQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sU3IImJwbQ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sU3IImJwbQ .collapsed .btn {
  display: flex;
}
.cid-sU3IImJwbQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sU3IImJwbQ .collapsed .navbar-collapse.collapsing,
.cid-sU3IImJwbQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sU3IImJwbQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sU3IImJwbQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sU3IImJwbQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sU3IImJwbQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sU3IImJwbQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sU3IImJwbQ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sU3IImJwbQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sU3IImJwbQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sU3IImJwbQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sU3IImJwbQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sU3IImJwbQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sU3IImJwbQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sU3IImJwbQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sU3IImJwbQ .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-sU3IImJwbQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sU3IImJwbQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sU3IImJwbQ .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-sU3IImJwbQ .navbar-expand {
    flex-direction: column;
  }
  .cid-sU3IImJwbQ img {
    height: 3.8rem !important;
  }
  .cid-sU3IImJwbQ .btn {
    display: flex;
  }
  .cid-sU3IImJwbQ button.navbar-toggler {
    display: block;
  }
  .cid-sU3IImJwbQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sU3IImJwbQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sU3IImJwbQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sU3IImJwbQ .navbar-collapse.collapsing,
  .cid-sU3IImJwbQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sU3IImJwbQ .navbar-collapse.collapsing .navbar-nav,
  .cid-sU3IImJwbQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sU3IImJwbQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sU3IImJwbQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sU3IImJwbQ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sU3IImJwbQ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sU3IImJwbQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sU3IImJwbQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sU3IImJwbQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sU3IImJwbQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sU3IImJwbQ .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-sU3IImJwbQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sU3IImJwbQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sU3IImJwbQ .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-sU3IImJwbQ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sU3IImJwbQ .navbar-collapse {
  flex-basis: auto;
}
.cid-sU3IImJwbQ .nav-link:hover,
.cid-sU3IImJwbQ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rMVSjkqnMQ {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rMVSjkqnMQ .mbr-section-subtitle {
  color: #767676;
}
.cid-rMVSjkqnMQ H2 {
  color: #085169;
}
.cid-rx5glsfbaw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rx5glsfbaw .title {
  margin-bottom: 2rem;
}
.cid-rx5glsfbaw .mbr-section-subtitle {
  color: #767676;
}
.cid-rx5glsfbaw a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rx5glsfbaw a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rx5glsfbaw textarea.form-control {
  min-height: 188px;
}
.cid-rx5glsfbaw H2 {
  color: #073b4c;
}
.cid-tBJbJ1wdwv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-tBJbJ1wdwv .content {
    text-align: center;
  }
  .cid-tBJbJ1wdwv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tBJbJ1wdwv .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tBJbJ1wdwv .form-group,
.cid-tBJbJ1wdwv .input-group-btn {
  padding: 0;
}
.cid-tBJbJ1wdwv .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tBJbJ1wdwv .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tBJbJ1wdwv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tBJbJ1wdwv .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tBJbJ1wdwv .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tBJbJ1wdwv .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBJbJ1wdwv .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tBJbJ1wdwv .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tBJbJ1wdwv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tBJbJ1wdwv .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tBJbJ1wdwv .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJbJ1wdwv .foot-logo {
    text-align: center !important;
  }
  .cid-tBJbJ1wdwv .foot-title {
    text-align: center !important;
  }
  .cid-tBJbJ1wdwv .mbr-text {
    text-align: center !important;
  }
  .cid-tBJbJ1wdwv .form-group {
    margin: 0;
  }
}
.cid-tBJbJ1wdwv .foot-text {
  text-align: right;
}
.cid-sU3IQvWngF .navbar {
  padding: .5rem 0;
  background: #085169;
  transition: none;
  min-height: 77px;
}
.cid-sU3IQvWngF .navbar-dropdown.bg-color.transparent.opened {
  background: #085169;
}
.cid-sU3IQvWngF a {
  font-style: normal;
}
.cid-sU3IQvWngF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sU3IQvWngF .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sU3IQvWngF .nav-item:focus,
.cid-sU3IQvWngF .nav-link:focus {
  outline: none;
}
.cid-sU3IQvWngF .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sU3IQvWngF .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sU3IQvWngF .menu-logo {
  margin-right: auto;
}
.cid-sU3IQvWngF .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sU3IQvWngF .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-sU3IQvWngF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sU3IQvWngF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sU3IQvWngF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sU3IQvWngF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sU3IQvWngF .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sU3IQvWngF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sU3IQvWngF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sU3IQvWngF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sU3IQvWngF .dropdown .dropdown-menu {
  background: #085169;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sU3IQvWngF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sU3IQvWngF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sU3IQvWngF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sU3IQvWngF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sU3IQvWngF .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-sU3IQvWngF .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sU3IQvWngF .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sU3IQvWngF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sU3IQvWngF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sU3IQvWngF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sU3IQvWngF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sU3IQvWngF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sU3IQvWngF button.navbar-toggler:focus {
  outline: none;
}
.cid-sU3IQvWngF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sU3IQvWngF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sU3IQvWngF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sU3IQvWngF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sU3IQvWngF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sU3IQvWngF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sU3IQvWngF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sU3IQvWngF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sU3IQvWngF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sU3IQvWngF .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sU3IQvWngF .collapsed .btn {
  display: flex;
}
.cid-sU3IQvWngF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sU3IQvWngF .collapsed .navbar-collapse.collapsing,
.cid-sU3IQvWngF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sU3IQvWngF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sU3IQvWngF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sU3IQvWngF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sU3IQvWngF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sU3IQvWngF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sU3IQvWngF .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sU3IQvWngF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sU3IQvWngF .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sU3IQvWngF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sU3IQvWngF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sU3IQvWngF .collapsed button.navbar-toggler {
  display: block;
}
.cid-sU3IQvWngF .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sU3IQvWngF .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sU3IQvWngF .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-sU3IQvWngF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sU3IQvWngF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sU3IQvWngF .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-sU3IQvWngF .navbar-expand {
    flex-direction: column;
  }
  .cid-sU3IQvWngF img {
    height: 3.8rem !important;
  }
  .cid-sU3IQvWngF .btn {
    display: flex;
  }
  .cid-sU3IQvWngF button.navbar-toggler {
    display: block;
  }
  .cid-sU3IQvWngF .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sU3IQvWngF .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sU3IQvWngF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sU3IQvWngF .navbar-collapse.collapsing,
  .cid-sU3IQvWngF .navbar-collapse.show {
    display: block !important;
  }
  .cid-sU3IQvWngF .navbar-collapse.collapsing .navbar-nav,
  .cid-sU3IQvWngF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sU3IQvWngF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sU3IQvWngF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sU3IQvWngF .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sU3IQvWngF .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sU3IQvWngF .navbar-collapse.collapsing .navbar-buttons,
  .cid-sU3IQvWngF .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sU3IQvWngF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sU3IQvWngF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sU3IQvWngF .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-sU3IQvWngF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sU3IQvWngF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sU3IQvWngF .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-sU3IQvWngF .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sU3IQvWngF .navbar-collapse {
  flex-basis: auto;
}
.cid-sU3IQvWngF .nav-link:hover,
.cid-sU3IQvWngF .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rMVRsnl2TT {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rMVRsnl2TT .mbr-section-subtitle {
  color: #767676;
}
.cid-rp1NSDrx7r {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rp1NSDrx7r .mbr-text,
.cid-rp1NSDrx7r blockquote {
  color: #767676;
}
.cid-rhNKCo5Z2H {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBJbrzmfyb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-tBJbrzmfyb .content {
    text-align: center;
  }
  .cid-tBJbrzmfyb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tBJbrzmfyb .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tBJbrzmfyb .form-group,
.cid-tBJbrzmfyb .input-group-btn {
  padding: 0;
}
.cid-tBJbrzmfyb .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tBJbrzmfyb .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tBJbrzmfyb .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tBJbrzmfyb .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tBJbrzmfyb .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tBJbrzmfyb .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBJbrzmfyb .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tBJbrzmfyb .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tBJbrzmfyb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tBJbrzmfyb .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tBJbrzmfyb .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJbrzmfyb .foot-logo {
    text-align: center !important;
  }
  .cid-tBJbrzmfyb .foot-title {
    text-align: center !important;
  }
  .cid-tBJbrzmfyb .mbr-text {
    text-align: center !important;
  }
  .cid-tBJbrzmfyb .form-group {
    margin: 0;
  }
}
.cid-tBJbrzmfyb .foot-text {
  text-align: right;
}
.cid-rMKP40fl4M {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rMKP40fl4M .mbr-section-subtitle {
  color: #767676;
}
.cid-rHWb8mmLyJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rHWb8mmLyJ .mbr-section-subtitle {
  color: #041a21;
  text-align: center;
}
.cid-tBJblIeIal {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-tBJblIeIal .content {
    text-align: center;
  }
  .cid-tBJblIeIal .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tBJblIeIal .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tBJblIeIal .form-group,
.cid-tBJblIeIal .input-group-btn {
  padding: 0;
}
.cid-tBJblIeIal .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tBJblIeIal .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tBJblIeIal .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tBJblIeIal .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tBJblIeIal .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tBJblIeIal .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBJblIeIal .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tBJblIeIal .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tBJblIeIal .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tBJblIeIal .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tBJblIeIal .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJblIeIal .foot-logo {
    text-align: center !important;
  }
  .cid-tBJblIeIal .foot-title {
    text-align: center !important;
  }
  .cid-tBJblIeIal .mbr-text {
    text-align: center !important;
  }
  .cid-tBJblIeIal .form-group {
    margin: 0;
  }
}
.cid-tBJblIeIal .foot-text {
  text-align: right;
}
.cid-tBJfml9K09 {
  background-image: url("../../../assets/images/farmasi-fejlc-kp5-1600x900.jpg");
}
.cid-tBJfml9K09 SPAN {
  color: #ffffff;
}
.cid-tBJfml9K09 H3 {
  color: #ffffff;
}
.cid-rDYLMh5vb5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rDYLMh5vb5 .line {
  background-color: #251f1f;
  color: #251f1f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rDYLMh5vb5 .section-text {
  padding: 2rem 0;
}
.cid-rDYLMh5vb5 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rDYLMh5vb5 .inner-container {
    width: 100% !important;
  }
}
.cid-rDYLMjA2Bh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rDYLMjA2Bh .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rDYLMjA2Bh H2 {
  color: #767676;
}
.cid-rDYLMlUF1J {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rDYLMlUF1J .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rDYYCUYeGt {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tBJcY07Xpy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-tBJcY07Xpy .content {
    text-align: center;
  }
  .cid-tBJcY07Xpy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tBJcY07Xpy .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tBJcY07Xpy .form-group,
.cid-tBJcY07Xpy .input-group-btn {
  padding: 0;
}
.cid-tBJcY07Xpy .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tBJcY07Xpy .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tBJcY07Xpy .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tBJcY07Xpy .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tBJcY07Xpy .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tBJcY07Xpy .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBJcY07Xpy .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tBJcY07Xpy .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tBJcY07Xpy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tBJcY07Xpy .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tBJcY07Xpy .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJcY07Xpy .foot-logo {
    text-align: center !important;
  }
  .cid-tBJcY07Xpy .foot-title {
    text-align: center !important;
  }
  .cid-tBJcY07Xpy .mbr-text {
    text-align: center !important;
  }
  .cid-tBJcY07Xpy .form-group {
    margin: 0;
  }
}
.cid-tBJcY07Xpy .foot-text {
  text-align: right;
}
.cid-rEN0iNbASe {
  background-image: url("../../../assets/images/farmasi-fejlc-kp5-1600x900.jpg");
}
.cid-rEN0iNbASe SPAN {
  color: #ffffff;
}
.cid-rEN0iNbASe H3 {
  color: #ffffff;
}
.cid-rEN0iOd7Tc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rEN0iOd7Tc .line {
  background-color: #251f1f;
  color: #251f1f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rEN0iOd7Tc .section-text {
  padding: 2rem 0;
}
.cid-rEN0iOd7Tc .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rEN0iOd7Tc .inner-container {
    width: 100% !important;
  }
}
.cid-rEN0iP3m7h {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rEN0iP3m7h .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rEN0iP3m7h H2 {
  color: #5b686b;
}
.cid-tBJdbnXkPv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-tBJdbnXkPv .content {
    text-align: center;
  }
  .cid-tBJdbnXkPv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tBJdbnXkPv .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tBJdbnXkPv .form-group,
.cid-tBJdbnXkPv .input-group-btn {
  padding: 0;
}
.cid-tBJdbnXkPv .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tBJdbnXkPv .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tBJdbnXkPv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tBJdbnXkPv .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tBJdbnXkPv .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tBJdbnXkPv .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tBJdbnXkPv .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tBJdbnXkPv .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tBJdbnXkPv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tBJdbnXkPv .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tBJdbnXkPv .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBJdbnXkPv .foot-logo {
    text-align: center !important;
  }
  .cid-tBJdbnXkPv .foot-title {
    text-align: center !important;
  }
  .cid-tBJdbnXkPv .mbr-text {
    text-align: center !important;
  }
  .cid-tBJdbnXkPv .form-group {
    margin: 0;
  }
}
.cid-tBJdbnXkPv .foot-text {
  text-align: right;
}
