body {
  font-family: 'Raleway', sans-serif;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.4rem;
}
.display-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #0065b1 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #0095ff !important;
}
.bg-warning {
  background-color: #72c0f8 !important;
}
.bg-danger {
  background-color: #53f72a !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0065b1 !important;
  border-color: #0065b1 !important;
  color: #0095ff !important;
}
.btn-primary:hover {
  color: #0095ff !important;
  background-color: #003965 !important;
  border-color: #003965 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #0095ff !important;
  background-color: #003965 !important;
  border-color: #003965 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #0082e4 !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #0095ff !important;
}
.btn-secondary:hover {
  color: #0095ff !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #0095ff !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #0095ff !important;
  border-color: #0095ff !important;
  color: #0095ff !important;
}
.btn-info:hover {
  color: #0095ff !important;
  background-color: #0068b3 !important;
  border-color: #0068b3 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #0095ff !important;
  background-color: #0068b3 !important;
  border-color: #0068b3 !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #0095ff !important;
}
.btn-success:hover {
  color: #0095ff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0095ff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #72c0f8 !important;
  border-color: #72c0f8 !important;
  color: #0095ff !important;
}
.btn-warning:hover {
  color: #0095ff !important;
  background-color: #299ff4 !important;
  border-color: #299ff4 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0095ff !important;
  background-color: #299ff4 !important;
  border-color: #299ff4 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #53f72a !important;
  border-color: #53f72a !important;
  color: #0095ff !important;
}
.btn-danger:hover {
  color: #0095ff !important;
  background-color: #2fcd08 !important;
  border-color: #2fcd08 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #0095ff !important;
  background-color: #2fcd08 !important;
  border-color: #2fcd08 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #0095ff !important;
}
.btn-white:hover {
  color: #0095ff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #0095ff !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #0095ff !important;
}
.btn-black:hover {
  color: #0095ff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #0095ff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #0065b1 !important;
  color: #ffffff !important;
  color: #0065b1 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0065b1;
  color: #0065b1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0065b1;
  border-color: #0065b1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0065b1 !important;
  border-color: #0065b1 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #0065b1 !important;
  color: #0095ff !important;
}
.btn-primary-outline:hover {
  color: #0095ff !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #cccccc !important;
  color: #ffffff !important;
  color: #cccccc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #cccccc !important;
  color: #0095ff !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #0095ff !important;
  color: #ffffff !important;
  color: #0095ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #0095ff;
  color: #0095ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #0095ff;
  border-color: #0095ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0095ff !important;
  border-color: #0095ff !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #0095ff !important;
  color: #0095ff !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #ffffff !important;
  color: #0095ff !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #72c0f8 !important;
  color: #ffffff !important;
  color: #72c0f8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #72c0f8;
  color: #72c0f8;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #72c0f8;
  border-color: #72c0f8;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #72c0f8 !important;
  border-color: #72c0f8 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #72c0f8 !important;
  color: #0095ff !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #53f72a !important;
  color: #ffffff !important;
  color: #53f72a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #53f72a;
  color: #53f72a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #082101;
  background-color: #53f72a;
  border-color: #53f72a;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #082101 !important;
  background-color: #53f72a !important;
  border-color: #53f72a !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #53f72a !important;
  color: #0095ff !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background-color: #333333 !important;
  color: #0095ff !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: #0065b1 !important;
}
.text-secondary {
  color: #cccccc !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #0095ff !important;
}
.text-warning {
  color: #72c0f8 !important;
}
.text-danger {
  color: #53f72a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #189cff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ffffff !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffffff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0095ff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #d3ebfd !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a2fb8c !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #0065b1;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0095ff;
}
.alert-warning {
  background-color: #72c0f8;
}
.alert-danger {
  background-color: #53f72a;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0065b1;
  border-color: #0065b1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0065b1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #31a7ff;
}
.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: #cceaff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f2feef;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #0065b1;
}
/* 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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0065b1;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0065b1;
  border-bottom-color: #0065b1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0065b1 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #cccccc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230065b1' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rUTpFezVg4 {
  min-height: 80px !important;
  position: static;
  min-height: auto !important;
}
.cid-rUTpFezVg4 .navbar {
  background-color: transparent !important;
}
.cid-rUTpFezVg4 .container {
  background-color: #ffffff !important;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.cid-rUTpFezVg4 .navbar.navbar-short {
  background-color: transparent !important;
}
@media (min-width: 1200px) {
  .cid-rUTpFezVg4 .container {
    max-width: 1400px !important;
  }
}
.cid-rUTpFezVg4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUTpFezVg4 .nav-item:focus,
.cid-rUTpFezVg4 .nav-link:focus {
  outline: none;
}
.cid-rUTpFezVg4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUTpFezVg4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUTpFezVg4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUTpFezVg4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUTpFezVg4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUTpFezVg4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rUTpFezVg4 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rUTpFezVg4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUTpFezVg4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rUTpFezVg4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rUTpFezVg4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUTpFezVg4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rUTpFezVg4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUTpFezVg4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rUTpFezVg4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUTpFezVg4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUTpFezVg4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUTpFezVg4 .navbar.navbar-short {
  background: #ffffff;
}
.cid-rUTpFezVg4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rUTpFezVg4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUTpFezVg4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUTpFezVg4 .dropdown-item.active,
.cid-rUTpFezVg4 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-rUTpFezVg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #42474c;
}
.cid-rUTpFezVg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUTpFezVg4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUTpFezVg4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTpFezVg4 .navbar-nav {
  margin: auto;
}
.cid-rUTpFezVg4 .navbar-buttons {
  text-align: center;
}
.cid-rUTpFezVg4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTpFezVg4 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-rUTpFezVg4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTpFezVg4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rUTpFezVg4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rUTpFezVg4 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTpFezVg4 .navbar {
    height: 77px;
  }
  .cid-rUTpFezVg4 .navbar.opened {
    height: auto;
  }
}
.cid-rUTpFezVg4 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-rUTpFezVg4 .text-btn {
  transition: transform 0.3s;
}
.cid-rUTpFezVg4 .btn:hover {
  transform: scale(0.8);
}
.cid-rUTpFezVg4 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-rUTpFezVg4 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-rUTpFezVg4 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #8eca7f;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-rUTpFezVg4 .nav-link:hover::before {
  width: 100%;
}
.cid-rUTpFezVg4 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-rUTpFezVg4 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-rUTpFezVg4 .link {
  margin: 0rem 1.2rem;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-rUTpFezVg4 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-rUTpFezVg4 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-rUTpFezVg4 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #42474c;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-rUTpFezVg4 .navbar-caption {
  font-family: 'Raleway', sans-serif;
}
@media (max-width: 992px) {
  .cid-rUTpFezVg4 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-rUTpFezVg4 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-rUTpFezVg4 .dropdown-menu::before {
    display: none !important;
  }
  .cid-rUTpFezVg4 .btn:hover {
    background-color: #0065b1 !important;
    color: #0095ff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a::after {
    display: none;
  }
  .cid-rUTpFezVg4 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-rUTpFezVg4 .nav-link::before {
    display: none;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a {
    color: #0065b1 !important;
  }
  .cid-rUTpFezVg4 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-rUTpFezVg4 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-rUTpFezVg4 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:focus,
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding-right: 0rem;
  }
  .cid-rUTpFezVg4 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-rUTpFezVg4 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-rUTpFezVg4 .btn:hover {
    background-color: #0095ff !important;
    color: #0065b1 !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:focus,
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-rUTpFezVg4 .btn-primary {
  color: #0095ff !important;
}
.cid-rUTpFezVg4 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-rUTpFezVg4 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-tgfHxxrv4Q {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tgfHxxrv4Q .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tgfHxxrv4Q .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tgfHxxrv4Q .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tgfHxxrv4Q .image-wrapper img {
    border-end-start-radius: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-tgfHxxrv4Q .text-wrapper {
    padding: 10rem 5rem 0 0rem;
  }
}
.cid-tgfHxxrv4Q .mbr-section-title {
  color: #004d9d;
}
.cid-tgfHxxrv4Q .mbr-text {
  color: #6c7577;
}
.cid-tgfHxxrv4Q .btn {
  padding: 1rem 3.4rem;
}
.cid-tgfHxxrv4Q .mbr-text,
.cid-tgfHxxrv4Q .mbr-section-btn {
  color: #000000;
}
.cid-tgfPCZZawl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #88cf76;
}
.cid-tgfPCZZawl p {
  margin-bottom: 0rem;
}
.cid-tgfPCZZawl .btn {
  margin-bottom: 0rem;
}
.cid-tgfPCZZawl .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tgfPCZZawl .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tgfPCZZawl .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-tgfPCZZawl .mbr-section-btn {
    text-align: left;
  }
  .cid-tgfPCZZawl .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tgfPCZZawl .mbr-section-btn {
    text-align: left;
  }
  .cid-tgfPCZZawl .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tgfPCZZawl .btn {
    margin-top: 0rem;
  }
}
.cid-tgfPCZZawl .mbr-text {
  color: #ffffff;
}
.cid-tgg10vwV8e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0065b1;
}
.cid-tgg10vwV8e .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tgg10vwV8e .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tgg10vwV8e .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tgg10vwV8e .image-wrapper img {
    border-end-start-radius: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-tgg10vwV8e .text-wrapper {
    padding: 10rem 5rem 0 0rem;
  }
}
.cid-tgg10vwV8e .mbr-section-title {
  color: #ffffff;
}
.cid-tgg10vwV8e .mbr-text {
  color: #6c7577;
}
.cid-tgg10vwV8e .btn {
  padding: 1rem 3.4rem;
}
.cid-tgg10vwV8e .mbr-text,
.cid-tgg10vwV8e .mbr-section-btn {
  color: #ffffff;
}
.cid-tgX47HVvLQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tgX47HVvLQ .mbr-section-subtitle {
  color: #0065b1;
}
.cid-tgX47HVvLQ ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgX47HVvLQ ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tgX47HVvLQ ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tgX47HVvLQ ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tgX47HVvLQ .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tgX47HVvLQ .mbr-section-title {
  color: #103178;
}
.cid-tgf8NpjDjD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgf8NpjDjD p {
  margin-bottom: 0rem;
}
.cid-tgf8NpjDjD .btn {
  margin-bottom: 0rem;
}
.cid-tgf8NpjDjD .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tgf8NpjDjD .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tgf8NpjDjD .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-tgf8NpjDjD .mbr-section-btn {
    text-align: left;
  }
  .cid-tgf8NpjDjD .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tgf8NpjDjD .mbr-section-btn {
    text-align: left;
  }
  .cid-tgf8NpjDjD .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tgf8NpjDjD .btn {
    margin-top: 0rem;
  }
}
.cid-tgf8NpjDjD .mbr-text {
  color: #004d9d;
  text-align: left;
}
.cid-tgVmr7wtB2 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgVmr7wtB2 .container-fluid {
  padding: 0 !important;
}
.cid-tgVmr7wtB2 .row {
  width: 100%!important;
  max-width: 100%!important;
  padding-left: calc((100% - 1300px)/ 2) !important;
}
@media (max-width: 1440px) {
  .cid-tgVmr7wtB2 .row {
    padding-left: calc((100% - 1100px)/ 2) !important;
  }
}
@media (max-width: 1200px) {
  .cid-tgVmr7wtB2 .row {
    padding-left: calc((100% - 960px)/ 2) !important;
  }
}
@media (max-width: 1024px) {
  .cid-tgVmr7wtB2 .row {
    padding-left: calc((100% - 768px)/ 2) !important;
  }
}
@media (max-width: 800px) {
  .cid-tgVmr7wtB2 .row {
    padding-left: calc((100% - 86%)/ 2) !important;
  }
}
@media (max-width: 880px) and (min-width: 768px) {
  .cid-tgVmr7wtB2 .row {
    padding-right: 25px !important;
  }
}
.cid-tgVmr7wtB2 img,
.cid-tgVmr7wtB2 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tgVmr7wtB2 .item:focus,
.cid-tgVmr7wtB2 span:focus {
  outline: none;
}
.cid-tgVmr7wtB2 .item {
  cursor: pointer;
}
.cid-tgVmr7wtB2 .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  overflow: hidden;
}
.cid-tgVmr7wtB2 .item-wrapper:hover img {
  transform: scale(1);
}
.cid-tgVmr7wtB2 .item-wrapper:hover .img-overlay {
  opacity: 0.7;
}
.cid-tgVmr7wtB2 .item-wrapper:hover .item-title,
.cid-tgVmr7wtB2 .item-wrapper:hover .mbr-text {
  background-position: right;
}
.cid-tgVmr7wtB2 .item-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-tgVmr7wtB2 .item-img img {
  width: 100%;
  transform: scale(1.05);
  transition: transform .6s ease;
  transform-style: preserve-3d;
}
.cid-tgVmr7wtB2 .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-out;
}
.cid-tgVmr7wtB2 .mbr-text {
  color: #000000;
  margin-top: 24px;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.4s ease;
}
.cid-tgVmr7wtB2 .item-title {
  color: #000000;
  text-align: left;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.4s ease;
}
.cid-tgVmr7wtB2 .item-content {
  position: absolute;
  width: 100%;
  max-width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 20px 40px 23px;
}
@media (max-width: 1440px) {
  .cid-tgVmr7wtB2 .item-content {
    padding: 20px 20px 23px;
  }
}
.cid-tgVmr7wtB2 .item-content a {
  color: inherit;
  -webkit-text-fill-color: currentColor;
}
.cid-tgVmr7wtB2 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tgWNdJ4208 {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgWNdJ4208 .mbr-overlay {
  background: #5eeebb;
}
.cid-tgWNdJ4208 .row {
  margin: 0;
}
.cid-tgWNdJ4208 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tgWNdJ4208 .mbr-section-title {
  color: #0065b1;
  font-weight: 300;
}
.cid-tgWNdJ4208 .mbr-section-title b,
.cid-tgWNdJ4208 .mbr-section-title strong {
  font-weight: 500;
}
.cid-tgWNdJ4208 .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-tgWNdJ4208 .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-tgWNdJ4208 .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-tgWNdJ4208 .carousel-item {
  justify-content: center;
}
.cid-tgWNdJ4208 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tgWNdJ4208 .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-tgWNdJ4208 .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-tgWNdJ4208 .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-tgWNdJ4208 .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tgWNdJ4208 .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-tgWNdJ4208 .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-tgWNdJ4208 .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-tgWNdJ4208 .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-tgWNdJ4208 .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-tgWNdJ4208 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tgWNdJ4208 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tgWNdJ4208 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-tgWNdJ4208 .cloneditem-1,
.cid-tgWNdJ4208 .cloneditem-2,
.cid-tgWNdJ4208 .cloneditem-3,
.cid-tgWNdJ4208 .cloneditem-4,
.cid-tgWNdJ4208 .cloneditem-5 {
  display: none;
}
.cid-tgWNdJ4208 .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tgWNdJ4208 .wrap {
    margin-bottom: 50px;
  }
  .cid-tgWNdJ4208 .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-tgWNdJ4208 .arrows {
    display: none;
  }
  .cid-tgWNdJ4208 .carousel-item {
    margin-bottom: 60px;
  }
  .cid-tgWNdJ4208 .container-fluid,
  .cid-tgWNdJ4208 .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tgWNdJ4208 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tgWNdJ4208 .carousel-inner {
    z-index: 1;
  }
  .cid-tgWNdJ4208 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tgWNdJ4208 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-tgWNdJ4208 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tgWNdJ4208 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tgWNdJ4208 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tgWNdJ4208 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tgWNdJ4208 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tgWNdJ4208 .carousel-inner.slides2 .cloneditem-1,
  .cid-tgWNdJ4208 .carousel-inner.slides2 .cloneditem-2,
  .cid-tgWNdJ4208 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tgWNdJ4208 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tgWNdJ4208 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tgWNdJ4208 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tgWNdJ4208 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tgWNdJ4208 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tgWNdJ4208 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tgWNdJ4208 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tgWNdJ4208 .carousel-inner.slides3 .cloneditem-1,
  .cid-tgWNdJ4208 .carousel-inner.slides3 .cloneditem-2,
  .cid-tgWNdJ4208 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tgWNdJ4208 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tgWNdJ4208 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-tgWNdJ4208 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tgWNdJ4208 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tgWNdJ4208 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tgWNdJ4208 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tgWNdJ4208 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tgWNdJ4208 .carousel-inner.slides4 .cloneditem-1,
  .cid-tgWNdJ4208 .carousel-inner.slides4 .cloneditem-2,
  .cid-tgWNdJ4208 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tgWNdJ4208 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tgWNdJ4208 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-tgWNdJ4208 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tgWNdJ4208 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tgWNdJ4208 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tgWNdJ4208 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tgWNdJ4208 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tgWNdJ4208 .carousel-inner.slides5 .cloneditem-1,
  .cid-tgWNdJ4208 .carousel-inner.slides5 .cloneditem-2,
  .cid-tgWNdJ4208 .carousel-inner.slides5 .cloneditem-3,
  .cid-tgWNdJ4208 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tgWNdJ4208 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tgWNdJ4208 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tgWNdJ4208 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tgWNdJ4208 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tgWNdJ4208 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tgWNdJ4208 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tgWNdJ4208 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tgWNdJ4208 .carousel-inner.slides6 .cloneditem-1,
  .cid-tgWNdJ4208 .carousel-inner.slides6 .cloneditem-2,
  .cid-tgWNdJ4208 .carousel-inner.slides6 .cloneditem-3,
  .cid-tgWNdJ4208 .carousel-inner.slides6 .cloneditem-4,
  .cid-tgWNdJ4208 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tgWNdJ4208 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgWNdJ4208 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgXjlNbP7b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #88cf76;
}
.cid-tgXjlNbP7b p {
  margin-bottom: 0rem;
}
.cid-tgXjlNbP7b .btn {
  margin-bottom: 0rem;
}
.cid-tgXjlNbP7b .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tgXjlNbP7b .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-tgXjlNbP7b .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-tgXjlNbP7b .mbr-section-btn {
    text-align: left;
  }
  .cid-tgXjlNbP7b .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tgXjlNbP7b .mbr-section-btn {
    text-align: left;
  }
  .cid-tgXjlNbP7b .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tgXjlNbP7b .btn {
    margin-top: 0rem;
  }
}
.cid-tgXjlNbP7b .mbr-text {
  color: #ffffff;
}
.cid-t2uMCEBjnF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t2uMCEBjnF .clients .clients-item {
  margin: 2rem;
}
.cid-t2uMCEBjnF H2 {
  color: #0065b1;
  text-align: center;
}
.cid-tgVupP5V5b .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-tgVupP5V5b .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tgVupP5V5b .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tgVupP5V5b .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tgVupP5V5b .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t0Xa19SJLu {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0065b1;
}
.cid-t0Xa19SJLu section {
  position: relative;
}
.cid-t0Xa19SJLu .widget-title {
  font-weight: 600;
}
.cid-t0Xa19SJLu .widget-title.display-7 {
  font-size: 17px;
  line-height: 1.59;
  letter-spacing: 0.5px;
}
.cid-t0Xa19SJLu .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-t0Xa19SJLu .item .card-box .item-title {
  font-weight: 300;
}
.cid-t0Xa19SJLu .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-t0Xa19SJLu .item .card-img {
  width: auto;
  background-color: #0065b1;
  border-radius: 100%;
}
.cid-t0Xa19SJLu .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-t0Xa19SJLu img {
  height: 100px;
  padding-right: 8px;
}
.cid-t0Xa19SJLu .img1 {
  color: #ffffff;
  background-color: #0095ff;
  border-radius: 50%;
}
.cid-t0Xa19SJLu .img2 {
  color: #0095ff;
  font-size: 10px;
}
.cid-t0Xa19SJLu .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #0095ff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-t0Xa19SJLu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t0Xa19SJLu .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-t0Xa19SJLu .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-t0Xa19SJLu .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-t0Xa19SJLu .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 1.3;
}
.cid-t0Xa19SJLu .item,
.cid-t0Xa19SJLu .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-t0Xa19SJLu .item h4,
.cid-t0Xa19SJLu .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t0Xa19SJLu .link .card-img {
  padding-bottom: 3px;
}
.cid-t0Xa19SJLu .link .card-box .link-title {
  font-weight: 300;
}
.cid-t0Xa19SJLu .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #24217f !important;
}
.cid-t0Xa19SJLu .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-t0Xa19SJLu .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-t0Xa19SJLu h5 {
    text-align: left !important;
  }
  .cid-t0Xa19SJLu .line-wrap {
    text-align: left !important;
  }
}
.cid-t0Xa19SJLu .item-title {
  color: #ffffff;
}
.cid-t0Xa19SJLu .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-t0Xa19SJLu .btn[class*='-outline'] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-t0Xa19SJLu .btn[class*='-outline'] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-t0Xa19SJLu .btn[class*='-outline']:hover {
  background-color: transparent !important;
  color: #0065b1 !important;
  box-shadow: none !important;
}
.cid-t0Xa19SJLu .btn[class*='-outline']:active,
.cid-t0Xa19SJLu .btn[class*='-outline']:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-t0Xa19SJLu .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-t0Xa19SJLu .list .list-item:last-child {
  margin-top: 10px;
}
.cid-t0Xa19SJLu .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-t0Xa19SJLu .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-t0Xa19SJLu .box-list li:first-child {
  padding-top: 0;
}
.cid-t0Xa19SJLu .box-list li:last-child {
  border-bottom: none;
}
.cid-t0Xa19SJLu .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #ffffff;
}
.cid-t0Xa19SJLu .box-list.display-4 {
  line-height: 1.71;
}
.cid-t0Xa19SJLu .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-t0Xa19SJLu .list .list-item .content .date-wrap {
  color: #ffffff;
}
.cid-t0Xa19SJLu .list .list-item .content .link-wrap {
  color: #0095ff;
}
.cid-t0Xa19SJLu .box-list li .box-list li SPAN {
  color: #ffffff;
}
.cid-t0Xa19SJLu .box-list li SPAN {
  color: #ffffff;
}
.cid-t0Xa19SJLu .link-title {
  color: #ffffff;
}
.cid-t0Xa19SJLu .box-list li LI {
  text-align: left;
}
.cid-t0Xa19SJLu .box-list li .box-list li {
  text-align: center;
}
.cid-rUTpL6oEdG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0065b1;
}
.cid-rUTpL6oEdG .media-container-row {
  align-items: center;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rUTpL6oEdG .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rUTpL6oEdG .foot-menu-item {
  transform: 0.2s;
}
.cid-rUTpL6oEdG .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rUTpL6oEdG .foot-menu {
    justify-content: center;
  }
  .cid-rUTpL6oEdG .mbr-text {
    text-align: center;
  }
  .cid-rUTpL6oEdG .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTpL6oEdG .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rUTpL6oEdG .link:hover {
  text-decoration: underline;
}
.cid-rUTpL6oEdG .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-rUTpL6oEdG .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rUTpL6oEdG .container {
    padding: 0;
  }
}
.cid-rUTpL6oEdG .media-container-row .mbr-text {
  color: #ffffff;
}

.fotoGal {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.fotoGal .item {
  padding: 0;  
}
.fotoGal .item-wrapper {
  height: 100%;
  position: relative;
}
.fotoGal .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.fotoGal .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.fotoGal .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.fotoGal .carousel-control,
.fotoGal .close {
  background: #1b1b1b;
}
.fotoGal .carousel-control-prev {
  margin-left: 2.5rem;
}
.fotoGal .carousel-control-prev span {
  margin-right: 5px;
}
.fotoGal .carousel-control-next {
  margin-right: 2.5rem;
}
.fotoGal .carousel-control-next span {
  margin-left: 5px;
}
.fotoGal .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.fotoGal .close::before {
  content: '\e91a';
}
.fotoGal .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.fotoGal .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.fotoGal .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.fotoGal .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .fotoGal .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.fotoGal .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.fotoGal .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.fotoGal .carousel-indicators li.active,
.fotoGal .carousel-indicators li:hover {
  opacity: 0.9;
}
.fotoGal .carousel-indicators li::after,
.fotoGal .carousel-indicators li::before {
  content: none;
}
.fotoGal .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .fotoGal .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .fotoGal .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .fotoGal .carousel-indicators {
    display: none;
  }
}
.fotoGal .carousel-inner {
  display: flex;
  align-items: center;
}
.fotoGal .carousel-inner > .active {
  display: block;
}
.fotoGal .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.fotoGal .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.fotoGal .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .fotoGal .carousel-control,
  .fotoGal .carousel-indicators,
  .fotoGal .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .fotoGal .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .fotoGal .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.fotoGal .carousel-indicators .active,
.fotoGal .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.fotoGal .carousel-indicators .active {
  background: #fff;
}
.fotoGal .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.fotoGal .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.fotoGal .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.fotoGal .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.fotoGal .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.fotoGal .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.fotoGal .carousel {
  width: 100%;
}
.fotoGal .modal-backdrop.in {
  opacity: 0.8;
}
.fotoGal .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.fotoGal .modal.fade .modal-dialog,
.fotoGal .modal.in .modal-dialog {
  transform: none;
}
.fotoGal .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.fotoGal H6 {
  text-align: center;
}
.fotoGal .mbr-section-title {
  color: var(--color-primary);
  font-size: 2.75rem;
  font-weight: 700;
}
.fotoGal .mbr-section-subtitle {
  color: #6c7577;
}
.fotoGal .mbr-item-subtitle {
  color: #6c7577;
}
.fotoGal H3 {
  color: var(--color-primary);
  text-align: center;
}
img.w-100 {
  width: 100px !important;
  margin: auto !important;
  vertical-align: middle !important;
}
img.w-100p {  
  width: 100% !important;
  margin: auto !important;
  vertical-align: middle !important;
}