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





body {
  font-family: Rubik;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.6rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.6rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.8rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.68rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn .mbr-iconfont {
  font-size: 1.6rem;
}
.navbar .btn {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #0d6786;
  border-color: #0d6786;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ff3366;
  border-color: #ff3366;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff;
  background-color: #e50039;
  border-color: #e50039;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #82786e;
  border-color: #82786e;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #59524b;
  border-color: #59524b;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #f7ed4a;
  border-color: #f7ed4a;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #eadd0a;
  border-color: #eadd0a;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #879a9f;
  border-color: #879a9f;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #617479;
  border-color: #617479;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #b1a374;
  border-color: #b1a374;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #8b7d4e;
  border-color: #8b7d4e;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  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,
.btn-danger-outline.active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  opacity: 0 !important;
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #149dcc;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.navbar-caption {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #149dcc;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
.cid-qsWrAMHrEj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/black-and-white-interior-macbook-drawing.jpeg");
}
@media (max-width: 767px) {
  .cid-qsWrAMHrEj .content {
    text-align: center;
  }
  .cid-qsWrAMHrEj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qsWrAMHrEj .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qsWrAMHrEj .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qsWrAMHrEj .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qsWrAMHrEj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qsWrAMHrEj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qsWrAMHrEj .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qsWrAMHrEj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qsWrAMHrEj .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qsWrAMHrEj .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qsWrAMHrEj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qsWrAMHrEj .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qsWrAMHrEj P {
  color: #ffffff;
  text-align: center;
}
.cid-qsWrAMHrEj H5 {
  text-align: center;
}
.cid-qsWrAMHrEj .copyright > p {
  text-align: left;
}
.cid-qsWmfW0ON5 {
  padding-top: 75px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/people-coffee-tea-meeting.jpg");
}
.cid-qsWmfW0ON5 .mbr-text,
.cid-qsWmfW0ON5 .mbr-section-btn {
  text-align: center;
}
.cid-qqCDvUwef7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qqCDvUwef7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qqCDvUwef7 p {
  color: #767676;
  text-align: left;
}
.cid-qqCDvUwef7 .card-box {
  padding-top: 2rem;
}
.cid-upuEOj0n6a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upuEOj0n6a h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-upuEOj0n6a p {
  color: #767676;
  text-align: left;
}
.cid-upuEOj0n6a .card-box {
  padding-top: 2rem;
}
.cid-qsWyXLpuCN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qsWyXLpuCN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qsWyXLpuCN p {
  color: #767676;
  text-align: left;
}
.cid-qsWyXLpuCN .card-box {
  padding-top: 2rem;
}
.cid-quipLCvK7U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-quipLCvK7U h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-quipLCvK7U p {
  color: #767676;
  text-align: left;
}
.cid-quipLCvK7U .card-box {
  padding-top: 2rem;
}
.cid-qJ4Vxq1clo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qJ4Vxq1clo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qJ4Vxq1clo p {
  color: #767676;
  text-align: left;
}
.cid-qJ4Vxq1clo .card-box {
  padding-top: 2rem;
}
.cid-upXg69RAl2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-upXg69RAl2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-upXg69RAl2 p {
  color: #767676;
  text-align: left;
}
.cid-upXg69RAl2 .card-box {
  padding-top: 2rem;
}
.cid-qsco5uKzBQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qsco5uKzBQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qsco5uKzBQ p {
  color: #767676;
  text-align: left;
}
.cid-qsco5uKzBQ .card-box {
  padding-top: 2rem;
}
.cid-qJ4myLgWpR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ev-zqtmzjmdeju-unsplash.jpg");
}
.cid-qxzcYr1vFD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
@media (min-width: 992px) {
  .cid-qxzcYr1vFD .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qxzcYr1vFD .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qxzcYr1vFD .mbr-text {
  color: #ffffff;
}
.cid-quVOvwk6Pk {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
@media (min-width: 992px) {
  .cid-quVOvwk6Pk .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-quVOvwk6Pk .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-quVOvwk6Pk .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-quVOVsZc6e {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #0f7699;
}
@media (min-width: 992px) {
  .cid-quVOVsZc6e .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-quVOVsZc6e .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-quVOVsZc6e .mbr-text {
  color: #ffffff;
}
.cid-quVOVsZc6e .mbr-text B {
  color: #ffffff;
}
.cid-qJ4VhLaG6c {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-qsWq55IwIb {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/black-and-white-interior-macbook-drawing.jpeg");
}
.cid-qsWq55IwIb .carousel-item {
  justify-content: center;
}
.cid-qsWq55IwIb .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-qsWq55IwIb .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-qsWq55IwIb .carousel-controls a:hover span {
  opacity: 1;
}
.cid-qsWq55IwIb .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-qsWq55IwIb .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-qsWq55IwIb .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-qsWq55IwIb .user_text {
  text-align: center;
  color: #ffffff;
}
.cid-qsWq55IwIb B {
  color: #ffffff;
}
.cid-qsWq55IwIb .user_name {
  color: #ffffff;
}
.cid-qsWq55IwIb .user_desk {
  color: #ffffff;
}
.cid-qsWq55IwIb H2 {
  color: #ffffff;
}
.cid-uqZZuUNq3j {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #dbd4b8, #0f7699);
}
.cid-uqZZuUNq3j .btn {
  margin: 0 0 .5rem 0;
}
.cid-qsWxLZwQy4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-quiu2Bdrba {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-quiu2Bdrba .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-quiu2Bdrba .section-text {
  padding: 2rem 0;
}
.cid-quiu2Bdrba .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-quiu2Bdrba .inner-container {
    width: 100% !important;
  }
}
.cid-quWepZ81e9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-quWepZ81e9 .image-block {
  margin: auto;
}
.cid-quWepZ81e9 figcaption {
  position: relative;
}
.cid-quWepZ81e9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-quWepZ81e9 .image-block {
    width: 100% !important;
  }
}
.cid-quWkfYUT03 {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-quWkfYUT03 .images-container.container-fluid {
  padding: 0;
}
.cid-quWkfYUT03 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-quWkfYUT03 .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-quWkfYUT03 .media-container-row .img-item img {
  width: 100%;
}
.cid-quWkfYUT03 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-quWkfYUT03 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-quWkfYUT03 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-quWkfYUT03 .img-item {
    width: 100% !important;
  }
  .cid-quWkfYUT03 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-upv6I33bK2 {
  padding-top: 0px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-upv6I33bK2 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-upv6I33bK2 .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-upv6I33bK2 .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-upv6I33bK2 .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-upv6I33bK2 .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-upv6I33bK2 .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-upv6I33bK2 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-upv6I33bK2 .img-item {
    width: 100% !important;
  }
  .cid-upv6I33bK2 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-quizLetF2l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-qJ5WwcPAZJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-qJ5WwcPAZJ .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qJ5WwcPAZJ .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-qJ5WwcPAZJ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qJ5WwcPAZJ .inner-container {
    width: 100% !important;
  }
}
.cid-qA8SFI7whe {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qA8SFI7whe .images-container.container-fluid {
  padding: 0;
}
.cid-qA8SFI7whe .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qA8SFI7whe .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qA8SFI7whe .media-container-row .img-item img {
  width: 100%;
}
.cid-qA8SFI7whe .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qA8SFI7whe .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qA8SFI7whe .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qA8SFI7whe .img-item {
    width: 100% !important;
  }
  .cid-qA8SFI7whe .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qA8TAwKxFB {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qA8TAwKxFB .images-container.container-fluid {
  padding: 0;
}
.cid-qA8TAwKxFB .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qA8TAwKxFB .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qA8TAwKxFB .media-container-row .img-item img {
  width: 100%;
}
.cid-qA8TAwKxFB .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qA8TAwKxFB .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qA8TAwKxFB .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qA8TAwKxFB .img-item {
    width: 100% !important;
  }
  .cid-qA8TAwKxFB .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qJ5Yf3A10m {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qJ5Yf3A10m .images-container.container-fluid {
  padding: 0;
}
.cid-qJ5Yf3A10m .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qJ5Yf3A10m .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qJ5Yf3A10m .media-container-row .img-item img {
  width: 100%;
}
.cid-qJ5Yf3A10m .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qJ5Yf3A10m .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qJ5Yf3A10m .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qJ5Yf3A10m .img-item {
    width: 100% !important;
  }
  .cid-qJ5Yf3A10m .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-uqIHGqJDLx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-qGgeuzr3mp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-qGgeuzr3mp .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qGgeuzr3mp .section-text {
  padding: 2rem 0;
}
.cid-qGgeuzr3mp .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qGgeuzr3mp .inner-container {
    width: 100% !important;
  }
}
.cid-qGgewTUBKG {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qGgewTUBKG .image-block {
  margin: auto;
}
.cid-qGgewTUBKG figcaption {
  position: relative;
}
.cid-qGgewTUBKG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGgewTUBKG .image-block {
    width: 100% !important;
  }
}
.cid-qGgew2QGMw {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qGgew2QGMw .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qGgew2QGMw .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qGgew2QGMw .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-qGgew2QGMw .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-qGgew2QGMw .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qGgew2QGMw .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-qGgew2QGMw .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qGgew2QGMw .img-item {
    width: 100% !important;
  }
  .cid-qGgew2QGMw .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qGgfZmzgUV {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qGgfZmzgUV .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qGgfZmzgUV .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qGgfZmzgUV .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-qGgfZmzgUV .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-qGgfZmzgUV .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qGgfZmzgUV .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-qGgfZmzgUV .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qGgfZmzgUV .img-item {
    width: 100% !important;
  }
  .cid-qGgfZmzgUV .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-uqIIQ42Qcf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-qIrbrX1zdf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-qIrbrX1zdf .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qIrbrX1zdf .section-text {
  padding: 2rem 0;
}
.cid-qIrbrX1zdf .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qIrbrX1zdf .inner-container {
    width: 100% !important;
  }
}
.cid-upuXicA2XM {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-upuXicA2XM .image-block {
  margin: auto;
}
.cid-upuXicA2XM figcaption {
  position: relative;
}
.cid-upuXicA2XM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upuXicA2XM .image-block {
    width: 100% !important;
  }
}
.cid-qIrbsVXN4A {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qIrbsVXN4A .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qIrbsVXN4A .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qIrbsVXN4A .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-qIrbsVXN4A .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-qIrbsVXN4A .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qIrbsVXN4A .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-qIrbsVXN4A .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qIrbsVXN4A .img-item {
    width: 100% !important;
  }
  .cid-qIrbsVXN4A .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qIrbu2UuR0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-qIrbu2UuR0 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qIrbu2UuR0 .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qIrbu2UuR0 .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-qIrbu2UuR0 .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-qIrbu2UuR0 .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qIrbu2UuR0 .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-qIrbu2UuR0 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qIrbu2UuR0 .img-item {
    width: 100% !important;
  }
  .cid-qIrbu2UuR0 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-uqIIMGIH0q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-qGgjmGDGm3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-qGgjmGDGm3 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qGgjmGDGm3 .section-text {
  padding: 2rem 0;
}
.cid-qGgjmGDGm3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qGgjmGDGm3 .inner-container {
    width: 100% !important;
  }
}
.cid-qGgjkzR03a {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qGgjkzR03a .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qGgjkzR03a .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qGgjkzR03a .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-qGgjkzR03a .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-qGgjkzR03a .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qGgjkzR03a .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-qGgjkzR03a .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qGgjkzR03a .img-item {
    width: 100% !important;
  }
  .cid-qGgjkzR03a .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qGgkp4o0XO {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qGgkp4o0XO .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qGgkp4o0XO .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qGgkp4o0XO .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-qGgkp4o0XO .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-qGgkp4o0XO .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qGgkp4o0XO .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-qGgkp4o0XO .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qGgkp4o0XO .img-item {
    width: 100% !important;
  }
  .cid-qGgkp4o0XO .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qGgkUpmFPr {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qGgkUpmFPr .image-block {
  margin: auto;
}
.cid-qGgkUpmFPr figcaption {
  position: relative;
}
.cid-qGgkUpmFPr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGgkUpmFPr .image-block {
    width: 100% !important;
  }
}
.cid-uqIHWadjA7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-qGfrdHV0xf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-qGfrdHV0xf .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qGfrdHV0xf .section-text {
  padding: 2rem 0;
}
.cid-qGfrdHV0xf .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qGfrdHV0xf .inner-container {
    width: 100% !important;
  }
}
.cid-qGfrc4XedV {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qGfrc4XedV .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qGfrc4XedV .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qGfrc4XedV .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-qGfrc4XedV .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-qGfrc4XedV .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qGfrc4XedV .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-qGfrc4XedV .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qGfrc4XedV .img-item {
    width: 100% !important;
  }
  .cid-qGfrc4XedV .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qGfsqvJm32 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qGfsqvJm32 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qGfsqvJm32 .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qGfsqvJm32 .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-qGfsqvJm32 .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-qGfsqvJm32 .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qGfsqvJm32 .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-qGfsqvJm32 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qGfsqvJm32 .img-item {
    width: 100% !important;
  }
  .cid-qGfsqvJm32 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-uqIHN9T2rD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-qGgmhaHd7l {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-qGgmhaHd7l .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qGgmhaHd7l .section-text {
  padding: 2rem 0;
}
.cid-qGgmhaHd7l .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qGgmhaHd7l .inner-container {
    width: 100% !important;
  }
}
.cid-qGgmg8A7u1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-qGgmg8A7u1 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qGgmg8A7u1 .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qGgmg8A7u1 .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-qGgmg8A7u1 .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-qGgmg8A7u1 .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qGgmg8A7u1 .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-qGgmg8A7u1 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qGgmg8A7u1 .img-item {
    width: 100% !important;
  }
  .cid-qGgmg8A7u1 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-uqfcncTPnK {
  padding-top: 0px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-uqfcncTPnK .images-container.container-fluid {
  padding: 0;
}
.cid-uqfcncTPnK .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-uqfcncTPnK .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uqfcncTPnK .media-container-row .img-item img {
  width: 100%;
}
.cid-uqfcncTPnK .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uqfcncTPnK .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uqfcncTPnK .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uqfcncTPnK .img-item {
    width: 100% !important;
  }
  .cid-uqfcncTPnK .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-uqIIGOxii8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-qIrdoOqZxh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-qIrdoOqZxh .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qIrdoOqZxh .section-text {
  padding: 2rem 0;
}
.cid-qIrdoOqZxh .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qIrdoOqZxh .inner-container {
    width: 100% !important;
  }
}
.cid-qIrdnZp8EA {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qIrdnZp8EA .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qIrdnZp8EA .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qIrdnZp8EA .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-qIrdnZp8EA .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-qIrdnZp8EA .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qIrdnZp8EA .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-qIrdnZp8EA .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qIrdnZp8EA .img-item {
    width: 100% !important;
  }
  .cid-qIrdnZp8EA .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qIreh5hlOU {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-qIreh5hlOU .images-container.container-fluid {
  padding: 0;
}
.cid-qIreh5hlOU .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qIreh5hlOU .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qIreh5hlOU .media-container-row .img-item img {
  width: 100%;
}
.cid-qIreh5hlOU .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qIreh5hlOU .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qIreh5hlOU .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qIreh5hlOU .img-item {
    width: 100% !important;
  }
  .cid-qIreh5hlOU .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-uqIHJEDazI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-qGf6E4OmV7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-qGf6E4OmV7 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qGf6E4OmV7 .section-text {
  padding: 2rem 0;
}
.cid-qGf6E4OmV7 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qGf6E4OmV7 .inner-container {
    width: 100% !important;
  }
}
.cid-qGf6OF6ipN {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qGf6OF6ipN .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qGf6OF6ipN .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qGf6OF6ipN .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-qGf6OF6ipN .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-qGf6OF6ipN .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qGf6OF6ipN .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-qGf6OF6ipN .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qGf6OF6ipN .img-item {
    width: 100% !important;
  }
  .cid-qGf6OF6ipN .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qGfeMJVIOe {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-qGfeMJVIOe .image-block {
  margin: auto;
}
.cid-qGfeMJVIOe figcaption {
  position: relative;
}
.cid-qGfeMJVIOe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qGfeMJVIOe .image-block {
    width: 100% !important;
  }
}
.cid-uqIIxJ1cdC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-qIr1bmQGtG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-qIr1bmQGtG .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qIr1bmQGtG .section-text {
  padding: 2rem 0;
}
.cid-qIr1bmQGtG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qIr1bmQGtG .inner-container {
    width: 100% !important;
  }
}
.cid-qIr0VHEHkr {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qIr0VHEHkr .image-block {
  margin: auto;
}
.cid-qIr0VHEHkr figcaption {
  position: relative;
}
.cid-qIr0VHEHkr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qIr0VHEHkr .image-block {
    width: 100% !important;
  }
}
.cid-qIr0ZQWK67 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qIr0ZQWK67 .images-container.container-fluid {
  padding: 0;
}
.cid-qIr0ZQWK67 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qIr0ZQWK67 .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qIr0ZQWK67 .media-container-row .img-item img {
  width: 100%;
}
.cid-qIr0ZQWK67 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qIr0ZQWK67 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qIr0ZQWK67 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qIr0ZQWK67 .img-item {
    width: 100% !important;
  }
  .cid-qIr0ZQWK67 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qIr3VQywoj {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-qIr3VQywoj .images-container.container-fluid {
  padding: 0;
}
.cid-qIr3VQywoj .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qIr3VQywoj .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qIr3VQywoj .media-container-row .img-item img {
  width: 100%;
}
.cid-qIr3VQywoj .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qIr3VQywoj .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qIr3VQywoj .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qIr3VQywoj .img-item {
    width: 100% !important;
  }
  .cid-qIr3VQywoj .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-uqIIu9g4ZD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-qIrhbQKJr9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-qIrhbQKJr9 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qIrhbQKJr9 .section-text {
  padding: 2rem 0;
}
.cid-qIrhbQKJr9 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qIrhbQKJr9 .inner-container {
    width: 100% !important;
  }
}
.cid-upuQU2BtBW {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-upuQU2BtBW .image-block {
  margin: auto;
}
.cid-upuQU2BtBW figcaption {
  position: relative;
}
.cid-upuQU2BtBW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upuQU2BtBW .image-block {
    width: 100% !important;
  }
}
.cid-qIrhWrUplp {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qIrhWrUplp .images-container.container-fluid {
  padding: 0;
}
.cid-qIrhWrUplp .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qIrhWrUplp .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qIrhWrUplp .media-container-row .img-item img {
  width: 100%;
}
.cid-qIrhWrUplp .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qIrhWrUplp .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qIrhWrUplp .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qIrhWrUplp .img-item {
    width: 100% !important;
  }
  .cid-qIrhWrUplp .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-uqf5Hgnywn {
  padding-top: 0px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-uqf5Hgnywn .images-container.container-fluid {
  padding: 0;
}
.cid-uqf5Hgnywn .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-uqf5Hgnywn .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uqf5Hgnywn .media-container-row .img-item img {
  width: 100%;
}
.cid-uqf5Hgnywn .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uqf5Hgnywn .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uqf5Hgnywn .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uqf5Hgnywn .img-item {
    width: 100% !important;
  }
  .cid-uqf5Hgnywn .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-uqII1EMVVy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-qJ4FMcK9o2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0f7699;
}
.cid-qJ4FMcK9o2 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qJ4FMcK9o2 .section-text {
  padding: 2rem 0;
}
.cid-qJ4FMcK9o2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qJ4FMcK9o2 .inner-container {
    width: 100% !important;
  }
}
.cid-qIrvzAAxMz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-qIrvzAAxMz .card-img {
  background-color: #fff;
}
.cid-qIrvzAAxMz .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qIrvzAAxMz .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qIrvzAAxMz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qIrvzAAxMz p {
  text-align: left;
}
.cid-qIrvzAAxMz .mbr-text {
  color: #767676;
}
.cid-qIrvzAAxMz .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qIrvzAAxMz .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qIrvzAAxMz .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qIryVPKB18 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-qIryVPKB18 .card-img {
  background-color: #fff;
}
.cid-qIryVPKB18 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qIryVPKB18 .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qIryVPKB18 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qIryVPKB18 p {
  text-align: left;
}
.cid-qIryVPKB18 .mbr-text {
  color: #767676;
}
.cid-qIryVPKB18 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qIryVPKB18 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qIryVPKB18 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qIrAYUlZ5X {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-qIrAYUlZ5X .card-img {
  background-color: #fff;
}
.cid-qIrAYUlZ5X .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qIrAYUlZ5X .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qIrAYUlZ5X h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qIrAYUlZ5X p {
  text-align: left;
}
.cid-qIrAYUlZ5X .mbr-text {
  color: #767676;
}
.cid-qIrAYUlZ5X .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qIrAYUlZ5X .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qIrAYUlZ5X .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qsWxLZwQy4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-qJ4F7mkyHR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0f7699;
}
.cid-qJ4F7mkyHR .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qJ4F7mkyHR .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-qJ4F7mkyHR .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qJ4F7mkyHR .inner-container {
    width: 100% !important;
  }
}
.cid-qJ4F7mkyHR .section-text B {
  color: #ffffff;
}
.cid-qJ4xoAF3tt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qJ4xoAF3tt .card-img {
  background-color: #fff;
}
.cid-qJ4xoAF3tt .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qJ4xoAF3tt .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qJ4xoAF3tt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qJ4xoAF3tt p {
  text-align: left;
}
.cid-qJ4xoAF3tt .mbr-text {
  color: #767676;
}
.cid-qJ4xoAF3tt .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qJ4xoAF3tt .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qJ4xoAF3tt .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qIrFAKrbt0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qIrFAKrbt0 .card-img {
  background-color: #fff;
}
.cid-qIrFAKrbt0 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qIrFAKrbt0 .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qIrFAKrbt0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qIrFAKrbt0 p {
  text-align: left;
}
.cid-qIrFAKrbt0 .mbr-text {
  color: #767676;
}
.cid-qIrFAKrbt0 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qIrFAKrbt0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qIrFAKrbt0 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qJ4PwDvXc8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-qJ4PwDvXc8 .card-img {
  background-color: #fff;
}
.cid-qJ4PwDvXc8 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qJ4PwDvXc8 .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qJ4PwDvXc8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qJ4PwDvXc8 p {
  text-align: left;
}
.cid-qJ4PwDvXc8 .mbr-text {
  color: #767676;
}
.cid-qJ4PwDvXc8 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qJ4PwDvXc8 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qJ4PwDvXc8 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qsWxLZwQy4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-qIrnaBhur7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-qIrnaBhur7 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qIrnaBhur7 .section-text {
  padding: 2rem 0;
}
.cid-qIrnaBhur7 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qIrnaBhur7 .inner-container {
    width: 100% !important;
  }
}
.cid-qIrn8nhc1R {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qIrn8nhc1R .images-container.container-fluid {
  padding: 0;
}
.cid-qIrn8nhc1R .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qIrn8nhc1R .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qIrn8nhc1R .media-container-row .img-item img {
  width: 100%;
}
.cid-qIrn8nhc1R .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qIrn8nhc1R .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qIrn8nhc1R .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qIrn8nhc1R .img-item {
    width: 100% !important;
  }
  .cid-qIrn8nhc1R .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-upXm7zWDnb {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-upXm7zWDnb .images-container.container-fluid {
  padding: 0;
}
.cid-upXm7zWDnb .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-upXm7zWDnb .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-upXm7zWDnb .media-container-row .img-item img {
  width: 100%;
}
.cid-upXm7zWDnb .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-upXm7zWDnb .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-upXm7zWDnb .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-upXm7zWDnb .img-item {
    width: 100% !important;
  }
  .cid-upXm7zWDnb .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-upuSzrNqZ7 {
  padding-top: 0px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-upuSzrNqZ7 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-upuSzrNqZ7 .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-upuSzrNqZ7 .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-upuSzrNqZ7 .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-upuSzrNqZ7 .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-upuSzrNqZ7 .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-upuSzrNqZ7 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-upuSzrNqZ7 .img-item {
    width: 100% !important;
  }
  .cid-upuSzrNqZ7 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-uqIHZgx2qU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-qJ4XwHg4WB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-qJ4XwHg4WB .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qJ4XwHg4WB .section-text {
  padding: 2rem 0;
}
.cid-qJ4XwHg4WB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qJ4XwHg4WB .inner-container {
    width: 100% !important;
  }
}
.cid-qJ4Xvpf8L5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qJ4Xvpf8L5 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qJ4Xvpf8L5 .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qJ4Xvpf8L5 .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-qJ4Xvpf8L5 .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-qJ4Xvpf8L5 .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qJ4Xvpf8L5 .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-qJ4Xvpf8L5 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qJ4Xvpf8L5 .img-item {
    width: 100% !important;
  }
  .cid-qJ4Xvpf8L5 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qJ4YQiMiwG {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qJ4YQiMiwG .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qJ4YQiMiwG .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qJ4YQiMiwG .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-qJ4YQiMiwG .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-qJ4YQiMiwG .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qJ4YQiMiwG .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-qJ4YQiMiwG .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qJ4YQiMiwG .img-item {
    width: 100% !important;
  }
  .cid-qJ4YQiMiwG .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qJ4Zz4JHTC {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-qJ4Zz4JHTC .image-block {
  margin: auto;
}
.cid-qJ4Zz4JHTC figcaption {
  position: relative;
}
.cid-qJ4Zz4JHTC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qJ4Zz4JHTC .image-block {
    width: 100% !important;
  }
}
.cid-qsWxLZwQy4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-qJ51e3w1gO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-qJ51e3w1gO .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qJ51e3w1gO .section-text {
  padding: 2rem 0;
}
.cid-qJ51e3w1gO .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qJ51e3w1gO .inner-container {
    width: 100% !important;
  }
}
.cid-qJ51h55VN8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qJ51h55VN8 .images-container.container-fluid {
  padding: 0;
}
.cid-qJ51h55VN8 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qJ51h55VN8 .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qJ51h55VN8 .media-container-row .img-item img {
  width: 100%;
}
.cid-qJ51h55VN8 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qJ51h55VN8 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qJ51h55VN8 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qJ51h55VN8 .img-item {
    width: 100% !important;
  }
  .cid-qJ51h55VN8 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qJ51iAnt8q {
  padding-top: 15px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-qJ51iAnt8q .images-container.container-fluid {
  padding: 0;
}
.cid-qJ51iAnt8q .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qJ51iAnt8q .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qJ51iAnt8q .media-container-row .img-item img {
  width: 100%;
}
.cid-qJ51iAnt8q .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qJ51iAnt8q .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qJ51iAnt8q .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qJ51iAnt8q .img-item {
    width: 100% !important;
  }
  .cid-qJ51iAnt8q .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qsWxLZwQy4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-qJ5GSBeHPU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-qJ5GSBeHPU .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qJ5GSBeHPU .section-text {
  padding: 2rem 0;
}
.cid-qJ5GSBeHPU .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qJ5GSBeHPU .inner-container {
    width: 100% !important;
  }
}
.cid-qJ5K9zPx7Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qJ5K9zPx7Y .card-img {
  background-color: #fff;
}
.cid-qJ5K9zPx7Y .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qJ5K9zPx7Y .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qJ5K9zPx7Y h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qJ5K9zPx7Y p {
  text-align: left;
}
.cid-qJ5K9zPx7Y .mbr-text {
  color: #767676;
}
.cid-qJ5K9zPx7Y .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qJ5K9zPx7Y .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qJ5K9zPx7Y .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qJ5KbuyCCm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qJ5KbuyCCm .card-img {
  background-color: #fff;
}
.cid-qJ5KbuyCCm .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qJ5KbuyCCm .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-qJ5KbuyCCm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qJ5KbuyCCm p {
  text-align: left;
}
.cid-qJ5KbuyCCm .mbr-text {
  color: #767676;
}
.cid-qJ5KbuyCCm .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qJ5KbuyCCm .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qJ5KbuyCCm .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qsWxLZwQy4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-upXgQETBk9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-upXgQETBk9 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upXgQETBk9 .section-text {
  padding: 2rem 0;
}
.cid-upXgQETBk9 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-upXgQETBk9 .inner-container {
    width: 100% !important;
  }
}
.cid-upXgP9PDkI {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-upXgP9PDkI .images-container.container-fluid {
  padding: 0;
}
.cid-upXgP9PDkI .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-upXgP9PDkI .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-upXgP9PDkI .media-container-row .img-item img {
  width: 100%;
}
.cid-upXgP9PDkI .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-upXgP9PDkI .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-upXgP9PDkI .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-upXgP9PDkI .img-item {
    width: 100% !important;
  }
  .cid-upXgP9PDkI .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-upXgOKs76X {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-upXgOKs76X .images-container.container-fluid {
  padding: 0;
}
.cid-upXgOKs76X .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-upXgOKs76X .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-upXgOKs76X .media-container-row .img-item img {
  width: 100%;
}
.cid-upXgOKs76X .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-upXgOKs76X .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-upXgOKs76X .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-upXgOKs76X .img-item {
    width: 100% !important;
  }
  .cid-upXgOKs76X .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qsWxLZwQy4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-upXe8YdQ2u {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-upXe8YdQ2u .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upXe8YdQ2u .section-text {
  padding: 2rem 0;
}
.cid-upXe8YdQ2u .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-upXe8YdQ2u .inner-container {
    width: 100% !important;
  }
}
.cid-upXeb78bze {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-upXeb78bze .images-container.container-fluid {
  padding: 0;
}
.cid-upXeb78bze .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-upXeb78bze .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-upXeb78bze .media-container-row .img-item img {
  width: 100%;
}
.cid-upXeb78bze .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-upXeb78bze .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-upXeb78bze .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-upXeb78bze .img-item {
    width: 100% !important;
  }
  .cid-upXeb78bze .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-upXebANXaz {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-upXebANXaz .images-container.container-fluid {
  padding: 0;
}
.cid-upXebANXaz .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-upXebANXaz .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-upXebANXaz .media-container-row .img-item img {
  width: 100%;
}
.cid-upXebANXaz .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-upXebANXaz .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-upXebANXaz .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-upXebANXaz .img-item {
    width: 100% !important;
  }
  .cid-upXebANXaz .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-upZxBixErf {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-upZxBixErf .images-container.container-fluid {
  padding: 0;
}
.cid-upZxBixErf .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-upZxBixErf .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-upZxBixErf .media-container-row .img-item img {
  width: 100%;
}
.cid-upZxBixErf .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-upZxBixErf .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-upZxBixErf .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-upZxBixErf .img-item {
    width: 100% !important;
  }
  .cid-upZxBixErf .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qsWxLZwQy4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-upX8zVqZ4a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-upX8zVqZ4a .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upX8zVqZ4a .section-text {
  padding: 2rem 0;
}
.cid-upX8zVqZ4a .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-upX8zVqZ4a .inner-container {
    width: 100% !important;
  }
}
.cid-upX8w2hmGj {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-upX8w2hmGj .images-container.container-fluid {
  padding: 0;
}
.cid-upX8w2hmGj .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-upX8w2hmGj .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-upX8w2hmGj .media-container-row .img-item img {
  width: 100%;
}
.cid-upX8w2hmGj .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-upX8w2hmGj .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-upX8w2hmGj .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-upX8w2hmGj .img-item {
    width: 100% !important;
  }
  .cid-upX8w2hmGj .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-upX8uZ8dVV {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-upX8uZ8dVV .images-container.container-fluid {
  padding: 0;
}
.cid-upX8uZ8dVV .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-upX8uZ8dVV .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-upX8uZ8dVV .media-container-row .img-item img {
  width: 100%;
}
.cid-upX8uZ8dVV .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-upX8uZ8dVV .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-upX8uZ8dVV .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-upX8uZ8dVV .img-item {
    width: 100% !important;
  }
  .cid-upX8uZ8dVV .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qsWxLZwQy4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-upRyauz1XV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-upRyauz1XV .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upRyauz1XV .section-text {
  padding: 2rem 0;
}
.cid-upRyauz1XV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-upRyauz1XV .inner-container {
    width: 100% !important;
  }
}
.cid-upRvXVVqbJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-upRvXVVqbJ .images-container.container-fluid {
  padding: 0;
}
.cid-upRvXVVqbJ .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-upRvXVVqbJ .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-upRvXVVqbJ .media-container-row .img-item img {
  width: 100%;
}
.cid-upRvXVVqbJ .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-upRvXVVqbJ .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-upRvXVVqbJ .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-upRvXVVqbJ .img-item {
    width: 100% !important;
  }
  .cid-upRvXVVqbJ .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-urh0zFxmXB {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-urh0zFxmXB .images-container.container-fluid {
  padding: 0;
}
.cid-urh0zFxmXB .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-urh0zFxmXB .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-urh0zFxmXB .media-container-row .img-item img {
  width: 100%;
}
.cid-urh0zFxmXB .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-urh0zFxmXB .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-urh0zFxmXB .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-urh0zFxmXB .img-item {
    width: 100% !important;
  }
  .cid-urh0zFxmXB .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-upRxfxfNFs {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-upRxfxfNFs .images-container.container-fluid {
  padding: 0;
}
.cid-upRxfxfNFs .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-upRxfxfNFs .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-upRxfxfNFs .media-container-row .img-item img {
  width: 100%;
}
.cid-upRxfxfNFs .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-upRxfxfNFs .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-upRxfxfNFs .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-upRxfxfNFs .img-item {
    width: 100% !important;
  }
  .cid-upRxfxfNFs .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qsWxLZwQy4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-upRPtfouKp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-upRPtfouKp .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upRPtfouKp .section-text {
  padding: 2rem 0;
}
.cid-upRPtfouKp .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-upRPtfouKp .inner-container {
    width: 100% !important;
  }
}
.cid-upRPrzLb1S {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-upRPrzLb1S .images-container.container-fluid {
  padding: 0;
}
.cid-upRPrzLb1S .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-upRPrzLb1S .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-upRPrzLb1S .media-container-row .img-item img {
  width: 100%;
}
.cid-upRPrzLb1S .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-upRPrzLb1S .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-upRPrzLb1S .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-upRPrzLb1S .img-item {
    width: 100% !important;
  }
  .cid-upRPrzLb1S .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-upRPr2BKRk {
  padding-top: 15px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-upRPr2BKRk .images-container.container-fluid {
  padding: 0;
}
.cid-upRPr2BKRk .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-upRPr2BKRk .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-upRPr2BKRk .media-container-row .img-item img {
  width: 100%;
}
.cid-upRPr2BKRk .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-upRPr2BKRk .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-upRPr2BKRk .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-upRPr2BKRk .img-item {
    width: 100% !important;
  }
  .cid-upRPr2BKRk .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qsWxLZwQy4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-upRSKC41Vh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-upRSKC41Vh .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upRSKC41Vh .section-text {
  padding: 2rem 0;
}
.cid-upRSKC41Vh .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-upRSKC41Vh .inner-container {
    width: 100% !important;
  }
}
.cid-upRSMyjU7B {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-upRSMyjU7B .images-container.container-fluid {
  padding: 0;
}
.cid-upRSMyjU7B .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-upRSMyjU7B .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-upRSMyjU7B .media-container-row .img-item img {
  width: 100%;
}
.cid-upRSMyjU7B .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-upRSMyjU7B .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-upRSMyjU7B .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-upRSMyjU7B .img-item {
    width: 100% !important;
  }
  .cid-upRSMyjU7B .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-upRSM0vgTa {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-upRSM0vgTa .images-container.container-fluid {
  padding: 0;
}
.cid-upRSM0vgTa .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-upRSM0vgTa .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-upRSM0vgTa .media-container-row .img-item img {
  width: 100%;
}
.cid-upRSM0vgTa .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-upRSM0vgTa .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-upRSM0vgTa .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-upRSM0vgTa .img-item {
    width: 100% !important;
  }
  .cid-upRSM0vgTa .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-upZuu3SZnO {
  padding-top: 15px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-upZuu3SZnO .image-block {
  margin: auto;
}
.cid-upZuu3SZnO figcaption {
  position: relative;
}
.cid-upZuu3SZnO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upZuu3SZnO .image-block {
    width: 100% !important;
  }
}
.cid-qsWxLZwQy4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-upREOwZPRs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-upREOwZPRs .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upREOwZPRs .section-text {
  padding: 2rem 0;
}
.cid-upREOwZPRs .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-upREOwZPRs .inner-container {
    width: 100% !important;
  }
}
.cid-upREQapWto {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-upREQapWto .images-container.container-fluid {
  padding: 0;
}
.cid-upREQapWto .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-upREQapWto .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-upREQapWto .media-container-row .img-item img {
  width: 100%;
}
.cid-upREQapWto .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-upREQapWto .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-upREQapWto .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-upREQapWto .img-item {
    width: 100% !important;
  }
  .cid-upREQapWto .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-upRER0v1zC {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-upRER0v1zC .images-container.container-fluid {
  padding: 0;
}
.cid-upRER0v1zC .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-upRER0v1zC .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-upRER0v1zC .media-container-row .img-item img {
  width: 100%;
}
.cid-upRER0v1zC .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-upRER0v1zC .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-upRER0v1zC .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-upRER0v1zC .img-item {
    width: 100% !important;
  }
  .cid-upRER0v1zC .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-upXJZlptDK {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-upXJZlptDK .image-block {
  margin: auto;
}
.cid-upXJZlptDK figcaption {
  position: relative;
}
.cid-upXJZlptDK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upXJZlptDK .image-block {
    width: 100% !important;
  }
}
.cid-qsWxLZwQy4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-upXBup4aez {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-upXBup4aez .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upXBup4aez .section-text {
  padding: 2rem 0;
}
.cid-upXBup4aez .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-upXBup4aez .inner-container {
    width: 100% !important;
  }
}
.cid-upXBsf7LBv {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-upXBsf7LBv .images-container.container-fluid {
  padding: 0;
}
.cid-upXBsf7LBv .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-upXBsf7LBv .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-upXBsf7LBv .media-container-row .img-item img {
  width: 100%;
}
.cid-upXBsf7LBv .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-upXBsf7LBv .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-upXBsf7LBv .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-upXBsf7LBv .img-item {
    width: 100% !important;
  }
  .cid-upXBsf7LBv .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-upXBrUCeaK {
  padding-top: 15px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-upXBrUCeaK .images-container.container-fluid {
  padding: 0;
}
.cid-upXBrUCeaK .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-upXBrUCeaK .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-upXBrUCeaK .media-container-row .img-item img {
  width: 100%;
}
.cid-upXBrUCeaK .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-upXBrUCeaK .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-upXBrUCeaK .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-upXBrUCeaK .img-item {
    width: 100% !important;
  }
  .cid-upXBrUCeaK .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-upXE1MEvIP {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-upXE1MEvIP .images-container.container-fluid {
  padding: 0;
}
.cid-upXE1MEvIP .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-upXE1MEvIP .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-upXE1MEvIP .media-container-row .img-item img {
  width: 100%;
}
.cid-upXE1MEvIP .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-upXE1MEvIP .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-upXE1MEvIP .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-upXE1MEvIP .img-item {
    width: 100% !important;
  }
  .cid-upXE1MEvIP .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-upXF2m3Ic7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-upXF2m3Ic7 .images-container.container-fluid {
  padding: 0;
}
.cid-upXF2m3Ic7 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-upXF2m3Ic7 .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-upXF2m3Ic7 .media-container-row .img-item img {
  width: 100%;
}
.cid-upXF2m3Ic7 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-upXF2m3Ic7 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-upXF2m3Ic7 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-upXF2m3Ic7 .img-item {
    width: 100% !important;
  }
  .cid-upXF2m3Ic7 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qsWxLZwQy4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-upXWQyeVKN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-upXWQyeVKN .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upXWQyeVKN .section-text {
  padding: 2rem 0;
}
.cid-upXWQyeVKN .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-upXWQyeVKN .inner-container {
    width: 100% !important;
  }
}
.cid-upXWOwj68d {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-upXWOwj68d .images-container.container-fluid {
  padding: 0;
}
.cid-upXWOwj68d .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-upXWOwj68d .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-upXWOwj68d .media-container-row .img-item img {
  width: 100%;
}
.cid-upXWOwj68d .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-upXWOwj68d .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-upXWOwj68d .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-upXWOwj68d .img-item {
    width: 100% !important;
  }
  .cid-upXWOwj68d .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-upXWSqCBTC {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-upXWSqCBTC .images-container.container-fluid {
  padding: 0;
}
.cid-upXWSqCBTC .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-upXWSqCBTC .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-upXWSqCBTC .media-container-row .img-item img {
  width: 100%;
}
.cid-upXWSqCBTC .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-upXWSqCBTC .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-upXWSqCBTC .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-upXWSqCBTC .img-item {
    width: 100% !important;
  }
  .cid-upXWSqCBTC .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qsWxLZwQy4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-upYaEufXZy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-upYaEufXZy .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-upYaEufXZy .section-text {
  padding: 2rem 0;
}
.cid-upYaEufXZy .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-upYaEufXZy .inner-container {
    width: 100% !important;
  }
}
.cid-upYaD3ElDp {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-upYaD3ElDp .images-container.container-fluid {
  padding: 0;
}
.cid-upYaD3ElDp .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-upYaD3ElDp .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-upYaD3ElDp .media-container-row .img-item img {
  width: 100%;
}
.cid-upYaD3ElDp .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-upYaD3ElDp .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-upYaD3ElDp .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-upYaD3ElDp .img-item {
    width: 100% !important;
  }
  .cid-upYaD3ElDp .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-upYaDrJ5wT {
  padding-top: 0px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-upYaDrJ5wT .images-container.container-fluid {
  padding: 0;
}
.cid-upYaDrJ5wT .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-upYaDrJ5wT .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-upYaDrJ5wT .media-container-row .img-item img {
  width: 100%;
}
.cid-upYaDrJ5wT .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-upYaDrJ5wT .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-upYaDrJ5wT .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-upYaDrJ5wT .img-item {
    width: 100% !important;
  }
  .cid-upYaDrJ5wT .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qsWxLZwQy4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-uqIn97cYac {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-uqIn97cYac .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uqIn97cYac .section-text {
  padding: 2rem 0;
}
.cid-uqIn97cYac .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uqIn97cYac .inner-container {
    width: 100% !important;
  }
}
.cid-uqIn78g2I8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uqIn78g2I8 .images-container.container-fluid {
  padding: 0;
}
.cid-uqIn78g2I8 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-uqIn78g2I8 .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uqIn78g2I8 .media-container-row .img-item img {
  width: 100%;
}
.cid-uqIn78g2I8 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uqIn78g2I8 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uqIn78g2I8 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uqIn78g2I8 .img-item {
    width: 100% !important;
  }
  .cid-uqIn78g2I8 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-uqIn7vGgeS {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-uqIn7vGgeS .images-container.container-fluid {
  padding: 0;
}
.cid-uqIn7vGgeS .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-uqIn7vGgeS .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uqIn7vGgeS .media-container-row .img-item img {
  width: 100%;
}
.cid-uqIn7vGgeS .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uqIn7vGgeS .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uqIn7vGgeS .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uqIn7vGgeS .img-item {
    width: 100% !important;
  }
  .cid-uqIn7vGgeS .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-uqIooe4Sqo {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-uqIooe4Sqo .image-block {
  margin: auto;
}
.cid-uqIooe4Sqo figcaption {
  position: relative;
}
.cid-uqIooe4Sqo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uqIooe4Sqo .image-block {
    width: 100% !important;
  }
}
.cid-qsWxLZwQy4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-uqIoN4Ze6j {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-uqIoN4Ze6j .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uqIoN4Ze6j .section-text {
  padding: 2rem 0;
}
.cid-uqIoN4Ze6j .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uqIoN4Ze6j .inner-container {
    width: 100% !important;
  }
}
.cid-uqIoOBAhNR {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-uqIoOBAhNR .images-container.container-fluid {
  padding: 0;
}
.cid-uqIoOBAhNR .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-uqIoOBAhNR .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uqIoOBAhNR .media-container-row .img-item img {
  width: 100%;
}
.cid-uqIoOBAhNR .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uqIoOBAhNR .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uqIoOBAhNR .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uqIoOBAhNR .img-item {
    width: 100% !important;
  }
  .cid-uqIoOBAhNR .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-urhiwQLewi {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-urhiwQLewi .images-container.container-fluid {
  padding: 0;
}
.cid-urhiwQLewi .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-urhiwQLewi .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-urhiwQLewi .media-container-row .img-item img {
  width: 100%;
}
.cid-urhiwQLewi .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-urhiwQLewi .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-urhiwQLewi .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-urhiwQLewi .img-item {
    width: 100% !important;
  }
  .cid-urhiwQLewi .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-uqIoOeeAbG {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-uqIoOeeAbG .images-container.container-fluid {
  padding: 0;
}
.cid-uqIoOeeAbG .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-uqIoOeeAbG .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uqIoOeeAbG .media-container-row .img-item img {
  width: 100%;
}
.cid-uqIoOeeAbG .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uqIoOeeAbG .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uqIoOeeAbG .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uqIoOeeAbG .img-item {
    width: 100% !important;
  }
  .cid-uqIoOeeAbG .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qsWxLZwQy4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-ur0pqlvKsy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-ur0pqlvKsy .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ur0pqlvKsy .section-text {
  padding: 2rem 0;
}
.cid-ur0pqlvKsy .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ur0pqlvKsy .inner-container {
    width: 100% !important;
  }
}
.cid-ur05QZ21nz {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #0f7699;
}
.cid-ur05QZ21nz .images-container.container-fluid {
  padding: 0;
}
.cid-ur05QZ21nz .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-ur05QZ21nz .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-ur05QZ21nz .media-container-row .img-item img {
  width: 100%;
}
.cid-ur05QZ21nz .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-ur05QZ21nz .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-ur05QZ21nz .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-ur05QZ21nz .img-item {
    width: 100% !important;
  }
  .cid-ur05QZ21nz .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qsWxLZwQy4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
